/** 2.7.6 | MIT Licensed */ !(function (d) { 'use strict' var t, h = d.document, m = { modules: {}, status: {}, timeout: 10, event: {} }, r = function () { this.v = '2.7.6' }, e = d.LAYUI_GLOBAL || {}, v = ((t = h.currentScript ? h.currentScript.src : (function () { for ( var t, e = h.scripts, o = e.length - 1, r = o; 0 < r; r-- ) if ('interactive' === e[r].readyState) { t = e[r].src break } return t || e[o].src })()), (m.dir = e.dir || t.substring(0, t.lastIndexOf('/') + 1))), g = function (t, e) { ;(e = e || 'log'), d.console && console[e] && console[e]('layui error hint: ' + t) }, b = 'undefined' != typeof opera && '[object Opera]' === opera.toString(), N = (m.builtin = { lay: 'lay', layer: 'layer', laydate: 'laydate', laypage: 'laypage', laytpl: 'laytpl', layedit: 'layedit', form: 'form', upload: 'upload', dropdown: 'dropdown', transfer: 'transfer', tree: 'tree', table: 'table', element: 'element', rate: 'rate', colorpicker: 'colorpicker', slider: 'slider', carousel: 'carousel', flow: 'flow', util: 'util', code: 'code', jquery: 'jquery', all: 'all', 'layui.all': 'layui.all', }), s = ((r.prototype.cache = m), (r.prototype.define = function (t, r) { return ( 'function' == typeof t && ((r = t), (t = [])), this.use( t, function () { var o = function (t, e) { ;(layui[t] = e), (m.status[t] = !0) } return ( 'function' == typeof r && r(function (t, e) { o(t, e), (m.callback[t] = function () { r(o) }) }), this ) }, null, 'define' ), this ) }), (r.prototype.use = function (o, t, e, r) { var n = this, i = (m.dir = m.dir || v), a = h.getElementsByTagName('head')[0], u = ((o = 'string' == typeof o ? [o] : 'function' == typeof o ? ((t = o), ['all']) : o), d.jQuery && jQuery.fn.on && (n.each(o, function (t, e) { 'jquery' === e && o.splice(t, 1) }), (layui.jquery = layui.$ = jQuery)), o[0]), l = 0 function s(t, e) { var o = 'PLaySTATION 3' === navigator.platform ? /^complete$/ : /^(complete|loaded)$/ ;('load' !== t.type && !o.test( (t.currentTarget || t.srcElement).readyState )) || ((m.modules[u] = e), a.removeChild(p), (function r() { return ++l > (1e3 * m.timeout) / 4 ? g(u + ' is not a valid module', 'error') : void (m.status[u] ? c() : setTimeout(r, 4)) })()) } function c() { e.push(layui[u]), 1 < o.length ? n.use(o.slice(1), t, e, r) : 'function' == typeof t && (layui.jquery && 'function' == typeof layui.jquery && 'define' !== r ? layui.jquery(function () { t.apply(layui, e) }) : t.apply(layui, e)) } if ( ((e = e || []), (m.host = m.host || (i.match(/\/\/([\s\S]+?)\//) || [ '//' + location.host + '/', ])[0]), 0 === o.length || (layui['layui.all'] && N[u])) ) return c(), n var p, y = (y = (N[u] ? i + 'modules/' : (!/^\{\/\}/.test(n.modules[u]) && m.base) || '') + (n.modules[u] || u) + '.js').replace(/^\{\/\}/, '') return ( !m.modules[u] && layui[u] && (m.modules[u] = y), m.modules[u] ? (function f() { return ++l > (1e3 * m.timeout) / 4 ? g(u + ' is not a valid module', 'error') : void ('string' == typeof m.modules[u] && m.status[u] ? c() : setTimeout(f, 4)) })() : (((p = h.createElement('script'))['async'] = !0), (p.charset = 'utf-8'), (p.src = y + ((i = !0 === m.version ? m.v || new Date().getTime() : m.version || '') ? '?v=' + i : '')), a.appendChild(p), !p.attachEvent || (p.attachEvent.toString && p.attachEvent.toString().indexOf('[native code') < 0) || b ? p.addEventListener( 'load', function (t) { s(t, y) }, !1 ) : p.attachEvent( 'onreadystatechange', function (t) { s(t, y) } ), (m.modules[u] = y)), n ) }), (r.prototype.disuse = function (t) { var o = this return ( (t = o.isArray(t) ? t : [t]), o.each(t, function (t, e) { m.status[e], delete o[e], delete N[e], delete o.modules[e], delete m.status[e], delete m.modules[e] }), o ) }), (r.prototype.getStyle = function (t, e) { t = t.currentStyle || d.getComputedStyle(t, null) return t[ t.getPropertyValue ? 'getPropertyValue' : 'getAttribute' ](e) }), (r.prototype.link = function (o, r, t) { var n = this, e = h.getElementsByTagName('head')[0], i = h.createElement('link'), t = ((t = 'string' == typeof r ? r : t) || o).replace( /\.|\//g, '' ), a = (i.id = 'layuicss-' + t), u = 'creating', l = 0 return ( (i.rel = 'stylesheet'), (i.href = o + (m.debug ? '?v=' + new Date().getTime() : '')), (i.media = 'all'), h.getElementById(a) || e.appendChild(i), 'function' != typeof r || (function s(t) { var e = h.getElementById(a) return ++l > (1e3 * m.timeout) / 100 ? g(o + ' timeout') : void (1989 === parseInt(n.getStyle(e, 'width')) ? (t === u && e.removeAttribute('lay-status'), e.getAttribute('lay-status') === u ? setTimeout(s, 100) : r()) : (e.setAttribute('lay-status', u), setTimeout(function () { s(u) }, 100))) })(), n ) }), (r.prototype.addcss = function (t, e, o) { return layui.link(m.dir + 'css/' + t, e, o) }), (m.callback = {}), (r.prototype.factory = function (t) { if (layui[t]) return 'function' == typeof m.callback[t] ? m.callback[t] : null }), (r.prototype.img = function (t, e, o) { var r = new Image() if (((r.src = t), r.complete)) return e(r) ;(r.onload = function () { ;(r.onload = null), 'function' == typeof e && e(r) }), (r.onerror = function (t) { ;(r.onerror = null), 'function' == typeof o && o(t) }) }), (r.prototype.config = function (t) { for (var e in (t = t || {})) m[e] = t[e] return this }), (r.prototype.modules = (function () { var t, e = {} for (t in N) e[t] = N[t] return e })()), (r.prototype.extend = function (t) { for (var e in (t = t || {})) this[e] || this.modules[e] ? g(e + ' Module already exists', 'error') : (this.modules[e] = t[e]) return this }), (r.prototype.router = r.prototype.hash = function (t) { var o = { path: [], search: {}, hash: ((t = t || location.hash).match(/[^#](#.*$)/) || [])[1] || '', } return ( /^#\//.test(t) && ((t = t.replace(/^#\//, '')), (o.href = '/' + t), (t = t.replace(/([^#])(#.*$)/, '$1').split('/') || []), this.each(t, function (t, e) { ;/^\w+=/.test(e) ? ((e = e.split('=')), (o.search[e[0]] = e[1])) : o.path.push(e) })), o ) }), (r.prototype.url = function (t) { var n, e, o = this return { pathname: (t ? ((t.match(/\.[^.]+?\/.+/) || [])[0] || '') .replace(/^[^\/]+/, '') .replace(/\?.+/, '') : location.pathname ) .replace(/^\//, '') .split('/'), search: ((n = {}), (e = ( t ? ((t.match(/\?.+/) || [])[0] || '').replace( /\#.+/, '' ) : location.search ) .replace(/^\?+/, '') .split('&')), o.each(e, function (t, e) { var o = e.indexOf('='), r = o < 0 ? e.substr(0, e.length) : 0 !== o && e.substr(0, o) r && (n[r] = 0 < o ? e.substr(o + 1) : null) }), n), hash: o.router( t ? (t.match(/#.+/) || [])[0] || '/' : location.hash ), } }), (r.prototype.data = function (t, e, o) { if ( ((t = t || 'layui'), (o = o || localStorage), d.JSON && d.JSON.parse) ) { if (null === e) return delete o[t] e = 'object' == typeof e ? e : { key: e } try { var r = JSON.parse(o[t]) } catch (n) { r = {} } return ( 'value' in e && (r[e.key] = e.value), e.remove && delete r[e.key], (o[t] = JSON.stringify(r)), e.key ? r[e.key] : r ) } }), (r.prototype.sessionData = function (t, e) { return this.data(t, e, sessionStorage) }), (r.prototype.device = function (t) { var o = navigator.userAgent.toLowerCase(), e = function (t) { var e = new RegExp(t + '/([^\\s\\_\\-]+)') return (t = (o.match(e) || [])[1]) || !1 }, r = { os: /windows/.test(o) ? 'windows' : /linux/.test(o) ? 'linux' : /iphone|ipod|ipad|ios/.test(o) ? 'ios' : /mac/.test(o) ? 'mac' : void 0, ie: !!(d.ActiveXObject || 'ActiveXObject' in d) && ((o.match(/msie\s(\d+)/) || [])[1] || '11'), weixin: e('micromessenger'), } return ( t && !r[t] && (r[t] = e(t)), (r.android = /android/.test(o)), (r.ios = 'ios' === r.os), (r.mobile = !(!r.android && !r.ios)), r ) }), (r.prototype.hint = function () { return { error: g } }), (r.prototype._typeof = r.prototype.type = function (t) { return null === t ? String(t) : 'object' == typeof t || 'function' == typeof t ? ((e = (e = Object.prototype.toString .call(t) .match(/\s(.+)\]$/) || [])[1] || 'Object'), new RegExp( '\\b(Function|Array|Date|RegExp|Object|Error|Symbol)\\b' ).test(e) ? e.toLowerCase() : 'object') : typeof t var e }), (r.prototype._isArray = r.prototype.isArray = function (t) { var e, o = this.type(t) return ( !(!t || 'object' != typeof t || t === d) && ((e = 'length' in t && t.length), 'array' === o || 0 === e || ('number' == typeof e && 0 < e && e - 1 in t)) ) }), (r.prototype.each = function (t, o) { var e, r = function (t, e) { return o.call(e[t], t, e[t]) } if ('function' != typeof o) return this if (this.isArray((t = t || []))) for (e = 0; e < t.length && !r(e, t); e++); else for (e in t) if (r(e, t)) break return this }), (r.prototype.sort = function (t, n, e) { var o = JSON.parse(JSON.stringify(t || [])) return 'object' !== this.type(t) || n ? 'object' != typeof t ? [o] : (o.sort(function (t, e) { var o = t[n], r = e[n] if (!isNaN(t) && !isNaN(e)) return t - e if (!isNaN(t) && isNaN(e)) { if (!n || 'object' != typeof e) return -1 o = t } else if (isNaN(t) && !isNaN(e)) { if (!n || 'object' != typeof t) return 1 r = e } t = [!isNaN(o), !isNaN(r)] return t[0] && t[1] ? o && !r && 0 !== r ? 1 : !o && 0 !== o && r ? -1 : o - r : t[0] || t[1] ? t[0] || !t[1] ? -1 : !t[0] || t[1] ? 1 : void 0 : r < o ? 1 : o < r ? -1 : 0 }), e && o.reverse(), o) : o }), (r.prototype.stope = function (t) { t = t || d.event try { t.stopPropagation() } catch (e) { t.cancelBubble = !0 } }), 'LAYUI-EVENT-REMOVE') ;(r.prototype.onevent = function (t, e, o) { return 'string' != typeof t || 'function' != typeof o ? this : r.event(t, e, null, o) }), (r.prototype.event = r.event = function (t, e, o, r) { var n = this, i = null, a = (e || '').match(/\((.*)\)$/) || [], t = (t + '.' + e).replace(a[0], ''), u = a[1] || '', l = function (t, e) { !1 === (e && e.call(n, o)) && null === i && (i = !1) } return o === s ? (delete (n.cache.event[t] || {})[u], n) : r ? ((m.event[t] = m.event[t] || {}), (m.event[t][u] = [r]), this) : (layui.each(m.event[t], function (t, e) { '{*}' === u ? layui.each(e, l) : ('' === t && layui.each(e, l), u && t === u && layui.each(e, l)) }), i) }), (r.prototype.on = function (t, e, o) { return this.onevent.call(this, e, t, o) }), (r.prototype.off = function (t, e) { return this.event.call(this, e, t, s) }), (d.layui = new r()) })(window) layui.define(function (a) { var i = layui.cache layui.config({ dir: i.dir.replace(/lay\/dest\/$/, '') }), a('layui.all', layui.v) }) !(function (l) { 'use strict' var t, f = l.document, h = function (t) { return new i(t) }, i = function (t) { for ( var e = 0, n = 'object' == typeof t ? [t] : ((this.selector = t), f.querySelectorAll(t || null)); e < n.length; e++ ) this.push(n[e]) } ;((i.prototype = []).constructor = i), (h.extend = function () { var t, e = 1, n = arguments, o = function (t, e) { for (var n in ((t = t || ('array' === layui.type(e) ? [] : {})), e)) t[n] = e[n] && e[n].constructor === Object ? o(t[n], e[n]) : e[n] return t } for ( n[0] = 'object' == typeof n[0] ? n[0] : {}, t = n.length; e < t; e++ ) 'object' == typeof n[e] && o(n[0], n[e]) return n[0] }), (h.v = '1.0.8'), (h.ie = ((t = navigator.userAgent.toLowerCase()), !!(l.ActiveXObject || 'ActiveXObject' in l) && ((t.match(/msie\s(\d+)/) || [])[1] || '11'))), (h.layui = layui || {}), (h.getPath = layui.cache.dir), (h.stope = layui.stope), (h.each = function () { return layui.each.apply(layui, arguments), this }), (h.digit = function (t, e) { if ('string' != typeof t && 'number' != typeof t) return '' var n = '' e = e || 2 for (var o = (t = String(t)).length; o < e; o++) n += '0' return t < Math.pow(10, e) ? n + t : t }), (h.elem = function (t, e) { var n = f.createElement(t) return ( h.each(e || {}, function (t, e) { n.setAttribute(t, e) }), n ) }), (h.hasScrollbar = function () { return ( f.body.scrollHeight > (l.innerHeight || f.documentElement.clientHeight) ) }), (h.position = function (t, e, n) { var o, i, r, c, u, a, s e && ((n = n || {}), (t !== f && t !== h('body')[0]) || (n.clickType = 'right'), (u = 'right' === n.clickType ? { left: (u = n.e || l.event || {}).clientX, top: u.clientY, right: u.clientX, bottom: u.clientY, } : t.getBoundingClientRect()), (a = e.offsetWidth), (s = e.offsetHeight), (o = function (t) { return ( f.body[(t = t ? 'scrollLeft' : 'scrollTop')] | f.documentElement[t] ) }), (r = u.left), (c = u.bottom), 'center' === n.align ? (r -= (a - t.offsetWidth) / 2) : 'right' === n.align && (r = r - a + t.offsetWidth), (r = r + a + 5 > (i = function (t) { return f.documentElement[ t ? 'clientWidth' : 'clientHeight' ] })('width') ? i('width') - a - 5 : r) < 5 && (r = 5), c + s + 5 > i() && (u.top > s + 5 ? (c = u.top - s - 10) : 'right' === n.clickType ? (c = i() - s - 10) < 0 && (c = 0) : (c = 5)), (a = n.position) && (e.style.position = a), (e.style.left = r + ('fixed' === a ? 0 : o(1)) + 'px'), (e.style.top = c + ('fixed' === a ? 0 : o()) + 'px'), h.hasScrollbar() || ((s = e.getBoundingClientRect()), !n.SYSTEM_RELOAD && s.bottom + 5 > i() && ((n.SYSTEM_RELOAD = !0), setTimeout(function () { h.position(t, e, n) }, 50)))) }), (h.options = function (t, e) { ;(t = h(t)), (e = e || 'lay-options') try { return new Function('return ' + (t.attr(e) || '{}'))() } catch (n) { return hint.error('parseerror\uff1a' + n, 'error'), {} } }), (h.isTopElem = function (n) { var t = [f, h('body')[0]], o = !1 return ( h.each(t, function (t, e) { if (e === n) return (o = !0) }), o ) }), (i.addStr = function (n, t) { return ( (n = n.replace(/\s+/, ' ')), (t = t.replace(/\s+/, ' ').split(' ')), h.each(t, function (t, e) { new RegExp('\\b' + e + '\\b').test(n) || (n = n + ' ' + e) }), n.replace(/^\s|\s$/, '') ) }), (i.removeStr = function (n, t) { return ( (n = n.replace(/\s+/, ' ')), (t = t.replace(/\s+/, ' ').split(' ')), h.each(t, function (t, e) { e = new RegExp('\\b' + e + '\\b') e.test(n) && (n = n.replace(e, '')) }), n.replace(/\s+/, ' ').replace(/^\s|\s$/, '') ) }), (i.prototype.find = function (o) { var i = this, r = 0, c = [], u = 'object' == typeof o return ( this.each(function (t, e) { for ( var n = u ? e.contains(o) : e.querySelectorAll(o || null); r < n.length; r++ ) c.push(n[r]) i.shift() }), u || (i.selector = (i.selector ? i.selector + ' ' : '') + o), h.each(c, function (t, e) { i.push(e) }), i ) }), (i.prototype.each = function (t) { return h.each.call(this, this, t) }), (i.prototype.addClass = function (n, o) { return this.each(function (t, e) { e.className = i[o ? 'removeStr' : 'addStr'](e.className, n) }) }), (i.prototype.removeClass = function (t) { return this.addClass(t, !0) }), (i.prototype.hasClass = function (n) { var o = !1 return ( this.each(function (t, e) { new RegExp('\\b' + n + '\\b').test(e.className) && (o = !0) }), o ) }), (i.prototype.css = function (e, o) { var t = this, i = function (t) { return isNaN(t) ? t : t + 'px' } return 'string' != typeof e || o !== undefined ? t.each(function (t, n) { 'object' == typeof e ? h.each(e, function (t, e) { n.style[t] = i(e) }) : (n.style[e] = i(o)) }) : 0 < t.length ? t[0].style[e] : void 0 }), (i.prototype.width = function (n) { var o = this return n !== undefined ? o.each(function (t, e) { o.css('width', n) }) : 0 < o.length ? o[0].offsetWidth : void 0 }), (i.prototype.height = function (n) { var o = this return n !== undefined ? o.each(function (t, e) { o.css('height', n) }) : 0 < o.length ? o[0].offsetHeight : void 0 }), (i.prototype.attr = function (n, o) { var t = this return o !== undefined ? t.each(function (t, e) { e.setAttribute(n, o) }) : 0 < t.length ? t[0].getAttribute(n) : void 0 }), (i.prototype.removeAttr = function (n) { return this.each(function (t, e) { e.removeAttribute(n) }) }), (i.prototype.html = function (n) { var t = this return n !== undefined ? this.each(function (t, e) { e.innerHTML = n }) : 0 < t.length ? t[0].innerHTML : void 0 }), (i.prototype.val = function (n) { var t = this return n !== undefined ? this.each(function (t, e) { e.value = n }) : 0 < t.length ? t[0].value : void 0 }), (i.prototype.append = function (n) { return this.each(function (t, e) { 'object' == typeof n ? e.appendChild(n) : (e.innerHTML = e.innerHTML + n) }) }), (i.prototype.remove = function (n) { return this.each(function (t, e) { n ? e.removeChild(n) : e.parentNode.removeChild(e) }) }), (i.prototype.on = function (n, o) { return this.each(function (t, e) { e.attachEvent ? e.attachEvent('on' + n, function (t) { ;(t.target = t.srcElement), o.call(e, t) }) : e.addEventListener(n, o, !1) }) }), (i.prototype.off = function (n, o) { return this.each(function (t, e) { e.detachEvent ? e.detachEvent('on' + n, o) : e.removeEventListener(n, o, !1) }) }), (l.lay = h), l.layui && layui.define && layui.define(function (t) { t('lay', h) }) })(window, window.document) layui.define(function (e) { 'use strict' var p = { open: '{{', close: '}}' }, a = { exp: function (e) { return new RegExp(e, 'g') }, query: function (e, r, n) { return l( (r || '') + p.open + ['#([\\s\\S])+?', '([^{#}])*?'][e || 0] + p.close + (n || '') ) }, escape: function (e) { return e === undefined || null === e ? '' : /[<"'>]|&(?=#[a-zA-Z0-9]+)/g.test((e += '')) ? e .replace(/&(?!#?[a-zA-Z0-9]+;)/g, '&') .replace(//g, '>') .replace(/'/g, ''') .replace(/"/g, '"') : e }, error: function (e, r) { var n = 'Laytpl Error: ' return ( 'object' == typeof console && console.error(n + e + '\n' + (r || '')), n + e ) }, }, l = a.exp, r = function (e) { this.tpl = e }, n = ((r.pt = r.prototype), (window.errors = 0), (r.pt.parse = function (e, r) { var n = e, c = l('^' + p.open + '#', ''), t = l(p.close + '$', '') e = '"use strict";var view = "' + (e = e .replace(/\s+|\r|\t|\n/g, ' ') .replace(l(p.open + '#'), p.open + '# ') .replace(l(p.close + '}'), '} ' + p.close) .replace(/\\/g, '\\\\') .replace(l(p.open + '!(.+?)!' + p.close), function (e) { return (e = e .replace(l('^' + p.open + '!'), '') .replace(l('!' + p.close), '') .replace( l(p.open + '|' + p.close), function (e) { return e.replace(/(.)/g, '\\$1') } )) }) .replace(/(?="|')/g, '\\') .replace(a.query(), function (e) { return ( '";' + (e = e.replace(c, '').replace(t, '')).replace( /\\(.)/g, '$1' ) + ';view+="' ) }) .replace(a.query(1), function (e) { var r = '"+laytpl.escape(' return e.replace(/\s/g, '') === p.open + p.close ? '' : ((e = e.replace( l(p.open + '|' + p.close), '' )), /^=/.test(e) ? (e = e.replace(/^=/, '')) : /^-/.test(e) && ((e = e.replace(/^-/, '')), (r = '"+(')), r + e.replace(/\\(.)/g, '$1') + ')+"') })) + '";return view;' try { return ( (this.cache = e = new Function('d, laytpl', e)), e(r, a) ) } catch (o) { return delete this.cache, a.error(o, n) } }), (r.pt.render = function (e, r) { var n = this return e ? ((e = n.cache ? n.cache(e, a) : n.parse(n.tpl, e)), r ? void r(e) : e) : a.error('no data') }), function (e) { return 'string' != typeof e ? a.error('Template not found') : new r(e) }) ;(n.config = function (e) { for (var r in (e = e || {})) p[r] = e[r] }), (n.v = '1.2.0'), e('laytpl', n) }) layui.define(function (e) { 'use strict' var n = document, u = 'getElementById', c = 'getElementsByTagName', a = 'layui-disabled', t = function (e) { var a = this ;(a.config = e || {}), (a.config.index = ++o.index), a.render(!0) }, o = ((t.prototype.type = function () { var e = this.config if ('object' == typeof e.elem) return e.elem.length === undefined ? 2 : 3 }), (t.prototype.view = function () { var t, i, r = this.config, n = (r.groups = 'groups' in r ? Number(r.groups) || 0 : 5), u = ((r.layout = 'object' == typeof r.layout ? r.layout : ['prev', 'page', 'next']), (r.count = Number(r.count) || 0), (r.curr = Number(r.curr) || 1), (r.limits = 'object' == typeof r.limits ? r.limits : [10, 20, 30, 40, 50]), (r.limit = Number(r.limit) || 10), (r.pages = Math.ceil(r.count / r.limit) || 1), r.curr > r.pages ? (r.curr = r.pages) : r.curr < 1 && (r.curr = 1), n < 0 ? (n = 1) : n > r.pages && (n = r.pages), (r.prev = 'prev' in r ? r.prev : '上一页'), (r.next = 'next' in r ? r.next : '下一页'), r.pages > n ? Math.ceil( (r.curr + (1 < n ? 1 : 0)) / (0 < n ? n : 1) ) : 1), s = { prev: r.prev ? '' + r.prev + '' : '', page: (function () { var e = [] if (r.count < 1) return '' 1 < u && !1 !== r.first && 0 !== n && e.push( '' + (r.first || 1) + '' ) var a = Math.floor((n - 1) / 2), t = 1 < u ? r.curr - a : 1, i = 1 < u ? (a = r.curr + (n - a - 1)) > r.pages ? r.pages : a : n for ( i - t < n - 1 && (t = i - n + 1), !1 !== r.first && 2 < t && e.push( '' ); t <= i; t++ ) t === r.curr ? e.push( '' + t + '' ) : e.push( '' + t + '' ) return ( r.pages > n && r.pages > i && !1 !== r.last && (i + 1 < r.pages && e.push( '' ), 0 !== n && e.push( '' + (r.last || r.pages) + '' )), e.join('') ) })(), next: r.next ? '' + r.next + '' : '', count: '\u5171 ' + r.count + ' \u6761', limit: ((t = [ ''), refresh: [ '', '', '', ].join(''), skip: [ '到第', '', '页', '', ].join(''), } return [ '
', ((i = []), layui.each(r.layout, function (e, a) { s[a] && i.push(s[a]) }), i.join('')), '
', ].join('') }), (t.prototype.jump = function (e, a) { if (e) { var t = this, i = t.config, r = e.children, n = e[c]('button')[0], u = e[c]('input')[0], e = e[c]('select')[0], s = function () { var e = Number(u.value.replace(/\s|\D/g, '')) e && ((i.curr = e), t.render()) } if (a) return s() for (var l = 0, p = r.length; l < p; l++) 'a' === r[l].nodeName.toLowerCase() && o.on(r[l], 'click', function () { var e = Number(this.getAttribute('data-page')) e < 1 || e > i.pages || ((i.curr = e), t.render()) }) e && o.on(e, 'change', function () { var e = this.value i.curr * e > i.count && (i.curr = Math.ceil(i.count / e)), (i.limit = e), t.render() }), n && o.on(n, 'click', function () { s() }) } }), (t.prototype.skip = function (t) { var i, e t && ((i = this), (e = t[c]('input')[0]) && o.on(e, 'keyup', function (e) { var a = this.value, e = e.keyCode ;/^(37|38|39|40)$/.test(e) || (/\D/.test(a) && (this.value = a.replace(/\D/, '')), 13 === e && i.jump(t, !0)) })) }), (t.prototype.render = function (e) { var a = this, t = a.config, i = a.type(), r = a.view(), i = (2 === i ? t.elem && (t.elem.innerHTML = r) : 3 === i ? t.elem.html(r) : n[u](t.elem) && (n[u](t.elem).innerHTML = r), t.jump && t.jump(t, e), n[u]('layui-laypage-' + t.index)) a.jump(i), t.hash && !e && (location.hash = '!' + t.hash + '=' + t.curr), a.skip(i) }), { render: function (e) { return new t(e).index }, index: layui.laypage ? layui.laypage.index + 1e4 : 0, on: function (a, e, t) { return ( a.attachEvent ? a.attachEvent('on' + e, function (e) { ;(e.target = e.srcElement), t.call(a, e) }) : a.addEventListener(e, t, !1), this ) }, }) e('laypage', o) }) !(function (i, r) { 'use strict' var n = i.layui && layui.define, l = { getPath: i.lay && lay.getPath ? lay.getPath : '', link: function (e, t, a) { u.path && i.lay && lay.layui && lay.layui.link(u.path + e, t, a) }, }, e = i.LAYUI_GLOBAL || {}, u = { v: '5.3.1', config: { weekStart: 0 }, index: i.laydate && i.laydate.v ? 1e5 : 0, path: e.laydate_dir || l.getPath, set: function (e) { var t = this return (t.config = lay.extend({}, t.config, e)), t }, ready: function (e) { var t = 'laydate', a = (n ? 'modules/laydate/' : 'theme/') + 'default/laydate.css?v=' + u.v return n ? layui.addcss(a, e, t) : l.link(a, e, t), this }, }, s = function () { var t = this, e = t.config.id return { hint: function (e) { t.hint.call(t, e) }, config: (s.that[e] = t).config, } }, a = 'laydate', w = 'layui-this', x = 'laydate-disabled', h = [100, 2e5], p = 'layui-laydate-static', M = 'layui-laydate-list', o = 'layui-laydate-hint', E = '.laydate-btns-confirm', C = 'laydate-time-text', k = 'laydate-btns-time', f = 'layui-laydate-preview', g = function (e) { var t = this, a = ((t.index = ++u.index), (t.config = lay.extend({}, t.config, u.config, e)), lay(e.elem || t.config.elem)) if (1 < a.length) return ( layui.each(a, function () { u.render(lay.extend({}, t.config, { elem: this })) }), t ) ;((e = t.config).id = 'id' in e ? e.id : t.index), u.ready(function () { t.init() }) }, y = 'yyyy|y|MM|M|dd|d|HH|H|mm|m|ss|s' ;(s.formatArr = function (e) { return (e || '').match(new RegExp(y + '|.', 'g')) || [] }), (g.isLeapYear = function (e) { return (e % 4 == 0 && e % 100 != 0) || e % 400 == 0 }), (g.prototype.config = { type: 'date', range: !1, format: 'yyyy-MM-dd', value: null, isInitValue: !0, min: '1900-1-1', max: '2099-12-31', trigger: 'click', show: !1, showBottom: !0, isPreview: !0, btns: ['clear', 'now', 'confirm'], lang: 'cn', theme: 'default', position: null, calendar: !1, mark: {}, holidays: null, zIndex: null, done: null, change: null, }), (g.prototype.lang = function () { var e = { cn: { weeks: [ '\u65e5', '\u4e00', '\u4e8c', '\u4e09', '\u56db', '\u4e94', '\u516d', ], time: ['\u65f6', '\u5206', '\u79d2'], timeTips: '\u9009\u62e9\u65f6\u95f4', startTime: '\u5f00\u59cb\u65f6\u95f4', endTime: '\u7ed3\u675f\u65f6\u95f4', dateTips: '\u8fd4\u56de\u65e5\u671f', month: [ '\u4e00', '\u4e8c', '\u4e09', '\u56db', '\u4e94', '\u516d', '\u4e03', '\u516b', '\u4e5d', '\u5341', '\u5341\u4e00', '\u5341\u4e8c', ], tools: { confirm: '\u786e\u5b9a', clear: '\u6e05\u7a7a', now: '\u73b0\u5728', }, timeout: '\u7ed3\u675f\u65f6\u95f4\u4e0d\u80fd\u65e9\u4e8e\u5f00\u59cb\u65f6\u95f4
\u8bf7\u91cd\u65b0\u9009\u62e9', invalidDate: '\u4e0d\u5728\u6709\u6548\u65e5\u671f\u6216\u65f6\u95f4\u8303\u56f4\u5185', formatError: [ '\u65e5\u671f\u683c\u5f0f\u4e0d\u5408\u6cd5
\u5fc5\u987b\u9075\u5faa\u4e0b\u8ff0\u683c\u5f0f\uff1a
', '
\u5df2\u4e3a\u4f60\u91cd\u7f6e', ], preview: '\u5f53\u524d\u9009\u4e2d\u7684\u7ed3\u679c', }, en: { weeks: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'], time: ['Hours', 'Minutes', 'Seconds'], timeTips: 'Select Time', startTime: 'Start Time', endTime: 'End Time', dateTips: 'Select Date', month: [ 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec', ], tools: { confirm: 'Confirm', clear: 'Clear', now: 'Now' }, timeout: 'End time cannot be less than start Time
Please re-select', invalidDate: 'Invalid date', formatError: [ 'The date format error
Must be followed\uff1a
', '
It has been reset', ], preview: 'The selected result', }, } return e[this.config.lang] || e.cn }), (g.prototype.init = function () { var r = this, o = r.config, e = 'static' === o.position, t = { year: 'yyyy', month: 'yyyy-MM', date: 'yyyy-MM-dd', time: 'HH:mm:ss', datetime: 'yyyy-MM-dd HH:mm:ss', } ;(o.elem = lay(o.elem)), (o.eventElem = lay(o.eventElem)), o.elem[0] && ((r.rangeStr = o.range ? 'string' == typeof o.range ? o.range : '-' : ''), 'array' === layui.type(o.range) && (r.rangeElem = [lay(o.range[0]), lay(o.range[1])]), t[o.type] || (i.console && console.error && console.error( "laydate type error:'" + o.type + "' is not supported" ), (o.type = 'date')), o.format === t.date && (o.format = t[o.type] || t.date), (r.format = s.formatArr(o.format)), o.weekStart && !/^[0-6]$/.test(o.weekStart) && ((t = r.lang()), (o.weekStart = t.weeks.indexOf(o.weekStart)), -1 === o.weekStart && (o.weekStart = 0)), (r.EXP_IF = ''), (r.EXP_SPLIT = ''), lay.each(r.format, function (e, t) { e = new RegExp(y).test(t) ? '\\d{' + (new RegExp(y).test( r.format[0 === e ? e + 1 : e - 1] || '' ) ? /^yyyy|y$/.test(t) ? 4 : t.length : /^yyyy$/.test(t) ? '1,4' : /^y$/.test(t) ? '1,308' : '1,2') + '}' : '\\' + t ;(r.EXP_IF = r.EXP_IF + e), (r.EXP_SPLIT = r.EXP_SPLIT + '(' + e + ')') }), (r.EXP_IF_ONE = new RegExp('^' + r.EXP_IF + '$')), (r.EXP_IF = new RegExp( '^' + (o.range ? r.EXP_IF + '\\s\\' + r.rangeStr + '\\s' + r.EXP_IF : r.EXP_IF) + '$' )), (r.EXP_SPLIT = new RegExp('^' + r.EXP_SPLIT + '$', '')), r.isInput(o.elem[0]) || ('focus' === o.trigger && (o.trigger = 'click')), o.elem.attr('lay-key') || (o.elem.attr('lay-key', r.index), o.eventElem.attr('lay-key', r.index)), (o.mark = lay.extend( {}, o.calendar && 'cn' === o.lang ? { '0-1-1': '\u5143\u65e6', '0-2-14': '\u60c5\u4eba', '0-3-8': '\u5987\u5973', '0-3-12': '\u690d\u6811', '0-4-1': '\u611a\u4eba', '0-5-1': '\u52b3\u52a8', '0-5-4': '\u9752\u5e74', '0-6-1': '\u513f\u7ae5', '0-9-10': '\u6559\u5e08', '0-10-1': '\u56fd\u5e86', '0-12-25': '\u5723\u8bde', } : {}, o.mark )), lay.each(['min', 'max'], function (e, t) { var a, n, i = [], l = [] ;(l = 'number' == typeof o[t] ? ((n = o[t]), (a = new Date()), (a = r .newDate({ year: a.getFullYear(), month: a.getMonth(), date: a.getDate(), hours: '23', minutes: '59', seconds: '59', }) .getTime()), (i = [ (n = new Date( n ? n < 864e5 ? a + 864e5 * n : n : a )).getFullYear(), n.getMonth() + 1, n.getDate(), ]), [ n.getHours(), n.getMinutes(), n.getSeconds(), ]) : ((i = (o[t].match(/\d+-\d+-\d+/) || [ '', ])[0].split('-')), (o[t].match(/\d+:\d+:\d+/) || [''])[0].split( ':' ))), (o[t] = { year: 0 | i[0] || new Date().getFullYear(), month: i[1] ? (0 | i[1]) - 1 : new Date().getMonth(), date: 0 | i[2] || new Date().getDate(), hours: 0 | l[0], minutes: 0 | l[1], seconds: 0 | l[2], }) }), (r.elemID = 'layui-laydate' + o.elem.attr('lay-key')), (o.show || e) && r.render(), e || r.events(), o.value && o.isInitValue && ('date' === layui.type(o.value) ? r.setValue(r.parse(0, r.systemDate(o.value))) : r.setValue(o.value))) }), (g.prototype.render = function () { var n, e, t = this, o = t.config, s = t.lang(), i = 'static' === o.position, a = (t.elem = lay.elem('div', { id: t.elemID, class: [ 'layui-laydate', o.range ? ' layui-laydate-range' : '', i ? ' ' + p : '', o.theme && 'default' !== o.theme && !/^#/.test(o.theme) ? ' laydate-theme-' + o.theme : '', ].join(''), })), y = (t.elemMain = []), d = (t.elemHeader = []), m = (t.elemCont = []), c = (t.table = []), l = (t.footer = lay.elem('div', { class: 'layui-laydate-footer', })) o.zIndex && (a.style.zIndex = o.zIndex), lay.each(new Array(2), function (e) { if (!o.range && 0 < e) return !0 var a = lay.elem('div', { class: 'layui-laydate-header' }), t = [ (((t = lay.elem('i', { class: 'layui-icon laydate-icon laydate-prev-y', })).innerHTML = ''), t), (((t = lay.elem('i', { class: 'layui-icon laydate-icon laydate-prev-m', })).innerHTML = ''), t), ((t = lay.elem('div', { class: 'laydate-set-ym' })), (n = lay.elem('span')), (l = lay.elem('span')), t.appendChild(n), t.appendChild(l), t), (((n = lay.elem('i', { class: 'layui-icon laydate-icon laydate-next-m', })).innerHTML = ''), n), (((l = lay.elem('i', { class: 'layui-icon laydate-icon laydate-next-y', })).innerHTML = ''), l), ], n = lay.elem('div', { class: 'layui-laydate-content' }), i = lay.elem('table'), l = lay.elem('thead'), r = lay.elem('tr') lay.each(t, function (e, t) { a.appendChild(t) }), l.appendChild(r), lay.each(new Array(6), function (a) { var n = i.insertRow(0) lay.each(new Array(7), function (e) { var t 0 === a && (((t = lay.elem('th')).innerHTML = s.weeks[(e + o.weekStart) % 7]), r.appendChild(t)), n.insertCell(e) }) }), i.insertBefore(l, i.children[0]), n.appendChild(i), (y[e] = lay.elem('div', { class: 'layui-laydate-main laydate-main-list-' + e, })), y[e].appendChild(a), y[e].appendChild(n), d.push(t), m.push(n), c.push(i) }), lay(l).html( ((e = []), (n = []), 'datetime' === o.type && e.push( '' + s.timeTips + '' ), (!o.range && 'datetime' === o.type) || e.push( '' ), lay.each(o.btns, function (e, t) { var a = s.tools[t] || 'btn' ;(o.range && 'now' === t) || (i && 'clear' === t && (a = 'cn' === o.lang ? '\u91cd\u7f6e' : 'Reset'), n.push( '' + a + '' )) }), e.push( '' ), e.join('')) ), lay.each(y, function (e, t) { a.appendChild(t) }), o.showBottom && a.appendChild(l), /^#/.test(o.theme) && ((e = lay.elem('style')), (l = [ '#{{id}} .layui-laydate-header{background-color:{{theme}};}', '#{{id}} .layui-this{background-color:{{theme}} !important;}', ] .join('') .replace(/{{id}}/g, t.elemID) .replace(/{{theme}}/g, o.theme)), 'styleSheet' in e ? (e.setAttribute('type', 'text/css'), (e.styleSheet.cssText = l)) : (e.innerHTML = l), lay(a).addClass('laydate-theme-molv'), a.appendChild(e)), t.remove(g.thisElemDate), (u.thisId = o.id), i ? o.elem.append(a) : (r.body.appendChild(a), t.position()), t.checkDate().calendar(null, 0, 'init'), t.changeEvent(), (g.thisElemDate = t.elemID), 'function' == typeof o.ready && o.ready( lay.extend({}, o.dateTime, { month: o.dateTime.month + 1, }) ), t.preview() }), (g.prototype.remove = function (e) { var t = this, a = t.config, n = lay('#' + (e || t.elemID)) return ( n[0] && (n.hasClass(p) || t.checkDate(function () { n.remove(), delete u.thisId, 'function' == typeof a.close && a.close(t) })), t ) }), (g.prototype.position = function () { var e = this.config return ( lay.position(this.bindElem || e.elem[0], this.elem, { position: e.position, }), this ) }), (g.prototype.hint = function (e) { var t = this, a = (t.config, lay.elem('div', { class: o })) t.elem && ((a.innerHTML = e || ''), lay(t.elem) .find('.' + o) .remove(), t.elem.appendChild(a), clearTimeout(t.hinTimer), (t.hinTimer = setTimeout(function () { lay(t.elem) .find('.' + o) .remove() }, 3e3))) }), (g.prototype.getAsYM = function (e, t, a) { return ( a ? t-- : t++, t < 0 && ((t = 11), e--), 11 < t && ((t = 0), e++), [e, t] ) }), (g.prototype.systemDate = function (e) { var t = e || new Date() return { year: t.getFullYear(), month: t.getMonth(), date: t.getDate(), hours: e ? e.getHours() : 0, minutes: e ? e.getMinutes() : 0, seconds: e ? e.getSeconds() : 0, } }), (g.prototype.checkDate = function (e) { var t, o, s = this, y = (new Date(), s.config), a = s.lang(), n = (y.dateTime = y.dateTime || s.systemDate()), i = s.bindElem || y.elem[0], l = (s.isInput(i), (function () { if (s.rangeElem) { var e = [s.rangeElem[0].val(), s.rangeElem[1].val()] if (e[0] && e[1]) return e.join(' ' + s.rangeStr + ' ') } return s.isInput(i) ? i.value : 'static' === y.position ? '' : lay(i).attr('lay-date') })()), d = function (e) { e.year > h[1] && ((e.year = h[1]), (o = !0)), 11 < e.month && ((e.month = 11), (o = !0)), 59 < e.seconds && ((e.seconds = 0), e.minutes++, (o = !0)), 59 < e.minutes && ((e.minutes = 0), e.hours++, (o = !0)), 23 < e.hours && ((e.hours = 0), (o = !0)), (t = u.getEndDate(e.month + 1, e.year)), e.date > t && ((e.date = t), (o = !0)) }, r = function (n, i, l) { var r = ['startTime', 'endTime'] ;(i = (i.match(s.EXP_SPLIT) || []).slice(1)), (l = l || 0), y.range && (s[r[l]] = s[r[l]] || {}), lay.each(s.format, function (e, t) { var a = parseFloat(i[e]) i[e].length < t.length && (o = !0), /yyyy|y/.test(t) ? (a < h[0] && ((a = h[0]), (o = !0)), (n.year = a)) : /MM|M/.test(t) ? (a < 1 && ((a = 1), (o = !0)), (n.month = a - 1)) : /dd|d/.test(t) ? (a < 1 && ((a = 1), (o = !0)), (n.date = a)) : /HH|H/.test(t) ? (a < 0 && (o = !(a = 0)), 23 < a && ((a = 23), (o = !0)), (n.hours = a), y.range && (s[r[l]].hours = a)) : /mm|m/.test(t) ? (a < 0 && (o = !(a = 0)), 59 < a && ((a = 59), (o = !0)), (n.minutes = a), y.range && (s[r[l]].minutes = a)) : /ss|s/.test(t) && (a < 0 && (o = !(a = 0)), 59 < a && ((a = 59), (o = !0)), (n.seconds = a), y.range && (s[r[l]].seconds = a)) }), d(n) } if ('limit' === e) return d(n), s 'string' == typeof (l = l || y.value) && (l = l.replace(/\s+/g, ' ').replace(/^\s|\s$/g, '')) var m, c = function () { var e, t, a y.range && (s.endDate = s.endDate || lay.extend( {}, y.dateTime, ((e = {}), (t = y.dateTime), (a = s.getAsYM(t.year, t.month)), 'year' === y.type ? (e.year = t.year + 1) : 'time' !== y.type && ((e.year = a[0]), (e.month = a[1])), ('datetime' !== y.type && 'time' !== y.type) || ((e.hours = 23), (e.minutes = e.seconds = 59)), e) )) } return ( c(), 'string' == typeof l && l ? s.EXP_IF.test(l) ? y.range ? ((l = l.split(' ' + s.rangeStr + ' ')), lay.each( [y.dateTime, s.endDate], function (e, t) { r(t, l[e], e) } )) : r(n, l) : (s.hint( a.formatError[0] + (y.range ? y.format + ' ' + s.rangeStr + ' ' + y.format : y.format) + a.formatError[1] ), (o = !0)) : l && 'date' === layui.type(l) ? (y.dateTime = s.systemDate(l)) : ((y.dateTime = s.systemDate()), delete s.startTime, delete s.endDate, c(), delete s.endTime), s.rangeElem && ((a = [s.rangeElem[0].val(), s.rangeElem[1].val()]), (m = [y.dateTime, s.endDate]), lay.each(a, function (e, t) { s.EXP_IF_ONE.test(t) && r(m[e], t, e) })), d(n), y.range && d(s.endDate), o && l && s.setValue(!y.range || s.endDate ? s.parse() : ''), s.getDateTime(n) > s.getDateTime(y.max) ? (n = y.dateTime = lay.extend({}, y.max)) : s.getDateTime(n) < s.getDateTime(y.min) && (n = y.dateTime = lay.extend({}, y.min)), y.range && ((s.getDateTime(s.endDate) < s.getDateTime(y.min) || s.getDateTime(s.endDate) > s.getDateTime(y.max)) && (s.endDate = lay.extend({}, y.max)), (s.startTime = { hours: y.dateTime.hours, minutes: y.dateTime.minutes, seconds: y.dateTime.seconds, }), (s.endTime = { hours: s.endDate.hours, minutes: s.endDate.minutes, seconds: s.endDate.seconds, })), e && e(), s ) }), (g.prototype.mark = function (e, a) { var n, t = this.config return ( lay.each(t.mark, function (e, t) { e = e.split('-') ;(e[0] != a[0] && 0 != e[0]) || (e[1] != a[1] && 0 != e[1]) || e[2] != a[2] || (n = t || a[2]) }), n && e.html('' + n + ''), this ) }), (g.prototype.holidays = function (n, i) { var e = this.config, l = ['', 'work'] return ( 'array' !== layui.type(e.holidays) || lay.each(e.holidays, function (a, e) { lay.each(e, function (e, t) { t === n.attr('lay-ymd') && n.html( '' + i[2] + '' ) }) }), this ) }), (g.prototype.limit = function (e, t, a, i) { var l = this, n = l.config, r = {}, a = (i ? 0 : 41) < a ? l.endDate : n.dateTime, a = lay.extend({}, a, t || {}) return ( lay.each({ now: a, min: n.min, max: n.max }, function (e, a) { var n r[e] = l .newDate( lay.extend( { year: a.year, month: a.month, date: a.date }, ((n = {}), lay.each(i, function (e, t) { n[t] = a[t] }), n) ) ) .getTime() }), (t = r.now < r.min || r.now > r.max), e && e[t ? 'addClass' : 'removeClass'](x), t ) }), (g.prototype.thisDateTime = function (e) { var t = this.config return e ? this.endDate : t.dateTime }), (g.prototype.calendar = function (e, t, a) { var i, l, r, o = this, n = o.config, t = t ? 1 : 0, s = e || o.thisDateTime(t), y = new Date(), d = o.lang(), m = 'date' !== n.type && 'datetime' !== n.type, c = lay(o.table[t]).find('td'), t = lay(o.elemHeader[t][2]).find('span') return ( s.year < h[0] && ((s.year = h[0]), o.hint(d.invalidDate)), s.year > h[1] && ((s.year = h[1]), o.hint(d.invalidDate)), o.firstDate || (o.firstDate = lay.extend({}, s)), y.setFullYear(s.year, s.month, 1), (i = (y.getDay() + (7 - n.weekStart)) % 7), (l = u.getEndDate(s.month || 12, s.year)), (r = u.getEndDate(s.month + 1, s.year)), lay.each(c, function (e, t) { var a = [s.year, s.month], n = 0 ;(t = lay(t)).removeAttr('class'), e < i ? ((n = l - i + e), t.addClass('laydate-day-prev'), (a = o.getAsYM(s.year, s.month, 'sub'))) : i <= e && e < r + i ? (n = e - i) + 1 === s.date && t.addClass(w) : ((n = e - r - i), t.addClass('laydate-day-next'), (a = o.getAsYM(s.year, s.month))), a[1]++, (a[2] = n + 1), t.attr('lay-ymd', a.join('-')).html(a[2]), o .mark(t, a) .holidays(t, a) .limit( t, { year: a[0], month: a[1] - 1, date: a[2] }, e ) }), lay(t[0]).attr('lay-ym', s.year + '-' + (s.month + 1)), lay(t[1]).attr('lay-ym', s.year + '-' + (s.month + 1)), 'cn' === n.lang ? (lay(t[0]) .attr('lay-type', 'year') .html(s.year + ' \u5e74'), lay(t[1]) .attr('lay-type', 'month') .html(s.month + 1 + ' \u6708')) : (lay(t[0]) .attr('lay-type', 'month') .html(d.month[s.month]), lay(t[1]).attr('lay-type', 'year').html(s.year)), m && (n.range ? e && ((o.listYM = [ [n.dateTime.year, n.dateTime.month + 1], [o.endDate.year, o.endDate.month + 1], ]), o.list(n.type, 0).list(n.type, 1), 'time' === n.type ? o.setBtnStatus( '\u65f6\u95f4', lay.extend({}, o.systemDate(), o.startTime), lay.extend({}, o.systemDate(), o.endTime) ) : o.setBtnStatus(!0)) : ((o.listYM = [[s.year, s.month + 1]]), o.list(n.type, 0))), n.range && 'init' === a && !e && o.calendar(o.endDate, 1), n.range || o.limit(lay(o.footer).find(E), null, 0, [ 'hours', 'minutes', 'seconds', ]), o.setBtnStatus(), o ) }), (g.prototype.list = function (t, n) { var i, l, e, r, o = this, s = o.config, y = s.dateTime, d = o.lang(), a = s.range && 'date' !== s.type && 'datetime' !== s.type, m = lay.elem('ul', { class: M + ' ' + { year: 'laydate-year-list', month: 'laydate-month-list', time: 'laydate-time-list', }[t], }), c = o.elemHeader[n], u = lay(c[2]).find('span'), h = o.elemCont[n || 0], p = lay(h).find('.' + M)[0], f = 'cn' === s.lang, g = f ? '\u5e74' : '', v = o.listYM[n] || {}, T = ['hours', 'minutes', 'seconds'], D = ['startTime', 'endTime'][n] return ( v[0] < 1 && (v[0] = 1), 'year' === t ? ((e = i = v[0] - 7), i < 1 && (e = i = 1), lay.each(new Array(15), function (e) { var t = lay.elem('li', { 'lay-ym': i }), a = { year: i, month: 0, date: 1 } i == v[0] && lay(t).addClass(w), (t.innerHTML = i + g), m.appendChild(t), o.limit(lay(t), a, n), i++ }), lay(u[f ? 0 : 1]) .attr('lay-ym', i - 8 + '-' + v[1]) .html(e + g + ' - ' + (i - 1) + g)) : 'month' === t ? (lay.each(new Array(12), function (e) { var t = lay.elem('li', { 'lay-ym': e }), a = { year: v[0], month: e, date: 1 } e + 1 == v[1] && lay(t).addClass(w), (t.innerHTML = d.month[e] + (f ? '\u6708' : '')), m.appendChild(t), o.limit(lay(t), a, n) }), lay(u[f ? 0 : 1]) .attr('lay-ym', v[0] + '-' + v[1]) .html(v[0] + g)) : 'time' === t && ((l = function () { lay(m) .find('ol') .each(function (a, e) { lay(e) .find('li') .each(function (e, t) { o.limit( lay(t), [ { hours: e }, { hours: o[D].hours, minutes: e, }, { hours: o[D].hours, minutes: o[D].minutes, seconds: e, }, ][a], n, [ ['hours'], ['hours', 'minutes'], [ 'hours', 'minutes', 'seconds', ], ][a] ) }) }), s.range || o.limit(lay(o.footer).find(E), o[D], 0, [ 'hours', 'minutes', 'seconds', ]) }), s.range ? o[D] || (o[D] = 'startTime' === D ? y : o.endDate) : (o[D] = y), lay.each([24, 60, 60], function (t, e) { var a = lay.elem('li'), n = ['

' + d.time[t] + '

    '] lay.each(new Array(e), function (e) { n.push( '' + lay.digit(e, 2) + '' ) }), (a.innerHTML = n.join('') + '
'), m.appendChild(a) }), l()), p && h.removeChild(p), h.appendChild(m), 'year' === t || 'month' === t ? (lay(o.elemMain[n]).addClass('laydate-ym-show'), lay(m) .find('li') .on('click', function () { var e = 0 | lay(this).attr('lay-ym') lay(this).hasClass(x) || (0 === n ? ((y[t] = e), o.limit(lay(o.footer).find(E), null, 0)) : (o.endDate[t] = e), 'year' === s.type || 'month' === s.type ? (lay(m) .find('.' + w) .removeClass(w), lay(this).addClass(w), 'month' === s.type && 'year' === t && ((o.listYM[n][0] = e), a && ((n ? o.endDate : y).year = e), o.list('month', n))) : (o.checkDate('limit').calendar(null, n), o.closeList()), o.setBtnStatus(), s.range || ((('month' === s.type && 'month' === t) || ('year' === s.type && 'year' === t)) && o .setValue(o.parse()) .remove() .done()), o.done(null, 'change'), lay(o.footer) .find('.' + k) .removeClass(x)) })) : ((e = lay.elem('span', { class: C })), (r = function () { lay(m) .find('ol') .each(function (e) { var a = this, t = lay(a).find('li') ;(a.scrollTop = 30 * (o[D][T[e]] - 2)), a.scrollTop <= 0 && t.each(function (e, t) { if (!lay(this).hasClass(x)) return ( (a.scrollTop = 30 * (e - 2)), !0 ) }) }) }), (u = lay(c[2]).find('.' + C)), r(), (e.innerHTML = s.range ? [d.startTime, d.endTime][n] : d.timeTips), lay(o.elemMain[n]).addClass('laydate-time-show'), u[0] && u.remove(), c[2].appendChild(e), lay(m) .find('ol') .each(function (t) { var a = this lay(a) .find('li') .on('click', function () { var e = 0 | this.innerHTML lay(this).hasClass(x) || (s.range ? (o[D][T[t]] = e) : (y[T[t]] = e), lay(a) .find('.' + w) .removeClass(w), lay(this).addClass(w), l(), r(), (!o.endDate && 'time' !== s.type) || o.done(null, 'change'), o.setBtnStatus()) }) })), o ) }), (g.prototype.listYM = []), (g.prototype.closeList = function () { var a = this a.config lay.each(a.elemCont, function (e, t) { lay(this) .find('.' + M) .remove(), lay(a.elemMain[e]).removeClass( 'laydate-ym-show laydate-time-show' ) }), lay(a.elem) .find('.' + C) .remove() }), (g.prototype.setBtnStatus = function (e, t, a) { var n = this, i = n.config, l = n.lang(), r = lay(n.footer).find(E) i.range && 'time' !== i.type && ((t = t || i.dateTime), (a = a || n.endDate), (i = n.newDate(t).getTime() > n.newDate(a).getTime()), n.limit(null, t) || n.limit(null, a) ? r.addClass(x) : r[i ? 'addClass' : 'removeClass'](x), e && i && n.hint( 'string' == typeof e ? l.timeout.replace(/\u65e5\u671f/g, e) : l.timeout )) }), (g.prototype.parse = function (e, t) { var a = this, n = a.config, t = t || ('end' == e ? lay.extend({}, a.endDate, a.endTime) : n.range ? lay.extend({}, n.dateTime, a.startTime) : n.dateTime), t = u.parse(t, a.format, 1) return n.range && e === undefined ? t + ' ' + a.rangeStr + ' ' + a.parse('end') : t }), (g.prototype.newDate = function (e) { return ( (e = e || {}), new Date( e.year || 1, e.month || 0, e.date || 1, e.hours || 0, e.minutes || 0, e.seconds || 0 ) ) }), (g.prototype.getDateTime = function (e) { return this.newDate(e).getTime() }), (g.prototype.setValue = function (e) { var t = this, a = t.config, n = t.bindElem || a.elem[0] return ( 'static' === a.position || ((e = e || ''), t.isInput(n) ? lay(n).val(e) : (a = t.rangeElem) ? ('array' !== layui.type(e) && (e = e.split(' ' + t.rangeStr + ' ')), a[0].val(e[0] || ''), a[1].val(e[1] || '')) : (0 === lay(n).find('*').length && lay(n).html(e), lay(n).attr('lay-date', e))), t ) }), (g.prototype.preview = function () { var e, t = this, a = t.config a.isPreview && ((e = lay(t.elem).find('.' + f)), (a = !a.range || t.endDate ? t.parse() : ''), e.html(a).css({ color: '#5FB878' }), setTimeout(function () { e.css({ color: '#666' }) }, 300)) }), (g.prototype.done = function (e, t) { var a = this, n = a.config, i = lay.extend({}, lay.extend(n.dateTime, a.startTime)), l = lay.extend({}, lay.extend(a.endDate, a.endTime)) return ( lay.each([i, l], function (e, t) { 'month' in t && lay.extend(t, { month: t.month + 1 }) }), a.preview(), (e = e || [a.parse(), i, l]), 'function' == typeof n[t || 'done'] && n[t || 'done'].apply(n, e), a ) }), (g.prototype.choose = function (e, a) { var n = this, i = n.config, l = n.thisDateTime(a), t = (lay(n.elem).find('td'), { year: 0 | (t = e.attr('lay-ymd').split('-'))[0], month: (0 | t[1]) - 1, date: 0 | t[2], }) e.hasClass(x) || (lay.extend(l, t), i.range ? (lay.each(['startTime', 'endTime'], function (e, t) { ;(n[t] = n[t] || { hours: e ? 23 : 0, minutes: e ? 59 : 0, seconds: e ? 59 : 0, }), a === e && (n.getDateTime(lay.extend({}, l, n[t])) < n.getDateTime(i.min) ? ((n[t] = { hours: i.min.hours, minutes: i.min.minutes, seconds: i.min.seconds, }), lay.extend(l, n[t])) : n.getDateTime(lay.extend({}, l, n[t])) > n.getDateTime(i.max) && ((n[t] = { hours: i.max.hours, minutes: i.max.minutes, seconds: i.max.seconds, }), lay.extend(l, n[t]))) }), n.calendar(null, a).done(null, 'change')) : 'static' === i.position ? n.calendar().done().done(null, 'change') : 'date' === i.type ? n.setValue(n.parse()).remove().done() : 'datetime' === i.type && n.calendar().done(null, 'change')) }), (g.prototype.tool = function (e, t) { var a = this, n = a.config, i = a.lang(), l = n.dateTime, r = 'static' === n.position, o = { datetime: function () { lay(e).hasClass(x) || (a.list('time', 0), n.range && a.list('time', 1), lay(e) .attr('lay-type', 'date') .html(a.lang().dateTips)) }, date: function () { a.closeList(), lay(e) .attr('lay-type', 'datetime') .html(a.lang().timeTips) }, clear: function () { r && (lay.extend(l, a.firstDate), a.calendar()), n.range && (delete n.dateTime, delete a.endDate, delete a.startTime, delete a.endTime), a.setValue('').remove(), a.done(['', {}, {}]) }, now: function () { var e = new Date() lay.extend(l, a.systemDate(), { hours: e.getHours(), minutes: e.getMinutes(), seconds: e.getSeconds(), }), a.setValue(a.parse()).remove(), r && a.calendar(), a.done() }, confirm: function () { if (n.range) { if (lay(e).hasClass(x)) return a.hint( 'time' === n.type ? i.timeout.replace( /\u65e5\u671f/g, '\u65f6\u95f4' ) : i.timeout ) } else if (lay(e).hasClass(x)) return a.hint(i.invalidDate) a.setValue(a.parse()).remove(), a.done() }, } o[t] && o[t]() }), (g.prototype.change = function (n) { var i = this, l = i.config, r = i.thisDateTime(n), o = l.range && ('year' === l.type || 'month' === l.type), s = i.elemCont[n || 0], y = i.listYM[n], e = function (e) { var t = lay(s).find('.laydate-year-list')[0], a = lay(s).find('.laydate-month-list')[0] return ( t && ((y[0] = e ? y[0] - 15 : y[0] + 15), i.list('year', n)), a && (e ? y[0]-- : y[0]++, i.list('month', n)), (t || a) && (lay.extend(r, { year: y[0] }), o && (r.year = y[0]), l.range || i.done(null, 'change'), l.range || i.limit(lay(i.footer).find(E), { year: y[0] })), i.setBtnStatus(), t || a ) } return { prevYear: function () { e('sub') || (r.year--, i.checkDate('limit').calendar(null, n), i.done(null, 'change')) }, prevMonth: function () { var e = i.getAsYM(r.year, r.month, 'sub') lay.extend(r, { year: e[0], month: e[1] }), i.checkDate('limit').calendar(null, n), i.done(null, 'change') }, nextMonth: function () { var e = i.getAsYM(r.year, r.month) lay.extend(r, { year: e[0], month: e[1] }), i.checkDate('limit').calendar(null, n), i.done(null, 'change') }, nextYear: function () { e() || (r.year++, i.checkDate('limit').calendar(null, n), i.done(null, 'change')) }, } }), (g.prototype.changeEvent = function () { var i = this i.config lay(i.elem) .on('click', function (e) { lay.stope(e) }) .on('mousedown', function (e) { lay.stope(e) }), lay.each(i.elemHeader, function (n, e) { lay(e[0]).on('click', function (e) { i.change(n).prevYear() }), lay(e[1]).on('click', function (e) { i.change(n).prevMonth() }), lay(e[2]) .find('span') .on('click', function (e) { var t = lay(this), a = t.attr('lay-ym'), t = t.attr('lay-type') a && ((a = a.split('-')), (i.listYM[n] = [0 | a[0], 0 | a[1]]), i.list(t, n), lay(i.footer) .find('.' + k) .addClass(x)) }), lay(e[3]).on('click', function (e) { i.change(n).nextMonth() }), lay(e[4]).on('click', function (e) { i.change(n).nextYear() }) }), lay.each(i.table, function (e, t) { lay(t) .find('td') .on('click', function () { i.choose(lay(this), e) }) }), lay(i.footer) .find('span') .on('click', function () { var e = lay(this).attr('lay-type') i.tool(this, e) }) }), (g.prototype.isInput = function (e) { return ( /input|textarea/.test(e.tagName.toLocaleLowerCase()) || /INPUT|TEXTAREA/.test(e.tagName) ) }), (g.prototype.events = function () { var a = this, n = a.config, e = function (e, t) { e.on(n.trigger, function () { u.thisId !== n.id && (t && (a.bindElem = this), a.render()) }) } n.elem[0] && !n.elem[0].eventHandler && (e(n.elem, 'bind'), e(n.eventElem), (n.elem[0].eventHandler = !0)) }), (s.that = {}), (s.getThis = function (e) { var t = s.that[e] return ( !t && n && layui .hint() .error( e ? a + " instance with ID '" + e + "' not found" : 'ID argument required' ), t ) }), (l.run = function (n) { n(r) .on('mousedown', function (e) { var t, a !u.thisId || ((t = s.getThis(u.thisId)) && ((a = t.config), e.target !== a.elem[0] && e.target !== a.eventElem[0] && e.target !== n(a.closeStop)[0] && t.remove())) }) .on('keydown', function (e) { var t !u.thisId || ((t = s.getThis(u.thisId)) && 'static' !== t.config.position && 13 === e.keyCode && n('#' + t.elemID)[0] && t.elemID === g.thisElemDate && (e.preventDefault(), n(t.footer).find(E)[0].click())) }), n(i).on('resize', function () { if (u.thisId) { var e = s.getThis(u.thisId) if (e) return ( !(!e.elem || !n('.layui-laydate')[0]) && void e.position() ) } }) }), (u.render = function (e) { e = new g(e) return s.call(e) }), (u.parse = function (a, n, i) { return ( (a = a || {}), (n = ( (n = 'string' == typeof n ? s.formatArr(n) : n) || [] ).concat()), lay.each(n, function (e, t) { ;/yyyy|y/.test(t) ? (n[e] = lay.digit(a.year, t.length)) : /MM|M/.test(t) ? (n[e] = lay.digit(a.month + (i || 0), t.length)) : /dd|d/.test(t) ? (n[e] = lay.digit(a.date, t.length)) : /HH|H/.test(t) ? (n[e] = lay.digit(a.hours, t.length)) : /mm|m/.test(t) ? (n[e] = lay.digit(a.minutes, t.length)) : /ss|s/.test(t) && (n[e] = lay.digit(a.seconds, t.length)) }), n.join('') ) }), (u.getEndDate = function (e, t) { var a = new Date() return ( a.setFullYear(t || a.getFullYear(), e || a.getMonth() + 1, 1), new Date(a.getTime() - 864e5).getDate() ) }), (u.close = function (e) { e = s.getThis(e || u.thisId) if (e) return e.remove() }), n ? (u.ready(), layui.define('lay', function (e) { ;(u.path = layui.cache.dir), l.run(lay), e(a, u) })) : 'function' == typeof define && define.amd ? define(function () { return l.run(lay), u }) : (u.ready(), l.run(i.lay), (i.laydate = u)) })(window, window.document) !(function (e, t) { 'object' == typeof module && 'object' == typeof module.exports ? (module.exports = e.document ? t(e) : function (e) { if (e.document) return t(e) throw new Error('jQuery requires a window with a document') }) : t(e) })('undefined' != typeof window ? window : this, function (T, M) { var f = [], g = T.document, c = f.slice, O = f.concat, R = f.push, P = f.indexOf, B = {}, W = B.toString, m = B.hasOwnProperty, y = {}, e = '1.12.4', C = function (e, t) { return new C.fn.init(e, t) }, I = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, $ = /^-ms-/, z = /-([\da-z])/gi, X = function (e, t) { return t.toUpperCase() } function U(e) { var t = !!e && 'length' in e && e.length, n = C.type(e) return ( 'function' !== n && !C.isWindow(e) && ('array' === n || 0 === t || ('number' == typeof t && 0 < t && t - 1 in e)) ) } ;(C.fn = C.prototype = { jquery: e, constructor: C, selector: '', length: 0, toArray: function () { return c.call(this) }, get: function (e) { return null != e ? e < 0 ? this[e + this.length] : this[e] : c.call(this) }, pushStack: function (e) { e = C.merge(this.constructor(), e) return (e.prevObject = this), (e.context = this.context), e }, each: function (e) { return C.each(this, e) }, map: function (n) { return this.pushStack( C.map(this, function (e, t) { return n.call(e, t, e) }) ) }, slice: function () { return this.pushStack(c.apply(this, arguments)) }, first: function () { return this.eq(0) }, last: function () { return this.eq(-1) }, eq: function (e) { var t = this.length, e = +e + (e < 0 ? t : 0) return this.pushStack(0 <= e && e < t ? [this[e]] : []) }, end: function () { return this.prevObject || this.constructor() }, push: R, sort: f.sort, splice: f.splice, }), (C.extend = C.fn.extend = function () { var e, t, n, r, i, o = arguments[0] || {}, a = 1, s = arguments.length, u = !1 for ( 'boolean' == typeof o && ((u = o), (o = arguments[a] || {}), a++), 'object' == typeof o || C.isFunction(o) || (o = {}), a === s && ((o = this), a--); a < s; a++ ) if (null != (r = arguments[a])) for (n in r) (i = o[n]), o !== (t = r[n]) && (u && t && (C.isPlainObject(t) || (e = C.isArray(t))) ? ((i = e ? ((e = !1), i && C.isArray(i) ? i : []) : i && C.isPlainObject(i) ? i : {}), (o[n] = C.extend(u, i, t))) : t !== undefined && (o[n] = t)) return o }), C.extend({ expando: 'jQuery' + (e + Math.random()).replace(/\D/g, ''), isReady: !0, error: function (e) { throw new Error(e) }, noop: function () {}, isFunction: function (e) { return 'function' === C.type(e) }, isArray: Array.isArray || function (e) { return 'array' === C.type(e) }, isWindow: function (e) { return null != e && e == e.window }, isNumeric: function (e) { var t = e && e.toString() return !C.isArray(e) && 0 <= t - parseFloat(t) + 1 }, isEmptyObject: function (e) { for (var t in e) return !1 return !0 }, isPlainObject: function (e) { if (!e || 'object' !== C.type(e) || e.nodeType || C.isWindow(e)) return !1 try { if ( e.constructor && !m.call(e, 'constructor') && !m.call(e.constructor.prototype, 'isPrototypeOf') ) return !1 } catch (n) { return !1 } if (!y.ownFirst) for (var t in e) return m.call(e, t) for (t in e); return t === undefined || m.call(e, t) }, type: function (e) { return null == e ? e + '' : 'object' == typeof e || 'function' == typeof e ? B[W.call(e)] || 'object' : typeof e }, globalEval: function (e) { e && C.trim(e) && ( T.execScript || function (e) { T.eval.call(T, e) } )(e) }, camelCase: function (e) { return e.replace($, 'ms-').replace(z, X) }, nodeName: function (e, t) { return ( e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() ) }, each: function (e, t) { var n, r = 0 if (U(e)) for ( n = e.length; r < n && !1 !== t.call(e[r], r, e[r]); r++ ); else for (r in e) if (!1 === t.call(e[r], r, e[r])) break return e }, trim: function (e) { return null == e ? '' : (e + '').replace(I, '') }, makeArray: function (e, t) { t = t || [] return ( null != e && (U(Object(e)) ? C.merge(t, 'string' == typeof e ? [e] : e) : R.call(t, e)), t ) }, inArray: function (e, t, n) { var r if (t) { if (P) return P.call(t, e, n) for ( r = t.length, n = n ? (n < 0 ? Math.max(0, r + n) : n) : 0; n < r; n++ ) if (n in t && t[n] === e) return n } return -1 }, merge: function (e, t) { for (var n = +t.length, r = 0, i = e.length; r < n; ) e[i++] = t[r++] if (n != n) for (; t[r] !== undefined; ) e[i++] = t[r++] return (e.length = i), e }, grep: function (e, t, n) { for (var r = [], i = 0, o = e.length, a = !n; i < o; i++) !t(e[i], i) != a && r.push(e[i]) return r }, map: function (e, t, n) { var r, i, o = 0, a = [] if (U(e)) for (r = e.length; o < r; o++) null != (i = t(e[o], o, n)) && a.push(i) else for (o in e) null != (i = t(e[o], o, n)) && a.push(i) return O.apply([], a) }, guid: 1, proxy: function (e, t) { var n, r return ( 'string' == typeof t && ((r = e[t]), (t = e), (e = r)), C.isFunction(e) ? ((n = c.call(arguments, 2)), ((r = function () { return e.apply( t || this, n.concat(c.call(arguments)) ) }).guid = e.guid = e.guid || C.guid++), r) : undefined ) }, now: function () { return +new Date() }, support: y, }), 'function' == typeof Symbol && (C.fn[Symbol.iterator] = f[Symbol.iterator]), C.each( 'Boolean Number String Function Array Date RegExp Object Error Symbol'.split( ' ' ), function (e, t) { B['[object ' + t + ']'] = t.toLowerCase() } ) var e = (function (M) { var e, g, b, o, O, w, R, P, T, u, l, C, E, t, N, m, r, i, y, k = 'sizzle' + +new Date(), v = M.document, S = 0, B = 0, W = le(), I = le(), A = le(), $ = function (e, t) { return e === t && (l = !0), 0 }, z = {}.hasOwnProperty, n = [], X = n.pop, U = n.push, D = n.push, V = n.slice, j = function (e, t) { for (var n = 0, r = e.length; n < r; n++) if (e[n] === t) return n return -1 }, Y = 'checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped', a = '[\\x20\\t\\r\\n\\f]', s = '(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+', J = '\\[' + a + '*(' + s + ')(?:' + a + '*([*^$|!~]?=)' + a + '*(?:\'((?:\\\\.|[^\\\\\'])*)\'|"((?:\\\\.|[^\\\\"])*)"|(' + s + '))|)' + a + '*\\]', G = ':(' + s + ')(?:\\(((\'((?:\\\\.|[^\\\\\'])*)\'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|' + J + ')*)|.*)\\)|)', K = new RegExp(a + '+', 'g'), L = new RegExp( '^' + a + '+|((?:^|[^\\\\])(?:\\\\.)*)' + a + '+$', 'g' ), Q = new RegExp('^' + a + '*,' + a + '*'), Z = new RegExp('^' + a + '*([>+~]|' + a + ')' + a + '*'), ee = new RegExp('=' + a + '*([^\\]\'"]*?)' + a + '*\\]', 'g'), te = new RegExp(G), ne = new RegExp('^' + s + '$'), f = { ID: new RegExp('^#(' + s + ')'), CLASS: new RegExp('^\\.(' + s + ')'), TAG: new RegExp('^(' + s + '|[*])'), ATTR: new RegExp('^' + J), PSEUDO: new RegExp('^' + G), CHILD: new RegExp( '^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(' + a + '*(even|odd|(([+-]|)(\\d*)n|)' + a + '*(?:([+-]|)' + a + '*(\\d+)|))' + a + '*\\)|)', 'i' ), bool: new RegExp('^(?:' + Y + ')$', 'i'), needsContext: new RegExp( '^' + a + '*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(' + a + '*((?:-\\d)?\\d*)' + a + '*\\)|)(?=[^-]|$)', 'i' ), }, re = /^(?:input|select|textarea|button)$/i, ie = /^h\d$/i, c = /^[^{]+\{\s*\[native \w/, oe = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, ae = /[+~]/, se = /'|\\/g, d = new RegExp( '\\\\([\\da-f]{1,6}' + a + '?|(' + a + ')|.)', 'ig' ), p = function (e, t, n) { var r = '0x' + t - 65536 return r != r || n ? t : r < 0 ? String.fromCharCode(65536 + r) : String.fromCharCode( (r >> 10) | 55296, (1023 & r) | 56320 ) }, ue = function () { C() } try { D.apply((n = V.call(v.childNodes)), v.childNodes), n[v.childNodes.length].nodeType } catch (F) { D = { apply: n.length ? function (e, t) { U.apply(e, V.call(t)) } : function (e, t) { for ( var n = e.length, r = 0; (e[n++] = t[r++]); ); e.length = n - 1 }, } } function H(e, t, n, r) { var i, o, a, s, u, l, c, f, d = t && t.ownerDocument, p = t ? t.nodeType : 9 if ( ((n = n || []), 'string' != typeof e || !e || (1 !== p && 9 !== p && 11 !== p)) ) return n if ( !r && ((t ? t.ownerDocument || t : v) !== E && C(t), (t = t || E), N) ) { if (11 !== p && (l = oe.exec(e))) if ((i = l[1])) { if (9 === p) { if (!(a = t.getElementById(i))) return n if (a.id === i) return n.push(a), n } else if ( d && (a = d.getElementById(i)) && y(t, a) && a.id === i ) return n.push(a), n } else { if (l[2]) return D.apply(n, t.getElementsByTagName(e)), n if ( (i = l[3]) && g.getElementsByClassName && t.getElementsByClassName ) return ( D.apply(n, t.getElementsByClassName(i)), n ) } if (g.qsa && !A[e + ' '] && (!m || !m.test(e))) { if (1 !== p) (d = t), (f = e) else if ('object' !== t.nodeName.toLowerCase()) { for ( (s = t.getAttribute('id')) ? (s = s.replace(se, '\\$&')) : t.setAttribute('id', (s = k)), o = (c = w(e)).length, u = ne.test(s) ? '#' + s : "[id='" + s + "']"; o--; ) c[o] = u + ' ' + _(c[o]) ;(f = c.join(',')), (d = (ae.test(e) && de(t.parentNode)) || t) } if (f) try { return D.apply(n, d.querySelectorAll(f)), n } catch (h) { } finally { s === k && t.removeAttribute('id') } } } return P(e.replace(L, '$1'), t, n, r) } function le() { var n = [] function r(e, t) { return ( n.push(e + ' ') > b.cacheLength && delete r[n.shift()], (r[e + ' '] = t) ) } return r } function q(e) { return (e[k] = !0), e } function h(e) { var t = E.createElement('div') try { return !!e(t) } catch (F) { return !1 } finally { t.parentNode && t.parentNode.removeChild(t) } } function ce(e, t) { for (var n = e.split('|'), r = n.length; r--; ) b.attrHandle[n[r]] = t } function fe(e, t) { var n = t && e, r = n && 1 === e.nodeType && 1 === t.nodeType && (~t.sourceIndex || 1 << 31) - (~e.sourceIndex || 1 << 31) if (r) return r if (n) for (; (n = n.nextSibling); ) if (n === t) return -1 return e ? 1 : -1 } function x(a) { return q(function (o) { return ( (o = +o), q(function (e, t) { for ( var n, r = a([], e.length, o), i = r.length; i--; ) e[(n = r[i])] && (e[n] = !(t[n] = e[n])) }) ) }) } function de(e) { return e && 'undefined' != typeof e.getElementsByTagName && e } for (e in ((g = H.support = {}), (O = H.isXML = function (e) { e = e && (e.ownerDocument || e).documentElement return !!e && 'HTML' !== e.nodeName }), (C = H.setDocument = function (e) { var e = e ? e.ownerDocument || e : v return ( e !== E && 9 === e.nodeType && e.documentElement && ((t = (E = e).documentElement), (N = !O(E)), (e = E.defaultView) && e.top !== e && (e.addEventListener ? e.addEventListener('unload', ue, !1) : e.attachEvent && e.attachEvent('onunload', ue)), (g.attributes = h(function (e) { return ( (e.className = 'i'), !e.getAttribute('className') ) })), (g.getElementsByTagName = h(function (e) { return ( e.appendChild(E.createComment('')), !e.getElementsByTagName('*').length ) })), (g.getElementsByClassName = c.test( E.getElementsByClassName )), (g.getById = h(function (e) { return ( (t.appendChild(e).id = k), !E.getElementsByName || !E.getElementsByName(k).length ) })), g.getById ? ((b.find.ID = function (e, t) { if ( 'undefined' != typeof t.getElementById && N ) return (e = t.getElementById(e)) ? [e] : [] }), (b.filter.ID = function (e) { var t = e.replace(d, p) return function (e) { return e.getAttribute('id') === t } })) : (delete b.find.ID, (b.filter.ID = function (e) { var t = e.replace(d, p) return function (e) { e = 'undefined' != typeof e.getAttributeNode && e.getAttributeNode('id') return e && e.value === t } })), (b.find.TAG = g.getElementsByTagName ? function (e, t) { return 'undefined' != typeof t.getElementsByTagName ? t.getElementsByTagName(e) : g.qsa ? t.querySelectorAll(e) : void 0 } : function (e, t) { var n, r = [], i = 0, o = t.getElementsByTagName(e) if ('*' !== e) return o for (; (n = o[i++]); ) 1 === n.nodeType && r.push(n) return r }), (b.find.CLASS = g.getElementsByClassName && function (e, t) { if ( 'undefined' != typeof t.getElementsByClassName && N ) return t.getElementsByClassName(e) }), (r = []), (m = []), (g.qsa = c.test(E.querySelectorAll)) && (h(function (e) { ;(t.appendChild(e).innerHTML = ""), e.querySelectorAll( "[msallowcapture^='']" ).length && m.push( '[*^$]=' + a + '*(?:\'\'|"")' ), e.querySelectorAll('[selected]') .length || m.push( '\\[' + a + '*(?:value|' + Y + ')' ), e.querySelectorAll('[id~=' + k + '-]') .length || m.push('~='), e.querySelectorAll(':checked').length || m.push(':checked'), e.querySelectorAll('a#' + k + '+*') .length || m.push('.#.+[+~]') }), h(function (e) { var t = E.createElement('input') t.setAttribute('type', 'hidden'), e .appendChild(t) .setAttribute('name', 'D'), e.querySelectorAll('[name=d]').length && m.push('name' + a + '*[*^$|!~]?='), e.querySelectorAll(':enabled').length || m.push(':enabled', ':disabled'), e.querySelectorAll('*,:x'), m.push(',.*:') })), (g.matchesSelector = c.test( (i = t.matches || t.webkitMatchesSelector || t.mozMatchesSelector || t.oMatchesSelector || t.msMatchesSelector) )) && h(function (e) { ;(g.disconnectedMatch = i.call(e, 'div')), i.call(e, "[s!='']:x"), r.push('!=', G) }), (m = m.length && new RegExp(m.join('|'))), (r = r.length && new RegExp(r.join('|'))), (e = c.test(t.compareDocumentPosition)), (y = e || c.test(t.contains) ? function (e, t) { var n = 9 === e.nodeType ? e.documentElement : e, t = t && t.parentNode return ( e === t || !( !t || 1 !== t.nodeType || !(n.contains ? n.contains(t) : e.compareDocumentPosition && 16 & e.compareDocumentPosition( t )) ) ) } : function (e, t) { if (t) for (; (t = t.parentNode); ) if (t === e) return !0 return !1 }), ($ = e ? function (e, t) { if (e === t) return (l = !0), 0 var n = !e.compareDocumentPosition - !t.compareDocumentPosition return ( n || (1 & (n = (e.ownerDocument || e) === (t.ownerDocument || t) ? e.compareDocumentPosition( t ) : 1) || (!g.sortDetached && t.compareDocumentPosition(e) === n) ? e === E || (e.ownerDocument === v && y(v, e)) ? -1 : t === E || (t.ownerDocument === v && y(v, t)) ? 1 : u ? j(u, e) - j(u, t) : 0 : 4 & n ? -1 : 1) ) } : function (e, t) { if (e === t) return (l = !0), 0 var n, r = 0, i = e.parentNode, o = t.parentNode, a = [e], s = [t] if (!i || !o) return e === E ? -1 : t === E ? 1 : i ? -1 : o ? 1 : u ? j(u, e) - j(u, t) : 0 if (i === o) return fe(e, t) for (n = e; (n = n.parentNode); ) a.unshift(n) for (n = t; (n = n.parentNode); ) s.unshift(n) for (; a[r] === s[r]; ) r++ return r ? fe(a[r], s[r]) : a[r] === v ? -1 : s[r] === v ? 1 : 0 })), E ) }), (H.matches = function (e, t) { return H(e, null, null, t) }), (H.matchesSelector = function (e, t) { if ( ((e.ownerDocument || e) !== E && C(e), (t = t.replace(ee, "='$1']")), g.matchesSelector && N && !A[t + ' '] && (!r || !r.test(t)) && (!m || !m.test(t))) ) try { var n = i.call(e, t) if ( n || g.disconnectedMatch || (e.document && 11 !== e.document.nodeType) ) return n } catch (F) {} return 0 < H(t, E, null, [e]).length }), (H.contains = function (e, t) { return (e.ownerDocument || e) !== E && C(e), y(e, t) }), (H.attr = function (e, t) { ;(e.ownerDocument || e) !== E && C(e) var n = b.attrHandle[t.toLowerCase()], n = n && z.call(b.attrHandle, t.toLowerCase()) ? n(e, t, !N) : undefined return n !== undefined ? n : g.attributes || !N ? e.getAttribute(t) : (n = e.getAttributeNode(t)) && n.specified ? n.value : null }), (H.error = function (e) { throw new Error('Syntax error, unrecognized expression: ' + e) }), (H.uniqueSort = function (e) { var t, n = [], r = 0, i = 0 if ( ((l = !g.detectDuplicates), (u = !g.sortStable && e.slice(0)), e.sort($), l) ) { for (; (t = e[i++]); ) t === e[i] && (r = n.push(i)) for (; r--; ) e.splice(n[r], 1) } return (u = null), e }), (o = H.getText = function (e) { var t, n = '', r = 0, i = e.nodeType if (i) { if (1 === i || 9 === i || 11 === i) { if ('string' == typeof e.textContent) return e.textContent for (e = e.firstChild; e; e = e.nextSibling) n += o(e) } else if (3 === i || 4 === i) return e.nodeValue } else for (; (t = e[r++]); ) n += o(t) return n }), ((b = H.selectors = { cacheLength: 50, createPseudo: q, match: f, attrHandle: {}, find: {}, relative: { '>': { dir: 'parentNode', first: !0 }, ' ': { dir: 'parentNode' }, '+': { dir: 'previousSibling', first: !0 }, '~': { dir: 'previousSibling' }, }, preFilter: { ATTR: function (e) { return ( (e[1] = e[1].replace(d, p)), (e[3] = (e[3] || e[4] || e[5] || '').replace( d, p )), '~=' === e[2] && (e[3] = ' ' + e[3] + ' '), e.slice(0, 4) ) }, CHILD: function (e) { return ( (e[1] = e[1].toLowerCase()), 'nth' === e[1].slice(0, 3) ? (e[3] || H.error(e[0]), (e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ('even' === e[3] || 'odd' === e[3]))), (e[5] = +(e[7] + e[8] || 'odd' === e[3]))) : e[3] && H.error(e[0]), e ) }, PSEUDO: function (e) { var t, n = !e[6] && e[2] return f.CHILD.test(e[0]) ? null : (e[3] ? (e[2] = e[4] || e[5] || '') : n && te.test(n) && (t = w(n, !0)) && (t = n.indexOf(')', n.length - t) - n.length) && ((e[0] = e[0].slice(0, t)), (e[2] = n.slice(0, t))), e.slice(0, 3)) }, }, filter: { TAG: function (e) { var t = e.replace(d, p).toLowerCase() return '*' === e ? function () { return !0 } : function (e) { return ( e.nodeName && e.nodeName.toLowerCase() === t ) } }, CLASS: function (e) { var t = W[e + ' '] return ( t || ((t = new RegExp( '(^|' + a + ')' + e + '(' + a + '|$)' )) && W(e, function (e) { return t.test( ('string' == typeof e.className && e.className) || ('undefined' != typeof e.getAttribute && e.getAttribute('class')) || '' ) })) ) }, ATTR: function (t, n, r) { return function (e) { e = H.attr(e, t) return null == e ? '!=' === n : !n || ((e += ''), '=' === n ? e === r : '!=' === n ? e !== r : '^=' === n ? r && 0 === e.indexOf(r) : '*=' === n ? r && -1 < e.indexOf(r) : '$=' === n ? r && e.slice(-r.length) === r : '~=' === n ? -1 < ( ' ' + e.replace(K, ' ') + ' ' ).indexOf(r) : '|=' === n && (e === r || e.slice(0, r.length + 1) === r + '-')) } }, CHILD: function (h, e, t, g, m) { var y = 'nth' !== h.slice(0, 3), v = 'last' !== h.slice(-4), x = 'of-type' === e return 1 === g && 0 === m ? function (e) { return !!e.parentNode } : function (e, t, n) { var r, i, o, a, s, u, l = y != v ? 'nextSibling' : 'previousSibling', c = e.parentNode, f = x && e.nodeName.toLowerCase(), d = !n && !x, p = !1 if (c) { if (y) { for (; l; ) { for (a = e; (a = a[l]); ) if ( x ? a.nodeName.toLowerCase() === f : 1 === a.nodeType ) return !1 u = l = 'only' === h && !u && 'nextSibling' } return !0 } if ( ((u = [ v ? c.firstChild : c.lastChild, ]), v && d) ) { for ( p = (s = (r = (i = (o = (a = c)[ k ] || (a[k] = {}))[ a.uniqueID ] || (o[ a.uniqueID ] = {}))[h] || [])[0] === S && r[1]) && r[2], a = s && c.childNodes[s]; (a = (++s && a && a[l]) || (p = s = 0) || u.pop()); ) if ( 1 === a.nodeType && ++p && a === e ) { i[h] = [S, s, p] break } } else if ( !1 === (p = d ? (s = (r = (i = (o = (a = e)[ k ] || (a[k] = {}))[ a.uniqueID ] || (o[a.uniqueID] = {}))[h] || [])[0] === S && r[1]) : p) ) for ( ; (a = (++s && a && a[l]) || (p = s = 0) || u.pop()) && ((x ? a.nodeName.toLowerCase() !== f : 1 !== a.nodeType) || !++p || (d && ((i = (o = a[k] || (a[k] = {}))[ a.uniqueID ] || (o[a.uniqueID] = {}))[h] = [ S, p, ]), a !== e)); ); return ( (p -= m) === g || (p % g == 0 && 0 <= p / g) ) } } }, PSEUDO: function (e, o) { var t, a = b.pseudos[e] || b.setFilters[e.toLowerCase()] || H.error('unsupported pseudo: ' + e) return a[k] ? a(o) : 1 < a.length ? ((t = [e, e, '', o]), b.setFilters.hasOwnProperty(e.toLowerCase()) ? q(function (e, t) { for ( var n, r = a(e, o), i = r.length; i--; ) e[(n = j(e, r[i]))] = !(t[n] = r[i]) }) : function (e) { return a(e, 0, t) }) : a }, }, pseudos: { not: q(function (e) { var r = [], i = [], s = R(e.replace(L, '$1')) return s[k] ? q(function (e, t, n, r) { for ( var i, o = s(e, null, r, []), a = e.length; a--; ) (i = o[a]) && (e[a] = !(t[a] = i)) }) : function (e, t, n) { return ( (r[0] = e), s(r, null, n, i), (r[0] = null), !i.pop() ) } }), has: q(function (t) { return function (e) { return 0 < H(t, e).length } }), contains: q(function (t) { return ( (t = t.replace(d, p)), function (e) { return ( -1 < ( e.textContent || e.innerText || o(e) ).indexOf(t) ) } ) }), lang: q(function (n) { return ( ne.test(n || '') || H.error('unsupported lang: ' + n), (n = n.replace(d, p).toLowerCase()), function (e) { var t do { if ( (t = N ? e.lang : e.getAttribute('xml:lang') || e.getAttribute('lang')) ) return ( (t = t.toLowerCase()) === n || 0 === t.indexOf(n + '-') ) } while ( (e = e.parentNode) && 1 === e.nodeType ) return !1 } ) }), target: function (e) { var t = M.location && M.location.hash return t && t.slice(1) === e.id }, root: function (e) { return e === t }, focus: function (e) { return ( e === E.activeElement && (!E.hasFocus || E.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) ) }, enabled: function (e) { return !1 === e.disabled }, disabled: function (e) { return !0 === e.disabled }, checked: function (e) { var t = e.nodeName.toLowerCase() return ( ('input' === t && !!e.checked) || ('option' === t && !!e.selected) ) }, selected: function (e) { return ( e.parentNode && e.parentNode.selectedIndex, !0 === e.selected ) }, empty: function (e) { for (e = e.firstChild; e; e = e.nextSibling) if (e.nodeType < 6) return !1 return !0 }, parent: function (e) { return !b.pseudos.empty(e) }, header: function (e) { return ie.test(e.nodeName) }, input: function (e) { return re.test(e.nodeName) }, button: function (e) { var t = e.nodeName.toLowerCase() return ( ('input' === t && 'button' === e.type) || 'button' === t ) }, text: function (e) { return ( 'input' === e.nodeName.toLowerCase() && 'text' === e.type && (null == (e = e.getAttribute('type')) || 'text' === e.toLowerCase()) ) }, first: x(function () { return [0] }), last: x(function (e, t) { return [t - 1] }), eq: x(function (e, t, n) { return [n < 0 ? n + t : n] }), even: x(function (e, t) { for (var n = 0; n < t; n += 2) e.push(n) return e }), odd: x(function (e, t) { for (var n = 1; n < t; n += 2) e.push(n) return e }), lt: x(function (e, t, n) { for (var r = n < 0 ? n + t : n; 0 <= --r; ) e.push(r) return e }), gt: x(function (e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t; ) e.push(r) return e }), }, }).pseudos.nth = b.pseudos.eq), { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 })) b.pseudos[e] = (function (t) { return function (e) { return ( 'input' === e.nodeName.toLowerCase() && e.type === t ) } })(e) for (e in { submit: !0, reset: !0 }) b.pseudos[e] = (function (n) { return function (e) { var t = e.nodeName.toLowerCase() return ('input' === t || 'button' === t) && e.type === n } })(e) function pe() {} function _(e) { for (var t = 0, n = e.length, r = ''; t < n; t++) r += e[t].value return r } function he(a, e, t) { var s = e.dir, u = t && 'parentNode' === s, l = B++ return e.first ? function (e, t, n) { for (; (e = e[s]); ) if (1 === e.nodeType || u) return a(e, t, n) } : function (e, t, n) { var r, i, o = [S, l] if (n) { for (; (e = e[s]); ) if ((1 === e.nodeType || u) && a(e, t, n)) return !0 } else for (; (e = e[s]); ) if (1 === e.nodeType || u) { if ( (r = (i = (i = e[k] || (e[k] = {}))[ e.uniqueID ] || (i[e.uniqueID] = {}))[s]) && r[0] === S && r[1] === l ) return (o[2] = r[2]) if (((i[s] = o)[2] = a(e, t, n))) return !0 } } } function ge(i) { return 1 < i.length ? function (e, t, n) { for (var r = i.length; r--; ) if (!i[r](e, t, n)) return !1 return !0 } : i[0] } function me(e, t, n, r, i) { for ( var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++ ) !(o = e[s]) || (n && !n(o, r, i)) || (a.push(o), l && t.push(s)) return a } function ye(p, h, g, m, y, e) { return ( m && !m[k] && (m = ye(m)), y && !y[k] && (y = ye(y, e)), q(function (e, t, n, r) { var i, o, a, s = [], u = [], l = t.length, c = e || (function (e, t, n) { for (var r = 0, i = t.length; r < i; r++) H(e, t[r], n) return n })(h || '*', n.nodeType ? [n] : n, []), f = !p || (!e && h) ? c : me(c, s, p, n, r), d = g ? (y || (e ? p : l || m) ? [] : t) : f if ((g && g(f, d, n, r), m)) for ( i = me(d, u), m(i, [], n, r), o = i.length; o--; ) (a = i[o]) && (d[u[o]] = !(f[u[o]] = a)) if (e) { if (y || p) { if (y) { for (i = [], o = d.length; o--; ) (a = d[o]) && i.push((f[o] = a)) y(null, (d = []), i, r) } for (o = d.length; o--; ) (a = d[o]) && -1 < (i = y ? j(e, a) : s[o]) && (e[i] = !(t[i] = a)) } } else (d = me(d === t ? d.splice(l, d.length) : d)), y ? y(null, t, d, r) : D.apply(t, d) }) ) } return ( (pe.prototype = b.filters = b.pseudos), (b.setFilters = new pe()), (w = H.tokenize = function (e, t) { var n, r, i, o, a, s, u, l = I[e + ' '] if (l) return t ? 0 : l.slice(0) for (a = e, s = [], u = b.preFilter; a; ) { for (o in ((n && !(r = Q.exec(a))) || (r && (a = a.slice(r[0].length) || a), s.push((i = []))), (n = !1), (r = Z.exec(a)) && ((n = r.shift()), i.push({ value: n, type: r[0].replace(L, ' '), }), (a = a.slice(n.length))), b.filter)) !(r = f[o].exec(a)) || (u[o] && !(r = u[o](r))) || ((n = r.shift()), i.push({ value: n, type: o, matches: r }), (a = a.slice(n.length))) if (!n) break } return t ? a.length : a ? H.error(e) : I(e, s).slice(0) }), (R = H.compile = function (e, t) { var n, m, y, v, x, r, i = [], o = [], a = A[e + ' '] if (!a) { for (n = (t = t || w(e)).length; n--; ) ((a = (function f(e) { for ( var r, t, n, i = e.length, o = b.relative[e[0].type], a = o || b.relative[' '], s = o ? 1 : 0, u = he( function (e) { return e === r }, a, !0 ), l = he( function (e) { return -1 < j(r, e) }, a, !0 ), c = [ function (e, t, n) { return ( (e = (!o && (n || t !== T)) || ((r = t).nodeType ? u : l)(e, t, n)), (r = null), e ) }, ]; s < i; s++ ) if ((t = b.relative[e[s].type])) c = [he(ge(c), t)] else { if ( (t = b.filter[e[s].type].apply( null, e[s].matches ))[k] ) { for ( n = ++s; n < i && !b.relative[e[n].type]; n++ ); return ye( 1 < s && ge(c), 1 < s && _( e .slice(0, s - 1) .concat({ value: ' ' === e[s - 2] .type ? '*' : '', }) ).replace(L, '$1'), t, s < n && f(e.slice(s, n)), n < i && f((e = e.slice(n))), n < i && _(e) ) } c.push(t) } return ge(c) })(t[n]))[k] ? i : o ).push(a) ;(a = A( e, ((m = o), (v = 0 < (y = i).length), (x = 0 < m.length), (r = function (e, t, n, r, i) { var o, a, s, u = 0, l = '0', c = e && [], f = [], d = T, p = e || (x && b.find.TAG('*', i)), h = (S += null == d ? 1 : Math.random() || 0.1), g = p.length for ( i && (T = t === E || t || i); l !== g && null != (o = p[l]); l++ ) { if (x && o) { for ( a = 0, t || o.ownerDocument === E || (C(o), (n = !N)); (s = m[a++]); ) if (s(o, t || E, n)) { r.push(o) break } i && (S = h) } v && ((o = !s && o) && u--, e && c.push(o)) } if (((u += l), v && l !== u)) { for (a = 0; (s = y[a++]); ) s(c, f, t, n) if (e) { if (0 < u) for (; l--; ) c[l] || f[l] || (f[l] = X.call(r)) f = me(f) } D.apply(r, f), i && !e && 0 < f.length && 1 < u + y.length && H.uniqueSort(r) } return i && ((S = h), (T = d)), c }), v ? q(r) : r) )).selector = e } return a }), (P = H.select = function (e, t, n, r) { var i, o, a, s, u, l = 'function' == typeof e && e, c = !r && w((e = l.selector || e)) if (((n = n || []), 1 === c.length)) { if ( 2 < (o = c[0] = c[0].slice(0)).length && 'ID' === (a = o[0]).type && g.getById && 9 === t.nodeType && N && b.relative[o[1].type] ) { if ( !(t = (b.find.ID( a.matches[0].replace(d, p), t ) || [])[0]) ) return n l && (t = t.parentNode), (e = e.slice(o.shift().value.length)) } for ( i = f.needsContext.test(e) ? 0 : o.length; i-- && ((a = o[i]), !b.relative[(s = a.type)]); ) if ( (u = b.find[s]) && (r = u( a.matches[0].replace(d, p), (ae.test(o[0].type) && de(t.parentNode)) || t )) ) { if ( (o.splice(i, 1), (e = r.length && _(o))) ) break return D.apply(n, r), n } } return ( (l || R(e, c))( r, t, !N, n, !t || (ae.test(e) && de(t.parentNode)) || t ), n ) }), (g.sortStable = k.split('').sort($).join('') === k), (g.detectDuplicates = !!l), C(), (g.sortDetached = h(function (e) { return 1 & e.compareDocumentPosition(E.createElement('div')) })), h(function (e) { return ( (e.innerHTML = ""), '#' === e.firstChild.getAttribute('href') ) }) || ce('type|href|height|width', function (e, t, n) { if (!n) return e.getAttribute( t, 'type' === t.toLowerCase() ? 1 : 2 ) }), (g.attributes && h(function (e) { return ( (e.innerHTML = ''), e.firstChild.setAttribute('value', ''), '' === e.firstChild.getAttribute('value') ) })) || ce('value', function (e, t, n) { if (!n && 'input' === e.nodeName.toLowerCase()) return e.defaultValue }), h(function (e) { return null == e.getAttribute('disabled') }) || ce(Y, function (e, t, n) { if (!n) return !0 === e[t] ? t.toLowerCase() : (n = e.getAttributeNode(t)) && n.specified ? n.value : null }), H ) })(T), r = ((C.find = e), (C.expr = e.selectors), (C.expr[':'] = C.expr.pseudos), (C.uniqueSort = C.unique = e.uniqueSort), (C.text = e.getText), (C.isXMLDoc = e.isXML), (C.contains = e.contains), function (e, t, n) { for ( var r = [], i = n !== undefined; (e = e[t]) && 9 !== e.nodeType; ) if (1 === e.nodeType) { if (i && C(e).is(n)) break r.push(e) } return r }), V = function (e, t) { for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e) return n }, Y = C.expr.match.needsContext, J = /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/, G = /^.[^:#\[\.,]*$/ function K(e, n, r) { if (C.isFunction(n)) return C.grep(e, function (e, t) { return !!n.call(e, t, e) !== r }) if (n.nodeType) return C.grep(e, function (e) { return (e === n) !== r }) if ('string' == typeof n) { if (G.test(n)) return C.filter(n, e, r) n = C.filter(n, e) } return C.grep(e, function (e) { return -1 < C.inArray(e, n) !== r }) } ;(C.filter = function (e, t, n) { var r = t[0] return ( n && (e = ':not(' + e + ')'), 1 === t.length && 1 === r.nodeType ? C.find.matchesSelector(r, e) ? [r] : [] : C.find.matches( e, C.grep(t, function (e) { return 1 === e.nodeType }) ) ) }), C.fn.extend({ find: function (e) { var t, n = [], r = this, i = r.length if ('string' != typeof e) return this.pushStack( C(e).filter(function () { for (t = 0; t < i; t++) if (C.contains(r[t], this)) return !0 }) ) for (t = 0; t < i; t++) C.find(e, r[t], n) return ( ((n = this.pushStack(1 < i ? C.unique(n) : n)).selector = this.selector ? this.selector + ' ' + e : e), n ) }, filter: function (e) { return this.pushStack(K(this, e || [], !1)) }, not: function (e) { return this.pushStack(K(this, e || [], !0)) }, is: function (e) { return !!K( this, 'string' == typeof e && Y.test(e) ? C(e) : e || [], !1 ).length }, }) var Q, Z = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, ee = (((C.fn.init = function (e, t, n) { if (!e) return this if (((n = n || Q), 'string' != typeof e)) return e.nodeType ? ((this.context = this[0] = e), (this.length = 1), this) : C.isFunction(e) ? 'undefined' != typeof n.ready ? n.ready(e) : e(C) : (e.selector !== undefined && ((this.selector = e.selector), (this.context = e.context)), C.makeArray(e, this)) if ( !(r = '<' === e.charAt(0) && '>' === e.charAt(e.length - 1) && 3 <= e.length ? [null, e, null] : Z.exec(e)) || (!r[1] && t) ) return (!t || t.jquery ? t || n : this.constructor(t)).find( e ) if (r[1]) { if ( ((t = t instanceof C ? t[0] : t), C.merge( this, C.parseHTML( r[1], t && t.nodeType ? t.ownerDocument || t : g, !0 ) ), J.test(r[1]) && C.isPlainObject(t)) ) for (var r in t) C.isFunction(this[r]) ? this[r](t[r]) : this.attr(r, t[r]) return this } if ((n = g.getElementById(r[2])) && n.parentNode) { if (n.id !== r[2]) return Q.find(e) ;(this.length = 1), (this[0] = n) } return (this.context = g), (this.selector = e), this }).prototype = C.fn), (Q = C(g)), /^(?:parents|prev(?:Until|All))/), te = { children: !0, contents: !0, next: !0, prev: !0 } function ne(e, t) { for (; (e = e[t]) && 1 !== e.nodeType; ); return e } C.fn.extend({ has: function (e) { var t, n = C(e, this), r = n.length return this.filter(function () { for (t = 0; t < r; t++) if (C.contains(this, n[t])) return !0 }) }, closest: function (e, t) { for ( var n, r = 0, i = this.length, o = [], a = Y.test(e) || 'string' != typeof e ? C(e, t || this.context) : 0; r < i; r++ ) for (n = this[r]; n && n !== t; n = n.parentNode) if ( n.nodeType < 11 && (a ? -1 < a.index(n) : 1 === n.nodeType && C.find.matchesSelector(n, e)) ) { o.push(n) break } return this.pushStack(1 < o.length ? C.uniqueSort(o) : o) }, index: function (e) { return e ? 'string' == typeof e ? C.inArray(this[0], C(e)) : C.inArray(e.jquery ? e[0] : e, this) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 }, add: function (e, t) { return this.pushStack(C.uniqueSort(C.merge(this.get(), C(e, t)))) }, addBack: function (e) { return this.add( null == e ? this.prevObject : this.prevObject.filter(e) ) }, }), C.each( { parent: function (e) { e = e.parentNode return e && 11 !== e.nodeType ? e : null }, parents: function (e) { return r(e, 'parentNode') }, parentsUntil: function (e, t, n) { return r(e, 'parentNode', n) }, next: function (e) { return ne(e, 'nextSibling') }, prev: function (e) { return ne(e, 'previousSibling') }, nextAll: function (e) { return r(e, 'nextSibling') }, prevAll: function (e) { return r(e, 'previousSibling') }, nextUntil: function (e, t, n) { return r(e, 'nextSibling', n) }, prevUntil: function (e, t, n) { return r(e, 'previousSibling', n) }, siblings: function (e) { return V((e.parentNode || {}).firstChild, e) }, children: function (e) { return V(e.firstChild) }, contents: function (e) { return C.nodeName(e, 'iframe') ? e.contentDocument || e.contentWindow.document : C.merge([], e.childNodes) }, }, function (r, i) { C.fn[r] = function (e, t) { var n = C.map(this, i, e) return ( (t = 'Until' !== r.slice(-5) ? e : t) && 'string' == typeof t && (n = C.filter(t, n)), 1 < this.length && (te[r] || (n = C.uniqueSort(n)), ee.test(r) && (n = n.reverse())), this.pushStack(n) ) } } ) var re, ie, E = /\S+/g function oe() { g.addEventListener ? (g.removeEventListener('DOMContentLoaded', i), T.removeEventListener('load', i)) : (g.detachEvent('onreadystatechange', i), T.detachEvent('onload', i)) } function i() { ;(!g.addEventListener && 'load' !== T.event.type && 'complete' !== g.readyState) || (oe(), C.ready()) } for (ie in ((C.Callbacks = function (r) { var e, n r = 'string' == typeof r ? ((e = r), (n = {}), C.each(e.match(E) || [], function (e, t) { n[t] = !0 }), n) : C.extend({}, r) var i, t, o, a, s = [], u = [], l = -1, c = function () { for (a = r.once, o = i = !0; u.length; l = -1) for (t = u.shift(); ++l < s.length; ) !1 === s[l].apply(t[0], t[1]) && r.stopOnFalse && ((l = s.length), (t = !1)) r.memory || (t = !1), (i = !1), a && (s = t ? [] : '') }, f = { add: function () { return ( s && (t && !i && ((l = s.length - 1), u.push(t)), (function n(e) { C.each(e, function (e, t) { C.isFunction(t) ? (r.unique && f.has(t)) || s.push(t) : t && t.length && 'string' !== C.type(t) && n(t) }) })(arguments), t && !i && c()), this ) }, remove: function () { return ( C.each(arguments, function (e, t) { for (var n; -1 < (n = C.inArray(t, s, n)); ) s.splice(n, 1), n <= l && l-- }), this ) }, has: function (e) { return e ? -1 < C.inArray(e, s) : 0 < s.length }, empty: function () { return (s = s && []), this }, disable: function () { return (a = u = []), (s = t = ''), this }, disabled: function () { return !s }, lock: function () { return (a = !0), t || f.disable(), this }, locked: function () { return !!a }, fireWith: function (e, t) { return ( a || ((t = [e, (t = t || []).slice ? t.slice() : t]), u.push(t), i || c()), this ) }, fire: function () { return f.fireWith(this, arguments), this }, fired: function () { return !!o }, } return f }), C.extend({ Deferred: function (e) { var o = [ ['resolve', 'done', C.Callbacks('once memory'), 'resolved'], ['reject', 'fail', C.Callbacks('once memory'), 'rejected'], ['notify', 'progress', C.Callbacks('memory')], ], i = 'pending', a = { state: function () { return i }, always: function () { return s.done(arguments).fail(arguments), this }, then: function () { var i = arguments return C.Deferred(function (r) { C.each(o, function (e, t) { var n = C.isFunction(i[e]) && i[e] s[t[1]](function () { var e = n && n.apply(this, arguments) e && C.isFunction(e.promise) ? e .promise() .progress(r.notify) .done(r.resolve) .fail(r.reject) : r[t[0] + 'With']( this === a ? r.promise() : this, n ? [e] : arguments ) }) }), (i = null) }).promise() }, promise: function (e) { return null != e ? C.extend(e, a) : a }, }, s = {} return ( (a.pipe = a.then), C.each(o, function (e, t) { var n = t[2], r = t[3] ;(a[t[1]] = n.add), r && n.add( function () { i = r }, o[1 ^ e][2].disable, o[2][2].lock ), (s[t[0]] = function () { return ( s[t[0] + 'With']( this === s ? a : this, arguments ), this ) }), (s[t[0] + 'With'] = n.fireWith) }), a.promise(s), e && e.call(s, s), s ) }, when: function (e) { var i, t, n, r = 0, o = c.call(arguments), a = o.length, s = 1 !== a || (e && C.isFunction(e.promise)) ? a : 0, u = 1 === s ? e : C.Deferred(), l = function (t, n, r) { return function (e) { ;(n[t] = this), (r[t] = 1 < arguments.length ? c.call(arguments) : e), r === i ? u.notifyWith(n, r) : --s || u.resolveWith(n, r) } } if (1 < a) for ( i = new Array(a), t = new Array(a), n = new Array(a); r < a; r++ ) o[r] && C.isFunction(o[r].promise) ? o[r] .promise() .progress(l(r, t, i)) .done(l(r, n, o)) .fail(u.reject) : --s return s || u.resolveWith(n, o), u.promise() }, }), (C.fn.ready = function (e) { return C.ready.promise().done(e), this }), C.extend({ isReady: !1, readyWait: 1, holdReady: function (e) { e ? C.readyWait++ : C.ready(!0) }, ready: function (e) { ;(!0 === e ? --C.readyWait : C.isReady) || ((C.isReady = !0) !== e && 0 < --C.readyWait) || (re.resolveWith(g, [C]), C.fn.triggerHandler && (C(g).triggerHandler('ready'), C(g).off('ready'))) }, }), (C.ready.promise = function (e) { if (!re) if ( ((re = C.Deferred()), 'complete' === g.readyState || ('loading' !== g.readyState && !g.documentElement.doScroll)) ) T.setTimeout(C.ready) else if (g.addEventListener) g.addEventListener('DOMContentLoaded', i), T.addEventListener('load', i) else { g.attachEvent('onreadystatechange', i), T.attachEvent('onload', i) var t = !1 try { t = null == T.frameElement && g.documentElement } catch (n) {} t && t.doScroll && !(function r() { if (!C.isReady) { try { t.doScroll('left') } catch (n) { return T.setTimeout(r, 50) } oe(), C.ready() } })() } return re.promise(e) }), C.ready.promise(), C(y))) break ;(y.ownFirst = '0' === ie), (y.inlineBlockNeedsLayout = !1), C(function () { var e, t, n = g.getElementsByTagName('body')[0] n && n.style && ((e = g.createElement('div')), ((t = g.createElement('div')).style.cssText = 'position:absolute;border:0;width:0;height:0;top:0;left:-9999px'), n.appendChild(t).appendChild(e), 'undefined' != typeof e.style.zoom && ((e.style.cssText = 'display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1'), (y.inlineBlockNeedsLayout = e = 3 === e.offsetWidth), e && (n.style.zoom = 1)), n.removeChild(t)) }) e = g.createElement('div') y.deleteExpando = !0 try { delete e.test } catch (yn) { y.deleteExpando = !1 } var o, v = function (e) { var t = C.noData[(e.nodeName + ' ').toLowerCase()], n = +e.nodeType || 1 return ( (1 === n || 9 === n) && (!t || (!0 !== t && e.getAttribute('classid') === t)) ) }, ae = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, se = /([A-Z])/g function ue(e, t, n) { if (n === undefined && 1 === e.nodeType) { var r = 'data-' + t.replace(se, '-$1').toLowerCase() if ('string' == typeof (n = e.getAttribute(r))) { try { n = 'true' === n || ('false' !== n && ('null' === n ? null : +n + '' === n ? +n : ae.test(n) ? C.parseJSON(n) : n)) } catch (i) {} C.data(e, t, n) } else n = undefined } return n } function le(e) { for (var t in e) if (('data' !== t || !C.isEmptyObject(e[t])) && 'toJSON' !== t) return return 1 } function ce(e, t, n, r) { if (v(e)) { var i, o = C.expando, a = e.nodeType, s = a ? C.cache : e, u = a ? e[o] : e[o] && o if ( (u && s[u] && (r || s[u].data)) || n !== undefined || 'string' != typeof t ) return ( s[(u = u || (a ? (e[o] = f.pop() || C.guid++) : o))] || (s[u] = a ? {} : { toJSON: C.noop }), ('object' != typeof t && 'function' != typeof t) || (r ? (s[u] = C.extend(s[u], t)) : (s[u].data = C.extend(s[u].data, t))), (e = s[u]), r || (e.data || (e.data = {}), (e = e.data)), n !== undefined && (e[C.camelCase(t)] = n), 'string' == typeof t ? null == (i = e[t]) && (i = e[C.camelCase(t)]) : (i = e), i ) } } function fe(e, t, n) { if (v(e)) { var r, i, o = e.nodeType, a = o ? C.cache : e, s = o ? e[C.expando] : C.expando if (a[s]) { if (t && (r = n ? a[s] : a[s].data)) { i = (t = C.isArray(t) ? t.concat(C.map(t, C.camelCase)) : t in r || (t = C.camelCase(t)) in r ? [t] : t.split(' ')).length for (; i--; ) delete r[t[i]] if (n ? !le(r) : !C.isEmptyObject(r)) return } ;(n || (delete a[s].data, le(a[s]))) && (o ? C.cleanData([e], !0) : y.deleteExpando || a != a.window ? delete a[s] : (a[s] = undefined)) } } } C.extend({ cache: {}, noData: { 'applet ': !0, 'embed ': !0, 'object ': 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000', }, hasData: function (e) { return ( !!(e = e.nodeType ? C.cache[e[C.expando]] : e[C.expando]) && !le(e) ) }, data: function (e, t, n) { return ce(e, t, n) }, removeData: function (e, t) { return fe(e, t) }, _data: function (e, t, n) { return ce(e, t, n, !0) }, _removeData: function (e, t) { return fe(e, t, !0) }, }), C.fn.extend({ data: function (e, t) { var n, r, i, o = this[0], a = o && o.attributes if (e !== undefined) return 'object' == typeof e ? this.each(function () { C.data(this, e) }) : 1 < arguments.length ? this.each(function () { C.data(this, e, t) }) : o ? ue(o, e, C.data(o, e)) : undefined if ( this.length && ((i = C.data(o)), 1 === o.nodeType && !C._data(o, 'parsedAttrs')) ) { for (n = a.length; n--; ) a[n] && 0 === (r = a[n].name).indexOf('data-') && ue(o, (r = C.camelCase(r.slice(5))), i[r]) C._data(o, 'parsedAttrs', !0) } return i }, removeData: function (e) { return this.each(function () { C.removeData(this, e) }) }, }), C.extend({ queue: function (e, t, n) { var r if (e) return ( (r = C._data(e, (t = (t || 'fx') + 'queue'))), n && (!r || C.isArray(n) ? (r = C._data(e, t, C.makeArray(n))) : r.push(n)), r || [] ) }, dequeue: function (e, t) { t = t || 'fx' var n = C.queue(e, t), r = n.length, i = n.shift(), o = C._queueHooks(e, t) 'inprogress' === i && ((i = n.shift()), r--), i && ('fx' === t && n.unshift('inprogress'), delete o.stop, i.call( e, function () { C.dequeue(e, t) }, o )), !r && o && o.empty.fire() }, _queueHooks: function (e, t) { var n = t + 'queueHooks' return ( C._data(e, n) || C._data(e, n, { empty: C.Callbacks('once memory').add(function () { C._removeData(e, t + 'queue'), C._removeData(e, n) }), }) ) }, }), C.fn.extend({ queue: function (t, n) { var e = 2 return ( 'string' != typeof t && ((n = t), (t = 'fx'), e--), arguments.length < e ? C.queue(this[0], t) : n === undefined ? this : this.each(function () { var e = C.queue(this, t, n) C._queueHooks(this, t), 'fx' === t && 'inprogress' !== e[0] && C.dequeue(this, t) }) ) }, dequeue: function (e) { return this.each(function () { C.dequeue(this, e) }) }, clearQueue: function (e) { return this.queue(e || 'fx', []) }, promise: function (e, t) { var n, r = 1, i = C.Deferred(), o = this, a = this.length, s = function () { --r || i.resolveWith(o, [o]) } for ( 'string' != typeof e && ((t = e), (e = undefined)), e = e || 'fx'; a--; ) (n = C._data(o[a], e + 'queueHooks')) && n.empty && (r++, n.empty.add(s)) return s(), i.promise(t) }, }), (y.shrinkWrapBlocks = function () { return null != o ? o : ((o = !1), (t = g.getElementsByTagName('body')[0]) && t.style ? ((e = g.createElement('div')), ((n = g.createElement('div')).style.cssText = 'position:absolute;border:0;width:0;height:0;top:0;left:-9999px'), t.appendChild(n).appendChild(e), 'undefined' != typeof e.style.zoom && ((e.style.cssText = '-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1'), (e.appendChild(g.createElement('div')).style.width = '5px'), (o = 3 !== e.offsetWidth)), t.removeChild(n), o) : void 0) var e, t, n }) var e = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, de = new RegExp('^(?:([+-])=|)(' + e + ')([a-z%]*)$', 'i'), s = ['Top', 'Right', 'Bottom', 'Left'], pe = function (e, t) { return ( 'none' === C.css((e = t || e), 'display') || !C.contains(e.ownerDocument, e) ) } function he(e, t, n, r) { var i, o = 1, a = 20, s = r ? function () { return r.cur() } : function () { return C.css(e, t, '') }, u = s(), l = (n && n[3]) || (C.cssNumber[t] ? '' : 'px'), c = (C.cssNumber[t] || ('px' !== l && +u)) && de.exec(C.css(e, t)) if (c && c[3] !== l) for ( l = l || c[3], n = n || [], c = +u || 1; (c /= o = o || '.5'), C.style(e, t, c + l), o !== (o = s() / u) && 1 !== o && --a; ); return ( n && ((c = +c || +u || 0), (i = n[1] ? c + (n[1] + 1) * n[2] : +n[2]), r && ((r.unit = l), (r.start = c), (r.end = i))), i ) } var d = function (e, t, n, r, i, o, a) { var s = 0, u = e.length, l = null == n if ('object' === C.type(n)) for (s in ((i = !0), n)) d(e, t, s, n[s], !0, o, a) else if ( r !== undefined && ((i = !0), C.isFunction(r) || (a = !0), (t = l ? a ? (t.call(e, r), null) : ((l = t), function (e, t, n) { return l.call(C(e), n) }) : t)) ) for (; s < u; s++) t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n))) return i ? e : l ? t.call(e) : u ? t(e[0], n) : o }, ge = /^(?:checkbox|radio)$/i, me = /<([\w:-]+)/, ye = /^$|\/(?:java|ecma)script/i, ve = /^\s+/, xe = 'abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video' function be(e) { var t = xe.split('|'), n = e.createDocumentFragment() if (n.createElement) for (; t.length; ) n.createElement(t.pop()) return n } ;(S = g.createElement('div')), (k = g.createDocumentFragment()), (q = g.createElement('input')), (S.innerHTML = "
a"), (y.leadingWhitespace = 3 === S.firstChild.nodeType), (y.tbody = !S.getElementsByTagName('tbody').length), (y.htmlSerialize = !!S.getElementsByTagName('link').length), (y.html5Clone = '<:nav>' !== g.createElement('nav').cloneNode(!0).outerHTML), (q.type = 'checkbox'), (q.checked = !0), k.appendChild(q), (y.appendChecked = q.checked), (S.innerHTML = ''), (y.noCloneChecked = !!S.cloneNode(!0).lastChild.defaultValue), k.appendChild(S), (q = g.createElement('input')).setAttribute('type', 'radio'), q.setAttribute('checked', 'checked'), q.setAttribute('name', 't'), S.appendChild(q), (y.checkClone = S.cloneNode(!0).cloneNode(!0).lastChild.checked), (y.noCloneEvent = !!S.addEventListener), (S[C.expando] = 1), (y.attributes = !S.getAttribute(C.expando)) var x = { option: [1, "'], legend: [1, '
', '
'], area: [1, '', ''], param: [1, '', ''], thead: [1, '', '
'], tr: [2, '', '
'], col: [2, '', '
'], td: [3, '', '
'], _default: y.htmlSerialize ? [0, '', ''] : [1, 'X
', '
'], } function b(e, t) { var n, r, i = 0, o = 'undefined' != typeof e.getElementsByTagName ? e.getElementsByTagName(t || '*') : 'undefined' != typeof e.querySelectorAll ? e.querySelectorAll(t || '*') : undefined if (!o) for (o = [], n = e.childNodes || e; null != (r = n[i]); i++) !t || C.nodeName(r, t) ? o.push(r) : C.merge(o, b(r, t)) return t === undefined || (t && C.nodeName(e, t)) ? C.merge([e], o) : o } function we(e, t) { for (var n, r = 0; null != (n = e[r]); r++) C._data(n, 'globalEval', !t || C._data(t[r], 'globalEval')) } ;(x.optgroup = x.option), (x.tbody = x.tfoot = x.colgroup = x.caption = x.thead), (x.th = x.td) var Te = /<|&#?\w+;/, Ce = /' !== f[1] || Ce.test(a) ? 0 : u : u.firstChild) && a.childNodes.length; o--; ) C.nodeName((c = a.childNodes[o]), 'tbody') && !c.childNodes.length && a.removeChild(c) for ( C.merge(h, u.childNodes), u.textContent = ''; u.firstChild; ) u.removeChild(u.firstChild) u = p.lastChild } else h.push(t.createTextNode(a)) for ( u && p.removeChild(u), y.appendChecked || C.grep(b(h, 'input'), Ee), g = 0; (a = h[g++]); ) if (r && -1 < C.inArray(a, r)) i && i.push(a) else if ( ((s = C.contains(a.ownerDocument, a)), (u = b(p.appendChild(a), 'script')), s && we(u), n) ) for (o = 0; (a = u[o++]); ) ye.test(a.type || '') && n.push(a) return (u = null), p } var ke, Se, Ae = g.createElement('div') for (ke in { submit: !0, change: !0, focusin: !0 }) (y[ke] = (Se = 'on' + ke) in T) || (Ae.setAttribute(Se, 't'), (y[ke] = !1 === Ae.attributes[Se].expando)) var De = /^(?:input|select|textarea)$/i, je = /^key/, Le = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, He = /^(?:focusinfocus|focusoutblur)$/, qe = /^([^.]*)(?:\.(.+)|)/ function _e() { return !0 } function u() { return !1 } function Fe() { try { return g.activeElement } catch (e) {} } function Me(e, t, n, r, i, o) { var a, s if ('object' == typeof t) { for (s in ('string' != typeof n && ((r = r || n), (n = undefined)), t)) Me(e, s, n, r, t[s], o) return e } if ( (null == r && null == i ? ((i = n), (r = n = undefined)) : null == i && ('string' == typeof n ? ((i = r), (r = undefined)) : ((i = r), (r = n), (n = undefined))), !1 === i) ) i = u else if (!i) return e return ( 1 === o && ((a = i), ((i = function (e) { return C().off(e), a.apply(this, arguments) }).guid = a.guid || (a.guid = C.guid++))), e.each(function () { C.event.add(this, t, i, r, n) }) ) } ;(C.event = { global: {}, add: function (e, t, n, r, i) { var o, a, s, u, l, c, f, d, p, h = C._data(e) if (h) for ( n.handler && ((n = (s = n).handler), (i = s.selector)), n.guid || (n.guid = C.guid++), (o = h.events) || (o = h.events = {}), (l = h.handle) || ((l = h.handle = function (e) { return void 0 === C || (e && C.event.triggered === e.type) ? undefined : C.event.dispatch.apply( l.elem, arguments ) }).elem = e), a = (t = (t || '').match(E) || ['']).length; a--; ) (f = p = (d = qe.exec(t[a]) || [])[1]), (d = (d[2] || '').split('.').sort()), f && ((u = C.event.special[f] || {}), (f = (i ? u.delegateType : u.bindType) || f), (u = C.event.special[f] || {}), (p = C.extend( { type: f, origType: p, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && C.expr.match.needsContext.test(i), namespace: d.join('.'), }, s )), (c = o[f]) || (((c = o[f] = []).delegateCount = 0), (u.setup && !1 !== u.setup.call(e, r, d, l)) || (e.addEventListener ? e.addEventListener(f, l, !1) : e.attachEvent && e.attachEvent('on' + f, l))), u.add && (u.add.call(e, p), p.handler.guid || (p.handler.guid = n.guid)), i ? c.splice(c.delegateCount++, 0, p) : c.push(p), (C.event.global[f] = !0)) }, remove: function (e, t, n, r, i) { var o, a, s, u, l, c, f, d, p, h, g, m = C.hasData(e) && C._data(e) if (m && (c = m.events)) { for (l = (t = (t || '').match(E) || ['']).length; l--; ) if ( ((p = g = (s = qe.exec(t[l]) || [])[1]), (h = (s[2] || '').split('.').sort()), p) ) { for ( f = C.event.special[p] || {}, d = c[ (p = (r ? f.delegateType : f.bindType) || p) ] || [], s = s[2] && new RegExp( '(^|\\.)' + h.join('\\.(?:.*\\.|)') + '(\\.|$)' ), u = o = d.length; o--; ) (a = d[o]), (!i && g !== a.origType) || (n && n.guid !== a.guid) || (s && !s.test(a.namespace)) || (r && r !== a.selector && ('**' !== r || !a.selector)) || (d.splice(o, 1), a.selector && d.delegateCount--, f.remove && f.remove.call(e, a)) u && !d.length && ((f.teardown && !1 !== f.teardown.call(e, h, m.handle)) || C.removeEvent(e, p, m.handle), delete c[p]) } else for (p in c) C.event.remove(e, p + t[l], n, r, !0) C.isEmptyObject(c) && (delete m.handle, C._removeData(e, 'events')) } }, trigger: function (e, t, n, r) { var i, o, a, s, u, l, c = [n || g], f = m.call(e, 'type') ? e.type : e, d = m.call(e, 'namespace') ? e.namespace.split('.') : [], p = (u = n = n || g) if ( 3 !== n.nodeType && 8 !== n.nodeType && !He.test(f + C.event.triggered) && (-1 < f.indexOf('.') && ((f = (d = f.split('.')).shift()), d.sort()), (o = f.indexOf(':') < 0 && 'on' + f), ((e = e[C.expando] ? e : new C.Event(f, 'object' == typeof e && e)).isTrigger = r ? 2 : 3), (e.namespace = d.join('.')), (e.rnamespace = e.namespace ? new RegExp( '(^|\\.)' + d.join('\\.(?:.*\\.|)') + '(\\.|$)' ) : null), (e.result = undefined), e.target || (e.target = n), (t = null == t ? [e] : C.makeArray(t, [e])), (s = C.event.special[f] || {}), r || !s.trigger || !1 !== s.trigger.apply(n, t)) ) { if (!r && !s.noBubble && !C.isWindow(n)) { for ( a = s.delegateType || f, He.test(a + f) || (p = p.parentNode); p; p = p.parentNode ) c.push(p), (u = p) u === (n.ownerDocument || g) && c.push(u.defaultView || u.parentWindow || T) } for (l = 0; (p = c[l++]) && !e.isPropagationStopped(); ) (e.type = 1 < l ? a : s.bindType || f), (i = (C._data(p, 'events') || {})[e.type] && C._data(p, 'handle')) && i.apply(p, t), (i = o && p[o]) && i.apply && v(p) && ((e.result = i.apply(p, t)), !1 === e.result && e.preventDefault()) if ( ((e.type = f), !r && !e.isDefaultPrevented() && (!s._default || !1 === s._default.apply(c.pop(), t)) && v(n) && o && n[f] && !C.isWindow(n)) ) { ;(u = n[o]) && (n[o] = null), (C.event.triggered = f) try { n[f]() } catch (h) {} ;(C.event.triggered = undefined), u && (n[o] = u) } return e.result } }, dispatch: function (e) { e = C.event.fix(e) var t, n, r, i, o, a = c.call(arguments), s = (C._data(this, 'events') || {})[e.type] || [], u = C.event.special[e.type] || {} if ( (((a[0] = e).delegateTarget = this), !u.preDispatch || !1 !== u.preDispatch.call(this, e)) ) { for ( o = C.event.handlers.call(this, e, s), t = 0; (r = o[t++]) && !e.isPropagationStopped(); ) for ( e.currentTarget = r.elem, n = 0; (i = r.handlers[n++]) && !e.isImmediatePropagationStopped(); ) (e.rnamespace && !e.rnamespace.test(i.namespace)) || ((e.handleObj = i), (e.data = i.data), (i = ( (C.event.special[i.origType] || {}).handle || i.handler ).apply(r.elem, a)) !== undefined && !1 === (e.result = i) && (e.preventDefault(), e.stopPropagation())) return u.postDispatch && u.postDispatch.call(this, e), e.result } }, handlers: function (e, t) { var n, r, i, o, a = [], s = t.delegateCount, u = e.target if ( s && u.nodeType && ('click' !== e.type || isNaN(e.button) || e.button < 1) ) for (; u != this; u = u.parentNode || this) if ( 1 === u.nodeType && (!0 !== u.disabled || 'click' !== e.type) ) { for (r = [], n = 0; n < s; n++) r[(i = (o = t[n]).selector + ' ')] === undefined && (r[i] = o.needsContext ? -1 < C(i, this).index(u) : C.find(i, this, null, [u]).length), r[i] && r.push(o) r.length && a.push({ elem: u, handlers: r }) } return ( s < t.length && a.push({ elem: this, handlers: t.slice(s) }), a ) }, fix: function (e) { if (e[C.expando]) return e var t, n, r, i = e.type, o = e, a = this.fixHooks[i] for ( a || (this.fixHooks[i] = a = Le.test(i) ? this.mouseHooks : je.test(i) ? this.keyHooks : {}), r = a.props ? this.props.concat(a.props) : this.props, e = new C.Event(o), t = r.length; t--; ) e[(n = r[t])] = o[n] return ( e.target || (e.target = o.srcElement || g), 3 === e.target.nodeType && (e.target = e.target.parentNode), (e.metaKey = !!e.metaKey), a.filter ? a.filter(e, o) : e ) }, props: 'altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which'.split( ' ' ), fixHooks: {}, keyHooks: { props: 'char charCode key keyCode'.split(' '), filter: function (e, t) { return ( null == e.which && (e.which = null != t.charCode ? t.charCode : t.keyCode), e ) }, }, mouseHooks: { props: 'button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement'.split( ' ' ), filter: function (e, t) { var n, r, i = t.button, o = t.fromElement return ( null == e.pageX && null != t.clientX && ((r = (n = e.target.ownerDocument || g) .documentElement), (n = n.body), (e.pageX = t.clientX + ((r && r.scrollLeft) || (n && n.scrollLeft) || 0) - ((r && r.clientLeft) || (n && n.clientLeft) || 0)), (e.pageY = t.clientY + ((r && r.scrollTop) || (n && n.scrollTop) || 0) - ((r && r.clientTop) || (n && n.clientTop) || 0))), !e.relatedTarget && o && (e.relatedTarget = o === e.target ? t.toElement : o), e.which || i === undefined || (e.which = 1 & i ? 1 : 2 & i ? 3 : 4 & i ? 2 : 0), e ) }, }, special: { load: { noBubble: !0 }, focus: { trigger: function () { if (this !== Fe() && this.focus) try { return this.focus(), !1 } catch (e) {} }, delegateType: 'focusin', }, blur: { trigger: function () { if (this === Fe() && this.blur) return this.blur(), !1 }, delegateType: 'focusout', }, click: { trigger: function () { if ( C.nodeName(this, 'input') && 'checkbox' === this.type && this.click ) return this.click(), !1 }, _default: function (e) { return C.nodeName(e.target, 'a') }, }, beforeunload: { postDispatch: function (e) { e.result !== undefined && e.originalEvent && (e.originalEvent.returnValue = e.result) }, }, }, simulate: function (e, t, n) { e = C.extend(new C.Event(), n, { type: e, isSimulated: !0 }) C.event.trigger(e, null, t), e.isDefaultPrevented() && n.preventDefault() }, }), (C.removeEvent = g.removeEventListener ? function (e, t, n) { e.removeEventListener && e.removeEventListener(t, n) } : function (e, t, n) { t = 'on' + t e.detachEvent && ('undefined' == typeof e[t] && (e[t] = null), e.detachEvent(t, n)) }), (C.Event = function (e, t) { if (!(this instanceof C.Event)) return new C.Event(e, t) e && e.type ? ((this.originalEvent = e), (this.type = e.type), (this.isDefaultPrevented = e.defaultPrevented || (e.defaultPrevented === undefined && !1 === e.returnValue) ? _e : u)) : (this.type = e), t && C.extend(this, t), (this.timeStamp = (e && e.timeStamp) || C.now()), (this[C.expando] = !0) }), (C.Event.prototype = { constructor: C.Event, isDefaultPrevented: u, isPropagationStopped: u, isImmediatePropagationStopped: u, preventDefault: function () { var e = this.originalEvent ;(this.isDefaultPrevented = _e), e && (e.preventDefault ? e.preventDefault() : (e.returnValue = !1)) }, stopPropagation: function () { var e = this.originalEvent ;(this.isPropagationStopped = _e), e && !this.isSimulated && (e.stopPropagation && e.stopPropagation(), (e.cancelBubble = !0)) }, stopImmediatePropagation: function () { var e = this.originalEvent ;(this.isImmediatePropagationStopped = _e), e && e.stopImmediatePropagation && e.stopImmediatePropagation(), this.stopPropagation() }, }), C.each( { mouseenter: 'mouseover', mouseleave: 'mouseout', pointerenter: 'pointerover', pointerleave: 'pointerout', }, function (e, i) { C.event.special[e] = { delegateType: i, bindType: i, handle: function (e) { var t, n = e.relatedTarget, r = e.handleObj return ( (n && (n === this || C.contains(this, n))) || ((e.type = r.origType), (t = r.handler.apply(this, arguments)), (e.type = i)), t ) }, } } ), y.submit || (C.event.special.submit = { setup: function () { if (C.nodeName(this, 'form')) return !1 C.event.add( this, 'click._submit keypress._submit', function (e) { ;(e = e.target), (e = C.nodeName(e, 'input') || C.nodeName(e, 'button') ? C.prop(e, 'form') : undefined) e && !C._data(e, 'submit') && (C.event.add(e, 'submit._submit', function (e) { e._submitBubble = !0 }), C._data(e, 'submit', !0)) } ) }, postDispatch: function (e) { e._submitBubble && (delete e._submitBubble, this.parentNode && !e.isTrigger && C.event.simulate('submit', this.parentNode, e)) }, teardown: function () { if (C.nodeName(this, 'form')) return !1 C.event.remove(this, '._submit') }, }), y.change || (C.event.special.change = { setup: function () { if (De.test(this.nodeName)) return ( ('checkbox' !== this.type && 'radio' !== this.type) || (C.event.add( this, 'propertychange._change', function (e) { 'checked' === e.originalEvent.propertyName && (this._justChanged = !0) } ), C.event.add( this, 'click._change', function (e) { this._justChanged && !e.isTrigger && (this._justChanged = !1), C.event.simulate('change', this, e) } )), !1 ) C.event.add(this, 'beforeactivate._change', function (e) { e = e.target De.test(e.nodeName) && !C._data(e, 'change') && (C.event.add(e, 'change._change', function (e) { !this.parentNode || e.isSimulated || e.isTrigger || C.event.simulate( 'change', this.parentNode, e ) }), C._data(e, 'change', !0)) }) }, handle: function (e) { var t = e.target if ( this !== t || e.isSimulated || e.isTrigger || ('radio' !== t.type && 'checkbox' !== t.type) ) return e.handleObj.handler.apply(this, arguments) }, teardown: function () { return ( C.event.remove(this, '._change'), !De.test(this.nodeName) ) }, }), y.focusin || C.each({ focus: 'focusin', blur: 'focusout' }, function (n, r) { var i = function (e) { C.event.simulate(r, e.target, C.event.fix(e)) } C.event.special[r] = { setup: function () { var e = this.ownerDocument || this, t = C._data(e, r) t || e.addEventListener(n, i, !0), C._data(e, r, (t || 0) + 1) }, teardown: function () { var e = this.ownerDocument || this, t = C._data(e, r) - 1 t ? C._data(e, r, t) : (e.removeEventListener(n, i, !0), C._removeData(e, r)) }, } }), C.fn.extend({ on: function (e, t, n, r) { return Me(this, e, t, n, r) }, one: function (e, t, n, r) { return Me(this, e, t, n, r, 1) }, off: function (e, t, n) { var r, i if (e && e.preventDefault && e.handleObj) return ( (r = e.handleObj), C(e.delegateTarget).off( r.namespace ? r.origType + '.' + r.namespace : r.origType, r.selector, r.handler ), this ) if ('object' != typeof e) return ( (!1 !== t && 'function' != typeof t) || ((n = t), (t = undefined)), !1 === n && (n = u), this.each(function () { C.event.remove(this, e, n, t) }) ) for (i in e) this.off(i, t, e[i]) return this }, trigger: function (e, t) { return this.each(function () { C.event.trigger(e, t, this) }) }, triggerHandler: function (e, t) { var n = this[0] if (n) return C.event.trigger(e, t, n, !0) }, }) var Oe = / jQuery\d+="(?:null|\d+)"/g, Re = new RegExp('<(?:' + xe + ')[\\s/>]', 'i'), Pe = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi, Be = /\s*$/g, ze = be(g).appendChild(g.createElement('div')) function Xe(e, t) { return C.nodeName(e, 'table') && C.nodeName(11 !== t.nodeType ? t : t.firstChild, 'tr') ? e.getElementsByTagName('tbody')[0] || e.appendChild(e.ownerDocument.createElement('tbody')) : e } function Ue(e) { return (e.type = (null !== C.find.attr(e, 'type')) + '/' + e.type), e } function Ve(e) { var t = Ie.exec(e.type) return t ? (e.type = t[1]) : e.removeAttribute('type'), e } function Ye(e, t) { if (1 === t.nodeType && C.hasData(e)) { var n, r, i, e = C._data(e), o = C._data(t, e), a = e.events if (a) for (n in (delete o.handle, (o.events = {}), a)) for (r = 0, i = a[n].length; r < i; r++) C.event.add(t, n, a[n][r]) o.data && (o.data = C.extend({}, o.data)) } } function w(n, r, i, o) { r = O.apply([], r) var e, t, a, s, u, l, c = 0, f = n.length, d = f - 1, p = r[0], h = C.isFunction(p) if (h || (1 < f && 'string' == typeof p && !y.checkClone && We.test(p))) return n.each(function (e) { var t = n.eq(e) h && (r[0] = p.call(this, e, t.html())), w(t, r, i, o) }) if ( f && ((e = (l = Ne(r, n[0].ownerDocument, !1, n, o)).firstChild), 1 === l.childNodes.length && (l = e), e || o) ) { for (a = (s = C.map(b(l, 'script'), Ue)).length; c < f; c++) (t = l), c !== d && ((t = C.clone(t, !0, !0)), a && C.merge(s, b(t, 'script'))), i.call(n[c], t, c) if (a) for ( u = s[s.length - 1].ownerDocument, C.map(s, Ve), c = 0; c < a; c++ ) (t = s[c]), ye.test(t.type || '') && !C._data(t, 'globalEval') && C.contains(u, t) && (t.src ? C._evalUrl && C._evalUrl(t.src) : C.globalEval( ( t.text || t.textContent || t.innerHTML || '' ).replace($e, '') )) l = e = null } return n } function Je(e, t, n) { for (var r, i = t ? C.filter(t, e) : e, o = 0; null != (r = i[o]); o++) n || 1 !== r.nodeType || C.cleanData(b(r)), r.parentNode && (n && C.contains(r.ownerDocument, r) && we(b(r, 'script')), r.parentNode.removeChild(r)) return e } C.extend({ htmlPrefilter: function (e) { return e.replace(Pe, '<$1>') }, clone: function (e, t, n) { var r, i, o, a, s, u = C.contains(e.ownerDocument, e) if ( (y.html5Clone || C.isXMLDoc(e) || !Re.test('<' + e.nodeName + '>') ? (o = e.cloneNode(!0)) : ((ze.innerHTML = e.outerHTML), ze.removeChild((o = ze.firstChild))), !( (y.noCloneEvent && y.noCloneChecked) || (1 !== e.nodeType && 11 !== e.nodeType) || C.isXMLDoc(e) )) ) for (r = b(o), s = b(e), a = 0; null != (i = s[a]); ++a) if (r[a]) { f = c = l = p = d = void 0 var l, c, f, d = i, p = r[a] if (1 === p.nodeType) { if ( ((l = p.nodeName.toLowerCase()), !y.noCloneEvent && p[C.expando]) ) { for (c in (f = C._data(p)).events) C.removeEvent(p, c, f.handle) p.removeAttribute(C.expando) } 'script' === l && p.text !== d.text ? ((Ue(p).text = d.text), Ve(p)) : 'object' === l ? (p.parentNode && (p.outerHTML = d.outerHTML), y.html5Clone && d.innerHTML && !C.trim(p.innerHTML) && (p.innerHTML = d.innerHTML)) : 'input' === l && ge.test(d.type) ? ((p.defaultChecked = p.checked = d.checked), p.value !== d.value && (p.value = d.value)) : 'option' === l ? (p.defaultSelected = p.selected = d.defaultSelected) : ('input' !== l && 'textarea' !== l) || (p.defaultValue = d.defaultValue) } } if (t) if (n) for ( s = s || b(e), r = r || b(o), a = 0; null != (i = s[a]); a++ ) Ye(i, r[a]) else Ye(e, o) return ( 0 < (r = b(o, 'script')).length && we(r, !u && b(e, 'script')), (r = s = i = null), o ) }, cleanData: function (e, t) { for ( var n, r, i, o, a = 0, s = C.expando, u = C.cache, l = y.attributes, c = C.event.special; null != (n = e[a]); a++ ) if ((t || v(n)) && (o = (i = n[s]) && u[i])) { if (o.events) for (r in o.events) c[r] ? C.event.remove(n, r) : C.removeEvent(n, r, o.handle) u[i] && (delete u[i], l || 'undefined' == typeof n.removeAttribute ? (n[s] = undefined) : n.removeAttribute(s), f.push(i)) } }, }), C.fn.extend({ domManip: w, detach: function (e) { return Je(this, e, !0) }, remove: function (e) { return Je(this, e) }, text: function (e) { return d( this, function (e) { return e === undefined ? C.text(this) : this.empty().append( ( (this[0] && this[0].ownerDocument) || g ).createTextNode(e) ) }, null, e, arguments.length ) }, append: function () { return w(this, arguments, function (e) { ;(1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType) || Xe(this, e).appendChild(e) }) }, prepend: function () { return w(this, arguments, function (e) { var t ;(1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType) || (t = Xe(this, e)).insertBefore(e, t.firstChild) }) }, before: function () { return w(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this) }) }, after: function () { return w(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this.nextSibling) }) }, empty: function () { for (var e, t = 0; null != (e = this[t]); t++) { for ( 1 === e.nodeType && C.cleanData(b(e, !1)); e.firstChild; ) e.removeChild(e.firstChild) e.options && C.nodeName(e, 'select') && (e.options.length = 0) } return this }, clone: function (e, t) { return ( (e = null != e && e), (t = null == t ? e : t), this.map(function () { return C.clone(this, e, t) }) ) }, html: function (e) { return d( this, function (e) { var t = this[0] || {}, n = 0, r = this.length if (e === undefined) return 1 === t.nodeType ? t.innerHTML.replace(Oe, '') : undefined if ( 'string' == typeof e && !Be.test(e) && (y.htmlSerialize || !Re.test(e)) && (y.leadingWhitespace || !ve.test(e)) && !x[(me.exec(e) || ['', ''])[1].toLowerCase()] ) { e = C.htmlPrefilter(e) try { for (; n < r; n++) 1 === (t = this[n] || {}).nodeType && (C.cleanData(b(t, !1)), (t.innerHTML = e)) t = 0 } catch (i) {} } t && this.empty().append(e) }, null, e, arguments.length ) }, replaceWith: function () { var n = [] return w( this, arguments, function (e) { var t = this.parentNode C.inArray(this, n) < 0 && (C.cleanData(b(this)), t && t.replaceChild(e, this)) }, n ) }, }), C.each( { appendTo: 'append', prependTo: 'prepend', insertBefore: 'before', insertAfter: 'after', replaceAll: 'replaceWith', }, function (e, a) { C.fn[e] = function (e) { for ( var t, n = 0, r = [], i = C(e), o = i.length - 1; n <= o; n++ ) (t = n === o ? this : this.clone(!0)), C(i[n])[a](t), R.apply(r, t.get()) return this.pushStack(r) } } ) var Ge, Ke = { HTML: 'block', BODY: 'block' } function Qe(e, t) { ;(e = C(t.createElement(e)).appendTo(t.body)), (t = C.css(e[0], 'display')) return e.detach(), t } function Ze(e) { var t = g, n = Ke[e] return ( n || (('none' !== (n = Qe(e, t)) && n) || ((t = ( (Ge = ( Ge || C("' break case 3: delete a.title, delete a.closeBtn, -1 === a.icon && a.icon, m.closeAll('loading') break case 4: s || (a.content = [a.content, 'body']), (a.follow = a.content[1]), (a.content = a.content[0] + ''), delete a.title, (a.tips = 'object' == typeof a.tips ? a.tips : [a.tips, !0]), a.tipsMore || m.closeAll('tips') } n .vessel(s, function (e, t, i) { r.append(e[0]), s ? 2 == a.type || 4 == a.type ? h('body').append(e[1]) : l.parents('.' + d[0])[0] || (l .data('display', l.css('display')) .show() .addClass('layui-layer-wrap') .wrap(e[1]), h('#' + d[0] + o) .find('.' + d[5]) .before(t)) : r.append(e[1]), h('#' + d.MOVE)[0] || r.append((c.moveElem = i)), (n.layero = h('#' + d[0] + o)), (n.shadeo = h('#' + d.SHADE + o)), a.scrollbar || d.html .css('overflow', 'hidden') .attr('layer-full', o) }) .auto(o), n.shadeo.css({ 'background-color': a.shade[1] || '#000', opacity: a.shade[0] || a.shade, }), 2 == a.type && 6 == m.ie && n.layero.find('iframe').attr('src', l[0]), 4 == a.type ? n.tips() : (n.offset(), parseInt( c.getStyle( document.getElementById(d.MOVE), 'z-index' ) ) || (n.layero.css('visibility', 'hidden'), m.ready(function () { n.offset(), n.layero.css('visibility', 'visible') }))), a.fixed && f.on('resize', function () { n.offset(), (/^\d+%$/.test(a.area[0]) || /^\d+%$/.test(a.area[1])) && n.auto(o), 4 == a.type && n.tips() }), a.time <= 0 || setTimeout(function () { m.close(n.index) }, a.time), n.move().callback(), d.anim[a.anim] && ((e = 'layer-anim ' + d.anim[a.anim]), n.layero .addClass(e) .one( 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function () { h(this).removeClass(e) } )), a.isOutAnim && n.layero.data('isOutAnim', !0) } }), (t.pt.auto = function (e) { var t = this.config, i = h('#' + d[0] + e), n = ('' === t.area[0] && 0 < t.maxWidth && (m.ie && m.ie < 8 && t.btn && i.width(i.innerWidth()), i.outerWidth() > t.maxWidth && i.width(t.maxWidth)), [i.innerWidth(), i.innerHeight()]), a = i.find(d[1]).outerHeight() || 0, o = i.find('.' + d[6]).outerHeight() || 0, e = function (e) { ;(e = i.find(e)).height( n[1] - a - o - 2 * (0 | parseFloat(e.css('padding-top'))) ) } return ( 2 === t.type ? e('iframe') : '' === t.area[1] ? 0 < t.maxHeight && i.outerHeight() > t.maxHeight ? ((n[1] = t.maxHeight), e('.' + d[5])) : t.fixed && n[1] >= f.height() && ((n[1] = f.height()), e('.' + d[5])) : e('.' + d[5]), this ) }), (t.pt.offset = function () { var e = this, t = e.config, i = e.layero, n = [i.outerWidth(), i.outerHeight()], a = 'object' == typeof t.offset ;(e.offsetTop = (f.height() - n[1]) / 2), (e.offsetLeft = (f.width() - n[0]) / 2), a ? ((e.offsetTop = t.offset[0]), (e.offsetLeft = t.offset[1] || e.offsetLeft)) : 'auto' !== t.offset && ('t' === t.offset ? (e.offsetTop = 0) : 'r' === t.offset ? (e.offsetLeft = f.width() - n[0]) : 'b' === t.offset ? (e.offsetTop = f.height() - n[1]) : 'l' === t.offset ? (e.offsetLeft = 0) : 'lt' === t.offset ? ((e.offsetTop = 0), (e.offsetLeft = 0)) : 'lb' === t.offset ? ((e.offsetTop = f.height() - n[1]), (e.offsetLeft = 0)) : 'rt' === t.offset ? ((e.offsetTop = 0), (e.offsetLeft = f.width() - n[0])) : 'rb' === t.offset ? ((e.offsetTop = f.height() - n[1]), (e.offsetLeft = f.width() - n[0])) : (e.offsetTop = t.offset)), t.fixed || ((e.offsetTop = /%$/.test(e.offsetTop) ? (f.height() * parseFloat(e.offsetTop)) / 100 : parseFloat(e.offsetTop)), (e.offsetLeft = /%$/.test(e.offsetLeft) ? (f.width() * parseFloat(e.offsetLeft)) / 100 : parseFloat(e.offsetLeft)), (e.offsetTop += f.scrollTop()), (e.offsetLeft += f.scrollLeft())), i.attr('minLeft') && ((e.offsetTop = f.height() - (i.find(d[1]).outerHeight() || 0)), (e.offsetLeft = i.css('left'))), i.css({ top: e.offsetTop, left: e.offsetLeft }) }), (t.pt.tips = function () { var e = this.config, t = this.layero, i = [t.outerWidth(), t.outerHeight()], n = h(e.follow), a = { width: (n = n[0] ? n : h('body')).outerWidth(), height: n.outerHeight(), top: n.offset().top, left: n.offset().left, }, o = t.find('.layui-layer-TipsG'), n = e.tips[0] e.tips[1] || o.remove(), (a.autoLeft = function () { 0 < a.left + i[0] - f.width() ? ((a.tipLeft = a.left + a.width - i[0]), o.css({ right: 12, left: 'auto' })) : (a.tipLeft = a.left) }), (a.where = [ function () { a.autoLeft(), (a.tipTop = a.top - i[1] - 10), o .removeClass('layui-layer-TipsB') .addClass('layui-layer-TipsT') .css('border-right-color', e.tips[1]) }, function () { ;(a.tipLeft = a.left + a.width + 10), (a.tipTop = a.top), o .removeClass('layui-layer-TipsL') .addClass('layui-layer-TipsR') .css('border-bottom-color', e.tips[1]) }, function () { a.autoLeft(), (a.tipTop = a.top + a.height + 10), o .removeClass('layui-layer-TipsT') .addClass('layui-layer-TipsB') .css('border-right-color', e.tips[1]) }, function () { ;(a.tipLeft = a.left - i[0] - 10), (a.tipTop = a.top), o .removeClass('layui-layer-TipsR') .addClass('layui-layer-TipsL') .css('border-bottom-color', e.tips[1]) }, ]), a.where[n - 1](), 1 === n ? a.top - (f.scrollTop() + i[1] + 16) < 0 && a.where[2]() : 2 === n ? 0 < f.width() - (a.left + a.width + i[0] + 16) || a.where[3]() : 3 === n ? 0 < a.top - f.scrollTop() + a.height + i[1] + 16 - f.height() && a.where[0]() : 4 === n && 0 < i[0] + 16 - a.left && a.where[1](), t .find('.' + d[5]) .css({ 'background-color': e.tips[1], 'padding-right': e.closeBtn ? '30px' : '', }), t.css({ left: a.tipLeft - (e.fixed ? f.scrollLeft() : 0), top: a.tipTop - (e.fixed ? f.scrollTop() : 0), }) }), (t.pt.move = function () { var o = this, s = o.config, e = h(document), r = o.layero, t = r.find(s.move), i = r.find('.layui-layer-resize'), l = {} return ( s.move && t.css('cursor', 'move'), t.on('mousedown', function (e) { e.preventDefault(), s.move && ((l.moveStart = !0), (l.offset = [ e.clientX - parseFloat(r.css('left')), e.clientY - parseFloat(r.css('top')), ]), c.moveElem.css('cursor', 'move').show()) }), i.on('mousedown', function (e) { e.preventDefault(), (l.resizeStart = !0), (l.offset = [e.clientX, e.clientY]), (l.area = [r.outerWidth(), r.outerHeight()]), c.moveElem.css('cursor', 'se-resize').show() }), e .on('mousemove', function (e) { var t, i, n, a l.moveStart && ((n = e.clientX - l.offset[0]), (a = e.clientY - l.offset[1]), (t = 'fixed' === r.css('position')), e.preventDefault(), (l.stX = t ? 0 : f.scrollLeft()), (l.stY = t ? 0 : f.scrollTop()), s.moveOut || ((t = f.width() - r.outerWidth() + l.stX), (i = f.height() - r.outerHeight() + l.stY), t < (n = n < l.stX ? l.stX : n) && (n = t), i < (a = a < l.stY ? l.stY : a) && (a = i)), r.css({ left: n, top: a })), s.resize && l.resizeStart && ((n = e.clientX - l.offset[0]), (a = e.clientY - l.offset[1]), e.preventDefault(), m.style(o.index, { width: l.area[0] + n, height: l.area[1] + a, }), (l.isResize = !0), s.resizing && s.resizing(r)) }) .on('mouseup', function (e) { l.moveStart && (delete l.moveStart, c.moveElem.hide(), s.moveEnd && s.moveEnd(r)), l.resizeStart && (delete l.resizeStart, c.moveElem.hide()) }), o ) }), (t.pt.callback = function () { var t = this, i = t.layero, n = t.config t.openLayer(), n.success && (2 == n.type ? i.find('iframe').on('load', function () { n.success(i, t.index, t) }) : n.success(i, t.index, t)), 6 == m.ie && t.IE6(i), i .find('.' + d[6]) .children('a') .on('click', function () { var e = h(this).index() 0 === e ? n.yes ? n.yes(t.index, i) : n.btn1 ? n.btn1(t.index, i) : m.close(t.index) : !1 !== (n['btn' + (e + 1)] && n['btn' + (e + 1)](t.index, i)) && m.close(t.index) }), i.find('.' + d[7]).on('click', function () { !1 !== (n.cancel && n.cancel(t.index, i)) && m.close(t.index) }), n.shadeClose && t.shadeo.on('click', function () { m.close(t.index) }), i.find('.layui-layer-min').on('click', function () { !1 !== (n.min && n.min(i, t.index)) && m.min(t.index, n) }), i.find('.layui-layer-max').on('click', function () { h(this).hasClass('layui-layer-maxmin') ? (m.restore(t.index), n.restore && n.restore(i, t.index)) : (m.full(t.index, n), setTimeout(function () { n.full && n.full(i, t.index) }, 100)) }), n.end && (c.end[t.index] = n.end) }), (c.reselect = function () { h.each(h('select'), function (e, t) { var i = h(this) i.parents('.' + d[0])[0] || (1 == i.attr('layer') && h('.' + d[0]).length < 1 && i.removeAttr('layer').show()) }) }), (t.pt.IE6 = function (e) { h('select').each(function (e, t) { var i = h(this) i.parents('.' + d[0])[0] || ('none' !== i.css('display') && i.attr({ layer: '1' }).hide()) }) }), (t.pt.openLayer = function () { ;(m.zIndex = this.config.zIndex), (m.setTop = function (e) { return ( (m.zIndex = parseInt(e[0].style.zIndex)), e.on('mousedown', function () { m.zIndex++, e.css('z-index', m.zIndex + 1) }), m.zIndex ) }) }), (c.record = function (e) { var t = [ e.width(), e.height(), e.position().top, e.position().left + parseFloat(e.css('margin-left')), ] e.find('.layui-layer-max').addClass('layui-layer-maxmin'), e.attr({ area: t }) }), (c.rescollbar = function (e) { d.html.attr('layer-full') == e && (d.html[0].style.removeProperty ? d.html[0].style.removeProperty('overflow') : d.html[0].style.removeAttribute('overflow'), d.html.removeAttr('layer-full')) }), ((p.layer = m).getChildFrame = function (e, t) { return ( (t = t || h('.' + d[4]).attr('times')), h('#' + d[0] + t) .find('iframe') .contents() .find(e) ) }), (m.getFrameIndex = function (e) { return h('#' + e) .parents('.' + d[4]) .attr('times') }), (m.iframeAuto = function (e) { var t, i, n e && ((t = m.getChildFrame('html', e).outerHeight()), (i = (e = h('#' + d[0] + e)).find(d[1]).outerHeight() || 0), (n = e.find('.' + d[6]).outerHeight() || 0), e.css({ height: t + i + n }), e.find('iframe').css({ height: t })) }), (m.iframeSrc = function (e, t) { h('#' + d[0] + e) .find('iframe') .attr('src', t) }), (m.style = function (e, t, i) { var e = h('#' + d[0] + e), n = e.find('.layui-layer-content'), a = e.attr('type'), o = e.find(d[1]).outerHeight() || 0, s = e.find('.' + d[6]).outerHeight() || 0 e.attr('minLeft') a !== c.type[3] && a !== c.type[4] && (i || (parseFloat(t.width) <= 260 && (t.width = 260), parseFloat(t.height) - o - s <= 64 && (t.height = 64 + o + s)), e.css(t), (s = e.find('.' + d[6]).outerHeight() || 0), a === c.type[2] ? e .find('iframe') .css({ height: parseFloat(t.height) - o - s }) : n.css({ height: parseFloat(t.height) - o - s - parseFloat(n.css('padding-top')) - parseFloat(n.css('padding-bottom')), })) }), (m.min = function (e, t) { t = t || {} var i = h('#' + d[0] + e), n = h('#' + d.SHADE + e), a = i.find(d[1]).outerHeight() || 0, o = i.attr('minLeft') || 181 * c.minIndex + 'px', s = i.css('position'), r = { width: 180, height: a, position: 'fixed', overflow: 'hidden', } c.record(i), c.minLeft[0] && ((o = c.minLeft[0]), c.minLeft.shift()), t.minStack && ((r.left = o), (r.top = f.height() - a), i.attr('minLeft') || c.minIndex++, i.attr('minLeft', o)), i.attr('position', s), m.style(e, r, !0), i.find('.layui-layer-min').hide(), 'page' === i.attr('type') && i.find(d[4]).hide(), c.rescollbar(e), n.hide() }), (m.restore = function (e) { var t = h('#' + d[0] + e), i = h('#' + d.SHADE + e), n = t.attr('area').split(',') t.attr('type') m.style( e, { width: parseFloat(n[0]), height: parseFloat(n[1]), top: parseFloat(n[2]), left: parseFloat(n[3]), position: t.attr('position'), overflow: 'visible', }, !0 ), t .find('.layui-layer-max') .removeClass('layui-layer-maxmin'), t.find('.layui-layer-min').show(), 'page' === t.attr('type') && t.find(d[4]).show(), c.rescollbar(e), i.show() }), (m.full = function (t) { var i = h('#' + d[0] + t) c.record(i), d.html.attr('layer-full') || d.html.css('overflow', 'hidden').attr('layer-full', t), clearTimeout(void 0), setTimeout(function () { var e = 'fixed' === i.css('position') m.style( t, { top: e ? 0 : f.scrollTop(), left: e ? 0 : f.scrollLeft(), width: f.width(), height: f.height(), }, !0 ), i.find('.layui-layer-min').hide() }, 100) }), (m.title = function (e, t) { h('#' + d[0] + (t || m.index)) .find(d[1]) .html(e) }), (m.close = function (a, o) { var s, e, r = h('#' + d[0] + a), l = r.attr('type') r[0] && ((s = 'layui-layer-wrap'), (e = function () { if (l === c.type[1] && 'object' === r.attr('conType')) { r.children(':not(.' + d[5] + ')').remove() for (var e = r.find('.' + s), t = 0; t < 2; t++) e.unwrap() e.css('display', e.data('display')).removeClass(s) } else { if (l === c.type[2]) try { var i = h('#' + d[4] + a)[0] i.contentWindow.document.write(''), i.contentWindow.close(), r.find('.' + d[5])[0].removeChild(i) } catch (n) {} ;(r[0].innerHTML = ''), r.remove() } 'function' == typeof c.end[a] && c.end[a](), delete c.end[a], 'function' == typeof o && o() }), r.data('isOutAnim') && r.addClass('layer-anim layer-anim-close'), h('#layui-layer-moves, #' + d.SHADE + a).remove(), 6 == m.ie && c.reselect(), c.rescollbar(a), r.attr('minLeft') && (c.minIndex--, c.minLeft.push(r.attr('minLeft'))), (m.ie && m.ie < 10) || !r.data('isOutAnim') ? e() : setTimeout(function () { e() }, 200)) }), (m.closeAll = function (n, a) { 'function' == typeof n && ((a = n), (n = null)) var o = h('.' + d[0]) h.each(o, function (e) { var t = h(this), i = n ? t.attr('type') === n : 1 i && m.close(t.attr('times'), e === o.length - 1 ? a : null) }), 0 === o.length && 'function' == typeof a && a() }), m.cache || {}), g = function (e) { return i.skin ? ' ' + i.skin + ' ' + i.skin + '-' + e : '' } ;(m.prompt = function (i, n) { var e = '' 'function' == typeof (i = i || {}) && (n = i), i.area && ((e = 'style="width: ' + (t = i.area)[0] + '; height: ' + t[1] + ';"'), delete i.area) var a, t = 2 == i.formType ? '' : '', o = i.success return ( delete i.success, m.open( h.extend( { type: 1, btn: ['确定', '取消'], content: t, skin: 'layui-layer-prompt' + g('prompt'), maxWidth: f.width(), success: function (e) { ;(a = e.find('.layui-layer-input')) .val(i.value || '') .focus(), 'function' == typeof o && o(e) }, resize: !1, yes: function (e) { var t = a.val() '' === t ? a.focus() : t.length > (i.maxlength || 500) ? m.tips( '最多输入' + (i.maxlength || 500) + '个字数', a, { tips: 1 } ) : n && n(t, e, a) }, }, i ) ) ) }), (m.tab = function (n) { var a = (n = n || {}).tab || {}, o = 'layui-this', s = n.success return ( delete n.success, m.open( h.extend( { type: 1, skin: 'layui-layer-tab' + g('tab'), resize: !1, title: (function () { var e = a.length, t = 1, i = '' if (0 < e) for ( i = '' + a[0].title + ''; t < e; t++ ) i += '' + a[t].title + '' return i })(), content: '', success: function (e) { var t = e.find('.layui-layer-title').children(), i = e .find('.layui-layer-tabmain') .children() t.on('mousedown', function (e) { e.stopPropagation ? e.stopPropagation() : (e.cancelBubble = !0) var e = h(this), t = e.index() e.addClass(o).siblings().removeClass(o), i.eq(t).show().siblings().hide(), 'function' == typeof n.change && n.change(t) }), 'function' == typeof s && s(e) }, }, n ) ) ) }), (m.photos = function (i, e, n) { var a = {} if ((i = i || {}).photos) { var t = !('string' == typeof i.photos || i.photos instanceof h), o = t ? i.photos : {}, s = o.data || [], r = o.start || 0, l = ((a.imgIndex = 1 + (0 | r)), (i.img = i.img || 'img'), i.success) if ((delete i.success, t)) { if (0 === s.length) return m.msg('没有图片') } else { var f = h(i.photos), c = function () { ;(s = []), f.find(i.img).each(function (e) { var t = h(this) t.attr('layer-index', e), s.push({ alt: t.attr('alt'), pid: t.attr('layer-pid'), src: t.attr('layer-src') || t.attr('src'), thumb: t.attr('src'), }) }) } if ((c(), 0 === s.length)) return if ( (e || f.on('click', i.img, function () { c() var e = h(this).attr('layer-index') m.photos( h.extend(i, { photos: { start: e, data: s, tab: i.tab, }, full: i.full, }), !0 ) }), !e) ) return } ;(a.imgprev = function (e) { a.imgIndex--, a.imgIndex < 1 && (a.imgIndex = s.length), a.tabimg(e) }), (a.imgnext = function (e, t) { a.imgIndex++, (a.imgIndex > s.length && ((a.imgIndex = 1), t)) || a.tabimg(e) }), (a.keyup = function (e) { var t a.end || ((t = e.keyCode), e.preventDefault(), 37 === t ? a.imgprev(!0) : 39 === t ? a.imgnext(!0) : 27 === t && m.close(a.index)) }), (a.tabimg = function (e) { if (!(s.length <= 1)) return ( (o.start = a.imgIndex - 1), m.close(a.index), m.photos(i, !0, e) ) }), (a.event = function () { a.bigimg .find('.layui-layer-imgprev') .on('click', function (e) { e.preventDefault(), a.imgprev(!0) }), a.bigimg .find('.layui-layer-imgnext') .on('click', function (e) { e.preventDefault(), a.imgnext(!0) }), h(document).on('keyup', a.keyup) }), (a.loadi = m.load(1, { shade: !('shade' in i) && 0.9, scrollbar: !1, })) var t = s[r].src, d = function (e) { var t m.close(a.loadi), n && (i.anim = -1), (a.index = m.open( h.extend( { type: 1, id: 'layui-layer-photos', area: ((e = [e.width, e.height]), (t = [ h(p).width() - 100, h(p).height() - 100, ]), !i.full && (e[0] > t[0] || e[1] > t[1]) && ((t = [ e[0] / t[0], e[1] / t[1], ])[1] < t[0] ? ((e[0] = e[0] / t[0]), (e[1] = e[1] / t[0])) : t[0] < t[1] && ((e[0] = e[0] / t[1]), (e[1] = e[1] / t[1]))), [e[0] + 'px', e[1] + 'px']), title: !1, shade: 0.9, shadeClose: !0, closeBtn: !1, move: '.layui-layer-phimg img', moveType: 1, scrollbar: !1, moveOut: !0, anim: 5, isOutAnim: !1, skin: 'layui-layer-photos' + g('photos'), content: '
' +
                                            (s[r].alt || '') +
                                            '' + (1 < s.length ? '
' + (s[r].alt || '') + '' + a.imgIndex + ' / ' + s.length + '
' : '') + '
', success: function (e, t) { ;(a.bigimg = e.find('.layui-layer-phimg')), (a.imgsee = e.find( '.layui-layer-imgbar' )), a.event(e), i.tab && i.tab(s[r], e), 'function' == typeof l && l(e) }, end: function () { ;(a.end = !0), h(document).off( 'keyup', a.keyup ) }, }, i ) )) }, u = function () { m.close(a.loadi), m.msg( '当前图片地址异常
是否继续查看下一张?', { time: 3e4, btn: [ '下一张', '不看了', ], yes: function () { 1 < s.length && a.imgnext(!0, !0) }, } ) }, y = new Image() ;((y.src = t), y.complete) ? d(y) : ((y.onload = function () { ;(y.onload = null), d(y) }), (y.onerror = function (e) { ;(y.onerror = null), u(e) })) } }), (c.run = function (e) { ;(f = (h = e)(p)), (d.html = h('html')), (m.open = function (e) { return new t(e).index }) }), p.layui && layui.define ? (m.ready(), layui.define('jquery', function (e) { ;(m.path = layui.cache.dir), c.run(layui.$), e('layer', (p.layer = m)) })) : 'function' == typeof define && define.amd ? define(['jquery'], function () { return c.run(p.jQuery), m }) : (m.ready(), c.run(p.jQuery)) })(window) layui.define('jquery', function (e) { 'use strict' var u = layui.$, a = layui.hint(), o = { fixbar: function (t) { var e, i, n = 'layui-fixbar', o = 'layui-fixbar-top', a = u(document), r = u('body'), l = (((t = u.extend({ showHeight: 200 }, t)).bar1 = !0 === t.bar1 ? '' : t.bar1), (t.bar2 = !0 === t.bar2 ? '' : t.bar2), (t.bgcolor = t.bgcolor ? 'background-color:' + t.bgcolor : ''), [t.bar1, t.bar2, '']), l = u( [ '', ].join('') ), c = l.find('.' + o), g = function () { a.scrollTop() >= t.showHeight ? e || (c.show(), (e = 1)) : e && (c.hide(), (e = 0)) } u('.' + n)[0] || ('object' == typeof t.css && l.css(t.css), r.append(l), g(), l.find('li').on('click', function () { var e = u(this).attr('lay-type') 'top' === e && u('html,body').animate({ scrollTop: 0 }, 200), t.click && t.click.call(this, e) }), a.on('scroll', function () { clearTimeout(i), (i = setTimeout(function () { g() }, 100)) })) }, countdown: function (e, t, i) { var n = this, o = 'function' == typeof t, a = new Date(e).getTime(), r = new Date(!t || o ? new Date().getTime() : t).getTime(), a = a - r, l = [ Math.floor(a / 864e5), Math.floor(a / 36e5) % 24, Math.floor(a / 6e4) % 60, Math.floor(a / 1e3) % 60, ], o = (o && (i = t), setTimeout(function () { n.countdown(e, r + 1e3, i) }, 1e3)) return ( i && i(0 < a ? l : [0, 0, 0, 0], t, o), a <= 0 && clearTimeout(o), o ) }, timeAgo: function (e, t) { var i = this, n = [[], []], o = new Date().getTime() - new Date(e).getTime() return 26784e5 < o ? ((o = new Date(e)), (n[0][0] = i.digit(o.getFullYear(), 4)), (n[0][1] = i.digit(o.getMonth() + 1)), (n[0][2] = i.digit(o.getDate())), t || ((n[1][0] = i.digit(o.getHours())), (n[1][1] = i.digit(o.getMinutes())), (n[1][2] = i.digit(o.getSeconds()))), n[0].join('-') + ' ' + n[1].join(':')) : 864e5 <= o ? ((o / 1e3 / 60 / 60 / 24) | 0) + '\u5929\u524d' : 36e5 <= o ? ((o / 1e3 / 60 / 60) | 0) + '\u5c0f\u65f6\u524d' : 18e4 <= o ? ((o / 1e3 / 60) | 0) + '\u5206\u949f\u524d' : o < 0 ? '\u672a\u6765' : '\u521a\u521a' }, digit: function (e, t) { var i = '' t = t || 2 for (var n = (e = String(e)).length; n < t; n++) i += '0' return e < Math.pow(10, t) ? i + (0 | e) : e }, toDateString: function (e, t) { if (null === e || '' === e) return '' var i = this, n = new Date( (function () { if (e) return !isNaN(e) && 'string' == typeof e ? parseInt(e) : e })() || new Date() ), o = [ i.digit(n.getFullYear(), 4), i.digit(n.getMonth() + 1), i.digit(n.getDate()), ], i = [ i.digit(n.getHours()), i.digit(n.getMinutes()), i.digit(n.getSeconds()), ] return n.getDate() ? (t = t || 'yyyy-MM-dd HH:mm:ss') .replace(/yyyy/g, o[0]) .replace(/MM/g, o[1]) .replace(/dd/g, o[2]) .replace(/HH/g, i[0]) .replace(/mm/g, i[1]) .replace(/ss/g, i[2]) : (a.error('Invalid Msec for "util.toDateString(Msec)"'), '') }, escape: function (e) { return e === undefined || null === e ? '' : /[<"'>]|&(?=#[a-zA-Z0-9]+)/g.test((e += '')) ? e .replace(/&(?!#?[a-zA-Z0-9]+;)/g, '&') .replace(//g, '>') .replace(/'/g, ''') .replace(/"/g, '"') : e }, unescape: function (e) { return ( (e !== undefined && null !== e) || (e = ''), (e += '') .replace(/\&/g, '&') .replace(/\/g, '>') .replace(/\'/g, "'") .replace(/\"/g, '"') ) }, toVisibleArea: function (e) { var t, i, n, o, a, r, l, c ;(e = u.extend({ margin: 160, duration: 200, type: 'y' }, e)) .scrollElem[0] && e.thisElem[0] && ((t = e.scrollElem), (l = e.thisElem), (n = (a = 'y' === e.type) ? 'top' : 'left'), (o = t[(i = a ? 'scrollTop' : 'scrollLeft')]()), (a = t[a ? 'height' : 'width']()), (r = t.offset()[n]), (c = {}), ((l = l.offset()[n] - r) > a - e.margin || l < e.margin) && ((c[i] = l - a / 2 + o), t.animate(c, e.duration))) }, event: function (i, n, e) { var t = u('body') return ( (e = e || 'click'), (n = o.event[i] = u.extend(!0, o.event[i], n) || {}), (o.event.UTIL_EVENT_CALLBACK = o.event.UTIL_EVENT_CALLBACK || {}), t.off(e, '*[' + i + ']', o.event.UTIL_EVENT_CALLBACK[i]), (o.event.UTIL_EVENT_CALLBACK[i] = function () { var e = u(this), t = e.attr(i) 'function' == typeof n[t] && n[t].call(this, e) }), t.on(e, '*[' + i + ']', o.event.UTIL_EVENT_CALLBACK[i]), n ) }, } ;(o.on = o.event), e('util', o) }) layui.define(['jquery', 'laytpl', 'lay'], function (e) { 'use strict' var n, i, t, s = layui.$, m = layui.laytpl, a = layui.hint(), l = layui.device().mobile ? 'click' : 'mousedown', o = 'dropdown', r = 'layui_' + o + '_index', c = { config: {}, index: layui[o] ? layui[o].index + 1e4 : 0, set: function (e) { var i = this return (i.config = s.extend({}, i.config, e)), i }, on: function (e, i) { return layui.onevent.call(this, o, e, i) }, }, p = function () { var i = this, e = i.config, t = e.id return ( (p.that[t] = i), { config: e, reload: function (e) { i.reload.call(i, e) }, } ) }, u = 'layui-menu-item-up', d = 'layui-menu-item-down', y = 'layui-menu-body-title', f = 'layui-menu-item-group', g = 'layui-menu-item-parent', h = 'layui-menu-item-checked', v = 'layui-menu-item-checked2', w = 'layui-menu-body-panel', C = 'layui-menu-body-panel-left', V = '.' + f + '>.' + y, k = function (e) { var i = this ;(i.index = ++c.index), (i.config = s.extend({}, i.config, c.config, e)), i.init() } ;(k.prototype.config = { trigger: 'click', content: '', className: '', style: '', show: !1, isAllowSpread: !0, isSpreadItem: !0, data: [], delay: 300, }), (k.prototype.reload = function (e) { var i = this ;(i.config = s.extend({}, i.config, e)), i.init(!0) }), (k.prototype.init = function (e) { var i = this, t = i.config, n = (t.elem = s(t.elem)) return 1 < n.length ? (layui.each(n, function () { c.render(s.extend({}, t, { elem: this })) }), i) : !e && n[0] && n.data(r) ? (n = p.getThis(n.data(r))) ? n.reload(t) : void 0 : ((t.id = 'id' in t ? t.id : i.index), t.show && i.render(e), void i.events()) }), (k.prototype.render = function (e) { var n = this, u = n.config, i = s('body'), d = function (r, e) { return ( layui.each(e, function (e, i) { var t, n = i.child && 0 < i.child.length, a = ('isSpreadItem' in i ? i : u).isSpreadItem, l = i.templet ? m(i.templet).render(i) : u.templet ? m(u.templet).render(i) : i.title, o = (n && (i.type = i.type || 'parent'), i.type ? { group: 'group', parent: 'parent', '-': '-', }[i.type] || 'parent' : '') ;('-' === o || i.title || i.id || n) && ((l = s( [ '', ((t = 'href' in i ? '' + l + '' : l), n ? '
' + t + ('parent' === o ? '' : 'group' === o && u.isAllowSpread ? '' : '') + '
' : '
' + t + '
'), '', ].join('') )).data('item', i), n && ((a = s( '
' )), (t = s('')), 'parent' === o ? (a.append(d(t, i.child)), l.append(a)) : l.append(d(t, i.child))), r.append(l)) }), r ) }, t = [ '
', '
', ].join('') ;(!(e = 'contextmenu' !== u.trigger && !lay.isTopElem(u.elem[0]) ? e : !0) && u.elem.data(r + '_opened')) || ((n.elemView = s(t)), n.elemView.append( u.content || ((e = s( '' )), 0 < u.data.length ? d(e, u.data) : e.html( '
  • no menu
  • ' ), e) ), u.className && n.elemView.addClass(u.className), u.style && n.elemView.attr('style', u.style), (c.thisId = u.id), n.remove(), i.append(n.elemView), u.elem.data(r + '_opened', !0), n.position(), (p.prevElem = n.elemView).data('prevElem', u.elem), n.elemView.find('.layui-menu').on(l, function (e) { layui.stope(e) }), n.elemView.find('.layui-menu li').on('click', function (e) { var i = s(this), t = i.data('item') || {} ;(t.child && 0 < t.child.length) || '-' === t.type || (n.remove(), 'function' == typeof u.click && u.click(t, i)) }), n.elemView.find(V).on('click', function (e) { var i = s(this).parent() 'group' === (i.data('item') || {}).type && u.isAllowSpread && p.spread(i) }), 'mouseenter' === u.trigger && n.elemView .on('mouseenter', function () { clearTimeout(p.timer) }) .on('mouseleave', function () { n.delayRemove() })) }), (k.prototype.position = function (e) { var i = this.config lay.position(i.elem[0], this.elemView[0], { position: i.position, e: this.e, clickType: 'contextmenu' === i.trigger ? 'right' : null, align: i.align || null, }) }), (k.prototype.remove = function () { this.config var e = p.prevElem e && (e.data('prevElem') && e.data('prevElem').data(r + '_opened', !1), e.remove()) }), (k.prototype.delayRemove = function () { var e = this, i = e.config clearTimeout(p.timer), (p.timer = setTimeout(function () { e.remove() }, i.delay)) }), (k.prototype.events = function () { var i = this, t = i.config 'hover' === t.trigger && (t.trigger = 'mouseenter'), i.prevElem && i.prevElem.off(t.trigger, i.prevElemCallback), (i.prevElem = t.elem), (i.prevElemCallback = function (e) { clearTimeout(p.timer), (i.e = e), i.render(), e.preventDefault(), 'function' == typeof t.ready && t.ready(i.elemView, t.elem, i.e.target) }), t.elem.on(t.trigger, i.prevElemCallback), 'mouseenter' === t.trigger && t.elem.on('mouseleave', function () { i.delayRemove() }) }), (p.that = {}), (p.getThis = function (e) { var i = p.that[e] return ( i || a.error( e ? o + " instance with ID '" + e + "' not found" : 'ID argument required' ), i ) }), (p.spread = function (e) { var i = e.children('.' + y).find('.layui-icon') e.hasClass(u) ? (e.removeClass(u).addClass(d), i.removeClass('layui-icon-down').addClass('layui-icon-up')) : (e.removeClass(d).addClass(u), i.removeClass('layui-icon-up').addClass('layui-icon-down')) }), (n = s(window)), (i = s(document)), n.on('resize', function () { if (c.thisId) { var e = p.getThis(c.thisId) if (e) { if (!e.elemView[0] || !s('.layui-dropdown')[0]) return !1 'contextmenu' === e.config.trigger ? e.remove() : e.position() } } }), i.on(l, function (e) { var i, t !c.thisId || ((i = p.getThis(c.thisId)) && ((t = i.config), (!lay.isTopElem(t.elem[0]) && 'contextmenu' !== t.trigger && (e.target === t.elem[0] || t.elem.find(e.target)[0] || e.target === i.elemView[0] || (i.elemView && i.elemView.find(e.target)[0]))) || i.remove())) }), (t = '.layui-menu:not(.layui-dropdown-menu) li'), i.on('click', t, function (e) { var i = s(this), t = i.parents('.layui-menu').eq(0), n = i.hasClass(f) || i.hasClass(g), a = t.attr('lay-filter') || t.attr('id'), l = lay.options(this) i.hasClass('layui-menu-item-divider') || n || (t.find('.' + h).removeClass(h), t.find('.' + v).removeClass(v), i.addClass(h), i.parents('.' + g).addClass(v), layui.event.call(this, o, 'click(' + a + ')', l)) }), i.on('click', t + V, function (e) { var i = s(this).parents('.' + f + ':eq(0)'), t = lay.options(i[0]) ;('isAllowSpread' in t && !t.isAllowSpread) || p.spread(i) }), (t = '.layui-menu .' + g), i .on('mouseenter', t, function (e) { var i, t = s(this).find('.' + w) t[0] && ((i = t[0].getBoundingClientRect()).right > n.width() && (t.addClass(C), (i = t[0].getBoundingClientRect()).left < 0 && t.removeClass(C)), i.bottom > n.height() && t.eq(0).css('margin-top', -(i.bottom - n.height() + 5))) }) .on('mouseleave', t, function (e) { var i = s(this).children('.' + w) i.removeClass(C), i.css('margin-top', 0) }), (c.reload = function (e, i) { e = p.getThis(e) return e ? (e.reload(i), p.call(e)) : this }), (c.render = function (e) { e = new k(e) return p.call(e) }), e(o, c) }) layui.define('jquery', function (e) { 'use strict' var h = layui.$, t = { config: {}, index: layui.slider ? layui.slider.index + 1e4 : 0, set: function (e) { var i = this return (i.config = h.extend({}, i.config, e)), i }, on: function (e, i) { return layui.onevent.call(this, a, e, i) }, }, a = 'slider', c = 'layui-disabled', y = 'layui-slider-bar', g = 'layui-slider-wrap', b = 'layui-slider-wrap-btn', x = 'layui-slider-tips', T = 'layui-slider-input-txt', w = 'layui-slider-hover', i = function (e) { var i = this ;(i.index = ++t.index), (i.config = h.extend({}, i.config, t.config, e)), i.render() } ;(i.prototype.config = { type: 'default', min: 0, max: 100, value: 0, step: 1, showstep: !1, tips: !0, input: !1, range: !1, height: 200, disabled: !1, theme: '#009688', }), (i.prototype.render = function () { var a, n = this, l = n.config, e = (l.step < 1 && (l.step = 1), l.max < l.min && (l.max = l.min + l.step), l.range ? ((l.value = 'object' == typeof l.value ? l.value : [l.min, l.value]), (i = Math.min(l.value[0], l.value[1])), (s = Math.max(l.value[0], l.value[1])), (l.value[0] = i > l.min ? i : l.min), (l.value[1] = s > l.min ? s : l.min), (l.value[0] = l.value[0] > l.max ? l.max : l.value[0]), (l.value[1] = l.value[1] > l.max ? l.max : l.value[1]), (i = Math.floor( ((l.value[0] - l.min) / (l.max - l.min)) * 100 )), (t = (s = Math.floor( ((l.value[1] - l.min) / (l.max - l.min)) * 100 )) - i + '%'), (i += '%'), (s += '%')) : ('object' == typeof l.value && (l.value = Math.min.apply(null, l.value)), l.value < l.min && (l.value = l.min), l.value > l.max && (l.value = l.max), (t = Math.floor( ((l.value - l.min) / (l.max - l.min)) * 100 ) + '%')), l.disabled ? '#c2c2c2' : l.theme), i = '
    ' + (l.tips ? '
    ' : '') + '
    ' + (l.range ? '
    ' : '') + '
    ', t = h(l.elem), s = t.next('.layui-slider') if ( (s[0] && s.remove(), (n.elemTemp = h(i)), l.range ? (n.elemTemp .find('.' + g) .eq(0) .data('value', l.value[0]), n.elemTemp .find('.' + g) .eq(1) .data('value', l.value[1])) : n.elemTemp.find('.' + g).data('value', l.value), t.html(n.elemTemp), 'vertical' === l.type && n.elemTemp.height(l.height + 'px'), l.showstep) ) { for ( var o = (l.max - l.min) / l.step, r = '', u = 1; u < 1 + o; u++ ) { var d = (100 * u) / o d < 100 && (r += '
    ') } n.elemTemp.append(r) } l.input && !l.range && ((e = h( '
    ' )), t.css('position', 'relative'), t.append(e), t .find('.' + T) .children('input') .val(l.value), 'vertical' === l.type ? e.css({ left: 0, top: -48 }) : n.elemTemp.css('margin-right', e.outerWidth() + 15)), l.disabled ? (n.elemTemp.addClass(c), n.elemTemp.find('.' + b).addClass(c)) : n.slide(), n.elemTemp .find('.' + b) .on('mouseover', function () { var e = 'vertical' === l.type ? l.height : n.elemTemp[0].offsetWidth, i = n.elemTemp.find('.' + g), t = (('vertical' === l.type ? e - h(this).parent()[0].offsetTop - i.height() : h(this).parent()[0].offsetLeft) / e) * 100, i = h(this).parent().data('value'), e = l.setTips ? l.setTips(i) : i n.elemTemp.find('.' + x).html(e), clearTimeout(a), (a = setTimeout(function () { 'vertical' === l.type ? n.elemTemp .find('.' + x) .css({ bottom: t + '%', 'margin-bottom': '20px', display: 'inline-block', }) : n.elemTemp .find('.' + x) .css({ left: t + '%', display: 'inline-block', }) }, 300)) }) .on('mouseout', function () { clearTimeout(a), n.elemTemp.find('.' + x).css('display', 'none') }) }), (i.prototype.slide = function (e, i, t) { var o = this.config, r = this.elemTemp, u = function () { return 'vertical' === o.type ? o.height : r[0].offsetWidth }, d = r.find('.' + g), s = r.next('.layui-slider-input'), c = s .children('.' + T) .children('input') .val(), m = 100 / ((o.max - o.min) / Math.ceil(o.step)), v = function (e, i) { ;(e = 100 < (e = 100 < Math.ceil(e) * m ? Math.ceil(e) * m : Math.round(e) * m) ? 100 : e), d .eq(i) .css( 'vertical' === o.type ? 'bottom' : 'left', e + '%' ) var t, a = p(d[0].offsetLeft), n = o.range ? p(d[1].offsetLeft) : 0, l = ('vertical' === o.type ? (r .find('.' + x) .css({ bottom: e + '%', 'margin-bottom': '20px', }), (a = p(u() - d[0].offsetTop - d.height())), (n = o.range ? p(u() - d[1].offsetTop - d.height()) : 0)) : r.find('.' + x).css('left', e + '%'), (a = 100 < a ? 100 : a), (n = 100 < n ? 100 : n), Math.min(a, n)), a = Math.abs(a - n), n = ('vertical' === o.type ? r .find('.' + y) .css({ height: a + '%', bottom: l + '%' }) : r .find('.' + y) .css({ width: a + '%', left: l + '%' }), o.min + Math.round(((o.max - o.min) * e) / 100)) ;(c = n), s .children('.' + T) .children('input') .val(c), d.eq(i).data('value', n), r.find('.' + x).html(o.setTips ? o.setTips(n) : n), o.range && (t = [ d.eq(0).data('value'), d.eq(1).data('value'), ])[0] > t[1] && t.reverse(), o.change && o.change(o.range ? t : n) }, p = function (e) { var i = ((e / u()) * 100) / m, t = Math.round(i) * m return (t = e == u() ? Math.ceil(i) * m : t) }, f = h( [ '
    u() ? u() : i) / u()) * 100) / m v(i, l), s.addClass(w), r.find('.' + x).show(), e.preventDefault() }), (i = function () { s.removeClass(w), r.find('.' + x).hide() }), (t = function () { i && i(), f.remove() }), h('#LAY-slider-moving')[0] || h('body').append(f), f.on('mousemove', e), f.on('mouseup', t).on('mouseleave', t) }) }), r.on('click', function (e) { var i = h('.' + b), t = h(this) !i.is(event.target) && 0 === i.has(event.target).length && i.length && ((t = (((i = (i = (i = 'vertical' === o.type ? u() - e.clientY + t.offset().top - h(window).scrollTop() : e.clientX - t.offset().left - h(window).scrollLeft()) < 0 ? 0 : i) > u() ? u() : i) / u()) * 100) / m), (i = o.range ? 'vertical' === o.type ? Math.abs( i - parseInt(h(d[0]).css('bottom')) ) > Math.abs(i - parseInt(h(d[1]).css('bottom'))) ? 1 : 0 : Math.abs(i - d[0].offsetLeft) > Math.abs(i - d[1].offsetLeft) ? 1 : 0 : 0), v(t, i), e.preventDefault()) }), s .children('.layui-slider-input-btn') .children('i') .each(function (i) { h(this).on('click', function () { c = s .children('.' + T) .children('input') .val() var e = ((((c = 1 == i ? c - o.step < o.min ? o.min : Number(c) - o.step : Number(c) + o.step > o.max ? o.max : Number(c) + o.step) - o.min) / (o.max - o.min)) * 100) / m v(e, 0) }) }) var a = function () { var e = this.value, e = ((e = (e = (e = isNaN(e) ? 0 : e) < o.min ? o.min : e) > o.max ? o.max : e), ((((this.value = e) - o.min) / (o.max - o.min)) * 100) / m) v(e, 0) } s.children('.' + T) .children('input') .on('keydown', function (e) { 13 === e.keyCode && (e.preventDefault(), a.call(this)) }) .on('change', a) }), (i.prototype.events = function () { this.config }), (t.render = function (e) { e = new i(e) return function () { var t = this, a = t.config return { setValue: function (e, i) { return (a.value = e), t.slide('set', e, i || 0) }, config: a, } }.call(e) }), e(a, t) }) layui.define(['jquery', 'lay'], function (e) { 'use strict' var k = layui.jquery, n = layui.lay, r = layui.device().mobile ? 'click' : 'mousedown', l = { config: {}, index: layui.colorpicker ? layui.colorpicker.index + 1e4 : 0, set: function (e) { var i = this return (i.config = k.extend({}, i.config, e)), i }, on: function (e, i) { return layui.onevent.call(this, 'colorpicker', e, i) }, }, t = 'layui-colorpicker', c = '.layui-colorpicker-main', y = 'layui-icon-down', x = 'layui-icon-close', P = 'layui-colorpicker-trigger-span', C = 'layui-colorpicker-trigger-i', B = 'layui-colorpicker-side-slider', w = 'layui-colorpicker-basis', D = 'layui-colorpicker-alpha-bgcolor', j = 'layui-colorpicker-alpha-slider', E = 'layui-colorpicker-basis-cursor', F = 'layui-colorpicker-main-input', H = function (e) { var i = { h: 0, s: 0, b: 0 }, o = Math.min(e.r, e.g, e.b), r = Math.max(e.r, e.g, e.b), n = r - o return ( (i.b = r), (i.s = 0 != r ? (255 * n) / r : 0), 0 != i.s ? e.r == r ? (i.h = (e.g - e.b) / n) : e.g == r ? (i.h = 2 + (e.b - e.r) / n) : (i.h = 4 + (e.r - e.g) / n) : (i.h = -1), r == o && (i.h = 0), (i.h *= 60), i.h < 0 && (i.h += 360), (i.s *= 100 / 255), (i.b *= 100 / 255), i ) }, M = function (e) { var i, o = {}, r = e.h, n = (255 * e.s) / 100, e = (255 * e.b) / 100 return ( 0 == n ? (o.r = o.g = o.b = e) : ((e = ((r % 60) * ((i = e) - (n = ((255 - n) * e) / 255))) / 60), (r = 360 == r ? 0 : r) < 60 ? ((o.r = i), (o.b = n), (o.g = n + e)) : r < 120 ? ((o.g = i), (o.b = n), (o.r = i - e)) : r < 180 ? ((o.g = i), (o.r = n), (o.b = n + e)) : r < 240 ? ((o.b = i), (o.r = n), (o.g = i - e)) : r < 300 ? ((o.b = i), (o.g = n), (o.r = n + e)) : r < 360 ? ((o.r = i), (o.g = n), (o.b = i - e)) : ((o.r = 0), (o.g = 0), (o.b = 0))), { r: Math.round(o.r), g: Math.round(o.g), b: Math.round(o.b) } ) }, f = function (e) { var e = M(e), o = [e.r.toString(16), e.g.toString(16), e.b.toString(16)] return ( k.each(o, function (e, i) { 1 == i.length && (o[e] = '0' + i) }), o.join('') ) }, Y = function (e) { e = e.match(/[0-9]{1,3}/g) || [] return { r: e[0], g: e[1], b: e[2] } }, I = k(window), a = k(document), s = function (e) { ;(this.index = ++l.index), (this.config = k.extend({}, this.config, l.config, e)), this.render() } ;(s.prototype.config = { color: '', size: null, alpha: !1, format: 'hex', predefine: !1, colors: [ '#009688', '#5FB878', '#1E9FFF', '#FF5722', '#FFB800', '#01AAED', '#999', '#c00', '#ff8c00', '#ffd700', '#90ee90', '#00ced1', '#1e90ff', '#c71585', 'rgb(0, 186, 189)', 'rgb(255, 120, 0)', 'rgb(250, 212, 0)', '#393D49', 'rgba(0,0,0,.5)', 'rgba(255, 69, 0, 0.68)', 'rgba(144, 240, 144, 0.5)', 'rgba(31, 147, 255, 0.73)', ], }), (s.prototype.render = function () { var e = this, i = e.config, o = k(i.elem) if (1 < o.length) return ( layui.each(o, function () { l.render(k.extend({}, i, { elem: this })) }), e ) k.extend(i, n.options(o[0])) var o = k( [ '
    ', '', '', '', '', '', '
    ', ].join('') ), r = (i.elem = k(i.elem)) i.size && o.addClass('layui-colorpicker-' + i.size), r.addClass('layui-inline').html((e.elemColorBox = o)), (e.color = e.elemColorBox.find('.' + P)[0].style.background), e.events() }), (s.prototype.renderPicker = function () { var o, e = this, i = e.config, r = e.elemColorBox[0], i = (e.elemPicker = k( [ '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', '
    ', i.predefine ? ((o = [ '
    ', ]), layui.each(i.colors, function (e, i) { o.push( [ '
    ', '
    ', '
    ', ].join('') ) }), o.push('
    '), o.join('')) : '', '
    ', '
    ', '', '
    ', '
    ', '', '', '', '
    ', ].join('') )) e.elemColorBox.find('.' + P)[0] k(c)[0] && k(c).data('index') == e.index ? e.removePicker(s.thisElemInd) : (e.removePicker(s.thisElemInd), k('body').append(i)), (s.thisElemInd = e.index), (s.thisColor = r.style.background), e.position(), e.pickerEvents() }), (s.prototype.removePicker = function (e) { this.config return k('#layui-colorpicker' + (e || this.index)).remove(), this }), (s.prototype.position = function () { var e = this, i = e.config return ( n.position(e.bindElem || e.elemColorBox[0], e.elemPicker[0], { position: i.position, align: 'center', }), e ) }), (s.prototype.val = function () { var e, i = this, o = (i.config, i.elemColorBox.find('.' + P)), r = i.elemPicker.find('.' + F), n = o[0].style.backgroundColor n ? ((e = H(Y(n))), (o = o.attr('lay-type')), i.select(e.h, e.s, e.b), 'torgb' === o && r.find('input').val(n), 'rgba' === o && ((e = Y(n)), 3 == (n.match(/[0-9]{1,3}/g) || []).length ? (r .find('input') .val( 'rgba(' + e.r + ', ' + e.g + ', ' + e.b + ', 1)' ), i.elemPicker.find('.' + j).css('left', 280)) : (r.find('input').val(n), (o = 280 * n.slice(n.lastIndexOf(',') + 1, n.length - 1)), i.elemPicker.find('.' + j).css('left', o)), (i.elemPicker.find('.' + D)[0].style.background = 'linear-gradient(to right, rgba(' + e.r + ', ' + e.g + ', ' + e.b + ', 0), rgb(' + e.r + ', ' + e.g + ', ' + e.b + '))'))) : (i.select(0, 100, 100), r.find('input').val(''), (i.elemPicker.find('.' + D)[0].style.background = ''), i.elemPicker.find('.' + j).css('left', 280)) }), (s.prototype.side = function () { var n = this, l = n.config, t = n.elemColorBox.find('.' + P), c = t.attr('lay-type'), a = n.elemPicker.find('.layui-colorpicker-side'), e = n.elemPicker.find('.' + B), s = n.elemPicker.find('.' + w), r = n.elemPicker.find('.' + E), d = n.elemPicker.find('.' + D), f = n.elemPicker.find('.' + j), u = (e[0].offsetTop / 180) * 360, p = 100 - ((r[0].offsetTop + 3) / 180) * 100, g = ((r[0].offsetLeft + 3) / 260) * 100, h = Math.round((f[0].offsetLeft / 280) * 100) / 100, v = n.elemColorBox.find('.' + C), i = n.elemPicker.find('.layui-colorpicker-pre').children('div'), b = function (e, i, o, r) { n.select(e, i, o) e = M({ h: e, s: i, b: o }) v.addClass(y).removeClass(x), (t[0].style.background = 'rgb(' + e.r + ', ' + e.g + ', ' + e.b + ')'), 'torgb' === c && n.elemPicker .find('.' + F) .find('input') .val( 'rgb(' + e.r + ', ' + e.g + ', ' + e.b + ')' ), 'rgba' === c && (f.css('left', 280 * r), n.elemPicker .find('.' + F) .find('input') .val( 'rgba(' + e.r + ', ' + e.g + ', ' + e.b + ', ' + r + ')' ), (t[0].style.background = 'rgba(' + e.r + ', ' + e.g + ', ' + e.b + ', ' + r + ')'), (d[0].style.background = 'linear-gradient(to right, rgba(' + e.r + ', ' + e.g + ', ' + e.b + ', 0), rgb(' + e.r + ', ' + e.g + ', ' + e.b + '))')), l.change && l.change( n.elemPicker .find('.' + F) .find('input') .val() ) }, o = k( [ '
    ', ].join('') ), m = function (e) { k('#LAY-colorpicker-moving')[0] || k('body').append(o), o.on('mousemove', e), o .on('mouseup', function () { o.remove() }) .on('mouseleave', function () { o.remove() }) } e.on('mousedown', function (e) { var r = this.offsetTop, n = e.clientY m(function (e) { var i = r + (e.clientY - n), o = a[0].offsetHeight, o = ((i = o < (i = i < 0 ? 0 : i) ? o : i) / 180) * 360 b((u = o), g, p, h), e.preventDefault() }), e.preventDefault() }), a.on('click', function (e) { var i = e.clientY - k(this).offset().top, i = ((i = (i = i < 0 ? 0 : i) > this.offsetHeight ? this.offsetHeight : i) / 180) * 360 b((u = i), g, p, h), e.preventDefault() }), r.on('mousedown', function (e) { var l = this.offsetTop, t = this.offsetLeft, c = e.clientY, a = e.clientX layui.stope(e), m(function (e) { var i = l + (e.clientY - c), o = t + (e.clientX - a), r = s[0].offsetHeight - 3, n = s[0].offsetWidth - 3, n = (((o = n < (o = o < -3 ? -3 : o) ? n : o) + 3) / 260) * 100, o = 100 - (((i = r < (i = i < -3 ? -3 : i) ? r : i) + 3) / 180) * 100 b(u, (g = n), (p = o), h), e.preventDefault() }), e.preventDefault() }), s.on('mousedown', function (e) { var i = e.clientY - k(this).offset().top - 3 + I.scrollTop(), o = e.clientX - k(this).offset().left - 3 + I.scrollLeft(), o = ((i = i < -3 ? -3 : i) > this.offsetHeight - 3 && (i = this.offsetHeight - 3), (((o = (o = o < -3 ? -3 : o) > this.offsetWidth - 3 ? this.offsetWidth - 3 : o) + 3) / 260) * 100), i = 100 - ((i + 3) / 180) * 100 b(u, (g = o), (p = i), h), layui.stope(e), e.preventDefault(), r.trigger(e, 'mousedown') }), f.on('mousedown', function (e) { var r = this.offsetLeft, n = e.clientX m(function (e) { var i = r + (e.clientX - n), o = d[0].offsetWidth, o = (o < (i = i < 0 ? 0 : i) && (i = o), Math.round((i / 280) * 100) / 100) b(u, g, p, (h = o)), e.preventDefault() }), e.preventDefault() }), d.on('click', function (e) { var i = e.clientX - k(this).offset().left, i = ((i = i < 0 ? 0 : i) > this.offsetWidth && (i = this.offsetWidth), Math.round((i / 280) * 100) / 100) b(u, g, p, (h = i)), e.preventDefault() }), i.each(function () { k(this).on('click', function () { k(this) .parent('.layui-colorpicker-pre') .addClass('selected') .siblings() .removeClass('selected') var e = this.style.backgroundColor, i = H(Y(e)), o = e.slice(e.lastIndexOf(',') + 1, e.length - 1) ;(u = i.h), (g = i.s), (p = i.b), 3 == (e.match(/[0-9]{1,3}/g) || []).length && (o = 1), (h = o), b(i.h, i.s, i.b, o) }) }) }), (s.prototype.select = function (e, i, o, r) { var n = this, l = (n.config, f({ h: e, s: 100, b: 100 })), t = f({ h: e, s: i, b: o }), e = (e / 360) * 180, o = 180 - (o / 100) * 180 - 3, i = (i / 100) * 260 - 3 n.elemPicker.find('.' + B).css('top', e), (n.elemPicker.find('.' + w)[0].style.background = '#' + l), n.elemPicker.find('.' + E).css({ top: o, left: i }), 'change' !== r && n.elemPicker .find('.' + F) .find('input') .val('#' + t) }), (s.prototype.pickerEvents = function () { var c = this, a = c.config, s = c.elemColorBox.find('.' + P), d = c.elemPicker.find('.' + F + ' input'), o = { clear: function (e) { ;(s[0].style.background = ''), c.elemColorBox .find('.' + C) .removeClass(y) .addClass(x), (c.color = ''), a.done && a.done(''), c.removePicker() }, confirm: function (e, i) { var o, r, n = d.val(), l = n, t = {} if ( (-1 < n.indexOf(',') ? ((t = H(Y(n))), c.select(t.h, t.s, t.b), (s[0].style.background = l = '#' + f(t)), 3 < (n.match(/[0-9]{1,3}/g) || []).length && 'rgba' === s.attr('lay-type') && ((o = 280 * n.slice( n.lastIndexOf(',') + 1, n.length - 1 )), c.elemPicker.find('.' + j).css('left', o), (l = s[0].style.background = n))) : (3 == (o = -1 < (o = n).indexOf('#') ? o.substring(1) : o).length && (o = (r = o.split(''))[0] + r[0] + r[1] + r[1] + r[2] + r[2]), (r = { r: (o = parseInt(o, 16)) >> 16, g: (65280 & o) >> 8, b: 255 & o, }), (t = H(r)), (s[0].style.background = l = '#' + f(t)), c.elemColorBox .find('.' + C) .removeClass(x) .addClass(y)), 'change' === i) ) return ( c.select(t.h, t.s, t.b, i), void (a.change && a.change(l)) ) ;(c.color = n), a.done && a.done(n), c.removePicker() }, } c.elemPicker.on('click', '*[colorpicker-events]', function () { var e = k(this), i = e.attr('colorpicker-events') o[i] && o[i].call(this, e) }), d.on('keyup', function (e) { var i = k(this) o.confirm.call(this, i, 13 === e.keyCode ? null : 'change') }) }), (s.prototype.events = function () { var i = this, e = i.config, o = i.elemColorBox.find('.' + P) i.elemColorBox.on('click', function () { i.renderPicker(), k(c)[0] && (i.val(), i.side()) }), e.elem[0] && !i.elemColorBox[0].eventHandler && (a.on(r, function (e) { k(e.target).hasClass(t) || k(e.target).parents('.' + t)[0] || k(e.target).hasClass(c.replace(/\./g, '')) || k(e.target).parents(c)[0] || (i.elemPicker && (i.color ? ((e = H(Y(i.color))), i.select(e.h, e.s, e.b)) : i.elemColorBox .find('.' + C) .removeClass(y) .addClass(x), (o[0].style.background = i.color || ''), i.removePicker())) }), I.on('resize', function () { if (!i.elemPicker || !k(c)[0]) return !1 i.position() }), (i.elemColorBox[0].eventHandler = !0)) }), (l.render = function (e) { e = new s(e) return function () { return { config: this.config } }.call(e) }), e('colorpicker', l) }) layui.define('jquery', function (t) { 'use strict' var u = layui.$, d = (layui.hint(), layui.device()), c = 'element', r = 'layui-this', y = 'layui-show', i = function () { this.config = {} }, h = ((i.prototype.set = function (t) { return u.extend(!0, this.config, t), this }), (i.prototype.on = function (t, i) { return layui.onevent.call(this, c, t, i) }), (i.prototype.tabAdd = function (t, i) { var a, t = u('.layui-tab[lay-filter=' + t + ']'), e = t.children('.layui-tab-title'), l = e.children('.layui-tab-bar'), t = t.children('.layui-tab-content'), n = '' + (i.title || 'unnaming') + '' return ( l[0] ? l.before(n) : e.append(n), t.append( '
    ' + (i.content || '') + '
    ' ), C.hideTabMore(!0), C.tabAuto(), this ) }), (i.prototype.tabDelete = function (t, i) { t = u('.layui-tab[lay-filter=' + t + ']') .children('.layui-tab-title') .find('>li[lay-id="' + i + '"]') return C.tabDelete(null, t), this }), (i.prototype.tabChange = function (t, i) { t = u('.layui-tab[lay-filter=' + t + ']') .children('.layui-tab-title') .find('>li[lay-id="' + i + '"]') return C.tabClick.call(t[0], null, null, t), this }), (i.prototype.tab = function (a) { ;(a = a || {}), e.on('click', a.headerElem, function (t) { var i = u(this).index() C.tabClick.call(this, t, i, null, a) }) }), (i.prototype.progress = function (t, i) { var a = 'layui-progress', t = u('.' + a + '[lay-filter=' + t + ']').find( '.' + a + '-bar' ), a = t.find('.' + a + '-text') return t.css('width', i).attr('lay-percent', i), a.text(i), this }), '.layui-nav'), f = 'layui-nav-item', l = 'layui-nav-bar', p = 'layui-nav-tree', b = 'layui-nav-child', v = 'layui-nav-more', m = 'layui-anim layui-anim-upbit', C = { tabClick: function (t, i, a, e) { e = e || {} var a = a || u(this), i = i || a.parent().children('li').index(a), l = e.headerElem ? a.parent() : a.parents('.layui-tab').eq(0), e = e.bodyElem ? u(e.bodyElem) : l .children('.layui-tab-content') .children('.layui-tab-item'), n = a.find('a'), n = 'javascript:;' !== n.attr('href') && '_blank' === n.attr('target'), s = 'string' == typeof a.attr('lay-unselect'), o = l.attr('lay-filter') n || s || (a.addClass(r).siblings().removeClass(r), e.eq(i).addClass(y).siblings().removeClass(y)), layui.event.call(this, c, 'tab(' + o + ')', { elem: l, index: i, }) }, tabDelete: function (t, i) { var i = i || u(this).parent(), a = i.index(), e = i.parents('.layui-tab').eq(0), l = e .children('.layui-tab-content') .children('.layui-tab-item'), n = e.attr('lay-filter') i.hasClass(r) && (i.next()[0] && i.next().is('li') ? C.tabClick.call(i.next()[0], null, a + 1) : i.prev()[0] && i.prev().is('li') && C.tabClick.call(i.prev()[0], null, a - 1)), i.remove(), l.eq(a).remove(), setTimeout(function () { C.tabAuto() }, 50), layui.event.call(this, c, 'tabDelete(' + n + ')', { elem: e, index: a, }) }, tabAuto: function () { var e = 'layui-tab-bar', l = 'layui-tab-close', n = this u('.layui-tab').each(function () { var t = u(this), i = t.children('.layui-tab-title'), a = (t .children('.layui-tab-content') .children('.layui-tab-item'), 'lay-stope="tabmore"'), a = u( '' ) n === window && 8 != d.ie && C.hideTabMore(!0), t.attr('lay-allowClose') && i.find('li').each(function () { var t, i = u(this) i.find('.' + l)[0] || ((t = u( '' )).on('click', C.tabDelete), i.append(t)) }), 'string' != typeof t.attr('lay-unauto') && (i.prop('scrollWidth') > i.outerWidth() + 1 ? i.find('.' + e)[0] || (i.append(a), t.attr('overflow', ''), a.on('click', function (t) { i[ this.title ? 'removeClass' : 'addClass' ]('layui-tab-more'), (this.title = this.title ? '' : '\u6536\u7f29') })) : (i.find('.' + e).remove(), t.removeAttr('overflow'))) }) }, hideTabMore: function (t) { var i = u('.layui-tab-title') ;(!0 !== t && 'tabmore' === u(t.target).attr('lay-stope')) || (i.removeClass('layui-tab-more'), i.find('.layui-tab-bar').attr('title', '')) }, clickThis: function () { var t = u(this), i = t.parents(h), a = i.attr('lay-filter'), e = t.parent(), l = t.siblings('.' + b), n = 'string' == typeof e.attr('lay-unselect') ;('javascript:;' !== t.attr('href') && '_blank' === t.attr('target')) || n || l[0] || (i.find('.' + r).removeClass(r), e.addClass(r)), i.hasClass(p) && (l.removeClass(m), l[0] && (e[ 'none' === l.css('display') ? 'addClass' : 'removeClass' ](f + 'ed'), 'all' === i.attr('lay-shrink') && e.siblings().removeClass(f + 'ed'))), layui.event.call(this, c, 'nav(' + a + ')', t) }, collapse: function () { var t = u(this), i = t.find('.layui-colla-icon'), a = t.siblings('.layui-colla-content'), e = t.parents('.layui-collapse').eq(0), l = e.attr('lay-filter'), n = 'none' === a.css('display') 'string' == typeof e.attr('lay-accordion') && ((e = e.children('.layui-colla-item').children('.' + y)) .siblings('.layui-colla-title') .children('.layui-colla-icon') .html(''), e.removeClass(y)), a[n ? 'addClass' : 'removeClass'](y), i.html(n ? '' : ''), layui.event.call(this, c, 'collapse(' + l + ')', { title: t, content: a, show: n, }) }, }, a = ((i.prototype.render = i.prototype.init = function (t, i) { var a = i ? '[lay-filter="' + i + '"]' : '', i = { tab: function () { C.tabAuto.call({}) }, nav: function () { var s = {}, o = {}, c = {}, r = 'layui-nav-title' u(h + a).each(function (t) { var i = u(this), a = u( '' ), e = i.find('.' + f) i.find('.' + l)[0] || (i.append(a), (i.hasClass(p) ? e.find('dd,>.' + r) : e ) .on('mouseenter', function () { !function (t, i, a) { var e, l = u(this), n = l.find('.' + b) i.hasClass(p) ? n[0] || ((e = l.children( '.' + r )), t.css({ top: l.offset() .top - i.offset() .top, height: (e[0] ? e : l ).outerHeight(), opacity: 1, })) : (n.addClass(m), n.hasClass( 'layui-nav-child-c' ) && n.css({ left: -( n.outerWidth() - l.width() ) / 2, }), n[0] ? t.css({ left: t.position() .left + t.width() / 2, width: 0, opacity: 0, }) : t.css({ left: l.position() .left + parseFloat( l.css( 'marginLeft' ) ), top: l.position() .top + l.height() - t.height(), }), (s[a] = setTimeout( function () { t.css({ width: n[0] ? 0 : l.width(), opacity: n[0] ? 0 : 1, }) }, d.ie && d.ie < 10 ? 0 : 200 )), clearTimeout(c[a]), 'block' === n.css( 'display' ) && clearTimeout( o[a] ), (o[a] = setTimeout( function () { n.addClass(y), l .find( '.' + v ) .addClass( v + 'd' ) }, 300 ))) }.call(this, a, i, t) }) .on('mouseleave', function () { i.hasClass(p) ? a.css({ height: 0, opacity: 0, }) : (clearTimeout(o[t]), (o[t] = setTimeout( function () { i .find('.' + b) .removeClass( y ), i .find( '.' + v ) .removeClass( v + 'd' ) }, 300 ))) }), i.on('mouseleave', function () { clearTimeout(s[t]), (c[t] = setTimeout(function () { i.hasClass(p) || a.css({ width: 0, left: a.position() .left + a.width() / 2, opacity: 0, }) }, 200)) })), e.find('a').each(function () { var t = u(this) t.parent() t.siblings('.' + b)[0] && !t.children('.' + v)[0] && t.append( '' ), t .off('click', C.clickThis) .on('click', C.clickThis) }) }) }, breadcrumb: function () { u('.layui-breadcrumb' + a).each(function () { var t = u(this), i = 'lay-separator', a = t.attr(i) || '/', e = t.find('a') e.next('span[' + i + ']')[0] || (e.each(function (t) { t !== e.length - 1 && u(this).after( '' + a + '' ) }), t.css('visibility', 'visible')) }) }, progress: function () { var e = 'layui-progress' u('.' + e + a).each(function () { var t = u(this), i = t.find('.layui-progress-bar'), a = i.attr('lay-percent') i.css( 'width', /^.+\/.+$/.test(a) ? 100 * new Function( 'return ' + a )() + '%' : a ), t.attr('lay-showPercent') && setTimeout(function () { i.html( '' + a + '' ) }, 350) }) }, collapse: function () { u('.layui-collapse' + a).each(function () { u(this) .find('.layui-colla-item') .each(function () { var t = u(this), i = t.find( '.layui-colla-title' ), t = 'none' === t .find( '.layui-colla-content' ) .css('display') i .find('.layui-colla-icon') .remove(), i.append( '' + (t ? '' : '') + '' ), i .off('click', C.collapse) .on('click', C.collapse) }) }) }, } return i[t] ? i[t]() : layui.each(i, function (t, i) { i() }) }), new i()), e = u(document) u(function () { a.render() }) e.on('click', '.layui-tab-title li', C.tabClick), e.on('click', C.hideTabMore), u(window).on('resize', C.tabAuto), t(c, a) }) layui.define('layer', function (e) { 'use strict' var v = layui.$, t = layui.layer, r = layui.hint(), y = layui.device(), i = { config: {}, set: function (e) { var t = this return (t.config = v.extend({}, t.config, e)), t }, on: function (e, t) { return layui.onevent.call(this, n, e, t) }, }, n = 'upload', o = 'layui-upload-file', a = 'layui-upload-form', F = 'layui-upload-iframe', b = 'layui-upload-choose', x = function (e) { var t = this ;(t.config = v.extend({}, t.config, i.config, e)), t.render() } ;(x.prototype.config = { accept: 'images', exts: '', auto: !0, bindAction: '', url: '', force: '', field: 'file', acceptMime: '', method: 'post', data: {}, drag: !0, size: 0, number: 0, multiple: !1, }), (x.prototype.render = function (e) { var t = this ;((e = t.config).elem = v(e.elem)), (e.bindAction = v(e.bindAction)), t.file(), t.events() }), (x.prototype.file = function () { var e = this, t = e.config, i = (e.elemFile = v( [ '', ].join('') )), n = t.elem.next() ;(n.hasClass(o) || n.hasClass(a)) && n.remove(), y.ie && y.ie < 10 && t.elem.wrap('
    '), e.isFile() ? ((e.elemFile = t.elem), (t.field = t.elem[0].name)) : t.elem.after(i), y.ie && y.ie < 10 && e.initIE() }), (x.prototype.initIE = function () { var i, e = this.config, t = v( '' ), n = v( [ '
    ', '
    ', ].join('') ) v('#' + F)[0] || v('body').append(t), e.elem.next().hasClass(a) || (this.elemFile.wrap(n), e.elem.next('.' + a).append( ((i = []), layui.each(e.data, function (e, t) { ;(t = 'function' == typeof t ? t() : t), i.push( '' ) }), i.join('')) )) }), (x.prototype.msg = function (e) { return t.msg(e, { icon: 2, shift: 6 }) }), (x.prototype.isFile = function () { var e = this.config.elem[0] if (e) return ( 'input' === e.tagName.toLocaleLowerCase() && 'file' === e.type ) }), (x.prototype.preview = function (n) { window.FileReader && layui.each(this.chooseFiles, function (e, t) { var i = new FileReader() i.readAsDataURL(t), (i.onload = function () { n && n(e, t, this.result) }) }) }), (x.prototype.upload = function (i, e) { var n, o, t, a, l = this, r = l.config, u = l.elemFile[0], c = function () { var t = 0, o = 0, e = i || l.files || l.chooseFiles || u.files, a = function () { r.multiple && t + o === l.fileLength && 'function' == typeof r.allDone && r.allDone({ total: l.fileLength, successful: t, failed: o, }) } layui.each(e, function (i, e) { var n = new FormData(), e = (n.append(r.field, e), layui.each(r.data, function (e, t) { ;(t = 'function' == typeof t ? t() : t), n.append(e, t) }), { url: r.url, type: 'post', data: n, contentType: !1, processData: !1, dataType: 'json', headers: r.headers || {}, success: function (e) { t++, f(i, e), a() }, error: function (e) { o++, l.msg( 'Request URL is abnormal: ' + (e.statusText || 'error') ), p(i), a() }, }) 'function' == typeof r.progress && (e.xhr = function () { var e = v.ajaxSettings.xhr() return ( e.upload.addEventListener( 'progress', function (e) { var t e.lengthComputable && ((t = Math.floor( (e.loaded / e.total) * 100 )), r.progress( t, (r.item || r.elem)[0], e, i )) } ), e ) }), v.ajax(e) }) }, s = function () { var n = v('#' + F) l.elemFile.parent().submit(), clearInterval(x.timer), (x.timer = setInterval(function () { var e, t = n.contents().find('body') try { e = t.text() } catch (i) { l.msg( 'Cross-domain requests are not supported' ), clearInterval(x.timer), p() } e && (clearInterval(x.timer), t.html(''), f(0, e)) }, 30)) }, f = function (e, t) { if ( (l.elemFile.next('.' + b).remove(), (u.value = ''), 'json' === r.force && 'object' != typeof t) ) try { t = JSON.parse(t) } catch (i) { return ( (t = {}), l.msg('Please return JSON data format') ) } 'function' == typeof r.done && r.done(t, e || 0, function (e) { l.upload(e) }) }, p = function (e) { r.auto && (u.value = ''), 'function' == typeof r.error && r.error(e || 0, function (e) { l.upload(e) }) }, d = r.exts, m = ((o = []), layui.each(i || l.chooseFiles, function (e, t) { o.push(t.name) }), o), h = { preview: function (e) { l.preview(e) }, upload: function (e, t) { var i = {} ;(i[e] = t), l.upload(i) }, pushFile: function () { return ( (l.files = l.files || {}), layui.each(l.chooseFiles, function (e, t) { l.files[e] = t }), l.files ) }, resetFile: function (e, t, i) { t = new File([t], i) ;(l.files = l.files || {}), (l.files[e] = t) }, }, g = { file: '\u6587\u4ef6', images: '\u56fe\u7247', video: '\u89c6\u9891', audio: '\u97f3\u9891', }[r.accept] || '\u6587\u4ef6', m = 0 === m.length ? u.value.match(/[^\/\\]+\..+/g) || [] || '' : m if (0 !== m.length) { switch (r.accept) { case 'file': layui.each(m, function (e, t) { if ( d && !RegExp('.\\.(' + d + ')$', 'i').test(escape(t)) ) return (n = !0) }) break case 'video': layui.each(m, function (e, t) { if ( !RegExp( '.\\.(' + (d || 'avi|mp4|wma|rmvb|rm|flash|3gp|flv') + ')$', 'i' ).test(escape(t)) ) return (n = !0) }) break case 'audio': layui.each(m, function (e, t) { if ( !RegExp( '.\\.(' + (d || 'mp3|wav|mid') + ')$', 'i' ).test(escape(t)) ) return (n = !0) }) break default: layui.each(m, function (e, t) { if ( !RegExp( '.\\.(' + (d || 'jpg|png|gif|bmp|jpeg') + ')$', 'i' ).test(escape(t)) ) return (n = !0) }) } if (n) return ( l.msg( '\u9009\u62e9\u7684' + g + '\u4e2d\u5305\u542b\u4e0d\u652f\u6301\u7684\u683c\u5f0f' ), (u.value = '') ) if ( ('choose' !== e && !r.auto) || (r.choose && r.choose(h), 'choose' !== e) ) { if ( ((l.fileLength = ((t = 0), (g = i || l.files || l.chooseFiles || u.files), layui.each(g, function () { t++ }), t)), r.number && l.fileLength > r.number) ) return l.msg( '\u540c\u65f6\u6700\u591a\u53ea\u80fd\u4e0a\u4f20: ' + r.number + ' \u4e2a\u6587\u4ef6
    \u60a8\u5f53\u524d\u5df2\u7ecf\u9009\u62e9\u4e86: ' + l.fileLength + ' \u4e2a\u6587\u4ef6' ) if (0 < r.size && !(y.ie && y.ie < 10)) if ( (layui.each(l.chooseFiles, function (e, t) { t.size > 1024 * r.size && ((t = 1 <= (t = r.size / 1024) ? t.toFixed(2) + 'MB' : r.size + 'KB'), (u.value = ''), (a = t)) }), a) ) return l.msg( '\u6587\u4ef6\u5927\u5c0f\u4e0d\u80fd\u8d85\u8fc7 ' + a ) if (!r.before || !1 !== r.before(h)) y.ie ? (9 < y.ie ? c : s)() : c() } } }), (x.prototype.reload = function (e) { delete (e = e || {}).elem, delete e.bindAction ;(e = this.config = v.extend({}, this.config, i.config, e)).elem .next() .attr({ name: e.name, accept: e.acceptMime, multiple: e.multiple, }) }), (x.prototype.events = function () { var n = this, o = n.config, a = function (e) { ;(n.chooseFiles = {}), layui.each(e, function (e, t) { var i = new Date().getTime() n.chooseFiles[i + '-' + e] = t }) }, l = function (e, t) { var i = n.elemFile, e = (o.item || o.elem, 1 < e.length ? e.length + '\u4e2a\u6587\u4ef6' : (e[0] || {}).name || i[0].value.match(/[^\/\\]+\..+/g) || [] || '') i.next().hasClass(b) && i.next().remove(), n.upload(null, 'choose'), n.isFile() || o.choose || i.after( '' + e + '' ) } o.elem.off('upload.start').on('upload.start', function () { var e = v(this), t = e.attr('lay-data') if (t) try { ;(t = new Function('return ' + t)()), (n.config = v.extend({}, o, t)) } catch (i) { r.error( 'Upload element property lay-data configuration item has a syntax error: ' + t ) } ;(n.config.item = e), n.elemFile[0].click() }), (y.ie && y.ie < 10) || o.elem .off('upload.over') .on('upload.over', function () { v(this).attr('lay-over', '') }) .off('upload.leave') .on('upload.leave', function () { v(this).removeAttr('lay-over') }) .off('upload.drop') .on('upload.drop', function (e, t) { var i = v(this), t = t.originalEvent.dataTransfer.files || [] i.removeAttr('lay-over'), a(t), o.auto ? n.upload() : l(t) }), n.elemFile .off('upload.change') .on('upload.change', function () { var e = this.files || [] a(e), o.auto ? n.upload() : l(e) }), o.bindAction .off('upload.action') .on('upload.action', function () { n.upload() }), o.elem.data('haveEvents') || (n.elemFile.on('change', function () { v(this).trigger('upload.change') }), o.elem.on('click', function () { n.isFile() || v(this).trigger('upload.start') }), o.drag && o.elem .on('dragover', function (e) { e.preventDefault(), v(this).trigger('upload.over') }) .on('dragleave', function (e) { v(this).trigger('upload.leave') }) .on('drop', function (e) { e.preventDefault(), v(this).trigger('upload.drop', e) }), o.bindAction.on('click', function () { v(this).trigger('upload.action') }), o.elem.data('haveEvents', !0)) }), (i.render = function (e) { e = new x(e) return function () { var t = this return { upload: function (e) { t.upload.call(t, e) }, reload: function (e) { t.reload.call(t, e) }, config: t.config, } }.call(e) }), e(n, i) }) layui.define(['layer', 'util'], function (e) { 'use strict' var C = layui.$, h = layui.layer, d = layui.util, l = layui.hint(), w = (layui.device(), 'form'), o = '.layui-form', T = 'layui-this', $ = 'layui-hide', E = 'layui-disabled', t = function () { this.config = { verify: { required: [ /[\S]+/, '\u5fc5\u586b\u9879\u4e0d\u80fd\u4e3a\u7a7a', ], phone: [ /^1\d{10}$/, '\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u624b\u673a\u53f7', ], email: [ /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/, '\u90ae\u7bb1\u683c\u5f0f\u4e0d\u6b63\u786e', ], url: [ /^(#|(http(s?)):\/\/|\/\/)[^\s]+\.[^\s]+$/, '\u94fe\u63a5\u683c\u5f0f\u4e0d\u6b63\u786e', ], number: function (e) { if (!e || isNaN(e)) return '\u53ea\u80fd\u586b\u5199\u6570\u5b57' }, date: [ /^(\d{4})[-\/](\d{1}|0\d{1}|1[0-2])([-\/](\d{1}|0\d{1}|[1-2][0-9]|3[0-1]))*$/, '\u65e5\u671f\u683c\u5f0f\u4e0d\u6b63\u786e', ], identity: [ /(^\d{15}$)|(^\d{17}(x|X|\d)$)/, '\u8bf7\u8f93\u5165\u6b63\u786e\u7684\u8eab\u4efd\u8bc1\u53f7', ], }, autocomplete: null, } }, i = ((t.prototype.set = function (e) { return C.extend(!0, this.config, e), this }), (t.prototype.verify = function (e) { return C.extend(!0, this.config.verify, e), this }), (t.prototype.getFormElem = function (e) { return C(o + (e ? '[lay-filter="' + e + '"]' : '')) }), (t.prototype.on = function (e, t) { return layui.onevent.call(this, w, e, t) }), (t.prototype.val = function (e, i) { return ( this.getFormElem(e).each(function (e, t) { var a = C(this) layui.each(i, function (e, t) { var i, e = a.find('[name="' + e + '"]') e[0] && ('checkbox' === (i = e[0].type) ? (e[0].checked = t) : 'radio' === i ? e.each(function () { this.value == t && (this.checked = !0) }) : e.val(t)) }) }), r.render(null, e), this.getValue(e) ) }), (t.prototype.getValue = function (e, t) { t = t || this.getFormElem(e) var a = {}, n = {}, e = t.find('input,select,textarea') return ( layui.each(e, function (e, t) { var i C(this) ;(t.name = (t.name || '').replace(/^\s*|\s*&/, '')), t.name && (/^.*\[\]$/.test(t.name) && ((i = t.name.match(/^(.*)\[\]$/g)[0]), (a[i] = 0 | a[i]), (i = t.name.replace( /^(.*)\[\]$/, '$1[' + a[i]++ + ']' ))), (/^checkbox|radio$/.test(t.type) && !t.checked) || (n[i || t.name] = t.value)) }), n ) }), (t.prototype.render = function (e, t) { var i = this.config, a = C(o + (t ? '[lay-filter="' + t + '"]' : '')), n = { input: function (e) { e = e || a.find('input,textarea') i.autocomplete && e.attr('autocomplete', i.autocomplete) }, select: function (e) { var p, c = '\u8bf7\u9009\u62e9', m = 'layui-form-select', g = 'layui-select-title', k = 'layui-select-none', x = '', e = e || a.find('select'), b = function (e, t) { ;(C(e.target).parent().hasClass(g) && !t) || (C('.' + m).removeClass( m + 'ed ' + m + 'up' ), p && x && p.val(x)), (p = null) }, u = function (a, e, t) { var s, r, i, n, o, l, c = C(this), u = a.find('.' + g), d = u.find('input'), f = a.find('dl'), h = f.children('dd'), y = f.children('dt'), v = this.selectedIndex e || ((r = c.attr('lay-search')), (i = function () { var e = a.offset().top + a.outerHeight() + 5 - q.scrollTop(), t = f.outerHeight() ;(v = c[0].selectedIndex), a.addClass(m + 'ed'), h.removeClass($), y.removeClass($), (s = null), h .eq(v) .addClass(T) .siblings() .removeClass(T), e + t > q.height() && t <= e && a.addClass(m + 'up'), o() }), (n = function (e) { a.removeClass(m + 'ed ' + m + 'up'), d.blur(), (s = null), e || l(d.val(), function (e) { var t = c[0].selectedIndex e && ((x = C( c[0].options[t] ).html()), 0 === t && x === d.attr( 'placeholder' ) && (x = ''), d.val(x || '')) }) }), (o = function () { var e, t, i = f.children('dd.' + T) i[0] && ((e = i.position().top), (t = f.height()), (i = i.height()), t < e && f.scrollTop( e + f.scrollTop() - t + i - 5 ), e < 0 && f.scrollTop( e + f.scrollTop() - 5 )) }), u.on('click', function (e) { a.hasClass(m + 'ed') ? n() : (b(e, !0), i()), f.find('.' + k).remove() }), u .find('.layui-edge') .on('click', function () { d.focus() }), d .on('keyup', function (e) { 9 === e.keyCode && i() }) .on('keydown', function (l) { var e = l.keyCode, r = (9 === e && n(), function (a, n) { l.preventDefault() var e = (function () { var e = f.children( 'dd.' + T ) if ( f.children( 'dd.' + $ )[0] && 'next' === a ) { var t = f.children( 'dd:not(.' + $ + ',.' + E + ')' ), i = t .eq( 0 ) .index() if ( 0 <= i && i < e.index() && !t.hasClass( T ) ) return t .eq( 0 ) .prev()[0] ? t .eq( 0 ) .prev() : f.children( ':last' ) } return n && n[0] ? n : s && s[0] ? s : e })(), t = e[a](), i = e[a]( 'dd:not(.' + $ + ')' ) return t[0] ? ((s = e[a]()), (i[0] && !i.hasClass( E )) || !s[0] ? (i .addClass( T ) .siblings() .removeClass( T ), void o()) : r(a, s)) : (s = null) }) 38 === e && r('prev'), 40 === e && r('next'), 13 === e && (l.preventDefault(), f .children('dd.' + T) .trigger('click')) }), (l = function (a, e, n) { var l = 0, t = (layui.each(h, function () { var e = C(this), t = e.text(), i = ('cs' !== r && ((t = t.toLowerCase()), (a = a.toLowerCase())), -1 === t.indexOf( a )) ;('' === a || 'blur' === n ? a !== t : i) && l++, 'keyup' === n && e[ i ? 'addClass' : 'removeClass' ]($) }), 'keyup' === n && layui.each( y, function () { var e = C(this), t = e .nextUntil( 'dt' ) .filter( 'dd' ) e[ t.length == t.filter( '.' + $ ).length ? 'addClass' : 'removeClass' ]($) } ), l === h.length) return e(t), t }), t && d .on('keyup', function (e) { var t = this.value, e = e.keyCode if ( 9 === e || 13 === e || 37 === e || 38 === e || 39 === e || 40 === e ) return !1 l( t, function (e) { e ? f.find( '.' + k )[0] || f.append( '

    \u65e0\u5339\u914d\u9879

    ' ) : f .find( '.' + k ) .remove() }, 'keyup' ), '' === t && f .find('.' + k) .remove(), o() }) .on('blur', function (e) { var t = c[0].selectedIndex ;(p = d), (x = C( c[0].options[t] ).html()), 0 === t && x === d.attr( 'placeholder' ) && (x = ''), setTimeout(function () { l( d.val(), function (e) { x || d.val( '' ) }, 'blur' ) }, 200) }), h.on('click', function () { var e = C(this), t = e.attr('lay-value'), i = c.attr('lay-filter') return ( e.hasClass(E) || (e.hasClass( 'layui-select-tips' ) ? d.val('') : (d.val(e.text()), e.addClass(T)), e.siblings().removeClass(T), c .val(t) .removeClass( 'layui-form-danger' ), layui.event.call( this, w, 'select(' + i + ')', { elem: c[0], value: t, othis: a, } ), n(!0)), !1 ) }), a .find('dl>dt') .on('click', function (e) { return !1 }), C(document) .off('click', b) .on('click', b)) } e.each(function (e, t) { var i = C(this), a = i.next('.' + m), n = this.disabled, l = t.value, r = C(t.options[t.selectedIndex]), t = t.options[0] if ('string' == typeof i.attr('lay-ignore')) return i.show() var s, o = 'string' == typeof i.attr('lay-search'), t = (t && !t.value && t.innerHTML) || c, r = C( [ '
    ', '
    ', '', '
    ', '
    ', ((t = i.find('*')), (s = []), layui.each(t, function (e, t) { 0 !== e || t.value ? 'optgroup' === t.tagName.toLowerCase() ? s.push( '
    ' + t.label + '
    ' ) : s.push( '
    ' + C.trim( t.innerHTML ) + '
    ' ) : s.push( '
    ' + C.trim( t.innerHTML || c ) + '
    ' ) }), 0 === s.length && s.push( '
    \u6ca1\u6709\u9009\u9879
    ' ), s.join('') + '
    '), '
    ', ].join('') ) a[0] && a.remove(), i.after(r), u.call(this, r, n, o) }) }, checkbox: function (e) { var o = { checkbox: [ 'layui-form-checkbox', 'layui-form-checked', 'checkbox', ], _switch: [ 'layui-form-switch', 'layui-form-onswitch', 'switch', ], }, e = e || a.find('input[type=checkbox]') e.each(function (e, t) { var i = C(this), a = i.attr('lay-skin'), n = (i.attr('lay-text') || '').split('|'), l = this.disabled, r = o[(a = 'switch' === a ? '_' + a : a)] || o.checkbox if ('string' == typeof i.attr('lay-ignore')) return i.show() var s = i.next('.' + r[0]), t = C( [ '
    ', (l = { checkbox: [ t.title.replace(/\s/g, '') ? '' + t.title + '' : '', '', ].join(''), _switch: '' + ((t.checked ? n[0] : n[1]) || '') + '', })[a] || l.checkbox, '
    ', ].join('') ) s[0] && s.remove(), i.after(t), function (i, a) { var n = C(this) i.on('click', function () { var e = n.attr('lay-filter'), t = ( n.attr('lay-text') || '' ).split('|') n[0].disabled || (n[0].checked ? ((n[0].checked = !1), i .removeClass(a[1]) .find('em') .text(t[1])) : ((n[0].checked = !0), i .addClass(a[1]) .find('em') .text(t[0])), layui.event.call( n[0], w, a[2] + '(' + e + ')', { elem: n[0], value: n[0].value, othis: i, } )) }) }.call(this, t, r) }) }, radio: function (e) { var r = 'layui-form-radio', s = ['', ''], e = e || a.find('input[type=radio]') e.each(function (e, t) { var i = C(this), a = i.next('.' + r), n = this.disabled if ('string' == typeof i.attr('lay-ignore')) return i.show() a[0] && a.remove() n = C( [ '
    ', '' + s[t.checked ? 0 : 1] + '', '
    ' + ((a = t.title || ''), (a = 'string' == typeof i .next() .attr('lay-radio') ? i.next().html() : a)) + '
    ', '
    ', ].join('') ) i.after(n), function (a) { var n = C(this), l = 'layui-anim-scaleSpring' a.on('click', function () { var e = n[0].name, t = n.parents(o), i = n.attr('lay-filter'), e = t.find( 'input[name=' + e.replace( /(\.|#|\[|\])/g, '\\$1' ) + ']' ) n[0].disabled || (layui.each(e, function () { var e = C(this).next( '.' + r ) ;(this.checked = !1), e.removeClass(r + 'ed'), e .find('.layui-icon') .removeClass(l) .html(s[1]) }), (n[0].checked = !0), a.addClass(r + 'ed'), a .find('.layui-icon') .addClass(l) .html(s[0]), layui.event.call( n[0], w, 'radio(' + i + ')', { elem: n[0], value: n[0].value, othis: a, } )) }) }.call(this, n) }) }, } return ( 'object' === layui.type(e) ? e.each(function (e, t) { var i = C(t) i.closest(o).length && ('SELECT' === t.tagName ? n.select(i) : 'INPUT' === t.tagName && ('checkbox' === (t = t.type) || 'radio' === t ? n[t](i) : n.input(i))) }) : e ? n[e] ? n[e]() : l.error( '\u4e0d\u652f\u6301\u7684 "' + e + '" \u8868\u5355\u6e32\u67d3' ) : layui.each(n, function (e, t) { t() }), this ) }), (t.prototype.validate = function (e) { var u = null, d = r.config.verify, f = 'layui-form-danger' return ( !(e = C(e))[0] || ((e.attr('lay-verify') !== undefined || !1 !== this.validate(e.find('*[lay-verify]'))) && (layui.each(e, function (e, r) { var s = C(this), t = (s.attr('lay-verify') || '').split('|'), o = s.attr('lay-verType'), c = s.val() if ( (s.removeClass(f), layui.each(t, function (e, t) { var i = '', a = d[t] if (a) { var n = 'function' == typeof a ? (i = a(c, r)) : !a[0].test(c), l = 'select' === r.tagName.toLowerCase() || /^checkbox|radio$/.test(r.type), i = i || a[1] if ( ('required' === t && (i = s.attr('lay-reqText') || i), n) ) return ( 'tips' === o ? h.tips( i, 'string' != typeof s.attr( 'lay-ignore' ) && l ? s.next() : s, { tips: 1 } ) : 'alert' === o ? h.alert(i, { title: '\u63d0\u793a', shadeClose: !0, }) : /\bstring|number\b/.test( typeof i ) && h.msg(i, { icon: 5, shift: 6, }), setTimeout(function () { // ;(l // ? s.next().find('input') // : r // ).focus() }, 7), s.addClass(f), (u = !0) ) } }), u) ) return u }), !u)) ) }), (t.prototype.submit = function (e, t) { var i = C(this), e = 'string' == typeof e ? e : i.attr('lay-filter'), a = this.getFormElem ? this.getFormElem(e) : i.parents(o).eq(0), n = a.find('*[lay-verify]') if (!r.validate(n)) return !1 ;(n = r.getValue(null, a)), (a = { elem: this.getFormElem ? window.event && window.event.target : this, form: (this.getFormElem ? a : i.parents('form'))[0], field: n, }) return ( 'function' == typeof t && t(a), layui.event.call(this, w, 'submit(' + e + ')', a) ) })), r = new t(), t = C(document), q = C(window) C(function () { r.render() }), t.on('reset', o, function () { var e = C(this).attr('lay-filter') setTimeout(function () { r.render(null, e) }, 50) }), t.on('submit', o, i).on('click', '*[lay-submit]', i), e(w, r) }) layui.define(['laytpl', 'laypage', 'form', 'util'], function (e) { 'use strict' var m = layui.$, v = layui.laytpl, c = layui.laypage, g = layui.layer, y = layui.form, b = layui.util, f = layui.hint(), h = layui.device(), x = { config: { checkName: 'LAY_CHECKED', indexName: 'LAY_TABLE_INDEX', disabledName: 'LAY_DISABLED', }, cache: {}, index: layui.table ? layui.table.index + 1e4 : 0, set: function (e) { var t = this return (t.config = m.extend({}, t.config, e)), t }, on: function (e, t) { return layui.onevent.call(this, C, e, t) }, }, p = function () { var a = this, e = a.config, i = e.id || e.index return ( i && ((p.that[i] = a), (p.config[i] = e)), { config: e, reload: function (e, t) { a.reload.call(a, e, t) }, reloadData: function (e, t) { x.reloadData(i, e, t) }, setColsWidth: function () { a.setColsWidth.call(a) }, resize: function () { a.resize.call(a) }, } ) }, l = function (e) { var t = p.config[e] return ( t || f.error( e ? "The table instance with ID '" + e + "' not found" : 'ID argument required' ), t || null ) }, k = function (e) { var t = this.config || {}, a = (e = e || {}).item3, i = e.content, t = (('escape' in a ? a : t).escape && (i = b.escape(i)), (e.text && a.exportTemplet) || a.templet || a.toolbar) return ( t && (i = 'function' == typeof t ? t.call(a, e.tplData, e.obj) : v(m(t).html() || String(i)).render( m.extend({ LAY_COL: a }, e.tplData) )), e.text ? m('
    ' + i + '
    ').text() : i ) }, C = 'table', w = 'layui-hide', r = 'layui-hide-v', d = 'layui-none', s = 'layui-table-view', u = '.layui-table-header', T = '.layui-table-body', L = '.layui-table-pageview', N = '.layui-table-sort', D = 'layui-table-edit', A = 'layui-table-hover', E = 'layui-table-col-special', _ = 'LAY_TABLE_MOVE_DICT', t = function (e) { return [ '', '', '{{# layui.each(d.data.cols, function(i1, item1){ }}', '', '{{# layui.each(item1, function(i2, item2){ }}', '{{# if(item2.fixed && item2.fixed !== "right"){ left = true; } }}', '{{# if(item2.fixed === "right"){ right = true; } }}', (e = e || {}).fixed && 'right' !== e.fixed ? '{{# if(item2.fixed && item2.fixed !== "right"){ }}' : 'right' === e.fixed ? '{{# if(item2.fixed === "right"){ }}' : '', '{{# var isSort = !(item2.colGroup) && item2.sort; }}', '', e.fixed ? '{{# }; }}' : '', '{{# }); }}', '', '{{# }); }}', '', '
    ', '
    ', '{{# if(item2.type === "checkbox"){ }}', '', '{{# } else { }}', '{{-item2.title||""}}', '{{# if(isSort){ }}', '', '{{# } }}', '{{# } }}', '
    ', '
    ', ].join('') }, a = [ '', '', '
    ', ].join(''), j = [ , '{{# if(d.data.toolbar){ }}', '
    ', '
    ', '
    ', '
    ', '{{# } }}', '
    ', '{{# if(d.data.loading){ }}', '
    ', '', '
    ', '{{# } }}', '{{# var left, right; }}', '
    ', t(), '
    ', '
    ', a, '
    ', '{{# if(left){ }}', '
    ', '
    ', t({ fixed: !0 }), '
    ', '
    ', a, '
    ', '
    ', '{{# }; }}', '{{# if(right){ }}', '
    ', '
    ', t({ fixed: 'right' }), '
    ', '
    ', '
    ', a, '
    ', '
    ', '{{# }; }}', '
    ', '{{# if(d.data.totalRow){ }}', '
    ', '', '', '
    ', '
    ', '{{# } }}', '
    ', '
    ', '
    ', '', ].join(''), R = m(window), S = m(document), i = function (e) { ;(this.index = ++x.index), (this.config = m.extend({}, this.config, x.config, e)), this.render() }, F = ((i.prototype.config = { limit: 10, loading: !0, escape: !0, cellMinWidth: 60, editTrigger: 'click', defaultToolbar: ['filter', 'exports', 'print'], autoSort: !0, text: { none: '\u65e0\u6570\u636e' }, }), (i.prototype.render = function (e) { var t = this, a = t.config if ( ((a.elem = m(a.elem)), (a.where = a.where || {}), (a.id = a.id || a.elem.attr('id') || t.index), (a.request = m.extend( { pageName: 'page', limitName: 'limit' }, a.request )), (a.response = m.extend( { statusName: 'code', statusCode: 0, msgName: 'msg', dataName: 'data', totalRowName: 'totalRow', countName: 'count', }, a.response )), 'object' == typeof a.page && ((a.limit = a.page.limit || a.limit), (a.limits = a.page.limits || a.limits), (t.page = a.page.curr = a.page.curr || 1), delete a.page.elem, delete a.page.jump), !a.elem[0]) ) return t if ('reloadData' === e) return t.pullData(t.page, { type: 'reloadData' }) a.height && /^full-\d+$/.test(a.height) && ((t.fullHeightGap = a.height.split('-')[1]), (a.height = R.height() - t.fullHeightGap)), t.setInit() var i, l, e = a.elem, n = e.next('.' + s), o = (t.elem = m('
    ')) o .addClass( ((i = [ s, s + '-' + t.index, 'layui-form', 'layui-border-box', ]), a.className && i.push(a.className), i.join(' ')) ) .attr({ 'lay-filter': 'LAY-TABLE-FORM-DF-' + t.index, 'lay-id': a.id, style: ((i = []), a.width && i.push('width:' + a.width + 'px;'), a.height && i.push('height:' + a.height + 'px;'), i.join('')), }) .html(v(j).render({ data: a, index: t.index })), (a.index = t.index), (t.key = a.id || a.index), n[0] && n.remove(), e.after(o), (t.layTool = o.find('.layui-table-tool')), (t.layBox = o.find('.layui-table-box')), (t.layHeader = o.find(u)), (t.layMain = o.find('.layui-table-main')), (t.layBody = o.find(T)), (t.layFixed = o.find('.layui-table-fixed')), (t.layFixLeft = o.find('.layui-table-fixed-l')), (t.layFixRight = o.find('.layui-table-fixed-r')), (t.layTotal = o.find('.layui-table-total')), (t.layPage = o.find('.layui-table-page')), t.renderToolbar(), t.renderPagebar(), t.fullSize(), 1 < a.cols.length && ((i = t.layFixed.find(u).find('th')), (l = t.layHeader.first()), layui.each(i, function (e, t) { ;(t = m(t)).height( l .find( 'th[data-key="' + t.attr('data-key') + '"]' ) .height() + 'px' ) })), t.pullData(t.page), t.events() }), (i.prototype.initOpts = function (e) { this.config e.checkbox && (e.type = 'checkbox'), e.space && (e.type = 'space'), e.type || (e.type = 'normal'), 'normal' !== e.type && ((e.unresize = !0), (e.width = e.width || { checkbox: 50, radio: 50, space: 30, numbers: 60 }[ e.type ])) }), (i.prototype.setInit = function (e) { var l, a, c = this, r = c.config if ( ((r.clientWidth = r.width || (l = function (e) { var t, a = (e = e || r.elem.parent()).width() try { t = 'none' === e.css('display') } catch (i) {} return !e[0] || (a && !t) ? a : l(e.parent()) })()), 'width' === e) ) return r.clientWidth r.css && -1 === r.css.indexOf(s) && ((a = r.css.split('}')), layui.each(a, function (e, t) { t && (a[e] = '.' + s + '-' + c.index + ' ' + t) }), (r.css = a.join('}'))) var d = function (a, e, i, l) { var n, o l ? ((l.key = a + '-' + i), (l.hide = l.hide || !1), (l.colspan = l.colspan || 1), (l.rowspan = l.rowspan || 1), c.initOpts(l), (n = a + (parseInt(l.rowspan) || 1)) < r.cols.length ? ((l.colGroup = !0), (o = 0), layui.each(r.cols[n], function (e, t) { t.HAS_PARENT || (1 <= o && o == (l.colspan || 1)) || ((t.HAS_PARENT = !0), (t.parentKey = a + '-' + i), (o += parseInt( 1 < t.colspan ? t.colspan : 1 )), d(n, r.cols[n], e, t)) })) : (l.colGroup = !1)) : e.splice(i, 1) } layui.each(r.cols, function (a, i) { if (a) return !0 layui.each(i, function (e, t) { d(a, i, e, t) }) }) }), (i.prototype.renderToolbar = function () { var e = this.config, t = [ '
    ', '
    ', '
    ', ].join(''), a = this.layTool.find('.layui-table-tool-temp'), i = ('default' === e.toolbar ? a.html(t) : 'string' == typeof e.toolbar && (t = m(e.toolbar).html() || '') && a.html(v(t).render(e)), { filter: { title: '\u7b5b\u9009\u5217', layEvent: 'LAYTABLE_COLS', icon: 'layui-icon-cols', }, exports: { title: '\u5bfc\u51fa', layEvent: 'LAYTABLE_EXPORT', icon: 'layui-icon-export', }, print: { title: '\u6253\u5370', layEvent: 'LAYTABLE_PRINT', icon: 'layui-icon-print', }, }), l = [] 'object' == typeof e.defaultToolbar && layui.each(e.defaultToolbar, function (e, t) { t = 'string' == typeof t ? i[t] : t t && l.push( '
    ' ) }), this.layTool.find('.layui-table-tool-self').html(l.join('')) }), (i.prototype.renderPagebar = function () { var e, t = this.config, a = (this.layPagebar = m( '
    ' )) t.pagebar && ((e = m(t.pagebar).html() || '') && a.append(v(e).render(t)), this.layPage.append(a)) }), (i.prototype.setParentCol = function (e, t) { var a = this.config, i = this.layHeader.find( 'th[data-key="' + a.index + '-' + t + '"]' ), l = parseInt(i.attr('colspan')) || 0 i[0] && ((t = t.split('-')), (t = a.cols[t[0]][t[1]]), e ? l-- : l++, i.attr('colspan', l), i[l < 1 ? 'addClass' : 'removeClass'](w), (t.colspan = l), (t.hide = l < 1), (a = i.data('parentkey')) && this.setParentCol(e, a)) }), (i.prototype.setColsPatch = function () { var a = this, e = a.config layui.each(e.cols, function (e, t) { layui.each(t, function (e, t) { t.hide && a.setParentCol(t.hide, t.parentKey) }) }) }), (i.prototype.setColsWidth = function () { var t, a, i = this, o = i.config, l = 0, c = 0, r = 0, d = 0, s = i.setInit('width'), e = (i.eachCols(function (e, t) { t.hide || l++ }), (s = s - ('line' === o.skin || 'nob' === o.skin ? 2 : l + 1) - i.getScrollWidth(i.layMain[0]) - 1), function (n) { layui.each(o.cols, function (e, l) { layui.each(l, function (e, t) { var a = 0, i = t.minWidth || o.cellMinWidth t ? t.colGroup || t.hide || (n ? r && r < i && (c--, (a = i)) : ((a = t.width || 0), /\d+%$/.test(a) ? (a = Math.floor( (parseFloat(a) / 100) * s )) < i && (a = i) : a || ((t.width = a = 0), c++)), t.hide && (a = 0), (d += a)) : l.splice(e, 1) }) }), d < s && c && (r = (s - d) / c) }), n = (e(), e(!0), (i.autoColNums = c), i.eachCols(function (e, t) { var a = t.minWidth || o.cellMinWidth t.colGroup || t.hide || (0 === t.width ? i.getCssRule( o.index + '-' + t.key, function (e) { e.style.width = Math.floor(a <= r ? r : a) + 'px' } ) : /\d+%$/.test(t.width) && i.getCssRule( o.index + '-' + t.key, function (e) { e.style.width = Math.floor( (parseFloat(t.width) / 100) * s ) + 'px' } )) }), i.layMain.width() - i.getScrollWidth(i.layMain[0]) - i.layMain.children('table').outerWidth()) i.autoColNums && -l <= n && n <= l && ((e = (a = (t = function (e) { return !(e = e || i.layHeader.eq(0).find('thead th:last-child')).data( 'field' ) && e.prev()[0] ? t(e.prev()) : e })()).data('key')), i.getCssRule(e, function (e) { var t = e.style.width || a.outerWidth() ;(e.style.width = parseFloat(t) + n + 'px'), 0 < i.layMain.height() - i.layMain.prop('clientHeight') && (e.style.width = parseFloat(e.style.width) - 1 + 'px') })), i.loading(!0) }), (i.prototype.resize = function () { this.fullSize(), this.setColsWidth(), this.scrollPatch() }), (i.prototype.reload = function (e, t, a) { var i = this ;(e = e || {}), delete i.haveInit, layui.each(e, function (e, t) { 'array' === layui.type(t) && delete i.config[e] }), (i.config = m.extend(t, {}, i.config, e)), i.render(a) }), (i.prototype.errorView = function (e) { var t = this, a = t.layMain.find('.' + d), e = m('
    ' + (e || 'Error') + '
    ') a[0] && (t.layNone.remove(), a.remove()), t.layFixed.addClass(w), t.layMain.find('tbody').html(''), t.layMain.append((t.layNone = e)), t.layTotal.addClass(r), t.layPage.find(L).addClass(r), (x.cache[t.key] = []), t.syncCheckAll() }), (i.prototype.page = 1), (i.prototype.pullData = function (t, a) { var e, i = this, l = i.config, n = l.request, o = l.response, c = function () { 'object' == typeof l.initSort && i.sort(l.initSort.field, l.initSort.type) } ;(a = a || {}), 'function' == typeof l.before && l.before(l), (i.startTime = new Date().getTime()), l.url ? (((e = {})[n.pageName] = t), (e[n.limitName] = l.limit), (n = m.extend(e, l.where)), l.contentType && 0 == l.contentType.indexOf('application/json') && (n = JSON.stringify(n)), i.loading(), m.ajax({ type: l.method || 'get', url: l.url, contentType: l.contentType, data: n, dataType: l.dataType || 'json', jsonpCallback: l.jsonpCallback, headers: l.headers || {}, success: function (e) { ;(e = 'function' == typeof l.parseData ? l.parseData(e) || e : e)[o.statusName] != o.statusCode ? (i.renderForm(), i.errorView( e[o.msgName] || '\u8fd4\u56de\u7684\u6570\u636e\u4e0d\u7b26\u5408\u89c4\u8303\uff0c\u6b63\u786e\u7684\u6210\u529f\u72b6\u6001\u7801\u5e94\u4e3a\uff1a"' + o.statusName + '": ' + o.statusCode )) : (i.renderData({ res: e, curr: t, count: e[o.countName], type: a.type, }), c(), (l.time = new Date().getTime() - i.startTime + ' ms')), i.setColsWidth(), 'function' == typeof l.done && l.done(e, t, e[o.countName]) }, error: function (e, t) { i.errorView( '\u8bf7\u6c42\u5f02\u5e38\uff0c\u9519\u8bef\u63d0\u793a\uff1a' + t ), i.renderForm(), i.setColsWidth(), 'function' == typeof l.error && l.error(e, t) }, })) : 'array' === layui.type(l.data) && ((e = t * l.limit - l.limit), ((n = {})[o.dataName] = l.data .concat() .splice(e, l.limit)), (n[o.countName] = l.data.length), 'object' == typeof l.totalRow && (n[o.totalRowName] = m.extend({}, l.totalRow)), i.renderData({ res: n, curr: t, count: n[o.countName], type: a.type, }), c(), i.setColsWidth(), 'function' == typeof l.done && l.done(n, t, n[o.countName])) }), (i.prototype.eachCols = function (e) { return x.eachCols(null, e, this.config.cols), this }), (i.prototype.col = function (e) { try { return (e = e.split('-')), this.config.cols[e[1]][e[2]] } catch (t) { return f.error(t), {} } }), (i.prototype.renderData = function (e) { var u = this, y = u.config, t = e.res, l = e.curr, a = e.count, n = e.sort, i = t[y.response.dataName] || [], t = t[y.response.totalRowName], h = [], f = [], p = [], o = function () { var s if ( (y.HAS_SET_COLS_PATCH || u.setColsPatch(), (y.HAS_SET_COLS_PATCH = !0), !n && u.sortKey) ) return u.sort(u.sortKey.field, u.sortKey.sort, !0) layui.each(i, function (o, c) { var a = [], i = [], r = [], d = o + y.limit * (l - 1) + 1 ;('array' === layui.type(c) && 0 === c.length) || (n || (c[x.config.indexName] = o), u.eachCols(function (e, l) { var e = l.field || e, t = y.index + '-' + l.key, n = c[e] ;(n !== undefined && null !== n) || (n = ''), l.colGroup || ((t = [ '', '
    ' + (function () { var e, t = m.extend( !0, { LAY_INDEX: d, LAY_COL: l, }, c ), a = x.config .checkName, i = x.config .disabledName switch (l.type) { case 'checkbox': return ( '' ) case 'radio': return ( t[a] && (s = o), '' ) case 'numbers': return d } return l.toolbar ? v( m( l.toolbar ).html() || '' ).render(t) : k.call(u, { item3: l, content: n, tplData: t, }) })(), '
    ', ].join('')), a.push(t), l.fixed && 'right' !== l.fixed && i.push(t), 'right' === l.fixed && r.push(t)) }), h.push( '' + a.join('') + '' ), f.push( '' + i.join('') + '' ), p.push( '' + r.join('') + '' )) }), ('fixed' === y.scrollPos && 'reloadData' === e.type) || u.layBody.scrollTop(0), 'reset' === y.scrollPos && u.layBody.scrollLeft(0), u.layMain.find('.' + d).remove(), u.layMain.find('tbody').html(h.join('')), u.layFixLeft.find('tbody').html(f.join('')), u.layFixRight.find('tbody').html(p.join('')), u.renderForm(), 'number' == typeof s && u.setThisRowChecked(s), u.syncCheckAll(), u.fullSize(), u.haveInit ? u.scrollPatch() : setTimeout(function () { u.scrollPatch() }, 50), (u.haveInit = !0), g.close(u.tipsIndex) } return ( (x.cache[u.key] = i), u.layTotal[0 == i.length ? 'addClass' : 'removeClass'](r), u.layPage[y.page || y.pagebar ? 'removeClass' : 'addClass']( w ), u.layPage .find(L) [ !y.page || 0 == a || (0 === i.length && 1 == l) ? 'addClass' : 'removeClass' ](r), 0 === i.length ? (u.renderForm(), u.errorView(y.text.none)) : (u.layFixLeft.removeClass(w), n ? o() : (o(), u.renderTotal(i, t), u.layTotal && u.layTotal.removeClass(w), void ( y.page && ((y.page = m.extend( { elem: 'layui-table-page' + y.index, count: a, limit: y.limit, limits: y.limits || [ 10, 20, 30, 40, 50, 60, 70, 80, 90, ], groups: 3, layout: [ 'prev', 'page', 'next', 'skip', 'count', 'limit', ], prev: '', next: '', jump: function (e, t) { t || ((u.page = e.curr), (y.limit = e.limit), u.pullData(e.curr)) }, }, y.page )), (y.page.count = a), c.render(y.page)) ))) ) }), (i.prototype.renderTotal = function (e, o) { var c, r = this, d = r.config, s = {} d.totalRow && (layui.each(e, function (e, i) { ;('array' === layui.type(i) && 0 === i.length) || r.eachCols(function (e, t) { var e = t.field || e, a = i[e] t.totalRow && (s[e] = (s[e] || 0) + (parseFloat(a) || 0)) }) }), (r.dataTotal = {}), (c = []), r.eachCols(function (e, t) { var a, e = t.field || e, i = o && o[t.field], l = ((a = t.totalRowText || ''), (n = 'totalRowDecimals' in t ? t.totalRowDecimals : 2), (n = parseFloat(s[e]).toFixed(n)), ((l = { LAY_COL: t })[e] = n), (n = (t.totalRow && k.call(r, { item3: t, content: n, tplData: l, })) || a), i || n), n = [ '', '
    ' + ('string' == typeof (a = t.totalRow || d.totalRow) ? v(a).render( m.extend( { TOTAL_NUMS: i || s[e], LAY_COL: t, }, t ) ) : l), '
    ', ].join('') t.field && (r.dataTotal[e] = l), c.push(n) }), r.layTotal .find('tbody') .html('' + c.join('') + '')) }), (i.prototype.getColElem = function (e, t) { var a = this.config return e .eq(0) .find('.laytable-cell-' + a.index + '-' + t + ':eq(0)') }), (i.prototype.renderForm = function (e) { this.config var t = this.elem.attr('lay-filter') y.render(e, t) }), (i.prototype.setThisRowChecked = function (e) { this.config var t = 'layui-table-click' this.layBody .find('tr[data-index="' + e + '"]') .addClass(t) .siblings('tr') .removeClass(t) }), (i.prototype.sort = function (l, e, t, a) { var i, n = this, o = {}, c = n.config, r = c.elem.attr('lay-filter'), d = x.cache[n.key] 'string' == typeof l && ((s = l), n.layHeader.find('th').each(function (e, t) { var a = m(this), i = a.data('field') if (i === l) return (l = a), (s = i), !1 })) try { var s = s || l.data('field'), u = l.data('key') if ( n.sortKey && !t && s === n.sortKey.field && e === n.sortKey.sort ) return var y = n.layHeader.find('th .laytable-cell-' + u).find(N) n.layHeader.find('th').find(N).removeAttr('lay-sort'), y.attr('lay-sort', e || null), n.layFixed.find('th') } catch (h) { f.error("Table modules: sort field '" + s + "' not matched") } ;(n.sortKey = { field: s, sort: e }), c.autoSort && ('asc' === e ? (i = layui.sort(d, s)) : 'desc' === e ? (i = layui.sort(d, s, !0)) : ((i = layui.sort(d, x.config.indexName)), delete n.sortKey, delete c.initSort)), (o[c.response.dataName] = i || d), n.renderData({ res: o, curr: n.page, count: n.count, sort: !0, }), a && ((c.initSort = { field: s, type: e }), layui.event.call(l, C, 'sort(' + r + ')', c.initSort)) }), (i.prototype.loading = function (e) { var t = this t.config.loading && (e ? (t.layInit && t.layInit.remove(), delete t.layInit, t.layBox.find('.layui-table-init').remove()) : ((t.layInit = m( [ '
    ', '', '
    ', ].join('') )), t.layBox.append(t.layInit))) }), (i.prototype.setCheckData = function (e, t) { var a = this.config, i = x.cache[this.key] i[e] && 'array' !== layui.type(i[e]) && (i[e][a.checkName] = t) }), (i.prototype.syncCheckAll = function () { var e = this, i = e.config, t = e.layHeader.find('input[name="layTableCheckbox"]'), a = function (a) { return ( e.eachCols(function (e, t) { 'checkbox' === t.type && (t[i.checkName] = a) }), a ) } t[0] && (x.checkStatus(e.key).isAll ? (t[0].checked || (t.prop('checked', !0), e.renderForm('checkbox')), a(!0)) : (t[0].checked && (t.prop('checked', !1), e.renderForm('checkbox')), a(!1))) }), (i.prototype.getCssRule = function (a, i) { var e = this.elem.find('style')[0], e = e.sheet || e.styleSheet || {}, e = e.cssRules || e.rules layui.each(e, function (e, t) { if (t.selectorText === '.laytable-cell-' + a) return i(t), !0 }) }), (i.prototype.fullSize = function () { var e = this, t = e.config, a = t.height e.fullHeightGap && ((a = R.height() - e.fullHeightGap), e.elem.css('height', (a = a < 135 ? 135 : a))), a && ((a = parseFloat(a) - (e.layHeader.outerHeight() || 38)), t.toolbar && (a -= e.layTool.outerHeight() || 50), t.totalRow && (a -= e.layTotal.outerHeight() || 40), (t.page || t.pagebar) && (a -= e.layPage.outerHeight() || 43), e.layMain.outerHeight(a)) }), (i.prototype.getScrollWidth = function (e) { var t = 0 return ( e ? (t = e.offsetWidth - e.clientWidth) : (((e = document.createElement('div')).style.width = '100px'), (e.style.height = '100px'), (e.style.overflowY = 'scroll'), document.body.appendChild(e), (t = e.offsetWidth - e.clientWidth), document.body.removeChild(e)), t ) }), (i.prototype.scrollPatch = function () { var e = this, t = e.layMain.children('table'), a = e.layMain.width() - e.layMain.prop('clientWidth'), i = e.layMain.height() - e.layMain.prop('clientHeight'), l = (e.getScrollWidth(e.layMain[0]), t.outerWidth() - e.layMain.width()), n = function (e) { var t a && i ? (e = e.eq(0)).find('.layui-table-patch')[0] || ((t = m( '
    ' )) .find('div') .css({ width: a }), e.find('tr').append(t)) : e.find('.layui-table-patch').remove() } n(e.layHeader), n(e.layTotal) n = e.layMain.height() - i e.layFixed.find(T).css('height', t.height() >= n ? n : 'auto'), e.layFixRight[0 < l ? 'removeClass' : 'addClass'](w), e.layFixRight.css('right', a - 1) }), (i.prototype.events = function () { var s = this, r = s.config, d = r.elem.attr('lay-filter'), e = s.layHeader.find('th'), u = '.layui-table-cell', i = m('body'), l = {}, n = (s.layTool.on('click', '*[lay-event]', function (e) { var a, i = m(this), t = i.attr('lay-event'), l = function (e) { var t = m(e.list), a = m( '
      ' ) a.html(t), r.height && a.css( 'max-height', r.height - (s.layTool.outerHeight() || 50) ), i.find('.layui-table-tool-panel')[0] || i.append(a), s.renderForm(), a.on('click', function (e) { layui.stope(e) }), e.done && e.done(a, t) } switch ( (layui.stope(e), S.trigger('table.tool.panel.remove'), g.close(s.tipsIndex), t) ) { case 'LAYTABLE_COLS': l({ list: ((a = []), s.eachCols(function (e, t) { t.field && 'normal' == t.type && a.push( '
    • ' ) }), a.join('')), done: function () { y.on( 'checkbox(LAY_TABLE_TOOL_COLS)', function (e) { var e = m(e.elem), i = this.checked, l = e.data('key'), n = e.data('parentkey') layui.each( r.cols, function (a, e) { layui.each( e, function ( e, t ) { a + '-' + e === l && ((e = t.hide), (t.hide = !i), s.elem .find( '*[data-key="' + r.index + '-' + l + '"]' ) [ i ? 'removeClass' : 'addClass' ]( w ), e != t.hide && s.setParentCol( !i, n ), s.resize()) } ) } ) } ) }, }) break case 'LAYTABLE_EXPORT': h.ie ? g.tips( '\u5bfc\u51fa\u529f\u80fd\u4e0d\u652f\u6301 IE\uff0c\u8bf7\u7528 Chrome \u7b49\u9ad8\u7ea7\u6d4f\u89c8\u5668\u5bfc\u51fa', this, { tips: 3 } ) : l({ list: [ '
    • \u5bfc\u51fa csv \u683c\u5f0f\u6587\u4ef6
    • ', '
    • \u5bfc\u51fa xls \u683c\u5f0f\u6587\u4ef6
    • ', ].join(''), done: function (e, t) { t.on('click', function () { var e = m(this).data('type') x.exportFile.call( s, r.id, null, e ) }) }, }) break case 'LAYTABLE_PRINT': var n = window.open( 'about:blank', '_blank' ), o = [ '', ].join(''), c = m(s.layHeader.html()) c.append(s.layMain.find('table').html()), c.append( s.layTotal.find('table').html() ), c.find('th.layui-table-patch').remove(), c .find('thead>tr>th.' + E) .filter(function (e, t) { return !m(t).children( '.laytable-cell-group' ).length }) .remove(), c.find('tbody>tr>td.' + E).remove(), n.document.write( o + c.prop('outerHTML') ), n.document.close(), n.print(), n.close() } layui.event.call( this, C, 'toolbar(' + d + ')', m.extend({ event: t, config: r }, {}) ) }), s.layPagebar.on('click', '*[lay-event]', function (e) { var t = m(this).attr('lay-event') layui.event.call( this, C, 'pagebar(' + d + ')', m.extend({ event: t, config: r }, {}) ) }), e .on('mousemove', function (e) { var t = m(this), a = t.offset().left, e = e.clientX - a t.data('unresize') || p.eventMoveElem || ((l.allowResize = t.width() - e <= 10), i.css( 'cursor', l.allowResize ? 'col-resize' : '' )) }) .on('mouseleave', function () { m(this) p.eventMoveElem || i.css('cursor', '') }) .on('mousedown', function (e) { var t, a = m(this) l.allowResize && ((t = a.data('key')), e.preventDefault(), (l.offset = [e.clientX, e.clientY]), s.getCssRule(t, function (e) { var t = e.style.width || a.outerWidth() ;(l.rule = e), (l.ruleWidth = parseFloat(t)), (l.minWidth = a.data('minwidth') || r.cellMinWidth) }), a.data(_, l), (p.eventMoveElem = a)) }), p.docEvent || S.on('mousemove', function (e) { var t p.eventMoveElem && ((t = p.eventMoveElem.data(_) || {}), p.eventMoveElem.data('resizing', 1), e.preventDefault(), t.rule && ((e = t.ruleWidth + e.clientX - t.offset[0]) < t.minWidth && (e = t.minWidth), (t.rule.style.width = e + 'px'), g.close(s.tipsIndex))) }).on('mouseup', function (e) { p.eventMoveElem && ((l = {}), i.css('cursor', ''), s.scrollPatch(), p.eventMoveElem.removeData(_), delete p.eventMoveElem) }), (p.docEvent = !0), e .on('click', function (e) { var t = m(this), a = t.find(N), i = a.attr('lay-sort') if (!a[0] || 1 === t.data('resizing')) return t.removeData('resizing') s.sort( t, 'asc' === i ? 'desc' : 'desc' === i ? null : 'asc', null, !0 ) }) .find(N + ' .layui-edge ') .on('click', function (e) { var t = m(this), a = t.index(), t = t.parents('th').eq(0).data('field') layui.stope(e), 0 === a ? s.sort(t, 'asc', null, !0) : s.sort(t, 'desc', null, !0) }), (s.commonMember = function (e) { var t = m(this).parents('tr').eq(0).data('index'), r = s.layBody.find( 'tr[data-index="' + t + '"]' ), d = (d = x.cache[s.key] || [])[t] || {} return m.extend( { tr: r, data: x.clearCacheKey(d), del: function () { ;(x.cache[s.key][t] = []), r.remove(), s.scrollPatch() }, update: function (e, c) { ;(e = e || {}), layui.each(e, function (i, l) { var n = r.children( 'td[data-field="' + i + '"]' ), o = n.children(u) i in d && (d[i] = l), s.eachCols(function (e, t) { var a t.field == i ? (o.html( k.call(s, { item3: t, content: l, tplData: d, }) ), n.data( 'content', l )) : c && (t.templet || t.toolbar) && ((e = r.children( 'td[data-field="' + (t.field || e) + '"]' )), (a = d[t.field]), e .children(u) .html( k.call( s, { item3: t, content: a, tplData: d, } ) ), e.data( 'content', a )) }) }), s.renderForm() }, }, e ) })), t = (s.elem.on( 'click', 'input[name="layTableCheckbox"]+', function () { var e = m(this).prev(), t = s.layBody.find( 'input[name="layTableCheckbox"]' ), a = e.parents('tr').eq(0).data('index'), i = e[0].checked, l = 'layTableAllChoose' === e.attr('lay-filter') e[0].disabled || (l ? (t.each(function (e, t) { ;(t.checked = i), s.setCheckData(e, i) }), s.syncCheckAll(), s.renderForm('checkbox')) : (s.setCheckData(a, i), s.syncCheckAll()), layui.event.call( e[0], C, 'checkbox(' + d + ')', n.call(e[0], { checked: i, type: l ? 'all' : 'one', }) )) } ), s.elem.on( 'click', 'input[lay-type="layTableRadio"]+', function () { var e = m(this).prev(), t = e[0].checked, a = x.cache[s.key], i = e.parents('tr').eq(0).data('index') layui.each(a, function (e, t) { i === e ? (t[r.checkName] = !0) : delete t[r.checkName] }), s.setThisRowChecked(i), layui.event.call( this, C, 'radio(' + d + ')', n.call(this, { checked: t }) ) } ), s.layBody .on('mouseenter', 'tr', function () { var e = m(this), t = e.index() e.data('off') || s.layBody .find('tr:eq(' + t + ')') .addClass(A) }) .on('mouseleave', 'tr', function () { var e = m(this), t = e.index() e.data('off') || s.layBody .find('tr:eq(' + t + ')') .removeClass(A) }) .on('click', 'tr', function () { t.call(this, 'row') }) .on('dblclick', 'tr', function () { t.call(this, 'rowDouble') }), function (e) { var t = m(this) t.data('off') || layui.event.call( this, C, e + '(' + d + ')', n.call(t.children('td')[0]) ) }), o = (s.layBody .on('change', '.' + D, function () { var e = m(this), t = this.value, a = e.parent().data('field'), e = e.parents('tr').eq(0).data('index') ;(x.cache[s.key][e][a] = t), layui.event.call( this, C, 'edit(' + d + ')', n.call(this, { value: t, field: a }) ) }) .on('blur', '.' + D, function () { var e, t = m(this), a = t.parent(), i = a.data('key'), l = t.closest('tr').data('index'), l = x.cache[s.key][l] t .siblings(u) .html( ((e = t[0].value), k.call(s, { item3: s.col(i), content: e, tplData: l, })) ), a.data('content', t[0].value), t.remove() }), s.layBody .on(r.editTrigger, 'td', function (e) { var t, a, i, l, n = m(this) n.data('off') || ((t = n.data('field')), (l = n.data('key')), (l = s.col(l)), (a = n.closest('tr').data('index')), (a = x.cache[s.key][a]), (i = n.children(u)), (l = 'function' == typeof l.edit ? l.edit(a) : l.edit) && (((l = m( 'textarea' === l ? '' : '' ))[0].value = n.data('content') || a[t] || i.text()), n.find('.' + D)[0] || n.append(l), l.focus(), layui.stope(e))) }) .on('mouseenter', 'td', function () { a.call(this) }) .on('mouseleave', 'td', function () { a.call(this, 'hide') }), 'layui-table-grid-down'), a = function (e) { var t = m(this), a = t.children(u) t.data('off') || (e ? t.find('.layui-table-grid-down').remove() : !( a.prop('scrollWidth') > a.outerWidth() || 0 < a.find('br').length ) || r.lineStyle || a.find('.' + o)[0] || t.append( '
      ' )) }, c = (s.layBody.on('click', '.' + o, function (e) { var t = m(this).parent().children(u) ;(s.tipsIndex = g.tips( [ '
      ', t.html(), '
      ', '', ].join(''), t[0], { tips: [3, ''], time: -1, anim: -1, maxWidth: h.ios || h.android ? 300 : s.elem.width() / 2, isOutAnim: !1, skin: 'layui-table-tips', success: function (e, t) { e.find('.layui-table-tips-c').on( 'click', function () { g.close(t) } ) }, } )), layui.stope(e) }), function (e) { var t = m(this), a = t.parents('tr').eq(0).data('index') layui.event.call( this, C, (e || 'tool') + '(' + d + ')', n.call(this, { event: t.attr('lay-event') }) ), s.setThisRowChecked(a) }) s.layBody .on('click', '*[lay-event]', function (e) { c.call(this), layui.stope(e) }) .on('dblclick', '*[lay-event]', function (e) { c.call(this, 'toolDouble'), layui.stope(e) }), s.layMain.on('scroll', function () { var e = m(this), t = e.scrollLeft(), e = e.scrollTop() s.layHeader.scrollLeft(t), s.layTotal.scrollLeft(t), s.layFixed.find(T).scrollTop(e), g.close(s.tipsIndex) }), R.on('resize', function () { s.resize() }) }), S.on('click', function () { S.trigger('table.remove.tool.panel') }), S.on('table.remove.tool.panel', function () { m('.layui-table-tool-panel').remove() }), (x.init = function (a, i) { i = i || {} var e = m( a ? 'table[lay-filter="' + a + '"]' : '.layui-table[lay-data]' ), c = 'Table element property lay-data configuration item has a syntax error: ' return ( e.each(function () { var e = m(this), t = e.attr('lay-data') try { t = new Function('return ' + t)() } catch (l) { f.error(c + t, 'error') } var n = [], o = m.extend( { elem: this, cols: [], data: [], skin: e.attr('lay-skin'), size: e.attr('lay-size'), even: 'string' == typeof e.attr('lay-even'), }, x.config, i, t ) a && e.hide(), e.find('thead>tr').each(function (i) { ;(o.cols[i] = []), m(this) .children() .each(function (e) { var t = m(this), a = t.attr('lay-data') try { a = new Function( 'return ' + a )() } catch (l) { return f.error(c + a) } t = m.extend( { title: t.text(), colspan: t.attr('colspan') || 1, rowspan: t.attr('rowspan') || 1, }, a ) t.colspan < 2 && n.push(t), o.cols[i].push(t) }) }), e.find('tbody>tr').each(function (e) { var a = m(this), l = {} a.children('td').each(function (e, t) { var a = m(this), i = a.data('field') if (i) return (l[i] = a.html()) }), layui.each(n, function (e, t) { e = a.children('td').eq(e) l[t.field] = e.html() }), (o.data[e] = l) }), x.render(o) }), this ) }), (p.that = {}), (p.config = {}), function (a, i, e, l) { var n, o l.colGroup && ((n = 0), a++, (l.CHILD_COLS = []), (o = e + (parseInt(l.rowspan) || 1)), layui.each(i[o], function (e, t) { t.parentKey ? t.parentKey === l.key && ((t.PARENT_COL_INDEX = a), l.CHILD_COLS.push(t), F(a, i, o, t)) : t.PARENT_COL_INDEX || (1 <= n && n == (l.colspan || 1)) || ((t.PARENT_COL_INDEX = a), l.CHILD_COLS.push(t), (n += t.hide ? 0 : parseInt(1 < t.colspan ? t.colspan : 1)), F(a, i, o, t)) })) }) ;(x.eachCols = function (e, a, i) { var e = p.config[e] || {}, l = [], n = ((i = m.extend(!0, [], i || e.cols)), layui.each(i, function (a, e) { if (a) return !0 layui.each(e, function (e, t) { F(0, i, a, t), t.PARENT_COL_INDEX || l.push(t) }) }), function (e) { layui.each(e || l, function (e, t) { if (t.CHILD_COLS) return n(t.CHILD_COLS) 'function' == typeof a && a(e, t) }) }) n() }), (x.checkStatus = function (e) { var a = 0, i = 0, l = [], e = x.cache[e] || [] return ( layui.each(e, function (e, t) { 'array' === layui.type(t) ? i++ : t[x.config.checkName] && (a++, t[x.config.disabledName] || l.push(x.clearCacheKey(t))) }), { data: l, isAll: !!e.length && a === e.length - i } ) }), (x.getData = function (e) { var a = [], e = x.cache[e] || [] return ( layui.each(e, function (e, t) { 'array' !== layui.type(t) && a.push(x.clearCacheKey(t)) }), a ) }), (x.exportFile = function (e, t, a) { t = t || x.clearCacheKey(x.cache[e]) var c, i, l, r, n = (a = 'object' == typeof a ? a : ((n = {}), a && (n.type = a), n)).type || 'csv', d = p.that[e], o = p.config[e] || {}, s = { csv: 'text/csv', xls: 'application/vnd.ms-excel' }[n], u = document.createElement('a') if (h.ie) return f.error('IE_NOT_SUPPORT_EXPORTS') ;(u.href = 'data:' + s + ';charset=utf-8,\ufeff' + encodeURIComponent( ((c = []), (i = []), (l = []), (r = {}), layui.each(t, function (l, n) { var o = [] 'object' == typeof e ? (layui.each(e, function (e, t) { 0 == l && c.push(t || '') }), layui.each(x.clearCacheKey(n), function (e, t) { o.push('"' + (t || '') + '"') })) : x.eachCols(e, function (e, t) { var a, i t.field && 'normal' == t.type && (t.hide ? 0 == l && (r[t.field] = !0) : ((a = n[t.field]), (i = d.layBody.find( 'tr[data-index="' + l + '"]>td' )), (a !== undefined && null !== a) || (a = ''), 0 == l && c.push(t.title || ''), o.push( '"' + k.call(d, { item3: t, content: a, tplData: n, text: 'text', obj: d.commonMember.call( i.eq(0), { td: function ( e ) { return i.filter( '[data-field="' + e + '"]' ) }, } ), }) + '"' ))) }), i.push(o.join(',')) }), d && layui.each(d.dataTotal, function (e, t) { r[e] || l.push(t) }), c.join(',') + '\r\n' + i.join('\r\n') + '\r\n' + l.join(',')) )), (u.download = (a.title || o.title || 'table_' + (o.index || '')) + '.' + n), document.body.appendChild(u), u.click(), document.body.removeChild(u) }), (x.resize = function (e) { e ? l(e) && p.that[e].resize() : layui.each(p.that, function () { this.resize() }) }), (x.reload = function (e, t, a, i) { if (l(e)) return (e = p.that[e]), e.reload(t, a, i), p.call(e) }), (x.reloadData = function () { var a = m.extend([], arguments), i = ((a[3] = 'reloadData'), new RegExp( '^(' + [ 'data', 'url', 'method', 'contentType', 'dataType', 'jsonpCallback', 'headers', 'where', 'page', 'limit', 'request', 'response', 'parseData', 'scrollPos', ].join('|') + ')$' )) return ( layui.each(a[1], function (e, t) { i.test(e) || delete a[1][e] }), x.reload.apply(null, a) ) }), (x.render = function (e) { e = new i(e) return p.call(e) }), (x.clearCacheKey = function (e) { return ( delete (e = m.extend({}, e))[x.config.checkName], delete e[x.config.indexName], delete e[x.config.disabledName], e ) }), m(function () { x.init() }), e(C, x) }) layui.define('form', function (e) { 'use strict' var u = layui.$, i = layui.form, p = layui.layer, n = 'tree', a = { config: {}, index: layui[n] ? layui[n].index + 1e4 : 0, set: function (e) { var i = this return (i.config = u.extend({}, i.config, e)), i }, on: function (e, i) { return layui.onevent.call(this, n, e, i) }, }, t = function () { var i = this, e = i.config, n = e.id || i.index return ( (t.that[n] = i), { config: (t.config[n] = e), reload: function (e) { i.reload.call(i, e) }, getChecked: function () { return i.getChecked.call(i) }, setChecked: function (e) { return i.setChecked.call(i, e) }, } ) }, y = 'layui-hide', d = 'layui-disabled', f = 'layui-tree-set', C = 'layui-tree-iconClick', k = 'layui-icon-addition', v = 'layui-icon-subtraction', m = 'layui-tree-entry', x = 'layui-tree-main', b = 'layui-tree-txt', g = 'layui-tree-pack', w = 'layui-tree-spread', N = 'layui-tree-setLineShort', T = 'layui-tree-showLine', L = 'layui-tree-lineExtend', l = function (e) { var i = this ;(i.index = ++a.index), (i.config = u.extend({}, i.config, a.config, e)), i.render() } ;(l.prototype.config = { data: [], showCheckbox: !1, showLine: !0, accordion: !1, onlyIconControl: !1, isJump: !1, edit: !1, text: { defaultNodeName: '\u672a\u547d\u540d', none: '\u65e0\u6570\u636e', }, }), (l.prototype.reload = function (e) { var n = this layui.each(e, function (e, i) { 'array' === layui.type(i) && delete n.config[e] }), (n.config = u.extend(!0, {}, n.config, e)), n.render() }), (l.prototype.render = function () { var e = this, i = e.config, n = ((e.checkids = []), u( '
      ' )), a = (e.tree(n), (i.elem = u(i.elem))) if (a[0]) { if ( ((e.key = i.id || e.index), (e.elem = n), (e.elemNone = u( '
      ' + i.text.none + '
      ' )), a.html(e.elem), 0 == e.elem.find('.layui-tree-set').length) ) return e.elem.append(e.elemNone) i.showCheckbox && e.renderForm('checkbox'), e.elem.find('.layui-tree-set').each(function () { var e = u(this) e.parent('.layui-tree-pack')[0] || e.addClass('layui-tree-setHide'), !e.next()[0] && e .parents('.layui-tree-pack') .eq(1) .hasClass('layui-tree-lineExtend') && e.addClass(N), e.next()[0] || e.parents('.layui-tree-set').eq(0).next()[0] || e.addClass(N) }), e.events() } }), (l.prototype.renderForm = function (e) { i.render(e, 'LAY-tree-' + this.index) }), (l.prototype.tree = function (l, e) { var r = this, c = r.config, e = e || c.data layui.each(e, function (e, i) { var n = i.children && 0 < i.children.length, a = u( '
      ' ), t = u( [ '
      ', '
      ', '
      ', c.showLine ? n ? '' : '' : '', c.showCheckbox ? '' : '', c.isJump && i.href ? '' + (i.title || i.label || c.text.defaultNodeName) + '' : '' + (i.title || i.label || c.text.defaultNodeName) + '', '
      ', (function () { if (!c.edit) return '' var n = { add: '', update: '', del: '', }, a = [ '
      ', ] return ( !0 === c.edit && (c.edit = ['update', 'del']), 'object' == typeof c.edit ? (layui.each(c.edit, function (e, i) { a.push(n[i] || '') }), a.join('') + '
      ') : void 0 ) })(), '
      ', ].join('') ) n && (t.append(a), r.tree(a, i.children)), l.append(t), t.prev('.' + f)[0] && t .prev() .children('.layui-tree-pack') .addClass('layui-tree-showLine'), n || t .parent('.layui-tree-pack') .addClass('layui-tree-lineExtend'), r.spread(t, i), c.showCheckbox && (i.checked && r.checkids.push(i.id), r.checkClick(t, i)), c.edit && r.operate(t, i) }) }), (l.prototype.spread = function (a, e) { var t = this.config, i = a.children('.' + m), n = i.children('.' + x), l = i.find('.' + C), i = i.find('.' + b), r = t.onlyIconControl ? l : n, c = '' r.on('click', function (e) { var i = a.children('.' + g), n = ( r.children('.layui-icon')[0] ? r : r.find('.layui-tree-icon') ).children('.layui-icon') i[0] ? a.hasClass(w) ? (a.removeClass(w), i.slideUp(200), n.removeClass(v).addClass(k)) : (a.addClass(w), i.slideDown(200), n.addClass(v).removeClass(k), t.accordion && ((i = a.siblings('.' + f)).removeClass(w), i.children('.' + g).slideUp(200), i .find('.layui-tree-icon') .children('.layui-icon') .removeClass(v) .addClass(k))) : (c = 'normal') }), i.on('click', function () { u(this).hasClass(d) || ((c = a.hasClass(w) ? t.onlyIconControl ? 'open' : 'close' : t.onlyIconControl ? 'close' : 'open'), t.click && t.click({ elem: a, state: c, data: e })) }) }), (l.prototype.setCheckbox = function (e, i, n) { this.config var t, l = n.prop('checked') n.prop('disabled') || (('object' != typeof i.children && !e.find('.' + g)[0]) || e .find('.' + g) .find('input[same="layuiTreeCheck"]') .each(function () { this.disabled || (this.checked = l) }), (t = function (e) { var i, n, a e.parents('.' + f)[0] && ((n = (e = e.parent('.' + g)).parent()), (a = e.prev().find('input[same="layuiTreeCheck"]')), l ? a.prop('checked', l) : (e .find('input[same="layuiTreeCheck"]') .each(function () { this.checked && (i = !0) }), i || a.prop('checked', !1)), t(n)) })(e), this.renderForm('checkbox')) }), (l.prototype.checkClick = function (n, a) { var t = this, l = t.config n.children('.' + m) .children('.' + x) .on('click', 'input[same="layuiTreeCheck"]+', function (e) { layui.stope(e) var e = u(this).prev(), i = e.prop('checked') e.prop('disabled') || (t.setCheckbox(n, a, e), l.oncheck && l.oncheck({ elem: n, checked: i, data: a })) }) }), (l.prototype.operate = function (c, d) { var s = this, o = s.config, e = c.children('.' + m), h = e.children('.' + x) e.children('.layui-tree-btnGroup').on( 'click', '.layui-icon', function (e) { layui.stope(e) var i, e = u(this).data('type'), a = c.children('.' + g), t = { data: d, type: e, elem: c } if ('add' == e) { a[0] || (o.showLine ? (h.find('.' + C).addClass('layui-tree-icon'), h .find('.' + C) .children('.layui-icon') .addClass(k) .removeClass('layui-icon-file')) : h .find('.layui-tree-iconArrow') .removeClass(y), c.append('
      ')) var n, l = o.operate && o.operate(t), r = {} if ( ((r.title = o.text.defaultNodeName), (r.id = l), s.tree(c.children('.' + g), [r]), o.showLine && (a[0] ? (a.hasClass(L) || a.addClass(L), c.find('.' + g).each(function () { u(this) .children('.' + f) .last() .addClass(N) }), (a .children('.' + f) .last() .prev() .hasClass(N) ? a .children('.' + f) .last() .prev() : a.children('.' + f).last() ).removeClass(N), !c.parent('.' + g)[0] && c.next()[0] && a .children('.' + f) .last() .removeClass(N)) : ((l = c.siblings('.' + f)), (n = 1), (r = c.parent('.' + g)), layui.each(l, function (e, i) { u(i).children('.' + g)[0] || (n = 0) }), 1 == n ? (l.children('.' + g).addClass(T), l .children('.' + g) .children('.' + f) .removeClass(N), c.children('.' + g).addClass(T), r.removeClass(L), r .children('.' + f) .last() .children('.' + g) .children('.' + f) .last() .addClass(N)) : c .children('.' + g) .children('.' + f) .addClass(N))), !o.showCheckbox) ) return h.find('input[same="layuiTreeCheck"]')[0].checked && (c .children('.' + g) .children('.' + f) .last() .find( 'input[same="layuiTreeCheck"]' )[0].checked = !0), s.renderForm('checkbox') } else 'update' == e ? ((l = h.children('.' + b).html()), h.children('.' + b).html(''), h.append( '' ), h .children('.layui-tree-editInput') .val(l) .focus(), (i = function (e) { var i = (i = e.val().trim()) || o.text.defaultNodeName e.remove(), h.children('.' + b).html(i), (t.data.title = i), o.operate && o.operate(t) }), h .children('.layui-tree-editInput') .blur(function () { i(u(this)) }), h .children('.layui-tree-editInput') .on('keydown', function (e) { 13 === e.keyCode && (e.preventDefault(), i(u(this))) })) : p.confirm( '\u786e\u8ba4\u5220\u9664\u8be5\u8282\u70b9 "' + (d.title || '') + '" \u5417\uff1f', function (e) { if ( (o.operate && o.operate(t), (t.status = 'remove'), p.close(e), !c.prev('.' + f)[0] && !c.next('.' + f)[0] && !c.parent('.' + g)[0]) ) return ( c.remove(), void s.elem.append(s.elemNone) ) var l, n, i c.siblings('.' + f).children('.' + m)[0] ? (o.showCheckbox && (l = function (e) { var i, n, a, t e.parents('.' + f)[0] && ((i = e .siblings('.' + f) .children('.' + m)), (n = (e = e .parent('.' + g) .prev()).find( 'input[same="layuiTreeCheck"]' )[0]), (a = 1), (t = 0) == n.checked && (i.each(function ( e, i ) { i = u(i).find( 'input[same="layuiTreeCheck"]' )[0] 0 != i.checked || i.disabled || (a = 0), i.disabled || (t = 1) }), 1 == a && 1 == t && ((n.checked = !0), s.renderForm( 'checkbox' ), l( e.parent( '.' + f ) )))) })(c), o.showLine && ((e = c.siblings('.' + f)), (n = 1), (i = c.parent('.' + g)), layui.each(e, function (e, i) { u(i).children('.' + g)[0] || (n = 0) }), 1 == n ? (a[0] || (i.removeClass(L), e .children('.' + g) .addClass(T), e .children('.' + g) .children('.' + f) .removeClass(N)), (c.next()[0] ? i .children( '.' + f ) .last() : c.prev() ) .children('.' + g) .children('.' + f) .last() .addClass(N), c.next()[0] || c.parents( '.' + f )[1] || c .parents('.' + f) .eq(0) .next()[0] || c .prev('.' + f) .addClass(N)) : !c.next()[0] && c.hasClass(N) && c.prev().addClass(N))) : ((e = c.parent('.' + g).prev()), o.showLine ? (e .find('.' + C) .removeClass( 'layui-tree-icon' ), e .find('.' + C) .children('.layui-icon') .removeClass(v) .addClass( 'layui-icon-file' ), (i = e .parents('.' + g) .eq(0)).addClass(L), i .children('.' + f) .each(function () { u(this) .children('.' + g) .children('.' + f) .last() .addClass(N) })) : e .find( '.layui-tree-iconArrow' ) .addClass(y), c .parents('.' + f) .eq(0) .removeClass(w), c.parent('.' + g).remove()), c.remove() } ) } ) }), (l.prototype.events = function () { var i = this, t = i.config i.elem.find('.layui-tree-checkedFirst') i.setChecked(i.checkids), i.elem.find('.layui-tree-search').on('keyup', function () { var e = u(this), n = e.val(), e = e.nextAll(), a = [] e.find('.' + b).each(function () { var i, e = u(this).parents('.' + m) ;-1 != u(this).html().indexOf(n) && (a.push(u(this).parent()), (i = function (e) { e.addClass('layui-tree-searchShow'), e.parent('.' + g)[0] && i(e.parent('.' + g).parent('.' + f)) })(e.parent('.' + f))) }), e.find('.' + m).each(function () { var e = u(this).parent('.' + f) e.hasClass('layui-tree-searchShow') || e.addClass(y) }), 0 == e.find('.layui-tree-searchShow').length && i.elem.append(i.elemNone), t.onsearch && t.onsearch({ elem: a }) }), i.elem.find('.layui-tree-search').on('keydown', function () { u(this) .nextAll() .find('.' + m) .each(function () { u(this) .parent('.' + f) .removeClass('layui-tree-searchShow ' + y) }), u('.layui-tree-emptyText')[0] && u('.layui-tree-emptyText').remove() }) }), (l.prototype.getChecked = function () { var e = this.config, i = [], n = [], t = (this.elem.find('.layui-form-checked').each(function () { i.push(u(this).prev()[0].value) }), function (e, a) { layui.each(e, function (e, n) { layui.each(i, function (e, i) { if (n.id == i) return ( delete (i = u.extend({}, n)).children, a.push(i), n.children && ((i.children = []), t(n.children, i.children)), !0 ) }) }) }) return t(u.extend({}, e.data), n), n }), (l.prototype.setChecked = function (l) { this.config this.elem.find('.' + f).each(function (e, i) { var n = u(this).data('id'), a = u(i) .children('.' + m) .find('input[same="layuiTreeCheck"]'), t = a.next() if ('number' == typeof l) { if (n == l) return a[0].checked || t.click(), !1 } else 'object' == typeof l && layui.each(l, function (e, i) { if (i == n && !a[0].checked) return t.click(), !0 }) }) }), (t.that = {}), (t.config = {}), (a.reload = function (e, i) { e = t.that[e] return e.reload(i), t.call(e) }), (a.getChecked = function (e) { return t.that[e].getChecked() }), (a.setChecked = function (e, i) { return t.that[e].setChecked(i) }), (a.render = function (e) { e = new l(e) return t.call(e) }), e(n, a) }) layui.define(['laytpl', 'form'], function (e) { 'use strict' var s = layui.$, n = layui.laytpl, t = layui.form, a = 'transfer', i = { config: {}, index: layui[a] ? layui[a].index + 1e4 : 0, set: function (e) { var t = this return (t.config = s.extend({}, t.config, e)), t }, on: function (e, t) { return layui.onevent.call(this, a, e, t) }, }, l = function () { var t = this, e = t.config, a = e.id || t.index return ( (l.that[a] = t), { config: (l.config[a] = e), reload: function (e) { t.reload.call(t, e) }, getData: function () { return t.getData.call(t) }, } ) }, d = 'layui-hide', h = 'layui-btn-disabled', r = 'layui-none', c = 'layui-transfer-box', u = 'layui-transfer-header', o = 'layui-transfer-search', f = 'layui-transfer-data', y = function (e) { return [ '
      ', '
      ', '', '
      ', '{{# if(d.data.showSearch){ }}', '', '{{# } }}', '
        ', '
        ', ].join('') }, p = [ '
        ', y({ index: 0, checkAllName: 'layTransferLeftCheckAll' }), '
        ', '', '', '
        ', y({ index: 1, checkAllName: 'layTransferRightCheckAll' }), '
        ', ].join(''), v = function (e) { var t = this ;(t.index = ++i.index), (t.config = s.extend({}, t.config, i.config, e)), t.render() } ;(v.prototype.config = { title: ['\u5217\u8868\u4e00', '\u5217\u8868\u4e8c'], width: 200, height: 360, data: [], value: [], showSearch: !1, id: '', text: { none: '\u65e0\u6570\u636e', searchNone: '\u65e0\u5339\u914d\u6570\u636e', }, }), (v.prototype.reload = function (e) { var t = this ;(t.config = s.extend({}, t.config, e)), t.render() }), (v.prototype.render = function () { var e = this, t = e.config, a = (e.elem = s(n(p).render({ data: t, index: e.index }))), i = (t.elem = s(t.elem)) i[0] && ((t.data = t.data || []), (t.value = t.value || []), (e.key = t.id || e.index), i.html(e.elem), (e.layBox = e.elem.find('.' + c)), (e.layHeader = e.elem.find('.' + u)), (e.laySearch = e.elem.find('.' + o)), (e.layData = a.find('.' + f)), (e.layBtn = a.find('.layui-transfer-active .layui-btn')), e.layBox.css({ width: t.width, height: t.height }), e.layData.css({ height: ((i = t.height - e.layHeader.outerHeight()), t.showSearch && (i -= e.laySearch.outerHeight()), i - 2), }), e.renderData(), e.events()) }), (v.prototype.renderData = function () { var e = this, i = (e.config, [ { checkName: 'layTransferLeftCheck', views: [] }, { checkName: 'layTransferRightCheck', views: [] }, ]) e.parseData(function (e) { var t = e.selected ? 1 : 0, a = [ '
      • ', '', '
      • ', ].join('') i[t].views.push(a), delete e.selected }), e.layData.eq(0).html(i[0].views.join('')), e.layData.eq(1).html(i[1].views.join('')), e.renderCheckBtn() }), (v.prototype.renderForm = function (e) { t.render(e, 'LAY-transfer-' + this.index) }), (v.prototype.renderCheckBtn = function (r) { var c = this, o = c.config ;(r = r || {}), c.layBox.each(function (e) { var t = s(this), a = t.find('.' + f), t = t.find('.' + u).find('input[type="checkbox"]'), i = a.find('input[type="checkbox"]'), n = 0, l = !1 i.each(function () { var e = s(this).data('hide') ;(this.checked || this.disabled || e) && n++, this.checked && !e && (l = !0) }), t.prop('checked', l && n === i.length), c.layBtn.eq(e)[l ? 'removeClass' : 'addClass'](h), r.stopNone || ((i = a.children('li:not(.' + d + ')').length), c.noneView(a, i ? '' : o.text.none)) }), c.renderForm('checkbox') }), (v.prototype.noneView = function (e, t) { var a = s('

        ' + (t || '') + '

        ') e.find('.' + r)[0] && e.find('.' + r).remove(), t.replace(/\s/g, '') && e.append(a) }), (v.prototype.setValue = function () { var e = this.config, t = [] return ( this.layBox .eq(1) .find('.' + f + ' input[type="checkbox"]') .each(function () { s(this).data('hide') || t.push(this.value) }), (e.value = t), this ) }), (v.prototype.parseData = function (t) { var i = this.config, n = [] return ( layui.each(i.data, function (e, a) { ;(a = ('function' == typeof i.parseData ? i.parseData(a) : a) || a), n.push((a = s.extend({}, a))), layui.each(i.value, function (e, t) { t == a.value && (a.selected = !0) }), t && t(a) }), (i.data = n), this ) }), (v.prototype.getData = function (e) { var t = this.config, i = [] return ( this.setValue(), layui.each(e || t.value, function (e, a) { layui.each(t.data, function (e, t) { delete t.selected, a == t.value && i.push(t) }) }), i ) }), (v.prototype.transfer = function (e, t) { var a, i = this, n = i.config, l = i.layBox.eq(e), r = [], t = (t ? (((a = (t = t).find( 'input[type="checkbox"]' ))[0].checked = !1), l .siblings('.' + c) .find('.' + f) .append(t.clone()), t.remove(), r.push(a[0].value), i.setValue()) : l.each(function (e) { s(this) .find('.' + f) .children('li') .each(function () { var e = s(this), t = e.find('input[type="checkbox"]'), a = t.data('hide') t[0].checked && !a && ((t[0].checked = !1), l .siblings('.' + c) .find('.' + f) .append(e.clone()), e.remove(), r.push(t[0].value)), i.setValue() }) }), i.renderCheckBtn(), l.siblings('.' + c).find('.' + o + ' input')) '' !== t.val() && t.trigger('keyup'), n.onchange && n.onchange(i.getData(r), e) }), (v.prototype.events = function () { var n = this, l = n.config n.elem.on( 'click', 'input[lay-filter="layTransferCheckbox"]+', function () { var e = s(this).prev(), t = e[0].checked, a = e .parents('.' + c) .eq(0) .find('.' + f) e[0].disabled || ('all' === e.attr('lay-type') && a.find('input[type="checkbox"]').each(function () { this.disabled || (this.checked = t) }), setTimeout(function () { n.renderCheckBtn({ stopNone: !0 }) }, 0)) } ), n.elem.on('dblclick', '.' + f + '>li', function (e) { var t = s(this), a = t.children('input[type="checkbox"]'), i = t.parent().parent() a[0].disabled || n.transfer(i.data('index'), t) }), n.layBtn.on('click', function () { var e = s(this), t = e.data('index') e.hasClass(h) || n.transfer(t) }), n.laySearch.find('input').on('keyup', function () { var i = this.value, e = s(this) .parents('.' + o) .eq(0) .siblings('.' + f), t = e.children('li'), t = (t.each(function () { var e = s(this), t = e.find('input[type="checkbox"]'), a = t[0].title, a = ('cs' !== l.showSearch && ((a = a.toLowerCase()), (i = i.toLowerCase())), -1 !== a.indexOf(i)) e[a ? 'removeClass' : 'addClass'](d), t.data('hide', !a) }), n.renderCheckBtn(), t.length === e.children('li.' + d).length) n.noneView(e, t ? l.text.searchNone : '') }) }), (l.that = {}), (l.config = {}), (i.reload = function (e, t) { e = l.that[e] return e.reload(t), l.call(e) }), (i.getData = function (e) { return l.that[e].getData() }), (i.render = function (e) { e = new v(e) return l.call(e) }), e(a, i) }) layui.define('jquery', function (e) { 'use strict' var a = layui.$, n = (layui.hint(), layui.device(), { config: {}, set: function (e) { var i = this return (i.config = a.extend({}, i.config, e)), i }, on: function (e, i) { return layui.onevent.call(this, d, e, i) }, }), d = 'carousel', r = 'layui-this', s = 'layui-carousel-left', u = 'layui-carousel-right', c = 'layui-carousel-prev', m = 'layui-carousel-next', t = 'layui-carousel-arrow', l = 'layui-carousel-ind', i = function (e) { var i = this ;(i.config = a.extend({}, i.config, n.config, e)), i.render() } ;(i.prototype.config = { width: '600px', height: '280px', full: !1, arrow: 'hover', indicator: 'inside', autoplay: !0, interval: 3e3, anim: '', trigger: 'click', index: 0, }), (i.prototype.render = function () { var e = this, i = e.config ;(i.elem = a(i.elem)), i.elem[0] && ((e.elemItem = i.elem.find('>*[carousel-item]>*')), i.index < 0 && (i.index = 0), i.index >= e.elemItem.length && (i.index = e.elemItem.length - 1), i.interval < 800 && (i.interval = 800), i.full ? i.elem.css({ position: 'fixed', width: '100%', height: '100%', zIndex: 9999, }) : i.elem.css({ width: i.width, height: i.height }), i.elem.attr('lay-anim', i.anim), e.elemItem.eq(i.index).addClass(r), e.elemItem.length <= 1 || (e.indicator(), e.arrow(), e.autoplay(), e.events())) }), (i.prototype.reload = function (e) { var i = this clearInterval(i.timer), (i.config = a.extend({}, i.config, e)), i.render() }), (i.prototype.prevIndex = function () { var e = this.config.index - 1 return (e = e < 0 ? this.elemItem.length - 1 : e) }), (i.prototype.nextIndex = function () { var e = this.config.index + 1 return (e = e >= this.elemItem.length ? 0 : e) }), (i.prototype.addIndex = function (e) { var i = this.config ;(i.index = i.index + (e = e || 1)), i.index >= this.elemItem.length && (i.index = 0) }), (i.prototype.subIndex = function (e) { var i = this.config ;(i.index = i.index - (e = e || 1)), i.index < 0 && (i.index = this.elemItem.length - 1) }), (i.prototype.autoplay = function () { var e = this, i = e.config i.autoplay && (clearInterval(e.timer), (e.timer = setInterval(function () { e.slide() }, i.interval))) }), (i.prototype.arrow = function () { var i = this, e = i.config, n = a( [ '', '', ].join('') ) e.elem.attr('lay-arrow', e.arrow), e.elem.find('.' + t)[0] && e.elem.find('.' + t).remove(), e.elem.append(n), n.on('click', function () { var e = a(this).attr('lay-type') i.slide(e) }) }), (i.prototype.indicator = function () { var i, n = this, t = n.config, e = (n.elemInd = a( [ '
          ', ((i = []), layui.each(n.elemItem, function (e) { i.push( '' ) }), i.join('')), '
        ', ].join('') )) t.elem.attr('lay-indicator', t.indicator), t.elem.find('.' + l)[0] && t.elem.find('.' + l).remove(), t.elem.append(e), 'updown' === t.anim && e.css('margin-top', -e.height() / 2), e .find('li') .on( 'hover' === t.trigger ? 'mouseover' : t.trigger, function () { var e = a(this).index() e > t.index ? n.slide('add', e - t.index) : e < t.index && n.slide('sub', t.index - e) } ) }), (i.prototype.slide = function (e, i) { var n = this, t = n.elemItem, a = n.config, l = a.index, o = a.elem.attr('lay-filter') n.haveSlide || ('sub' === e ? (n.subIndex(i), t.eq(a.index).addClass(c), setTimeout(function () { t.eq(l).addClass(u), t.eq(a.index).addClass(u) }, 50)) : (n.addIndex(i), t.eq(a.index).addClass(m), setTimeout(function () { t.eq(l).addClass(s), t.eq(a.index).addClass(s) }, 50)), setTimeout(function () { t.removeClass(r + ' ' + c + ' ' + m + ' ' + s + ' ' + u), t.eq(a.index).addClass(r), (n.haveSlide = !1) }, 300), n.elemInd .find('li') .eq(a.index) .addClass(r) .siblings() .removeClass(r), (n.haveSlide = !0), (e = { index: a.index, prevIndex: l, item: t.eq(a.index) }), 'function' == typeof a.change && a.change(e), layui.event.call(this, d, 'change(' + o + ')', e)) }), (i.prototype.events = function () { var e = this, i = e.config i.elem.data('haveEvents') || (i.elem .on('mouseenter', function () { 'always' !== e.config.autoplay && clearInterval(e.timer) }) .on('mouseleave', function () { 'always' !== e.config.autoplay && e.autoplay() }), i.elem.data('haveEvents', !0)) }), (n.render = function (e) { return new i(e) }), e(d, n) }) layui.define('jquery', function (e) { 'use strict' var u = layui.jquery, l = { config: {}, index: layui.rate ? layui.rate.index + 1e4 : 0, set: function (e) { var a = this return (a.config = u.extend({}, a.config, e)), a }, on: function (e, a) { return layui.onevent.call(this, i, e, a) }, }, i = 'rate', c = 'layui-icon-rate', r = 'layui-icon-rate-solid', o = 'layui-icon-rate-half', s = 'layui-icon-rate-solid layui-icon-rate-half', f = 'layui-icon-rate layui-icon-rate-half', a = function (e) { var a = this ;(a.index = ++l.index), (a.config = u.extend({}, a.config, l.config, e)), a.render() } ;(a.prototype.config = { length: 5, text: !1, readonly: !1, half: !1, value: 0, theme: '', }), (a.prototype.render = function () { for ( var e = this, a = e.config, l = a.theme ? 'style="color: ' + a.theme + ';"' : '', i = ((a.elem = u(a.elem)), a.value > a.length && (a.value = a.length), parseInt(a.value) === a.value || a.half || (a.value = Math.ceil(a.value) - a.value < 0.5 ? Math.ceil(a.value) : Math.floor(a.value)), '
          '), n = 1; n <= a.length; n++ ) { var t = '
        • ' a.half && parseInt(a.value) !== a.value && n == Math.ceil(a.value) ? (i = i + '
        • ') : (i += t) } i += '
        ' + (a.text ? '' + a.value + '\u661f' : '') + '' var o = a.elem, s = o.next('.layui-rate') s[0] && s.remove(), (e.elemTemp = u(i)), (a.span = e.elemTemp.next('span')), a.setText && a.setText(a.value), o.html(e.elemTemp), o.addClass('layui-inline'), a.readonly || e.action() }), (a.prototype.setvalue = function (e) { ;(this.config.value = e), this.render() }), (a.prototype.action = function () { var i = this.config, n = this.elemTemp, t = n.find('i').width() n.children('li').each(function (e) { var a = e + 1, l = u(this) l.on('click', function (e) { ;(i.value = a), i.half && e.pageX - u(this).offset().left <= t / 2 && (i.value = i.value - 0.5), i.text && n.next('span').text(i.value + '\u661f'), i.choose && i.choose(i.value), i.setText && i.setText(i.value) }), l.on('mousemove', function (e) { n.find('i').each(function () { u(this).addClass(c).removeClass(s) }), n.find('i:lt(' + a + ')').each(function () { u(this).addClass(r).removeClass(f) }), i.half && e.pageX - u(this).offset().left <= t / 2 && l.children('i').addClass(o).removeClass(r) }), l.on('mouseleave', function () { n.find('i').each(function () { u(this).addClass(c).removeClass(s) }), n .find('i:lt(' + Math.floor(i.value) + ')') .each(function () { u(this).addClass(r).removeClass(f) }), i.half && parseInt(i.value) !== i.value && n .children( 'li:eq(' + Math.floor(i.value) + ')' ) .children('i') .addClass(o) .removeClass( 'layui-icon-rate-solid layui-icon-rate' ) }) }) }), (a.prototype.events = function () { this.config }), (l.render = function (e) { e = new a(e) return function () { var a = this return { setvalue: function (e) { a.setvalue.call(a, e) }, config: a.config, } }.call(e) }), e(i, l) }) layui.define('jquery', function (l) { 'use strict' var g = layui.$, e = function (l) {} ;(e.prototype.load = function (l) { var t, i, n, e, r, o, a, c, m, s, u, f, y, d = this, p = 0, h = g((l = l || {}).elem) if (h[0]) return ( (e = g(l.scrollElem || document)), (r = l.mb || 50), (o = !('isAuto' in l) || l.isAuto), (a = l.end || '\u6ca1\u6709\u66f4\u591a\u4e86'), (c = l.scrollElem && l.scrollElem !== document), (m = '\u52a0\u8f7d\u66f4\u591a'), (s = g( '' )), h.find('.layui-flow-more')[0] || h.append(s), (u = function (l, e) { ;(l = g(l)), s.before(l), (e = 0 == e || null) ? s.html(a) : s.find('a').html(m), (i = e), (t = null), y && y() }), (f = function () { ;(t = !0), s .find('a') .html( '' ), 'function' == typeof l.done && l.done(++p, u) }), f(), s.find('a').on('click', function () { g(this) i || t || f() }), l.isLazyimg && (y = d.lazyimg({ elem: l.elem + ' img', scrollElem: l.scrollElem, })), o && e.on('scroll', function () { var e = g(this), o = e.scrollTop() n && clearTimeout(n), !i && h.width() && (n = setTimeout(function () { var l = (c ? e : g(window)).height() ;(c ? e.prop('scrollHeight') : document.documentElement .scrollHeight) - o - l <= r && (t || f()) }, 100)) }), d ) }), (e.prototype.lazyimg = function (l) { var e, c = this, m = 0, s = g((l = l || {}).scrollElem || document), u = l.elem || 'img', f = l.scrollElem && l.scrollElem !== document, y = function (e, l) { var o, t = s.scrollTop(), l = t + l, i = f ? e.offset().top - s.offset().top + t : e.offset().top t <= i && i <= l && e.attr('lay-src') && ((o = e.attr('lay-src')), layui.img( o, function () { var l = c.lazyimg.elem.eq(m) e.attr('src', o).removeAttr('lay-src'), l[0] && n(l), m++ }, function () { c.lazyimg.elem.eq(m) e.removeAttr('lay-src') } )) }, n = function (l, e) { var o = (f ? e || s : g(window)).height(), t = s.scrollTop(), i = t + o if (((c.lazyimg.elem = g(u)), l)) y(l, o) else for (var n = 0; n < c.lazyimg.elem.length; n++) { var r = c.lazyimg.elem.eq(n), a = f ? r.offset().top - s.offset().top + t : r.offset().top if ((y(r, o), (m = n), i < a)) break } } return ( n(), s.on('scroll', function () { var l = g(this) e && clearTimeout(e), (e = setTimeout(function () { n(null, l) }, 50)) }), n ) }), l('flow', new e()) }) layui.define(['layer', 'form'], function (t) { 'use strict' var u = layui.$, c = layui.layer, a = layui.form, d = (layui.hint(), layui.device()), i = 'layedit', y = 'layui-disabled', e = function () { ;(this.index = 0), (this.config = { tool: [ 'strong', 'italic', 'underline', 'del', '|', 'left', 'center', 'right', '|', 'link', 'unlink', ], hideTool: [], height: 280, }) }, f = ((e.prototype.set = function (t) { return u.extend(!0, this.config, t), this }), (e.prototype.on = function (t, e) { return layui.onevent(i, t, e) }), (e.prototype.build = function (t, e) { e = e || {} var i, l, a = this, n = a.config, o = 'layui-layedit', s = u('string' == typeof t ? '#' + t : t), r = 'LAY_layedit_' + ++a.index, c = s.next('.' + o), n = u.extend({}, n, e), e = ((i = []), (l = {}), layui.each(n.hideTool, function (t, e) { l[e] = !0 }), layui.each(n.tool, function (t, e) { C[e] && !l[e] && i.push(C[e]) }), i.join('')), o = u( [ '
        ', '
        ' + e + '
        ', '
        ', '', '
        ', '
        ', ].join('') ) return d.ie && d.ie < 8 ? s.removeClass('layui-hide').addClass('layui-show') : (c[0] && c.remove(), f.call(a, o, s[0], n), s.addClass('layui-hide').after(o), a.index) }), (e.prototype.getContent = function (t) { t = n(t) if (t[0]) return l(t[0].document.body.innerHTML) }), (e.prototype.getText = function (t) { t = n(t) if (t[0]) return u(t[0].document.body).text() }), (e.prototype.setContent = function (t, e, i) { var l = n(t) l[0] && (i ? u(l[0].document.body).append(e) : u(l[0].document.body).html(e), layedit.sync(t)) }), (e.prototype.sync = function (t) { t = n(t) t[0] && u('#' + t[1].attr('textarea')).val( l(t[0].document.body.innerHTML) ) }), (e.prototype.getSelection = function (t) { var t = n(t) if (t[0]) return ( (t = p(t[0].document)), document.selection ? t.text : t.toString() ) }), function (a, n, o) { var s = this, r = a.find('iframe') r.css({ height: o.height }).on('load', function () { var t = r.contents(), e = r.prop('contentWindow'), i = t.find('head'), l = u( [ '', ].join('') ), t = t.find('body') i.append(l), t .attr('contenteditable', 'true') .css({ 'min-height': o.height }) .html(n.value || ''), m.apply(s, [e, r, n, o]), g.call(s, e, a, o) }) }), n = function (t) { t = u('#LAY_layedit_' + t) return [t.prop('contentWindow'), t] }, l = function (t) { return (t = 8 == d.ie ? t.replace(/<.+>/g, function (t) { return t.toLowerCase() }) : t) }, m = function (e, t, i, l) { var a = e.document, n = u(a.body) n.on('keydown', function (t) { if (13 === t.keyCode) { var e = p(a) if ('pre' === h(e).parentNode.tagName.toLowerCase()) return t.shiftKey ? void 0 : (c.msg('\u8bf7\u6682\u65f6\u7528shift+enter'), !1) a.execCommand('formatBlock', !1, '

        ') } }), u(i) .parents('form') .on('submit', function () { var t = n.html() 8 == d.ie && (t = t.replace(/<.+>/g, function (t) { return t.toLowerCase() })), (i.value = t) }), n.on('paste', function (t) { a.execCommand('formatBlock', !1, '

        '), setTimeout(function () { o.call(e, n), (i.value = n.html()) }, 100) }) }, o = function (t) { this.document t.find('*[style]').each(function () { var t = this.style.textAlign this.removeAttribute('style'), u(this).css({ 'text-align': t || '' }) }), t.find('table').addClass('layui-table'), t.find('script,link').remove() }, p = function (t) { return t.selection ? t.selection.createRange() : t.getSelection().getRangeAt(0) }, h = function (t) { return t.endContainer || t.parentElement().childNodes[0] }, v = function (t, e, i) { var l, a, n = this.document, o = document.createElement(t) for (l in e) o.setAttribute(l, e[l]) o.removeAttribute('text'), n.selection ? ((a = i.text || e.text), ('a' === t && !a) || (a && (o.innerHTML = a), i.pasteHTML(u(o).prop('outerHTML')), i.select())) : ((a = i.toString() || e.text), ('a' === t && !a) || (a && (o.innerHTML = a), i.deleteContents(), i.insertNode(o))) }, b = function (e, t) { var i = this.document, l = 'layedit-tool-active', i = h(p(i)), a = function (t) { return e.find('.layedit-tool-' + t) } t && t[t.hasClass(l) ? 'removeClass' : 'addClass'](l), e.find('>i').removeClass(l), a('unlink').addClass(y), u(i) .parents() .each(function () { var t = this.tagName.toLowerCase(), e = this.style.textAlign ;('b' !== t && 'strong' !== t) || a('b').addClass(l), ('i' !== t && 'em' !== t) || a('i').addClass(l), 'u' === t && a('u').addClass(l), 'strike' === t && a('d').addClass(l), 'p' === t && a( 'center' === e ? 'center' : 'right' === e ? 'right' : 'left' ).addClass(l), 'a' === t && (a('link').addClass(l), a('unlink').removeClass(y)) }) }, g = function (a, t, e) { var n = a.document, o = u(n.body), s = { link: function (i) { var t = h(i), l = u(t).parent() x.call( o, { href: l.attr('href'), target: l.attr('target') }, function (t) { var e = l[0] 'A' === e.tagName ? (e.href = t.url) : v.call( a, 'a', { target: t.target, href: t.url, text: t.url, }, i ) } ) }, unlink: function (t) { n.execCommand('unlink') }, code: function (e) { k.call(o, function (t) { v.call( a, 'pre', { text: t.code, 'lay-lang': t.lang }, e ) }) }, help: function () { c.open({ type: 2, title: '\u5e2e\u52a9', area: ['600px', '380px'], shadeClose: !0, shade: 0.1, skin: 'layui-layer-msg', content: ['', 'no'], }) }, }, r = t.find('.layui-layedit-tool'), i = function () { var t, e = u(this), i = e.attr('layedit-event'), l = e.attr('lay-command') e.hasClass(y) || (o.focus(), (t = p(n)).commonAncestorContainer, l ? (n.execCommand(l), /justifyLeft|justifyCenter|justifyRight/.test( l ) && n.execCommand('formatBlock', !1, '

        '), setTimeout(function () { o.focus() }, 10)) : s[i] && s[i].call(this, t), b.call(a, r, e)) }, l = /image/ r .find('>i') .on('mousedown', function () { var t = u(this).attr('layedit-event') l.test(t) || i.call(this) }) .on('click', function () { var t = u(this).attr('layedit-event') l.test(t) && i.call(this) }), o.on('click', function () { b.call(a, r) }) }, x = function (t, i) { var l = this, t = c.open({ type: 1, id: 'LAY_layedit_link', area: '350px', shade: 0.05, shadeClose: !0, moveType: 1, title: '\u8d85\u94fe\u63a5', skin: 'layui-layer-msg', content: [ '

          ', '
        • ', '', '
          ', '', '
          ', '
        • ', '
        • ', '', '
          ', '', '', '
          ', '
        • ', '
        • ', '', '', '
        • ', '
        ', ].join(''), success: function (t, e) { a.render('radio'), t .find('.layui-btn-primary') .on('click', function () { c.close(e), l.focus() }), a.on('submit(layedit-link-yes)', function (t) { c.close(x.index), i && i(t.field) }) }, }) x.index = t }, k = function (i) { var l = this, t = c.open({ type: 1, id: 'LAY_layedit_code', area: '550px', shade: 0.05, shadeClose: !0, moveType: 1, title: '\u63d2\u5165\u4ee3\u7801', skin: 'layui-layer-msg', content: [ '
          ', '
        • ', '', '
          ', '', '
          ', '
        • ', '
        • ', '', '
          ', '', '
          ', '
        • ', '
        • ', '', '', '
        • ', '
        ', ].join(''), success: function (t, e) { a.render('select'), t .find('.layui-btn-primary') .on('click', function () { c.close(e), l.focus() }), a.on('submit(layedit-code-yes)', function (t) { c.close(k.index), i && i(t.field) }) }, }) k.index = t }, C = { html: '', strong: '', italic: '', underline: '', del: '', '|': '', left: '', center: '', right: '', link: '', unlink: '', face: '', image: '', code: '', help: '', }, e = new e() t(i, e) }) layui .define(['lay', 'util'], function (e) { 'use strict' var d = layui.$, o = layui.util, u = 'layui-code-title', l = { elem: '.layui-code', title: '', about: '', ln: !0 } e('code', function (e) { var c = (e = d.extend({}, l, e)) ;(e.elem = d(e.elem)), e.elem[0] && layui.each(e.elem.get().reverse(), function (e, l) { var t, a = d(l), i = ((i = a.html()), d.trim(i).replace(/^\n|\n$/, '')), l = d.extend( {}, c, lay.options(l), ((t = {}), layui.each( [ 'title', 'height', 'encode', 'skin', 'about', ], function (e, l) { var i = a.attr('lay-' + l) 'string' == typeof i && (t[l] = i) } ), t) ), s = l.ln ? 'ol' : 'ul', s = d('<' + s + ' class="layui-code-' + s + '">'), n = d('
        ') a.addClass('layui-code-view layui-box'), l.skin && ('notepad' === l.skin && (l.skin = 'dark'), a.addClass('layui-code-' + l.skin)), (i = (i = l.encode ? o.escape(i) : i).replace( /[\r\t\n]+/g, '
      • ' )), a.html(s.html('
      • ' + i + '
      • ')), a.children('.' + u)[0] || (n.html( l.title + (l.about ? '
        ' + l.about + '
        ' : '') ), a.prepend(n)), 0 < (i = Math.floor(s.find('li').length / 100)) && s.css('margin-left', i + 'px'), l.height && s.css('max-height', l.height) }) }) }) .addcss('modules/code.css?v=3', 'skincodecss')