video-split-screen 1.0.13 → 1.0.15
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/README.md +27 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +204 -190
- package/dist/style.css +1 -1
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -54,15 +54,38 @@ import 'video-split-screen/dist/style.css'
|
|
|
54
54
|
3. 回退为视觉索引 + 1(按从左到右、从上到下的视觉顺序编号)
|
|
55
55
|
示例与截图
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
## 示例项目
|
|
58
|
+
|
|
59
|
+
示例项目包含在本包的 `example` 目录中,展示了组件的所有功能。
|
|
60
|
+
|
|
61
|
+
### ✨ 重要特性
|
|
62
|
+
|
|
63
|
+
- 🔧 **直接使用本地包源码** - 无需npm安装,修改包代码后立即生效
|
|
64
|
+
- ⚡ **热重载** - 修改组件代码后自动更新示例
|
|
65
|
+
- 🎯 **完整功能演示** - 涵盖所有组件特性和使用场景
|
|
66
|
+
|
|
67
|
+
### 运行示例
|
|
58
68
|
|
|
59
69
|
```bash
|
|
60
|
-
|
|
61
|
-
|
|
70
|
+
# 方法1:进入示例目录运行
|
|
71
|
+
cd example
|
|
72
|
+
npm install # 只需要安装示例依赖
|
|
62
73
|
npm run dev
|
|
63
|
-
|
|
74
|
+
|
|
75
|
+
# 方法2:使用便捷脚本
|
|
76
|
+
cd example && ./run-example.sh
|
|
64
77
|
```
|
|
65
78
|
|
|
79
|
+
打开浏览器访问 `http://localhost:5173` 查看示例。
|
|
80
|
+
|
|
81
|
+
### 示例包含的功能
|
|
82
|
+
|
|
83
|
+
- **基础使用** - 简单的4分屏布局
|
|
84
|
+
- **交互控制** - 动态切换布局、自定义尺寸
|
|
85
|
+
- **拖拽排序** - 6分屏布局支持拖拽重新排列(无动画效果)
|
|
86
|
+
- **自定义占位符** - 函数生成和数组自定义占位符
|
|
87
|
+
- **布局展示** - 所有支持的分屏布局预览
|
|
88
|
+
|
|
66
89
|
示例页面截图(本地运行时预览)。截图文件位于仓库:`docs/example-page.png`。
|
|
67
90
|
|
|
68
91
|

