{"version":3,"sources":["js/loading-bar.min.js"],"names":[],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"../../js/loading-bar.min.js","sourcesContent":["(function e(t, n, r) {\n function s(o, u) {\n if (!n[o]) {\n if (!t[o]) {\n var a = typeof require == \"function\" && require;if (!u && a) return a(o, !0);if (i) return i(o, !0);var f = new Error(\"Cannot find module '\" + o + \"'\");throw f.code = \"MODULE_NOT_FOUND\", f;\n }var l = n[o] = { exports: {} };t[o][0].call(l.exports, function (e) {\n var n = t[o][1][e];return s(n ? n : e);\n }, l, l.exports, e, t, n, r);\n }return n[o].exports;\n }var i = typeof require == \"function\" && require;for (var o = 0; o < r.length; o++) {\n s(r[o]);\n }return s;\n})({ 1: [function (require, module, exports) {\n var presets,\n simpleStr,\n wrap,\n slice$ = [].slice,\n toString$ = {}.toString;presets = require(\"./presets\").presets;simpleStr = function simpleStr(arr) {\n return arr.join(\"\");\n };wrap = function wrap(content) {\n return \"data:image/svg+xml;base64,\" + btoa(content);\n };(function () {\n var make, handler, ldBar;make = { head: function head(viewBox) {\n return '\\n ';\n }, gradient: function gradient(dir, dur) {\n var colors, ret, len, gx, gy, x, y, i$, i, idx;dir == null && (dir = 45);dur == null && (dur = 1);colors = slice$.call(arguments, 2);ret = [this.head(\"0 0 100 100\")];len = colors.length * 4 + 1;dir = dir * Math.PI / 180;gx = Math.pow(Math.cos(dir), 2);gy = Math.sqrt(gx - Math.pow(gx, 2));if (dir > Math.PI * .25) {\n gy = Math.pow(Math.sin(dir), 2);gx = Math.sqrt(gy - Math.pow(gy, 2));\n }x = gx * 100;y = gy * 100;ret.push('');for (i$ = 0; i$ < len; ++i$) {\n i = i$;idx = i * 100 / (len - 1);ret.push('');\n }ret.push('\\n\\n');return wrap(ret.join(\"\"));\n }, stripe: function stripe(c1, c2, dur) {\n var ret, i;c1 == null && (c1 = \"#b4b4b4\");c2 == null && (c2 = \"#e6e6e6\");dur == null && (dur = 1);ret = [this.head(\"0 0 100 100\")];ret = ret.concat(['', \"\", function () {\n var i$,\n results$ = [];for (i$ = 0; i$ < 13; ++i$) {\n i = i$;results$.push(''));\n }return results$;\n }().join(\"\"), ''].join(\"\"));return wrap(ret);\n }, bubble: function bubble(c1, c2, count, dur, size, sw) {\n var ret, i$, i, idx, x, r, d;c1 == null && (c1 = \"#39d\");c2 == null && (c2 = \"#9cf\");count == null && (count = 15);dur == null && (dur = 1);size == null && (size = 6);sw == null && (sw = 1);ret = [this.head(\"0 0 200 200\"), ''];for (i$ = 0; i$ < count; ++i$) {\n i = i$;idx = -(i / count) * dur;x = Math.random() * 184 + 8;r = (Math.random() * .7 + .3) * size;d = dur * (1 + Math.random() * .5);ret.push(['', '', \"\", '', '', \"\"].join(\"\"));\n }return wrap(ret.join(\"\") + \"\");\n } };handler = { queue: {}, running: false, main: function main(timestamp) {\n var keepon,\n removed,\n k,\n ref$,\n func,\n ret,\n this$ = this;keepon = false;removed = [];for (k in ref$ = this.queue) {\n func = ref$[k];ret = func(timestamp);if (!ret) {\n removed.push(func);\n }keepon = keepon || ret;\n }for (k in ref$ = this.queue) {\n func = ref$[k];if (removed.indexOf(func) >= 0) {\n delete this.queue[k];\n }\n }if (keepon) {\n return requestAnimationFrame(function (it) {\n return this$.main(it);\n });\n } else {\n return this.running = false;\n }\n }, add: function add(key, f) {\n var this$ = this;if (!this.queue[key]) {\n this.queue[key] = f;\n }if (!this.running) {\n this.running = true;return requestAnimationFrame(function (it) {\n return this$.main(it);\n });\n }\n } };window.ldBar = ldBar = function ldBar(selector, option) {\n var xmlns,\n root,\n cls,\n idPrefix,\n id,\n _domTree,\n newNode,\n x$,\n config,\n attr,\n that,\n isStroke,\n parseRes,\n dom,\n svg,\n text,\n group,\n length,\n path0,\n path1,\n patimg,\n img,\n ret,\n size,\n this$ = this;option == null && (option = {});xmlns = { xlink: \"http://www.w3.org/1999/xlink\" };root = toString$.call(selector).slice(8, -1) === \"String\" ? document.querySelector(selector) : selector;if (!root.ldBar) {\n root.ldBar = this;\n } else {\n return root.ldBar;\n }cls = root.getAttribute(\"class\") || \"\";if (!~cls.indexOf(\"ldBar\")) {\n root.setAttribute(\"class\", cls + \" ldBar\");\n }idPrefix = \"ldBar-\" + Math.random().toString(16).substring(2);id = { key: idPrefix, clip: idPrefix + \"-clip\", filter: idPrefix + \"-filter\", pattern: idPrefix + \"-pattern\", mask: idPrefix + \"-mask\", maskPath: idPrefix + \"-mask-path\" };_domTree = function domTree(n, o) {\n var k, v;n = newNode(n);for (k in o) {\n v = o[k];if (k !== \"attr\") {\n n.appendChild(_domTree(k, v || {}));\n }\n }n.attrs(o.attr || {});return n;\n };newNode = function newNode(n) {\n return document.createElementNS(\"http://www.w3.org/2000/svg\", n);\n };x$ = document.body.__proto__.__proto__.__proto__;x$.text = function (t) {\n return this.appendChild(document.createTextNode(t));\n };x$.attrs = function (o) {\n var k,\n v,\n ret,\n results$ = [];for (k in o) {\n v = o[k];ret = /([^:]+):([^:]+)/.exec(k);if (!ret || !xmlns[ret[1]]) {\n results$.push(this.setAttribute(k, v));\n } else {\n results$.push(this.setAttributeNS(xmlns[ret[1]], k, v));\n }\n }return results$;\n };x$.styles = function (o) {\n var k,\n v,\n results$ = [];for (k in o) {\n v = o[k];results$.push(this.style[k] = v);\n }return results$;\n };x$.append = function (n) {\n var r;return this.appendChild(r = document.createElementNS(\"http://www.w3.og/2000/svg\", n));\n };x$.attr = function (n, v) {\n if (v != null) {\n return this.setAttribute(n, v);\n } else {\n return this.getAttribute(n);\n }\n };config = { type: \"stroke\", img: \"\", path: \"M10 10L90 10M90 8M90 12\", \"fill-dir\": \"btt\", fill: \"#25b\", \"fill-background\": \"#ddd\", \"fill-background-extrude\": 3, \"pattern-size\": null, \"stroke-dir\": \"normal\", stroke: \"#25b\", \"stroke-width\": \"3\", \"stroke-trail\": \"#ddd\", \"stroke-trail-width\": .5, duration: 1, easing: \"linear\", value: 0, \"img-size\": null, bbox: null, \"set-dim\": true, \"aspect-ratio\": \"xMidYMid\", \"transition-in\": false, min: 0, max: 100, precision: 0, padding: undefined };config[\"preset\"] = root.attr(\"data-preset\") || option[\"preset\"];if (config.preset != null) {\n import$(config, presets[config.preset]);\n }for (attr in config) {\n if (that = that = root.attr(\"data-\" + attr)) {\n config[attr] = that;\n }\n }import$(config, option);if (config.img) {\n config.path = null;\n }isStroke = config.type === \"stroke\";parseRes = function parseRes(v) {\n var parser, ret;parser = /data:ldbar\\/res,([^()]+)\\(([^)]+)\\)/;ret = parser.exec(v);if (!ret) {\n return v;\n }return ret = make[ret[1]].apply(make, ret[2].split(\",\"));\n };config.fill = parseRes(config.fill);config.stroke = parseRes(config.stroke);if (config[\"set-dim\"] === \"false\") {\n config[\"set-dim\"] = false;\n }dom = { attr: { \"xmlns:xlink\": \"http://www.w3.org/1999/xlink\", preserveAspectRatio: config[\"aspect-ratio\"], width: \"100%\", height: \"100%\" }, defs: { filter: { attr: { id: id.filter, x: -1, y: -1, width: 3, height: 3 }, feMorphology: { attr: { operator: +config[\"fill-background-extrude\"] >= 0 ? \"dilate\" : \"erode\", radius: Math.abs(+config[\"fill-background-extrude\"]) } }, feColorMatrix: { attr: { values: \"0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0\", result: \"cm\" } } }, mask: { attr: { id: id.mask }, image: { attr: { \"xlink:href\": config.img, filter: \"url(#\" + id.filter + \")\", x: 0, y: 0, width: 100, height: 100, preserveAspectRatio: config[\"aspect-ratio\"] } } }, g: { mask: { attr: { id: id.maskPath }, path: { attr: { d: config.path || \"\", fill: \"#fff\", stroke: \"#fff\", filter: \"url(#\" + id.filter + \")\" } } } }, clipPath: { attr: { id: id.clip }, rect: { attr: { class: \"mask\", fill: \"#000\" } } }, pattern: { attr: { id: id.pattern, patternUnits: \"userSpaceOnUse\", x: 0, y: 0, width: 300, height: 300 }, image: { attr: { x: 0, y: 0, width: 300, height: 300 } } } } };svg = _domTree(\"svg\", dom);text = document.createElement(\"div\");text.setAttribute(\"class\", \"ldBar-label\");root.appendChild(svg);root.appendChild(text);group = [0, 0];length = 0;this.fit = function () {\n var that, box, d, rect;if (that = config[\"bbox\"]) {\n box = that.split(\" \").map(function (it) {\n return +it.trim();\n });box = { x: box[0], y: box[1], width: box[2], height: box[3] };\n } else {\n box = group[1].getBBox();\n }if (!box || box.width === 0 || box.height === 0) {\n box = { x: 0, y: 0, width: 100, height: 100 };\n }d = Math.max.apply(null, [\"stroke-width\", \"stroke-trail-width\", \"fill-background-extrude\"].map(function (it) {\n return config[it];\n })) * 1.5;if (config[\"padding\"] != null) {\n d = +config[\"padding\"];\n }svg.attrs({ viewBox: [box.x - d, box.y - d, box.width + d * 2, box.height + d * 2].join(\" \") });if (config[\"set-dim\"]) {\n [\"width\", \"height\"].map(function (it) {\n if (!root.style[it] || this$.fit[it]) {\n root.style[it] = box[it] + d * 2 + \"px\";return this$.fit[it] = true;\n }\n });\n }rect = group[0].querySelector(\"rect\");if (rect) {\n return rect.attrs({ x: box.x - d, y: box.y - d, width: box.width + d * 2, height: box.height + d * 2 });\n }\n };if (config.path) {\n if (isStroke) {\n group[0] = _domTree(\"g\", { path: { attr: { d: config.path, fill: \"none\", class: \"baseline\" } } });\n } else {\n group[0] = _domTree(\"g\", { rect: { attr: { x: 0, y: 0, width: 100, height: 100, mask: \"url(#\" + id.maskPath + \")\", fill: config[\"fill-background\"], class: \"frame\" } } });\n }svg.appendChild(group[0]);group[1] = _domTree(\"g\", { path: { attr: { d: config.path, class: isStroke ? \"mainline\" : \"solid\", \"clip-path\": config.type === \"fill\" ? \"url(#\" + id.clip + \")\" : \"\" } } });svg.appendChild(group[1]);path0 = group[0].querySelector(isStroke ? \"path\" : \"rect\");path1 = group[1].querySelector(\"path\");if (isStroke) {\n path1.attrs({ fill: \"none\" });\n }patimg = svg.querySelector(\"pattern image\");img = new Image();img.addEventListener(\"load\", function () {\n var box, that;box = (that = config[\"pattern-size\"]) ? { width: +that, height: +that } : img.width && img.height ? { width: img.width, height: img.height } : { width: 300, height: 300 };svg.querySelector(\"pattern\").attrs({ width: box.width, height: box.height });return patimg.attrs({ width: box.width, height: box.height });\n });if (/.+\\..+|^data:/.exec(!isStroke ? config.fill : config.stroke)) {\n img.src = !isStroke ? config.fill : config.stroke;patimg.attrs({ \"xlink:href\": img.src });\n }if (isStroke) {\n path0.attrs({ stroke: config[\"stroke-trail\"], \"stroke-width\": config[\"stroke-trail-width\"] });path1.attrs({ \"stroke-width\": config[\"stroke-width\"], stroke: /.+\\..+|^data:/.exec(config.stroke) ? \"url(#\" + id.pattern + \")\" : config.stroke });\n }if (config.fill && !isStroke) {\n path1.attrs({ fill: /.+\\..+|^data:/.exec(config.fill) ? \"url(#\" + id.pattern + \")\" : config.fill });\n }length = path1.getTotalLength();this.fit();this.inited = true;\n } else if (config.img) {\n if (config[\"img-size\"]) {\n ret = config[\"img-size\"].split(\",\");size = { width: +ret[0], height: +ret[1] };\n } else {\n size = { width: 100, height: 100 };\n }group[0] = _domTree(\"g\", { rect: { attr: { x: 0, y: 0, width: 100, height: 100, mask: \"url(#\" + id.mask + \")\", fill: config[\"fill-background\"] } } });svg.querySelector(\"mask image\").attrs({ width: size.width, height: size.height });group[1] = _domTree(\"g\", { image: { attr: { width: size.width, height: size.height, x: 0, y: 0, preserveAspectRatio: config[\"aspect-ratio\"], \"clip-path\": config.type === \"fill\" ? \"url(#\" + id.clip + \")\" : \"\", \"xlink:href\": config.img, class: \"solid\" } } });img = new Image();img.addEventListener(\"load\", function () {\n var ret, size, v;if (config[\"img-size\"]) {\n ret = config[\"img-size\"].split(\",\");size = { width: +ret[0], height: +ret[1] };\n } else if (img.width && img.height) {\n size = { width: img.width, height: img.height };\n } else {\n size = { width: 100, height: 100 };\n }svg.querySelector(\"mask image\").attrs({ width: size.width, height: size.height });group[1].querySelector(\"image\").attrs({ width: size.width, height: size.height });this$.fit();v = this$.value;this$.value = undefined;this$.set(v, true);return this$.inited = true;\n });img.src = config.img;svg.appendChild(group[0]);svg.appendChild(group[1]);\n }svg.attrs({ width: \"100%\", height: \"100%\" });this.transition = { value: { src: 0, des: 0 }, time: {}, ease: function ease(t, b, c, d) {\n t = t / (d * .5);if (t < 1) {\n return c * .5 * t * t + b;\n }t = t - 1;return -c * .5 * (t * (t - 2) - 1) + b;\n }, handler: function handler(time, doTransition) {\n var ref$, min, max, prec, dv, dt, dur, v, p, node, style, box, dir;doTransition == null && (doTransition = true);if (this.time.src == null) {\n this.time.src = time;\n }ref$ = [config[\"min\"], config[\"max\"], 1 / config[\"precision\"]], min = ref$[0], max = ref$[1], prec = ref$[2];ref$ = [this.value.des - this.value.src, (time - this.time.src) * .001, +config[\"duration\"] || 1], dv = ref$[0], dt = ref$[1], dur = ref$[2];v = doTransition ? this.ease(dt, this.value.src, dv, dur) : this.value.des;if (config.precision) {\n v = Math.round(v * prec) / prec;\n } else if (doTransition) {\n v = Math.round(v);\n }v >= min || (v = min);v <= max || (v = max);text.textContent = v;p = 100 * (v - min) / (max - min);if (isStroke) {\n node = path1;style = { \"stroke-dasharray\": config[\"stroke-dir\"] === \"reverse\" ? \"0 \" + length * (100 - p) * .01 + \" \" + length * p * .01 + \" 0\" : p * .01 * length + \" \" + ((100 - p) * .01 * length + 1) };\n } else {\n box = group[1].getBBox();dir = config[\"fill-dir\"];style = dir === \"btt\" || !dir ? { y: box.y + box.height * (100 - p) * .01, height: box.height * p * .01, x: box.x, width: box.width } : dir === \"ttb\" ? { y: box.y, height: box.height * p * .01, x: box.x, width: box.width } : dir === \"ltr\" ? { y: box.y, height: box.height, x: box.x, width: box.width * p * .01 } : dir === \"rtl\" ? { y: box.y, height: box.height, x: box.x + box.width * (100 - p) * .01, width: box.width * p * .01 } : void 8;node = svg.querySelector(\"rect\");\n }node.attrs(style);if (dt >= dur) {\n delete this.time.src;return false;\n }return true;\n }, start: function start(src, des, doTransition) {\n var ref$,\n this$ = this;ref$ = this.value;ref$.src = src;ref$.des = des;!!(root.offsetWidth || root.offsetHeight || root.getClientRects().length);if (!doTransition || !(root.offsetWidth || root.offsetHeight || root.getClientRects().length)) {\n this.time.src = 0;this.handler(1e3, false);return;\n }return handler.add(id.key, function (time) {\n return this$.handler(time);\n });\n } };this.set = function (v, doTransition) {\n var src, des;doTransition == null && (doTransition = true);src = this.value || 0;if (v != null) {\n this.value = v;\n } else {\n v = this.value;\n }des = this.value;return this.transition.start(src, des, doTransition);\n };this.set(+config.value || 0, config[\"transition-in\"]) || false;return this;\n };return window.addEventListener(\"load\", function () {\n var i$,\n ref$,\n len$,\n node,\n results$ = [];for (i$ = 0, len$ = (ref$ = document.querySelectorAll(\".ldBar\")).length; i$ < len$; ++i$) {\n node = ref$[i$];if (!node.ldBar) {\n results$.push(node.ldBar = new ldBar(node));\n }\n }return results$;\n }, false);\n })();module.exports = ldBar;function import$(obj, src) {\n var own = {}.hasOwnProperty;for (var key in src) {\n if (own.call(src, key)) obj[key] = src[key];\n }return obj;\n }\n }, { \"./presets\": 2 }], 2: [function (require, module, exports) {\n var presets,\n out$ = typeof exports != \"undefined\" && exports || this;out$.presets = presets = { rainbow: { type: \"stroke\", path: \"M10 10L90 10\", stroke: \"data:ldbar/res,gradient(0,1,#a551df,#fd51ad,#ff7f82,#ffb874,#ffeb90)\", bbox: \"10 10 80 10\" }, energy: { type: \"fill\", path: \"M15 5L85 5A5 5 0 0 1 85 15L15 15A5 5 0 0 1 15 5\", stroke: \"#f00\", fill: \"data:ldbar/res,gradient(45,2,#4e9,#8fb,#4e9)\", \"fill-dir\": \"ltr\", \"fill-background\": \"#444\", \"fill-background-extrude\": 1, bbox: \"10 5 80 10\" }, stripe: { type: \"fill\", path: \"M15 5L85 5A5 5 0 0 1 85 15L15 15A5 5 0 0 1 15 5\", stroke: \"#f00\", fill: \"data:ldbar/res,stripe(#25b,#58e,1)\", \"fill-dir\": \"ltr\", \"fill-background\": \"#ddd\", \"fill-background-extrude\": 1, bbox: \"10 5 80 10\" }, text: { type: \"fill\", img: 'data:image/svg+xml,LOADING', \"fill-background-extrude\": 1.3, \"pattern-size\": 100, \"fill-dir\": \"ltr\", \"img-size\": \"70,20\", bbox: \"0 0 70 20\" }, line: { type: \"stroke\", path: \"M10 10L90 10\", stroke: \"#25b\", \"stroke-width\": 3, \"stroke-trail\": \"#ddd\", \"stroke-trail-width\": 1, bbox: \"10 10 80 10\" }, fan: { type: \"stroke\", path: \"M10 90A40 40 0 0 1 90 90\", \"fill-dir\": \"btt\", fill: \"#25b\", \"fill-background\": \"#ddd\", \"fill-background-extrude\": 3, \"stroke-dir\": \"normal\", stroke: \"#25b\", \"stroke-width\": \"3\", \"stroke-trail\": \"#ddd\", \"stroke-trail-width\": .5, bbox: \"10 50 80 40\" }, circle: { type: \"stroke\", path: \"M50 10A40 40 0 0 1 50 90A40 40 0 0 1 50 10\", \"fill-dir\": \"btt\", fill: \"#25b\", \"fill-background\": \"#ddd\", \"fill-background-extrude\": 3, \"stroke-dir\": \"normal\", stroke: \"#25b\", \"stroke-width\": \"3\", \"stroke-trail\": \"#ddd\", \"stroke-trail-width\": .5, bbox: \"10 10 80 80\" }, bubble: { type: \"fill\", path: \"M50 10A40 40 0 0 1 50 90A40 40 0 0 1 50 10\", \"fill-dir\": \"btt\", fill: \"data:ldbar/res,bubble(#39d,#cef)\", \"pattern-size\": \"150\", \"fill-background\": \"#ddd\", \"fill-background-extrude\": 2, \"stroke-dir\": \"normal\", stroke: \"#25b\", \"stroke-width\": \"3\", \"stroke-trail\": \"#ddd\", \"stroke-trail-width\": .5, bbox: \"10 10 80 80\" } };\n }, {}] }, {}, [1]);"]}