layui.js 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. /** layui-v2.4.3 MIT License By https://www.layui.com */ ;
  2. ! function(e) {
  3. "use strict";
  4. var t = document,
  5. o = {
  6. modules: {},
  7. status: {},
  8. timeout: 10,
  9. event: {}
  10. },
  11. n = function() {
  12. this.v = "2.4.3"
  13. },
  14. r = function() {
  15. var e = t.currentScript ? t.currentScript.src : function() {
  16. for (var e, o = t.scripts, n = o.length - 1, r = n; r > 0; r--)
  17. if ("interactive" === o[r].readyState) {
  18. e = o[r].src;
  19. break
  20. }
  21. return e || o[n].src
  22. }();
  23. return e.substring(0, e.lastIndexOf("/") + 1)
  24. }(),
  25. i = function(t) {
  26. e.console && console.error && console.error("Layui hint: " + t)
  27. },
  28. a = "undefined" != typeof opera && "[object Opera]" === opera.toString(),
  29. u = {
  30. layer: "modules/layer",
  31. laydate: "modules/laydate",
  32. laypage: "modules/laypage",
  33. laytpl: "modules/laytpl",
  34. layim: "modules/layim",
  35. layedit: "modules/layedit",
  36. form: "modules/form",
  37. upload: "modules/upload",
  38. tree: "modules/tree",
  39. table: "modules/table",
  40. element: "modules/element",
  41. rate: "modules/rate",
  42. colorpicker: "modules/colorpicker",
  43. slider: "modules/slider",
  44. carousel: "modules/carousel",
  45. flow: "modules/flow",
  46. util: "modules/util",
  47. code: "modules/code",
  48. jquery: "modules/jquery",
  49. mobile: "modules/mobile",
  50. "layui.all": "../layui.all"
  51. };
  52. n.prototype.cache = o, n.prototype.define = function(e, t) {
  53. var n = this,
  54. r = "function" == typeof e,
  55. i = function() {
  56. var e = function(e, t) {
  57. layui[e] = t, o.status[e] = !0
  58. };
  59. return "function" == typeof t && t(function(n, r) {
  60. e(n, r), o.callback[n] = function() {
  61. t(e)
  62. }
  63. }), this
  64. };
  65. return r && (t = e, e = []), layui["layui.all"] || !layui["layui.all"] && layui["layui.mobile"] ? i.call(n) : (n.use(e, i), n)
  66. }, n.prototype.use = function(e, n, l) {
  67. function s(e, t) {
  68. var n = "PLaySTATION 3" === navigator.platform ? /^complete$/ : /^(complete|loaded)$/;
  69. ("load" === e.type || n.test((e.currentTarget || e.srcElement).readyState)) && (o.modules[f] = t, d.removeChild(v), function r() {
  70. return ++m > 1e3 * o.timeout / 4 ? i(f + " is not a valid module") : void(o.status[f] ? c() : setTimeout(r, 4))
  71. }())
  72. }
  73. function c() {
  74. l.push(layui[f]), e.length > 1 ? y.use(e.slice(1), n, l) : "function" == typeof n && n.apply(layui, l)
  75. }
  76. var y = this,
  77. p = o.dir = o.dir ? o.dir : r,
  78. d = t.getElementsByTagName("head")[0];
  79. e = "string" == typeof e ? [e] : e, window.jQuery && jQuery.fn.on && (y.each(e, function(t, o) {
  80. "jquery" === o && e.splice(t, 1)
  81. }), layui.jquery = layui.$ = jQuery);
  82. var f = e[0],
  83. m = 0;
  84. if (l = l || [], o.host = o.host || (p.match(/\/\/([\s\S]+?)\//) || ["//" + location.host + "/"])[0], 0 === e.length || layui["layui.all"] && u[f] || !layui["layui.all"] && layui["layui.mobile"] && u[f]) return c(), y;
  85. if (o.modules[f])! function g() {
  86. return ++m > 1e3 * o.timeout / 4 ? i(f + " is not a valid module") : void("string" == typeof o.modules[f] && o.status[f] ? c() : setTimeout(g, 4))
  87. }();
  88. else {
  89. var v = t.createElement("script"),
  90. h = (u[f] ? p + "lay/" : /^\{\/\}/.test(y.modules[f]) ? "" : o.base || "") + (y.modules[f] || f) + ".js";
  91. h = h.replace(/^\{\/\}/, ""), v.async = !0, v.charset = "utf-8", v.src = h + function() {
  92. var e = o.version === !0 ? o.v || (new Date).getTime() : o.version || "";
  93. return e ? "?v=" + e : ""
  94. }(), d.appendChild(v), !v.attachEvent || v.attachEvent.toString && v.attachEvent.toString().indexOf("[native code") < 0 || a ? v.addEventListener("load", function(e) {
  95. s(e, h)
  96. }, !1) : v.attachEvent("onreadystatechange", function(e) {
  97. s(e, h)
  98. }), o.modules[f] = h
  99. }
  100. return y
  101. }, n.prototype.getStyle = function(t, o) {
  102. var n = t.currentStyle ? t.currentStyle : e.getComputedStyle(t, null);
  103. return n[n.getPropertyValue ? "getPropertyValue" : "getAttribute"](o)
  104. }, n.prototype.link = function(e, n, r) {
  105. var a = this,
  106. u = t.createElement("link"),
  107. l = t.getElementsByTagName("head")[0];
  108. "string" == typeof n && (r = n);
  109. var s = (r || e).replace(/\.|\//g, ""),
  110. c = u.id = "layuicss-" + s,
  111. y = 0;
  112. return u.rel = "stylesheet", u.href = e + (o.debug ? "?v=" + (new Date).getTime() : ""), u.media = "all", t.getElementById(c) || l.appendChild(u), "function" != typeof n ? a : (function p() {
  113. return ++y > 1e3 * o.timeout / 100 ? i(e + " timeout") : void(1989 === parseInt(a.getStyle(t.getElementById(c), "width")) ? function() {
  114. n()
  115. }() : setTimeout(p, 100))
  116. }(), a)
  117. }, o.callback = {}, n.prototype.factory = function(e) {
  118. if (layui[e]) return "function" == typeof o.callback[e] ? o.callback[e] : null
  119. }, n.prototype.addcss = function(e, t, n) {
  120. return layui.link(o.dir + "css/" + e, t, n)
  121. }, n.prototype.img = function(e, t, o) {
  122. var n = new Image;
  123. return n.src = e, n.complete ? t(n) : (n.onload = function() {
  124. n.onload = null, "function" == typeof t && t(n)
  125. }, void(n.onerror = function(e) {
  126. n.onerror = null, "function" == typeof o && o(e)
  127. }))
  128. }, n.prototype.config = function(e) {
  129. e = e || {};
  130. for (var t in e) o[t] = e[t];
  131. return this
  132. }, n.prototype.modules = function() {
  133. var e = {};
  134. for (var t in u) e[t] = u[t];
  135. return e
  136. }(), n.prototype.extend = function(e) {
  137. var t = this;
  138. e = e || {};
  139. for (var o in e) t[o] || t.modules[o] ? i("模块名 " + o + " 已被占用") : t.modules[o] = e[o];
  140. return t
  141. }, n.prototype.router = function(e) {
  142. var t = this,
  143. e = e || location.hash,
  144. o = {
  145. path: [],
  146. search: {},
  147. hash: (e.match(/[^#](#.*$)/) || [])[1] || ""
  148. };
  149. return /^#\//.test(e) ? (e = e.replace(/^#\//, ""), o.href = "/" + e, e = e.replace(/([^#])(#.*$)/, "$1").split("/") || [], t.each(e, function(e, t) {
  150. /^\w+=/.test(t) ? function() {
  151. t = t.split("="), o.search[t[0]] = t[1]
  152. }() : o.path.push(t)
  153. }), o) : o
  154. }, n.prototype.data = function(t, o, n) {
  155. if (t = t || "layui", n = n || localStorage, e.JSON && e.JSON.parse) {
  156. if (null === o) return delete n[t];
  157. o = "object" == typeof o ? o : {
  158. key: o
  159. };
  160. try {
  161. var r = JSON.parse(n[t])
  162. } catch (i) {
  163. var r = {}
  164. }
  165. return "value" in o && (r[o.key] = o.value), o.remove && delete r[o.key], n[t] = JSON.stringify(r), o.key ? r[o.key] : r
  166. }
  167. }, n.prototype.sessionData = function(e, t) {
  168. return this.data(e, t, sessionStorage)
  169. }, n.prototype.device = function(t) {
  170. var o = navigator.userAgent.toLowerCase(),
  171. n = function(e) {
  172. var t = new RegExp(e + "/([^\\s\\_\\-]+)");
  173. return e = (o.match(t) || [])[1], e || !1
  174. },
  175. r = {
  176. os: function() {
  177. return /windows/.test(o) ? "windows" : /linux/.test(o) ? "linux" : /iphone|ipod|ipad|ios/.test(o) ? "ios" : /mac/.test(o) ? "mac" : void 0
  178. }(),
  179. ie: function() {
  180. return !!(e.ActiveXObject || "ActiveXObject" in e) && ((o.match(/msie\s(\d+)/) || [])[1] || "11")
  181. }(),
  182. weixin: n("micromessenger")
  183. };
  184. return t && !r[t] && (r[t] = n(t)), r.android = /android/.test(o), r.ios = "ios" === r.os, r
  185. }, n.prototype.hint = function() {
  186. return {
  187. error: i
  188. }
  189. }, n.prototype.each = function(e, t) {
  190. var o, n = this;
  191. if ("function" != typeof t) return n;
  192. if (e = e || [], e.constructor === Object) {
  193. for (o in e)
  194. if (t.call(e[o], o, e[o])) break
  195. } else
  196. for (o = 0; o < e.length && !t.call(e[o], o, e[o]); o++);
  197. return n
  198. }, n.prototype.sort = function(e, t, o) {
  199. var n = JSON.parse(JSON.stringify(e || []));
  200. return t ? (n.sort(function(e, o) {
  201. var n = /^-?\d+$/,
  202. r = e[t],
  203. i = o[t];
  204. return n.test(r) && (r = parseFloat(r)), n.test(i) && (i = parseFloat(i)), r && !i ? 1 : !r && i ? -1 : r > i ? 1 : r < i ? -1 : 0
  205. }), o && n.reverse(), n) : n
  206. }, n.prototype.stope = function(t) {
  207. t = t || e.event;
  208. try {
  209. t.stopPropagation()
  210. } catch (o) {
  211. t.cancelBubble = !0
  212. }
  213. }, n.prototype.onevent = function(e, t, o) {
  214. return "string" != typeof e || "function" != typeof o ? this : n.event(e, t, null, o)
  215. }, n.prototype.event = n.event = function(e, t, n, r) {
  216. var i = this,
  217. a = null,
  218. u = t.match(/\((.*)\)$/) || [],
  219. l = (e + "." + t).replace(u[0], ""),
  220. s = u[1] || "",
  221. c = function(e, t) {
  222. var o = t && t.call(i, n);
  223. o === !1 && null === a && (a = !1)
  224. };
  225. return r ? (o.event[l] = o.event[l] || {}, o.event[l][s] = [r], this) : (layui.each(o.event[l], function(e, t) {
  226. return "{*}" === s ? void layui.each(t, c) : ("" === e && layui.each(t, c), void(e === s && layui.each(t, c)))
  227. }), a)
  228. }, e.layui = new n
  229. }(window);