|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),k={1:{type:"1",label:"1分屏",count:1,cols:1,rows:1},2:{type:"2",label:"2分屏",count:2,cols:2,rows:1},3:{type:"3",label:"3分屏",count:3,cols:2,rows:2},4:{type:"4",label:"4分屏",count:4,cols:2,rows:2},6:{type:"6",label:"6分屏",count:6,cols:3,rows:2},7:{type:"7",label:"7分屏",count:7,cols:4,rows:4},8:{type:"8",label:"8分屏",count:8,cols:4,rows:4},9:{type:"9",label:"9分屏",count:9,cols:3,rows:3},10:{type:"10",label:"10分屏",count:10,cols:6,rows:4},13:{type:"13",label:"13分屏",count:13,cols:4,rows:4},16:{type:"16",label:"16分屏",count:16,cols:4,rows:4}},V={};function _(n){if(V[n])return V[n];const o={1:[{col:1,colSpan:1,row:1,rowSpan:1}],2:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1}],3:[{col:1,colSpan:1,row:1,rowSpan:2,isMain:!0},{col:2,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1}],4:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1}],6:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1}],7:[{col:1,colSpan:2,row:1,rowSpan:2},{col:3,colSpan:2,row:1,rowSpan:2},{col:1,colSpan:2,row:3,rowSpan:2},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],8:[{col:1,colSpan:3,row:1,rowSpan:3,isMain:!0},{col:4,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],9:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1}],10:[{col:1,colSpan:5,row:1,rowSpan:3,isMain:!0},{col:6,colSpan:1,row:1,rowSpan:1},{col:6,colSpan:1,row:2,rowSpan:1},{col:6,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1},{col:5,colSpan:1,row:4,rowSpan:1},{col:6,colSpan:1,row:4,rowSpan:1}],13:[{col:1,colSpan:2,row:1,rowSpan:2,isMain:!0},{col:3,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],16:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}]}[n]||[];return o.length>0&&(V[n]=o),o}function A(){return Object.keys(k)}const X={class:"layout-icon"},J={key:0,viewBox:"0 0 48 48",fill:"none"},K={key:1,viewBox:"0 0 48 48",fill:"none"},Q={key:2,viewBox:"0 0 48 48",fill:"none"},W={key:3,viewBox:"0 0 48 48",fill:"none"},Z={key:4,viewBox:"0 0 48 48",fill:"none"},ee={key:5,viewBox:"0 0 48 48",fill:"none"},te={key:6,viewBox:"0 0 48 48",fill:"none"},oe={key:7,viewBox:"0 0 48 48",fill:"none"},re={key:8,viewBox:"0 0 54 48",fill:"none"},ae={key:9,viewBox:"0 0 48 48",fill:"none"},le={key:10,viewBox:"0 0 48 48",fill:"none"},ne=e.defineComponent({__name:"VideoLayoutIcon",props:{type:{}},setup(n){return(v,o)=>(e.openBlock(),e.createElementBlock("div",X,[n.type==="1"?(e.openBlock(),e.createElementBlock("svg",J,[...o[0]||(o[0]=[e.createElementVNode("rect",{x:"4",y:"4",width:"40",height:"40",stroke:"currentColor","stroke-width":"2"},null,-1)])])):n.type==="2"?(e.openBlock(),e.createElementBlock("svg",K,[...o[1]||(o[1]=[e.createElementVNode("rect",{x:"4",y:"4",width:"19",height:"40",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"4",width:"19",height:"40",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):n.type==="3"?(e.openBlock(),e.createElementBlock("svg",Q,[...o[2]||(o[2]=[e.createElementVNode("rect",{x:"4",y:"4",width:"20",height:"40",stroke:"currentColor","stroke-width":"2"},null,-1),e.createElementVNode("rect",{x:"26",y:"4",width:"18",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"26",y:"25",width:"18",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):n.type==="4"?(e.openBlock(),e.createElementBlock("svg",W,[...o[3]||(o[3]=[e.createElementVNode("rect",{x:"4",y:"4",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"4",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"4",y:"25",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"25",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):n.type==="6"?(e.openBlock(),e.createElementBlock("svg",Z,[...o[4]||(o[4]=[e.createStaticVNode('<rect x="3" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="3" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="24" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>',6)])])):n.type==="7"?(e.openBlock(),e.createElementBlock("svg",ee,[...o[5]||(o[5]=[e.createStaticVNode('<rect x="4" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="4" y="25" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="25" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',7)])])):n.type==="8"?(e.openBlock(),e.createElementBlock("svg",te,[...o[6]||(o[6]=[e.createStaticVNode('<rect x="4" y="4" width="28" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="35" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',8)])])):n.type==="9"?(e.openBlock(),e.createElementBlock("svg",oe,[...o[7]||(o[7]=[e.createStaticVNode('<rect x="4" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>',9)])])):n.type==="10"?(e.openBlock(),e.createElementBlock("svg",re,[...o[8]||(o[8]=[e.createStaticVNode('<rect x="3" y="4" width="36" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="41" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="3" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="11" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="19" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="27" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="6" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="42" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',10)])])):n.type==="13"?(e.openBlock(),e.createElementBlock("svg",ae,[...o[9]||(o[9]=[e.createStaticVNode('<rect x="4" y="4" width="18" height="18" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="24" y="4" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="14" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="34" width="10" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',13)])])):n.type==="16"?(e.openBlock(),e.createElementBlock("svg",le,[...o[10]||(o[10]=[e.createStaticVNode('<rect x="4" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="4" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="15" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="26" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="37" width="7" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',16)])])):e.createCommentVNode("",!0)]))}}),I=(n,v)=>{const o=n.__vccOpts||n;for(const[y,h]of v)o[y]=h;return o},L=I(ne,[["__scopeId","data-v-31e0404d"]]),ce={key:0,class:"layout-toolbar",role:"toolbar","aria-label":"布局切换工具栏"},ie={class:"layout-buttons"},de=["onClick","title","aria-label","aria-pressed"],se={class:"layout-label"},he={class:"video-grid-container",role:"region","aria-label":"视频网格"},we=["aria-label","onDragstart","onDragenter","onDragleave","onDrop"],ue={class:"video-placeholder"},pe={class:"placeholder-number"},ve=.5,ke="grabbing",ye="0.8",ge=e.defineComponent({__name:"VideoGridLayout",props:{videos:{},layout:{default:"1"},availableLayouts:{},showToolbar:{type:Boolean,default:!0},width:{},height:{},placeholderText:{},placeholders:{},dragAnimation:{default:"scale"}},emits:["layoutChange","videosChange"],setup(n,{emit:v}){const o=n,y=v,h=e.ref(o.layout);e.watch(()=>o.layout,t=>{h.value=t});const T=e.computed(()=>o.availableLayouts&&o.availableLayouts.length>0?o.availableLayouts:A()),u=e.shallowRef([]);function b(t){const r=Array.isArray(t)?t:o.videos||[],l=E.value,a={};u.value.forEach((i,p)=>{i&&i.id!==void 0&&(a[i.id]=i.__labelNumber??p+1)});const c=Array.from({length:l}).map((i,p)=>{const s=r[p];if(s){const H=a[s.id]??s.__labelNumber??p+1;return{...s,__labelNumber:H}}});u.value=c}e.watch(()=>o.videos,t=>{if(!Array.isArray(t)){console.warn("[VideoGridLayout] Invalid videos prop, expected array");return}b(t)},{flush:"post"}),e.watch(E,()=>{b(o.videos)});let B=!1;e.watch(u,t=>{!B&&Array.isArray(t)&&y("videosChange",t)});const N=e.computed(()=>{const t=k[h.value];return t||(console.warn(`[VideoGridLayout] Invalid layout type: ${h.value}, fallback to '4'`),k[4])}),g=e.computed(()=>_(h.value)),E=e.computed(()=>{var t;return((t=N.value)==null?void 0:t.count)||4}),C=e.computed(()=>u.value.slice(0,E.value).map(t=>t).filter(Boolean));b(o.videos);const D=e.computed(()=>{const t=g.value.map((r,l)=>({p:r,idx:l}));return t.sort((r,l)=>r.p.row===l.p.row?(r.p.col||0)-(l.p.col||0):(r.p.row||0)-(l.p.row||0)),t.map(r=>r.idx)}),w=e.ref(-1),S=e.ref(-1),f=e.shallowRef(null),d=e.shallowRef(null);let m=null;const G=e.computed(()=>{const t=N.value;return{display:"grid",gridTemplateColumns:(t==null?void 0:t.colTemplate)||`repeat(${(t==null?void 0:t.cols)||2}, 1fr)`,gridTemplateRows:(t==null?void 0:t.rowTemplate)||`repeat(${(t==null?void 0:t.rows)||2}, 1fr)`,gap:"4px",width:o.width||"100%",height:o.height||"100%"}}),O=e.computed(()=>({width:o.width||"100%",height:o.height||"100%"}));function M(t){const r=t,l=D.value[r];if(Array.isArray(o.placeholders)&&o.placeholders[l]!==void 0)return String(o.placeholders[l]);if(typeof o.placeholderText=="function")try{return o.placeholderText(r)}catch{return String(r+1)}return o.placeholderText?String(o.placeholderText):String(r+1)}function R(t){const r=g.value[t];return!r||typeof r.col!="number"||typeof r.row!="number"?{}:{gridColumn:`${r.col} / span ${r.colSpan}`,gridRow:`${r.row} / span ${r.rowSpan}`}}function P(t){const r=g.value[t];return(r==null?void 0:r.isMain)||!1}function z(t){h.value=t,y("layoutChange",h.value)}function x(){if(f.value&&document.body.contains(f.value)){try{document.body.removeChild(f.value)}catch(t){console.warn("[VideoGridLayout] Failed to cleanup drag image:",t)}f.value=null}if(d.value&&document.body.contains(d.value)){try{document.body.removeChild(d.value)}catch{}d.value=null}m&&(document.removeEventListener("mousemove",m),m=null)}function F(t,r){if(r<0||r>=u.value.length){console.warn("[VideoGridLayout] Invalid drag index:",r);return}if(w.value=r,!t.dataTransfer)return;t.dataTransfer.effectAllowed="move";const a=t.target.closest(".video-item");if(a)try{if(x(),t.dataTransfer){const i=new Image;i.src="",t.dataTransfer.setDragImage(i,0,0)}const c=a.cloneNode(!0);c.style.position="fixed",c.style.top="0px",c.style.left="0px",c.style.margin="0",c.style.pointerEvents="none",c.style.opacity=ye,c.style.transform="translate(-50%,-50%)",c.style.zIndex="9999",c.classList.add("drag-preview"),o.dragAnimation&&o.dragAnimation!=="none"&&c.classList.add(o.dragAnimation),document.body.appendChild(c),d.value=c,m=i=>{d.value&&(d.value.style.left=`${i.clientX}px`,d.value.style.top=`${i.clientY}px`)},document.addEventListener("mousemove",m),a.style.opacity=String(ve),a.style.cursor=ke}catch(c){console.error("[VideoGridLayout] Drag start error:",c),x()}}function U(t,r){t.preventDefault(),t.stopPropagation();const l=w.value;if(l===-1||l===r){w.value=-1;return}if(r<0||r>=g.value.length){console.warn("[VideoGridLayout] Invalid drop index:",r),w.value=-1;return}try{const a=[...u.value],c=a[l],i=a[r];a[l]=i,a[r]=c,B=!0,u.value=a,setTimeout(()=>{B=!1,y("videosChange",u.value.filter(Boolean))},0)}catch(a){console.error("[VideoGridLayout] Drop error:",a)}finally{w.value=-1}}function Y(t,r){if(t.preventDefault(),w.value!==-1&&w.value!==r){S.value=r;try{const a=(t.currentTarget||t.target).getBoundingClientRect();d.value&&(d.value.style.width=`${a.width}px`,d.value.style.height=`${a.height}px`,d.value.style.transform="translate(-50%,-50%)")}catch{}}}function j(t,r){t.preventDefault();const l=t.target,a=t.relatedTarget;l.contains(a)||S.value===r&&(S.value=-1)}function q(t){const l=t.target.closest(".video-item");l&&(l.style.opacity="1",l.style.cursor="move"),x(),w.value=-1,S.value=-1}return e.onBeforeUnmount(()=>{x()}),(t,r)=>(e.openBlock(),e.createElementBlock("div",{class:"video-grid-layout",role:"application","aria-label":"视频分屏布局",style:e.normalizeStyle(O.value)},[n.showToolbar?(e.openBlock(),e.createElementBlock("div",ce,[r[1]||(r[1]=e.createElementVNode("div",{class:"toolbar-title"},"分屏布局",-1)),e.createElementVNode("div",ie,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(T.value,l=>{var a,c,i;return e.openBlock(),e.createElementBlock("button",{key:l,class:e.normalizeClass(["layout-btn",{active:h.value===l}]),onClick:p=>z(l),title:((a=e.unref(k)[l])==null?void 0:a.label)||"","aria-label":`切换到${((c=e.unref(k)[l])==null?void 0:c.label)||""}布局`,"aria-pressed":h.value===l,type:"button"},[e.createVNode(L,{type:l},null,8,["type"]),e.createElementVNode("span",se,e.toDisplayString(((i=e.unref(k)[l])==null?void 0:i.label)||""),1)],10,de)}),128))])])):e.createCommentVNode("",!0),e.createElementVNode("div",he,[e.createElementVNode("div",{class:"video-grid",style:e.normalizeStyle(G.value)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value,(l,a)=>{var c,i,p;return e.openBlock(),e.createElementBlock("div",{key:((c=C.value[a])==null?void 0:c.id)??a,class:e.normalizeClass(["video-item",{"main-video":P(a),dragging:w.value===a,"drag-over":S.value===a&&w.value!==a}]),style:e.normalizeStyle(R(a)),draggable:!0,"aria-label":`视频 ${a+1}: ${((i=C.value[a])==null?void 0:i.title)||((p=C.value[a])==null?void 0:p.id)||""}`,role:"article",tabindex:"0",onDragstart:s=>F(s,a),onDragover:r[0]||(r[0]=e.withModifiers(()=>{},["prevent"])),onDragenter:s=>Y(s,a),onDragleave:s=>j(s,a),onDrop:s=>U(s,a),onDragend:q},[e.renderSlot(t.$slots,"video",{video:C.value[a],index:a},()=>[e.createElementVNode("div",ue,[e.createElementVNode("div",pe,e.toDisplayString(M(D.value.indexOf(a))),1)])],!0)],46,we)}),128))],4)])],4))}}),$=I(ge,[["__scopeId","data-v-4813a92a"]]),Se={VideoGridLayout:$,VideoLayoutIcon:L},me={install(n){Object.entries(Se).forEach(([v,o])=>{n.component(v,o)})}};exports.LAYOUT_CONFIGS=k;exports.VideoGridLayout=$;exports.VideoLayoutIcon=L;exports.default=me;exports.getAllLayoutTypes=A;exports.getLayoutPositions=_;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),y={1:{type:"1",label:"1分屏",count:1,cols:1,rows:1},2:{type:"2",label:"2分屏",count:2,cols:2,rows:1},3:{type:"3",label:"3分屏",count:3,cols:2,rows:2},4:{type:"4",label:"4分屏",count:4,cols:2,rows:2},6:{type:"6",label:"6分屏",count:6,cols:3,rows:2},7:{type:"7",label:"7分屏",count:7,cols:4,rows:4},8:{type:"8",label:"8分屏",count:8,cols:4,rows:4},9:{type:"9",label:"9分屏",count:9,cols:3,rows:3},10:{type:"10",label:"10分屏",count:10,cols:6,rows:4},13:{type:"13",label:"13分屏",count:13,cols:4,rows:4},16:{type:"16",label:"16分屏",count:16,cols:4,rows:4}},I={};function G(i){if(I[i])return I[i];const o={1:[{col:1,colSpan:1,row:1,rowSpan:1}],2:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1}],3:[{col:1,colSpan:1,row:1,rowSpan:2,isMain:!0},{col:2,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1}],4:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1}],6:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1}],7:[{col:1,colSpan:2,row:1,rowSpan:2},{col:3,colSpan:2,row:1,rowSpan:2},{col:1,colSpan:2,row:3,rowSpan:2},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],8:[{col:1,colSpan:3,row:1,rowSpan:3,isMain:!0},{col:4,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],9:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1}],10:[{col:1,colSpan:5,row:1,rowSpan:3,isMain:!0},{col:6,colSpan:1,row:1,rowSpan:1},{col:6,colSpan:1,row:2,rowSpan:1},{col:6,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1},{col:5,colSpan:1,row:4,rowSpan:1},{col:6,colSpan:1,row:4,rowSpan:1}],13:[{col:1,colSpan:2,row:1,rowSpan:2,isMain:!0},{col:3,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}],16:[{col:1,colSpan:1,row:1,rowSpan:1},{col:2,colSpan:1,row:1,rowSpan:1},{col:3,colSpan:1,row:1,rowSpan:1},{col:4,colSpan:1,row:1,rowSpan:1},{col:1,colSpan:1,row:2,rowSpan:1},{col:2,colSpan:1,row:2,rowSpan:1},{col:3,colSpan:1,row:2,rowSpan:1},{col:4,colSpan:1,row:2,rowSpan:1},{col:1,colSpan:1,row:3,rowSpan:1},{col:2,colSpan:1,row:3,rowSpan:1},{col:3,colSpan:1,row:3,rowSpan:1},{col:4,colSpan:1,row:3,rowSpan:1},{col:1,colSpan:1,row:4,rowSpan:1},{col:2,colSpan:1,row:4,rowSpan:1},{col:3,colSpan:1,row:4,rowSpan:1},{col:4,colSpan:1,row:4,rowSpan:1}]}[i]||[];return o.length>0&&(I[i]=o),o}function M(){return Object.keys(y)}const K={class:"layout-icon"},Z={key:0,viewBox:"0 0 48 48",fill:"none"},ee={key:1,viewBox:"0 0 48 48",fill:"none"},te={key:2,viewBox:"0 0 48 48",fill:"none"},oe={key:3,viewBox:"0 0 48 48",fill:"none"},re={key:4,viewBox:"0 0 48 48",fill:"none"},ae={key:5,viewBox:"0 0 48 48",fill:"none"},le={key:6,viewBox:"0 0 48 48",fill:"none"},ne={key:7,viewBox:"0 0 48 48",fill:"none"},ce={key:8,viewBox:"0 0 54 48",fill:"none"},ie={key:9,viewBox:"0 0 48 48",fill:"none"},de={key:10,viewBox:"0 0 48 48",fill:"none"},se=e.defineComponent({__name:"VideoLayoutIcon",props:{type:{}},setup(i){return(v,o)=>(e.openBlock(),e.createElementBlock("div",K,[i.type==="1"?(e.openBlock(),e.createElementBlock("svg",Z,[...o[0]||(o[0]=[e.createElementVNode("rect",{x:"4",y:"4",width:"40",height:"40",stroke:"currentColor","stroke-width":"2"},null,-1)])])):i.type==="2"?(e.openBlock(),e.createElementBlock("svg",ee,[...o[1]||(o[1]=[e.createElementVNode("rect",{x:"4",y:"4",width:"19",height:"40",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"4",width:"19",height:"40",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):i.type==="3"?(e.openBlock(),e.createElementBlock("svg",te,[...o[2]||(o[2]=[e.createElementVNode("rect",{x:"4",y:"4",width:"20",height:"40",stroke:"currentColor","stroke-width":"2"},null,-1),e.createElementVNode("rect",{x:"26",y:"4",width:"18",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"26",y:"25",width:"18",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):i.type==="4"?(e.openBlock(),e.createElementBlock("svg",oe,[...o[3]||(o[3]=[e.createElementVNode("rect",{x:"4",y:"4",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"4",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"4",y:"25",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1),e.createElementVNode("rect",{x:"25",y:"25",width:"19",height:"19",stroke:"currentColor","stroke-width":"1.5"},null,-1)])])):i.type==="6"?(e.openBlock(),e.createElementBlock("svg",re,[...o[4]||(o[4]=[e.createStaticVNode('<rect x="3" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="3" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="24" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>',6)])])):i.type==="7"?(e.openBlock(),e.createElementBlock("svg",ae,[...o[5]||(o[5]=[e.createStaticVNode('<rect x="4" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="4" y="25" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="25" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',7)])])):i.type==="8"?(e.openBlock(),e.createElementBlock("svg",le,[...o[6]||(o[6]=[e.createStaticVNode('<rect x="4" y="4" width="28" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="35" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',8)])])):i.type==="9"?(e.openBlock(),e.createElementBlock("svg",ne,[...o[7]||(o[7]=[e.createStaticVNode('<rect x="4" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>',9)])])):i.type==="10"?(e.openBlock(),e.createElementBlock("svg",ce,[...o[8]||(o[8]=[e.createStaticVNode('<rect x="3" y="4" width="36" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="41" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="3" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="11" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="19" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="27" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="6" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="42" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',10)])])):i.type==="13"?(e.openBlock(),e.createElementBlock("svg",ie,[...o[9]||(o[9]=[e.createStaticVNode('<rect x="4" y="4" width="18" height="18" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="24" y="4" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="14" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="34" width="10" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',13)])])):i.type==="16"?(e.openBlock(),e.createElementBlock("svg",de,[...o[10]||(o[10]=[e.createStaticVNode('<rect x="4" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="4" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="15" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="26" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="37" width="7" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>',16)])])):e.createCommentVNode("",!0)]))}}),O=(i,v)=>{const o=i.__vccOpts||i;for(const[g,w]of v)o[g]=w;return o},$=O(se,[["__scopeId","data-v-31e0404d"]]),he={key:0,class:"layout-toolbar",role:"toolbar","aria-label":"布局切换工具栏"},we={class:"layout-buttons"},ue=["onClick","title","aria-label","aria-pressed"],pe={class:"layout-label"},ve={class:"video-grid-container",role:"region","aria-label":"视频网格"},ye=["aria-label","onDragstart","onDragenter","onDragleave","onDrop"],ke={class:"video-placeholder"},ge={class:"placeholder-number"},Se=.5,me="grabbing",fe="0.8",Ce=e.defineComponent({__name:"VideoGridLayout",props:{videos:{},layout:{default:"1"},availableLayouts:{},showToolbar:{type:Boolean,default:!0},width:{},height:{},placeholderText:{},placeholders:{}},emits:["layoutChange","videosChange"],setup(i,{emit:v}){const o=i,g=v,w=e.ref(o.layout);e.watch(()=>o.layout,t=>{w.value=t});const P=e.computed(()=>o.availableLayouts&&o.availableLayouts.length>0?o.availableLayouts:M()),p=e.shallowRef([]);function E(t){const r=Array.isArray(t)?t:o.videos||[],l=V.value,a={};p.value.forEach((s,h)=>{s&&s.id!==void 0&&(a[s.id]=s.__labelNumber??h+1)});const c=Array.from({length:l}).map((s,h)=>{const n=r[h];if(n){const k=a[n.id]??n.__labelNumber??h+1;return{...n,__labelNumber:k}}});p.value=c}e.watch(()=>o.videos,t=>{if(!Array.isArray(t)){console.warn("[VideoGridLayout] Invalid videos prop, expected array");return}E(t)},{flush:"post"});let A=!1;e.watch(p,t=>{!A&&Array.isArray(t)&&g("videosChange",t)});const _=e.computed(()=>{const t=y[w.value];return t||(console.warn(`[VideoGridLayout] Invalid layout type: ${w.value}, fallback to '4'`),y[4])}),S=e.computed(()=>G(w.value)),V=e.computed(()=>{var t;return((t=_.value)==null?void 0:t.count)||4}),x=e.computed(()=>p.value.slice(0,V.value).map(t=>t).filter(Boolean));E(o.videos),e.watch(V,()=>{E(o.videos)});const T=e.computed(()=>{const t=S.value.map((r,l)=>({p:r,idx:l}));return t.sort((r,l)=>r.p.row===l.p.row?(r.p.col||0)-(l.p.col||0):(r.p.row||0)-(l.p.row||0)),t.map(r=>r.idx)}),u=e.ref(-1),m=e.ref(-1),b=e.shallowRef(null),d=e.shallowRef(null);let f=null,C=null;const z=e.computed(()=>{const t=_.value;return{display:"grid",gridTemplateColumns:(t==null?void 0:t.colTemplate)||`repeat(${(t==null?void 0:t.cols)||2}, 1fr)`,gridTemplateRows:(t==null?void 0:t.rowTemplate)||`repeat(${(t==null?void 0:t.rows)||2}, 1fr)`,gap:"4px",width:o.width||"100%",height:o.height||"100%"}}),F=e.computed(()=>({width:o.width||"100%",height:o.height||"100%"}));function Y(t){const r=t,l=T.value[r];if(Array.isArray(o.placeholders)&&o.placeholders[l]!==void 0)return String(o.placeholders[l]);if(typeof o.placeholderText=="function")try{return o.placeholderText(r)}catch{return String(r+1)}return o.placeholderText?String(o.placeholderText):String(r+1)}function H(t){const r=S.value[t];return!r||typeof r.col!="number"||typeof r.row!="number"?{}:{gridColumn:`${r.col} / span ${r.colSpan}`,gridRow:`${r.row} / span ${r.rowSpan}`}}function U(t){const r=S.value[t];return(r==null?void 0:r.isMain)||!1}function j(t){w.value=t,g("layoutChange",w.value)}function B(){if(b.value&&document.body.contains(b.value)){try{document.body.removeChild(b.value)}catch(t){console.warn("[VideoGridLayout] Failed to cleanup drag image:",t)}b.value=null}if(d.value&&document.body.contains(d.value)){try{document.body.removeChild(d.value)}catch{}d.value=null}f&&(document.removeEventListener("mousemove",f),f=null),C&&(document.removeEventListener("drag",C),C=null)}function q(t,r){if(r<0||r>=p.value.length){console.warn("[VideoGridLayout] Invalid drag index:",r);return}if(u.value=r,!t.dataTransfer)return;t.dataTransfer.effectAllowed="move";const a=t.target.closest(".video-item");if(a)try{if(B(),t.dataTransfer){t.dataTransfer.effectAllowed="move";const n=new Image;n.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",t.dataTransfer.setDragImage(n,0,0)}const c=a.cloneNode(!0);c.querySelectorAll(".progress-bar, .play-button").forEach(n=>n.remove()),c.querySelectorAll('[style*="transition"], [style*="animation"], .video-icon').forEach(n=>{try{n.style.transition="none",n.style.animation="none"}catch{}}),c.style.position="fixed",c.style.margin="0",c.style.pointerEvents="none",c.style.opacity=fe,c.style.zIndex="9999",document.body.appendChild(c),d.value=c;try{const n=a.getBoundingClientRect();c.style.width=`${n.width}px`,c.style.height=`${n.height}px`}catch{}f=n=>{if(!d.value)return;const k=d.value.offsetWidth||0,L=d.value.offsetHeight||0,N=Math.max(0,n.clientX-k/2),D=Math.max(0,n.clientY-L/2);d.value.style.left=`${N}px`,d.value.style.top=`${D}px`},document.addEventListener("mousemove",f),C=n=>{if(!d.value)return;const k=d.value.offsetWidth||0,L=d.value.offsetHeight||0,N=Math.max(0,(n.clientX||0)-k/2),D=Math.max(0,(n.clientY||0)-L/2);d.value.style.left=`${N}px`,d.value.style.top=`${D}px`},document.addEventListener("drag",C),a.style.opacity=String(Se),a.style.cursor=me,a.style.borderColor="#ff6b6b"}catch(c){console.error("[VideoGridLayout] Drag start error:",c),B()}}function W(t,r){t.preventDefault(),t.stopPropagation();const l=u.value;if(l===-1||l===r){u.value=-1;return}if(r<0||r>=S.value.length){console.warn("[VideoGridLayout] Invalid drop index:",r),u.value=-1;return}try{const a=t.currentTarget;a&&(a.style.backgroundColor="rgba(66, 184, 131, 0.3)",a.style.borderColor="#42b883",setTimeout(()=>{a.style.backgroundColor="",a.style.borderColor=""},200));const c=[...p.value],s=c[l],h=c[r];c[l]=h,c[r]=s,A=!0,p.value=c,setTimeout(()=>{A=!1,g("videosChange",p.value.filter(Boolean))},0)}catch(a){console.error("[VideoGridLayout] Drop error:",a)}finally{u.value=-1}}function X(t,r){t.preventDefault(),u.value!==-1&&u.value!==r&&(m.value=r)}function Q(t,r){t.preventDefault();const l=t.target,a=t.relatedTarget;l.contains(a)||m.value===r&&(m.value=-1)}function J(t){const l=t.target.closest(".video-item");l&&(l.style.opacity="1",l.style.cursor="move",l.style.borderColor=""),B(),u.value=-1,m.value=-1}return e.onBeforeUnmount(()=>{B()}),(t,r)=>(e.openBlock(),e.createElementBlock("div",{class:"video-grid-layout",role:"application","aria-label":"视频分屏布局",style:e.normalizeStyle(F.value)},[i.showToolbar?(e.openBlock(),e.createElementBlock("div",he,[r[1]||(r[1]=e.createElementVNode("div",{class:"toolbar-title"},"分屏布局",-1)),e.createElementVNode("div",we,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(P.value,l=>{var a,c,s;return e.openBlock(),e.createElementBlock("button",{key:l,class:e.normalizeClass(["layout-btn",{active:w.value===l}]),onClick:h=>j(l),title:((a=e.unref(y)[l])==null?void 0:a.label)||"","aria-label":`切换到${((c=e.unref(y)[l])==null?void 0:c.label)||""}布局`,"aria-pressed":w.value===l,type:"button"},[e.createVNode($,{type:l},null,8,["type"]),e.createElementVNode("span",pe,e.toDisplayString(((s=e.unref(y)[l])==null?void 0:s.label)||""),1)],10,ue)}),128))])])):e.createCommentVNode("",!0),e.createElementVNode("div",ve,[e.createElementVNode("div",{class:"video-grid",style:e.normalizeStyle(z.value)},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(S.value,(l,a)=>{var c,s,h;return e.openBlock(),e.createElementBlock("div",{key:((c=x.value[a])==null?void 0:c.id)??a,class:e.normalizeClass(["video-item",{"main-video":U(a),dragging:u.value===a,"drag-over":m.value===a&&u.value!==a}]),style:e.normalizeStyle(H(a)),draggable:!0,"aria-label":`视频 ${a+1}: ${((s=x.value[a])==null?void 0:s.title)||((h=x.value[a])==null?void 0:h.id)||""}`,role:"article",tabindex:"0",onDragstart:n=>q(n,a),onDragover:r[0]||(r[0]=e.withModifiers(()=>{},["prevent"])),onDragenter:n=>X(n,a),onDragleave:n=>Q(n,a),onDrop:n=>W(n,a),onDragend:J},[e.renderSlot(t.$slots,"video",{video:x.value[a],index:a},()=>[e.createElementVNode("div",ke,[e.createElementVNode("div",ge,e.toDisplayString(Y(T.value.indexOf(a))),1)])],!0)],46,ye)}),128))],4)])],4))}}),R=O(Ce,[["__scopeId","data-v-f0958f8e"]]),xe={VideoGridLayout:R,VideoLayoutIcon:$},be={install(i){Object.entries(xe).forEach(([v,o])=>{i.component(v,o)})}};exports.LAYOUT_CONFIGS=y;exports.VideoGridLayout=R;exports.VideoLayoutIcon=$;exports.default=be;exports.getAllLayoutTypes=M;exports.getLayoutPositions=G;
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as W, createElementBlock as i, openBlock as s, createCommentVNode as X, createElementVNode as d, createStaticVNode as S, ref as O, watch as I, computed as g, shallowRef as R, onBeforeUnmount as dt, normalizeStyle as N, Fragment as U, renderList as z, unref as P, normalizeClass as j, createVNode as ht, toDisplayString as q, withModifiers as wt, renderSlot as ut } from "vue";
|
|
2
2
|
const C = {
|
|
3
3
|
1: {
|
|
4
4
|
type: "1",
|
|
@@ -77,10 +77,10 @@ const C = {
|
|
|
77
77
|
cols: 4,
|
|
78
78
|
rows: 4
|
|
79
79
|
}
|
|
80
|
-
},
|
|
81
|
-
function
|
|
82
|
-
if (
|
|
83
|
-
return
|
|
80
|
+
}, H = {};
|
|
81
|
+
function pt(c) {
|
|
82
|
+
if (H[c])
|
|
83
|
+
return H[c];
|
|
84
84
|
const e = {
|
|
85
85
|
1: [
|
|
86
86
|
{ col: 1, colSpan: 1, row: 1, rowSpan: 1 }
|
|
@@ -183,65 +183,65 @@ function st(l) {
|
|
|
183
183
|
{ col: 3, colSpan: 1, row: 4, rowSpan: 1 },
|
|
184
184
|
{ col: 4, colSpan: 1, row: 4, rowSpan: 1 }
|
|
185
185
|
]
|
|
186
|
-
}[
|
|
187
|
-
return e.length > 0 && (
|
|
186
|
+
}[c] || [];
|
|
187
|
+
return e.length > 0 && (H[c] = e), e;
|
|
188
188
|
}
|
|
189
|
-
function
|
|
189
|
+
function vt() {
|
|
190
190
|
return Object.keys(C);
|
|
191
191
|
}
|
|
192
|
-
const
|
|
192
|
+
const yt = { class: "layout-icon" }, gt = {
|
|
193
193
|
key: 0,
|
|
194
194
|
viewBox: "0 0 48 48",
|
|
195
195
|
fill: "none"
|
|
196
|
-
},
|
|
196
|
+
}, kt = {
|
|
197
197
|
key: 1,
|
|
198
198
|
viewBox: "0 0 48 48",
|
|
199
199
|
fill: "none"
|
|
200
|
-
},
|
|
200
|
+
}, St = {
|
|
201
201
|
key: 2,
|
|
202
202
|
viewBox: "0 0 48 48",
|
|
203
203
|
fill: "none"
|
|
204
|
-
},
|
|
204
|
+
}, ft = {
|
|
205
205
|
key: 3,
|
|
206
206
|
viewBox: "0 0 48 48",
|
|
207
207
|
fill: "none"
|
|
208
|
-
},
|
|
208
|
+
}, Ct = {
|
|
209
209
|
key: 4,
|
|
210
210
|
viewBox: "0 0 48 48",
|
|
211
211
|
fill: "none"
|
|
212
|
-
},
|
|
212
|
+
}, xt = {
|
|
213
213
|
key: 5,
|
|
214
214
|
viewBox: "0 0 48 48",
|
|
215
215
|
fill: "none"
|
|
216
|
-
},
|
|
216
|
+
}, mt = {
|
|
217
217
|
key: 6,
|
|
218
218
|
viewBox: "0 0 48 48",
|
|
219
219
|
fill: "none"
|
|
220
|
-
},
|
|
220
|
+
}, bt = {
|
|
221
221
|
key: 7,
|
|
222
222
|
viewBox: "0 0 48 48",
|
|
223
223
|
fill: "none"
|
|
224
|
-
},
|
|
224
|
+
}, At = {
|
|
225
225
|
key: 8,
|
|
226
226
|
viewBox: "0 0 54 48",
|
|
227
227
|
fill: "none"
|
|
228
|
-
},
|
|
228
|
+
}, Lt = {
|
|
229
229
|
key: 9,
|
|
230
230
|
viewBox: "0 0 48 48",
|
|
231
231
|
fill: "none"
|
|
232
|
-
},
|
|
232
|
+
}, Dt = {
|
|
233
233
|
key: 10,
|
|
234
234
|
viewBox: "0 0 48 48",
|
|
235
235
|
fill: "none"
|
|
236
|
-
},
|
|
236
|
+
}, $t = /* @__PURE__ */ W({
|
|
237
237
|
__name: "VideoLayoutIcon",
|
|
238
238
|
props: {
|
|
239
239
|
type: {}
|
|
240
240
|
},
|
|
241
|
-
setup(
|
|
242
|
-
return (k, e) => (
|
|
243
|
-
|
|
244
|
-
|
|
241
|
+
setup(c) {
|
|
242
|
+
return (k, e) => (s(), i("div", yt, [
|
|
243
|
+
c.type === "1" ? (s(), i("svg", gt, [...e[0] || (e[0] = [
|
|
244
|
+
d("rect", {
|
|
245
245
|
x: "4",
|
|
246
246
|
y: "4",
|
|
247
247
|
width: "40",
|
|
@@ -249,8 +249,8 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
249
249
|
stroke: "currentColor",
|
|
250
250
|
"stroke-width": "2"
|
|
251
251
|
}, null, -1)
|
|
252
|
-
])])) :
|
|
253
|
-
|
|
252
|
+
])])) : c.type === "2" ? (s(), i("svg", kt, [...e[1] || (e[1] = [
|
|
253
|
+
d("rect", {
|
|
254
254
|
x: "4",
|
|
255
255
|
y: "4",
|
|
256
256
|
width: "19",
|
|
@@ -258,7 +258,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
258
258
|
stroke: "currentColor",
|
|
259
259
|
"stroke-width": "1.5"
|
|
260
260
|
}, null, -1),
|
|
261
|
-
|
|
261
|
+
d("rect", {
|
|
262
262
|
x: "25",
|
|
263
263
|
y: "4",
|
|
264
264
|
width: "19",
|
|
@@ -266,8 +266,8 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
266
266
|
stroke: "currentColor",
|
|
267
267
|
"stroke-width": "1.5"
|
|
268
268
|
}, null, -1)
|
|
269
|
-
])])) :
|
|
270
|
-
|
|
269
|
+
])])) : c.type === "3" ? (s(), i("svg", St, [...e[2] || (e[2] = [
|
|
270
|
+
d("rect", {
|
|
271
271
|
x: "4",
|
|
272
272
|
y: "4",
|
|
273
273
|
width: "20",
|
|
@@ -275,7 +275,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
275
275
|
stroke: "currentColor",
|
|
276
276
|
"stroke-width": "2"
|
|
277
277
|
}, null, -1),
|
|
278
|
-
|
|
278
|
+
d("rect", {
|
|
279
279
|
x: "26",
|
|
280
280
|
y: "4",
|
|
281
281
|
width: "18",
|
|
@@ -283,7 +283,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
283
283
|
stroke: "currentColor",
|
|
284
284
|
"stroke-width": "1.5"
|
|
285
285
|
}, null, -1),
|
|
286
|
-
|
|
286
|
+
d("rect", {
|
|
287
287
|
x: "26",
|
|
288
288
|
y: "25",
|
|
289
289
|
width: "18",
|
|
@@ -291,8 +291,8 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
291
291
|
stroke: "currentColor",
|
|
292
292
|
"stroke-width": "1.5"
|
|
293
293
|
}, null, -1)
|
|
294
|
-
])])) :
|
|
295
|
-
|
|
294
|
+
])])) : c.type === "4" ? (s(), i("svg", ft, [...e[3] || (e[3] = [
|
|
295
|
+
d("rect", {
|
|
296
296
|
x: "4",
|
|
297
297
|
y: "4",
|
|
298
298
|
width: "19",
|
|
@@ -300,7 +300,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
300
300
|
stroke: "currentColor",
|
|
301
301
|
"stroke-width": "1.5"
|
|
302
302
|
}, null, -1),
|
|
303
|
-
|
|
303
|
+
d("rect", {
|
|
304
304
|
x: "25",
|
|
305
305
|
y: "4",
|
|
306
306
|
width: "19",
|
|
@@ -308,7 +308,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
308
308
|
stroke: "currentColor",
|
|
309
309
|
"stroke-width": "1.5"
|
|
310
310
|
}, null, -1),
|
|
311
|
-
|
|
311
|
+
d("rect", {
|
|
312
312
|
x: "4",
|
|
313
313
|
y: "25",
|
|
314
314
|
width: "19",
|
|
@@ -316,7 +316,7 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
316
316
|
stroke: "currentColor",
|
|
317
317
|
"stroke-width": "1.5"
|
|
318
318
|
}, null, -1),
|
|
319
|
-
|
|
319
|
+
d("rect", {
|
|
320
320
|
x: "25",
|
|
321
321
|
y: "25",
|
|
322
322
|
width: "19",
|
|
@@ -324,38 +324,38 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
324
324
|
stroke: "currentColor",
|
|
325
325
|
"stroke-width": "1.5"
|
|
326
326
|
}, null, -1)
|
|
327
|
-
])])) :
|
|
327
|
+
])])) : c.type === "6" ? (s(), i("svg", Ct, [...e[4] || (e[4] = [
|
|
328
328
|
S('<rect x="3" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="3" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="24" width="12" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="24" width="13" height="18" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>', 6)
|
|
329
|
-
])])) :
|
|
329
|
+
])])) : c.type === "7" ? (s(), i("svg", xt, [...e[5] || (e[5] = [
|
|
330
330
|
S('<rect x="4" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="4" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="4" y="25" width="19" height="19" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="25" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="25" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="25" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>', 7)
|
|
331
|
-
])])) :
|
|
331
|
+
])])) : c.type === "8" ? (s(), i("svg", mt, [...e[6] || (e[6] = [
|
|
332
332
|
S('<rect x="4" y="4" width="28" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="35" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>', 8)
|
|
333
|
-
])])) :
|
|
333
|
+
])])) : c.type === "9" ? (s(), i("svg", bt, [...e[7] || (e[7] = [
|
|
334
334
|
S('<rect x="4" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="4" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="18" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="4" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="18" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect><rect x="32" y="32" width="12" height="12" stroke="currentColor" stroke-width="1.5" data-v-31e0404d></rect>', 9)
|
|
335
|
-
])])) :
|
|
335
|
+
])])) : c.type === "10" ? (s(), i("svg", At, [...e[8] || (e[8] = [
|
|
336
336
|
S('<rect x="3" y="4" width="36" height="29" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="41" y="4" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="14.5" width="10" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="41" y="24.5" width="10" height="8.5" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="3" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="11" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="19" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="27" y="35" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="35" y="35" width="6" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="42" y="35" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>', 10)
|
|
337
|
-
])])) :
|
|
337
|
+
])])) : c.type === "13" ? (s(), i("svg", Lt, [...e[9] || (e[9] = [
|
|
338
338
|
S('<rect x="4" y="4" width="18" height="18" stroke="currentColor" stroke-width="2" data-v-31e0404d></rect><rect x="24" y="4" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="4" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="14" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="14" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="24" width="8" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="24" width="10" height="8" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="14" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="24" y="34" width="8" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="34" y="34" width="10" height="10" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>', 13)
|
|
339
|
-
])])) :
|
|
339
|
+
])])) : c.type === "16" ? (s(), i("svg", Dt, [...e[10] || (e[10] = [
|
|
340
340
|
S('<rect x="4" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="4" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="4" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="15" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="15" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="26" width="9" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="26" width="7" height="9" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="4" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="15" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="26" y="37" width="9" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect><rect x="37" y="37" width="7" height="7" stroke="currentColor" stroke-width="1.2" data-v-31e0404d></rect>', 16)
|
|
341
|
-
])])) :
|
|
341
|
+
])])) : X("", !0)
|
|
342
342
|
]));
|
|
343
343
|
}
|
|
344
|
-
}),
|
|
345
|
-
const e =
|
|
346
|
-
for (const [
|
|
347
|
-
e[
|
|
344
|
+
}), Q = (c, k) => {
|
|
345
|
+
const e = c.__vccOpts || c;
|
|
346
|
+
for (const [x, p] of k)
|
|
347
|
+
e[x] = p;
|
|
348
348
|
return e;
|
|
349
|
-
},
|
|
349
|
+
}, J = /* @__PURE__ */ Q($t, [["__scopeId", "data-v-31e0404d"]]), Bt = {
|
|
350
350
|
key: 0,
|
|
351
351
|
class: "layout-toolbar",
|
|
352
352
|
role: "toolbar",
|
|
353
353
|
"aria-label": "布局切换工具栏"
|
|
354
|
-
},
|
|
354
|
+
}, It = { class: "layout-buttons" }, _t = ["onClick", "title", "aria-label", "aria-pressed"], Et = { class: "layout-label" }, Vt = {
|
|
355
355
|
class: "video-grid-container",
|
|
356
356
|
role: "region",
|
|
357
357
|
"aria-label": "视频网格"
|
|
358
|
-
},
|
|
358
|
+
}, Tt = ["aria-label", "onDragstart", "onDragenter", "onDragleave", "onDrop"], Gt = { class: "video-placeholder" }, Mt = { class: "placeholder-number" }, Ot = 0.5, Rt = "grabbing", Nt = "0.8", Pt = /* @__PURE__ */ W({
|
|
359
359
|
__name: "VideoGridLayout",
|
|
360
360
|
props: {
|
|
361
361
|
videos: {},
|
|
@@ -365,58 +365,57 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
365
365
|
width: {},
|
|
366
366
|
height: {},
|
|
367
367
|
placeholderText: {},
|
|
368
|
-
placeholders: {}
|
|
369
|
-
dragAnimation: { default: "scale" }
|
|
368
|
+
placeholders: {}
|
|
370
369
|
},
|
|
371
370
|
emits: ["layoutChange", "videosChange"],
|
|
372
|
-
setup(
|
|
373
|
-
const e =
|
|
374
|
-
|
|
375
|
-
|
|
371
|
+
setup(c, { emit: k }) {
|
|
372
|
+
const e = c, x = k, p = O(e.layout);
|
|
373
|
+
I(() => e.layout, (t) => {
|
|
374
|
+
p.value = t;
|
|
376
375
|
});
|
|
377
|
-
const
|
|
378
|
-
function
|
|
379
|
-
const o = Array.isArray(t) ? t : e.videos || [], a =
|
|
380
|
-
|
|
381
|
-
|
|
376
|
+
const K = g(() => e.availableLayouts && e.availableLayouts.length > 0 ? e.availableLayouts : vt()), y = R([]);
|
|
377
|
+
function _(t) {
|
|
378
|
+
const o = Array.isArray(t) ? t : e.videos || [], a = V.value, r = {};
|
|
379
|
+
y.value.forEach((w, u) => {
|
|
380
|
+
w && w.id !== void 0 && (r[w.id] = w.__labelNumber ?? u + 1);
|
|
382
381
|
});
|
|
383
|
-
const n = Array.from({ length: a }).map((
|
|
384
|
-
const
|
|
385
|
-
if (
|
|
386
|
-
const
|
|
387
|
-
return { ...
|
|
382
|
+
const n = Array.from({ length: a }).map((w, u) => {
|
|
383
|
+
const l = o[u];
|
|
384
|
+
if (l) {
|
|
385
|
+
const f = r[l.id] ?? l.__labelNumber ?? u + 1;
|
|
386
|
+
return { ...l, __labelNumber: f };
|
|
388
387
|
}
|
|
389
388
|
});
|
|
390
|
-
|
|
389
|
+
y.value = n;
|
|
391
390
|
}
|
|
392
|
-
|
|
391
|
+
I(() => e.videos, (t) => {
|
|
393
392
|
if (!Array.isArray(t)) {
|
|
394
393
|
console.warn("[VideoGridLayout] Invalid videos prop, expected array");
|
|
395
394
|
return;
|
|
396
395
|
}
|
|
397
|
-
|
|
398
|
-
}, { flush: "post" })
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
A(v, (t) => {
|
|
403
|
-
!_ && Array.isArray(t) && f("videosChange", t);
|
|
396
|
+
_(t);
|
|
397
|
+
}, { flush: "post" });
|
|
398
|
+
let E = !1;
|
|
399
|
+
I(y, (t) => {
|
|
400
|
+
!E && Array.isArray(t) && x("videosChange", t);
|
|
404
401
|
});
|
|
405
|
-
const
|
|
406
|
-
const t = C[
|
|
407
|
-
return t || (console.warn(`[VideoGridLayout] Invalid layout type: ${
|
|
408
|
-
}),
|
|
402
|
+
const Y = g(() => {
|
|
403
|
+
const t = C[p.value];
|
|
404
|
+
return t || (console.warn(`[VideoGridLayout] Invalid layout type: ${p.value}, fallback to '4'`), C[4]);
|
|
405
|
+
}), m = g(() => pt(p.value)), V = g(() => {
|
|
409
406
|
var t;
|
|
410
|
-
return ((t =
|
|
411
|
-
}),
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
407
|
+
return ((t = Y.value) == null ? void 0 : t.count) || 4;
|
|
408
|
+
}), D = g(() => y.value.slice(0, V.value).map((t) => t).filter(Boolean));
|
|
409
|
+
_(e.videos), I(V, () => {
|
|
410
|
+
_(e.videos);
|
|
411
|
+
});
|
|
412
|
+
const F = g(() => {
|
|
413
|
+
const t = m.value.map((o, a) => ({ p: o, idx: a }));
|
|
415
414
|
return t.sort((o, a) => o.p.row === a.p.row ? (o.p.col || 0) - (a.p.col || 0) : (o.p.row || 0) - (a.p.row || 0)), t.map((o) => o.idx);
|
|
416
|
-
}),
|
|
417
|
-
let
|
|
418
|
-
const
|
|
419
|
-
const t =
|
|
415
|
+
}), v = O(-1), b = O(-1), $ = R(null), h = R(null);
|
|
416
|
+
let A = null, L = null;
|
|
417
|
+
const Z = g(() => {
|
|
418
|
+
const t = Y.value;
|
|
420
419
|
return {
|
|
421
420
|
display: "grid",
|
|
422
421
|
gridTemplateColumns: (t == null ? void 0 : t.colTemplate) || `repeat(${(t == null ? void 0 : t.cols) || 2}, 1fr)`,
|
|
@@ -425,12 +424,12 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
425
424
|
width: e.width || "100%",
|
|
426
425
|
height: e.height || "100%"
|
|
427
426
|
};
|
|
428
|
-
}),
|
|
427
|
+
}), tt = g(() => ({
|
|
429
428
|
width: e.width || "100%",
|
|
430
429
|
height: e.height || "100%"
|
|
431
430
|
}));
|
|
432
|
-
function
|
|
433
|
-
const o = t, a =
|
|
431
|
+
function et(t) {
|
|
432
|
+
const o = t, a = F.value[o];
|
|
434
433
|
if (Array.isArray(e.placeholders) && e.placeholders[a] !== void 0)
|
|
435
434
|
return String(e.placeholders[a]);
|
|
436
435
|
if (typeof e.placeholderText == "function")
|
|
@@ -441,28 +440,28 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
441
440
|
}
|
|
442
441
|
return e.placeholderText ? String(e.placeholderText) : String(o + 1);
|
|
443
442
|
}
|
|
444
|
-
function
|
|
445
|
-
const o =
|
|
443
|
+
function ot(t) {
|
|
444
|
+
const o = m.value[t];
|
|
446
445
|
return !o || typeof o.col != "number" || typeof o.row != "number" ? {} : {
|
|
447
446
|
gridColumn: `${o.col} / span ${o.colSpan}`,
|
|
448
447
|
gridRow: `${o.row} / span ${o.rowSpan}`
|
|
449
448
|
};
|
|
450
449
|
}
|
|
451
|
-
function
|
|
452
|
-
const o =
|
|
450
|
+
function rt(t) {
|
|
451
|
+
const o = m.value[t];
|
|
453
452
|
return (o == null ? void 0 : o.isMain) || !1;
|
|
454
453
|
}
|
|
455
|
-
function
|
|
456
|
-
|
|
454
|
+
function at(t) {
|
|
455
|
+
p.value = t, x("layoutChange", p.value);
|
|
457
456
|
}
|
|
458
|
-
function
|
|
459
|
-
if (
|
|
457
|
+
function B() {
|
|
458
|
+
if ($.value && document.body.contains($.value)) {
|
|
460
459
|
try {
|
|
461
|
-
document.body.removeChild(
|
|
460
|
+
document.body.removeChild($.value);
|
|
462
461
|
} catch (t) {
|
|
463
462
|
console.warn("[VideoGridLayout] Failed to cleanup drag image:", t);
|
|
464
463
|
}
|
|
465
|
-
|
|
464
|
+
$.value = null;
|
|
466
465
|
}
|
|
467
466
|
if (h.value && document.body.contains(h.value)) {
|
|
468
467
|
try {
|
|
@@ -471,155 +470,170 @@ const wt = { class: "layout-icon" }, ut = {
|
|
|
471
470
|
}
|
|
472
471
|
h.value = null;
|
|
473
472
|
}
|
|
474
|
-
|
|
473
|
+
A && (document.removeEventListener("mousemove", A), A = null), L && (document.removeEventListener("drag", L), L = null);
|
|
475
474
|
}
|
|
476
|
-
function
|
|
477
|
-
if (o < 0 || o >=
|
|
475
|
+
function lt(t, o) {
|
|
476
|
+
if (o < 0 || o >= y.value.length) {
|
|
478
477
|
console.warn("[VideoGridLayout] Invalid drag index:", o);
|
|
479
478
|
return;
|
|
480
479
|
}
|
|
481
|
-
if (
|
|
480
|
+
if (v.value = o, !t.dataTransfer) return;
|
|
482
481
|
t.dataTransfer.effectAllowed = "move";
|
|
483
482
|
const r = t.target.closest(".video-item");
|
|
484
483
|
if (r)
|
|
485
484
|
try {
|
|
486
|
-
if (
|
|
487
|
-
|
|
488
|
-
|
|
485
|
+
if (B(), t.dataTransfer) {
|
|
486
|
+
t.dataTransfer.effectAllowed = "move";
|
|
487
|
+
const l = new Image();
|
|
488
|
+
l.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7", t.dataTransfer.setDragImage(l, 0, 0);
|
|
489
489
|
}
|
|
490
490
|
const n = r.cloneNode(!0);
|
|
491
|
-
n.
|
|
492
|
-
|
|
493
|
-
|
|
491
|
+
n.querySelectorAll(".progress-bar, .play-button").forEach((l) => l.remove()), n.querySelectorAll('[style*="transition"], [style*="animation"], .video-icon').forEach((l) => {
|
|
492
|
+
try {
|
|
493
|
+
l.style.transition = "none", l.style.animation = "none";
|
|
494
|
+
} catch {
|
|
495
|
+
}
|
|
496
|
+
}), n.style.position = "fixed", n.style.margin = "0", n.style.pointerEvents = "none", n.style.opacity = Nt, n.style.zIndex = "9999", document.body.appendChild(n), h.value = n;
|
|
497
|
+
try {
|
|
498
|
+
const l = r.getBoundingClientRect();
|
|
499
|
+
n.style.width = `${l.width}px`, n.style.height = `${l.height}px`;
|
|
500
|
+
} catch {
|
|
501
|
+
}
|
|
502
|
+
A = (l) => {
|
|
503
|
+
if (!h.value) return;
|
|
504
|
+
const f = h.value.offsetWidth || 0, T = h.value.offsetHeight || 0, G = Math.max(0, l.clientX - f / 2), M = Math.max(0, l.clientY - T / 2);
|
|
505
|
+
h.value.style.left = `${G}px`, h.value.style.top = `${M}px`;
|
|
506
|
+
}, document.addEventListener("mousemove", A), L = (l) => {
|
|
507
|
+
if (!h.value) return;
|
|
508
|
+
const f = h.value.offsetWidth || 0, T = h.value.offsetHeight || 0, G = Math.max(0, (l.clientX || 0) - f / 2), M = Math.max(0, (l.clientY || 0) - T / 2);
|
|
509
|
+
h.value.style.left = `${G}px`, h.value.style.top = `${M}px`;
|
|
510
|
+
}, document.addEventListener("drag", L), r.style.opacity = String(Ot), r.style.cursor = Rt, r.style.borderColor = "#ff6b6b";
|
|
494
511
|
} catch (n) {
|
|
495
|
-
console.error("[VideoGridLayout] Drag start error:", n),
|
|
512
|
+
console.error("[VideoGridLayout] Drag start error:", n), B();
|
|
496
513
|
}
|
|
497
514
|
}
|
|
498
|
-
function
|
|
515
|
+
function nt(t, o) {
|
|
499
516
|
t.preventDefault(), t.stopPropagation();
|
|
500
|
-
const a =
|
|
517
|
+
const a = v.value;
|
|
501
518
|
if (a === -1 || a === o) {
|
|
502
|
-
|
|
519
|
+
v.value = -1;
|
|
503
520
|
return;
|
|
504
521
|
}
|
|
505
|
-
if (o < 0 || o >=
|
|
506
|
-
console.warn("[VideoGridLayout] Invalid drop index:", o),
|
|
522
|
+
if (o < 0 || o >= m.value.length) {
|
|
523
|
+
console.warn("[VideoGridLayout] Invalid drop index:", o), v.value = -1;
|
|
507
524
|
return;
|
|
508
525
|
}
|
|
509
526
|
try {
|
|
510
|
-
const r =
|
|
511
|
-
r
|
|
512
|
-
|
|
527
|
+
const r = t.currentTarget;
|
|
528
|
+
r && (r.style.backgroundColor = "rgba(66, 184, 131, 0.3)", r.style.borderColor = "#42b883", setTimeout(() => {
|
|
529
|
+
r.style.backgroundColor = "", r.style.borderColor = "";
|
|
530
|
+
}, 200));
|
|
531
|
+
const n = [...y.value], w = n[a], u = n[o];
|
|
532
|
+
n[a] = u, n[o] = w, E = !0, y.value = n, setTimeout(() => {
|
|
533
|
+
E = !1, x("videosChange", y.value.filter(Boolean));
|
|
513
534
|
}, 0);
|
|
514
535
|
} catch (r) {
|
|
515
536
|
console.error("[VideoGridLayout] Drop error:", r);
|
|
516
537
|
} finally {
|
|
517
|
-
|
|
538
|
+
v.value = -1;
|
|
518
539
|
}
|
|
519
540
|
}
|
|
520
|
-
function
|
|
521
|
-
|
|
522
|
-
m.value = o;
|
|
523
|
-
try {
|
|
524
|
-
const r = (t.currentTarget || t.target).getBoundingClientRect();
|
|
525
|
-
h.value && (h.value.style.width = `${r.width}px`, h.value.style.height = `${r.height}px`, h.value.style.transform = "translate(-50%,-50%)");
|
|
526
|
-
} catch {
|
|
527
|
-
}
|
|
528
|
-
}
|
|
541
|
+
function ct(t, o) {
|
|
542
|
+
t.preventDefault(), v.value !== -1 && v.value !== o && (b.value = o);
|
|
529
543
|
}
|
|
530
|
-
function
|
|
544
|
+
function it(t, o) {
|
|
531
545
|
t.preventDefault();
|
|
532
546
|
const a = t.target, r = t.relatedTarget;
|
|
533
|
-
a.contains(r) ||
|
|
547
|
+
a.contains(r) || b.value === o && (b.value = -1);
|
|
534
548
|
}
|
|
535
|
-
function
|
|
549
|
+
function st(t) {
|
|
536
550
|
const a = t.target.closest(".video-item");
|
|
537
|
-
a && (a.style.opacity = "1", a.style.cursor = "move"),
|
|
551
|
+
a && (a.style.opacity = "1", a.style.cursor = "move", a.style.borderColor = ""), B(), v.value = -1, b.value = -1;
|
|
538
552
|
}
|
|
539
|
-
return
|
|
540
|
-
|
|
541
|
-
}), (t, o) => (
|
|
553
|
+
return dt(() => {
|
|
554
|
+
B();
|
|
555
|
+
}), (t, o) => (s(), i("div", {
|
|
542
556
|
class: "video-grid-layout",
|
|
543
557
|
role: "application",
|
|
544
558
|
"aria-label": "视频分屏布局",
|
|
545
|
-
style:
|
|
559
|
+
style: N(tt.value)
|
|
546
560
|
}, [
|
|
547
|
-
|
|
548
|
-
o[1] || (o[1] =
|
|
549
|
-
|
|
550
|
-
(
|
|
551
|
-
var r, n,
|
|
552
|
-
return
|
|
561
|
+
c.showToolbar ? (s(), i("div", Bt, [
|
|
562
|
+
o[1] || (o[1] = d("div", { class: "toolbar-title" }, "分屏布局", -1)),
|
|
563
|
+
d("div", It, [
|
|
564
|
+
(s(!0), i(U, null, z(K.value, (a) => {
|
|
565
|
+
var r, n, w;
|
|
566
|
+
return s(), i("button", {
|
|
553
567
|
key: a,
|
|
554
|
-
class:
|
|
555
|
-
onClick: (
|
|
556
|
-
title: ((r =
|
|
557
|
-
"aria-label": `切换到${((n =
|
|
558
|
-
"aria-pressed":
|
|
568
|
+
class: j(["layout-btn", { active: p.value === a }]),
|
|
569
|
+
onClick: (u) => at(a),
|
|
570
|
+
title: ((r = P(C)[a]) == null ? void 0 : r.label) || "",
|
|
571
|
+
"aria-label": `切换到${((n = P(C)[a]) == null ? void 0 : n.label) || ""}布局`,
|
|
572
|
+
"aria-pressed": p.value === a,
|
|
559
573
|
type: "button"
|
|
560
574
|
}, [
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
], 10,
|
|
575
|
+
ht(J, { type: a }, null, 8, ["type"]),
|
|
576
|
+
d("span", Et, q(((w = P(C)[a]) == null ? void 0 : w.label) || ""), 1)
|
|
577
|
+
], 10, _t);
|
|
564
578
|
}), 128))
|
|
565
579
|
])
|
|
566
|
-
])) :
|
|
567
|
-
|
|
568
|
-
|
|
580
|
+
])) : X("", !0),
|
|
581
|
+
d("div", Vt, [
|
|
582
|
+
d("div", {
|
|
569
583
|
class: "video-grid",
|
|
570
|
-
style:
|
|
584
|
+
style: N(Z.value)
|
|
571
585
|
}, [
|
|
572
|
-
(
|
|
573
|
-
var n,
|
|
574
|
-
return
|
|
575
|
-
key: ((n =
|
|
576
|
-
class:
|
|
577
|
-
"main-video":
|
|
578
|
-
dragging:
|
|
579
|
-
"drag-over":
|
|
586
|
+
(s(!0), i(U, null, z(m.value, (a, r) => {
|
|
587
|
+
var n, w, u;
|
|
588
|
+
return s(), i("div", {
|
|
589
|
+
key: ((n = D.value[r]) == null ? void 0 : n.id) ?? r,
|
|
590
|
+
class: j(["video-item", {
|
|
591
|
+
"main-video": rt(r),
|
|
592
|
+
dragging: v.value === r,
|
|
593
|
+
"drag-over": b.value === r && v.value !== r
|
|
580
594
|
}]),
|
|
581
|
-
style:
|
|
595
|
+
style: N(ot(r)),
|
|
582
596
|
draggable: !0,
|
|
583
|
-
"aria-label": `视频 ${r + 1}: ${((
|
|
597
|
+
"aria-label": `视频 ${r + 1}: ${((w = D.value[r]) == null ? void 0 : w.title) || ((u = D.value[r]) == null ? void 0 : u.id) || ""}`,
|
|
584
598
|
role: "article",
|
|
585
599
|
tabindex: "0",
|
|
586
|
-
onDragstart: (
|
|
587
|
-
onDragover: o[0] || (o[0] =
|
|
600
|
+
onDragstart: (l) => lt(l, r),
|
|
601
|
+
onDragover: o[0] || (o[0] = wt(() => {
|
|
588
602
|
}, ["prevent"])),
|
|
589
|
-
onDragenter: (
|
|
590
|
-
onDragleave: (
|
|
591
|
-
onDrop: (
|
|
592
|
-
onDragend:
|
|
603
|
+
onDragenter: (l) => ct(l, r),
|
|
604
|
+
onDragleave: (l) => it(l, r),
|
|
605
|
+
onDrop: (l) => nt(l, r),
|
|
606
|
+
onDragend: st
|
|
593
607
|
}, [
|
|
594
|
-
|
|
595
|
-
video:
|
|
608
|
+
ut(t.$slots, "video", {
|
|
609
|
+
video: D.value[r],
|
|
596
610
|
index: r
|
|
597
611
|
}, () => [
|
|
598
|
-
|
|
599
|
-
|
|
612
|
+
d("div", Gt, [
|
|
613
|
+
d("div", Mt, q(et(F.value.indexOf(r))), 1)
|
|
600
614
|
])
|
|
601
615
|
], !0)
|
|
602
|
-
], 46,
|
|
616
|
+
], 46, Tt);
|
|
603
617
|
}), 128))
|
|
604
618
|
], 4)
|
|
605
619
|
])
|
|
606
620
|
], 4));
|
|
607
621
|
}
|
|
608
|
-
}),
|
|
609
|
-
VideoGridLayout:
|
|
610
|
-
VideoLayoutIcon:
|
|
611
|
-
},
|
|
612
|
-
install(
|
|
613
|
-
Object.entries(
|
|
614
|
-
|
|
622
|
+
}), Ht = /* @__PURE__ */ Q(Pt, [["__scopeId", "data-v-f0958f8e"]]), Yt = {
|
|
623
|
+
VideoGridLayout: Ht,
|
|
624
|
+
VideoLayoutIcon: J
|
|
625
|
+
}, Ut = {
|
|
626
|
+
install(c) {
|
|
627
|
+
Object.entries(Yt).forEach(([k, e]) => {
|
|
628
|
+
c.component(k, e);
|
|
615
629
|
});
|
|
616
630
|
}
|
|
617
631
|
};
|
|
618
632
|
export {
|
|
619
633
|
C as LAYOUT_CONFIGS,
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
634
|
+
Ht as VideoGridLayout,
|
|
635
|
+
J as VideoLayoutIcon,
|
|
636
|
+
Ut as default,
|
|
637
|
+
vt as getAllLayoutTypes,
|
|
638
|
+
pt as getLayoutPositions
|
|
625
639
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.video-grid-layout{width:100%;height:100%;display:flex;flex-direction:column;background:#0015294d}.layout-toolbar{padding:12px 16px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.toolbar-title{font-size:14px;font-weight:600;color:#333}.layout-buttons{display:flex;gap:8px;flex-wrap:wrap}.layout-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #d0d0d0;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s;font-size:12px;color:#666}.layout-btn:hover{border-color:#42b883;color:#42b883;background:#f0fdf4}.layout-btn.active{border-color:#42b883;background:#42b883;color:#fff}.layout-label{font-size:12px}.video-grid-container{flex:1;padding:8px;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;box-sizing:border-box}.video-grid{width:100%;height:100%;max-width:100%;max-height:100%;background:#00409f33;padding:4px;border-radius:4px;box-sizing:border-box}.video-item{position:relative;background:#00152999;border:2px solid rgba(0,64,159,.49);border-radius:4px;overflow:hidden;cursor:move;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;min-height:0;min-width:0;-webkit-user-select:none;user-select:none;-webkit-user-drag:element;will-change:transform}.video-item.dragging{opacity:.5;cursor:grabbing;transform:scale(.98);box-shadow:0 4px 12px #0000004d}.video-item:hover{border-color:#42b883cc;background:#001529cc}.video-item.drag-over{border:1px solid rgba(66,184,131,1)!important;background:#42b88333!important}.video-item:focus{outline:1px solid rgba(66,184,131,1);outline-offset:1px}.video-item.main-video{border-width:1px}.video-item>*{width:100%;height:100%}.video-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#3de6ff80;-webkit-user-select:none;user-select:none;background:#00409f4d}.placeholder-number{font-size:48px;font-weight:700;color:#3de6ff99;text-shadow:0 0 10px rgba(61,230,255,.3)}@media (max-width: 768px){.layout-toolbar{flex-direction:column;align-items:flex-start}.layout-label{display:none}}.layout-icon[data-v-31e0404d]{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.layout-icon svg[data-v-31e0404d]{width:100%;height:100%}.video-grid-layout[data-v-
|
|
1
|
+
.video-grid-layout{width:100%;height:100%;display:flex;flex-direction:column;background:#0015294d}.layout-toolbar{padding:12px 16px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.toolbar-title{font-size:14px;font-weight:600;color:#333}.layout-buttons{display:flex;gap:8px;flex-wrap:wrap}.layout-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #d0d0d0;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s;font-size:12px;color:#666}.layout-btn:hover{border-color:#42b883;color:#42b883;background:#f0fdf4}.layout-btn.active{border-color:#42b883;background:#42b883;color:#fff}.layout-label{font-size:12px}.video-grid-container{flex:1;padding:8px;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;box-sizing:border-box}.video-grid{width:100%;height:100%;max-width:100%;max-height:100%;background:#00409f33;padding:4px;border-radius:4px;box-sizing:border-box}.video-item{position:relative;background:#00152999;border:2px solid rgba(0,64,159,.49);border-radius:4px;overflow:hidden;cursor:move;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease;min-height:0;min-width:0;-webkit-user-select:none;user-select:none;-webkit-user-drag:element;will-change:transform}.video-item.dragging{opacity:.5;cursor:grabbing;transform:scale(.98);box-shadow:0 4px 12px #0000004d}.video-item:hover{border-color:#42b883cc;background:#001529cc}.video-item.drag-over{border:1px solid rgba(66,184,131,1)!important;background:#42b88333!important}.video-item:focus{outline:1px solid rgba(66,184,131,1);outline-offset:1px}.video-item.main-video{border-width:1px}.video-item>*{width:100%;height:100%}.video-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#3de6ff80;-webkit-user-select:none;user-select:none;background:#00409f4d}.placeholder-number{font-size:48px;font-weight:700;color:#3de6ff99;text-shadow:0 0 10px rgba(61,230,255,.3)}@media (max-width: 768px){.layout-toolbar{flex-direction:column;align-items:flex-start}.layout-label{display:none}}.layout-icon[data-v-31e0404d]{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.layout-icon svg[data-v-31e0404d]{width:100%;height:100%}.video-grid-layout[data-v-f0958f8e]{width:100%;height:100%;display:flex;flex-direction:column;background:#0015294d}.layout-toolbar[data-v-f0958f8e]{padding:12px 16px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.toolbar-title[data-v-f0958f8e]{font-size:14px;font-weight:600;color:#333}.layout-buttons[data-v-f0958f8e]{display:flex;gap:8px;flex-wrap:wrap}.layout-btn[data-v-f0958f8e]{display:flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #d0d0d0;background:#fff;border-radius:4px;cursor:pointer;transition:all .2s;font-size:12px;color:#666}.layout-btn[data-v-f0958f8e]:hover{border-color:#42b883;color:#42b883;background:#f0fdf4}.layout-btn.active[data-v-f0958f8e]{border-color:#42b883;background:#42b883;color:#fff}.layout-label[data-v-f0958f8e]{font-size:12px}.video-grid-container[data-v-f0958f8e]{flex:1;padding:8px;display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;box-sizing:border-box}.video-grid[data-v-f0958f8e]{width:100%;height:100%;max-width:100%;max-height:100%;background:#00409f33;padding:4px;border-radius:4px;box-sizing:border-box}.video-item[data-v-f0958f8e]{position:relative;background:#00152999;border:2px solid rgba(0,64,159,.49);border-radius:4px;overflow:hidden;cursor:move;min-height:0;min-width:0;-webkit-user-select:none;user-select:none;-webkit-user-drag:element}.video-item.dragging[data-v-f0958f8e]{opacity:.5;cursor:grabbing}.video-item[data-v-f0958f8e]:hover{border-color:#42b883cc;background:#001529cc}.video-item.drag-over[data-v-f0958f8e]{border:1px solid rgba(66,184,131,1)!important;background:#42b88333!important}.video-item[data-v-f0958f8e]:focus{outline:1px solid rgba(66,184,131,1);outline-offset:1px}.video-item.main-video[data-v-f0958f8e]{border-width:1px}.video-item[data-v-f0958f8e]>*{width:100%;height:100%}.video-placeholder[data-v-f0958f8e]{display:flex;align-items:center;justify-content:center;height:100%;color:#3de6ff80;-webkit-user-select:none;user-select:none;background:#00409f4d}.placeholder-number[data-v-f0958f8e]{font-size:48px;font-weight:700;color:#3de6ff99;text-shadow:0 0 10px rgba(61,230,255,.3)}@media (max-width: 768px){.layout-toolbar[data-v-f0958f8e]{flex-direction:column;align-items:flex-start}.layout-label[data-v-f0958f8e]{display:none}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "video-split-screen",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "Vue 3 视频分屏组件(VideoSplitScreen)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -29,7 +29,9 @@
|
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "vite build",
|
|
31
31
|
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
|
|
32
|
-
"prepare": "npm run build && npm run build:types"
|
|
32
|
+
"prepare": "npm run build && npm run build:types",
|
|
33
|
+
"dev": "vite",
|
|
34
|
+
"example": "cd example && npm run dev"
|
|
33
35
|
},
|
|
34
36
|
"peerDependencies": {
|
|
35
37
|
"vue": "^3.4.0"
|