work/js/chunk-987c9f28.be51a551.js
2024-01-13 15:46:03 +08:00

8 lines
127 KiB
PHP

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-987c9f28"],{"0239":function(t,e,n){},"1b80":function(t,e,n){"use strict";e["a"]={data:function(){return{pagination:{page:1,pageSize:10,total:0,showTotal:function(t,e){return"".concat(t,"")}}}},computed:{requestData:function(){return{page:this.pagination.page,pageSize:this.pagination.pageSize}}},methods:{init:function(){},pageChange:function(t){this.pagination.page=t,this.requestData.page=t.current,this.init()}}}},"1d80":function(t,e,n){"use strict";n("7f7f");var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"task-search"},[e("a-spin",{attrs:{spinning:t.loading}},[e("div",{staticClass:"search-content"},[e("a-form",{staticClass:"m-t-md",attrs:{form:t.form},on:{submit:function(e){return e.preventDefault(),t.handleSubmit.apply(null,arguments)}}},[e("a-form-item",{attrs:{label:"工单名称",colon:!1,labelCol:{span:6},wrapperCol:{span:18}}},[e("a-input",{directives:[{name:"decorator",rawName:"v-decorator",value:["title"],expression:"[\n 'title',\n ]"}],attrs:{placeholder:"搜索项目内任务"}})],1),e("a-form-item",{attrs:{label:"执行者",colon:!1,labelCol:{span:6},wrapperCol:{span:18}}},[e("a-select",{directives:[{name:"decorator",rawName:"v-decorator",value:["executor"],expression:"[\n 'executor',\n ]"}],attrs:{mode:"multiple",showSearch:"",allowClear:"",placeholder:"请选择",optionFilterProp:"children"}},t._l(t.projectMemberList,(function(n){return e("a-select-option",{key:n.code},[e("div",{staticClass:"task-search-member-item"},[e("a-avatar",{staticClass:"m-r-sm",attrs:{size:24,icon:"user",src:n.avatar}}),e("div",[e("div",[t._v(t._s(n.name))]),e("div",{staticClass:"muted"},[t._v(t._s(n.email))])])],1)])})),1)],1),e("a-form-item",{attrs:{label:"创建者",colon:!1,labelCol:{span:6},wrapperCol:{span:18}}},[e("a-select",{directives:[{name:"decorator",rawName:"v-decorator",value:["creator"],expression:"[\n 'creator',\n ]"}],attrs:{mode:"multiple",showSearch:"",allowClear:"",placeholder:"请选择",optionFilterProp:"children"}},t._l(t.projectMemberList,(function(n){return e("a-select-option",{key:n.code},[e("div",{staticClass:"task-search-member-item"},[e("a-avatar",{staticClass:"m-r-sm",attrs:{size:24,icon:"user",src:n.avatar}}),e("div",[e("div",[t._v(t._s(n.name))]),e("div",{staticClass:"muted"},[t._v(t._s(n.email))])])],1)])})),1)],1),e("a-form-item",{attrs:{label:"是否完成",colon:!1,labelCol:{span:6},wrapperCol:{span:18}}},[e("a-select",{directives:[{name:"decorator",rawName:"v-decorator",value:["done",{initialValue:-1}],expression:"[\n 'done',\n {initialValue: -1}\n\n ]"}],attrs:{allowClear:"",placeholder:"请选择",optionFilterProp:"children"}},[e("a-select-option",{key:-1},[t._v("全部")]),e("a-select-option",{key:1},[t._v("")]),e("a-select-option",{key:0},[t._v("")])],1)],1),e("a-form-item",{attrs:{label:"优先级",colon:!1,labelCol:{span:6},wrapperCol:{span:18}}},[e("a-select",{directives:[{name:"decorator",rawName:"v-decorator",value:["pri"],expression:"[\n 'pri',\n ]"}],attrs:{mode:"multiple",showSearch:"",allowClear:"",placeholder:"请选择",optionFilterProp:"children"}},[e("a-select-option",{key:0},[t._v("普通")]),e("a-select-option",{key:1},[t._v("紧急")]),e("a-select-option",{key:2},[t._v("非常紧急")])],1)],1),e("a-form-item",{attrs:{label:"执行状态",colon:!1,labelCol:{span:6},wrapperCol:{span:18}}},[e("a-select",{directives:[{name:"decorator",rawName:"v-decorator",value:["status"],expression:"[\n 'status',\n ]"}],attrs:{mode:"multiple",showSearch:"",allowClear:"",placeholder:"请选择",optionFilterProp:"children"}},t._l(t.taskStatusList,(function(n,o){return e("a-select-option",{key:n.id},[t._v(t._s(n.name))])})),1)],1),e("a-form-item",{attrs:{label:"截止日期",colon:!1,labelCol:{span:6},wrapperCol:{span:18}}},[e("a-range-picker",{directives:[{name:"decorator",rawName:"v-decorator",value:["end_time"],expression:"[\n 'end_time',\n ]"}],staticStyle:{width:"100%"},attrs:{allowClear:"",format:"YYYY-MM-DD"}})],1),e("a-form-item",{attrs:{label:"创建日期",colon:!1,labelCol:{span:6},wrapperCol:{span:18}}},[e("a-range-picker",{directives:[{name:"decorator",rawName:"v-decorator",value:["create_time"],expression:"[\n 'create_time',\n ]"}],staticStyle:{width:"100%"},attrs:{allowClear:"",format:"YYYY-MM-DD"}})],1),e("a-form-item",{attrs:{label:"完成日期",colon:!1,labelCol:{span:6},wrapperCol:{span:18}}},[e("a-range-picker",{directives:[{name:"decorator",rawName:"v-decorator",value:["done_time"],expression:"[\n 'done_time',\n ]"}],staticStyle:{width:"100%"},attrs:{allowClear:"",format:"YYYY-MM-DD"}})],1),e("a-form-item",{attrs:{label:"开始日期",colon:!1,labelCol:{span:6},wrapperCol:{span:18}}},[e("a-range-picker",{directives:[{name:"decorator",rawName:"v-decorator",value:["begin_time"],expression:"[\n 'begin_time',\n ]"}],staticStyle:{width:"100%"},attrs:{allowClear:"",format:"YYYY-MM-DD"}})],1)],1),e("div",{staticClass:"footer m-t-md"},[e("a-button",{staticClass:"m-r",attrs:{type:"primary",size:"large"},on:{click:t.handleSubmit}},[t._v("搜索")]),e("a-button",{attrs:{size:"large"},on:{click:t.resetForm}},[t._v("重置")])],1)],1)])],1)},r=[],i=(n("c5f6"),n("2ef0"),n("c1df")),a=n.n(i),s=n("9f5d"),l=n("e507"),c=(n("97a8"),n("f93e")),u={name:"taskSearch",props:{projectCode:{type:[String,Number],default:function(){return""}}},data:function(){return{moment:a.a,form:this.$form.createForm(this),loading:!1,projectMemberList:[],taskStageList:[],taskStatusList:c["a"].TASK_STATUS}},watch:{projectCode:function(){this.init()}},created:function(){this.init()},methods:{init:function(){this.projectCode&&(this.resetForm(),this.loading=!0,this.getProjectMemberList(),this.getTaskStageList())},getProjectMemberList:function(){var t=this;Object(s["d"])({projectCode:this.projectCode,pageSize:300}).then((function(e){t.projectMemberList=e.data.list,t.loading=!1}))},getTaskStageList:function(){var t=this;Object(l["a"])({projectCode:this.projectCode}).then((function(e){t.taskStageList=e.data,t.loading=!1}))},resetForm:function(){this.form.resetFields()},handleSubmit:function(){var t=this;this.form.validateFields((function(e,n){if(!e){var o=t.form.getFieldsValue();o.executor=JSON.stringify(o.executor),o.creator=JSON.stringify(o.creator),o.joiner=JSON.stringify(o.joiner),o.status=JSON.stringify(o.status),console.log(o),o.end_time&&o.end_time.length?o.endTime=JSON.stringify([a()(o.end_time[0]).format("YYYY-MM-DD"),a()(o.end_time[1]).format("YYYY-MM-DD")]):o.endTime=void 0,o.begin_time&&o.begin_time.length?o.beginTime=JSON.stringify([a()(o.begin_time[0]).format("YYYY-MM-DD"),a()(o.begin_time[1]).format("YYYY-MM-DD")]):o.beginTime=void 0,o.create_time&&o.create_time.length?o.createTime=JSON.stringify([a()(o.create_time[0]).format("YYYY-MM-DD"),a()(o.create_time[1]).format("YYYY-MM-DD")]):o.createTime=void 0,o.done_time&&o.done_time.length?o.doneTime=JSON.stringify([a()(o.done_time[0]).format("YYYY-MM-DD"),a()(o.done_time[1]).format("YYYY-MM-DD")]):o.doneTime=void 0,console.log(o),t.$emit("search",o)}}))}}},d=u,f=(n("c8f39"),n("2877")),p=Object(f["a"])(d,o,r,!1,null,null,null);e["a"]=p.exports},"24d2":function(t,e,n){"use strict";n.d(e,"f",(function(){return r})),n.d(e,"l",(function(){return i})),n.d(e,"e",(function(){return a})),n.d(e,"g",(function(){return s})),n.d(e,"k",(function(){return l})),n.d(e,"i",(function(){return c})),n.d(e,"d",(function(){return u})),n.d(e,"j",(function(){return d})),n.d(e,"h",(function(){return f})),n.d(e,"c",(function(){return p})),n.d(e,"b",(function(){return h})),n.d(e,"a",(function(){return m}));var o=n("22b6");function r(t){return o["a"].post("project/project",t)}function i(t){return o["a"].post("project/project/selfList",t)}function a(t){var e="project/project/save";return t.projectCode&&(e="project/project/edit"),o["a"].post(e,t)}function s(t){return o["a"].post("project/project/quit",{projectCode:t})}function l(t){return o["a"].post("project/project/recycle",{projectCode:t})}function c(t){return o["a"].post("project/project/recovery",{projectCode:t})}function u(t){return o["a"].post("project/project/archive",{projectCode:t})}function d(t){return o["a"].post("project/project/recoveryArchive",{projectCode:t})}function f(t){return o["a"].post("project/project/read",{projectCode:t})}function p(t){return o["a"].post("project/project/analysis",t)}function h(t){return o["a"].post("project/project/_projectStats",t)}function m(t){return o["a"].post("project/project/_getProjectReport",t)}},"2d94":function(t,e,n){},"2f21":function(t,e,n){"use strict";var o=n("79e5");t.exports=function(t,e){return!!t&&o((function(){e?t.call(null,(function(){}),1):t.call(null)}))}},4200:function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var o=n("22b6");function r(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"collect";return o["a"].post("project/project_collect/collect",{type:e,projectCode:t})}},"4c84":function(t,e,n){},"51e2":function(t,e,n){"use strict";n("7f7f");var o=function(){var t=this,e=t._self._c;return e("a-tabs",{attrs:{tabPosition:"left",defaultActiveKey:"1",animated:!1},model:{value:t.tabKey,callback:function(e){t.tabKey=e},expression:"tabKey"}},[e("a-tab-pane",{key:"1"},[e("span",{attrs:{slot:"tab"},slot:"tab"},[e("a-icon",{attrs:{type:"check-square"}}),t._v("\n 任务\n ")],1)]),e("a-tab-pane",{key:"2"},[e("span",{attrs:{slot:"tab"},slot:"tab"},[e("a-icon",{attrs:{type:"link"}}),t._v("\n 文件\n ")],1)]),e("div",{staticClass:"config-content"},[e("vue-scroll",[e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("a-list",[t.showLoadingMore?e("div",{style:{textAlign:"center",marginTop:"12px",height:"32px",lineHeight:"32px"},attrs:{slot:"loadMore"},slot:"loadMore"},[t.loadingMore?e("a-spin"):e("a-button",{on:{click:t.onLoadMore}},[t._v("加载更多")])],1):t._e(),t._l(t.list,(function(n,o){return e("a-list-item",{key:o},[e("a-list-item-meta",[e("div",{attrs:{slot:"title"},slot:"title"},[e("router-link",{directives:[{name:"show",rawName:"v-show",value:"1"==t.tabKey,expression:"tabKey == '1'"}],staticClass:"text-default",attrs:{to:"/project/space/task/".concat(t.code,"/detail/").concat(n.code)}},[t._v("\n "+t._s(n.name)+"\n ")]),e("a",{directives:[{name:"show",rawName:"v-show",value:"2"==t.tabKey,expression:"tabKey == '2'"}],staticClass:"text-default",attrs:{target:"_blank",href:n.file_url}},[t._v("\n "+t._s(n.fullName)+"\n ")])],1),e("div",{attrs:{slot:"description"},slot:"description"},[t._v("\n "+t._s(t.showTaskTime(n.deleted_time))+"\n ")])]),e("a",{staticClass:"muted",attrs:{slot:"actions"},on:{click:function(e){return t.recoveryTask(n,o)}},slot:"actions"},[e("a-tooltip",{attrs:{title:"恢复内容"}},[e("a-icon",{attrs:{type:"undo"}})],1)],1),e("a",{staticClass:"muted",attrs:{slot:"actions"},on:{click:function(e){return t.deleteItem(n,o)}},slot:"actions"},[e("a-tooltip",{attrs:{title:"彻底删除"}},[e("a-icon",{attrs:{type:"delete"}})],1)],1)],1)}))],2)],1)])])],1)],1)},r=[],i=n("2f14"),a=n("b199"),s=n("3f5e"),l=n("1b80"),c=n("81fe"),u={name:"recycleBin",props:{code:{type:[String],default:function(){return""}}},mixins:[l["a"]],data:function(){return{loading:!1,tabKey:"1",project:{},list:[],showLoadingMore:!1,loadingMore:!1}},watch:{code:function(){this.init()},tabKey:function(t){this.init()}},created:function(){this.init()},methods:{init:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],e=this;switch(t&&(this.list=[],this.pagination.page=1,this.pagination.pageSize=10,this.showLoadingMore=!1),this.requestData.deleted=1,this.requestData.projectCode=this.code,e.loading=!0,this.tabKey){case"1":e.getTasks();break;case"2":e.getFiles();break}},getTasks:function(){var t=this;Object(a["m"])(t.requestData).then((function(e){t.list=t.list.concat(e.data.list),t.pagination.total=e.data.total,t.showLoadingMore=t.pagination.total>t.list.length,t.loading=!1,t.loadingMore=!1}))},getFiles:function(){var t=this;Object(s["c"])(t.requestData).then((function(e){t.list=t.list.concat(e.data.list),t.pagination.total=e.data.total,t.showLoadingMore=t.pagination.total>t.list.length,t.loading=!1,t.loadingMore=!1}))},onLoadMore:function(){this.loadingMore=!0,this.pagination.page++,this.init(!1)},showTaskTime:function(t){return Object(c["b"])(t)},recoveryTask:function(t,e){var n=this;switch(this.tabKey){case"1":this.$confirm({title:"确定恢复内容?",content:"恢复后可在任务列表中查看",okText:"恢复内容",okType:"primary",cancelText:"再想想",onOk:function(){return Object(a["p"])(t.code).then((function(o){Object(i["a"])(o)&&(n.list.splice(e,1),n.$emit("update",t))})),Promise.resolve()}});break;case"2":this.$confirm({title:"确定恢复文件?",content:"恢复后可在我的文件中查看",okText:"恢复文件",okType:"primary",cancelText:"再想想",onOk:function(){return Object(s["d"])(t.code).then((function(o){Object(i["a"])(o)&&(n.list.splice(e,1),n.$emit("update",t))})),Promise.resolve()}});break}},deleteItem:function(t,e){var n=this;switch(this.tabKey){case"1":this.$confirm({title:"确定彻底删除任务?",content:"彻底删除任务后,该任务及其子任务将会被永久被删除。",okText:"彻底删除",okType:"danger",cancelText:"再想想",onOk:function(){return Object(a["f"])(t.code).then((function(o){Object(i["a"])(o)&&(n.list.splice(e,1),n.$emit("update",t))})),Promise.resolve()}});break;case"2":this.$confirm({title:"确认彻底删除该文件?",content:"彻底删除文件后,相关的关联资源将会失效。",okText:"彻底删除",okType:"danger",cancelText:"再想想",onOk:function(){return Object(s["a"])(t.code).then((function(o){Object(i["a"])(o)&&(n.list.splice(e,1),n.$emit("update",t))})),Promise.resolve()}});break}}}},d=u,f=(n("87a4"),n("2877")),p=Object(f["a"])(d,o,r,!1,null,null,null);e["a"]=p.exports},"55dd":function(t,e,n){"use strict";var o=n("5ca1"),r=n("d8e8"),i=n("4bf8"),a=n("79e5"),s=[].sort,l=[1,2,3];o(o.P+o.F*(a((function(){l.sort(void 0)}))||!a((function(){l.sort(null)}))||!n("2f21")(s)),"Array",{sort:function(t){return void 0===t?s.call(i(this)):s.call(i(this),r(t))}})},"58bf":function(t,e,n){"use strict";n("7f7f");var o=function(){var t=this,e=t._self._c;return e("a-tabs",{attrs:{tabPosition:"left",defaultActiveKey:"1",animated:!1},model:{value:t.tabKey,callback:function(e){t.tabKey=e},expression:"tabKey"}},[e("a-tab-pane",{key:"1"},[e("span",{attrs:{slot:"tab"},slot:"tab"},[e("a-icon",{attrs:{type:"heat-map"}}),t._v("\n 概览\n ")],1),e("div",{staticClass:"config-content"},[e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("项目封面")]),e("div",{staticClass:"cover-item"},[t.project.cover?[e("img",{staticClass:"avatar",attrs:{src:t.project.cover}})]:t._e(),e("span",{directives:[{name:"show",rawName:"v-show",value:!t.project.cover,expression:"!project.cover"}],staticClass:"no-avatar"}),e("a-upload",{staticClass:"cover-uploader",attrs:{name:"cover",showUploadList:!1,headers:t.headers,action:t.uploadAction,beforeUpload:t.beforeUpload},on:{change:t.handleChange}},[e("a-button",{staticClass:"upload",attrs:{size:"large"}},[t._v("上传新封面")]),e("p",{staticClass:"upload-tips muted"},[t._v("最佳图片比例为300*150")])],1)],2)])]),e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("项目名称")]),e("a-input",{attrs:{size:"large"},model:{value:t.project.name,callback:function(e){t.$set(t.project,"name",e)},expression:"project.name"}})],1),e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("项目进度 (%)")]),e("a-input-number",{attrs:{size:"large",min:0,max:100},model:{value:t.project.schedule,callback:function(e){t.$set(t.project,"schedule",e)},expression:"project.schedule"}})],1)]),e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("项目简介")]),e("a-input",{attrs:{type:"textarea",rows:3,size:"large",placeholder:"介绍一下这个项目"},model:{value:t.project.description,callback:function(e){t.$set(t.project,"description",e)},expression:"project.description"}})],1)]),e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("项目公开性")]),e("a-select",{attrs:{size:"large"},model:{value:t.project.private,callback:function(e){t.$set(t.project,"private",e)},expression:"project.private"}},[e("a-select-option",{key:0},[t._v("\n 公开项目(所有人都可通过链接访问,仅项目成员可编辑)\n ")]),e("a-select-option",{key:1},[t._v("\n 私有项目(仅项目成员可查看和编辑)\n ")])],1)],1)]),e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("项目拥有者")]),e("div",{staticClass:"m-t"},[e("a-avatar",{attrs:{src:t.project.owner_avatar}}),e("span",{staticClass:"m-l"},[t._v(t._s(t.project.owner_name))])],1)])]),e("a-divider"),e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("a-button",{staticClass:"middle-btn pull-right",attrs:{type:"primary",size:"large"},on:{click:t.saveProject}},[t._v("\n 保存\n ")])],1)])],1)]),e("a-tab-pane",{key:"2",attrs:{forceRender:""}},[e("span",{attrs:{slot:"tab"},slot:"tab"},[e("a-icon",{attrs:{type:"eye"}}),t._v("\n 项目偏好\n ")],1),e("div",{staticClass:"config-content task-config"},[e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("看板风格")]),e("div",{staticClass:"item-tips muted"},[t._v("切换任务看板的主题风格,内置两种风格。")]),e("a-radio-group",{on:{change:t.saveProject},model:{value:t.project.task_board_theme,callback:function(e){t.$set(t.project,"task_board_theme",e)},expression:"project.task_board_theme"}},[e("a-radio",{staticStyle:{display:"block",height:"30px","line-height":"30px"},attrs:{value:"default"}},[t._v("默认")]),e("a-radio",{staticStyle:{display:"block",height:"30px","line-height":"30px"},attrs:{value:"simple"}},[t._v("简约")])],1)],1)]),e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("自动更新项目进度")]),e("div",{staticClass:"item-tips muted"},[t._v("根据当前任务的完成情况自动计算项目进度。")])]),e("a-switch",{on:{change:t.saveProject},model:{value:t.project.auto_update_schedule,callback:function(e){t.$set(t.project,"auto_update_schedule",e)},expression:"project.auto_update_schedule"}})],1)])]),e("a-tab-pane",{key:"3"},[e("span",{attrs:{slot:"tab"},slot:"tab"},[e("a-icon",{attrs:{type:"check-square"}}),t._v("\n 任务设置\n ")],1),e("div",{staticClass:"config-content task-config"},[e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("项目ID")]),e("div",{staticClass:"item-tips muted"},[t._v("设置项目编号,编号将作为 ID 前缀,用以区别项目。支持 2-6 位字母。")]),e("a-input",{staticClass:"prefix-input",attrs:{size:"large",placeholder:"如 Pear Project 可以设置为 EP",disabled:!t.project.open_prefix},model:{value:t.project.prefix,callback:function(e){t.$set(t.project,"prefix",e)},expression:"project.prefix"}}),e("a-button",{staticClass:"middle-btn",attrs:{size:"large",type:"primary",disabled:!t.project.open_prefix},on:{click:t.saveProject}},[t._v("保存\n ")])],1),e("a-switch",{on:{change:t.saveProject},model:{value:t.project.open_prefix,callback:function(e){t.$set(t.project,"open_prefix",e)},expression:"project.open_prefix"}})],1),e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("任务开始时间")]),e("div",{staticClass:"item-tips muted"},[t._v("为任务设置开始时间,更科学地规划工作。")])]),e("a-switch",{on:{change:t.saveProject},model:{value:t.project.open_begin_time,callback:function(e){t.$set(t.project,"open_begin_time",e)},expression:"project.open_begin_time"}})],1),e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("新任务默认开启隐私模式")]),e("div",{staticClass:"item-tips muted"},[t._v("对本项目内的新任务默认开启隐私模式,创建成功后仅参与者可见")])]),e("a-switch",{on:{change:t.saveProject},model:{value:t.project.open_task_private,callback:function(e){t.$set(t.project,"open_task_private",e)},expression:"project.open_task_private"}})],1)])]),e("a-tab-pane",{key:"4",attrs:{forceRender:""}},[e("span",{attrs:{slot:"tab"},slot:"tab"},[e("a-icon",{attrs:{type:"deployment-unit"}}),t._v("\n 任务流转\n ")],1),e("div",{staticClass:"config-content"},[e("div",{staticClass:"content-item task-workflow"},[e("div",{staticClass:"infos",staticStyle:{"padding-right":"0"}},[e("div",{directives:[{name:"show",rawName:"v-show",value:!t.doTaskWorkflowView,expression:"!doTaskWorkflowView"}]},[e("p",[e("a-button",{attrs:{type:"primary",icon:"plus"},on:{click:function(e){return t.doTaskWorkflow(null)}}},[t._v("创建规则")])],1),e("a-list",{staticClass:"task-workflow-list",attrs:{itemLayout:"horizontal",dataSource:t.taskWorkflowList},scopedSlots:t._u([{key:"renderItem",fn:function(n){return e("a-list-item",{},[e("span",{attrs:{slot:"actions"},slot:"actions"},[e("a-tooltip",{attrs:{placement:"top",title:"编辑"}},[e("a",{staticClass:"muted m-r-sm",on:{click:function(e){return t.doTaskWorkflow(n)}}},[e("a-icon",{attrs:{type:"edit"}})],1)]),e("a-tooltip",{attrs:{placement:"top",title:"删除"}},[e("a",{staticClass:"muted",on:{click:function(e){return t.delTaskWorkflow(n.code)}}},[e("a-icon",{attrs:{type:"delete"}})],1)])],1),e("a-list-item-meta",[e("span",{attrs:{slot:"title"},slot:"title"},[t._v(t._s(n.name))])])],1)}}])})],1),e("div",{directives:[{name:"show",rawName:"v-show",value:t.doTaskWorkflowView,expression:"doTaskWorkflowView"}]},[e("div",{staticClass:"header"},[e("p",[e("a-button",{staticClass:"middle-btn m-r-sm",attrs:{size:"large"},on:{click:function(e){return t.saveTaskWorkflow(!1)}}},[t._v("\n 取消\n ")]),e("a-button",{staticClass:"middle-btn",attrs:{size:"large",type:"primary",disabled:!t.canSaveTaskWorkflow},on:{click:function(e){return t.saveTaskWorkflow(!0)}}},[t._v("保存\n ")])],1)]),e("div",{staticClass:"workflow-content"},[t.loadingWorkflowRule?t._e():[e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("\n 规则名称\n ")]),e("a-input",{attrs:{size:"large"},model:{value:t.currentTaskWorkflowRule.taskWorkflowName,callback:function(e){t.$set(t.currentTaskWorkflowRule,"taskWorkflowName",e)},expression:"currentTaskWorkflowRule.taskWorkflowName"}})],1),e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("选择任务列表")]),e("a-select",{attrs:{size:"large"},on:{change:function(e){return t.workflowRuleChange(e,"firstObj")}},model:{value:t.currentTaskWorkflowRule.firstObj,callback:function(e){t.$set(t.currentTaskWorkflowRule,"firstObj",e)},expression:"currentTaskWorkflowRule.firstObj"}},t._l(t.taskStages,(function(n,o){return e("a-select-option",{key:n.code,attrs:{value:n.code}},[t._v("\n "+t._s(n.name)+"\n ")])})),1)],1),t.currentTaskWorkflowRule.firstObj?[e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("选择条件")]),e("a-select",{attrs:{size:"large"},on:{change:function(e){return t.workflowRuleChange(e,"firstAction.action")}},model:{value:t.currentTaskWorkflowRule.firstAction.action,callback:function(e){t.$set(t.currentTaskWorkflowRule.firstAction,"action",e)},expression:"currentTaskWorkflowRule.firstAction.action"}},t._l(t.taskWorkflowRuleActions,(function(n,o){return e("a-select-option",{key:n.id,attrs:{value:n.id}},[t._v(t._s(n.name)+"\n ")])})),1)],1),-1!=t.currentTaskWorkflowRule.firstAction.action?[3==t.currentTaskWorkflowRule.firstAction.action?[e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("选择执行者")]),e("a-select",{attrs:{size:"large"},on:{change:function(e){return t.workflowRuleChange(e,"firstAction.value")}},model:{value:t.currentTaskWorkflowRule.firstAction.value,callback:function(e){t.$set(t.currentTaskWorkflowRule.firstAction,"value",e)},expression:"currentTaskWorkflowRule.firstAction.value"}},t._l(t.projectMembers,(function(n,o){return e("a-select-option",{key:n.code,attrs:{value:n.code}},[t._v("\n "+t._s(n.name)+"\n ")])})),1)],1)]:t._e(),e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("选择结果")]),e("a-select",{attrs:{size:"large"},on:{change:function(e){return t.workflowRuleChange(e,"firstResult.action")}},model:{value:t.currentTaskWorkflowRule.firstResult.action,callback:function(e){t.$set(t.currentTaskWorkflowRule.firstResult,"action",e)},expression:"currentTaskWorkflowRule.firstResult.action"}},t._l(t.taskWorkflowRuleTypes,(function(n,o){return e("a-select-option",{key:n.id,attrs:{value:n.id}},[t._v(t._s(n.name)+"\n ")])})),1)],1),0===t.currentTaskWorkflowRule.firstResult.action?[e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("流转任务列表")]),e("a-select",{attrs:{size:"large"},on:{change:function(e){return t.workflowRuleChange(e,"firstResult.value")}},model:{value:t.currentTaskWorkflowRule.firstResult.value,callback:function(e){t.$set(t.currentTaskWorkflowRule.firstResult,"value",e)},expression:"currentTaskWorkflowRule.firstResult.value"}},t._l(t.taskStages,(function(n,o){return e("a-select-option",{key:n.code,attrs:{value:n.code}},[t._v("\n "+t._s(n.name)+"\n ")])})),1)],1),t.currentTaskWorkflowRule.firstResult.value?[e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("选择执行者")]),e("a-select",{attrs:{size:"large"},on:{change:function(e){return t.workflowRuleChange(e,"lastResult.value")}},model:{value:t.currentTaskWorkflowRule.lastResult.value,callback:function(e){t.$set(t.currentTaskWorkflowRule.lastResult,"value",e)},expression:"currentTaskWorkflowRule.lastResult.value"}},t._l(t.projectMembers,(function(n,o){return e("a-select-option",{key:n.code,attrs:{value:n.code}},[t._v("\n "+t._s(n.name)+"\n ")])})),1)],1)]:t._e(),[e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("修改任务状态")]),e("a-select",{attrs:{size:"large"},on:{change:function(e){return t.workflowRuleChange(e,"state.value")}},model:{value:t.currentTaskWorkflowRule.state.value,callback:function(e){t.$set(t.currentTaskWorkflowRule.state,"value",e)},expression:"currentTaskWorkflowRule.state.value"}},t._l(t.taskStates,(function(n,o){return e("a-select-option",{key:n.id,attrs:{value:n.id}},[t._v("\n "+t._s(n.name)+"\n ")])})),1)],1)]]:t._e(),3===t.currentTaskWorkflowRule.firstResult.action?[e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("选择执行者")]),e("a-select",{attrs:{size:"large"},on:{change:function(e){return t.workflowRuleChange(e,"firstAction.action")}},model:{value:t.currentTaskWorkflowRule.firstResult.value,callback:function(e){t.$set(t.currentTaskWorkflowRule.firstResult,"value",e)},expression:"currentTaskWorkflowRule.firstResult.value"}},t._l(t.projectMembers,(function(n,o){return e("a-select-option",{key:n.code,attrs:{value:n.code}},[t._v("\n "+t._s(n.name)+"\n ")])})),1)],1),t.currentTaskWorkflowRule.firstResult.value?[e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("流转任务列表")]),e("a-select",{attrs:{size:"large"},on:{change:function(e){return t.workflowRuleChange(e,"lastResult.value")}},model:{value:t.currentTaskWorkflowRule.lastResult.value,callback:function(e){t.$set(t.currentTaskWorkflowRule.lastResult,"value",e)},expression:"currentTaskWorkflowRule.lastResult.value"}},t._l(t.taskStages,(function(n,o){return e("a-select-option",{key:n.code,attrs:{value:n.code}},[t._v("\n "+t._s(n.name)+"\n ")])})),1)],1)]:t._e(),[e("div",{staticClass:"workflow-rule-item"},[e("p",[t._v("修改任务状态")]),e("a-select",{attrs:{size:"large"},on:{change:function(e){return t.workflowRuleChange(e,"state.value")}},model:{value:t.currentTaskWorkflowRule.state.value,callback:function(e){t.$set(t.currentTaskWorkflowRule.state,"value",e)},expression:"currentTaskWorkflowRule.state.value"}},t._l(t.taskStates,(function(n,o){return e("a-select-option",{key:n.id,attrs:{value:n.id}},[t._v("\n "+t._s(n.name)+"\n ")])})),1)],1)]]:t._e()]:t._e()]:t._e()],e("div",{staticClass:"text-center"},[e("a-spin",{attrs:{spinning:t.loadingWorkflowRule}})],1)],2)])])])])]),e("a-tab-pane",{key:"5"},[e("span",{attrs:{slot:"tab"},slot:"tab"},[e("a-icon",{attrs:{type:"ellipsis"}}),t._v("\n 更多\n ")],1),e("div",{staticClass:"config-content more-config"},[e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("p",{staticClass:"item-title"},[t._v("项目操作")]),e("div",{staticClass:"item-tips muted"},[t._v("您可以执行以下操作")]),e("a-button",{staticClass:"middle-btn",attrs:{size:"large"},on:{click:t.archiveProject}},[t.project.archive?e("span",[t._v("取消归档")]):t._e(),t.project.archive?t._e():e("span",[t._v("归档项目")])]),e("a-button",{staticClass:"middle-btn",attrs:{size:"large"},on:{click:t.quitProject}},[t._v("退出")]),e("a-button",{staticClass:"middle-btn",attrs:{size:"large",type:"danger"},on:{click:t.delProject}},[t.project.deleted?e("span",[t._v("恢复项目")]):t._e(),t.project.deleted?t._e():e("span",[t._v("移至回收站")])])],1)])])])],1)},r=[],i=(n("ac6a"),n("a481"),n("c5f6"),n("24d2")),a=n("22b6");function s(t){return a["a"].post("project/task_workflow",t)}function l(t){return a["a"].post("project/task_workflow/_getTaskWorkflowRules",t)}function c(t){return a["a"].post("project/task_workflow/save",t)}function u(t){return a["a"].post("project/task_workflow/edit",t)}function d(t){return a["a"].post("project/task_workflow/delete",t)}var f=n("e507"),p=n("9f5d"),h=n("97a8"),m=n("2f14"),v={name:"projectConfig",props:{code:{type:[String],default:function(){return""}}},data:function(){return{loading:!1,tabKey:"1",project:{},taskWorkflowList:[],doTaskWorkflowView:!1,loadingWorkflowRule:!1,taskWorkflow:null,taskWorkflowRuleList:[],currentTaskWorkflowRule:{taskWorkflowName:"",firstObj:"",firstAction:{action:-1,value:""},firstResult:{action:-1,value:""},lastResult:{action:-1,value:""},state:{action:-1,value:-1}},taskWorkflowRuleActions:[{id:-1,name:"请选择"},{id:0,name:"增加任务、被移动"},{id:1,name:"被完成"},{id:2,name:"被重做"},{id:3,name:"设置执行人"}],taskWorkflowRuleTypes:[{id:-1,name:"请选择"},{id:0,name:"自动流转到"},{id:3,name:"默认指派给"}],taskStates:[{id:-1,name:"不做修改"},{id:1,name:"已完成"},{id:2,name:"未完成"}],projectMembers:[],taskStages:[],uploadLoading:!1,uploadAction:Object(m["c"])("project/project/uploadCover")}},computed:{headers:function(){return Object(m["d"])()},canSaveTaskWorkflow:function(){return this.currentTaskWorkflowRule.taskWorkflowName.trim()&&this.currentTaskWorkflowRule.firstObj&&-1!=this.currentTaskWorkflowRule.firstAction.action&&-1!=this.currentTaskWorkflowRule.firstResult.action&&this.currentTaskWorkflowRule.firstResult.value}},watch:{code:function(){this.getProject()}},created:function(){this.getProject(),this.getTaskWorkflowList()},methods:{getProject:function(){var t=this;this.loading=!0,Object(i["h"])(this.code).then((function(e){t.loading=!1,t.project=e.data,t.project.open_prefix=!!e.data.open_prefix,t.project.open_begin_time=!!e.data.open_begin_time,t.project.open_task_private=!!e.data.open_task_private,t.project.auto_update_schedule=!!e.data.auto_update_schedule}))},getTaskWorkflowList:function(){var t=this;s({projectCode:this.code}).then((function(e){t.taskWorkflowList=e.data}))},saveProject:function(){var t=this,e=this.project;Object(i["e"])({projectCode:e.code,name:e.name,description:e.description,cover:e.cover,private:e.private,prefix:e.prefix,task_board_theme:e.task_board_theme,open_prefix:Number(e.open_prefix),open_begin_time:Number(e.open_begin_time),open_task_private:Number(e.open_task_private),schedule:Number(e.schedule),auto_update_schedule:Number(e.auto_update_schedule)}).then((function(e){Object(m["a"])(e)&&(t.$emit("update",t.project),Object(h["b"])({title:"保存成功"},"notice","success"))}))},archiveProject:function(){var t=this;t.project.archive?this.$confirm({title:"取消归档项目?",content:"取消归档「".concat(this.project.name,"」后就可以正常使用了"),okText:"取消归档",okType:"primary",cancelText:"再想想",onOk:function(){return Object(i["j"])(t.code).then((function(e){Object(m["a"])(e)&&t.$emit("complete")})),Promise.resolve()}}):this.$confirm({title:"归档项目",content:"一旦将项目「".concat(this.project.name,"」归档,本项目和所含信息将会被移到「归档项目」内,其中的内容依然会被统计和搜索收录,归档项目可以随时恢复并继续使用。"),okText:"归档",okType:"danger",cancelText:"再想想",onOk:function(){return Object(i["d"])(t.code).then((function(e){Object(m["a"])(e)&&t.$emit("complete")})),Promise.resolve()}})},delProject:function(){var t=this;t.project.deleted?this.$confirm({title:"确定恢复项目?",content:"恢复「".concat(this.project.name,"」后就可以正常使用了"),okText:"恢复项目",okType:"primary",cancelText:"再想想",onOk:function(){return Object(i["i"])(t.code).then((function(e){Object(m["a"])(e)&&t.$emit("complete")})),Promise.resolve()}}):this.$confirm({title:"确定放入回收站?",content:"一旦将项目「".concat(this.project.name,"」放入回收站,所有与项目有关的信息将会被放入回收站"),okText:"放入回收站",okType:"danger",cancelText:"再想想",onOk:function(){return Object(i["k"])(t.code).then((function(e){Object(m["a"])(e)&&t.$emit("complete")})),Promise.resolve()}})},quitProject:function(){var t=this;this.$confirm({title:"退出项目",content:"一旦你退出了该项目,你将不能查看任何关于该项目的信息。退出项目后,如果想重新加入,请联系项目管理员。",okText:"确定退出",okType:"primary",cancelText:"再想想",onOk:function(){return Object(i["g"])(t.code).then((function(e){Object(m["a"])(e)&&(t.$emit("complete"),t.$router.replace("/project/list/my"))})),Promise.resolve()}})},doTaskWorkflow:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;this.getTaskStages(),this.getProjectMembers(),this.taskWorkflow=t,t?(this.loadingWorkflowRule=!0,this.currentTaskWorkflowRule.taskWorkflowName=t.name,this.getTaskWorkflowRules(t.code)):this.currentTaskWorkflowRule={taskWorkflowName:"",firstObj:"",firstAction:{action:-1,value:""},firstResult:{action:-1,value:""},lastResult:{action:-1,value:""},state:{action:-1,value:-1},taskStates:[{id:-1,name:"不做修改"},{id:1,name:"已完成"},{id:2,name:"未完成"}]},this.doTaskWorkflowView=!0},saveTaskWorkflow:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.currentTaskWorkflowRule.firstResult.action?this.currentTaskWorkflowRule.lastResult.action=0:this.currentTaskWorkflowRule.lastResult.action=3;var n={taskWorkflowName:this.currentTaskWorkflowRule.taskWorkflowName,taskWorkflowRules:JSON.stringify(this.currentTaskWorkflowRule)};e&&(this.taskWorkflow?(n.taskWorkflowCode=this.taskWorkflow.code,u(n).then((function(e){t.getTaskWorkflowList()}))):(n.projectCode=this.code,c(n).then((function(e){t.getTaskWorkflowList()})))),this.doTaskWorkflowView=!1},getTaskStages:function(){var t=this;Object(f["a"])({projectCode:this.code}).then((function(e){var n=[{code:"",name:"不选择"}];e.data.forEach((function(t){n.push(t)})),t.taskStages=n}))},getTaskWorkflowRules:function(t){var e=this;l({taskWorkflowCode:t}).then((function(t){e.loadingWorkflowRule=!1;var n=t.data;e.taskWorkflowRuleList=n,n&&(e.currentTaskWorkflowRule.firstObj=n[0].object_code,e.currentTaskWorkflowRule.firstAction.action=n[1].action,e.currentTaskWorkflowRule.firstAction.value=n[1].object_code,e.currentTaskWorkflowRule.firstResult.action=n[2].action,e.currentTaskWorkflowRule.firstResult.value=n[2].object_code,n.length>=4&&(n[3].object_code?(e.currentTaskWorkflowRule.lastResult.action=n[3].action,e.currentTaskWorkflowRule.lastResult.value=n[3].object_code):(e.currentTaskWorkflowRule.state.action=n[3].action,e.currentTaskWorkflowRule.state.value=n[3].action),n.length>=5&&(n[4].object_code?(e.currentTaskWorkflowRule.lastResult.action=n[4].action,e.currentTaskWorkflowRule.lastResult.value=n[4].object_code):(e.currentTaskWorkflowRule.state.action=n[4].action,e.currentTaskWorkflowRule.state.value=n[4].action))))}))},delTaskWorkflow:function(t){var e=this;this.$confirm({title:"删除规则?",content:"您确定要删除该规则吗?",okText:"删除",okType:"danger",cancelText:"再想想",onOk:function(){return d({taskWorkflowCode:t}).then((function(t){Object(m["a"])(t)&&e.getTaskWorkflowList()})),Promise.resolve()}})},getProjectMembers:function(){var t=this;Object(p["d"])({projectCode:this.code,pageSize:100}).then((function(e){var n=[{code:"",name:"不选择"}];e.data.list.forEach((function(t){n.push(t)})),t.projectMembers=n}))},workflowRuleChange:function(t,e){console.log(t),console.log(e),"firstAction.action"==e&&(this.currentTaskWorkflowRule.firstAction.value=""),"firstResult.value"==e&&(this.currentTaskWorkflowRule.lastResult.value=""),"firstResult.action"==e&&(this.currentTaskWorkflowRule.firstResult.value="",this.currentTaskWorkflowRule.lastResult.value="")},handleChange:function(t){var e=this;"uploading"!==t.file.status?"done"===t.file.status&&Object(m["e"])(t.file.originFileObj,(function(){e.project.cover=t.file.response.data.url,e.uploadLoading=!1,Object(h["b"])({title:"封面上传成功"},"notice","success")})):this.uploadLoading=!0},beforeUpload:function(t){var e=t.size/1024/1024<2;return e||this.$message.error("图片不能超过2MB!"),e}}},g=v,b=(n("ff64"),n("2877")),k=Object(b["a"])(g,o,r,!1,null,null,null);e["a"]=k.exports},7606:function(t,e,n){"use strict";n("fe8e")},"87a4":function(t,e,n){"use strict";n("ab60")},aa47:function(t,e,n){"use strict";
/**!
* Sortable 1.10.2
* @author RubaXa <trash@rubaxa.org>
* @author owenm <owen23355@gmail.com>
* @license MIT
*/
function o(t){return o="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o(t)}function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function i(){return i=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},i.apply(this,arguments)}function a(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},o=Object.keys(n);"function"===typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),o.forEach((function(e){r(t,e,n[e])}))}return t}function s(t,e){if(null==t)return{};var n,o,r={},i=Object.keys(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||(r[n]=t[n]);return r}function l(t,e){if(null==t)return{};var n,o,r=s(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n])}return r}function c(t){return u(t)||d(t)||f()}function u(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}}function d(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}function f(){throw new TypeError("Invalid attempt to spread non-iterable instance")}n.r(e),n.d(e,"MultiDrag",(function(){return Le})),n.d(e,"Sortable",(function(){return Zt})),n.d(e,"Swap",(function(){return je}));var p="1.10.2";function h(t){if("undefined"!==typeof window&&window.navigator)return!!navigator.userAgent.match(t)}var m=h(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),v=h(/Edge/i),g=h(/firefox/i),b=h(/safari/i)&&!h(/chrome/i)&&!h(/android/i),k=h(/iP(ad|od|hone)/i),w=h(/chrome/i)&&h(/android/i),y={capture:!1,passive:!1};function _(t,e,n){t.addEventListener(e,n,!m&&y)}function C(t,e,n){t.removeEventListener(e,n,!m&&y)}function x(t,e){if(e){if(">"===e[0]&&(e=e.substring(1)),t)try{if(t.matches)return t.matches(e);if(t.msMatchesSelector)return t.msMatchesSelector(e);if(t.webkitMatchesSelector)return t.webkitMatchesSelector(e)}catch(n){return!1}return!1}}function T(t){return t.host&&t!==document&&t.host.nodeType?t.host:t.parentNode}function j(t,e,n,o){if(t){n=n||document;do{if(null!=e&&(">"===e[0]?t.parentNode===n&&x(t,e):x(t,e))||o&&t===n)return t;if(t===n)break}while(t=T(t))}return null}var S,O=/\s+/g;function D(t,e,n){if(t&&e)if(t.classList)t.classList[n?"add":"remove"](e);else{var o=(" "+t.className+" ").replace(O," ").replace(" "+e+" "," ");t.className=(o+(n?" "+e:"")).replace(O," ")}}function E(t,e,n){var o=t&&t.style;if(o){if(void 0===n)return document.defaultView&&document.defaultView.getComputedStyle?n=document.defaultView.getComputedStyle(t,""):t.currentStyle&&(n=t.currentStyle),void 0===e?n:n[e];e in o||-1!==e.indexOf("webkit")||(e="-webkit-"+e),o[e]=n+("string"===typeof n?"":"px")}}function M(t,e){var n="";if("string"===typeof t)n=t;else do{var o=E(t,"transform");o&&"none"!==o&&(n=o+" "+n)}while(!e&&(t=t.parentNode));var r=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return r&&new r(n)}function R(t,e,n){if(t){var o=t.getElementsByTagName(e),r=0,i=o.length;if(n)for(;r<i;r++)n(o[r],r);return o}return[]}function P(){var t=document.scrollingElement;return t||document.documentElement}function A(t,e,n,o,r){if(t.getBoundingClientRect||t===window){var i,a,s,l,c,u,d;if(t!==window&&t!==P()?(i=t.getBoundingClientRect(),a=i.top,s=i.left,l=i.bottom,c=i.right,u=i.height,d=i.width):(a=0,s=0,l=window.innerHeight,c=window.innerWidth,u=window.innerHeight,d=window.innerWidth),(e||n)&&t!==window&&(r=r||t.parentNode,!m))do{if(r&&r.getBoundingClientRect&&("none"!==E(r,"transform")||n&&"static"!==E(r,"position"))){var f=r.getBoundingClientRect();a-=f.top+parseInt(E(r,"border-top-width")),s-=f.left+parseInt(E(r,"border-left-width")),l=a+i.height,c=s+i.width;break}}while(r=r.parentNode);if(o&&t!==window){var p=M(r||t),h=p&&p.a,v=p&&p.d;p&&(a/=v,s/=h,d/=h,u/=v,l=a+u,c=s+d)}return{top:a,left:s,bottom:l,right:c,width:d,height:u}}}function W(t,e,n){var o=F(t,!0),r=A(t)[e];while(o){var i=A(o)[n],a=void 0;if(a="top"===n||"left"===n?r>=i:r<=i,!a)return o;if(o===P())break;o=F(o,!1)}return!1}function I(t,e,n){var o=0,r=0,i=t.children;while(r<i.length){if("none"!==i[r].style.display&&i[r]!==Zt.ghost&&i[r]!==Zt.dragged&&j(i[r],n.draggable,t,!1)){if(o===e)return i[r];o++}r++}return null}function N(t,e){var n=t.lastElementChild;while(n&&(n===Zt.ghost||"none"===E(n,"display")||e&&!x(n,e)))n=n.previousElementSibling;return n||null}function L(t,e){var n=0;if(!t||!t.parentNode)return-1;while(t=t.previousElementSibling)"TEMPLATE"===t.nodeName.toUpperCase()||t===Zt.clone||e&&!x(t,e)||n++;return n}function Y(t){var e=0,n=0,o=P();if(t)do{var r=M(t),i=r.a,a=r.d;e+=t.scrollLeft*i,n+=t.scrollTop*a}while(t!==o&&(t=t.parentNode));return[e,n]}function $(t,e){for(var n in t)if(t.hasOwnProperty(n))for(var o in e)if(e.hasOwnProperty(o)&&e[o]===t[n][o])return Number(n);return-1}function F(t,e){if(!t||!t.getBoundingClientRect)return P();var n=t,o=!1;do{if(n.clientWidth<n.scrollWidth||n.clientHeight<n.scrollHeight){var r=E(n);if(n.clientWidth<n.scrollWidth&&("auto"==r.overflowX||"scroll"==r.overflowX)||n.clientHeight<n.scrollHeight&&("auto"==r.overflowY||"scroll"==r.overflowY)){if(!n.getBoundingClientRect||n===document.body)return P();if(o||e)return n;o=!0}}}while(n=n.parentNode);return P()}function z(t,e){if(t&&e)for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}function B(t,e){return Math.round(t.top)===Math.round(e.top)&&Math.round(t.left)===Math.round(e.left)&&Math.round(t.height)===Math.round(e.height)&&Math.round(t.width)===Math.round(e.width)}function K(t,e){return function(){if(!S){var n=arguments,o=this;1===n.length?t.call(o,n[0]):t.apply(o,n),S=setTimeout((function(){S=void 0}),e)}}}function H(){clearTimeout(S),S=void 0}function X(t,e,n){t.scrollLeft+=e,t.scrollTop+=n}function V(t){var e=window.Polymer,n=window.jQuery||window.Zepto;return e&&e.dom?e.dom(t).cloneNode(!0):n?n(t).clone(!0)[0]:t.cloneNode(!0)}function q(t,e){E(t,"position","absolute"),E(t,"top",e.top),E(t,"left",e.left),E(t,"width",e.width),E(t,"height",e.height)}function U(t){E(t,"position",""),E(t,"top",""),E(t,"left",""),E(t,"width",""),E(t,"height","")}var G="Sortable"+(new Date).getTime();function J(){var t,e=[];return{captureAnimationState:function(){if(e=[],this.options.animation){var t=[].slice.call(this.el.children);t.forEach((function(t){if("none"!==E(t,"display")&&t!==Zt.ghost){e.push({target:t,rect:A(t)});var n=a({},e[e.length-1].rect);if(t.thisAnimationDuration){var o=M(t,!0);o&&(n.top-=o.f,n.left-=o.e)}t.fromRect=n}}))}},addAnimationState:function(t){e.push(t)},removeAnimationState:function(t){e.splice($(e,{target:t}),1)},animateAll:function(n){var o=this;if(!this.options.animation)return clearTimeout(t),void("function"===typeof n&&n());var r=!1,i=0;e.forEach((function(t){var e=0,n=t.target,a=n.fromRect,s=A(n),l=n.prevFromRect,c=n.prevToRect,u=t.rect,d=M(n,!0);d&&(s.top-=d.f,s.left-=d.e),n.toRect=s,n.thisAnimationDuration&&B(l,s)&&!B(a,s)&&(u.top-s.top)/(u.left-s.left)===(a.top-s.top)/(a.left-s.left)&&(e=Q(u,l,c,o.options)),B(s,a)||(n.prevFromRect=a,n.prevToRect=s,e||(e=o.options.animation),o.animate(n,u,s,e)),e&&(r=!0,i=Math.max(i,e),clearTimeout(n.animationResetTimer),n.animationResetTimer=setTimeout((function(){n.animationTime=0,n.prevFromRect=null,n.fromRect=null,n.prevToRect=null,n.thisAnimationDuration=null}),e),n.thisAnimationDuration=e)})),clearTimeout(t),r?t=setTimeout((function(){"function"===typeof n&&n()}),i):"function"===typeof n&&n(),e=[]},animate:function(t,e,n,o){if(o){E(t,"transition",""),E(t,"transform","");var r=M(this.el),i=r&&r.a,a=r&&r.d,s=(e.left-n.left)/(i||1),l=(e.top-n.top)/(a||1);t.animatingX=!!s,t.animatingY=!!l,E(t,"transform","translate3d("+s+"px,"+l+"px,0)"),Z(t),E(t,"transition","transform "+o+"ms"+(this.options.easing?" "+this.options.easing:"")),E(t,"transform","translate3d(0,0,0)"),"number"===typeof t.animated&&clearTimeout(t.animated),t.animated=setTimeout((function(){E(t,"transition",""),E(t,"transform",""),t.animated=!1,t.animatingX=!1,t.animatingY=!1}),o)}}}}function Z(t){return t.offsetWidth}function Q(t,e,n,o){return Math.sqrt(Math.pow(e.top-t.top,2)+Math.pow(e.left-t.left,2))/Math.sqrt(Math.pow(e.top-n.top,2)+Math.pow(e.left-n.left,2))*o.animation}var tt=[],et={initializeByDefault:!0},nt={mount:function(t){for(var e in et)et.hasOwnProperty(e)&&!(e in t)&&(t[e]=et[e]);tt.push(t)},pluginEvent:function(t,e,n){var o=this;this.eventCanceled=!1,n.cancel=function(){o.eventCanceled=!0};var r=t+"Global";tt.forEach((function(o){e[o.pluginName]&&(e[o.pluginName][r]&&e[o.pluginName][r](a({sortable:e},n)),e.options[o.pluginName]&&e[o.pluginName][t]&&e[o.pluginName][t](a({sortable:e},n)))}))},initializePlugins:function(t,e,n,o){for(var r in tt.forEach((function(o){var r=o.pluginName;if(t.options[r]||o.initializeByDefault){var a=new o(t,e,t.options);a.sortable=t,a.options=t.options,t[r]=a,i(n,a.defaults)}})),t.options)if(t.options.hasOwnProperty(r)){var a=this.modifyOption(t,r,t.options[r]);"undefined"!==typeof a&&(t.options[r]=a)}},getEventProperties:function(t,e){var n={};return tt.forEach((function(o){"function"===typeof o.eventProperties&&i(n,o.eventProperties.call(e[o.pluginName],t))})),n},modifyOption:function(t,e,n){var o;return tt.forEach((function(r){t[r.pluginName]&&r.optionListeners&&"function"===typeof r.optionListeners[e]&&(o=r.optionListeners[e].call(t[r.pluginName],n))})),o}};function ot(t){var e=t.sortable,n=t.rootEl,o=t.name,r=t.targetEl,i=t.cloneEl,s=t.toEl,l=t.fromEl,c=t.oldIndex,u=t.newIndex,d=t.oldDraggableIndex,f=t.newDraggableIndex,p=t.originalEvent,h=t.putSortable,g=t.extraEventProperties;if(e=e||n&&n[G],e){var b,k=e.options,w="on"+o.charAt(0).toUpperCase()+o.substr(1);!window.CustomEvent||m||v?(b=document.createEvent("Event"),b.initEvent(o,!0,!0)):b=new CustomEvent(o,{bubbles:!0,cancelable:!0}),b.to=s||n,b.from=l||n,b.item=r||n,b.clone=i,b.oldIndex=c,b.newIndex=u,b.oldDraggableIndex=d,b.newDraggableIndex=f,b.originalEvent=p,b.pullMode=h?h.lastPutMode:void 0;var y=a({},g,nt.getEventProperties(o,e));for(var _ in y)b[_]=y[_];n&&n.dispatchEvent(b),k[w]&&k[w].call(e,b)}}var rt=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=n.evt,r=l(n,["evt"]);nt.pluginEvent.bind(Zt)(t,e,a({dragEl:at,parentEl:st,ghostEl:lt,rootEl:ct,nextEl:ut,lastDownEl:dt,cloneEl:ft,cloneHidden:pt,dragStarted:jt,putSortable:kt,activeSortable:Zt.active,originalEvent:o,oldIndex:ht,oldDraggableIndex:vt,newIndex:mt,newDraggableIndex:gt,hideGhostForTarget:qt,unhideGhostForTarget:Ut,cloneNowHidden:function(){pt=!0},cloneNowShown:function(){pt=!1},dispatchSortableEvent:function(t){it({sortable:e,name:t,originalEvent:o})}},r))};function it(t){ot(a({putSortable:kt,cloneEl:ft,targetEl:at,rootEl:ct,oldIndex:ht,oldDraggableIndex:vt,newIndex:mt,newDraggableIndex:gt},t))}var at,st,lt,ct,ut,dt,ft,pt,ht,mt,vt,gt,bt,kt,wt,yt,_t,Ct,xt,Tt,jt,St,Ot,Dt,Et,Mt=!1,Rt=!1,Pt=[],At=!1,Wt=!1,It=[],Nt=!1,Lt=[],Yt="undefined"!==typeof document,$t=k,Ft=v||m?"cssFloat":"float",zt=Yt&&!w&&!k&&"draggable"in document.createElement("div"),Bt=function(){if(Yt){if(m)return!1;var t=document.createElement("x");return t.style.cssText="pointer-events:auto","auto"===t.style.pointerEvents}}(),Kt=function(t,e){var n=E(t),o=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),r=I(t,0,e),i=I(t,1,e),a=r&&E(r),s=i&&E(i),l=a&&parseInt(a.marginLeft)+parseInt(a.marginRight)+A(r).width,c=s&&parseInt(s.marginLeft)+parseInt(s.marginRight)+A(i).width;if("flex"===n.display)return"column"===n.flexDirection||"column-reverse"===n.flexDirection?"vertical":"horizontal";if("grid"===n.display)return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(r&&a["float"]&&"none"!==a["float"]){var u="left"===a["float"]?"left":"right";return!i||"both"!==s.clear&&s.clear!==u?"horizontal":"vertical"}return r&&("block"===a.display||"flex"===a.display||"table"===a.display||"grid"===a.display||l>=o&&"none"===n[Ft]||i&&"none"===n[Ft]&&l+c>o)?"vertical":"horizontal"},Ht=function(t,e,n){var o=n?t.left:t.top,r=n?t.right:t.bottom,i=n?t.width:t.height,a=n?e.left:e.top,s=n?e.right:e.bottom,l=n?e.width:e.height;return o===a||r===s||o+i/2===a+l/2},Xt=function(t,e){var n;return Pt.some((function(o){if(!N(o)){var r=A(o),i=o[G].options.emptyInsertThreshold,a=t>=r.left-i&&t<=r.right+i,s=e>=r.top-i&&e<=r.bottom+i;return i&&a&&s?n=o:void 0}})),n},Vt=function(t){function e(t,n){return function(o,r,i,a){var s=o.options.group.name&&r.options.group.name&&o.options.group.name===r.options.group.name;if(null==t&&(n||s))return!0;if(null==t||!1===t)return!1;if(n&&"clone"===t)return t;if("function"===typeof t)return e(t(o,r,i,a),n)(o,r,i,a);var l=(n?o:r).options.group.name;return!0===t||"string"===typeof t&&t===l||t.join&&t.indexOf(l)>-1}}var n={},r=t.group;r&&"object"==o(r)||(r={name:r}),n.name=r.name,n.checkPull=e(r.pull,!0),n.checkPut=e(r.put),n.revertClone=r.revertClone,t.group=n},qt=function(){!Bt&&lt&&E(lt,"display","none")},Ut=function(){!Bt&&lt&&E(lt,"display","")};Yt&&document.addEventListener("click",(function(t){if(Rt)return t.preventDefault(),t.stopPropagation&&t.stopPropagation(),t.stopImmediatePropagation&&t.stopImmediatePropagation(),Rt=!1,!1}),!0);var Gt=function(t){if(at){t=t.touches?t.touches[0]:t;var e=Xt(t.clientX,t.clientY);if(e){var n={};for(var o in t)t.hasOwnProperty(o)&&(n[o]=t[o]);n.target=n.rootEl=e,n.preventDefault=void 0,n.stopPropagation=void 0,e[G]._onDragOver(n)}}},Jt=function(t){at&&at.parentNode[G]._isOutsideThisEl(t.target)};function Zt(t,e){if(!t||!t.nodeType||1!==t.nodeType)throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(t));this.el=t,this.options=e=i({},e),t[G]=this;var n={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(t.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Kt(t,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(t,e){t.setData("Text",e.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:!1!==Zt.supportPointer&&"PointerEvent"in window,emptyInsertThreshold:5};for(var o in nt.initializePlugins(this,t,n),n)!(o in e)&&(e[o]=n[o]);for(var r in Vt(e),this)"_"===r.charAt(0)&&"function"===typeof this[r]&&(this[r]=this[r].bind(this));this.nativeDraggable=!e.forceFallback&&zt,this.nativeDraggable&&(this.options.touchStartThreshold=1),e.supportPointer?_(t,"pointerdown",this._onTapStart):(_(t,"mousedown",this._onTapStart),_(t,"touchstart",this._onTapStart)),this.nativeDraggable&&(_(t,"dragover",this),_(t,"dragenter",this)),Pt.push(this.el),e.store&&e.store.get&&this.sort(e.store.get(this)||[]),i(this,J())}function Qt(t){t.dataTransfer&&(t.dataTransfer.dropEffect="move"),t.cancelable&&t.preventDefault()}function te(t,e,n,o,r,i,a,s){var l,c,u=t[G],d=u.options.onMove;return!window.CustomEvent||m||v?(l=document.createEvent("Event"),l.initEvent("move",!0,!0)):l=new CustomEvent("move",{bubbles:!0,cancelable:!0}),l.to=e,l.from=t,l.dragged=n,l.draggedRect=o,l.related=r||e,l.relatedRect=i||A(e),l.willInsertAfter=s,l.originalEvent=a,t.dispatchEvent(l),d&&(c=d.call(u,l,a)),c}function ee(t){t.draggable=!1}function ne(){Nt=!1}function oe(t,e,n){var o=A(N(n.el,n.options.draggable)),r=10;return e?t.clientX>o.right+r||t.clientX<=o.right&&t.clientY>o.bottom&&t.clientX>=o.left:t.clientX>o.right&&t.clientY>o.top||t.clientX<=o.right&&t.clientY>o.bottom+r}function re(t,e,n,o,r,i,a,s){var l=o?t.clientY:t.clientX,c=o?n.height:n.width,u=o?n.top:n.left,d=o?n.bottom:n.right,f=!1;if(!a)if(s&&Dt<c*r){if(!At&&(1===Ot?l>u+c*i/2:l<d-c*i/2)&&(At=!0),At)f=!0;else if(1===Ot?l<u+Dt:l>d-Dt)return-Ot}else if(l>u+c*(1-r)/2&&l<d-c*(1-r)/2)return ie(e);return f=f||a,f&&(l<u+c*i/2||l>d-c*i/2)?l>u+c/2?1:-1:0}function ie(t){return L(at)<L(t)?1:-1}function ae(t){var e=t.tagName+t.className+t.src+t.href+t.textContent,n=e.length,o=0;while(n--)o+=e.charCodeAt(n);return o.toString(36)}function se(t){Lt.length=0;var e=t.getElementsByTagName("input"),n=e.length;while(n--){var o=e[n];o.checked&&Lt.push(o)}}function le(t){return setTimeout(t,0)}function ce(t){return clearTimeout(t)}Zt.prototype={constructor:Zt,_isOutsideThisEl:function(t){this.el.contains(t)||t===this.el||(St=null)},_getDirection:function(t,e){return"function"===typeof this.options.direction?this.options.direction.call(this,t,e,at):this.options.direction},_onTapStart:function(t){if(t.cancelable){var e=this,n=this.el,o=this.options,r=o.preventOnFilter,i=t.type,a=t.touches&&t.touches[0]||t.pointerType&&"touch"===t.pointerType&&t,s=(a||t).target,l=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||s,c=o.filter;if(se(n),!at&&!(/mousedown|pointerdown/.test(i)&&0!==t.button||o.disabled)&&!l.isContentEditable&&(s=j(s,o.draggable,n,!1),(!s||!s.animated)&&dt!==s)){if(ht=L(s),vt=L(s,o.draggable),"function"===typeof c){if(c.call(this,t,s,this))return it({sortable:e,rootEl:l,name:"filter",targetEl:s,toEl:n,fromEl:n}),rt("filter",e,{evt:t}),void(r&&t.cancelable&&t.preventDefault())}else if(c&&(c=c.split(",").some((function(o){if(o=j(l,o.trim(),n,!1),o)return it({sortable:e,rootEl:o,name:"filter",targetEl:s,fromEl:n,toEl:n}),rt("filter",e,{evt:t}),!0})),c))return void(r&&t.cancelable&&t.preventDefault());o.handle&&!j(l,o.handle,n,!1)||this._prepareDragStart(t,a,s)}}},_prepareDragStart:function(t,e,n){var o,r=this,i=r.el,a=r.options,s=i.ownerDocument;if(n&&!at&&n.parentNode===i){var l=A(n);if(ct=i,at=n,st=at.parentNode,ut=at.nextSibling,dt=n,bt=a.group,Zt.dragged=at,wt={target:at,clientX:(e||t).clientX,clientY:(e||t).clientY},xt=wt.clientX-l.left,Tt=wt.clientY-l.top,this._lastX=(e||t).clientX,this._lastY=(e||t).clientY,at.style["will-change"]="all",o=function(){rt("delayEnded",r,{evt:t}),Zt.eventCanceled?r._onDrop():(r._disableDelayedDragEvents(),!g&&r.nativeDraggable&&(at.draggable=!0),r._triggerDragStart(t,e),it({sortable:r,name:"choose",originalEvent:t}),D(at,a.chosenClass,!0))},a.ignore.split(",").forEach((function(t){R(at,t.trim(),ee)})),_(s,"dragover",Gt),_(s,"mousemove",Gt),_(s,"touchmove",Gt),_(s,"mouseup",r._onDrop),_(s,"touchend",r._onDrop),_(s,"touchcancel",r._onDrop),g&&this.nativeDraggable&&(this.options.touchStartThreshold=4,at.draggable=!0),rt("delayStart",this,{evt:t}),!a.delay||a.delayOnTouchOnly&&!e||this.nativeDraggable&&(v||m))o();else{if(Zt.eventCanceled)return void this._onDrop();_(s,"mouseup",r._disableDelayedDrag),_(s,"touchend",r._disableDelayedDrag),_(s,"touchcancel",r._disableDelayedDrag),_(s,"mousemove",r._delayedDragTouchMoveHandler),_(s,"touchmove",r._delayedDragTouchMoveHandler),a.supportPointer&&_(s,"pointermove",r._delayedDragTouchMoveHandler),r._dragStartTimer=setTimeout(o,a.delay)}}},_delayedDragTouchMoveHandler:function(t){var e=t.touches?t.touches[0]:t;Math.max(Math.abs(e.clientX-this._lastX),Math.abs(e.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){at&&ee(at),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;C(t,"mouseup",this._disableDelayedDrag),C(t,"touchend",this._disableDelayedDrag),C(t,"touchcancel",this._disableDelayedDrag),C(t,"mousemove",this._delayedDragTouchMoveHandler),C(t,"touchmove",this._delayedDragTouchMoveHandler),C(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,e){e=e||"touch"==t.pointerType&&t,!this.nativeDraggable||e?this.options.supportPointer?_(document,"pointermove",this._onTouchMove):_(document,e?"touchmove":"mousemove",this._onTouchMove):(_(at,"dragend",this),_(ct,"dragstart",this._onDragStart));try{document.selection?le((function(){document.selection.empty()})):window.getSelection().removeAllRanges()}catch(n){}},_dragStarted:function(t,e){if(Mt=!1,ct&&at){rt("dragStarted",this,{evt:e}),this.nativeDraggable&&_(document,"dragover",Jt);var n=this.options;!t&&D(at,n.dragClass,!1),D(at,n.ghostClass,!0),Zt.active=this,t&&this._appendGhost(),it({sortable:this,name:"start",originalEvent:e})}else this._nulling()},_emulateDragOver:function(){if(yt){this._lastX=yt.clientX,this._lastY=yt.clientY,qt();var t=document.elementFromPoint(yt.clientX,yt.clientY),e=t;while(t&&t.shadowRoot){if(t=t.shadowRoot.elementFromPoint(yt.clientX,yt.clientY),t===e)break;e=t}if(at.parentNode[G]._isOutsideThisEl(t),e)do{if(e[G]){var n=void 0;if(n=e[G]._onDragOver({clientX:yt.clientX,clientY:yt.clientY,target:t,rootEl:e}),n&&!this.options.dragoverBubble)break}t=e}while(e=e.parentNode);Ut()}},_onTouchMove:function(t){if(wt){var e=this.options,n=e.fallbackTolerance,o=e.fallbackOffset,r=t.touches?t.touches[0]:t,i=lt&&M(lt,!0),a=lt&&i&&i.a,s=lt&&i&&i.d,l=$t&&Et&&Y(Et),c=(r.clientX-wt.clientX+o.x)/(a||1)+(l?l[0]-It[0]:0)/(a||1),u=(r.clientY-wt.clientY+o.y)/(s||1)+(l?l[1]-It[1]:0)/(s||1);if(!Zt.active&&!Mt){if(n&&Math.max(Math.abs(r.clientX-this._lastX),Math.abs(r.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(lt){i?(i.e+=c-(_t||0),i.f+=u-(Ct||0)):i={a:1,b:0,c:0,d:1,e:c,f:u};var d="matrix(".concat(i.a,",").concat(i.b,",").concat(i.c,",").concat(i.d,",").concat(i.e,",").concat(i.f,")");E(lt,"webkitTransform",d),E(lt,"mozTransform",d),E(lt,"msTransform",d),E(lt,"transform",d),_t=c,Ct=u,yt=r}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!lt){var t=this.options.fallbackOnBody?document.body:ct,e=A(at,!0,$t,!0,t),n=this.options;if($t){Et=t;while("static"===E(Et,"position")&&"none"===E(Et,"transform")&&Et!==document)Et=Et.parentNode;Et!==document.body&&Et!==document.documentElement?(Et===document&&(Et=P()),e.top+=Et.scrollTop,e.left+=Et.scrollLeft):Et=P(),It=Y(Et)}lt=at.cloneNode(!0),D(lt,n.ghostClass,!1),D(lt,n.fallbackClass,!0),D(lt,n.dragClass,!0),E(lt,"transition",""),E(lt,"transform",""),E(lt,"box-sizing","border-box"),E(lt,"margin",0),E(lt,"top",e.top),E(lt,"left",e.left),E(lt,"width",e.width),E(lt,"height",e.height),E(lt,"opacity","0.8"),E(lt,"position",$t?"absolute":"fixed"),E(lt,"zIndex","100000"),E(lt,"pointerEvents","none"),Zt.ghost=lt,t.appendChild(lt),E(lt,"transform-origin",xt/parseInt(lt.style.width)*100+"% "+Tt/parseInt(lt.style.height)*100+"%")}},_onDragStart:function(t,e){var n=this,o=t.dataTransfer,r=n.options;rt("dragStart",this,{evt:t}),Zt.eventCanceled?this._onDrop():(rt("setupClone",this),Zt.eventCanceled||(ft=V(at),ft.draggable=!1,ft.style["will-change"]="",this._hideClone(),D(ft,this.options.chosenClass,!1),Zt.clone=ft),n.cloneId=le((function(){rt("clone",n),Zt.eventCanceled||(n.options.removeCloneOnHide||ct.insertBefore(ft,at),n._hideClone(),it({sortable:n,name:"clone"}))})),!e&&D(at,r.dragClass,!0),e?(Rt=!0,n._loopId=setInterval(n._emulateDragOver,50)):(C(document,"mouseup",n._onDrop),C(document,"touchend",n._onDrop),C(document,"touchcancel",n._onDrop),o&&(o.effectAllowed="move",r.setData&&r.setData.call(n,o,at)),_(document,"drop",n),E(at,"transform","translateZ(0)")),Mt=!0,n._dragStartId=le(n._dragStarted.bind(n,e,t)),_(document,"selectstart",n),jt=!0,b&&E(document.body,"user-select","none"))},_onDragOver:function(t){var e,n,o,r,i=this.el,s=t.target,l=this.options,c=l.group,u=Zt.active,d=bt===c,f=l.sort,p=kt||u,h=this,m=!1;if(!Nt){if(void 0!==t.preventDefault&&t.cancelable&&t.preventDefault(),s=j(s,l.draggable,i,!0),R("dragOver"),Zt.eventCanceled)return m;if(at.contains(t.target)||s.animated&&s.animatingX&&s.animatingY||h._ignoreWhileAnimating===s)return I(!1);if(Rt=!1,u&&!l.disabled&&(d?f||(o=!ct.contains(at)):kt===this||(this.lastPutMode=bt.checkPull(this,u,at,t))&&c.checkPut(this,u,at,t))){if(r="vertical"===this._getDirection(t,s),e=A(at),R("dragOverValid"),Zt.eventCanceled)return m;if(o)return st=ct,P(),this._hideClone(),R("revert"),Zt.eventCanceled||(ut?ct.insertBefore(at,ut):ct.appendChild(at)),I(!0);var v=N(i,l.draggable);if(!v||oe(t,r,this)&&!v.animated){if(v===at)return I(!1);if(v&&i===t.target&&(s=v),s&&(n=A(s)),!1!==te(ct,i,at,e,s,n,t,!!s))return P(),i.appendChild(at),st=i,Y(),I(!0)}else if(s.parentNode===i){n=A(s);var g,b,k=0,w=at.parentNode!==i,y=!Ht(at.animated&&at.toRect||e,s.animated&&s.toRect||n,r),_=r?"top":"left",C=W(s,"top","top")||W(at,"top","top"),x=C?C.scrollTop:void 0;if(St!==s&&(g=n[_],At=!1,Wt=!y&&l.invertSwap||w),k=re(t,s,n,r,y?1:l.swapThreshold,null==l.invertedSwapThreshold?l.swapThreshold:l.invertedSwapThreshold,Wt,St===s),0!==k){var T=L(at);do{T-=k,b=st.children[T]}while(b&&("none"===E(b,"display")||b===lt))}if(0===k||b===s)return I(!1);St=s,Ot=k;var S=s.nextElementSibling,O=!1;O=1===k;var M=te(ct,i,at,e,s,n,t,O);if(!1!==M)return 1!==M&&-1!==M||(O=1===M),Nt=!0,setTimeout(ne,30),P(),O&&!S?i.appendChild(at):s.parentNode.insertBefore(at,O?S:s),C&&X(C,0,x-C.scrollTop),st=at.parentNode,void 0===g||Wt||(Dt=Math.abs(g-A(s)[_])),Y(),I(!0)}if(i.contains(at))return I(!1)}return!1}function R(l,c){rt(l,h,a({evt:t,isOwner:d,axis:r?"vertical":"horizontal",revert:o,dragRect:e,targetRect:n,canSort:f,fromSortable:p,target:s,completed:I,onMove:function(n,o){return te(ct,i,at,e,n,A(n),t,o)},changed:Y},c))}function P(){R("dragOverAnimationCapture"),h.captureAnimationState(),h!==p&&p.captureAnimationState()}function I(e){return R("dragOverCompleted",{insertion:e}),e&&(d?u._hideClone():u._showClone(h),h!==p&&(D(at,kt?kt.options.ghostClass:u.options.ghostClass,!1),D(at,l.ghostClass,!0)),kt!==h&&h!==Zt.active?kt=h:h===Zt.active&&kt&&(kt=null),p===h&&(h._ignoreWhileAnimating=s),h.animateAll((function(){R("dragOverAnimationComplete"),h._ignoreWhileAnimating=null})),h!==p&&(p.animateAll(),p._ignoreWhileAnimating=null)),(s===at&&!at.animated||s===i&&!s.animated)&&(St=null),l.dragoverBubble||t.rootEl||s===document||(at.parentNode[G]._isOutsideThisEl(t.target),!e&&Gt(t)),!l.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),m=!0}function Y(){mt=L(at),gt=L(at,l.draggable),it({sortable:h,name:"change",toEl:i,newIndex:mt,newDraggableIndex:gt,originalEvent:t})}},_ignoreWhileAnimating:null,_offMoveEvents:function(){C(document,"mousemove",this._onTouchMove),C(document,"touchmove",this._onTouchMove),C(document,"pointermove",this._onTouchMove),C(document,"dragover",Gt),C(document,"mousemove",Gt),C(document,"touchmove",Gt)},_offUpEvents:function(){var t=this.el.ownerDocument;C(t,"mouseup",this._onDrop),C(t,"touchend",this._onDrop),C(t,"pointerup",this._onDrop),C(t,"touchcancel",this._onDrop),C(document,"selectstart",this)},_onDrop:function(t){var e=this.el,n=this.options;mt=L(at),gt=L(at,n.draggable),rt("drop",this,{evt:t}),st=at&&at.parentNode,mt=L(at),gt=L(at,n.draggable),Zt.eventCanceled||(Mt=!1,Wt=!1,At=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),ce(this.cloneId),ce(this._dragStartId),this.nativeDraggable&&(C(document,"drop",this),C(e,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),b&&E(document.body,"user-select",""),E(at,"transform",""),t&&(jt&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),lt&&lt.parentNode&&lt.parentNode.removeChild(lt),(ct===st||kt&&"clone"!==kt.lastPutMode)&&ft&&ft.parentNode&&ft.parentNode.removeChild(ft),at&&(this.nativeDraggable&&C(at,"dragend",this),ee(at),at.style["will-change"]="",jt&&!Mt&&D(at,kt?kt.options.ghostClass:this.options.ghostClass,!1),D(at,this.options.chosenClass,!1),it({sortable:this,name:"unchoose",toEl:st,newIndex:null,newDraggableIndex:null,originalEvent:t}),ct!==st?(mt>=0&&(it({rootEl:st,name:"add",toEl:st,fromEl:ct,originalEvent:t}),it({sortable:this,name:"remove",toEl:st,originalEvent:t}),it({rootEl:st,name:"sort",toEl:st,fromEl:ct,originalEvent:t}),it({sortable:this,name:"sort",toEl:st,originalEvent:t})),kt&&kt.save()):mt!==ht&&mt>=0&&(it({sortable:this,name:"update",toEl:st,originalEvent:t}),it({sortable:this,name:"sort",toEl:st,originalEvent:t})),Zt.active&&(null!=mt&&-1!==mt||(mt=ht,gt=vt),it({sortable:this,name:"end",toEl:st,originalEvent:t}),this.save())))),this._nulling()},_nulling:function(){rt("nulling",this),ct=at=st=lt=ut=ft=dt=pt=wt=yt=jt=mt=gt=ht=vt=St=Ot=kt=bt=Zt.dragged=Zt.ghost=Zt.clone=Zt.active=null,Lt.forEach((function(t){t.checked=!0})),Lt.length=_t=Ct=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":at&&(this._onDragOver(t),Qt(t));break;case"selectstart":t.preventDefault();break}},toArray:function(){for(var t,e=[],n=this.el.children,o=0,r=n.length,i=this.options;o<r;o++)t=n[o],j(t,i.draggable,this.el,!1)&&e.push(t.getAttribute(i.dataIdAttr)||ae(t));return e},sort:function(t){var e={},n=this.el;this.toArray().forEach((function(t,o){var r=n.children[o];j(r,this.options.draggable,n,!1)&&(e[t]=r)}),this),t.forEach((function(t){e[t]&&(n.removeChild(e[t]),n.appendChild(e[t]))}))},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,e){return j(t,e||this.options.draggable,this.el,!1)},option:function(t,e){var n=this.options;if(void 0===e)return n[t];var o=nt.modifyOption(this,t,e);n[t]="undefined"!==typeof o?o:e,"group"===t&&Vt(n)},destroy:function(){rt("destroy",this);var t=this.el;t[G]=null,C(t,"mousedown",this._onTapStart),C(t,"touchstart",this._onTapStart),C(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(C(t,"dragover",this),C(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),(function(t){t.removeAttribute("draggable")})),this._onDrop(),this._disableDelayedDragEvents(),Pt.splice(Pt.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!pt){if(rt("hideClone",this),Zt.eventCanceled)return;E(ft,"display","none"),this.options.removeCloneOnHide&&ft.parentNode&&ft.parentNode.removeChild(ft),pt=!0}},_showClone:function(t){if("clone"===t.lastPutMode){if(pt){if(rt("showClone",this),Zt.eventCanceled)return;ct.contains(at)&&!this.options.group.revertClone?ct.insertBefore(ft,at):ut?ct.insertBefore(ft,ut):ct.appendChild(ft),this.options.group.revertClone&&this.animate(at,ft),E(ft,"display",""),pt=!1}}else this._hideClone()}},Yt&&_(document,"touchmove",(function(t){(Zt.active||Mt)&&t.cancelable&&t.preventDefault()})),Zt.utils={on:_,off:C,css:E,find:R,is:function(t,e){return!!j(t,e,t,!1)},extend:z,throttle:K,closest:j,toggleClass:D,clone:V,index:L,nextTick:le,cancelNextTick:ce,detectDirection:Kt,getChild:I},Zt.get=function(t){return t[G]},Zt.mount=function(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];e[0].constructor===Array&&(e=e[0]),e.forEach((function(t){if(!t.prototype||!t.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(t));t.utils&&(Zt.utils=a({},Zt.utils,t.utils)),nt.mount(t)}))},Zt.create=function(t,e){return new Zt(t,e)},Zt.version=p;var ue,de,fe,pe,he,me,ve=[],ge=!1;function be(){function t(){for(var t in this.defaults={scroll:!0,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0},this)"_"===t.charAt(0)&&"function"===typeof this[t]&&(this[t]=this[t].bind(this))}return t.prototype={dragStarted:function(t){var e=t.originalEvent;this.sortable.nativeDraggable?_(document,"dragover",this._handleAutoScroll):this.options.supportPointer?_(document,"pointermove",this._handleFallbackAutoScroll):e.touches?_(document,"touchmove",this._handleFallbackAutoScroll):_(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(t){var e=t.originalEvent;this.options.dragOverBubble||e.rootEl||this._handleAutoScroll(e)},drop:function(){this.sortable.nativeDraggable?C(document,"dragover",this._handleAutoScroll):(C(document,"pointermove",this._handleFallbackAutoScroll),C(document,"touchmove",this._handleFallbackAutoScroll),C(document,"mousemove",this._handleFallbackAutoScroll)),we(),ke(),H()},nulling:function(){he=de=ue=ge=me=fe=pe=null,ve.length=0},_handleFallbackAutoScroll:function(t){this._handleAutoScroll(t,!0)},_handleAutoScroll:function(t,e){var n=this,o=(t.touches?t.touches[0]:t).clientX,r=(t.touches?t.touches[0]:t).clientY,i=document.elementFromPoint(o,r);if(he=t,e||v||m||b){_e(t,this.options,i,e);var a=F(i,!0);!ge||me&&o===fe&&r===pe||(me&&we(),me=setInterval((function(){var i=F(document.elementFromPoint(o,r),!0);i!==a&&(a=i,ke()),_e(t,n.options,i,e)}),10),fe=o,pe=r)}else{if(!this.options.bubbleScroll||F(i,!0)===P())return void ke();_e(t,this.options,F(i,!1),!1)}}},i(t,{pluginName:"scroll",initializeByDefault:!0})}function ke(){ve.forEach((function(t){clearInterval(t.pid)})),ve=[]}function we(){clearInterval(me)}var ye,_e=K((function(t,e,n,o){if(e.scroll){var r,i=(t.touches?t.touches[0]:t).clientX,a=(t.touches?t.touches[0]:t).clientY,s=e.scrollSensitivity,l=e.scrollSpeed,c=P(),u=!1;de!==n&&(de=n,ke(),ue=e.scroll,r=e.scrollFn,!0===ue&&(ue=F(n,!0)));var d=0,f=ue;do{var p=f,h=A(p),m=h.top,v=h.bottom,g=h.left,b=h.right,k=h.width,w=h.height,y=void 0,_=void 0,C=p.scrollWidth,x=p.scrollHeight,T=E(p),j=p.scrollLeft,S=p.scrollTop;p===c?(y=k<C&&("auto"===T.overflowX||"scroll"===T.overflowX||"visible"===T.overflowX),_=w<x&&("auto"===T.overflowY||"scroll"===T.overflowY||"visible"===T.overflowY)):(y=k<C&&("auto"===T.overflowX||"scroll"===T.overflowX),_=w<x&&("auto"===T.overflowY||"scroll"===T.overflowY));var O=y&&(Math.abs(b-i)<=s&&j+k<C)-(Math.abs(g-i)<=s&&!!j),D=_&&(Math.abs(v-a)<=s&&S+w<x)-(Math.abs(m-a)<=s&&!!S);if(!ve[d])for(var M=0;M<=d;M++)ve[M]||(ve[M]={});ve[d].vx==O&&ve[d].vy==D&&ve[d].el===p||(ve[d].el=p,ve[d].vx=O,ve[d].vy=D,clearInterval(ve[d].pid),0==O&&0==D||(u=!0,ve[d].pid=setInterval(function(){o&&0===this.layer&&Zt.active._onTouchMove(he);var e=ve[this.layer].vy?ve[this.layer].vy*l:0,n=ve[this.layer].vx?ve[this.layer].vx*l:0;"function"===typeof r&&"continue"!==r.call(Zt.dragged.parentNode[G],n,e,t,he,ve[this.layer].el)||X(ve[this.layer].el,n,e)}.bind({layer:d}),24))),d++}while(e.bubbleScroll&&f!==c&&(f=F(f,!1)));ge=u}}),30),Ce=function(t){var e=t.originalEvent,n=t.putSortable,o=t.dragEl,r=t.activeSortable,i=t.dispatchSortableEvent,a=t.hideGhostForTarget,s=t.unhideGhostForTarget;if(e){var l=n||r;a();var c=e.changedTouches&&e.changedTouches.length?e.changedTouches[0]:e,u=document.elementFromPoint(c.clientX,c.clientY);s(),l&&!l.el.contains(u)&&(i("spill"),this.onSpill({dragEl:o,putSortable:n}))}};function xe(){}function Te(){}function je(){function t(){this.defaults={swapClass:"sortable-swap-highlight"}}return t.prototype={dragStart:function(t){var e=t.dragEl;ye=e},dragOverValid:function(t){var e=t.completed,n=t.target,o=t.onMove,r=t.activeSortable,i=t.changed,a=t.cancel;if(r.options.swap){var s=this.sortable.el,l=this.options;if(n&&n!==s){var c=ye;!1!==o(n)?(D(n,l.swapClass,!0),ye=n):ye=null,c&&c!==ye&&D(c,l.swapClass,!1)}i(),e(!0),a()}},drop:function(t){var e=t.activeSortable,n=t.putSortable,o=t.dragEl,r=n||this.sortable,i=this.options;ye&&D(ye,i.swapClass,!1),ye&&(i.swap||n&&n.options.swap)&&o!==ye&&(r.captureAnimationState(),r!==e&&e.captureAnimationState(),Se(o,ye),r.animateAll(),r!==e&&e.animateAll())},nulling:function(){ye=null}},i(t,{pluginName:"swap",eventProperties:function(){return{swapItem:ye}}})}function Se(t,e){var n,o,r=t.parentNode,i=e.parentNode;r&&i&&!r.isEqualNode(e)&&!i.isEqualNode(t)&&(n=L(t),o=L(e),r.isEqualNode(i)&&n<o&&o++,r.insertBefore(e,r.children[n]),i.insertBefore(t,i.children[o]))}xe.prototype={startIndex:null,dragStart:function(t){var e=t.oldDraggableIndex;this.startIndex=e},onSpill:function(t){var e=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var o=I(this.sortable.el,this.startIndex,this.options);o?this.sortable.el.insertBefore(e,o):this.sortable.el.appendChild(e),this.sortable.animateAll(),n&&n.animateAll()},drop:Ce},i(xe,{pluginName:"revertOnSpill"}),Te.prototype={onSpill:function(t){var e=t.dragEl,n=t.putSortable,o=n||this.sortable;o.captureAnimationState(),e.parentNode&&e.parentNode.removeChild(e),o.animateAll()},drop:Ce},i(Te,{pluginName:"removeOnSpill"});var Oe,De,Ee,Me,Re,Pe=[],Ae=[],We=!1,Ie=!1,Ne=!1;function Le(){function t(t){for(var e in this)"_"===e.charAt(0)&&"function"===typeof this[e]&&(this[e]=this[e].bind(this));t.options.supportPointer?_(document,"pointerup",this._deselectMultiDrag):(_(document,"mouseup",this._deselectMultiDrag),_(document,"touchend",this._deselectMultiDrag)),_(document,"keydown",this._checkKeyDown),_(document,"keyup",this._checkKeyUp),this.defaults={selectedClass:"sortable-selected",multiDragKey:null,setData:function(e,n){var o="";Pe.length&&De===t?Pe.forEach((function(t,e){o+=(e?", ":"")+t.textContent})):o=n.textContent,e.setData("Text",o)}}}return t.prototype={multiDragKeyDown:!1,isMultiDrag:!1,delayStartGlobal:function(t){var e=t.dragEl;Ee=e},delayEnded:function(){this.isMultiDrag=~Pe.indexOf(Ee)},setupClone:function(t){var e=t.sortable,n=t.cancel;if(this.isMultiDrag){for(var o=0;o<Pe.length;o++)Ae.push(V(Pe[o])),Ae[o].sortableIndex=Pe[o].sortableIndex,Ae[o].draggable=!1,Ae[o].style["will-change"]="",D(Ae[o],this.options.selectedClass,!1),Pe[o]===Ee&&D(Ae[o],this.options.chosenClass,!1);e._hideClone(),n()}},clone:function(t){var e=t.sortable,n=t.rootEl,o=t.dispatchSortableEvent,r=t.cancel;this.isMultiDrag&&(this.options.removeCloneOnHide||Pe.length&&De===e&&($e(!0,n),o("clone"),r()))},showClone:function(t){var e=t.cloneNowShown,n=t.rootEl,o=t.cancel;this.isMultiDrag&&($e(!1,n),Ae.forEach((function(t){E(t,"display","")})),e(),Re=!1,o())},hideClone:function(t){var e=this,n=(t.sortable,t.cloneNowHidden),o=t.cancel;this.isMultiDrag&&(Ae.forEach((function(t){E(t,"display","none"),e.options.removeCloneOnHide&&t.parentNode&&t.parentNode.removeChild(t)})),n(),Re=!0,o())},dragStartGlobal:function(t){t.sortable;!this.isMultiDrag&&De&&De.multiDrag._deselectMultiDrag(),Pe.forEach((function(t){t.sortableIndex=L(t)})),Pe=Pe.sort((function(t,e){return t.sortableIndex-e.sortableIndex})),Ne=!0},dragStarted:function(t){var e=this,n=t.sortable;if(this.isMultiDrag){if(this.options.sort&&(n.captureAnimationState(),this.options.animation)){Pe.forEach((function(t){t!==Ee&&E(t,"position","absolute")}));var o=A(Ee,!1,!0,!0);Pe.forEach((function(t){t!==Ee&&q(t,o)})),Ie=!0,We=!0}n.animateAll((function(){Ie=!1,We=!1,e.options.animation&&Pe.forEach((function(t){U(t)})),e.options.sort&&Fe()}))}},dragOver:function(t){var e=t.target,n=t.completed,o=t.cancel;Ie&&~Pe.indexOf(e)&&(n(!1),o())},revert:function(t){var e=t.fromSortable,n=t.rootEl,o=t.sortable,r=t.dragRect;Pe.length>1&&(Pe.forEach((function(t){o.addAnimationState({target:t,rect:Ie?A(t):r}),U(t),t.fromRect=r,e.removeAnimationState(t)})),Ie=!1,Ye(!this.options.removeCloneOnHide,n))},dragOverCompleted:function(t){var e=t.sortable,n=t.isOwner,o=t.insertion,r=t.activeSortable,i=t.parentEl,a=t.putSortable,s=this.options;if(o){if(n&&r._hideClone(),We=!1,s.animation&&Pe.length>1&&(Ie||!n&&!r.options.sort&&!a)){var l=A(Ee,!1,!0,!0);Pe.forEach((function(t){t!==Ee&&(q(t,l),i.appendChild(t))})),Ie=!0}if(!n)if(Ie||Fe(),Pe.length>1){var c=Re;r._showClone(e),r.options.animation&&!Re&&c&&Ae.forEach((function(t){r.addAnimationState({target:t,rect:Me}),t.fromRect=Me,t.thisAnimationDuration=null}))}else r._showClone(e)}},dragOverAnimationCapture:function(t){var e=t.dragRect,n=t.isOwner,o=t.activeSortable;if(Pe.forEach((function(t){t.thisAnimationDuration=null})),o.options.animation&&!n&&o.multiDrag.isMultiDrag){Me=i({},e);var r=M(Ee,!0);Me.top-=r.f,Me.left-=r.e}},dragOverAnimationComplete:function(){Ie&&(Ie=!1,Fe())},drop:function(t){var e=t.originalEvent,n=t.rootEl,o=t.parentEl,r=t.sortable,i=t.dispatchSortableEvent,a=t.oldIndex,s=t.putSortable,l=s||this.sortable;if(e){var c=this.options,u=o.children;if(!Ne)if(c.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),D(Ee,c.selectedClass,!~Pe.indexOf(Ee)),~Pe.indexOf(Ee))Pe.splice(Pe.indexOf(Ee),1),Oe=null,ot({sortable:r,rootEl:n,name:"deselect",targetEl:Ee,originalEvt:e});else{if(Pe.push(Ee),ot({sortable:r,rootEl:n,name:"select",targetEl:Ee,originalEvt:e}),e.shiftKey&&Oe&&r.el.contains(Oe)){var d,f,p=L(Oe),h=L(Ee);if(~p&&~h&&p!==h)for(h>p?(f=p,d=h):(f=h,d=p+1);f<d;f++)~Pe.indexOf(u[f])||(D(u[f],c.selectedClass,!0),Pe.push(u[f]),ot({sortable:r,rootEl:n,name:"select",targetEl:u[f],originalEvt:e}))}else Oe=Ee;De=l}if(Ne&&this.isMultiDrag){if((o[G].options.sort||o!==n)&&Pe.length>1){var m=A(Ee),v=L(Ee,":not(."+this.options.selectedClass+")");if(!We&&c.animation&&(Ee.thisAnimationDuration=null),l.captureAnimationState(),!We&&(c.animation&&(Ee.fromRect=m,Pe.forEach((function(t){if(t.thisAnimationDuration=null,t!==Ee){var e=Ie?A(t):m;t.fromRect=e,l.addAnimationState({target:t,rect:e})}}))),Fe(),Pe.forEach((function(t){u[v]?o.insertBefore(t,u[v]):o.appendChild(t),v++})),a===L(Ee))){var g=!1;Pe.forEach((function(t){t.sortableIndex===L(t)||(g=!0)})),g&&i("update")}Pe.forEach((function(t){U(t)})),l.animateAll()}De=l}(n===o||s&&"clone"!==s.lastPutMode)&&Ae.forEach((function(t){t.parentNode&&t.parentNode.removeChild(t)}))}},nullingGlobal:function(){this.isMultiDrag=Ne=!1,Ae.length=0},destroyGlobal:function(){this._deselectMultiDrag(),C(document,"pointerup",this._deselectMultiDrag),C(document,"mouseup",this._deselectMultiDrag),C(document,"touchend",this._deselectMultiDrag),C(document,"keydown",this._checkKeyDown),C(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(t){if(("undefined"===typeof Ne||!Ne)&&De===this.sortable&&(!t||!j(t.target,this.options.draggable,this.sortable.el,!1))&&(!t||0===t.button))while(Pe.length){var e=Pe[0];D(e,this.options.selectedClass,!1),Pe.shift(),ot({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:e,originalEvt:t})}},_checkKeyDown:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(t){t.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},i(t,{pluginName:"multiDrag",utils:{select:function(t){var e=t.parentNode[G];e&&e.options.multiDrag&&!~Pe.indexOf(t)&&(De&&De!==e&&(De.multiDrag._deselectMultiDrag(),De=e),D(t,e.options.selectedClass,!0),Pe.push(t))},deselect:function(t){var e=t.parentNode[G],n=Pe.indexOf(t);e&&e.options.multiDrag&&~n&&(D(t,e.options.selectedClass,!1),Pe.splice(n,1))}},eventProperties:function(){var t=this,e=[],n=[];return Pe.forEach((function(o){var r;e.push({multiDragElement:o,index:o.sortableIndex}),r=Ie&&o!==Ee?-1:Ie?L(o,":not(."+t.options.selectedClass+")"):L(o),n.push({multiDragElement:o,index:r})})),{items:c(Pe),clones:[].concat(Ae),oldIndicies:e,newIndicies:n}},optionListeners:{multiDragKey:function(t){return t=t.toLowerCase(),"ctrl"===t?t="Control":t.length>1&&(t=t.charAt(0).toUpperCase()+t.substr(1)),t}}})}function Ye(t,e){Pe.forEach((function(n,o){var r=e.children[n.sortableIndex+(t?Number(o):0)];r?e.insertBefore(n,r):e.appendChild(n)}))}function $e(t,e){Ae.forEach((function(n,o){var r=e.children[n.sortableIndex+(t?Number(o):0)];r?e.insertBefore(n,r):e.appendChild(n)}))}function Fe(){Pe.forEach((function(t){t!==Ee&&t.parentNode&&t.parentNode.removeChild(t)}))}Zt.mount(new be),Zt.mount(Te,xe),e["default"]=Zt},ab60:function(t,e,n){},aefa:function(t,e,n){"use strict";n("0239")},b76a:function(t,e,n){(function(e,o){t.exports=o(n("aa47"))})("undefined"!==typeof self&&self,(function(t){return function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="fb15")}({"01f9":function(t,e,n){"use strict";var o=n("2d00"),r=n("5ca1"),i=n("2aba"),a=n("32e9"),s=n("84f2"),l=n("41a0"),c=n("7f20"),u=n("38fd"),d=n("2b4c")("iterator"),f=!([].keys&&"next"in[].keys()),p="@@iterator",h="keys",m="values",v=function(){return this};t.exports=function(t,e,n,g,b,k,w){l(n,e,g);var y,_,C,x=function(t){if(!f&&t in O)return O[t];switch(t){case h:return function(){return new n(this,t)};case m:return function(){return new n(this,t)}}return function(){return new n(this,t)}},T=e+" Iterator",j=b==m,S=!1,O=t.prototype,D=O[d]||O[p]||b&&O[b],E=D||x(b),M=b?j?x("entries"):E:void 0,R="Array"==e&&O.entries||D;if(R&&(C=u(R.call(new t)),C!==Object.prototype&&C.next&&(c(C,T,!0),o||"function"==typeof C[d]||a(C,d,v))),j&&D&&D.name!==m&&(S=!0,E=function(){return D.call(this)}),o&&!w||!f&&!S&&O[d]||a(O,d,E),s[e]=E,s[T]=v,b)if(y={values:j?E:x(m),keys:k?E:x(h),entries:M},w)for(_ in y)_ in O||i(O,_,y[_]);else r(r.P+r.F*(f||S),e,y);return y}},"02f4":function(t,e,n){var o=n("4588"),r=n("be13");t.exports=function(t){return function(e,n){var i,a,s=String(r(e)),l=o(n),c=s.length;return l<0||l>=c?t?"":void 0:(i=s.charCodeAt(l),i<55296||i>56319||l+1===c||(a=s.charCodeAt(l+1))<56320||a>57343?t?s.charAt(l):i:t?s.slice(l,l+2):a-56320+(i-55296<<10)+65536)}}},"0390":function(t,e,n){"use strict";var o=n("02f4")(!0);t.exports=function(t,e,n){return e+(n?o(t,e).length:1)}},"0bfb":function(t,e,n){"use strict";var o=n("cb7c");t.exports=function(){var t=o(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},"0d58":function(t,e,n){var o=n("ce10"),r=n("e11e");t.exports=Object.keys||function(t){return o(t,r)}},1495:function(t,e,n){var o=n("86cc"),r=n("cb7c"),i=n("0d58");t.exports=n("9e1e")?Object.defineProperties:function(t,e){r(t);var n,a=i(e),s=a.length,l=0;while(s>l)o.f(t,n=a[l++],e[n]);return t}},"214f":function(t,e,n){"use strict";n("b0c5");var o=n("2aba"),r=n("32e9"),i=n("79e5"),a=n("be13"),s=n("2b4c"),l=n("520a"),c=s("species"),u=!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),d=function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2===n.length&&"a"===n[0]&&"b"===n[1]}();t.exports=function(t,e,n){var f=s(t),p=!i((function(){var e={};return e[f]=function(){return 7},7!=""[t](e)})),h=p?!i((function(){var e=!1,n=/a/;return n.exec=function(){return e=!0,null},"split"===t&&(n.constructor={},n.constructor[c]=function(){return n}),n[f](""),!e})):void 0;if(!p||!h||"replace"===t&&!u||"split"===t&&!d){var m=/./[f],v=n(a,f,""[t],(function(t,e,n,o,r){return e.exec===l?p&&!r?{done:!0,value:m.call(e,n,o)}:{done:!0,value:t.call(n,e,o)}:{done:!1}})),g=v[0],b=v[1];o(String.prototype,t,g),r(RegExp.prototype,f,2==e?function(t,e){return b.call(t,this,e)}:function(t){return b.call(t,this)})}}},"230e":function(t,e,n){var o=n("d3f4"),r=n("7726").document,i=o(r)&&o(r.createElement);t.exports=function(t){return i?r.createElement(t):{}}},"23c6":function(t,e,n){var o=n("2d95"),r=n("2b4c")("toStringTag"),i="Arguments"==o(function(){return arguments}()),a=function(t,e){try{return t[e]}catch(n){}};t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=a(e=Object(t),r))?n:i?o(e):"Object"==(s=o(e))&&"function"==typeof e.callee?"Arguments":s}},2621:function(t,e){e.f=Object.getOwnPropertySymbols},"2aba":function(t,e,n){var o=n("7726"),r=n("32e9"),i=n("69a8"),a=n("ca5a")("src"),s=n("fa5b"),l="toString",c=(""+s).split(l);n("8378").inspectSource=function(t){return s.call(t)},(t.exports=function(t,e,n,s){var l="function"==typeof n;l&&(i(n,"name")||r(n,"name",e)),t[e]!==n&&(l&&(i(n,a)||r(n,a,t[e]?""+t[e]:c.join(String(e)))),t===o?t[e]=n:s?t[e]?t[e]=n:r(t,e,n):(delete t[e],r(t,e,n)))})(Function.prototype,l,(function(){return"function"==typeof this&&this[a]||s.call(this)}))},"2aeb":function(t,e,n){var o=n("cb7c"),r=n("1495"),i=n("e11e"),a=n("613b")("IE_PROTO"),s=function(){},l="prototype",c=function(){var t,e=n("230e")("iframe"),o=i.length,r="<",a=">";e.style.display="none",n("fab2").appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(r+"script"+a+"document.F=Object"+r+"/script"+a),t.close(),c=t.F;while(o--)delete c[l][i[o]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(s[l]=o(t),n=new s,s[l]=null,n[a]=t):n=c(),void 0===e?n:r(n,e)}},"2b4c":function(t,e,n){var o=n("5537")("wks"),r=n("ca5a"),i=n("7726").Symbol,a="function"==typeof i,s=t.exports=function(t){return o[t]||(o[t]=a&&i[t]||(a?i:r)("Symbol."+t))};s.store=o},"2d00":function(t,e){t.exports=!1},"2d95":function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},"2fdb":function(t,e,n){"use strict";var o=n("5ca1"),r=n("d2c8"),i="includes";o(o.P+o.F*n("5147")(i),"String",{includes:function(t){return!!~r(this,t,i).indexOf(t,arguments.length>1?arguments[1]:void 0)}})},"32e9":function(t,e,n){var o=n("86cc"),r=n("4630");t.exports=n("9e1e")?function(t,e,n){return o.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},"38fd":function(t,e,n){var o=n("69a8"),r=n("4bf8"),i=n("613b")("IE_PROTO"),a=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),o(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},"41a0":function(t,e,n){"use strict";var o=n("2aeb"),r=n("4630"),i=n("7f20"),a={};n("32e9")(a,n("2b4c")("iterator"),(function(){return this})),t.exports=function(t,e,n){t.prototype=o(a,{next:r(1,n)}),i(t,e+" Iterator")}},"456d":function(t,e,n){var o=n("4bf8"),r=n("0d58");n("5eda")("keys",(function(){return function(t){return r(o(t))}}))},4588:function(t,e){var n=Math.ceil,o=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?o:n)(t)}},4630:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"4bf8":function(t,e,n){var o=n("be13");t.exports=function(t){return Object(o(t))}},5147:function(t,e,n){var o=n("2b4c")("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[o]=!1,!"/./"[t](e)}catch(r){}}return!0}},"520a":function(t,e,n){"use strict";var o=n("0bfb"),r=RegExp.prototype.exec,i=String.prototype.replace,a=r,s="lastIndex",l=function(){var t=/a/,e=/b*/g;return r.call(t,"a"),r.call(e,"a"),0!==t[s]||0!==e[s]}(),c=void 0!==/()??/.exec("")[1],u=l||c;u&&(a=function(t){var e,n,a,u,d=this;return c&&(n=new RegExp("^"+d.source+"$(?!\\s)",o.call(d))),l&&(e=d[s]),a=r.call(d,t),l&&a&&(d[s]=d.global?a.index+a[0].length:e),c&&a&&a.length>1&&i.call(a[0],n,(function(){for(u=1;u<arguments.length-2;u++)void 0===arguments[u]&&(a[u]=void 0)})),a}),t.exports=a},"52a7":function(t,e){e.f={}.propertyIsEnumerable},5537:function(t,e,n){var o=n("8378"),r=n("7726"),i="__core-js_shared__",a=r[i]||(r[i]={});(t.exports=function(t,e){return a[t]||(a[t]=void 0!==e?e:{})})("versions",[]).push({version:o.version,mode:n("2d00")?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"5ca1":function(t,e,n){var o=n("7726"),r=n("8378"),i=n("32e9"),a=n("2aba"),s=n("9b43"),l="prototype",c=function(t,e,n){var u,d,f,p,h=t&c.F,m=t&c.G,v=t&c.S,g=t&c.P,b=t&c.B,k=m?o:v?o[e]||(o[e]={}):(o[e]||{})[l],w=m?r:r[e]||(r[e]={}),y=w[l]||(w[l]={});for(u in m&&(n=e),n)d=!h&&k&&void 0!==k[u],f=(d?k:n)[u],p=b&&d?s(f,o):g&&"function"==typeof f?s(Function.call,f):f,k&&a(k,u,f,t&c.U),w[u]!=f&&i(w,u,p),g&&y[u]!=f&&(y[u]=f)};o.core=r,c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},"5eda":function(t,e,n){var o=n("5ca1"),r=n("8378"),i=n("79e5");t.exports=function(t,e){var n=(r.Object||{})[t]||Object[t],a={};a[t]=e(n),o(o.S+o.F*i((function(){n(1)})),"Object",a)}},"5f1b":function(t,e,n){"use strict";var o=n("23c6"),r=RegExp.prototype.exec;t.exports=function(t,e){var n=t.exec;if("function"===typeof n){var i=n.call(t,e);if("object"!==typeof i)throw new TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==o(t))throw new TypeError("RegExp#exec called on incompatible receiver");return r.call(t,e)}},"613b":function(t,e,n){var o=n("5537")("keys"),r=n("ca5a");t.exports=function(t){return o[t]||(o[t]=r(t))}},"626a":function(t,e,n){var o=n("2d95");t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==o(t)?t.split(""):Object(t)}},6762:function(t,e,n){"use strict";var o=n("5ca1"),r=n("c366")(!0);o(o.P,"Array",{includes:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),n("9c6c")("includes")},6821:function(t,e,n){var o=n("626a"),r=n("be13");t.exports=function(t){return o(r(t))}},"69a8":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"6a99":function(t,e,n){var o=n("d3f4");t.exports=function(t,e){if(!o(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!o(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!o(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!o(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},7333:function(t,e,n){"use strict";var o=n("0d58"),r=n("2621"),i=n("52a7"),a=n("4bf8"),s=n("626a"),l=Object.assign;t.exports=!l||n("79e5")((function(){var t={},e={},n=Symbol(),o="abcdefghijklmnopqrst";return t[n]=7,o.split("").forEach((function(t){e[t]=t})),7!=l({},t)[n]||Object.keys(l({},e)).join("")!=o}))?function(t,e){var n=a(t),l=arguments.length,c=1,u=r.f,d=i.f;while(l>c){var f,p=s(arguments[c++]),h=u?o(p).concat(u(p)):o(p),m=h.length,v=0;while(m>v)d.call(p,f=h[v++])&&(n[f]=p[f])}return n}:l},7726:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},"77f1":function(t,e,n){var o=n("4588"),r=Math.max,i=Math.min;t.exports=function(t,e){return t=o(t),t<0?r(t+e,0):i(t,e)}},"79e5":function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},"7f20":function(t,e,n){var o=n("86cc").f,r=n("69a8"),i=n("2b4c")("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,i)&&o(t,i,{configurable:!0,value:e})}},8378:function(t,e){var n=t.exports={version:"2.6.5"};"number"==typeof __e&&(__e=n)},"84f2":function(t,e){t.exports={}},"86cc":function(t,e,n){var o=n("cb7c"),r=n("c69a"),i=n("6a99"),a=Object.defineProperty;e.f=n("9e1e")?Object.defineProperty:function(t,e,n){if(o(t),e=i(e,!0),o(n),r)try{return a(t,e,n)}catch(s){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},"9b43":function(t,e,n){var o=n("d8e8");t.exports=function(t,e,n){if(o(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,o){return t.call(e,n,o)};case 3:return function(n,o,r){return t.call(e,n,o,r)}}return function(){return t.apply(e,arguments)}}},"9c6c":function(t,e,n){var o=n("2b4c")("unscopables"),r=Array.prototype;void 0==r[o]&&n("32e9")(r,o,{}),t.exports=function(t){r[o][t]=!0}},"9def":function(t,e,n){var o=n("4588"),r=Math.min;t.exports=function(t){return t>0?r(o(t),9007199254740991):0}},"9e1e":function(t,e,n){t.exports=!n("79e5")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},a352:function(e,n){e.exports=t},a481:function(t,e,n){"use strict";var o=n("cb7c"),r=n("4bf8"),i=n("9def"),a=n("4588"),s=n("0390"),l=n("5f1b"),c=Math.max,u=Math.min,d=Math.floor,f=/\$([$&`']|\d\d?|<[^>]*>)/g,p=/\$([$&`']|\d\d?)/g,h=function(t){return void 0===t?t:String(t)};n("214f")("replace",2,(function(t,e,n,m){return[function(o,r){var i=t(this),a=void 0==o?void 0:o[e];return void 0!==a?a.call(o,i,r):n.call(String(i),o,r)},function(t,e){var r=m(n,t,this,e);if(r.done)return r.value;var d=o(t),f=String(this),p="function"===typeof e;p||(e=String(e));var g=d.global;if(g){var b=d.unicode;d.lastIndex=0}var k=[];while(1){var w=l(d,f);if(null===w)break;if(k.push(w),!g)break;var y=String(w[0]);""===y&&(d.lastIndex=s(f,i(d.lastIndex),b))}for(var _="",C=0,x=0;x<k.length;x++){w=k[x];for(var T=String(w[0]),j=c(u(a(w.index),f.length),0),S=[],O=1;O<w.length;O++)S.push(h(w[O]));var D=w.groups;if(p){var E=[T].concat(S,j,f);void 0!==D&&E.push(D);var M=String(e.apply(void 0,E))}else M=v(T,f,j,S,D,e);j>=C&&(_+=f.slice(C,j)+M,C=j+T.length)}return _+f.slice(C)}];function v(t,e,o,i,a,s){var l=o+t.length,c=i.length,u=p;return void 0!==a&&(a=r(a),u=f),n.call(s,u,(function(n,r){var s;switch(r.charAt(0)){case"$":return"$";case"&":return t;case"`":return e.slice(0,o);case"'":return e.slice(l);case"<":s=a[r.slice(1,-1)];break;default:var u=+r;if(0===u)return n;if(u>c){var f=d(u/10);return 0===f?n:f<=c?void 0===i[f-1]?r.charAt(1):i[f-1]+r.charAt(1):n}s=i[u-1]}return void 0===s?"":s}))}}))},aae3:function(t,e,n){var o=n("d3f4"),r=n("2d95"),i=n("2b4c")("match");t.exports=function(t){var e;return o(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==r(t))}},ac6a:function(t,e,n){for(var o=n("cadf"),r=n("0d58"),i=n("2aba"),a=n("7726"),s=n("32e9"),l=n("84f2"),c=n("2b4c"),u=c("iterator"),d=c("toStringTag"),f=l.Array,p={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},h=r(p),m=0;m<h.length;m++){var v,g=h[m],b=p[g],k=a[g],w=k&&k.prototype;if(w&&(w[u]||s(w,u,f),w[d]||s(w,d,g),l[g]=f,b))for(v in o)w[v]||i(w,v,o[v],!0)}},b0c5:function(t,e,n){"use strict";var o=n("520a");n("5ca1")({target:"RegExp",proto:!0,forced:o!==/./.exec},{exec:o})},be13:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},c366:function(t,e,n){var o=n("6821"),r=n("9def"),i=n("77f1");t.exports=function(t){return function(e,n,a){var s,l=o(e),c=r(l.length),u=i(a,c);if(t&&n!=n){while(c>u)if(s=l[u++],s!=s)return!0}else for(;c>u;u++)if((t||u in l)&&l[u]===n)return t||u||0;return!t&&-1}}},c649:function(t,e,n){"use strict";(function(t){n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return s})),n.d(e,"b",(function(){return r})),n.d(e,"d",(function(){return l}));n("a481");function o(){return"undefined"!==typeof window?window.console:t.console}var r=o();function i(t){var e=Object.create(null);return function(n){var o=e[n];return o||(e[n]=t(n))}}var a=/-(\w)/g,s=i((function(t){return t.replace(a,(function(t,e){return e?e.toUpperCase():""}))}));function l(t){null!==t.parentElement&&t.parentElement.removeChild(t)}function c(t,e,n){var o=0===n?t.children[0]:t.children[n-1].nextSibling;t.insertBefore(e,o)}}).call(this,n("c8ba"))},c69a:function(t,e,n){t.exports=!n("9e1e")&&!n("79e5")((function(){return 7!=Object.defineProperty(n("230e")("div"),"a",{get:function(){return 7}}).a}))},c8ba:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(o){"object"===typeof window&&(n=window)}t.exports=n},ca5a:function(t,e){var n=0,o=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+o).toString(36))}},cadf:function(t,e,n){"use strict";var o=n("9c6c"),r=n("d53b"),i=n("84f2"),a=n("6821");t.exports=n("01f9")(Array,"Array",(function(t,e){this._t=a(t),this._i=0,this._k=e}),(function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):r(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},cb7c:function(t,e,n){var o=n("d3f4");t.exports=function(t){if(!o(t))throw TypeError(t+" is not an object!");return t}},ce10:function(t,e,n){var o=n("69a8"),r=n("6821"),i=n("c366")(!1),a=n("613b")("IE_PROTO");t.exports=function(t,e){var n,s=r(t),l=0,c=[];for(n in s)n!=a&&o(s,n)&&c.push(n);while(e.length>l)o(s,n=e[l++])&&(~i(c,n)||c.push(n));return c}},d2c8:function(t,e,n){var o=n("aae3"),r=n("be13");t.exports=function(t,e,n){if(o(e))throw TypeError("String#"+n+" doesn't accept regex!");return String(r(t))}},d3f4:function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},d53b:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},d8e8:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},e11e:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},f559:function(t,e,n){"use strict";var o=n("5ca1"),r=n("9def"),i=n("d2c8"),a="startsWith",s=""[a];o(o.P+o.F*n("5147")(a),"String",{startsWith:function(t){var e=i(this,t,a),n=r(Math.min(arguments.length>1?arguments[1]:void 0,e.length)),o=String(t);return s?s.call(e,o,n):e.slice(n,n+o.length)===o}})},f6fd:function(t,e){(function(t){var e="currentScript",n=t.getElementsByTagName("script");e in t||Object.defineProperty(t,e,{get:function(){try{throw new Error}catch(o){var t,e=(/.*at [^\(]*\((.*):.+:.+\)$/gi.exec(o.stack)||[!1])[1];for(t in n)if(n[t].src==e||"interactive"==n[t].readyState)return n[t];return null}}})})(document)},f751:function(t,e,n){var o=n("5ca1");o(o.S+o.F,"Object",{assign:n("7333")})},fa5b:function(t,e,n){t.exports=n("5537")("native-function-to-string",Function.toString)},fab2:function(t,e,n){var o=n("7726").document;t.exports=o&&o.documentElement},fb15:function(t,e,n){"use strict";var o;(n.r(e),"undefined"!==typeof window)&&(n("f6fd"),(o=window.document.currentScript)&&(o=o.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(n.p=o[1]));n("f751"),n("f559"),n("ac6a"),n("cadf"),n("456d");function r(t){if(Array.isArray(t))return t}function i(t,e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(t)){var n=[],o=!0,r=!1,i=void 0;try{for(var a,s=t[Symbol.iterator]();!(o=(a=s.next()).done);o=!0)if(n.push(a.value),e&&n.length===e)break}catch(l){r=!0,i=l}finally{try{o||null==s["return"]||s["return"]()}finally{if(r)throw i}}return n}}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}function s(t,e){if(t){if("string"===typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(t,e):void 0}}function l(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function c(t,e){return r(t)||i(t,e)||s(t,e)||l()}n("6762"),n("2fdb");function u(t){if(Array.isArray(t))return a(t)}function d(t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}function f(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function p(t){return u(t)||d(t)||s(t)||f()}var h=n("a352"),m=n.n(h),v=n("c649");function g(t,e,n){return void 0===n||(t=t||{},t[e]=n),t}function b(t,e){return t.map((function(t){return t.elm})).indexOf(e)}function k(t,e,n,o){if(!t)return[];var r=t.map((function(t){return t.elm})),i=e.length-o,a=p(e).map((function(t,e){return e>=i?r.length:r.indexOf(t)}));return n?a.filter((function(t){return-1!==t})):a}function w(t,e){var n=this;this.$nextTick((function(){return n.$emit(t.toLowerCase(),e)}))}function y(t){var e=this;return function(n){null!==e.realList&&e["onDrag"+t](n),w.call(e,t,n)}}function _(t){return["transition-group","TransitionGroup"].includes(t)}function C(t){if(!t||1!==t.length)return!1;var e=c(t,1),n=e[0].componentOptions;return!!n&&_(n.tag)}function x(t,e,n){return t[n]||(e[n]?e[n]():void 0)}function T(t,e,n){var o=0,r=0,i=x(e,n,"header");i&&(o=i.length,t=t?[].concat(p(i),p(t)):p(i));var a=x(e,n,"footer");return a&&(r=a.length,t=t?[].concat(p(t),p(a)):p(a)),{children:t,headerOffset:o,footerOffset:r}}function j(t,e){var n=null,o=function(t,e){n=g(n,t,e)},r=Object.keys(t).filter((function(t){return"id"===t||t.startsWith("data-")})).reduce((function(e,n){return e[n]=t[n],e}),{});if(o("attrs",r),!e)return n;var i=e.on,a=e.props,s=e.attrs;return o("on",i),o("props",a),Object.assign(n.attrs,s),n}var S=["Start","Add","Remove","Update","End"],O=["Choose","Unchoose","Sort","Filter","Clone"],D=["Move"].concat(S,O).map((function(t){return"on"+t})),E=null,M={options:Object,list:{type:Array,required:!1,default:null},value:{type:Array,required:!1,default:null},noTransitionOnDrag:{type:Boolean,default:!1},clone:{type:Function,default:function(t){return t}},element:{type:String,default:"div"},tag:{type:String,default:null},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null}},R={name:"draggable",inheritAttrs:!1,props:M,data:function(){return{transitionMode:!1,noneFunctionalComponentMode:!1}},render:function(t){var e=this.$slots.default;this.transitionMode=C(e);var n=T(e,this.$slots,this.$scopedSlots),o=n.children,r=n.headerOffset,i=n.footerOffset;this.headerOffset=r,this.footerOffset=i;var a=j(this.$attrs,this.componentData);return t(this.getTag(),a,o)},created:function(){null!==this.list&&null!==this.value&&v["b"].error("Value and list props are mutually exclusive! Please set one or another."),"div"!==this.element&&v["b"].warn("Element props is deprecated please use tag props instead. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#element-props"),void 0!==this.options&&v["b"].warn("Options props is deprecated, add sortable options directly as vue.draggable item, or use v-bind. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#options-props")},mounted:function(){var t=this;if(this.noneFunctionalComponentMode=this.getTag().toLowerCase()!==this.$el.nodeName.toLowerCase()&&!this.getIsFunctional(),this.noneFunctionalComponentMode&&this.transitionMode)throw new Error("Transition-group inside component is not supported. Please alter tag value or remove transition-group. Current tag value: ".concat(this.getTag()));var e={};S.forEach((function(n){e["on"+n]=y.call(t,n)})),O.forEach((function(n){e["on"+n]=w.bind(t,n)}));var n=Object.keys(this.$attrs).reduce((function(e,n){return e[Object(v["a"])(n)]=t.$attrs[n],e}),{}),o=Object.assign({},this.options,n,e,{onMove:function(e,n){return t.onDragMove(e,n)}});!("draggable"in o)&&(o.draggable=">*"),this._sortable=new m.a(this.rootContainer,o),this.computeIndexes()},beforeDestroy:function(){void 0!==this._sortable&&this._sortable.destroy()},computed:{rootContainer:function(){return this.transitionMode?this.$el.children[0]:this.$el},realList:function(){return this.list?this.list:this.value}},watch:{options:{handler:function(t){this.updateOptions(t)},deep:!0},$attrs:{handler:function(t){this.updateOptions(t)},deep:!0},realList:function(){this.computeIndexes()}},methods:{getIsFunctional:function(){var t=this._vnode.fnOptions;return t&&t.functional},getTag:function(){return this.tag||this.element},updateOptions:function(t){for(var e in t){var n=Object(v["a"])(e);-1===D.indexOf(n)&&this._sortable.option(n,t[e])}},getChildrenNodes:function(){if(this.noneFunctionalComponentMode)return this.$children[0].$slots.default;var t=this.$slots.default;return this.transitionMode?t[0].child.$slots.default:t},computeIndexes:function(){var t=this;this.$nextTick((function(){t.visibleIndexes=k(t.getChildrenNodes(),t.rootContainer.children,t.transitionMode,t.footerOffset)}))},getUnderlyingVm:function(t){var e=b(this.getChildrenNodes()||[],t);if(-1===e)return null;var n=this.realList[e];return{index:e,element:n}},getUnderlyingPotencialDraggableComponent:function(t){var e=t.__vue__;return e&&e.$options&&_(e.$options._componentTag)?e.$parent:!("realList"in e)&&1===e.$children.length&&"realList"in e.$children[0]?e.$children[0]:e},emitChanges:function(t){var e=this;this.$nextTick((function(){e.$emit("change",t)}))},alterList:function(t){if(this.list)t(this.list);else{var e=p(this.value);t(e),this.$emit("input",e)}},spliceList:function(){var t=arguments,e=function(e){return e.splice.apply(e,p(t))};this.alterList(e)},updatePosition:function(t,e){var n=function(n){return n.splice(e,0,n.splice(t,1)[0])};this.alterList(n)},getRelatedContextFromMoveEvent:function(t){var e=t.to,n=t.related,o=this.getUnderlyingPotencialDraggableComponent(e);if(!o)return{component:o};var r=o.realList,i={list:r,component:o};if(e!==n&&r&&o.getUnderlyingVm){var a=o.getUnderlyingVm(n);if(a)return Object.assign(a,i)}return i},getVmIndex:function(t){var e=this.visibleIndexes,n=e.length;return t>n-1?n:e[t]},getComponent:function(){return this.$slots.default[0].componentInstance},resetTransitionData:function(t){if(this.noTransitionOnDrag&&this.transitionMode){var e=this.getChildrenNodes();e[t].data=null;var n=this.getComponent();n.children=[],n.kept=void 0}},onDragStart:function(t){this.context=this.getUnderlyingVm(t.item),t.item._underlying_vm_=this.clone(this.context.element),E=t.item},onDragAdd:function(t){var e=t.item._underlying_vm_;if(void 0!==e){Object(v["d"])(t.item);var n=this.getVmIndex(t.newIndex);this.spliceList(n,0,e),this.computeIndexes();var o={element:e,newIndex:n};this.emitChanges({added:o})}},onDragRemove:function(t){if(Object(v["c"])(this.rootContainer,t.item,t.oldIndex),"clone"!==t.pullMode){var e=this.context.index;this.spliceList(e,1);var n={element:this.context.element,oldIndex:e};this.resetTransitionData(e),this.emitChanges({removed:n})}else Object(v["d"])(t.clone)},onDragUpdate:function(t){Object(v["d"])(t.item),Object(v["c"])(t.from,t.item,t.oldIndex);var e=this.context.index,n=this.getVmIndex(t.newIndex);this.updatePosition(e,n);var o={element:this.context.element,oldIndex:e,newIndex:n};this.emitChanges({moved:o})},updateProperty:function(t,e){t.hasOwnProperty(e)&&(t[e]+=this.headerOffset)},computeFutureIndex:function(t,e){if(!t.element)return 0;var n=p(e.to.children).filter((function(t){return"none"!==t.style["display"]})),o=n.indexOf(e.related),r=t.component.getVmIndex(o),i=-1!==n.indexOf(E);return i||!e.willInsertAfter?r:r+1},onDragMove:function(t,e){var n=this.move;if(!n||!this.realList)return!0;var o=this.getRelatedContextFromMoveEvent(t),r=this.context,i=this.computeFutureIndex(o,t);Object.assign(r,{futureIndex:i});var a=Object.assign({},t,{relatedContext:o,draggedContext:r});return n(a,e)},onDragEnd:function(){this.computeIndexes(),E=null}}};"undefined"!==typeof window&&"Vue"in window&&window.Vue.component("draggable",R);var P=R;e["default"]=P}})["default"]}))},b83b:function(t,e,n){"use strict";n("7f7f");var o=function(){var t=this,e=t._self._c;return e("div",{staticClass:"task-table",attrs:{id:"task-table"}},[e("a-spin",{staticClass:"task-table-spin",attrs:{spinning:t.loading}},[e("div",[t.ready?e("a-table",{attrs:{columns:t.columns,"data-source":t.taskTableData,childrenColumnName:"tasks",rowKey:"code",customRow:t.rowClick,defaultExpandAllRows:!0,pagination:!1},scopedSlots:t._u([{key:"name",fn:function(n,o,r){return["task"==o.type?e("router-link",{attrs:{target:"_blank",to:"/project/space/task/".concat(o.project_code,"/detail/").concat(o.code)}},[o.done?[e("s",{staticClass:"muted"},[t._v(t._s(o.name))])]:[t._v("\n "+t._s(o.name)+"\n ")]],2):e("span",[t._v(t._s(o.name))])]}},{key:"sumKeyResult",fn:function(e,n,o){return["task"==n.type?[t._v("\n "+t._s(n.sumKeyResult)+"\n ")]:t._e()]}},{key:"source",fn:function(e,n,o){return["task"==n.type?[t._v("\n "+t._s(n.hasSource)+"个文件\n ")]:t._e()]}},{key:"beginTime",fn:function(n,o,r){return["task"==o.type?[e("a-dropdown",{attrs:{trigger:["click"],disabled:!!o.deleted},model:{value:o.showBeginTime,callback:function(e){t.$set(o,"showBeginTime",e)},expression:"task.showBeginTime"}},[o.deleted?e("div",{staticClass:"field-flex"},[e("a",{staticClass:"muted name",staticStyle:{margin:"0"}},[o.setBeginTime?[t._v(t._s(o.begin_time_format))]:[t._v("设置开始时间")]],2)]):e("a-tooltip",{attrs:{mouseEnterDelay:.5}},[e("template",{slot:"title"},[e("span",[t._v("点击设置开始时间")])]),e("div",{staticClass:"field-flex"},[e("a",{staticClass:"muted name",staticStyle:{margin:"0"}},[o.setBeginTime?[t._v(t._s(o.begin_time_format)+"\n ")]:[t._v("设置开始时间\n ")]],2)])],2),e("div",{attrs:{slot:"overlay"},slot:"overlay"},[e("a-date-picker",{attrs:{size:"small",format:"MM月DD日 HH:mm",showTime:"",allowClear:"",showToday:!1,open:o.showBeginTime},on:{ok:function(e){return t.doBeginTime(o,!0)}},model:{value:o.begin_time,callback:function(e){t.$set(o,"begin_time",e)},expression:"task.begin_time"}},[e("template",{slot:"renderExtraFooter"},[e("a",{staticStyle:{position:"absolute"},attrs:{size:"small"},on:{click:function(e){return t.doBeginTime(o,!1)}}},[t._v("清除")])])],2)],1)],1)]:t._e()]}},{key:"endTime",fn:function(n,o,r){return["task"==o.type?[e("a-dropdown",{attrs:{trigger:["click"],disabled:!!o.deleted},model:{value:o.showEndTime,callback:function(e){t.$set(o,"showEndTime",e)},expression:"task.showEndTime"}},[o.deleted?e("div",{staticClass:"field-flex"},[e("a",{staticClass:"muted name",staticStyle:{margin:"0"}},[o.setEndTime?[t._v(t._s(o.end_time_format))]:[t._v("设置截止时间")]],2)]):e("a-tooltip",{attrs:{mouseEnterDelay:.5,placement:"topLeft"}},[e("template",{slot:"title"},[e("span",[t._v("点击设置截止时间")])]),e("div",{staticClass:"field-flex"},[e("a",{staticClass:"muted name",staticStyle:{margin:"0"}},[o.setEndTime?[t._v(t._s(o.end_time_format))]:[t._v("设置截止时间")]],2)])],2),e("div",{attrs:{slot:"overlay"},slot:"overlay"},[e("a-date-picker",{attrs:{size:"small",format:"MM月DD日 HH:mm",showTime:"",allowClear:"",showToday:!1,open:o.showEndTime},on:{ok:function(e){return t.doEndTime(o,!0)}},model:{value:o.end_time,callback:function(e){t.$set(o,"end_time",e)},expression:"task.end_time"}},[e("template",{slot:"renderExtraFooter"},[e("a",{staticStyle:{position:"absolute"},attrs:{size:"small"},on:{click:function(e){return t.doEndTime(o,!1)}}},[t._v("清除")])])],2)],1)],1)]:t._e()]}},{key:"executor",fn:function(n,o,r){return["task"==o.type?[e("a-dropdown",{attrs:{trigger:["click"],disabled:!!o.deleted,placement:"bottomCenter"},model:{value:o.visibleTaskMemberMenu,callback:function(e){t.$set(o,"visibleTaskMemberMenu",e)},expression:"task.visibleTaskMemberMenu"}},[o.deleted?e("div",{staticClass:"field-flex"},[o.executor?[e("a-avatar",{attrs:{src:o.executor.avatar,icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v(t._s(o.executor.name))])]:t._e(),o.executor?t._e():[e("a-avatar",{attrs:{icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v("待认领")])]],2):e("a-tooltip",{attrs:{mouseEnterDelay:.5,placement:"topLeft"}},[e("template",{slot:"title"},[e("span",[t._v("点击设置执行者")])]),e("div",{staticClass:"field-flex"},[o.executor?[e("a-avatar",{attrs:{src:o.executor.avatar,icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v(t._s(o.executor.name))])]:t._e(),o.executor?t._e():[e("a-avatar",{attrs:{icon:"user",size:"small"}}),e("a",{staticClass:"muted name"},[t._v("待认领")])]],2)],2),e("div",{attrs:{slot:"overlay"},slot:"overlay"},[o.visibleTaskMemberMenu?e("task-member-menu",{attrs:{projectCode:t.code,taskCode:o.code},on:{close:function(e){return t.init(!1)},inviteProjectMember:function(e){t.showInviteMember=!0,o.visibleTaskMemberMenu=!1}}}):t._e()],1)],1)]:t._e()]}}],null,!1,3060610604)}):t._e()],1)]),t.showInviteMember?e("invite-project-member",{attrs:{"project-code":t.code},model:{value:t.showInviteMember,callback:function(e){t.showInviteMember=e},expression:"showInviteMember"}}):t._e()],1)},r=[],i=(n("ac6a"),n("c5f6"),n("c1df")),a=n.n(i),s=n("f66c"),l=n("4540"),c=n("e8d3"),u=n("d3a1"),d=n("81fe"),f=n("261e"),p=n("e507"),h=n("b199"),m=n("2f14"),v={name:"task-table",components:{ATextarea:f["a"],taskMemberMenu:s["a"],taskTagMenu:l["a"],projectMemberMenu:c["a"],inviteProjectMember:u["a"]},props:{projectCode:{type:[String],default:function(){return""}},width:{type:[String,Number],default:function(){return"1200"}}},data:function(){return{moment:a.a,ready:!1,loading:!1,code:this.projectCode,projectCodeCurrent:"",taskTableData:[],columns:[{title:"标题",dataIndex:"name",key:"name",scopedSlots:{customRender:"name"}},{title:"开始时间",dataIndex:"begin_time",key:"begin_time",scopedSlots:{customRender:"beginTime"}},{title:"截止时间",dataIndex:"end_time",key:"end_time",scopedSlots:{customRender:"endTime"}},{title:"执行人",dataIndex:"executor",key:"executor",scopedSlots:{customRender:"executor"}}],showInviteMember:!1}},created:function(){this.init()},mounted:function(){},filters:{formatLogTime:function(t){return Object(d["c"])(t)}},methods:{init:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];t&&(this.loading=!0),this.getTaskTree()},getTaskTree:function(){var t=this,e=this;Object(p["g"])({projectCode:this.code}).then((function(n){var o=n.data;o.forEach((function(t){t=e.formatTask(t),t.tasks&&t.tasks.length&&t.tasks.forEach((function(t){t=e.formatTask(t),t.tasks&&t.tasks.length&&t.tasks.forEach((function(t){t=e.formatTask(t),t.tasks&&t.tasks.length&&t.tasks.forEach((function(t){t=e.formatTask(t)}))}))}))})),t.taskTableData=t.formatTask(n.data),t.loading=!1,t.ready||(t.ready=!0)}))},formatTask:function(t){return"task"==t.type&&(t.visibleTaskMemberMenu=!1,t.showEndTime=!1,t.showBeginTime=!1,t.showRealTime=!1,t.tasks.length||delete t.tasks,t.end_time?(t.setEndTime=!0,t.end_time=a()(t.end_time)):(t.setEndTime=!1,t.end_time=a()(a()().format("YYYY-MM-DD")+" 18:00")),t.end_time_format=Object(d["b"])(t.end_time,!0),t.begin_time?(t.setBeginTime=!0,t.begin_time=a()(t.begin_time)):(t.setBeginTime=!1,t.begin_time=a()(a()().format("YYYY-MM-DD")+" 18:00")),t.begin_time_format=Object(d["b"])(t.begin_time,!0)),t},editTask:function(t,e){var n=this;e.taskCode=t.code,Object(h["h"])(e).then((function(t){var e=Object(m["a"])(t);if(!e)return!1;n.getTaskTree()}))},doEndTime:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];t.setEndTime=e,t.showEndTime=n;var o="";e?(o=a()(t.end_time).format("YYYY-MM-DD HH:mm"),t.end_time_format=a()(t.end_time).format("MM月DD日 HH:mm")):o="",this.editTask(t,{end_time:o})},doBeginTime:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];t.setBeginTime=e,t.showBeginTime=n;var o="";e?(o=a()(t.begin_time).format("YYYY-MM-DD HH:mm"),t.begin_time_format=a()(t.begin_time).format("MM月DD日 HH:mm")):o="",this.editTask(t,{begin_time:o})},rowClick:function(t,e){return{on:{click:function(n){if(console.log(t,e),"task"==t.type)t.id}}}}}},g=v,b=(n("f8d5b"),n("2877")),k=Object(b["a"])(g,o,r,!1,null,null,null);e["a"]=k.exports},c8f39:function(t,e,n){"use strict";n("4c84")},cbd1:function(t,e,n){},e3cc:function(t,e,n){"use strict";n("7f7f");var o=function(){var t=this,e=t._self._c;return e("div",[e("a-tabs",{staticClass:"task-tag-index",attrs:{tabPosition:"left",defaultActiveKey:"1",animated:!1},model:{value:t.tabKey,callback:function(e){t.tabKey=e},expression:"tabKey"}},[t._l(t.taskTagList,(function(n){return e("a-tab-pane",{key:n.code},[e("div",{attrs:{slot:"tab"},slot:"tab"},[e("div",{staticClass:"tag-item"},[e("a-badge",{class:"badge-".concat(n.color),attrs:{status:"success"}}),t._v("\n "+t._s(n.name)+"\n ")],1)]),e("div",{staticClass:"config-content"},[e("vue-scroll",[e("div",{staticClass:"content-item"},[e("div",{staticClass:"infos"},[e("a-list",{attrs:{loading:{spinning:t.loading,delay:300}}},[t.showLoadingMore?e("div",{style:{textAlign:"center",marginTop:"12px",height:"32px",lineHeight:"32px"},attrs:{slot:"loadMore"},slot:"loadMore"},[t.loadingMore?e("a-spin"):e("a-button",{on:{click:t.onLoadMore}},[t._v("加载更多")])],1):t._e(),t._l(t.list,(function(n,o){return e("a-list-item",{key:o},[e("a-list-item-meta",[e("div",{staticClass:"task-list",class:{done:n.done},attrs:{slot:"title"},slot:"title"},[e("div",[e("router-link",{staticClass:"text-default task-content",attrs:{to:"/project/space/task/".concat(t.code,"/detail/").concat(n.code)}},[n.executor&&n.executor.avatar?e("a-tooltip",{attrs:{placement:"top"}},[e("template",{slot:"title"},[e("span",[t._v(t._s(n.executor.name))])]),e("img",{staticClass:"avatar task-executor img-circle img-24 hinted m-r-sm",attrs:{src:n.executor.avatar,title:n.executor.name}})],2):e("a-avatar",{staticClass:"m-r-sm",attrs:{size:"small",icon:"user"}}),e("span",{staticClass:"task-name m-r"},[t._v(t._s(n.name))]),t._l(n.tags,(function(n){return e("span",{key:n.code,staticClass:"muted flex m-r tag-name"},[e("a-badge",{class:"badge-".concat(n.tag.color," m-r-xs"),attrs:{status:"success"}}),t._v("\n "+t._s(n.tag.name)+"\n ")],1)}))],2)],1),n.end_time?e("div",{staticClass:"label task-time",class:t.showTimeLabel(n.end_time)},[t._v("\n "+t._s(t.showTaskTime(n.begin_time,n.end_time))+"\n ")]):t._e()])])],1)}))],2)],1)])])],1)])})),t.loading||t.list.length?t._e():e("div",{staticClass:"m-t text-center"},[e("strong",[e("h2",[t._v("项目中还没有标签")])])])],2)],1)},r=[],i=n("2f14"),a=n("813b"),s=n("1b80"),l=n("81fe"),c=n("b199"),u=n("c1df"),d=n.n(u),f={name:"taskTag",props:{code:{type:[String],default:function(){return""}}},mixins:[s["a"]],data:function(){return{loading:!1,tabKey:"0",project:{},taskTagList:[],list:[],showLoadingMore:!1,loadingMore:!1}},watch:{code:function(){this.init()},tabKey:function(t){this.getTaskList()}},created:function(){this.init()},methods:{init:function(){var t=this;this.requestData.projectCode=this.code,t.getTaskTags()},getTaskTags:function(){var t=this;Object(a["c"])(t.requestData).then((function(e){t.taskTagList=e.data,e.data.length&&(t.tabKey=e.data[0].code)}))},getTaskList:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(!this.tabKey)return!1;var e=this;e.loading=!0,t&&(this.list=[],this.pagination.page=1,this.pagination.pageSize=10,this.showLoadingMore=!1),Object(c["j"])({taskTagCode:this.tabKey}).then((function(t){e.list=e.list.concat(t.data.list),e.pagination.total=t.data.total,e.showLoadingMore=e.pagination.total>e.list.length,e.loading=!1,e.loadingMore=!1}))},onLoadMore:function(){this.loadingMore=!0,this.pagination.page++,this.getTaskList(!1)},showTaskTime:function(t,e){return Object(l["a"])(t,e)},showTimeLabel:function(t){var e="label-primary";if(null==t)return e;var n=d()(d()(t).format("YYYY-MM-DD")).diff(d()().format("YYYY-MM-DD"),"days");return n<0?e="label-danger":0==n?e="label-warning":n>7&&(e="label-normal"),e},deleteItem:function(t,e){var n=this;switch(this.tabKey){case"1":this.$confirm({title:"确定彻底删除任务?",content:"彻底删除任务后,该任务及其子任务将会被永久被删除。",okText:"彻底删除",okType:"danger",cancelText:"再想想",onOk:function(){return Object(a["a"])(t.code).then((function(o){Object(i["a"])(o)&&(n.list.splice(e,1),n.$emit("update",t))})),Promise.resolve()}});break;case"2":this.$confirm({title:"确认彻底删除该文件?",content:"彻底删除文件后,相关的关联资源将会失效。",okText:"彻底删除",okType:"danger",cancelText:"再想想",onOk:function(){return delFile(t.code).then((function(o){Object(i["a"])(o)&&(n.list.splice(e,1),n.$emit("update",t))})),Promise.resolve()}});break}}}},p=f,h=(n("aefa"),n("2877")),m=Object(h["a"])(p,o,r,!1,null,null,null);e["a"]=m.exports},e507:function(t,e,n){"use strict";n.d(e,"d",(function(){return r})),n.d(e,"g",(function(){return i})),n.d(e,"a",(function(){return a})),n.d(e,"h",(function(){return s})),n.d(e,"f",(function(){return l})),n.d(e,"e",(function(){return c})),n.d(e,"c",(function(){return u})),n.d(e,"b",(function(){return d}));var o=n("22b6");function r(t){return o["a"].post("project/task_stages",t)}function i(t){return o["a"].post("project/task_stages/taskTree",t)}function a(t){return o["a"].post("project/task_stages/_getAll",t)}function s(t){return o["a"].post("project/task_stages/tasks",t)}function l(t,e,n){return o["a"].post("project/task_stages/sort",{preCode:t,nextCode:e,projectCode:n})}function c(t){return o["a"].post("project/task_stages/save",t)}function u(t){return o["a"].post("project/task_stages/edit",t)}function d(t){return o["a"].post("project/task_stages/delete",{code:t})}},f8c7:function(t,e,n){"use strict";n("7f7f");var o=function(){var t=this,e=t._self._c;return t.currentProject?e("div",{attrs:{id:"project-select"}},[e("a-dropdown",{staticClass:"action-item",attrs:{trigger:["click"],placement:"bottomCenter"},model:{value:t.visibleMenu,callback:function(e){t.visibleMenu=e},expression:"visibleMenu"}},[e("a-tooltip",{attrs:{mouseEnterDelay:.3,title:t.currentProject.name}},[e("a",{staticClass:"project-select",staticStyle:{color:"#333"}},[e("span",[t._v(t._s(t.currentProject.name))]),e("span",{staticClass:"m-l-xs"},[e("a-icon",{attrs:{type:"down"}})],1)])]),e("div",{staticClass:"middle-menu member-menu project-select-menu",attrs:{slot:"overlay"},slot:"overlay"},[e("div",{staticClass:"search-content"},[e("a-input",{attrs:{size:"large",placeholder:"搜索"},model:{value:t.keyword,callback:function(e){t.keyword=e},expression:"keyword"}},[e("a-icon",{attrs:{slot:"prefix",type:"search"},slot:"prefix"})],1)],1),e("div",{staticClass:"member-list"},[e("vue-scroll",[e("div",{staticClass:"list-group"},[e("a-list",{staticClass:"list-content",attrs:{itemLayout:"horizontal",dataSource:t.projectList,locale:{emptyText:t.keyword&&t.keyword.length>1?"没有找到该项目":""}},scopedSlots:t._u([{key:"renderItem",fn:function(n){return e("a-list-item",{staticClass:"member-list-item",nativeOn:{click:function(e){return t.changeProject(n.code)}}},[e("span",{attrs:{slot:"actions"},slot:"actions"},[e("a-icon",{directives:[{name:"show",rawName:"v-show",value:t.showCheck(n.code),expression:"showCheck(item.code)"}],attrs:{type:"check"}})],1),e("a-list-item-meta",[e("span",{attrs:{slot:"title"},slot:"title"},[t._v(t._s(n.name))]),e("a-avatar",{attrs:{slot:"avatar",icon:"user",src:n.cover},slot:"avatar"})],1)],1)}}],null,!1,3141279394)})],1)])],1)])],1)],1):t._e()},r=[],i=(n("8e6e"),n("ac6a"),n("456d"),n("386d"),n("ade3")),a=n("2ef0"),s=n.n(a),l=n("2f62"),c=n("24d2"),u=n("1b80");function d(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function f(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?d(Object(n),!0).forEach((function(e){Object(i["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var p={name:"ProjectSelect",props:{code:{type:[String],default:function(){return""}}},data:function(){return{visibleMenu:!1,keyword:"",loading:!1,currentProject:null,projectList:[],projectListCopy:[],projectTotal:0}},mixins:[u["a"]],computed:f({},Object(l["c"])({currentOrganization:function(t){return t.currentOrganization},organizationList:function(t){return t.organizationList}})),watch:{code:function(){this.init()},keyword:function(){this.search()}},created:function(){this.init()},methods:{init:function(){this.getProject(),this.getProjectList(!0)},getProject:function(){var t=this;Object(c["h"])(this.code).then((function(e){t.currentProject=e.data}))},getProjectList:function(){var t=this,e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.loading=e,this.requestData.pageSize=50,this.requestData.archive=-1,Object(c["l"])(this.requestData).then((function(e){t.projectList=e.data.list,t.projectListCopy=e.data.list,t.projectTotal=e.data.total,t.loading=!1}))},changeProject:function(t){this.visibleMenu=!1,this.$router.push("/project/space/task/"+t)},showCheck:function(t){if(t==this.code)return!0},search:s.a.debounce((function(){var t=this;if(this.keyword=this.keyword.trim(),this.keyword||(this.projectList=JSON.parse(JSON.stringify(this.projectListCopy))),this.keyword.length<=1)return!1;this.projectList=this.projectList.filter((function(e){return-1!=e.name.indexOf(t.keyword)}))}),500),getPopup:function(){return document.getElementById("project-select")}}},h=p,m=(n("7606"),n("2877")),v=Object(m["a"])(h,o,r,!1,null,null,null);e["a"]=v.exports},f8d5b:function(t,e,n){"use strict";n("cbd1")},fe8e:function(t,e,n){},ff64:function(t,e,n){"use strict";n("2d94")}}]);