@yimou6/common-ui 1.11.5 → 1.11.7
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/cdn/index.cdn.js +17 -17
- package/cdn/index.cdn.js.map +1 -1
- package/cdn/index.cdn.mjs +17 -17
- package/cdn/index.cdn.mjs.map +1 -1
- package/cdn/index.css +1 -1
- package/es/components/tenant-enterprise/index.d.ts +13 -0
- package/es/components/tenant-enterprise/src/tenant-enterprise.d.ts +6 -2
- package/es/components/tenant-enterprise/src/tenant-enterprise.mjs +5 -1
- package/es/components/tenant-enterprise/src/tenant-enterprise.mjs.map +1 -1
- package/es/components/tenant-enterprise/src/tenant-enterprise.vue.d.ts +13 -0
- package/es/components/tenant-enterprise/src/tenant-enterprise.vue2.mjs +334 -2
- package/es/components/tenant-enterprise/src/tenant-enterprise.vue2.mjs.map +1 -1
- package/es/components/tzj-player/index.d.ts +357 -368
- package/es/components/tzj-player/src/ctyun-player.vue.d.ts +7 -46
- package/es/components/tzj-player/src/easyPlayer.vue.d.ts +7 -46
- package/es/components/tzj-player/src/easyPlayer.vue2.mjs +164 -693
- package/es/components/tzj-player/src/easyPlayer.vue2.mjs.map +1 -1
- package/es/components/tzj-player/src/tzj-player.vue.d.ts +357 -368
- package/es/components/tzj-player/src/tzj-player.vue2.mjs +10 -7
- package/es/components/tzj-player/src/tzj-player.vue2.mjs.map +1 -1
- package/es/components/tzj-player/src/xgplayer.vue.d.ts +102 -0
- package/es/components/tzj-player/src/xgplayer.vue.mjs +6 -0
- package/es/components/tzj-player/src/xgplayer.vue.mjs.map +1 -0
- package/es/components/tzj-player/src/xgplayer.vue2.mjs +103 -0
- package/es/components/tzj-player/src/xgplayer.vue2.mjs.map +1 -0
- package/es/components/tzj-player/src/yunzhiyanPlayer.vue.d.ts +7 -46
- package/es/types.d.ts +2 -0
- package/lib/components/tenant-enterprise/index.d.ts +13 -0
- package/lib/components/tenant-enterprise/src/tenant-enterprise.d.ts +6 -2
- package/lib/components/tenant-enterprise/src/tenant-enterprise.js +5 -1
- package/lib/components/tenant-enterprise/src/tenant-enterprise.js.map +1 -1
- package/lib/components/tenant-enterprise/src/tenant-enterprise.vue.d.ts +13 -0
- package/lib/components/tenant-enterprise/src/tenant-enterprise.vue2.js +334 -2
- package/lib/components/tenant-enterprise/src/tenant-enterprise.vue2.js.map +1 -1
- package/lib/components/tzj-player/index.d.ts +357 -368
- package/lib/components/tzj-player/src/ctyun-player.vue.d.ts +7 -46
- package/lib/components/tzj-player/src/easyPlayer.vue.d.ts +7 -46
- package/lib/components/tzj-player/src/easyPlayer.vue2.js +163 -692
- package/lib/components/tzj-player/src/easyPlayer.vue2.js.map +1 -1
- package/lib/components/tzj-player/src/tzj-player.vue.d.ts +357 -368
- package/lib/components/tzj-player/src/tzj-player.vue2.js +4 -1
- package/lib/components/tzj-player/src/tzj-player.vue2.js.map +1 -1
- package/lib/components/tzj-player/src/xgplayer.vue.d.ts +102 -0
- package/lib/components/tzj-player/src/xgplayer.vue.js +10 -0
- package/lib/components/tzj-player/src/xgplayer.vue.js.map +1 -0
- package/lib/components/tzj-player/src/xgplayer.vue2.js +107 -0
- package/lib/components/tzj-player/src/xgplayer.vue2.js.map +1 -0
- package/lib/components/tzj-player/src/yunzhiyanPlayer.vue.d.ts +7 -46
- package/lib/types.d.ts +2 -0
- package/package.json +1 -1
- package/theme-default/i-tzj-player.css +1 -1
- package/theme-default/index.css +1 -1
|
@@ -1479,15 +1479,12 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
1479
1479
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
1480
1480
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
1481
1481
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
1482
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
1483
1482
|
}> & {}>;
|
|
1484
|
-
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
1483
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
1485
1484
|
slots: Readonly<{
|
|
1486
1485
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
1487
1486
|
}>;
|
|
1488
1487
|
customBar: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
1489
|
-
areaName: import("vue").Ref<string, string>;
|
|
1490
|
-
deviceSerial: import("vue").Ref<string, string>;
|
|
1491
1488
|
player: any;
|
|
1492
1489
|
id: string;
|
|
1493
1490
|
playerRef: import("vue").ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -1496,51 +1493,16 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
1496
1493
|
isFullscreen: import("vue").Ref<boolean, boolean>;
|
|
1497
1494
|
videoInfo: import("vue").Ref<any, any>;
|
|
1498
1495
|
realFullscreen: import("vue").Ref<boolean, boolean>;
|
|
1499
|
-
reconnectAttempts: import("vue").Ref<number, number>;
|
|
1500
|
-
maxReconnectAttempts: number;
|
|
1501
|
-
reconnectCoolDown: import("vue").Ref<number, number>;
|
|
1502
|
-
requestCache: Map<string, {
|
|
1503
|
-
timestamp: number;
|
|
1504
|
-
url: string;
|
|
1505
|
-
}>;
|
|
1506
|
-
DEBOUNCE_TIME: number;
|
|
1507
|
-
timers: {
|
|
1508
|
-
initTimer: number | null;
|
|
1509
|
-
cleanupInterval: number | null;
|
|
1510
|
-
memoryCheckInterval: number | null;
|
|
1511
|
-
reconnectTimer: number | null;
|
|
1512
|
-
debounceTimer: number | null;
|
|
1513
|
-
lightCleanInterval: number | null;
|
|
1514
|
-
rebuildInterval: number | null;
|
|
1515
|
-
};
|
|
1516
|
-
HIGH_MEMORY_THRESHOLD: number;
|
|
1517
|
-
EMERGENCY_CLEAN_TIMEOUT: number;
|
|
1518
|
-
MEMORY_CHECK_INTERVAL: number;
|
|
1519
|
-
eventHandlers: {
|
|
1520
|
-
event: string;
|
|
1521
|
-
handler: Function;
|
|
1522
|
-
}[];
|
|
1523
|
-
isPlayerIniting: import("vue").Ref<boolean, boolean>;
|
|
1524
|
-
isPlayerDestroyed: import("vue").Ref<boolean, boolean>;
|
|
1525
|
-
MEMORY_PEAK_THRESHOLD: number;
|
|
1526
|
-
CLEAN_INTERVAL: number;
|
|
1527
|
-
lastMemoryPeak: number;
|
|
1528
|
-
formatUrl: (url: string) => string;
|
|
1529
|
-
initPlayer: (url: string) => Promise<void>;
|
|
1530
|
-
debouncedInitPlayer: import("lodash").DebouncedFunc<(newUrl: string) => void>;
|
|
1531
1496
|
play: (url?: string) => void;
|
|
1532
1497
|
playerPause: () => void;
|
|
1533
1498
|
playerScreenShot: () => void;
|
|
1534
1499
|
playerFullscreen: (fullscreen: boolean) => void;
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
handleReconnect: () => void;
|
|
1538
|
-
createPlayerDom: () => void;
|
|
1539
|
-
startMemoryMonitoring: () => void;
|
|
1540
|
-
checkMemoryUsage: () => Promise<void>;
|
|
1541
|
-
performEmergencyCleanup: () => void;
|
|
1500
|
+
formatUrl: (url: string) => string;
|
|
1501
|
+
initPlayer: (url: string) => Promise<void>;
|
|
1542
1502
|
removePlayerDom: () => void;
|
|
1543
|
-
|
|
1503
|
+
createPlayerDom: () => void;
|
|
1504
|
+
createPlayer: () => Promise<void>;
|
|
1505
|
+
destroy: () => void;
|
|
1544
1506
|
ErrorPage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1545
1507
|
videoName: {
|
|
1546
1508
|
type: StringConstructor;
|
|
@@ -1574,7 +1536,7 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
1574
1536
|
message: string;
|
|
1575
1537
|
videoName: string;
|
|
1576
1538
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1577
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
1539
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1578
1540
|
url: {
|
|
1579
1541
|
type: StringConstructor;
|
|
1580
1542
|
default: string;
|
|
@@ -1606,7 +1568,6 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
1606
1568
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
1607
1569
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
1608
1570
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
1609
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
1610
1571
|
}>, {
|
|
1611
1572
|
url: string;
|
|
1612
1573
|
accessToken: string;
|
|
@@ -3221,15 +3182,12 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
3221
3182
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
3222
3183
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
3223
3184
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
3224
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
3225
3185
|
}> & {}>;
|
|
3226
|
-
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
3186
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
3227
3187
|
slots: Readonly<{
|
|
3228
3188
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
3229
3189
|
}>;
|
|
3230
3190
|
customBar: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
3231
|
-
areaName: import("vue").Ref<string, string>;
|
|
3232
|
-
deviceSerial: import("vue").Ref<string, string>;
|
|
3233
3191
|
player: any;
|
|
3234
3192
|
id: string;
|
|
3235
3193
|
playerRef: import("vue").ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -3238,51 +3196,16 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
3238
3196
|
isFullscreen: import("vue").Ref<boolean, boolean>;
|
|
3239
3197
|
videoInfo: import("vue").Ref<any, any>;
|
|
3240
3198
|
realFullscreen: import("vue").Ref<boolean, boolean>;
|
|
3241
|
-
reconnectAttempts: import("vue").Ref<number, number>;
|
|
3242
|
-
maxReconnectAttempts: number;
|
|
3243
|
-
reconnectCoolDown: import("vue").Ref<number, number>;
|
|
3244
|
-
requestCache: Map<string, {
|
|
3245
|
-
timestamp: number;
|
|
3246
|
-
url: string;
|
|
3247
|
-
}>;
|
|
3248
|
-
DEBOUNCE_TIME: number;
|
|
3249
|
-
timers: {
|
|
3250
|
-
initTimer: number | null;
|
|
3251
|
-
cleanupInterval: number | null;
|
|
3252
|
-
memoryCheckInterval: number | null;
|
|
3253
|
-
reconnectTimer: number | null;
|
|
3254
|
-
debounceTimer: number | null;
|
|
3255
|
-
lightCleanInterval: number | null;
|
|
3256
|
-
rebuildInterval: number | null;
|
|
3257
|
-
};
|
|
3258
|
-
HIGH_MEMORY_THRESHOLD: number;
|
|
3259
|
-
EMERGENCY_CLEAN_TIMEOUT: number;
|
|
3260
|
-
MEMORY_CHECK_INTERVAL: number;
|
|
3261
|
-
eventHandlers: {
|
|
3262
|
-
event: string;
|
|
3263
|
-
handler: Function;
|
|
3264
|
-
}[];
|
|
3265
|
-
isPlayerIniting: import("vue").Ref<boolean, boolean>;
|
|
3266
|
-
isPlayerDestroyed: import("vue").Ref<boolean, boolean>;
|
|
3267
|
-
MEMORY_PEAK_THRESHOLD: number;
|
|
3268
|
-
CLEAN_INTERVAL: number;
|
|
3269
|
-
lastMemoryPeak: number;
|
|
3270
|
-
formatUrl: (url: string) => string;
|
|
3271
|
-
initPlayer: (url: string) => Promise<void>;
|
|
3272
|
-
debouncedInitPlayer: import("lodash").DebouncedFunc<(newUrl: string) => void>;
|
|
3273
3199
|
play: (url?: string) => void;
|
|
3274
3200
|
playerPause: () => void;
|
|
3275
3201
|
playerScreenShot: () => void;
|
|
3276
3202
|
playerFullscreen: (fullscreen: boolean) => void;
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
handleReconnect: () => void;
|
|
3280
|
-
createPlayerDom: () => void;
|
|
3281
|
-
startMemoryMonitoring: () => void;
|
|
3282
|
-
checkMemoryUsage: () => Promise<void>;
|
|
3283
|
-
performEmergencyCleanup: () => void;
|
|
3203
|
+
formatUrl: (url: string) => string;
|
|
3204
|
+
initPlayer: (url: string) => Promise<void>;
|
|
3284
3205
|
removePlayerDom: () => void;
|
|
3285
|
-
|
|
3206
|
+
createPlayerDom: () => void;
|
|
3207
|
+
createPlayer: () => Promise<void>;
|
|
3208
|
+
destroy: () => void;
|
|
3286
3209
|
ErrorPage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3287
3210
|
videoName: {
|
|
3288
3211
|
type: StringConstructor;
|
|
@@ -3316,7 +3239,7 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
3316
3239
|
message: string;
|
|
3317
3240
|
videoName: string;
|
|
3318
3241
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3319
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
3242
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3320
3243
|
url: {
|
|
3321
3244
|
type: StringConstructor;
|
|
3322
3245
|
default: string;
|
|
@@ -3348,7 +3271,6 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
3348
3271
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
3349
3272
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
3350
3273
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
3351
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
3352
3274
|
}>, {
|
|
3353
3275
|
url: string;
|
|
3354
3276
|
accessToken: string;
|
|
@@ -3423,6 +3345,107 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
3423
3345
|
areaName: string;
|
|
3424
3346
|
platformTypeName: string;
|
|
3425
3347
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3348
|
+
readonly hls: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3349
|
+
url: {
|
|
3350
|
+
type: StringConstructor;
|
|
3351
|
+
default: string;
|
|
3352
|
+
};
|
|
3353
|
+
accessToken: {
|
|
3354
|
+
type: StringConstructor;
|
|
3355
|
+
default: string;
|
|
3356
|
+
};
|
|
3357
|
+
areaName: {
|
|
3358
|
+
type: StringConstructor;
|
|
3359
|
+
default: string;
|
|
3360
|
+
};
|
|
3361
|
+
deviceSerial: {
|
|
3362
|
+
type: StringConstructor;
|
|
3363
|
+
default: string;
|
|
3364
|
+
};
|
|
3365
|
+
platformTypeName: {
|
|
3366
|
+
type: StringConstructor;
|
|
3367
|
+
default: string;
|
|
3368
|
+
};
|
|
3369
|
+
debug: {
|
|
3370
|
+
type: BooleanConstructor;
|
|
3371
|
+
default: boolean;
|
|
3372
|
+
};
|
|
3373
|
+
}>, {
|
|
3374
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3375
|
+
url: {
|
|
3376
|
+
type: StringConstructor;
|
|
3377
|
+
default: string;
|
|
3378
|
+
};
|
|
3379
|
+
accessToken: {
|
|
3380
|
+
type: StringConstructor;
|
|
3381
|
+
default: string;
|
|
3382
|
+
};
|
|
3383
|
+
areaName: {
|
|
3384
|
+
type: StringConstructor;
|
|
3385
|
+
default: string;
|
|
3386
|
+
};
|
|
3387
|
+
deviceSerial: {
|
|
3388
|
+
type: StringConstructor;
|
|
3389
|
+
default: string;
|
|
3390
|
+
};
|
|
3391
|
+
platformTypeName: {
|
|
3392
|
+
type: StringConstructor;
|
|
3393
|
+
default: string;
|
|
3394
|
+
};
|
|
3395
|
+
debug: {
|
|
3396
|
+
type: BooleanConstructor;
|
|
3397
|
+
default: boolean;
|
|
3398
|
+
};
|
|
3399
|
+
}>> & Readonly<{
|
|
3400
|
+
onPlay?: ((...args: any[]) => any) | undefined;
|
|
3401
|
+
onPause?: ((...args: any[]) => any) | undefined;
|
|
3402
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
3403
|
+
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
3404
|
+
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
3405
|
+
onMute?: ((...args: any[]) => any) | undefined;
|
|
3406
|
+
}> & {}>;
|
|
3407
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
3408
|
+
setCamera: () => void;
|
|
3409
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3410
|
+
url: {
|
|
3411
|
+
type: StringConstructor;
|
|
3412
|
+
default: string;
|
|
3413
|
+
};
|
|
3414
|
+
accessToken: {
|
|
3415
|
+
type: StringConstructor;
|
|
3416
|
+
default: string;
|
|
3417
|
+
};
|
|
3418
|
+
areaName: {
|
|
3419
|
+
type: StringConstructor;
|
|
3420
|
+
default: string;
|
|
3421
|
+
};
|
|
3422
|
+
deviceSerial: {
|
|
3423
|
+
type: StringConstructor;
|
|
3424
|
+
default: string;
|
|
3425
|
+
};
|
|
3426
|
+
platformTypeName: {
|
|
3427
|
+
type: StringConstructor;
|
|
3428
|
+
default: string;
|
|
3429
|
+
};
|
|
3430
|
+
debug: {
|
|
3431
|
+
type: BooleanConstructor;
|
|
3432
|
+
default: boolean;
|
|
3433
|
+
};
|
|
3434
|
+
}>> & Readonly<{
|
|
3435
|
+
onPlay?: ((...args: any[]) => any) | undefined;
|
|
3436
|
+
onPause?: ((...args: any[]) => any) | undefined;
|
|
3437
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
3438
|
+
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
3439
|
+
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
3440
|
+
onMute?: ((...args: any[]) => any) | undefined;
|
|
3441
|
+
}>, {
|
|
3442
|
+
url: string;
|
|
3443
|
+
accessToken: string;
|
|
3444
|
+
debug: boolean;
|
|
3445
|
+
deviceSerial: string;
|
|
3446
|
+
areaName: string;
|
|
3447
|
+
platformTypeName: string;
|
|
3448
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3426
3449
|
};
|
|
3427
3450
|
playerComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3428
3451
|
url: {
|
|
@@ -3482,15 +3505,12 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
3482
3505
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
3483
3506
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
3484
3507
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
3485
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
3486
3508
|
}> & {}>;
|
|
3487
|
-
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
3509
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
3488
3510
|
slots: Readonly<{
|
|
3489
3511
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
3490
3512
|
}>;
|
|
3491
3513
|
customBar: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
3492
|
-
areaName: import("vue").Ref<string, string>;
|
|
3493
|
-
deviceSerial: import("vue").Ref<string, string>;
|
|
3494
3514
|
player: any;
|
|
3495
3515
|
id: string;
|
|
3496
3516
|
playerRef: import("vue").ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -3499,51 +3519,16 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
3499
3519
|
isFullscreen: import("vue").Ref<boolean, boolean>;
|
|
3500
3520
|
videoInfo: import("vue").Ref<any, any>;
|
|
3501
3521
|
realFullscreen: import("vue").Ref<boolean, boolean>;
|
|
3502
|
-
reconnectAttempts: import("vue").Ref<number, number>;
|
|
3503
|
-
maxReconnectAttempts: number;
|
|
3504
|
-
reconnectCoolDown: import("vue").Ref<number, number>;
|
|
3505
|
-
requestCache: Map<string, {
|
|
3506
|
-
timestamp: number;
|
|
3507
|
-
url: string;
|
|
3508
|
-
}>;
|
|
3509
|
-
DEBOUNCE_TIME: number;
|
|
3510
|
-
timers: {
|
|
3511
|
-
initTimer: number | null;
|
|
3512
|
-
cleanupInterval: number | null;
|
|
3513
|
-
memoryCheckInterval: number | null;
|
|
3514
|
-
reconnectTimer: number | null;
|
|
3515
|
-
debounceTimer: number | null;
|
|
3516
|
-
lightCleanInterval: number | null;
|
|
3517
|
-
rebuildInterval: number | null;
|
|
3518
|
-
};
|
|
3519
|
-
HIGH_MEMORY_THRESHOLD: number;
|
|
3520
|
-
EMERGENCY_CLEAN_TIMEOUT: number;
|
|
3521
|
-
MEMORY_CHECK_INTERVAL: number;
|
|
3522
|
-
eventHandlers: {
|
|
3523
|
-
event: string;
|
|
3524
|
-
handler: Function;
|
|
3525
|
-
}[];
|
|
3526
|
-
isPlayerIniting: import("vue").Ref<boolean, boolean>;
|
|
3527
|
-
isPlayerDestroyed: import("vue").Ref<boolean, boolean>;
|
|
3528
|
-
MEMORY_PEAK_THRESHOLD: number;
|
|
3529
|
-
CLEAN_INTERVAL: number;
|
|
3530
|
-
lastMemoryPeak: number;
|
|
3531
|
-
formatUrl: (url: string) => string;
|
|
3532
|
-
initPlayer: (url: string) => Promise<void>;
|
|
3533
|
-
debouncedInitPlayer: import("lodash").DebouncedFunc<(newUrl: string) => void>;
|
|
3534
3522
|
play: (url?: string) => void;
|
|
3535
3523
|
playerPause: () => void;
|
|
3536
3524
|
playerScreenShot: () => void;
|
|
3537
3525
|
playerFullscreen: (fullscreen: boolean) => void;
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
handleReconnect: () => void;
|
|
3541
|
-
createPlayerDom: () => void;
|
|
3542
|
-
startMemoryMonitoring: () => void;
|
|
3543
|
-
checkMemoryUsage: () => Promise<void>;
|
|
3544
|
-
performEmergencyCleanup: () => void;
|
|
3526
|
+
formatUrl: (url: string) => string;
|
|
3527
|
+
initPlayer: (url: string) => Promise<void>;
|
|
3545
3528
|
removePlayerDom: () => void;
|
|
3546
|
-
|
|
3529
|
+
createPlayerDom: () => void;
|
|
3530
|
+
createPlayer: () => Promise<void>;
|
|
3531
|
+
destroy: () => void;
|
|
3547
3532
|
ErrorPage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3548
3533
|
videoName: {
|
|
3549
3534
|
type: StringConstructor;
|
|
@@ -3577,7 +3562,7 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
3577
3562
|
message: string;
|
|
3578
3563
|
videoName: string;
|
|
3579
3564
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3580
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
3565
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3581
3566
|
url: {
|
|
3582
3567
|
type: StringConstructor;
|
|
3583
3568
|
default: string;
|
|
@@ -3609,7 +3594,6 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
3609
3594
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
3610
3595
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
3611
3596
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
3612
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
3613
3597
|
}>, {
|
|
3614
3598
|
url: string;
|
|
3615
3599
|
accessToken: string;
|
|
@@ -5039,15 +5023,12 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
5039
5023
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
5040
5024
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
5041
5025
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
5042
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
5043
5026
|
}> & {}>;
|
|
5044
|
-
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
5027
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
5045
5028
|
slots: Readonly<{
|
|
5046
5029
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
5047
5030
|
}>;
|
|
5048
5031
|
customBar: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
5049
|
-
areaName: import("vue").Ref<string, string>;
|
|
5050
|
-
deviceSerial: import("vue").Ref<string, string>;
|
|
5051
5032
|
player: any;
|
|
5052
5033
|
id: string;
|
|
5053
5034
|
playerRef: import("vue").ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -5056,51 +5037,16 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
5056
5037
|
isFullscreen: import("vue").Ref<boolean, boolean>;
|
|
5057
5038
|
videoInfo: import("vue").Ref<any, any>;
|
|
5058
5039
|
realFullscreen: import("vue").Ref<boolean, boolean>;
|
|
5059
|
-
reconnectAttempts: import("vue").Ref<number, number>;
|
|
5060
|
-
maxReconnectAttempts: number;
|
|
5061
|
-
reconnectCoolDown: import("vue").Ref<number, number>;
|
|
5062
|
-
requestCache: Map<string, {
|
|
5063
|
-
timestamp: number;
|
|
5064
|
-
url: string;
|
|
5065
|
-
}>;
|
|
5066
|
-
DEBOUNCE_TIME: number;
|
|
5067
|
-
timers: {
|
|
5068
|
-
initTimer: number | null;
|
|
5069
|
-
cleanupInterval: number | null;
|
|
5070
|
-
memoryCheckInterval: number | null;
|
|
5071
|
-
reconnectTimer: number | null;
|
|
5072
|
-
debounceTimer: number | null;
|
|
5073
|
-
lightCleanInterval: number | null;
|
|
5074
|
-
rebuildInterval: number | null;
|
|
5075
|
-
};
|
|
5076
|
-
HIGH_MEMORY_THRESHOLD: number;
|
|
5077
|
-
EMERGENCY_CLEAN_TIMEOUT: number;
|
|
5078
|
-
MEMORY_CHECK_INTERVAL: number;
|
|
5079
|
-
eventHandlers: {
|
|
5080
|
-
event: string;
|
|
5081
|
-
handler: Function;
|
|
5082
|
-
}[];
|
|
5083
|
-
isPlayerIniting: import("vue").Ref<boolean, boolean>;
|
|
5084
|
-
isPlayerDestroyed: import("vue").Ref<boolean, boolean>;
|
|
5085
|
-
MEMORY_PEAK_THRESHOLD: number;
|
|
5086
|
-
CLEAN_INTERVAL: number;
|
|
5087
|
-
lastMemoryPeak: number;
|
|
5088
|
-
formatUrl: (url: string) => string;
|
|
5089
|
-
initPlayer: (url: string) => Promise<void>;
|
|
5090
|
-
debouncedInitPlayer: import("lodash").DebouncedFunc<(newUrl: string) => void>;
|
|
5091
5040
|
play: (url?: string) => void;
|
|
5092
5041
|
playerPause: () => void;
|
|
5093
5042
|
playerScreenShot: () => void;
|
|
5094
5043
|
playerFullscreen: (fullscreen: boolean) => void;
|
|
5095
|
-
|
|
5096
|
-
|
|
5097
|
-
handleReconnect: () => void;
|
|
5098
|
-
createPlayerDom: () => void;
|
|
5099
|
-
startMemoryMonitoring: () => void;
|
|
5100
|
-
checkMemoryUsage: () => Promise<void>;
|
|
5101
|
-
performEmergencyCleanup: () => void;
|
|
5044
|
+
formatUrl: (url: string) => string;
|
|
5045
|
+
initPlayer: (url: string) => Promise<void>;
|
|
5102
5046
|
removePlayerDom: () => void;
|
|
5103
|
-
|
|
5047
|
+
createPlayerDom: () => void;
|
|
5048
|
+
createPlayer: () => Promise<void>;
|
|
5049
|
+
destroy: () => void;
|
|
5104
5050
|
ErrorPage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5105
5051
|
videoName: {
|
|
5106
5052
|
type: StringConstructor;
|
|
@@ -5134,7 +5080,7 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
5134
5080
|
message: string;
|
|
5135
5081
|
videoName: string;
|
|
5136
5082
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
5137
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
5083
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5138
5084
|
url: {
|
|
5139
5085
|
type: StringConstructor;
|
|
5140
5086
|
default: string;
|
|
@@ -5166,7 +5112,6 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
5166
5112
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
5167
5113
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
5168
5114
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
5169
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
5170
5115
|
}>, {
|
|
5171
5116
|
url: string;
|
|
5172
5117
|
accessToken: string;
|
|
@@ -6779,15 +6724,12 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
6779
6724
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
6780
6725
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
6781
6726
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
6782
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
6783
6727
|
}> & {}>;
|
|
6784
|
-
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
6728
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
6785
6729
|
slots: Readonly<{
|
|
6786
6730
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
6787
6731
|
}>;
|
|
6788
6732
|
customBar: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
6789
|
-
areaName: import("vue").Ref<string, string>;
|
|
6790
|
-
deviceSerial: import("vue").Ref<string, string>;
|
|
6791
6733
|
player: any;
|
|
6792
6734
|
id: string;
|
|
6793
6735
|
playerRef: import("vue").ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -6796,51 +6738,16 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
6796
6738
|
isFullscreen: import("vue").Ref<boolean, boolean>;
|
|
6797
6739
|
videoInfo: import("vue").Ref<any, any>;
|
|
6798
6740
|
realFullscreen: import("vue").Ref<boolean, boolean>;
|
|
6799
|
-
reconnectAttempts: import("vue").Ref<number, number>;
|
|
6800
|
-
maxReconnectAttempts: number;
|
|
6801
|
-
reconnectCoolDown: import("vue").Ref<number, number>;
|
|
6802
|
-
requestCache: Map<string, {
|
|
6803
|
-
timestamp: number;
|
|
6804
|
-
url: string;
|
|
6805
|
-
}>;
|
|
6806
|
-
DEBOUNCE_TIME: number;
|
|
6807
|
-
timers: {
|
|
6808
|
-
initTimer: number | null;
|
|
6809
|
-
cleanupInterval: number | null;
|
|
6810
|
-
memoryCheckInterval: number | null;
|
|
6811
|
-
reconnectTimer: number | null;
|
|
6812
|
-
debounceTimer: number | null;
|
|
6813
|
-
lightCleanInterval: number | null;
|
|
6814
|
-
rebuildInterval: number | null;
|
|
6815
|
-
};
|
|
6816
|
-
HIGH_MEMORY_THRESHOLD: number;
|
|
6817
|
-
EMERGENCY_CLEAN_TIMEOUT: number;
|
|
6818
|
-
MEMORY_CHECK_INTERVAL: number;
|
|
6819
|
-
eventHandlers: {
|
|
6820
|
-
event: string;
|
|
6821
|
-
handler: Function;
|
|
6822
|
-
}[];
|
|
6823
|
-
isPlayerIniting: import("vue").Ref<boolean, boolean>;
|
|
6824
|
-
isPlayerDestroyed: import("vue").Ref<boolean, boolean>;
|
|
6825
|
-
MEMORY_PEAK_THRESHOLD: number;
|
|
6826
|
-
CLEAN_INTERVAL: number;
|
|
6827
|
-
lastMemoryPeak: number;
|
|
6828
|
-
formatUrl: (url: string) => string;
|
|
6829
|
-
initPlayer: (url: string) => Promise<void>;
|
|
6830
|
-
debouncedInitPlayer: import("lodash").DebouncedFunc<(newUrl: string) => void>;
|
|
6831
6741
|
play: (url?: string) => void;
|
|
6832
6742
|
playerPause: () => void;
|
|
6833
6743
|
playerScreenShot: () => void;
|
|
6834
6744
|
playerFullscreen: (fullscreen: boolean) => void;
|
|
6835
|
-
|
|
6836
|
-
|
|
6837
|
-
handleReconnect: () => void;
|
|
6838
|
-
createPlayerDom: () => void;
|
|
6839
|
-
startMemoryMonitoring: () => void;
|
|
6840
|
-
checkMemoryUsage: () => Promise<void>;
|
|
6841
|
-
performEmergencyCleanup: () => void;
|
|
6745
|
+
formatUrl: (url: string) => string;
|
|
6746
|
+
initPlayer: (url: string) => Promise<void>;
|
|
6842
6747
|
removePlayerDom: () => void;
|
|
6843
|
-
|
|
6748
|
+
createPlayerDom: () => void;
|
|
6749
|
+
createPlayer: () => Promise<void>;
|
|
6750
|
+
destroy: () => void;
|
|
6844
6751
|
ErrorPage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6845
6752
|
videoName: {
|
|
6846
6753
|
type: StringConstructor;
|
|
@@ -6874,7 +6781,7 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
6874
6781
|
message: string;
|
|
6875
6782
|
videoName: string;
|
|
6876
6783
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6877
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
6784
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6878
6785
|
url: {
|
|
6879
6786
|
type: StringConstructor;
|
|
6880
6787
|
default: string;
|
|
@@ -6906,7 +6813,6 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
6906
6813
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
6907
6814
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
6908
6815
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
6909
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
6910
6816
|
}>, {
|
|
6911
6817
|
url: string;
|
|
6912
6818
|
accessToken: string;
|
|
@@ -6980,6 +6886,106 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
6980
6886
|
deviceSerial: string;
|
|
6981
6887
|
areaName: string;
|
|
6982
6888
|
platformTypeName: string;
|
|
6889
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6890
|
+
url: {
|
|
6891
|
+
type: StringConstructor;
|
|
6892
|
+
default: string;
|
|
6893
|
+
};
|
|
6894
|
+
accessToken: {
|
|
6895
|
+
type: StringConstructor;
|
|
6896
|
+
default: string;
|
|
6897
|
+
};
|
|
6898
|
+
areaName: {
|
|
6899
|
+
type: StringConstructor;
|
|
6900
|
+
default: string;
|
|
6901
|
+
};
|
|
6902
|
+
deviceSerial: {
|
|
6903
|
+
type: StringConstructor;
|
|
6904
|
+
default: string;
|
|
6905
|
+
};
|
|
6906
|
+
platformTypeName: {
|
|
6907
|
+
type: StringConstructor;
|
|
6908
|
+
default: string;
|
|
6909
|
+
};
|
|
6910
|
+
debug: {
|
|
6911
|
+
type: BooleanConstructor;
|
|
6912
|
+
default: boolean;
|
|
6913
|
+
};
|
|
6914
|
+
}>, {
|
|
6915
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
6916
|
+
url: {
|
|
6917
|
+
type: StringConstructor;
|
|
6918
|
+
default: string;
|
|
6919
|
+
};
|
|
6920
|
+
accessToken: {
|
|
6921
|
+
type: StringConstructor;
|
|
6922
|
+
default: string;
|
|
6923
|
+
};
|
|
6924
|
+
areaName: {
|
|
6925
|
+
type: StringConstructor;
|
|
6926
|
+
default: string;
|
|
6927
|
+
};
|
|
6928
|
+
deviceSerial: {
|
|
6929
|
+
type: StringConstructor;
|
|
6930
|
+
default: string;
|
|
6931
|
+
};
|
|
6932
|
+
platformTypeName: {
|
|
6933
|
+
type: StringConstructor;
|
|
6934
|
+
default: string;
|
|
6935
|
+
};
|
|
6936
|
+
debug: {
|
|
6937
|
+
type: BooleanConstructor;
|
|
6938
|
+
default: boolean;
|
|
6939
|
+
};
|
|
6940
|
+
}>> & Readonly<{
|
|
6941
|
+
onPlay?: ((...args: any[]) => any) | undefined;
|
|
6942
|
+
onPause?: ((...args: any[]) => any) | undefined;
|
|
6943
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
6944
|
+
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
6945
|
+
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
6946
|
+
onMute?: ((...args: any[]) => any) | undefined;
|
|
6947
|
+
}> & {}>;
|
|
6948
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
6949
|
+
setCamera: () => void;
|
|
6950
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6951
|
+
url: {
|
|
6952
|
+
type: StringConstructor;
|
|
6953
|
+
default: string;
|
|
6954
|
+
};
|
|
6955
|
+
accessToken: {
|
|
6956
|
+
type: StringConstructor;
|
|
6957
|
+
default: string;
|
|
6958
|
+
};
|
|
6959
|
+
areaName: {
|
|
6960
|
+
type: StringConstructor;
|
|
6961
|
+
default: string;
|
|
6962
|
+
};
|
|
6963
|
+
deviceSerial: {
|
|
6964
|
+
type: StringConstructor;
|
|
6965
|
+
default: string;
|
|
6966
|
+
};
|
|
6967
|
+
platformTypeName: {
|
|
6968
|
+
type: StringConstructor;
|
|
6969
|
+
default: string;
|
|
6970
|
+
};
|
|
6971
|
+
debug: {
|
|
6972
|
+
type: BooleanConstructor;
|
|
6973
|
+
default: boolean;
|
|
6974
|
+
};
|
|
6975
|
+
}>> & Readonly<{
|
|
6976
|
+
onPlay?: ((...args: any[]) => any) | undefined;
|
|
6977
|
+
onPause?: ((...args: any[]) => any) | undefined;
|
|
6978
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
6979
|
+
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
6980
|
+
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
6981
|
+
onMute?: ((...args: any[]) => any) | undefined;
|
|
6982
|
+
}>, {
|
|
6983
|
+
url: string;
|
|
6984
|
+
accessToken: string;
|
|
6985
|
+
debug: boolean;
|
|
6986
|
+
deviceSerial: string;
|
|
6987
|
+
areaName: string;
|
|
6988
|
+
platformTypeName: string;
|
|
6983
6989
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | null>;
|
|
6984
6990
|
errorState: import("vue").ComputedRef<{
|
|
6985
6991
|
type: string;
|
|
@@ -7043,15 +7049,12 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
7043
7049
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
7044
7050
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
7045
7051
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
7046
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
7047
7052
|
}> & {}>;
|
|
7048
|
-
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
7053
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
7049
7054
|
slots: Readonly<{
|
|
7050
7055
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
7051
7056
|
}>;
|
|
7052
7057
|
customBar: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
7053
|
-
areaName: import("vue").Ref<string, string>;
|
|
7054
|
-
deviceSerial: import("vue").Ref<string, string>;
|
|
7055
7058
|
player: any;
|
|
7056
7059
|
id: string;
|
|
7057
7060
|
playerRef: import("vue").ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -7060,51 +7063,16 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
7060
7063
|
isFullscreen: import("vue").Ref<boolean, boolean>;
|
|
7061
7064
|
videoInfo: import("vue").Ref<any, any>;
|
|
7062
7065
|
realFullscreen: import("vue").Ref<boolean, boolean>;
|
|
7063
|
-
reconnectAttempts: import("vue").Ref<number, number>;
|
|
7064
|
-
maxReconnectAttempts: number;
|
|
7065
|
-
reconnectCoolDown: import("vue").Ref<number, number>;
|
|
7066
|
-
requestCache: Map<string, {
|
|
7067
|
-
timestamp: number;
|
|
7068
|
-
url: string;
|
|
7069
|
-
}>;
|
|
7070
|
-
DEBOUNCE_TIME: number;
|
|
7071
|
-
timers: {
|
|
7072
|
-
initTimer: number | null;
|
|
7073
|
-
cleanupInterval: number | null;
|
|
7074
|
-
memoryCheckInterval: number | null;
|
|
7075
|
-
reconnectTimer: number | null;
|
|
7076
|
-
debounceTimer: number | null;
|
|
7077
|
-
lightCleanInterval: number | null;
|
|
7078
|
-
rebuildInterval: number | null;
|
|
7079
|
-
};
|
|
7080
|
-
HIGH_MEMORY_THRESHOLD: number;
|
|
7081
|
-
EMERGENCY_CLEAN_TIMEOUT: number;
|
|
7082
|
-
MEMORY_CHECK_INTERVAL: number;
|
|
7083
|
-
eventHandlers: {
|
|
7084
|
-
event: string;
|
|
7085
|
-
handler: Function;
|
|
7086
|
-
}[];
|
|
7087
|
-
isPlayerIniting: import("vue").Ref<boolean, boolean>;
|
|
7088
|
-
isPlayerDestroyed: import("vue").Ref<boolean, boolean>;
|
|
7089
|
-
MEMORY_PEAK_THRESHOLD: number;
|
|
7090
|
-
CLEAN_INTERVAL: number;
|
|
7091
|
-
lastMemoryPeak: number;
|
|
7092
|
-
formatUrl: (url: string) => string;
|
|
7093
|
-
initPlayer: (url: string) => Promise<void>;
|
|
7094
|
-
debouncedInitPlayer: import("lodash").DebouncedFunc<(newUrl: string) => void>;
|
|
7095
7066
|
play: (url?: string) => void;
|
|
7096
7067
|
playerPause: () => void;
|
|
7097
7068
|
playerScreenShot: () => void;
|
|
7098
7069
|
playerFullscreen: (fullscreen: boolean) => void;
|
|
7099
|
-
|
|
7100
|
-
|
|
7101
|
-
handleReconnect: () => void;
|
|
7102
|
-
createPlayerDom: () => void;
|
|
7103
|
-
startMemoryMonitoring: () => void;
|
|
7104
|
-
checkMemoryUsage: () => Promise<void>;
|
|
7105
|
-
performEmergencyCleanup: () => void;
|
|
7070
|
+
formatUrl: (url: string) => string;
|
|
7071
|
+
initPlayer: (url: string) => Promise<void>;
|
|
7106
7072
|
removePlayerDom: () => void;
|
|
7107
|
-
|
|
7073
|
+
createPlayerDom: () => void;
|
|
7074
|
+
createPlayer: () => Promise<void>;
|
|
7075
|
+
destroy: () => void;
|
|
7108
7076
|
ErrorPage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7109
7077
|
videoName: {
|
|
7110
7078
|
type: StringConstructor;
|
|
@@ -7138,7 +7106,7 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
7138
7106
|
message: string;
|
|
7139
7107
|
videoName: string;
|
|
7140
7108
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7141
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
7109
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7142
7110
|
url: {
|
|
7143
7111
|
type: StringConstructor;
|
|
7144
7112
|
default: string;
|
|
@@ -7170,7 +7138,6 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
7170
7138
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
7171
7139
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
7172
7140
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
7173
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
7174
7141
|
}>, {
|
|
7175
7142
|
url: string;
|
|
7176
7143
|
accessToken: string;
|
|
@@ -8600,15 +8567,12 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
8600
8567
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
8601
8568
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
8602
8569
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
8603
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
8604
8570
|
}> & {}>;
|
|
8605
|
-
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
8571
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
8606
8572
|
slots: Readonly<{
|
|
8607
8573
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
8608
8574
|
}>;
|
|
8609
8575
|
customBar: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
8610
|
-
areaName: import("vue").Ref<string, string>;
|
|
8611
|
-
deviceSerial: import("vue").Ref<string, string>;
|
|
8612
8576
|
player: any;
|
|
8613
8577
|
id: string;
|
|
8614
8578
|
playerRef: import("vue").ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -8617,51 +8581,16 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
8617
8581
|
isFullscreen: import("vue").Ref<boolean, boolean>;
|
|
8618
8582
|
videoInfo: import("vue").Ref<any, any>;
|
|
8619
8583
|
realFullscreen: import("vue").Ref<boolean, boolean>;
|
|
8620
|
-
reconnectAttempts: import("vue").Ref<number, number>;
|
|
8621
|
-
maxReconnectAttempts: number;
|
|
8622
|
-
reconnectCoolDown: import("vue").Ref<number, number>;
|
|
8623
|
-
requestCache: Map<string, {
|
|
8624
|
-
timestamp: number;
|
|
8625
|
-
url: string;
|
|
8626
|
-
}>;
|
|
8627
|
-
DEBOUNCE_TIME: number;
|
|
8628
|
-
timers: {
|
|
8629
|
-
initTimer: number | null;
|
|
8630
|
-
cleanupInterval: number | null;
|
|
8631
|
-
memoryCheckInterval: number | null;
|
|
8632
|
-
reconnectTimer: number | null;
|
|
8633
|
-
debounceTimer: number | null;
|
|
8634
|
-
lightCleanInterval: number | null;
|
|
8635
|
-
rebuildInterval: number | null;
|
|
8636
|
-
};
|
|
8637
|
-
HIGH_MEMORY_THRESHOLD: number;
|
|
8638
|
-
EMERGENCY_CLEAN_TIMEOUT: number;
|
|
8639
|
-
MEMORY_CHECK_INTERVAL: number;
|
|
8640
|
-
eventHandlers: {
|
|
8641
|
-
event: string;
|
|
8642
|
-
handler: Function;
|
|
8643
|
-
}[];
|
|
8644
|
-
isPlayerIniting: import("vue").Ref<boolean, boolean>;
|
|
8645
|
-
isPlayerDestroyed: import("vue").Ref<boolean, boolean>;
|
|
8646
|
-
MEMORY_PEAK_THRESHOLD: number;
|
|
8647
|
-
CLEAN_INTERVAL: number;
|
|
8648
|
-
lastMemoryPeak: number;
|
|
8649
|
-
formatUrl: (url: string) => string;
|
|
8650
|
-
initPlayer: (url: string) => Promise<void>;
|
|
8651
|
-
debouncedInitPlayer: import("lodash").DebouncedFunc<(newUrl: string) => void>;
|
|
8652
8584
|
play: (url?: string) => void;
|
|
8653
8585
|
playerPause: () => void;
|
|
8654
8586
|
playerScreenShot: () => void;
|
|
8655
8587
|
playerFullscreen: (fullscreen: boolean) => void;
|
|
8656
|
-
|
|
8657
|
-
|
|
8658
|
-
handleReconnect: () => void;
|
|
8659
|
-
createPlayerDom: () => void;
|
|
8660
|
-
startMemoryMonitoring: () => void;
|
|
8661
|
-
checkMemoryUsage: () => Promise<void>;
|
|
8662
|
-
performEmergencyCleanup: () => void;
|
|
8588
|
+
formatUrl: (url: string) => string;
|
|
8589
|
+
initPlayer: (url: string) => Promise<void>;
|
|
8663
8590
|
removePlayerDom: () => void;
|
|
8664
|
-
|
|
8591
|
+
createPlayerDom: () => void;
|
|
8592
|
+
createPlayer: () => Promise<void>;
|
|
8593
|
+
destroy: () => void;
|
|
8665
8594
|
ErrorPage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8666
8595
|
videoName: {
|
|
8667
8596
|
type: StringConstructor;
|
|
@@ -8695,7 +8624,7 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
8695
8624
|
message: string;
|
|
8696
8625
|
videoName: string;
|
|
8697
8626
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8698
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
8627
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8699
8628
|
url: {
|
|
8700
8629
|
type: StringConstructor;
|
|
8701
8630
|
default: string;
|
|
@@ -8727,7 +8656,6 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
8727
8656
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
8728
8657
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
8729
8658
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
8730
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
8731
8659
|
}>, {
|
|
8732
8660
|
url: string;
|
|
8733
8661
|
accessToken: string;
|
|
@@ -10340,15 +10268,12 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
10340
10268
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
10341
10269
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
10342
10270
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
10343
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
10344
10271
|
}> & {}>;
|
|
10345
|
-
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
10272
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
10346
10273
|
slots: Readonly<{
|
|
10347
10274
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
10348
10275
|
}>;
|
|
10349
10276
|
customBar: import("vue").ComputedRef<import("vue").Slot<any> | undefined>;
|
|
10350
|
-
areaName: import("vue").Ref<string, string>;
|
|
10351
|
-
deviceSerial: import("vue").Ref<string, string>;
|
|
10352
10277
|
player: any;
|
|
10353
10278
|
id: string;
|
|
10354
10279
|
playerRef: import("vue").ShallowRef<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
|
@@ -10357,51 +10282,16 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
10357
10282
|
isFullscreen: import("vue").Ref<boolean, boolean>;
|
|
10358
10283
|
videoInfo: import("vue").Ref<any, any>;
|
|
10359
10284
|
realFullscreen: import("vue").Ref<boolean, boolean>;
|
|
10360
|
-
reconnectAttempts: import("vue").Ref<number, number>;
|
|
10361
|
-
maxReconnectAttempts: number;
|
|
10362
|
-
reconnectCoolDown: import("vue").Ref<number, number>;
|
|
10363
|
-
requestCache: Map<string, {
|
|
10364
|
-
timestamp: number;
|
|
10365
|
-
url: string;
|
|
10366
|
-
}>;
|
|
10367
|
-
DEBOUNCE_TIME: number;
|
|
10368
|
-
timers: {
|
|
10369
|
-
initTimer: number | null;
|
|
10370
|
-
cleanupInterval: number | null;
|
|
10371
|
-
memoryCheckInterval: number | null;
|
|
10372
|
-
reconnectTimer: number | null;
|
|
10373
|
-
debounceTimer: number | null;
|
|
10374
|
-
lightCleanInterval: number | null;
|
|
10375
|
-
rebuildInterval: number | null;
|
|
10376
|
-
};
|
|
10377
|
-
HIGH_MEMORY_THRESHOLD: number;
|
|
10378
|
-
EMERGENCY_CLEAN_TIMEOUT: number;
|
|
10379
|
-
MEMORY_CHECK_INTERVAL: number;
|
|
10380
|
-
eventHandlers: {
|
|
10381
|
-
event: string;
|
|
10382
|
-
handler: Function;
|
|
10383
|
-
}[];
|
|
10384
|
-
isPlayerIniting: import("vue").Ref<boolean, boolean>;
|
|
10385
|
-
isPlayerDestroyed: import("vue").Ref<boolean, boolean>;
|
|
10386
|
-
MEMORY_PEAK_THRESHOLD: number;
|
|
10387
|
-
CLEAN_INTERVAL: number;
|
|
10388
|
-
lastMemoryPeak: number;
|
|
10389
|
-
formatUrl: (url: string) => string;
|
|
10390
|
-
initPlayer: (url: string) => Promise<void>;
|
|
10391
|
-
debouncedInitPlayer: import("lodash").DebouncedFunc<(newUrl: string) => void>;
|
|
10392
10285
|
play: (url?: string) => void;
|
|
10393
10286
|
playerPause: () => void;
|
|
10394
10287
|
playerScreenShot: () => void;
|
|
10395
10288
|
playerFullscreen: (fullscreen: boolean) => void;
|
|
10396
|
-
|
|
10397
|
-
|
|
10398
|
-
handleReconnect: () => void;
|
|
10399
|
-
createPlayerDom: () => void;
|
|
10400
|
-
startMemoryMonitoring: () => void;
|
|
10401
|
-
checkMemoryUsage: () => Promise<void>;
|
|
10402
|
-
performEmergencyCleanup: () => void;
|
|
10289
|
+
formatUrl: (url: string) => string;
|
|
10290
|
+
initPlayer: (url: string) => Promise<void>;
|
|
10403
10291
|
removePlayerDom: () => void;
|
|
10404
|
-
|
|
10292
|
+
createPlayerDom: () => void;
|
|
10293
|
+
createPlayer: () => Promise<void>;
|
|
10294
|
+
destroy: () => void;
|
|
10405
10295
|
ErrorPage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10406
10296
|
videoName: {
|
|
10407
10297
|
type: StringConstructor;
|
|
@@ -10435,7 +10325,7 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
10435
10325
|
message: string;
|
|
10436
10326
|
videoName: string;
|
|
10437
10327
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10438
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute"
|
|
10328
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10439
10329
|
url: {
|
|
10440
10330
|
type: StringConstructor;
|
|
10441
10331
|
default: string;
|
|
@@ -10467,7 +10357,6 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
10467
10357
|
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
10468
10358
|
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
10469
10359
|
onMute?: ((...args: any[]) => any) | undefined;
|
|
10470
|
-
onMemoryWarn?: ((...args: any[]) => any) | undefined;
|
|
10471
10360
|
}>, {
|
|
10472
10361
|
url: string;
|
|
10473
10362
|
accessToken: string;
|
|
@@ -10541,6 +10430,106 @@ export declare const ITzjPlayer: import("../../types").SFCWithInstall<import("vu
|
|
|
10541
10430
|
deviceSerial: string;
|
|
10542
10431
|
areaName: string;
|
|
10543
10432
|
platformTypeName: string;
|
|
10433
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10434
|
+
url: {
|
|
10435
|
+
type: StringConstructor;
|
|
10436
|
+
default: string;
|
|
10437
|
+
};
|
|
10438
|
+
accessToken: {
|
|
10439
|
+
type: StringConstructor;
|
|
10440
|
+
default: string;
|
|
10441
|
+
};
|
|
10442
|
+
areaName: {
|
|
10443
|
+
type: StringConstructor;
|
|
10444
|
+
default: string;
|
|
10445
|
+
};
|
|
10446
|
+
deviceSerial: {
|
|
10447
|
+
type: StringConstructor;
|
|
10448
|
+
default: string;
|
|
10449
|
+
};
|
|
10450
|
+
platformTypeName: {
|
|
10451
|
+
type: StringConstructor;
|
|
10452
|
+
default: string;
|
|
10453
|
+
};
|
|
10454
|
+
debug: {
|
|
10455
|
+
type: BooleanConstructor;
|
|
10456
|
+
default: boolean;
|
|
10457
|
+
};
|
|
10458
|
+
}>, {
|
|
10459
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10460
|
+
url: {
|
|
10461
|
+
type: StringConstructor;
|
|
10462
|
+
default: string;
|
|
10463
|
+
};
|
|
10464
|
+
accessToken: {
|
|
10465
|
+
type: StringConstructor;
|
|
10466
|
+
default: string;
|
|
10467
|
+
};
|
|
10468
|
+
areaName: {
|
|
10469
|
+
type: StringConstructor;
|
|
10470
|
+
default: string;
|
|
10471
|
+
};
|
|
10472
|
+
deviceSerial: {
|
|
10473
|
+
type: StringConstructor;
|
|
10474
|
+
default: string;
|
|
10475
|
+
};
|
|
10476
|
+
platformTypeName: {
|
|
10477
|
+
type: StringConstructor;
|
|
10478
|
+
default: string;
|
|
10479
|
+
};
|
|
10480
|
+
debug: {
|
|
10481
|
+
type: BooleanConstructor;
|
|
10482
|
+
default: boolean;
|
|
10483
|
+
};
|
|
10484
|
+
}>> & Readonly<{
|
|
10485
|
+
onPlay?: ((...args: any[]) => any) | undefined;
|
|
10486
|
+
onPause?: ((...args: any[]) => any) | undefined;
|
|
10487
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
10488
|
+
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
10489
|
+
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
10490
|
+
onMute?: ((...args: any[]) => any) | undefined;
|
|
10491
|
+
}> & {}>;
|
|
10492
|
+
emits: (event: "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", ...args: any[]) => void;
|
|
10493
|
+
setCamera: () => void;
|
|
10494
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "play" | "pause" | "videoInfo" | "timeout" | "mute")[], "error" | "play" | "pause" | "videoInfo" | "timeout" | "mute", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10495
|
+
url: {
|
|
10496
|
+
type: StringConstructor;
|
|
10497
|
+
default: string;
|
|
10498
|
+
};
|
|
10499
|
+
accessToken: {
|
|
10500
|
+
type: StringConstructor;
|
|
10501
|
+
default: string;
|
|
10502
|
+
};
|
|
10503
|
+
areaName: {
|
|
10504
|
+
type: StringConstructor;
|
|
10505
|
+
default: string;
|
|
10506
|
+
};
|
|
10507
|
+
deviceSerial: {
|
|
10508
|
+
type: StringConstructor;
|
|
10509
|
+
default: string;
|
|
10510
|
+
};
|
|
10511
|
+
platformTypeName: {
|
|
10512
|
+
type: StringConstructor;
|
|
10513
|
+
default: string;
|
|
10514
|
+
};
|
|
10515
|
+
debug: {
|
|
10516
|
+
type: BooleanConstructor;
|
|
10517
|
+
default: boolean;
|
|
10518
|
+
};
|
|
10519
|
+
}>> & Readonly<{
|
|
10520
|
+
onPlay?: ((...args: any[]) => any) | undefined;
|
|
10521
|
+
onPause?: ((...args: any[]) => any) | undefined;
|
|
10522
|
+
onError?: ((...args: any[]) => any) | undefined;
|
|
10523
|
+
onVideoInfo?: ((...args: any[]) => any) | undefined;
|
|
10524
|
+
onTimeout?: ((...args: any[]) => any) | undefined;
|
|
10525
|
+
onMute?: ((...args: any[]) => any) | undefined;
|
|
10526
|
+
}>, {
|
|
10527
|
+
url: string;
|
|
10528
|
+
accessToken: string;
|
|
10529
|
+
debug: boolean;
|
|
10530
|
+
deviceSerial: string;
|
|
10531
|
+
areaName: string;
|
|
10532
|
+
platformTypeName: string;
|
|
10544
10533
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | null>;
|
|
10545
10534
|
ErrorPage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
10546
10535
|
videoName: {
|