(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-74c7207a","chunk-a5768400","chunk-2ca51a62","chunk-345dd7f2","chunk-4117a386","chunk-08486bce","chunk-d19c1a98","chunk-2d0a2db2","chunk-2d0f012d"],{"0062":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"app-container"},[n("el-form",{directives:[{name:"show",rawName:"v-show",value:t.showSearch,expression:"showSearch"}],ref:"queryForm",attrs:{model:t.queryParams,inline:!0,"label-width":"68px"}},[n("el-form-item",{attrs:{label:"任务名称",prop:"jobName"}},[n("el-input",{staticStyle:{width:"240px"},attrs:{placeholder:"请输入任务名称",clearable:"",size:"small"},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.handleQuery(e)}},model:{value:t.queryParams.jobName,callback:function(e){t.$set(t.queryParams,"jobName",e)},expression:"queryParams.jobName"}})],1),n("el-form-item",{attrs:{label:"任务组名",prop:"jobGroup"}},[n("el-select",{staticStyle:{width:"240px"},attrs:{placeholder:"请任务组名",clearable:"",size:"small"},model:{value:t.queryParams.jobGroup,callback:function(e){t.$set(t.queryParams,"jobGroup",e)},expression:"queryParams.jobGroup"}},t._l(t.jobGroupOptions,(function(t){return n("el-option",{key:t.dictValue,attrs:{label:t.dictLabel,value:t.dictValue}})})),1)],1),n("el-form-item",{attrs:{label:"执行状态",prop:"status"}},[n("el-select",{staticStyle:{width:"240px"},attrs:{placeholder:"请选择执行状态",clearable:"",size:"small"},model:{value:t.queryParams.status,callback:function(e){t.$set(t.queryParams,"status",e)},expression:"queryParams.status"}},t._l(t.statusOptions,(function(t){return n("el-option",{key:t.dictValue,attrs:{label:t.dictLabel,value:t.dictValue}})})),1)],1),n("el-form-item",{attrs:{label:"执行时间"}},[n("el-date-picker",{staticStyle:{width:"240px"},attrs:{size:"small","value-format":"yyyy-MM-dd",type:"daterange","range-separator":"-","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:t.dateRange,callback:function(e){t.dateRange=e},expression:"dateRange"}})],1),n("el-form-item",[n("el-button",{attrs:{type:"cyan",icon:"el-icon-search",size:"mini"},on:{click:t.handleQuery}},[t._v("搜索")]),n("el-button",{attrs:{icon:"el-icon-refresh",size:"mini"},on:{click:t.resetQuery}},[t._v("重置")])],1)],1),n("el-row",{staticClass:"mb8",attrs:{gutter:10}},[n("el-col",{attrs:{span:1.5}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["monitor:job:remove"],expression:"['monitor:job:remove']"}],attrs:{type:"danger",icon:"el-icon-delete",size:"mini",disabled:t.multiple},on:{click:t.handleDelete}},[t._v("删除")])],1),n("el-col",{attrs:{span:1.5}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["monitor:job:remove"],expression:"['monitor:job:remove']"}],attrs:{type:"danger",icon:"el-icon-delete",size:"mini"},on:{click:t.handleClean}},[t._v("清空")])],1),n("el-col",{attrs:{span:1.5}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["monitor:job:export"],expression:"['monitor:job:export']"}],attrs:{type:"warning",icon:"el-icon-download",size:"mini"},on:{click:t.handleExport}},[t._v("导出")])],1),n("right-toolbar",{attrs:{showSearch:t.showSearch},on:{"update:showSearch":function(e){t.showSearch=e},"update:show-search":function(e){t.showSearch=e},queryTable:t.getList}})],1),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],attrs:{data:t.jobLogList},on:{"selection-change":t.handleSelectionChange}},[n("el-table-column",{attrs:{type:"selection",width:"55",align:"center"}}),n("el-table-column",{attrs:{label:"日志编号",width:"80",align:"center",prop:"jobLogId"}}),n("el-table-column",{attrs:{label:"任务名称",align:"center",prop:"jobName","show-overflow-tooltip":!0}}),n("el-table-column",{attrs:{label:"任务组名",align:"center",prop:"jobGroup",formatter:t.jobGroupFormat,"show-overflow-tooltip":!0}}),n("el-table-column",{attrs:{label:"调用目标字符串",align:"center",prop:"invokeTarget","show-overflow-tooltip":!0}}),n("el-table-column",{attrs:{label:"日志信息",align:"center",prop:"jobMessage","show-overflow-tooltip":!0}}),n("el-table-column",{attrs:{label:"执行状态",align:"center",prop:"status",formatter:t.statusFormat}}),n("el-table-column",{attrs:{label:"执行时间",align:"center",prop:"createTime",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(t.parseTime(e.row.createTime)))])]}}])}),n("el-table-column",{attrs:{label:"操作",align:"center","class-name":"small-padding fixed-width"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["monitor:job:query"],expression:"['monitor:job:query']"}],attrs:{size:"mini",type:"text",icon:"el-icon-view"},on:{click:function(n){return t.handleView(e.row)}}},[t._v("详细")])]}}])})],1),n("pagination",{directives:[{name:"show",rawName:"v-show",value:t.total>0,expression:"total>0"}],attrs:{total:t.total,page:t.queryParams.pageNum,limit:t.queryParams.pageSize},on:{"update:page":function(e){return t.$set(t.queryParams,"pageNum",e)},"update:limit":function(e){return t.$set(t.queryParams,"pageSize",e)},pagination:t.getList}}),n("el-dialog",{attrs:{title:"调度日志详细",visible:t.open,width:"700px","append-to-body":""},on:{"update:visible":function(e){t.open=e}}},[n("el-form",{ref:"form",attrs:{model:t.form,"label-width":"100px",size:"mini"}},[n("el-row",[n("el-col",{attrs:{span:12}},[n("el-form-item",{attrs:{label:"日志序号:"}},[t._v(t._s(t.form.jobLogId))]),n("el-form-item",{attrs:{label:"任务名称:"}},[t._v(t._s(t.form.jobName))])],1),n("el-col",{attrs:{span:12}},[n("el-form-item",{attrs:{label:"任务分组:"}},[t._v(t._s(t.form.jobGroup))]),n("el-form-item",{attrs:{label:"执行时间:"}},[t._v(t._s(t.form.createTime))])],1),n("el-col",{attrs:{span:24}},[n("el-form-item",{attrs:{label:"调用方法:"}},[t._v(t._s(t.form.invokeTarget))])],1),n("el-col",{attrs:{span:24}},[n("el-form-item",{attrs:{label:"日志信息:"}},[t._v(t._s(t.form.jobMessage))])],1),n("el-col",{attrs:{span:24}},[n("el-form-item",{attrs:{label:"执行状态:"}},[0==t.form.status?n("div",[t._v("正常")]):1==t.form.status?n("div",[t._v("失败")]):t._e()])],1),n("el-col",{attrs:{span:24}},[1==t.form.status?n("el-form-item",{attrs:{label:"异常信息:"}},[t._v(t._s(t.form.exceptionInfo))]):t._e()],1)],1)],1),n("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[n("el-button",{on:{click:function(e){t.open=!1}}},[t._v("关 闭")])],1)],1)],1)},i=[],a=n("5530"),o=(n("d81d"),n("b775"));function A(t){return Object(o["a"])({url:"/schedule/job/log/list",method:"get",params:t})}function s(t){return Object(o["a"])({url:"/schedule/job/log/"+t,method:"delete"})}function l(){return Object(o["a"])({url:"/schedule/job/log/clean",method:"delete"})}var c={name:"JobLog",data:function(){return{loading:!0,ids:[],multiple:!0,showSearch:!0,total:0,jobLogList:[],open:!1,dateRange:[],form:{},statusOptions:[],jobGroupOptions:[],queryParams:{pageNum:1,pageSize:10,jobName:void 0,jobGroup:void 0,status:void 0}}},created:function(){var t=this;this.getList(),this.getDicts("sys_job_status").then((function(e){t.statusOptions=e.data})),this.getDicts("sys_job_group").then((function(e){t.jobGroupOptions=e.data}))},methods:{getList:function(){var t=this;this.loading=!0,A(this.addDateRange(this.queryParams,this.dateRange)).then((function(e){t.jobLogList=e.rows,t.total=e.total,t.loading=!1}))},statusFormat:function(t,e){return this.selectDictLabel(this.statusOptions,t.status)},jobGroupFormat:function(t,e){return this.selectDictLabel(this.jobGroupOptions,t.jobGroup)},handleQuery:function(){this.queryParams.pageNum=1,this.getList()},resetQuery:function(){this.dateRange=[],this.resetForm("queryForm"),this.handleQuery()},handleSelectionChange:function(t){this.ids=t.map((function(t){return t.jobLogId})),this.multiple=!t.length},handleView:function(t){this.open=!0,this.form=t},handleDelete:function(t){var e=this,n=this.ids;this.$confirm('是否确认删除调度日志编号为"'+n+'"的数据项?',"警告",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){return s(n)})).then((function(){e.getList(),e.msgSuccess("删除成功")}))},handleClean:function(){var t=this;this.$confirm("是否确认清空所有调度日志数据项?","警告",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){return l()})).then((function(){t.getList(),t.msgSuccess("清空成功")}))},handleExport:function(){this.download("schedule/job/log/export",Object(a["a"])({},this.queryParams),"log_".concat((new Date).getTime(),".xlsx"))}}},u=c,d=n("2877"),h=Object(d["a"])(u,r,i,!1,null,null,null);e["default"]=h.exports},"046a":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"app-container"},[n("el-form",{directives:[{name:"show",rawName:"v-show",value:t.showSearch,expression:"showSearch"}],ref:"queryForm",attrs:{model:t.queryParams,inline:!0,"label-width":"68px"}},[n("el-form-item",{attrs:{label:"字典名称",prop:"dictName"}},[n("el-input",{staticStyle:{width:"240px"},attrs:{placeholder:"请输入字典名称",clearable:"",size:"small"},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.handleQuery(e)}},model:{value:t.queryParams.dictName,callback:function(e){t.$set(t.queryParams,"dictName",e)},expression:"queryParams.dictName"}})],1),n("el-form-item",{attrs:{label:"字典类型",prop:"dictType"}},[n("el-input",{staticStyle:{width:"240px"},attrs:{placeholder:"请输入字典类型",clearable:"",size:"small"},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.handleQuery(e)}},model:{value:t.queryParams.dictType,callback:function(e){t.$set(t.queryParams,"dictType",e)},expression:"queryParams.dictType"}})],1),n("el-form-item",{attrs:{label:"状态",prop:"status"}},[n("el-select",{staticStyle:{width:"240px"},attrs:{placeholder:"字典状态",clearable:"",size:"small"},model:{value:t.queryParams.status,callback:function(e){t.$set(t.queryParams,"status",e)},expression:"queryParams.status"}},t._l(t.statusOptions,(function(t){return n("el-option",{key:t.dictValue,attrs:{label:t.dictLabel,value:t.dictValue}})})),1)],1),n("el-form-item",{attrs:{label:"创建时间"}},[n("el-date-picker",{staticStyle:{width:"240px"},attrs:{size:"small","value-format":"yyyy-MM-dd",type:"daterange","range-separator":"-","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:t.dateRange,callback:function(e){t.dateRange=e},expression:"dateRange"}})],1),n("el-form-item",[n("el-button",{attrs:{type:"cyan",icon:"el-icon-search",size:"mini"},on:{click:t.handleQuery}},[t._v("搜索")]),n("el-button",{attrs:{icon:"el-icon-refresh",size:"mini"},on:{click:t.resetQuery}},[t._v("重置")])],1)],1),n("el-row",{staticClass:"mb8",attrs:{gutter:10}},[n("el-col",{attrs:{span:1.5}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["system:dict:add"],expression:"['system:dict:add']"}],attrs:{type:"primary",icon:"el-icon-plus",size:"mini"},on:{click:t.handleAdd}},[t._v("新增")])],1),n("el-col",{attrs:{span:1.5}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["system:dict:edit"],expression:"['system:dict:edit']"}],attrs:{type:"success",icon:"el-icon-edit",size:"mini",disabled:t.single},on:{click:t.handleUpdate}},[t._v("修改")])],1),n("el-col",{attrs:{span:1.5}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["system:dict:remove"],expression:"['system:dict:remove']"}],attrs:{type:"danger",icon:"el-icon-delete",size:"mini",disabled:t.multiple},on:{click:t.handleDelete}},[t._v("删除")])],1),n("el-col",{attrs:{span:1.5}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["system:dict:export"],expression:"['system:dict:export']"}],attrs:{type:"warning",icon:"el-icon-download",size:"mini"},on:{click:t.handleExport}},[t._v("导出")])],1),n("el-col",{attrs:{span:1.5}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["system:dict:remove"],expression:"['system:dict:remove']"}],attrs:{type:"danger",icon:"el-icon-refresh",size:"mini"},on:{click:t.handleClearCache}},[t._v("清理缓存")])],1),n("right-toolbar",{attrs:{showSearch:t.showSearch},on:{"update:showSearch":function(e){t.showSearch=e},"update:show-search":function(e){t.showSearch=e},queryTable:t.getList}})],1),n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],attrs:{data:t.typeList},on:{"selection-change":t.handleSelectionChange}},[n("el-table-column",{attrs:{type:"selection",width:"55",align:"center"}}),n("el-table-column",{attrs:{label:"字典编号",align:"center",prop:"dictId"}}),n("el-table-column",{attrs:{label:"字典名称",align:"center",prop:"dictName","show-overflow-tooltip":!0}}),n("el-table-column",{attrs:{label:"字典类型",align:"center","show-overflow-tooltip":!0},scopedSlots:t._u([{key:"default",fn:function(e){return[n("router-link",{staticClass:"link-type",attrs:{to:"/dict/type/data/"+e.row.dictId}},[n("span",[t._v(t._s(e.row.dictType))])])]}}])}),n("el-table-column",{attrs:{label:"状态",align:"center",prop:"status",formatter:t.statusFormat}}),n("el-table-column",{attrs:{label:"备注",align:"center",prop:"remark","show-overflow-tooltip":!0}}),n("el-table-column",{attrs:{label:"创建时间",align:"center",prop:"createTime",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("span",[t._v(t._s(t.parseTime(e.row.createTime)))])]}}])}),n("el-table-column",{attrs:{label:"操作",align:"center","class-name":"small-padding fixed-width"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["system:dict:edit"],expression:"['system:dict:edit']"}],attrs:{size:"mini",type:"text",icon:"el-icon-edit"},on:{click:function(n){return t.handleUpdate(e.row)}}},[t._v("修改")]),n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["system:dict:remove"],expression:"['system:dict:remove']"}],attrs:{size:"mini",type:"text",icon:"el-icon-delete"},on:{click:function(n){return t.handleDelete(e.row)}}},[t._v("删除")])]}}])})],1),n("pagination",{directives:[{name:"show",rawName:"v-show",value:t.total>0,expression:"total>0"}],attrs:{total:t.total,page:t.queryParams.pageNum,limit:t.queryParams.pageSize},on:{"update:page":function(e){return t.$set(t.queryParams,"pageNum",e)},"update:limit":function(e){return t.$set(t.queryParams,"pageSize",e)},pagination:t.getList}}),n("el-dialog",{attrs:{title:t.title,visible:t.open,width:"500px","append-to-body":""},on:{"update:visible":function(e){t.open=e}}},[n("el-form",{ref:"form",attrs:{model:t.form,rules:t.rules,"label-width":"80px"}},[n("el-form-item",{attrs:{label:"字典名称",prop:"dictName"}},[n("el-input",{attrs:{placeholder:"请输入字典名称"},model:{value:t.form.dictName,callback:function(e){t.$set(t.form,"dictName",e)},expression:"form.dictName"}})],1),n("el-form-item",{attrs:{label:"字典类型",prop:"dictType"}},[n("el-input",{attrs:{placeholder:"请输入字典类型"},model:{value:t.form.dictType,callback:function(e){t.$set(t.form,"dictType",e)},expression:"form.dictType"}})],1),n("el-form-item",{attrs:{label:"状态",prop:"status"}},[n("el-radio-group",{model:{value:t.form.status,callback:function(e){t.$set(t.form,"status",e)},expression:"form.status"}},t._l(t.statusOptions,(function(e){return n("el-radio",{key:e.dictValue,attrs:{label:e.dictValue}},[t._v(t._s(e.dictLabel))])})),1)],1),n("el-form-item",{attrs:{label:"备注",prop:"remark"}},[n("el-input",{attrs:{type:"textarea",placeholder:"请输入内容"},model:{value:t.form.remark,callback:function(e){t.$set(t.form,"remark",e)},expression:"form.remark"}})],1)],1),n("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[n("el-button",{attrs:{type:"primary"},on:{click:t.submitForm}},[t._v("确 定")]),n("el-button",{on:{click:t.cancel}},[t._v("取 消")])],1)],1)],1)},i=[],a=n("5530"),o=(n("d81d"),n("ed45")),A={name:"Dict",data:function(){return{loading:!0,ids:[],single:!0,multiple:!0,showSearch:!0,total:0,typeList:[],title:"",open:!1,statusOptions:[],dateRange:[],queryParams:{pageNum:1,pageSize:10,dictName:void 0,dictType:void 0,status:void 0},form:{},rules:{dictName:[{required:!0,message:"字典名称不能为空",trigger:"blur"}],dictType:[{required:!0,message:"字典类型不能为空",trigger:"blur"}]}}},created:function(){var t=this;this.getList(),this.getDicts("sys_normal_disable").then((function(e){t.statusOptions=e.data}))},methods:{getList:function(){var t=this;this.loading=!0,Object(o["e"])(this.addDateRange(this.queryParams,this.dateRange)).then((function(e){t.typeList=e.rows,t.total=e.total,t.loading=!1}))},statusFormat:function(t,e){return this.selectDictLabel(this.statusOptions,t.status)},cancel:function(){this.open=!1,this.reset()},reset:function(){this.form={dictId:void 0,dictName:void 0,dictType:void 0,status:"0",remark:void 0},this.resetForm("form")},handleQuery:function(){this.queryParams.pageNum=1,this.getList()},resetQuery:function(){this.dateRange=[],this.resetForm("queryForm"),this.handleQuery()},handleAdd:function(){this.reset(),this.open=!0,this.title="添加字典类型"},handleSelectionChange:function(t){this.ids=t.map((function(t){return t.dictId})),this.single=1!=t.length,this.multiple=!t.length},handleUpdate:function(t){var e=this;this.reset();var n=t.dictId||this.ids;Object(o["d"])(n).then((function(t){e.form=t.data,e.open=!0,e.title="修改字典类型"}))},submitForm:function(){var t=this;this.$refs["form"].validate((function(e){e&&(void 0!=t.form.dictId?Object(o["g"])(t.form).then((function(e){t.msgSuccess("修改成功"),t.open=!1,t.getList()})):Object(o["a"])(t.form).then((function(e){t.msgSuccess("新增成功"),t.open=!1,t.getList()})))}))},handleDelete:function(t){var e=this,n=t.dictId||this.ids;this.$confirm('是否确认删除字典编号为"'+n+'"的数据项?',"警告",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){return Object(o["c"])(n)})).then((function(){e.getList(),e.msgSuccess("删除成功")}))},handleExport:function(){this.download("system/dict/type/export",Object(a["a"])({},this.queryParams),"type_".concat((new Date).getTime(),".xlsx"))},handleClearCache:function(){var t=this;Object(o["b"])().then((function(e){t.msgSuccess("清理成功")}))}}},s=A,l=n("2877"),c=Object(l["a"])(s,r,i,!1,null,null,null);e["default"]=c.exports},"050f":function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAAHCAYAAABdqo5mAAABMElEQVQ4jc2UzUoDUQyFv+lMW7X+QAUR3PgA7n3/pbj1FUSRKqidqvProok9hpl2dho4JJO5hHOSm5tc3q4YYMmQQ39g7a4DmcQJMLLcWODfqf3vQyI1CHW78o0RjCQ132xBDVRAGVBJjR+BE+AMOAfmwAlwaDgCZsCenVPxU4m9Od4IFZiFZmJEqiBQiTdC+iuIKIBPIAfegaXhFXgBHoEnoMiMwAy4Aq6BCxN2AOwLJkLUMZbYhfg0o8CuCUaBbch7E0qJHS5yBXyYXwL3wI2hzKxQDtwBC+AUOGb7BNW78JTNVVYbsZlwFFiaV6st75MsDGXwXRN8A55ZTzAHWr82hSl/MLJOWvewbwdTfu9ZfJD68j6tuIOab03okB30ZnTuIFKsZn3nI8n/aDtf0W8KX4E8RhM5bgAAAABJRU5ErkJggg=="},"06a7":function(t,e,n){},"0986":function(t,e,n){},"0a31":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"app-container"},[n("div",{staticClass:"sameCustomerPanel"},[n("el-row",{staticClass:"btnDiv"},[n("el-col",{attrs:{span:20}},[n("el-button",{attrs:{type:"cyan"}},[t._v("四要素疑似相同客户")]),n("span",{staticClass:"info"},[n("i",{staticClass:"el-icon-info"}),t._v("四要素疑似相同指姓名、性别、证件类型、手机号一致")])],1),n("el-col",{staticClass:"export",attrs:{span:4}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["business:sameCustomer"],expression:"['business:sameCustomer']"}],attrs:{type:"warning",icon:"el-icon-download",size:"mini",loading:t.exportLoadingZero},on:{click:t.handleExportZero}},[t._v("导出")])],1)],1),n("el-row",{staticClass:"btnDiv"},[n("el-col",{attrs:{span:20}},[n("el-button",{attrs:{type:"cyan"}},[t._v("三要素疑似相同客户")]),n("span",{staticClass:"info"},[n("i",{staticClass:"el-icon-info"}),t._v("三要素疑似相同指姓名、性别、出生日期一致")])],1),n("el-col",{staticClass:"export",attrs:{span:4}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["business:sameCustomer"],expression:"['business:sameCustomer']"}],attrs:{type:"warning",icon:"el-icon-download",size:"mini",loading:t.exportLoadingOne},on:{click:t.handleExportOne}},[t._v("导出")])],1)],1),n("el-row",{staticClass:"btnDiv"},[n("el-col",{attrs:{span:20}},[n("el-button",{attrs:{type:"cyan"}},[t._v("两要素疑似相同客户")]),n("span",{staticClass:"info"},[n("i",{staticClass:"el-icon-info"}),t._v("两要素疑似相同指姓名、证件号码一致")])],1),n("el-col",{staticClass:"export",attrs:{span:4}},[n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["business:sameCustomer"],expression:"['business:sameCustomer']"}],attrs:{type:"warning",icon:"el-icon-download",size:"mini",loading:t.exportLoadingTwo},on:{click:t.handleExportTwo}},[t._v("导出")])],1)],1)],1),n("div",{staticClass:"sameCustomerPanel mt10"},[n("el-row",[n("el-col",{staticClass:"l-ht40",attrs:{span:24}},t._l(t.btnArr,(function(e,r){return n("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["business:sameCustomer"],expression:"['business:sameCustomer']"}],key:e.id,attrs:{type:"warning",icon:"el-icon-download",size:"mini",loading:e.loading},on:{click:function(n){return t.handleExportBtn(e,r)}}},[t._v(t._s(e.name))])})),1)],1)],1)])},i=[],a=n("c871"),o={name:"sameCustomer",components:{},data:function(){return{exportLoadingZero:!1,exportLoadingOne:!1,exportLoadingTwo:!1,btnArr:[{name:"姓名异常数据",id:3,loading:!1},{name:"性别异常数据",id:4,loading:!1},{name:"证件类型异常数据",id:5,loading:!1},{name:"证件号码异常数据",id:6},{name:"出生日期异常数据",id:7,loading:!1},{name:"手机号码异常数据",id:8,loading:!1},{name:"邮政编码异常数据",id:9,loading:!1},{name:"主被保险人性别异常数据",id:11,loading:!1},{name:"学历异常数据",id:12,loading:!1},{name:"邮箱异常数据",id:14,loading:!1},{name:"起保日期异常数据",id:15,loading:!1},{name:"主被保险人手机异常数据",id:16,loading:!1},{name:"主被保险人证件号码异常数据",id:17,loading:!1},{name:"业务员名称异常数据",id:18,loading:!1},{name:"业绩归属异常数据",id:19,loading:!1}]}},created:function(){},mounted:function(){},methods:{getCustomerByIdData:function(){var t=this;this.loading=!0;var e=this.$route.query.id;Object(a["a"])({id:e}).then((function(e){console.log(e),t.custInfo=e.data.custInfo,t.loading=!1}))},handleExportZero:function(){var t=this;t.exportLoadingZero=!0,this.downloadNew("data/customer/exportSameZero",{},"customer_".concat((new Date).getTime(),".csv")).then((function(e){console.log(e),e&&(t.exportLoadingZero=!1)}))},handleExportOne:function(){var t=this;t.exportLoadingOne=!0,this.downloadNew("data/customer/exportSameOne",{},"customer_".concat((new Date).getTime(),".csv")).then((function(e){console.log(e),e&&(t.exportLoadingOne=!1)}))},handleExportTwo:function(){var t=this;t.exportLoadingTwo=!0,this.downloadNew("data/customer/exportSameTwo",{},"customer_".concat((new Date).getTime(),".csv")).then((function(e){console.log(e),e&&(t.exportLoadingTwo=!1)}))},handleExportBtn:function(t,e){var n=this;n.btnArr[e].loading=!0,this.downloadNew("data/customer/dataCleaning",{sameType:t.id},"customer_".concat((new Date).getTime(),".csv")).then((function(t){console.log(t),t&&(n.btnArr[e].loading=!1)}))}}},A=o,s=(n("7285"),n("2877")),l=Object(s["a"])(A,r,i,!1,null,null,null);e["default"]=l.exports},"0a5c":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:t.className,style:{height:t.height,width:t.width}})},i=[],a=n("313e"),o=n.n(a),A=n("feb2");n("817d");var s=3e3,l={mixins:[A["default"]],props:{className:{type:String,default:"chart"},width:{type:String,default:"100%"},height:{type:String,default:"300px"}},data:function(){return{chart:null}},mounted:function(){var t=this;this.$nextTick((function(){t.initChart()}))},beforeDestroy:function(){this.chart&&(this.chart.dispose(),this.chart=null)},methods:{initChart:function(){this.chart=o.a.init(this.$el,"macarons"),this.chart.setOption({tooltip:{trigger:"axis",axisPointer:{type:"shadow"}},radar:{radius:"66%",center:["50%","42%"],splitNumber:8,splitArea:{areaStyle:{color:"rgba(127,95,132,.3)",opacity:1,shadowBlur:45,shadowColor:"rgba(0,0,0,.5)",shadowOffsetX:0,shadowOffsetY:15}},indicator:[{name:"Sales",max:1e4},{name:"Administration",max:2e4},{name:"Information Techology",max:2e4},{name:"Customer Support",max:2e4},{name:"Development",max:2e4},{name:"Marketing",max:2e4}]},legend:{left:"center",bottom:"10",data:["Allocated Budget","Expected Spending","Actual Spending"]},series:[{type:"radar",symbolSize:0,areaStyle:{normal:{shadowBlur:13,shadowColor:"rgba(0,0,0,.2)",shadowOffsetX:0,shadowOffsetY:10,opacity:1}},data:[{value:[5e3,7e3,12e3,11e3,15e3,14e3],name:"Allocated Budget"},{value:[4e3,9e3,15e3,15e3,13e3,11e3],name:"Expected Spending"},{value:[5500,11e3,12e3,15e3,12e3,12e3],name:"Actual Spending"}],animationDuration:s}]})}}},c=l,u=n("2877"),d=Object(u["a"])(c,r,i,!1,null,null,null);e["default"]=d.exports},"0b25":function(t,e,n){var r=n("a691"),i=n("50c4");t.exports=function(t){if(void 0===t)return 0;var e=r(t),n=i(e);if(e!==n)throw RangeError("Wrong length or index");return n}},1035:function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:t.className,style:{height:t.height,width:t.width},attrs:{id:t.id}})},i=[],a=(n("b0c0"),n("313e")),o=n.n(a),A=n("feb2"),s={mixins:[A["default"]],props:{className:{type:String,default:"chart"},id:{type:String,default:"chart"},width:{type:String,default:"100%"},height:{type:String,default:"400px"},data:{type:Object,default:{}}},data:function(){return{chart:null}},watch:{data:{handler:function(t,e){t&&this.initChart()},deep:!0}},mounted:function(){var t=this;this.$nextTick((function(){t.initChart()}))},beforeDestroy:function(){this.chart&&(this.chart.dispose(),this.chart=null)},methods:{initChart:function(){var t=this;this.chart=o.a.init(document.getElementById(this.id));var e={tooltip:{trigger:"axis",formatter:"时间:{b}月
金额:{c}元"},grid:{left:"20%"},xAxis:[{type:"category",name:t.data.lineData.xAxisName,nameLocation:"end",nameTextStyle:{color:"#333",padding:[30,0,-40,-50]},data:t.data.xAxisData,axisPointer:{type:"shadow"},axisLabel:{color:"#333"},axisLine:{lineStyle:{color:"#EDEDED"}}}],yAxis:[{type:"value",name:t.data.lineData.yAxisName,axisLabel:{},axisLine:{show:!1},axisTick:{show:!1}}],series:[{name:t.data.lineData.name,type:"line",smooth:!0,itemStyle:{color:"#5AAFF9",borderColor:"#CFAF19"},data:t.data.lineData.data}]};this.chart.setOption(e)}}},l=s,c=n("2877"),u=Object(c["a"])(l,r,i,!1,null,null,null);e["default"]=u.exports},1157:function(t,e,n){var r,i;
/*!
* jQuery JavaScript Library v3.6.0
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2021-03-02T17:08Z
*/(function(e,n){"use strict";"object"===typeof t.exports?t.exports=e.document?n(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return n(t)}:n(e)})("undefined"!==typeof window?window:this,(function(n,a){"use strict";var o=[],A=Object.getPrototypeOf,s=o.slice,l=o.flat?function(t){return o.flat.call(t)}:function(t){return o.concat.apply([],t)},c=o.push,u=o.indexOf,d={},h=d.toString,f=d.hasOwnProperty,p=f.toString,m=p.call(Object),g={},v=function(t){return"function"===typeof t&&"number"!==typeof t.nodeType&&"function"!==typeof t.item},_=function(t){return null!=t&&t===t.window},y=n.document,b={type:!0,src:!0,nonce:!0,noModule:!0};function w(t,e,n){n=n||y;var r,i,a=n.createElement("script");if(a.text=t,e)for(r in b)i=e[r]||e.getAttribute&&e.getAttribute(r),i&&a.setAttribute(r,i);n.head.appendChild(a).parentNode.removeChild(a)}function B(t){return null==t?t+"":"object"===typeof t||"function"===typeof t?d[h.call(t)]||"object":typeof t}var x="3.6.0",C=function(t,e){return new C.fn.init(t,e)};function k(t){var e=!!t&&"length"in t&&t.length,n=B(t);return!v(t)&&!_(t)&&("array"===n||0===e||"number"===typeof e&&e>0&&e-1 in t)}C.fn=C.prototype={jquery:x,constructor:C,length:0,toArray:function(){return s.call(this)},get:function(t){return null==t?s.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=C.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return C.each(this,t)},map:function(t){return this.pushStack(C.map(this,(function(e,n){return t.call(e,n,e)})))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(C.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(C.grep(this,(function(t,e){return e%2})))},eq:function(t){var e=this.length,n=+t+(t<0?e:0);return this.pushStack(n>=0&&n+~]|"+P+")"+P+"*"),V=new RegExp(P+"|>"),z=new RegExp(M),G=new RegExp("^"+N+"$"),W={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N+"|[*])"),ATTR:new RegExp("^"+H),PSEUDO:new RegExp("^"+M),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+P+"*(even|odd|(([+-]|)(\\d*)n|)"+P+"*(?:([+-]|)"+P+"*(\\d+)|))"+P+"*\\)|)","i"),bool:new RegExp("^(?:"+L+")$","i"),needsContext:new RegExp("^"+P+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+P+"*((?:-\\d)?\\d*)"+P+"*\\)|)(?=[^-]|$)","i")},$=/HTML$/i,Y=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,tt=/[+~]/,et=new RegExp("\\\\[\\da-fA-F]{1,6}"+P+"?|\\\\([^\\r\\n\\f])","g"),nt=function(t,e){var n="0x"+t.slice(1)-65536;return e||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},rt=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,it=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},at=function(){d()},ot=yt((function(t){return!0===t.disabled&&"fieldset"===t.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{T.apply(U=I.call(b.childNodes),b.childNodes),U[b.childNodes.length].nodeType}catch(Qt){T={apply:U.length?function(t,e){S.apply(t,I.call(e))}:function(t,e){var n=t.length,r=0;while(t[n++]=e[r++]);t.length=n-1}}}function At(t,e,r,i){var a,A,l,c,u,f,g,v=e&&e.ownerDocument,b=e?e.nodeType:9;if(r=r||[],"string"!==typeof t||!t||1!==b&&9!==b&&11!==b)return r;if(!i&&(d(e),e=e||h,p)){if(11!==b&&(u=Z.exec(t)))if(a=u[1]){if(9===b){if(!(l=e.getElementById(a)))return r;if(l.id===a)return r.push(l),r}else if(v&&(l=v.getElementById(a))&&_(e,l)&&l.id===a)return r.push(l),r}else{if(u[2])return T.apply(r,e.getElementsByTagName(t)),r;if((a=u[3])&&n.getElementsByClassName&&e.getElementsByClassName)return T.apply(r,e.getElementsByClassName(a)),r}if(n.qsa&&!Q[t+" "]&&(!m||!m.test(t))&&(1!==b||"object"!==e.nodeName.toLowerCase())){if(g=t,v=e,1===b&&(V.test(t)||q.test(t))){v=tt.test(t)&>(e.parentNode)||e,v===e&&n.scope||((c=e.getAttribute("id"))?c=c.replace(rt,it):e.setAttribute("id",c=y)),f=o(t),A=f.length;while(A--)f[A]=(c?"#"+c:":scope")+" "+_t(f[A]);g=f.join(",")}try{return T.apply(r,v.querySelectorAll(g)),r}catch(w){Q(t,!0)}finally{c===y&&e.removeAttribute("id")}}}return s(t.replace(R,"$1"),e,r,i)}function st(){var t=[];function e(n,i){return t.push(n+" ")>r.cacheLength&&delete e[t.shift()],e[n+" "]=i}return e}function lt(t){return t[y]=!0,t}function ct(t){var e=h.createElement("fieldset");try{return!!t(e)}catch(Qt){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ut(t,e){var n=t.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=e}function dt(t,e){var n=e&&t,r=n&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===e)return-1;return t?1:-1}function ht(t){return function(e){var n=e.nodeName.toLowerCase();return"input"===n&&e.type===t}}function ft(t){return function(e){var n=e.nodeName.toLowerCase();return("input"===n||"button"===n)&&e.type===t}}function pt(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ot(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function mt(t){return lt((function(e){return e=+e,lt((function(n,r){var i,a=t([],n.length,e),o=a.length;while(o--)n[i=a[o]]&&(n[i]=!(r[i]=n[i]))}))}))}function gt(t){return t&&"undefined"!==typeof t.getElementsByTagName&&t}for(e in n=At.support={},a=At.isXML=function(t){var e=t&&t.namespaceURI,n=t&&(t.ownerDocument||t).documentElement;return!$.test(e||n&&n.nodeName||"HTML")},d=At.setDocument=function(t){var e,i,o=t?t.ownerDocument||t:b;return o!=h&&9===o.nodeType&&o.documentElement?(h=o,f=h.documentElement,p=!a(h),b!=h&&(i=h.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",at,!1):i.attachEvent&&i.attachEvent("onunload",at)),n.scope=ct((function(t){return f.appendChild(t).appendChild(h.createElement("div")),"undefined"!==typeof t.querySelectorAll&&!t.querySelectorAll(":scope fieldset div").length})),n.attributes=ct((function(t){return t.className="i",!t.getAttribute("className")})),n.getElementsByTagName=ct((function(t){return t.appendChild(h.createComment("")),!t.getElementsByTagName("*").length})),n.getElementsByClassName=J.test(h.getElementsByClassName),n.getById=ct((function(t){return f.appendChild(t).id=y,!h.getElementsByName||!h.getElementsByName(y).length})),n.getById?(r.filter["ID"]=function(t){var e=t.replace(et,nt);return function(t){return t.getAttribute("id")===e}},r.find["ID"]=function(t,e){if("undefined"!==typeof e.getElementById&&p){var n=e.getElementById(t);return n?[n]:[]}}):(r.filter["ID"]=function(t){var e=t.replace(et,nt);return function(t){var n="undefined"!==typeof t.getAttributeNode&&t.getAttributeNode("id");return n&&n.value===e}},r.find["ID"]=function(t,e){if("undefined"!==typeof e.getElementById&&p){var n,r,i,a=e.getElementById(t);if(a){if(n=a.getAttributeNode("id"),n&&n.value===t)return[a];i=e.getElementsByName(t),r=0;while(a=i[r++])if(n=a.getAttributeNode("id"),n&&n.value===t)return[a]}return[]}}),r.find["TAG"]=n.getElementsByTagName?function(t,e){return"undefined"!==typeof e.getElementsByTagName?e.getElementsByTagName(t):n.qsa?e.querySelectorAll(t):void 0}:function(t,e){var n,r=[],i=0,a=e.getElementsByTagName(t);if("*"===t){while(n=a[i++])1===n.nodeType&&r.push(n);return r}return a},r.find["CLASS"]=n.getElementsByClassName&&function(t,e){if("undefined"!==typeof e.getElementsByClassName&&p)return e.getElementsByClassName(t)},g=[],m=[],(n.qsa=J.test(h.querySelectorAll))&&(ct((function(t){var e;f.appendChild(t).innerHTML="",t.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]="+P+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||m.push("\\["+P+"*(?:value|"+L+")"),t.querySelectorAll("[id~="+y+"-]").length||m.push("~="),e=h.createElement("input"),e.setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||m.push("\\["+P+"*name"+P+"*="+P+"*(?:''|\"\")"),t.querySelectorAll(":checked").length||m.push(":checked"),t.querySelectorAll("a#"+y+"+*").length||m.push(".#.+[+~]"),t.querySelectorAll("\\\f"),m.push("[\\r\\n\\f]")})),ct((function(t){t.innerHTML="";var e=h.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&m.push("name"+P+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),f.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),m.push(",.*:")}))),(n.matchesSelector=J.test(v=f.matches||f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&ct((function(t){n.disconnectedMatch=v.call(t,"*"),v.call(t,"[s!='']:x"),g.push("!=",M)})),m=m.length&&new RegExp(m.join("|")),g=g.length&&new RegExp(g.join("|")),e=J.test(f.compareDocumentPosition),_=e||J.test(f.contains)?function(t,e){var n=9===t.nodeType?t.documentElement:t,r=e&&e.parentNode;return t===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):t.compareDocumentPosition&&16&t.compareDocumentPosition(r)))}:function(t,e){if(e)while(e=e.parentNode)if(e===t)return!0;return!1},E=e?function(t,e){if(t===e)return u=!0,0;var r=!t.compareDocumentPosition-!e.compareDocumentPosition;return r||(r=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1,1&r||!n.sortDetached&&e.compareDocumentPosition(t)===r?t==h||t.ownerDocument==b&&_(b,t)?-1:e==h||e.ownerDocument==b&&_(b,e)?1:c?D(c,t)-D(c,e):0:4&r?-1:1)}:function(t,e){if(t===e)return u=!0,0;var n,r=0,i=t.parentNode,a=e.parentNode,o=[t],A=[e];if(!i||!a)return t==h?-1:e==h?1:i?-1:a?1:c?D(c,t)-D(c,e):0;if(i===a)return dt(t,e);n=t;while(n=n.parentNode)o.unshift(n);n=e;while(n=n.parentNode)A.unshift(n);while(o[r]===A[r])r++;return r?dt(o[r],A[r]):o[r]==b?-1:A[r]==b?1:0},h):h},At.matches=function(t,e){return At(t,null,null,e)},At.matchesSelector=function(t,e){if(d(t),n.matchesSelector&&p&&!Q[e+" "]&&(!g||!g.test(e))&&(!m||!m.test(e)))try{var r=v.call(t,e);if(r||n.disconnectedMatch||t.document&&11!==t.document.nodeType)return r}catch(Qt){Q(e,!0)}return At(e,h,null,[t]).length>0},At.contains=function(t,e){return(t.ownerDocument||t)!=h&&d(t),_(t,e)},At.attr=function(t,e){(t.ownerDocument||t)!=h&&d(t);var i=r.attrHandle[e.toLowerCase()],a=i&&F.call(r.attrHandle,e.toLowerCase())?i(t,e,!p):void 0;return void 0!==a?a:n.attributes||!p?t.getAttribute(e):(a=t.getAttributeNode(e))&&a.specified?a.value:null},At.escape=function(t){return(t+"").replace(rt,it)},At.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},At.uniqueSort=function(t){var e,r=[],i=0,a=0;if(u=!n.detectDuplicates,c=!n.sortStable&&t.slice(0),t.sort(E),u){while(e=t[a++])e===t[a]&&(i=r.push(a));while(i--)t.splice(r[i],1)}return c=null,t},i=At.getText=function(t){var e,n="",r=0,a=t.nodeType;if(a){if(1===a||9===a||11===a){if("string"===typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)n+=i(t)}else if(3===a||4===a)return t.nodeValue}else while(e=t[r++])n+=i(e);return n},r=At.selectors={cacheLength:50,createPseudo:lt,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(et,nt),t[3]=(t[3]||t[4]||t[5]||"").replace(et,nt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||At.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&At.error(t[0]),t},PSEUDO:function(t){var e,n=!t[6]&&t[2];return W["CHILD"].test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":n&&z.test(n)&&(e=o(n,!0))&&(e=n.indexOf(")",n.length-e)-n.length)&&(t[0]=t[0].slice(0,e),t[2]=n.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(et,nt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=x[t+" "];return e||(e=new RegExp("(^|"+P+")"+t+"("+P+"|$)"))&&x(t,(function(t){return e.test("string"===typeof t.className&&t.className||"undefined"!==typeof t.getAttribute&&t.getAttribute("class")||"")}))},ATTR:function(t,e,n){return function(r){var i=At.attr(r,t);return null==i?"!="===e:!e||(i+="","="===e?i===n:"!="===e?i!==n:"^="===e?n&&0===i.indexOf(n):"*="===e?n&&i.indexOf(n)>-1:"$="===e?n&&i.slice(-n.length)===n:"~="===e?(" "+i.replace(j," ")+" ").indexOf(n)>-1:"|="===e&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,n,r,i){var a="nth"!==t.slice(0,3),o="last"!==t.slice(-4),A="of-type"===e;return 1===r&&0===i?function(t){return!!t.parentNode}:function(e,n,s){var l,c,u,d,h,f,p=a!==o?"nextSibling":"previousSibling",m=e.parentNode,g=A&&e.nodeName.toLowerCase(),v=!s&&!A,_=!1;if(m){if(a){while(p){d=e;while(d=d[p])if(A?d.nodeName.toLowerCase()===g:1===d.nodeType)return!1;f=p="only"===t&&!f&&"nextSibling"}return!0}if(f=[o?m.firstChild:m.lastChild],o&&v){d=m,u=d[y]||(d[y]={}),c=u[d.uniqueID]||(u[d.uniqueID]={}),l=c[t]||[],h=l[0]===w&&l[1],_=h&&l[2],d=h&&m.childNodes[h];while(d=++h&&d&&d[p]||(_=h=0)||f.pop())if(1===d.nodeType&&++_&&d===e){c[t]=[w,h,_];break}}else if(v&&(d=e,u=d[y]||(d[y]={}),c=u[d.uniqueID]||(u[d.uniqueID]={}),l=c[t]||[],h=l[0]===w&&l[1],_=h),!1===_)while(d=++h&&d&&d[p]||(_=h=0)||f.pop())if((A?d.nodeName.toLowerCase()===g:1===d.nodeType)&&++_&&(v&&(u=d[y]||(d[y]={}),c=u[d.uniqueID]||(u[d.uniqueID]={}),c[t]=[w,_]),d===e))break;return _-=i,_===r||_%r===0&&_/r>=0}}},PSEUDO:function(t,e){var n,i=r.pseudos[t]||r.setFilters[t.toLowerCase()]||At.error("unsupported pseudo: "+t);return i[y]?i(e):i.length>1?(n=[t,t,"",e],r.setFilters.hasOwnProperty(t.toLowerCase())?lt((function(t,n){var r,a=i(t,e),o=a.length;while(o--)r=D(t,a[o]),t[r]=!(n[r]=a[o])})):function(t){return i(t,0,n)}):i}},pseudos:{not:lt((function(t){var e=[],n=[],r=A(t.replace(R,"$1"));return r[y]?lt((function(t,e,n,i){var a,o=r(t,null,i,[]),A=t.length;while(A--)(a=o[A])&&(t[A]=!(e[A]=a))})):function(t,i,a){return e[0]=t,r(e,null,a,n),e[0]=null,!n.pop()}})),has:lt((function(t){return function(e){return At(t,e).length>0}})),contains:lt((function(t){return t=t.replace(et,nt),function(e){return(e.textContent||i(e)).indexOf(t)>-1}})),lang:lt((function(t){return G.test(t||"")||At.error("unsupported lang: "+t),t=t.replace(et,nt).toLowerCase(),function(e){var n;do{if(n=p?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return n=n.toLowerCase(),n===t||0===n.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}})),target:function(e){var n=t.location&&t.location.hash;return n&&n.slice(1)===e.id},root:function(t){return t===f},focus:function(t){return t===h.activeElement&&(!h.hasFocus||h.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:pt(!1),disabled:pt(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!r.pseudos["empty"](t)},header:function(t){return X.test(t.nodeName)},input:function(t){return Y.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:mt((function(){return[0]})),last:mt((function(t,e){return[e-1]})),eq:mt((function(t,e,n){return[n<0?n+e:n]})),even:mt((function(t,e){for(var n=0;ne?e:n;--r>=0;)t.push(r);return t})),gt:mt((function(t,e,n){for(var r=n<0?n+e:n;++r1?function(e,n,r){var i=t.length;while(i--)if(!t[i](e,n,r))return!1;return!0}:t[0]}function wt(t,e,n){for(var r=0,i=e.length;r-1&&(a[l]=!(o[l]=u))}}else g=Bt(g===o?g.splice(f,g.length):g),i?i(null,o,g,s):T.apply(o,g)}))}function Ct(t){for(var e,n,i,a=t.length,o=r.relative[t[0].type],A=o||r.relative[" "],s=o?1:0,c=yt((function(t){return t===e}),A,!0),u=yt((function(t){return D(e,t)>-1}),A,!0),d=[function(t,n,r){var i=!o&&(r||n!==l)||((e=n).nodeType?c(t,n,r):u(t,n,r));return e=null,i}];s1&&bt(d),s>1&&_t(t.slice(0,s-1).concat({value:" "===t[s-2].type?"*":""})).replace(R,"$1"),n,s0,i=t.length>0,a=function(a,o,A,s,c){var u,f,m,g=0,v="0",_=a&&[],y=[],b=l,B=a||i&&r.find["TAG"]("*",c),x=w+=null==b?1:Math.random()||.1,C=B.length;for(c&&(l=o==h||o||c);v!==C&&null!=(u=B[v]);v++){if(i&&u){f=0,o||u.ownerDocument==h||(d(u),A=!p);while(m=t[f++])if(m(u,o||h,A)){s.push(u);break}c&&(w=x)}n&&((u=!m&&u)&&g--,a&&_.push(u))}if(g+=v,n&&v!==g){f=0;while(m=e[f++])m(_,y,o,A);if(a){if(g>0)while(v--)_[v]||y[v]||(y[v]=O.call(s));y=Bt(y)}T.apply(s,y),c&&!a&&y.length>0&&g+e.length>1&&At.uniqueSort(s)}return c&&(w=x,l=b),_};return n?lt(a):a}return vt.prototype=r.filters=r.pseudos,r.setFilters=new vt,o=At.tokenize=function(t,e){var n,i,a,o,A,s,l,c=C[t+" "];if(c)return e?0:c.slice(0);A=t,s=[],l=r.preFilter;while(A){for(o in n&&!(i=K.exec(A))||(i&&(A=A.slice(i[0].length)||A),s.push(a=[])),n=!1,(i=q.exec(A))&&(n=i.shift(),a.push({value:n,type:i[0].replace(R," ")}),A=A.slice(n.length)),r.filter)!(i=W[o].exec(A))||l[o]&&!(i=l[o](i))||(n=i.shift(),a.push({value:n,type:o,matches:i}),A=A.slice(n.length));if(!n)break}return e?A.length:A?At.error(t):C(t,s).slice(0)},A=At.compile=function(t,e){var n,r=[],i=[],a=k[t+" "];if(!a){e||(e=o(t)),n=e.length;while(n--)a=Ct(e[n]),a[y]?r.push(a):i.push(a);a=k(t,kt(i,r)),a.selector=t}return a},s=At.select=function(t,e,n,i){var a,s,l,c,u,d="function"===typeof t&&t,h=!i&&o(t=d.selector||t);if(n=n||[],1===h.length){if(s=h[0]=h[0].slice(0),s.length>2&&"ID"===(l=s[0]).type&&9===e.nodeType&&p&&r.relative[s[1].type]){if(e=(r.find["ID"](l.matches[0].replace(et,nt),e)||[])[0],!e)return n;d&&(e=e.parentNode),t=t.slice(s.shift().value.length)}a=W["needsContext"].test(t)?0:s.length;while(a--){if(l=s[a],r.relative[c=l.type])break;if((u=r.find[c])&&(i=u(l.matches[0].replace(et,nt),tt.test(s[0].type)&>(e.parentNode)||e))){if(s.splice(a,1),t=i.length&&_t(s),!t)return T.apply(n,i),n;break}}}return(d||A(t,h))(i,e,!p,n,!e||tt.test(t)&>(e.parentNode)||e),n},n.sortStable=y.split("").sort(E).join("")===y,n.detectDuplicates=!!u,d(),n.sortDetached=ct((function(t){return 1&t.compareDocumentPosition(h.createElement("fieldset"))})),ct((function(t){return t.innerHTML="","#"===t.firstChild.getAttribute("href")}))||ut("type|href|height|width",(function(t,e,n){if(!n)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)})),n.attributes&&ct((function(t){return t.innerHTML="",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")}))||ut("value",(function(t,e,n){if(!n&&"input"===t.nodeName.toLowerCase())return t.defaultValue})),ct((function(t){return null==t.getAttribute("disabled")}))||ut(L,(function(t,e,n){var r;if(!n)return!0===t[e]?e.toLowerCase():(r=t.getAttributeNode(e))&&r.specified?r.value:null})),At}(n);C.find=Q,C.expr=Q.selectors,C.expr[":"]=C.expr.pseudos,C.uniqueSort=C.unique=Q.uniqueSort,C.text=Q.getText,C.isXMLDoc=Q.isXML,C.contains=Q.contains,C.escapeSelector=Q.escape;var E=function(t,e,n){var r=[],i=void 0!==n;while((t=t[e])&&9!==t.nodeType)if(1===t.nodeType){if(i&&C(t).is(n))break;r.push(t)}return r},F=function(t,e){for(var n=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&n.push(t);return n},U=C.expr.match.needsContext;function O(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var S=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(t,e,n){return v(e)?C.grep(t,(function(t,r){return!!e.call(t,r,t)!==n})):e.nodeType?C.grep(t,(function(t){return t===e!==n})):"string"!==typeof e?C.grep(t,(function(t){return u.call(e,t)>-1!==n})):C.filter(e,t,n)}C.filter=function(t,e,n){var r=e[0];return n&&(t=":not("+t+")"),1===e.length&&1===r.nodeType?C.find.matchesSelector(r,t)?[r]:[]:C.find.matches(t,C.grep(e,(function(t){return 1===t.nodeType})))},C.fn.extend({find:function(t){var e,n,r=this.length,i=this;if("string"!==typeof t)return this.pushStack(C(t).filter((function(){for(e=0;e1?C.uniqueSort(n):n},filter:function(t){return this.pushStack(T(this,t||[],!1))},not:function(t){return this.pushStack(T(this,t||[],!0))},is:function(t){return!!T(this,"string"===typeof t&&U.test(t)?C(t):t||[],!1).length}});var I,D=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,L=C.fn.init=function(t,e,n){var r,i;if(!t)return this;if(n=n||I,"string"===typeof t){if(r="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:D.exec(t),!r||!r[1]&&e)return!e||e.jquery?(e||n).find(t):this.constructor(e).find(t);if(r[1]){if(e=e instanceof C?e[0]:e,C.merge(this,C.parseHTML(r[1],e&&e.nodeType?e.ownerDocument||e:y,!0)),S.test(r[1])&&C.isPlainObject(e))for(r in e)v(this[r])?this[r](e[r]):this.attr(r,e[r]);return this}return i=y.getElementById(r[2]),i&&(this[0]=i,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):v(t)?void 0!==n.ready?n.ready(t):t(C):C.makeArray(t,this)};L.prototype=C.fn,I=C(y);var P=/^(?:parents|prev(?:Until|All))/,N={children:!0,contents:!0,next:!0,prev:!0};function H(t,e){while((t=t[e])&&1!==t.nodeType);return t}C.fn.extend({has:function(t){var e=C(t,this),n=e.length;return this.filter((function(){for(var t=0;t-1:1===n.nodeType&&C.find.matchesSelector(n,t))){a.push(n);break}return this.pushStack(a.length>1?C.uniqueSort(a):a)},index:function(t){return t?"string"===typeof t?u.call(C(t),this[0]):u.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(C.uniqueSort(C.merge(this.get(),C(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),C.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return E(t,"parentNode")},parentsUntil:function(t,e,n){return E(t,"parentNode",n)},next:function(t){return H(t,"nextSibling")},prev:function(t){return H(t,"previousSibling")},nextAll:function(t){return E(t,"nextSibling")},prevAll:function(t){return E(t,"previousSibling")},nextUntil:function(t,e,n){return E(t,"nextSibling",n)},prevUntil:function(t,e,n){return E(t,"previousSibling",n)},siblings:function(t){return F((t.parentNode||{}).firstChild,t)},children:function(t){return F(t.firstChild)},contents:function(t){return null!=t.contentDocument&&A(t.contentDocument)?t.contentDocument:(O(t,"template")&&(t=t.content||t),C.merge([],t.childNodes))}},(function(t,e){C.fn[t]=function(n,r){var i=C.map(this,e,n);return"Until"!==t.slice(-5)&&(r=n),r&&"string"===typeof r&&(i=C.filter(r,i)),this.length>1&&(N[t]||C.uniqueSort(i),P.test(t)&&i.reverse()),this.pushStack(i)}}));var M=/[^\x20\t\r\n\f]+/g;function j(t){var e={};return C.each(t.match(M)||[],(function(t,n){e[n]=!0})),e}function R(t){return t}function K(t){throw t}function q(t,e,n,r){var i;try{t&&v(i=t.promise)?i.call(t).done(e).fail(n):t&&v(i=t.then)?i.call(t,e,n):e.apply(void 0,[t].slice(r))}catch(t){n.apply(void 0,[t])}}C.Callbacks=function(t){t="string"===typeof t?j(t):C.extend({},t);var e,n,r,i,a=[],o=[],A=-1,s=function(){for(i=i||t.once,r=e=!0;o.length;A=-1){n=o.shift();while(++A-1)a.splice(n,1),n<=A&&A--})),this},has:function(t){return t?C.inArray(t,a)>-1:a.length>0},empty:function(){return a&&(a=[]),this},disable:function(){return i=o=[],a=n="",this},disabled:function(){return!a},lock:function(){return i=o=[],n||e||(a=n=""),this},locked:function(){return!!i},fireWith:function(t,n){return i||(n=n||[],n=[t,n.slice?n.slice():n],o.push(n),e||s()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},C.extend({Deferred:function(t){var e=[["notify","progress",C.Callbacks("memory"),C.Callbacks("memory"),2],["resolve","done",C.Callbacks("once memory"),C.Callbacks("once memory"),0,"resolved"],["reject","fail",C.Callbacks("once memory"),C.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return a.done(arguments).fail(arguments),this},catch:function(t){return i.then(null,t)},pipe:function(){var t=arguments;return C.Deferred((function(n){C.each(e,(function(e,r){var i=v(t[r[4]])&&t[r[4]];a[r[1]]((function(){var t=i&&i.apply(this,arguments);t&&v(t.promise)?t.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[r[0]+"With"](this,i?[t]:arguments)}))})),t=null})).promise()},then:function(t,r,i){var a=0;function o(t,e,r,i){return function(){var A=this,s=arguments,l=function(){var n,l;if(!(t=a&&(r!==K&&(A=void 0,s=[n]),e.rejectWith(A,s))}};t?c():(C.Deferred.getStackHook&&(c.stackTrace=C.Deferred.getStackHook()),n.setTimeout(c))}}return C.Deferred((function(n){e[0][3].add(o(0,n,v(i)?i:R,n.notifyWith)),e[1][3].add(o(0,n,v(t)?t:R)),e[2][3].add(o(0,n,v(r)?r:K))})).promise()},promise:function(t){return null!=t?C.extend(t,i):i}},a={};return C.each(e,(function(t,n){var o=n[2],A=n[5];i[n[1]]=o.add,A&&o.add((function(){r=A}),e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),o.add(n[3].fire),a[n[0]]=function(){return a[n[0]+"With"](this===a?void 0:this,arguments),this},a[n[0]+"With"]=o.fireWith})),i.promise(a),t&&t.call(a,a),a},when:function(t){var e=arguments.length,n=e,r=Array(n),i=s.call(arguments),a=C.Deferred(),o=function(t){return function(n){r[t]=this,i[t]=arguments.length>1?s.call(arguments):n,--e||a.resolveWith(r,i)}};if(e<=1&&(q(t,a.done(o(n)).resolve,a.reject,!e),"pending"===a.state()||v(i[n]&&i[n].then)))return a.then();while(n--)q(i[n],o(n),a.reject);return a.promise()}});var V=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;C.Deferred.exceptionHook=function(t,e){n.console&&n.console.warn&&t&&V.test(t.name)&&n.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},C.readyException=function(t){n.setTimeout((function(){throw t}))};var z=C.Deferred();function G(){y.removeEventListener("DOMContentLoaded",G),n.removeEventListener("load",G),C.ready()}C.fn.ready=function(t){return z.then(t).catch((function(t){C.readyException(t)})),this},C.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--C.readyWait:C.isReady)||(C.isReady=!0,!0!==t&&--C.readyWait>0||z.resolveWith(y,[C]))}}),C.ready.then=z.then,"complete"===y.readyState||"loading"!==y.readyState&&!y.documentElement.doScroll?n.setTimeout(C.ready):(y.addEventListener("DOMContentLoaded",G),n.addEventListener("load",G));var W=function(t,e,n,r,i,a,o){var A=0,s=t.length,l=null==n;if("object"===B(n))for(A in i=!0,n)W(t,e,A,n[A],!0,a,o);else if(void 0!==r&&(i=!0,v(r)||(o=!0),l&&(o?(e.call(t,r),e=null):(l=e,e=function(t,e,n){return l.call(C(t),n)})),e))for(;A1,null,!0)},removeData:function(t){return this.each((function(){nt.remove(this,t)}))}}),C.extend({queue:function(t,e,n){var r;if(t)return e=(e||"fx")+"queue",r=et.get(t,e),n&&(!r||Array.isArray(n)?r=et.access(t,e,C.makeArray(n)):r.push(n)),r||[]},dequeue:function(t,e){e=e||"fx";var n=C.queue(t,e),r=n.length,i=n.shift(),a=C._queueHooks(t,e),o=function(){C.dequeue(t,e)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===e&&n.unshift("inprogress"),delete a.stop,i.call(t,o,a)),!r&&a&&a.empty.fire()},_queueHooks:function(t,e){var n=e+"queueHooks";return et.get(t,n)||et.access(t,n,{empty:C.Callbacks("once memory").add((function(){et.remove(t,[e+"queue",n])}))})}}),C.fn.extend({queue:function(t,e){var n=2;return"string"!==typeof t&&(e=t,t="fx",n--),arguments.length\x20\t\r\n\f]*)/i,yt=/^$|^module$|\/(?:java|ecma)script/i;(function(){var t=y.createDocumentFragment(),e=t.appendChild(y.createElement("div")),n=y.createElement("input");n.setAttribute("type","radio"),n.setAttribute("checked","checked"),n.setAttribute("name","t"),e.appendChild(n),g.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",g.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue,e.innerHTML="",g.option=!!e.lastChild})();var bt={thead:[1,""],col:[2,""],tr:[2,""],td:[3,""],_default:[0,"",""]};function wt(t,e){var n;return n="undefined"!==typeof t.getElementsByTagName?t.getElementsByTagName(e||"*"):"undefined"!==typeof t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&O(t,e)?C.merge([t],n):n}function Bt(t,e){for(var n=0,r=t.length;n",""]);var xt=/<|?\w+;/;function Ct(t,e,n,r,i){for(var a,o,A,s,l,c,u=e.createDocumentFragment(),d=[],h=0,f=t.length;h-1)i&&i.push(a);else if(l=ut(a),o=wt(u.appendChild(a),"script"),l&&Bt(o),n){c=0;while(a=o[c++])yt.test(a.type||"")&&n.push(a)}return u}var kt=/^([^.]*)(?:\.(.+)|)/;function Qt(){return!0}function Et(){return!1}function Ft(t,e){return t===Ut()===("focus"===e)}function Ut(){try{return y.activeElement}catch(t){}}function Ot(t,e,n,r,i,a){var o,A;if("object"===typeof e){for(A in"string"!==typeof n&&(r=r||n,n=void 0),e)Ot(t,A,n,r,e[A],a);return t}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"===typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Et;else if(!i)return t;return 1===a&&(o=i,i=function(t){return C().off(t),o.apply(this,arguments)},i.guid=o.guid||(o.guid=C.guid++)),t.each((function(){C.event.add(this,e,i,r,n)}))}function St(t,e,n){n?(et.set(t,e,!1),C.event.add(t,e,{namespace:!1,handler:function(t){var r,i,a=et.get(this,e);if(1&t.isTrigger&&this[e]){if(a.length)(C.event.special[e]||{}).delegateType&&t.stopPropagation();else if(a=s.call(arguments),et.set(this,e,a),r=n(this,e),this[e](),i=et.get(this,e),a!==i||r?et.set(this,e,!1):i={},a!==i)return t.stopImmediatePropagation(),t.preventDefault(),i&&i.value}else a.length&&(et.set(this,e,{value:C.event.trigger(C.extend(a[0],C.Event.prototype),a.slice(1),this)}),t.stopImmediatePropagation())}})):void 0===et.get(t,e)&&C.event.add(t,e,Qt)}C.event={global:{},add:function(t,e,n,r,i){var a,o,A,s,l,c,u,d,h,f,p,m=et.get(t);if(Z(t)){n.handler&&(a=n,n=a.handler,i=a.selector),i&&C.find.matchesSelector(ct,i),n.guid||(n.guid=C.guid++),(s=m.events)||(s=m.events=Object.create(null)),(o=m.handle)||(o=m.handle=function(e){return"undefined"!==typeof C&&C.event.triggered!==e.type?C.event.dispatch.apply(t,arguments):void 0}),e=(e||"").match(M)||[""],l=e.length;while(l--)A=kt.exec(e[l])||[],h=p=A[1],f=(A[2]||"").split(".").sort(),h&&(u=C.event.special[h]||{},h=(i?u.delegateType:u.bindType)||h,u=C.event.special[h]||{},c=C.extend({type:h,origType:p,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&C.expr.match.needsContext.test(i),namespace:f.join(".")},a),(d=s[h])||(d=s[h]=[],d.delegateCount=0,u.setup&&!1!==u.setup.call(t,r,f,o)||t.addEventListener&&t.addEventListener(h,o)),u.add&&(u.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?d.splice(d.delegateCount++,0,c):d.push(c),C.event.global[h]=!0)}},remove:function(t,e,n,r,i){var a,o,A,s,l,c,u,d,h,f,p,m=et.hasData(t)&&et.get(t);if(m&&(s=m.events)){e=(e||"").match(M)||[""],l=e.length;while(l--)if(A=kt.exec(e[l])||[],h=p=A[1],f=(A[2]||"").split(".").sort(),h){u=C.event.special[h]||{},h=(r?u.delegateType:u.bindType)||h,d=s[h]||[],A=A[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=a=d.length;while(a--)c=d[a],!i&&p!==c.origType||n&&n.guid!==c.guid||A&&!A.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(d.splice(a,1),c.selector&&d.delegateCount--,u.remove&&u.remove.call(t,c));o&&!d.length&&(u.teardown&&!1!==u.teardown.call(t,f,m.handle)||C.removeEvent(t,h,m.handle),delete s[h])}else for(h in s)C.event.remove(t,h+e[l],n,r,!0);C.isEmptyObject(s)&&et.remove(t,"handle events")}},dispatch:function(t){var e,n,r,i,a,o,A=new Array(arguments.length),s=C.event.fix(t),l=(et.get(this,"events")||Object.create(null))[s.type]||[],c=C.event.special[s.type]||{};for(A[0]=s,e=1;e=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==t.type||!0!==l.disabled)){for(a=[],o={},n=0;n-1:C.find(i,this,null,[l]).length),o[i]&&a.push(r);a.length&&A.push({elem:l,handlers:a})}return l=this,s\s*$/g;function Lt(t,e){return O(t,"table")&&O(11!==e.nodeType?e:e.firstChild,"tr")&&C(t).children("tbody")[0]||t}function Pt(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function Nt(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function Ht(t,e){var n,r,i,a,o,A,s;if(1===e.nodeType){if(et.hasData(t)&&(a=et.get(t),s=a.events,s))for(i in et.remove(e,"handle events"),s)for(n=0,r=s[i].length;n1&&"string"===typeof f&&!g.checkClone&&It.test(f))return t.each((function(i){var a=t.eq(i);p&&(e[0]=f.call(this,i,a.html())),jt(a,e,n,r)}));if(d&&(i=Ct(e,t[0].ownerDocument,!1,t,r),a=i.firstChild,1===i.childNodes.length&&(i=a),a||r)){for(o=C.map(wt(i,"script"),Pt),A=o.length;u0&&Bt(o,!s&&wt(t,"script")),A},cleanData:function(t){for(var e,n,r,i=C.event.special,a=0;void 0!==(n=t[a]);a++)if(Z(n)){if(e=n[et.expando]){if(e.events)for(r in e.events)i[r]?C.event.remove(n,r):C.removeEvent(n,r,e.handle);n[et.expando]=void 0}n[nt.expando]&&(n[nt.expando]=void 0)}}}),C.fn.extend({detach:function(t){return Rt(this,t,!0)},remove:function(t){return Rt(this,t)},text:function(t){return W(this,(function(t){return void 0===t?C.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)}))}),null,t,arguments.length)},append:function(){return jt(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Lt(this,t);e.appendChild(t)}}))},prepend:function(){return jt(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Lt(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return jt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return jt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)}))},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(C.cleanData(wt(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return C.clone(this,t,e)}))},html:function(t){return W(this,(function(t){var e=this[0]||{},n=0,r=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"===typeof t&&!Tt.test(t)&&!bt[(_t.exec(t)||["",""])[1].toLowerCase()]){t=C.htmlPrefilter(t);try{for(;n=0&&(s+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-a-s-A-.5))||0),s}function oe(t,e,n){var r=qt(t),i=!g.boxSizingReliable()||n,a=i&&"border-box"===C.css(t,"boxSizing",!1,r),o=a,A=Gt(t,e,r),s="offset"+e[0].toUpperCase()+e.slice(1);if(Kt.test(A)){if(!n)return A;A="auto"}return(!g.boxSizingReliable()&&a||!g.reliableTrDimensions()&&O(t,"tr")||"auto"===A||!parseFloat(A)&&"inline"===C.css(t,"display",!1,r))&&t.getClientRects().length&&(a="border-box"===C.css(t,"boxSizing",!1,r),o=s in t,o&&(A=t[s])),A=parseFloat(A)||0,A+ae(t,e,n||(a?"border":"content"),o,r,A)+"px"}function Ae(t,e,n,r,i){return new Ae.prototype.init(t,e,n,r,i)}C.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=Gt(t,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,n,r){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var i,a,o,A=J(e),s=ee.test(e),l=t.style;if(s||(e=Zt(A)),o=C.cssHooks[e]||C.cssHooks[A],void 0===n)return o&&"get"in o&&void 0!==(i=o.get(t,!1,r))?i:l[e];a=typeof n,"string"===a&&(i=st.exec(n))&&i[1]&&(n=ft(t,e,i),a="number"),null!=n&&n===n&&("number"!==a||s||(n+=i&&i[3]||(C.cssNumber[A]?"":"px")),g.clearCloneStyle||""!==n||0!==e.indexOf("background")||(l[e]="inherit"),o&&"set"in o&&void 0===(n=o.set(t,n,r))||(s?l.setProperty(e,n):l[e]=n))}},css:function(t,e,n,r){var i,a,o,A=J(e),s=ee.test(e);return s||(e=Zt(A)),o=C.cssHooks[e]||C.cssHooks[A],o&&"get"in o&&(i=o.get(t,!0,n)),void 0===i&&(i=Gt(t,e,r)),"normal"===i&&e in re&&(i=re[e]),""===n||n?(a=parseFloat(i),!0===n||isFinite(a)?a||0:i):i}}),C.each(["height","width"],(function(t,e){C.cssHooks[e]={get:function(t,n,r){if(n)return!te.test(C.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?oe(t,e,r):Vt(t,ne,(function(){return oe(t,e,r)}))},set:function(t,n,r){var i,a=qt(t),o=!g.scrollboxSize()&&"absolute"===a.position,A=o||r,s=A&&"border-box"===C.css(t,"boxSizing",!1,a),l=r?ae(t,e,r,s,a):0;return s&&o&&(l-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(a[e])-ae(t,e,"border",!1,a)-.5)),l&&(i=st.exec(n))&&"px"!==(i[3]||"px")&&(t.style[e]=n,n=C.css(t,e)),ie(t,n,l)}}})),C.cssHooks.marginLeft=Wt(g.reliableMarginLeft,(function(t,e){if(e)return(parseFloat(Gt(t,"marginLeft"))||t.getBoundingClientRect().left-Vt(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),C.each({margin:"",padding:"",border:"Width"},(function(t,e){C.cssHooks[t+e]={expand:function(n){for(var r=0,i={},a="string"===typeof n?n.split(" "):[n];r<4;r++)i[t+lt[r]+e]=a[r]||a[r-2]||a[0];return i}},"margin"!==t&&(C.cssHooks[t+e].set=ie)})),C.fn.extend({css:function(t,e){return W(this,(function(t,e,n){var r,i,a={},o=0;if(Array.isArray(e)){for(r=qt(t),i=e.length;o1)}}),C.Tween=Ae,Ae.prototype={constructor:Ae,init:function(t,e,n,r,i,a){this.elem=t,this.prop=n,this.easing=i||C.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=r,this.unit=a||(C.cssNumber[n]?"":"px")},cur:function(){var t=Ae.propHooks[this.prop];return t&&t.get?t.get(this):Ae.propHooks._default.get(this)},run:function(t){var e,n=Ae.propHooks[this.prop];return this.options.duration?this.pos=e=C.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Ae.propHooks._default.set(this),this}},Ae.prototype.init.prototype=Ae.prototype,Ae.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=C.css(t.elem,t.prop,""),e&&"auto"!==e?e:0)},set:function(t){C.fx.step[t.prop]?C.fx.step[t.prop](t):1!==t.elem.nodeType||!C.cssHooks[t.prop]&&null==t.elem.style[Zt(t.prop)]?t.elem[t.prop]=t.now:C.style(t.elem,t.prop,t.now+t.unit)}}},Ae.propHooks.scrollTop=Ae.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},C.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},C.fx=Ae.prototype.init,C.fx.step={};var se,le,ce=/^(?:toggle|show|hide)$/,ue=/queueHooks$/;function de(){le&&(!1===y.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(de):n.setTimeout(de,C.fx.interval),C.fx.tick())}function he(){return n.setTimeout((function(){se=void 0})),se=Date.now()}function fe(t,e){var n,r=0,i={height:t};for(e=e?1:0;r<4;r+=2-e)n=lt[r],i["margin"+n]=i["padding"+n]=t;return e&&(i.opacity=i.width=t),i}function pe(t,e,n){for(var r,i=(ve.tweeners[e]||[]).concat(ve.tweeners["*"]),a=0,o=i.length;a1)},removeAttr:function(t){return this.each((function(){C.removeAttr(this,t)}))}}),C.extend({attr:function(t,e,n){var r,i,a=t.nodeType;if(3!==a&&8!==a&&2!==a)return"undefined"===typeof t.getAttribute?C.prop(t,e,n):(1===a&&C.isXMLDoc(t)||(i=C.attrHooks[e.toLowerCase()]||(C.expr.match.bool.test(e)?_e:void 0)),void 0!==n?null===n?void C.removeAttr(t,e):i&&"set"in i&&void 0!==(r=i.set(t,n,e))?r:(t.setAttribute(e,n+""),n):i&&"get"in i&&null!==(r=i.get(t,e))?r:(r=C.find.attr(t,e),null==r?void 0:r))},attrHooks:{type:{set:function(t,e){if(!g.radioValue&&"radio"===e&&O(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,r=0,i=e&&e.match(M);if(i&&1===t.nodeType)while(n=i[r++])t.removeAttribute(n)}}),_e={set:function(t,e,n){return!1===e?C.removeAttr(t,n):t.setAttribute(n,n),n}},C.each(C.expr.match.bool.source.match(/\w+/g),(function(t,e){var n=ye[e]||C.find.attr;ye[e]=function(t,e,r){var i,a,o=e.toLowerCase();return r||(a=ye[o],ye[o]=i,i=null!=n(t,e,r)?o:null,ye[o]=a),i}}));var be=/^(?:input|select|textarea|button)$/i,we=/^(?:a|area)$/i;function Be(t){var e=t.match(M)||[];return e.join(" ")}function xe(t){return t.getAttribute&&t.getAttribute("class")||""}function Ce(t){return Array.isArray(t)?t:"string"===typeof t&&t.match(M)||[]}C.fn.extend({prop:function(t,e){return W(this,C.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[C.propFix[t]||t]}))}}),C.extend({prop:function(t,e,n){var r,i,a=t.nodeType;if(3!==a&&8!==a&&2!==a)return 1===a&&C.isXMLDoc(t)||(e=C.propFix[e]||e,i=C.propHooks[e]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(t,n,e))?r:t[e]=n:i&&"get"in i&&null!==(r=i.get(t,e))?r:t[e]},propHooks:{tabIndex:{get:function(t){var e=C.find.attr(t,"tabindex");return e?parseInt(e,10):be.test(t.nodeName)||we.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(C.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),C.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){C.propFix[this.toLowerCase()]=this})),C.fn.extend({addClass:function(t){var e,n,r,i,a,o,A,s=0;if(v(t))return this.each((function(e){C(this).addClass(t.call(this,e,xe(this)))}));if(e=Ce(t),e.length)while(n=this[s++])if(i=xe(n),r=1===n.nodeType&&" "+Be(i)+" ",r){o=0;while(a=e[o++])r.indexOf(" "+a+" ")<0&&(r+=a+" ");A=Be(r),i!==A&&n.setAttribute("class",A)}return this},removeClass:function(t){var e,n,r,i,a,o,A,s=0;if(v(t))return this.each((function(e){C(this).removeClass(t.call(this,e,xe(this)))}));if(!arguments.length)return this.attr("class","");if(e=Ce(t),e.length)while(n=this[s++])if(i=xe(n),r=1===n.nodeType&&" "+Be(i)+" ",r){o=0;while(a=e[o++])while(r.indexOf(" "+a+" ")>-1)r=r.replace(" "+a+" "," ");A=Be(r),i!==A&&n.setAttribute("class",A)}return this},toggleClass:function(t,e){var n=typeof t,r="string"===n||Array.isArray(t);return"boolean"===typeof e&&r?e?this.addClass(t):this.removeClass(t):v(t)?this.each((function(n){C(this).toggleClass(t.call(this,n,xe(this),e),e)})):this.each((function(){var e,i,a,o;if(r){i=0,a=C(this),o=Ce(t);while(e=o[i++])a.hasClass(e)?a.removeClass(e):a.addClass(e)}else void 0!==t&&"boolean"!==n||(e=xe(this),e&&et.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":et.get(this,"__className__")||""))}))},hasClass:function(t){var e,n,r=0;e=" "+t+" ";while(n=this[r++])if(1===n.nodeType&&(" "+Be(xe(n))+" ").indexOf(e)>-1)return!0;return!1}});var ke=/\r/g;C.fn.extend({val:function(t){var e,n,r,i=this[0];return arguments.length?(r=v(t),this.each((function(n){var i;1===this.nodeType&&(i=r?t.call(this,n,C(this).val()):t,null==i?i="":"number"===typeof i?i+="":Array.isArray(i)&&(i=C.map(i,(function(t){return null==t?"":t+""}))),e=C.valHooks[this.type]||C.valHooks[this.nodeName.toLowerCase()],e&&"set"in e&&void 0!==e.set(this,i,"value")||(this.value=i))}))):i?(e=C.valHooks[i.type]||C.valHooks[i.nodeName.toLowerCase()],e&&"get"in e&&void 0!==(n=e.get(i,"value"))?n:(n=i.value,"string"===typeof n?n.replace(ke,""):null==n?"":n)):void 0}}),C.extend({valHooks:{option:{get:function(t){var e=C.find.attr(t,"value");return null!=e?e:Be(C.text(t))}},select:{get:function(t){var e,n,r,i=t.options,a=t.selectedIndex,o="select-one"===t.type,A=o?null:[],s=o?a+1:i.length;for(r=a<0?s:o?a:0;r-1)&&(n=!0);return n||(t.selectedIndex=-1),a}}}}),C.each(["radio","checkbox"],(function(){C.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=C.inArray(C(t).val(),e)>-1}},g.checkOn||(C.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})})),g.focusin="onfocusin"in n;var Qe=/^(?:focusinfocus|focusoutblur)$/,Ee=function(t){t.stopPropagation()};C.extend(C.event,{trigger:function(t,e,r,i){var a,o,A,s,l,c,u,d,h=[r||y],p=f.call(t,"type")?t.type:t,m=f.call(t,"namespace")?t.namespace.split("."):[];if(o=d=A=r=r||y,3!==r.nodeType&&8!==r.nodeType&&!Qe.test(p+C.event.triggered)&&(p.indexOf(".")>-1&&(m=p.split("."),p=m.shift(),m.sort()),l=p.indexOf(":")<0&&"on"+p,t=t[C.expando]?t:new C.Event(p,"object"===typeof t&&t),t.isTrigger=i?2:3,t.namespace=m.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=r),e=null==e?[t]:C.makeArray(e,[t]),u=C.event.special[p]||{},i||!u.trigger||!1!==u.trigger.apply(r,e))){if(!i&&!u.noBubble&&!_(r)){for(s=u.delegateType||p,Qe.test(s+p)||(o=o.parentNode);o;o=o.parentNode)h.push(o),A=o;A===(r.ownerDocument||y)&&h.push(A.defaultView||A.parentWindow||n)}a=0;while((o=h[a++])&&!t.isPropagationStopped())d=o,t.type=a>1?s:u.bindType||p,c=(et.get(o,"events")||Object.create(null))[t.type]&&et.get(o,"handle"),c&&c.apply(o,e),c=l&&o[l],c&&c.apply&&Z(o)&&(t.result=c.apply(o,e),!1===t.result&&t.preventDefault());return t.type=p,i||t.isDefaultPrevented()||u._default&&!1!==u._default.apply(h.pop(),e)||!Z(r)||l&&v(r[p])&&!_(r)&&(A=r[l],A&&(r[l]=null),C.event.triggered=p,t.isPropagationStopped()&&d.addEventListener(p,Ee),r[p](),t.isPropagationStopped()&&d.removeEventListener(p,Ee),C.event.triggered=void 0,A&&(r[l]=A)),t.result}},simulate:function(t,e,n){var r=C.extend(new C.Event,n,{type:t,isSimulated:!0});C.event.trigger(r,null,e)}}),C.fn.extend({trigger:function(t,e){return this.each((function(){C.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var n=this[0];if(n)return C.event.trigger(t,e,n,!0)}}),g.focusin||C.each({focus:"focusin",blur:"focusout"},(function(t,e){var n=function(t){C.event.simulate(e,t.target,C.event.fix(t))};C.event.special[e]={setup:function(){var r=this.ownerDocument||this.document||this,i=et.access(r,e);i||r.addEventListener(t,n,!0),et.access(r,e,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,i=et.access(r,e)-1;i?et.access(r,e,i):(r.removeEventListener(t,n,!0),et.remove(r,e))}}}));var Fe=n.location,Ue={guid:Date.now()},Oe=/\?/;C.parseXML=function(t){var e,r;if(!t||"string"!==typeof t)return null;try{e=(new n.DOMParser).parseFromString(t,"text/xml")}catch(i){}return r=e&&e.getElementsByTagName("parsererror")[0],e&&!r||C.error("Invalid XML: "+(r?C.map(r.childNodes,(function(t){return t.textContent})).join("\n"):t)),e};var Se=/\[\]$/,Te=/\r?\n/g,Ie=/^(?:submit|button|image|reset|file)$/i,De=/^(?:input|select|textarea|keygen)/i;function Le(t,e,n,r){var i;if(Array.isArray(e))C.each(e,(function(e,i){n||Se.test(t)?r(t,i):Le(t+"["+("object"===typeof i&&null!=i?e:"")+"]",i,n,r)}));else if(n||"object"!==B(e))r(t,e);else for(i in e)Le(t+"["+i+"]",e[i],n,r)}C.param=function(t,e){var n,r=[],i=function(t,e){var n=v(e)?e():e;r[r.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==n?"":n)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!C.isPlainObject(t))C.each(t,(function(){i(this.name,this.value)}));else for(n in t)Le(n,t[n],e,i);return r.join("&")},C.fn.extend({serialize:function(){return C.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=C.prop(this,"elements");return t?C.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!C(this).is(":disabled")&&De.test(this.nodeName)&&!Ie.test(t)&&(this.checked||!vt.test(t))})).map((function(t,e){var n=C(this).val();return null==n?null:Array.isArray(n)?C.map(n,(function(t){return{name:e.name,value:t.replace(Te,"\r\n")}})):{name:e.name,value:n.replace(Te,"\r\n")}})).get()}});var Pe=/%20/g,Ne=/#.*$/,He=/([?&])_=[^&]*/,Me=/^(.*?):[ \t]*([^\r\n]*)$/gm,je=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Re=/^(?:GET|HEAD)$/,Ke=/^\/\//,qe={},Ve={},ze="*/".concat("*"),Ge=y.createElement("a");function We(t){return function(e,n){"string"!==typeof e&&(n=e,e="*");var r,i=0,a=e.toLowerCase().match(M)||[];if(v(n))while(r=a[i++])"+"===r[0]?(r=r.slice(1)||"*",(t[r]=t[r]||[]).unshift(n)):(t[r]=t[r]||[]).push(n)}}function $e(t,e,n,r){var i={},a=t===Ve;function o(A){var s;return i[A]=!0,C.each(t[A]||[],(function(t,A){var l=A(e,n,r);return"string"!==typeof l||a||i[l]?a?!(s=l):void 0:(e.dataTypes.unshift(l),o(l),!1)})),s}return o(e.dataTypes[0])||!i["*"]&&o("*")}function Ye(t,e){var n,r,i=C.ajaxSettings.flatOptions||{};for(n in e)void 0!==e[n]&&((i[n]?t:r||(r={}))[n]=e[n]);return r&&C.extend(!0,t,r),t}function Xe(t,e,n){var r,i,a,o,A=t.contents,s=t.dataTypes;while("*"===s[0])s.shift(),void 0===r&&(r=t.mimeType||e.getResponseHeader("Content-Type"));if(r)for(i in A)if(A[i]&&A[i].test(r)){s.unshift(i);break}if(s[0]in n)a=s[0];else{for(i in n){if(!s[0]||t.converters[i+" "+s[0]]){a=i;break}o||(o=i)}a=a||o}if(a)return a!==s[0]&&s.unshift(a),n[a]}function Je(t,e,n,r){var i,a,o,A,s,l={},c=t.dataTypes.slice();if(c[1])for(o in t.converters)l[o.toLowerCase()]=t.converters[o];a=c.shift();while(a)if(t.responseFields[a]&&(n[t.responseFields[a]]=e),!s&&r&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),s=a,a=c.shift(),a)if("*"===a)a=s;else if("*"!==s&&s!==a){if(o=l[s+" "+a]||l["* "+a],!o)for(i in l)if(A=i.split(" "),A[1]===a&&(o=l[s+" "+A[0]]||l["* "+A[0]],o)){!0===o?o=l[i]:!0!==l[i]&&(a=A[0],c.unshift(A[1]));break}if(!0!==o)if(o&&t.throws)e=o(e);else try{e=o(e)}catch(u){return{state:"parsererror",error:o?u:"No conversion from "+s+" to "+a}}}return{state:"success",data:e}}Ge.href=Fe.href,C.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Fe.href,type:"GET",isLocal:je.test(Fe.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ze,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":C.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?Ye(Ye(t,C.ajaxSettings),e):Ye(C.ajaxSettings,t)},ajaxPrefilter:We(qe),ajaxTransport:We(Ve),ajax:function(t,e){"object"===typeof t&&(e=t,t=void 0),e=e||{};var r,i,a,o,A,s,l,c,u,d,h=C.ajaxSetup({},e),f=h.context||h,p=h.context&&(f.nodeType||f.jquery)?C(f):C.event,m=C.Deferred(),g=C.Callbacks("once memory"),v=h.statusCode||{},_={},b={},w="canceled",B={readyState:0,getResponseHeader:function(t){var e;if(l){if(!o){o={};while(e=Me.exec(a))o[e[1].toLowerCase()+" "]=(o[e[1].toLowerCase()+" "]||[]).concat(e[2])}e=o[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return l?a:null},setRequestHeader:function(t,e){return null==l&&(t=b[t.toLowerCase()]=b[t.toLowerCase()]||t,_[t]=e),this},overrideMimeType:function(t){return null==l&&(h.mimeType=t),this},statusCode:function(t){var e;if(t)if(l)B.always(t[B.status]);else for(e in t)v[e]=[v[e],t[e]];return this},abort:function(t){var e=t||w;return r&&r.abort(e),x(0,e),this}};if(m.promise(B),h.url=((t||h.url||Fe.href)+"").replace(Ke,Fe.protocol+"//"),h.type=e.method||e.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){s=y.createElement("a");try{s.href=h.url,s.href=s.href,h.crossDomain=Ge.protocol+"//"+Ge.host!==s.protocol+"//"+s.host}catch(k){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!==typeof h.data&&(h.data=C.param(h.data,h.traditional)),$e(qe,h,e,B),l)return B;for(u in c=C.event&&h.global,c&&0===C.active++&&C.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Re.test(h.type),i=h.url.replace(Ne,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(Pe,"+")):(d=h.url.slice(i.length),h.data&&(h.processData||"string"===typeof h.data)&&(i+=(Oe.test(i)?"&":"?")+h.data,delete h.data),!1===h.cache&&(i=i.replace(He,"$1"),d=(Oe.test(i)?"&":"?")+"_="+Ue.guid+++d),h.url=i+d),h.ifModified&&(C.lastModified[i]&&B.setRequestHeader("If-Modified-Since",C.lastModified[i]),C.etag[i]&&B.setRequestHeader("If-None-Match",C.etag[i])),(h.data&&h.hasContent&&!1!==h.contentType||e.contentType)&&B.setRequestHeader("Content-Type",h.contentType),B.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+ze+"; q=0.01":""):h.accepts["*"]),h.headers)B.setRequestHeader(u,h.headers[u]);if(h.beforeSend&&(!1===h.beforeSend.call(f,B,h)||l))return B.abort();if(w="abort",g.add(h.complete),B.done(h.success),B.fail(h.error),r=$e(Ve,h,e,B),r){if(B.readyState=1,c&&p.trigger("ajaxSend",[B,h]),l)return B;h.async&&h.timeout>0&&(A=n.setTimeout((function(){B.abort("timeout")}),h.timeout));try{l=!1,r.send(_,x)}catch(k){if(l)throw k;x(-1,k)}}else x(-1,"No Transport");function x(t,e,o,s){var u,d,_,y,b,w=e;l||(l=!0,A&&n.clearTimeout(A),r=void 0,a=s||"",B.readyState=t>0?4:0,u=t>=200&&t<300||304===t,o&&(y=Xe(h,B,o)),!u&&C.inArray("script",h.dataTypes)>-1&&C.inArray("json",h.dataTypes)<0&&(h.converters["text script"]=function(){}),y=Je(h,y,B,u),u?(h.ifModified&&(b=B.getResponseHeader("Last-Modified"),b&&(C.lastModified[i]=b),b=B.getResponseHeader("etag"),b&&(C.etag[i]=b)),204===t||"HEAD"===h.type?w="nocontent":304===t?w="notmodified":(w=y.state,d=y.data,_=y.error,u=!_)):(_=w,!t&&w||(w="error",t<0&&(t=0))),B.status=t,B.statusText=(e||w)+"",u?m.resolveWith(f,[d,w,B]):m.rejectWith(f,[B,w,_]),B.statusCode(v),v=void 0,c&&p.trigger(u?"ajaxSuccess":"ajaxError",[B,h,u?d:_]),g.fireWith(f,[B,w]),c&&(p.trigger("ajaxComplete",[B,h]),--C.active||C.event.trigger("ajaxStop")))}return B},getJSON:function(t,e,n){return C.get(t,e,n,"json")},getScript:function(t,e){return C.get(t,void 0,e,"script")}}),C.each(["get","post"],(function(t,e){C[e]=function(t,n,r,i){return v(n)&&(i=i||r,r=n,n=void 0),C.ajax(C.extend({url:t,type:e,dataType:i,data:n,success:r},C.isPlainObject(t)&&t))}})),C.ajaxPrefilter((function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")})),C._evalUrl=function(t,e,n){return C.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){C.globalEval(t,e,n)}})},C.fn.extend({wrapAll:function(t){var e;return this[0]&&(v(t)&&(t=t.call(this[0])),e=C(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map((function(){var t=this;while(t.firstElementChild)t=t.firstElementChild;return t})).append(this)),this},wrapInner:function(t){return v(t)?this.each((function(e){C(this).wrapInner(t.call(this,e))})):this.each((function(){var e=C(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)}))},wrap:function(t){var e=v(t);return this.each((function(n){C(this).wrapAll(e?t.call(this,n):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){C(this).replaceWith(this.childNodes)})),this}}),C.expr.pseudos.hidden=function(t){return!C.expr.pseudos.visible(t)},C.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},C.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(t){}};var Ze={0:200,1223:204},tn=C.ajaxSettings.xhr();g.cors=!!tn&&"withCredentials"in tn,g.ajax=tn=!!tn,C.ajaxTransport((function(t){var e,r;if(g.cors||tn&&!t.crossDomain)return{send:function(i,a){var o,A=t.xhr();if(A.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(o in t.xhrFields)A[o]=t.xhrFields[o];for(o in t.mimeType&&A.overrideMimeType&&A.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)A.setRequestHeader(o,i[o]);e=function(t){return function(){e&&(e=r=A.onload=A.onerror=A.onabort=A.ontimeout=A.onreadystatechange=null,"abort"===t?A.abort():"error"===t?"number"!==typeof A.status?a(0,"error"):a(A.status,A.statusText):a(Ze[A.status]||A.status,A.statusText,"text"!==(A.responseType||"text")||"string"!==typeof A.responseText?{binary:A.response}:{text:A.responseText},A.getAllResponseHeaders()))}},A.onload=e(),r=A.onerror=A.ontimeout=e("error"),void 0!==A.onabort?A.onabort=r:A.onreadystatechange=function(){4===A.readyState&&n.setTimeout((function(){e&&r()}))},e=e("abort");try{A.send(t.hasContent&&t.data||null)}catch(s){if(e)throw s}},abort:function(){e&&e()}}})),C.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),C.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return C.globalEval(t),t}}}),C.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),C.ajaxTransport("script",(function(t){var e,n;if(t.crossDomain||t.scriptAttrs)return{send:function(r,i){e=C("