updated Dockerfile

pull/57/MERGE
13621160019@163.com 2021-07-30 19:05:54 +08:00
parent 24204896df
commit 302fdf2ce8
143 changed files with 3 additions and 970 deletions

View File

@ -2,11 +2,9 @@ version: '3'
services:
api:
build: ./myems-api
command: gunicorn app:api -b 0.0.0.0
command: gunicorn app:api -b 0.0.0.0:8000
network_mode: "host"
restart: always
# ports:
# - "8000:8000"
aggregation:
build: ./myems-aggregation

View File

@ -3,4 +3,4 @@ WORKDIR /code
COPY . /code
RUN pip install -r requirements.txt
CMD ['gunicorn', 'app:api', '-b 0.0.0.0']
CMD ['gunicorn', 'app:api', '-b 0.0.0.0:8000']

View File

@ -1,9 +0,0 @@
version: '3'
services:
web:
build: .
ports:
- "8000:8000"
volumes:
- .:/code

View File

@ -1,88 +0,0 @@
user nginx;
worker_processes auto;
error_log /var/log/nginx/error.log notice;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /var/log/nginx/access.log main;
sendfile on;
#tcp_nopush on;
keepalive_timeout 65;
server {
listen 80;
server_name localhost;
#access_log /var/log/nginx/host.access.log main;
location / {
root /usr/share/nginx/web;
index index.html index.htm;
}
#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
location /api {
proxy_pass http://127.0.0.1:8000/;
proxy_connect_timeout 75;
proxy_read_timeout 600;
send_timeout 600;
}
}
server {
listen 8001;
server_name localhost;
#access_log /var/log/nginx/host.access.log main;
location / {
root /usr/share/nginx/admin;
index index.html index.htm;
}
#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
location /api {
proxy_pass http://127.0.0.1:8000/;
proxy_connect_timeout 75;
proxy_read_timeout 600;
send_timeout 600;
}
}
}

2
web/.gitignore vendored
View File

@ -9,7 +9,7 @@
/coverage
# production
#/build
/build
# misc
.DS_Store

View File

@ -1,124 +0,0 @@
{
"files": {
"static/js/0.f636a613.chunk.js": "/static/js/0.f636a613.chunk.js",
"static/js/0.f636a613.chunk.js.map": "/static/js/0.f636a613.chunk.js.map",
"static/js/1.8c6e84d0.chunk.js": "/static/js/1.8c6e84d0.chunk.js",
"static/js/1.8c6e84d0.chunk.js.map": "/static/js/1.8c6e84d0.chunk.js.map",
"static/js/2.3235246a.chunk.js": "/static/js/2.3235246a.chunk.js",
"static/js/2.3235246a.chunk.js.map": "/static/js/2.3235246a.chunk.js.map",
"static/js/3.3940d591.chunk.js": "/static/js/3.3940d591.chunk.js",
"static/js/3.3940d591.chunk.js.map": "/static/js/3.3940d591.chunk.js.map",
"static/js/4.ce121c2e.chunk.js": "/static/js/4.ce121c2e.chunk.js",
"static/js/4.ce121c2e.chunk.js.map": "/static/js/4.ce121c2e.chunk.js.map",
"static/js/5.8b0c689d.chunk.js": "/static/js/5.8b0c689d.chunk.js",
"static/js/5.8b0c689d.chunk.js.map": "/static/js/5.8b0c689d.chunk.js.map",
"main.js": "/static/js/main.360ae575.chunk.js",
"main.js.map": "/static/js/main.360ae575.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.0a1ea3b9.js",
"runtime-main.js.map": "/static/js/runtime-main.0a1ea3b9.js.map",
"static/css/8.b10f235d.chunk.css": "/static/css/8.b10f235d.chunk.css",
"static/js/8.8908d735.chunk.js": "/static/js/8.8908d735.chunk.js",
"static/js/8.8908d735.chunk.js.map": "/static/js/8.8908d735.chunk.js.map",
"static/js/9.aafe9456.chunk.js": "/static/js/9.aafe9456.chunk.js",
"static/js/9.aafe9456.chunk.js.map": "/static/js/9.aafe9456.chunk.js.map",
"static/js/10.bba71b2e.chunk.js": "/static/js/10.bba71b2e.chunk.js",
"static/js/10.bba71b2e.chunk.js.map": "/static/js/10.bba71b2e.chunk.js.map",
"static/css/11.c60feeff.chunk.css": "/static/css/11.c60feeff.chunk.css",
"static/js/11.4ed795cd.chunk.js": "/static/js/11.4ed795cd.chunk.js",
"static/js/11.4ed795cd.chunk.js.map": "/static/js/11.4ed795cd.chunk.js.map",
"static/js/12.bf41e393.chunk.js": "/static/js/12.bf41e393.chunk.js",
"static/js/12.bf41e393.chunk.js.map": "/static/js/12.bf41e393.chunk.js.map",
"static/js/13.bb050c3b.chunk.js": "/static/js/13.bb050c3b.chunk.js",
"static/js/13.bb050c3b.chunk.js.map": "/static/js/13.bb050c3b.chunk.js.map",
"static/js/14.5b9d2b7b.chunk.js": "/static/js/14.5b9d2b7b.chunk.js",
"static/js/14.5b9d2b7b.chunk.js.map": "/static/js/14.5b9d2b7b.chunk.js.map",
"static/js/15.43073743.chunk.js": "/static/js/15.43073743.chunk.js",
"static/js/15.43073743.chunk.js.map": "/static/js/15.43073743.chunk.js.map",
"static/js/16.24672a96.chunk.js": "/static/js/16.24672a96.chunk.js",
"static/js/16.24672a96.chunk.js.map": "/static/js/16.24672a96.chunk.js.map",
"static/js/17.3f6c3a71.chunk.js": "/static/js/17.3f6c3a71.chunk.js",
"static/js/17.3f6c3a71.chunk.js.map": "/static/js/17.3f6c3a71.chunk.js.map",
"static/js/18.75980097.chunk.js": "/static/js/18.75980097.chunk.js",
"static/js/18.75980097.chunk.js.map": "/static/js/18.75980097.chunk.js.map",
"index.html": "/index.html",
"precache-manifest.5f2b699d9ad4e815b6c18f5b81bc32eb.js": "/precache-manifest.5f2b699d9ad4e815b6c18f5b81bc32eb.js",
"service-worker.js": "/service-worker.js",
"static/css/11.c60feeff.chunk.css.map": "/static/css/11.c60feeff.chunk.css.map",
"static/css/8.b10f235d.chunk.css.map": "/static/css/8.b10f235d.chunk.css.map",
"static/js/10.bba71b2e.chunk.js.LICENSE.txt": "/static/js/10.bba71b2e.chunk.js.LICENSE.txt",
"static/js/11.4ed795cd.chunk.js.LICENSE.txt": "/static/js/11.4ed795cd.chunk.js.LICENSE.txt",
"static/js/8.8908d735.chunk.js.LICENSE.txt": "/static/js/8.8908d735.chunk.js.LICENSE.txt",
"static/media/1-2.jpg": "/static/media/1-2.ee9d7fdf.jpg",
"static/media/1-3.jpg": "/static/media/1-3.49900529.jpg",
"static/media/1-4.jpg": "/static/media/1-4.2ba5c077.jpg",
"static/media/1-5.jpg": "/static/media/1-5.5f6328d7.jpg",
"static/media/1-6.jpg": "/static/media/1-6.2ccc484f.jpg",
"static/media/1.jpg": "/static/media/1.f1e4972a.jpg",
"static/media/1.svg": "/static/media/1.a8e929d2.svg",
"static/media/1.png": "/static/media/1.c8ae1c7f.png",
"static/media/10.png": "/static/media/10.5bdf3f55.png",
"static/media/10.jpg": "/static/media/10.bb736cf5.jpg",
"static/media/11.png": "/static/media/11.2f7b6266.png",
"static/media/11.jpg": "/static/media/11.9c880100.jpg",
"static/media/12.png": "/static/media/12.e35753d5.png",
"static/media/13.jpg": "/static/media/13.291f8dc3.jpg",
"static/media/14.jpg": "/static/media/14.d087ff99.jpg",
"static/media/15.jpg": "/static/media/15.fe45522f.jpg",
"static/media/16.jpg": "/static/media/16.321fd6d4.jpg",
"static/media/17.jpg": "/static/media/17.5145db24.jpg",
"static/media/18.jpg": "/static/media/18.80c92e6e.jpg",
"static/media/19.jpg": "/static/media/19.3c467e00.jpg",
"static/media/2.png": "/static/media/2.1ac00024.png",
"static/media/2.svg": "/static/media/2.47d043fe.svg",
"static/media/2.jpg": "/static/media/2.faaeef66.jpg",
"static/media/20.jpg": "/static/media/20.c906bddb.jpg",
"static/media/3.jpg": "/static/media/3.cb95ae1b.jpg",
"static/media/3.png": "/static/media/3.49b82d25.png",
"static/media/3.svg": "/static/media/3.67dc7dd1.svg",
"static/media/4.jpg": "/static/media/4.af4fbf41.jpg",
"static/media/4.png": "/static/media/4.e4d22cc3.png",
"static/media/5.png": "/static/media/5.49dbf8dd.png",
"static/media/5.jpg": "/static/media/5.fa2b4662.jpg",
"static/media/6.jpg": "/static/media/6.6576e034.jpg",
"static/media/6.png": "/static/media/6.b1f9653a.png",
"static/media/7.png": "/static/media/7.55ce5c6d.png",
"static/media/7.jpg": "/static/media/7.8bd64e18.jpg",
"static/media/8.png": "/static/media/8.830c0eca.png",
"static/media/8.jpg": "/static/media/8.ff803b4f.jpg",
"static/media/9.jpg": "/static/media/9.9855a86a.jpg",
"static/media/9.png": "/static/media/9.f2d3bbaf.png",
"static/media/arrows-h.svg": "/static/media/arrows-h.31beeeb2.svg",
"static/media/authentication-corner.png": "/static/media/authentication-corner.ccf7bed3.png",
"static/media/bg-1.jpg": "/static/media/bg-1.6d51be08.jpg",
"static/media/bg-2.jpg": "/static/media/bg-2.606d9de8.jpg",
"static/media/bg-navbar.png": "/static/media/bg-navbar.cbdd4783.png",
"static/media/bg-shape.png": "/static/media/bg-shape.49213c49.png",
"static/media/cloud-download.svg": "/static/media/cloud-download.fa22af36.svg",
"static/media/cloud-upload.svg": "/static/media/cloud-upload.7ef49c61.svg",
"static/media/corner-1.png": "/static/media/corner-1.dfdb6c51.png",
"static/media/corner-3.png": "/static/media/corner-3.7df03b54.png",
"static/media/dashboard-alt-dark.png": "/static/media/dashboard-alt-dark.db752d23.png",
"static/media/dashboard-alt-light.png": "/static/media/dashboard-alt-light.02bb9bc6.png",
"static/media/edit-alt.svg": "/static/media/edit-alt.56897987.svg",
"static/media/falcon-mode-dark.jpg": "/static/media/falcon-mode-dark.651bc4bd.jpg",
"static/media/falcon-mode-default.jpg": "/static/media/falcon-mode-default.66875604.jpg",
"static/media/half-circle.png": "/static/media/half-circle.e3156472.png",
"static/media/harvard.png": "/static/media/harvard.89952671.png",
"static/media/left-arrow-from-left.svg": "/static/media/left-arrow-from-left.764b929a.svg",
"static/media/myems.png": "/static/media/myems.32471fec.png",
"static/media/oxford.png": "/static/media/oxford.0410b410.png",
"static/media/paragraph.svg": "/static/media/paragraph.109eeba1.svg",
"static/media/paypal.png": "/static/media/paypal.c42e92ba.png",
"static/media/rocket.png": "/static/media/rocket.5856fd83.png",
"static/media/settings.png": "/static/media/settings.ae4802db.png",
"static/media/shape-1.png": "/static/media/shape-1.e7c6d73f.png",
"static/media/slick-theme.css": "/static/media/slick.f97e3bbf.svg",
"static/media/weather.jpg": "/static/media/weather.6da58429.jpg"
},
"entrypoints": [
"static/js/runtime-main.0a1ea3b9.js",
"static/css/8.b10f235d.chunk.css",
"static/js/8.8908d735.chunk.js",
"static/js/main.360ae575.chunk.js"
]
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1 +0,0 @@
<!doctype html><html lang="en" dir="ltr"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#2c7be5"/><link rel="manifest" href="/manifest.json"/><title>MyEMS | An Industry Leanding Open Source Energy Management System</title><link href="/static/css/8.b10f235d.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><main class="main" id="main"></main><script>!function(e){function t(t){for(var n,o,u=t[0],f=t[1],i=t[2],l=0,s=[];l<u.length;l++)o=u[l],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&s.push(a[o][0]),a[o]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(d&&d(t);s.length;)s.shift()();return c.push.apply(c,i||[]),r()}function r(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var f=r[o];0!==a[f]&&(n=!1)}n&&(c.splice(t--,1),e=u(u.s=r[0]))}return e}var n={},o={7:0},a={7:0},c=[];function u(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,u),r.l=!0,r.exports}u.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{11:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({}[e]||e)+"."+{0:"31d6cfe0",1:"31d6cfe0",2:"31d6cfe0",3:"31d6cfe0",4:"31d6cfe0",5:"31d6cfe0",9:"31d6cfe0",10:"31d6cfe0",11:"c60feeff",12:"31d6cfe0",13:"31d6cfe0",14:"31d6cfe0",15:"31d6cfe0",16:"31d6cfe0",17:"31d6cfe0",18:"31d6cfe0"}[e]+".chunk.css",a=u.p+n,c=document.getElementsByTagName("link"),f=0;f<c.length;f++){var i=(d=c[f]).getAttribute("data-href")||d.getAttribute("href");if("stylesheet"===d.rel&&(i===n||i===a))return t()}var l=document.getElementsByTagName("style");for(f=0;f<l.length;f++){var d;if((i=(d=l[f]).getAttribute("data-href"))===n||i===a)return t()}var s=document.createElement("link");s.rel="stylesheet",s.type="text/css",s.onload=t,s.onerror=function(t){var n=t&&t.target&&t.target.src||a,c=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");c.code="CSS_CHUNK_LOAD_FAILED",c.request=n,delete o[e],s.parentNode.removeChild(s),r(c)},s.href=a,document.getElementsByTagName("head")[0].appendChild(s)})).then((function(){o[e]=0})));var r=a[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=a[e]=[t,n]}));t.push(r[2]=n);var c,f=document.createElement("script");f.charset="utf-8",f.timeout=120,u.nc&&f.setAttribute("nonce",u.nc),f.src=function(e){return u.p+"static/js/"+({}[e]||e)+"."+{0:"f636a613",1:"8c6e84d0",2:"3235246a",3:"3940d591",4:"ce121c2e",5:"8b0c689d",9:"aafe9456",10:"bba71b2e",11:"4ed795cd",12:"bf41e393",13:"bb050c3b",14:"5b9d2b7b",15:"43073743",16:"24672a96",17:"3f6c3a71",18:"75980097"}[e]+".chunk.js"}(e);var i=new Error;c=function(t){f.onerror=f.onload=null,clearTimeout(l);var r=a[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;i.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",i.name="ChunkLoadError",i.type=n,i.request=o,r[1](i)}a[e]=void 0}};var l=setTimeout((function(){c({type:"timeout",target:f})}),12e4);f.onerror=f.onload=c,document.head.appendChild(f)}return Promise.all(t)},u.m=e,u.c=n,u.d=function(e,t,r){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},u.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(e,t){if(1&t&&(e=u(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(u.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)u.d(r,n,function(t){return e[t]}.bind(null,n));return r},u.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(t,"a",t),t},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.p="/",u.oe=function(e){throw console.error(e),e};var f=this.webpackJsonpmyems=this.webpackJsonpmyems||[],i=f.push.bind(f);f.push=t,f=f.slice();for(var l=0;l<f.length;l++)t(f[l]);var d=i;r()}([])</script><script src="/static/js/8.8908d735.chunk.js"></script><script src="/static/js/main.360ae575.chunk.js"></script></body></html>

View File

@ -1,15 +0,0 @@
{
"short_name": "MyEMS",
"name": "MyEMS | An Industry Leading Open Source Energy Management System",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#2c7be5",
"background_color": "#edf2f9"
}

View File

@ -1,418 +0,0 @@
self.__precacheManifest = (self.__precacheManifest || []).concat([
{
"revision": "480aa32e3bfe949b9778c8893c2d3045",
"url": "/index.html"
},
{
"revision": "c052dc2c8000b4ade88e",
"url": "/static/css/11.c60feeff.chunk.css"
},
{
"revision": "301978d985f474c95708",
"url": "/static/css/8.b10f235d.chunk.css"
},
{
"revision": "6df262c8dce3f8c9ecda",
"url": "/static/js/0.f636a613.chunk.js"
},
{
"revision": "8914e472bf7eb0b9d088",
"url": "/static/js/1.8c6e84d0.chunk.js"
},
{
"revision": "a697969c9fa3098e5369",
"url": "/static/js/10.bba71b2e.chunk.js"
},
{
"revision": "4e2ca156afa8fd1c50ce254d8fe6130f",
"url": "/static/js/10.bba71b2e.chunk.js.LICENSE.txt"
},
{
"revision": "c052dc2c8000b4ade88e",
"url": "/static/js/11.4ed795cd.chunk.js"
},
{
"revision": "c9d766c1dd1c4fc861550f137f41f961",
"url": "/static/js/11.4ed795cd.chunk.js.LICENSE.txt"
},
{
"revision": "4381fee1408bd2271d64",
"url": "/static/js/12.bf41e393.chunk.js"
},
{
"revision": "6ccde6d341a1f03aba37",
"url": "/static/js/13.bb050c3b.chunk.js"
},
{
"revision": "5d10d67e45874bc23fb5",
"url": "/static/js/14.5b9d2b7b.chunk.js"
},
{
"revision": "1de685f835c06837201f",
"url": "/static/js/15.43073743.chunk.js"
},
{
"revision": "817e4dbed7b9d68ae920",
"url": "/static/js/16.24672a96.chunk.js"
},
{
"revision": "3e6730c5a76f8577ce78",
"url": "/static/js/17.3f6c3a71.chunk.js"
},
{
"revision": "4b505a849bc380e17016",
"url": "/static/js/18.75980097.chunk.js"
},
{
"revision": "f119d0b169aef10bae40",
"url": "/static/js/2.3235246a.chunk.js"
},
{
"revision": "f608fbaa6ee157271623",
"url": "/static/js/3.3940d591.chunk.js"
},
{
"revision": "7e19d1ae5f625ca8c877",
"url": "/static/js/4.ce121c2e.chunk.js"
},
{
"revision": "52f9c4d8882dd40d833e",
"url": "/static/js/5.8b0c689d.chunk.js"
},
{
"revision": "301978d985f474c95708",
"url": "/static/js/8.8908d735.chunk.js"
},
{
"revision": "6a2cf88a2f6c067a95c8c14eb6f143b8",
"url": "/static/js/8.8908d735.chunk.js.LICENSE.txt"
},
{
"revision": "2a42e977168af93d71d6",
"url": "/static/js/9.aafe9456.chunk.js"
},
{
"revision": "e27d54fd0b1f1c6f4456",
"url": "/static/js/main.360ae575.chunk.js"
},
{
"revision": "8781ea58cf49d7781460",
"url": "/static/js/runtime-main.0a1ea3b9.js"
},
{
"revision": "ee9d7fdff9eb607691b5b08981718c3a",
"url": "/static/media/1-2.ee9d7fdf.jpg"
},
{
"revision": "49900529228aaa4a5c241050bc3f4a88",
"url": "/static/media/1-3.49900529.jpg"
},
{
"revision": "2ba5c077a74aebc0196adaba27ef221d",
"url": "/static/media/1-4.2ba5c077.jpg"
},
{
"revision": "5f6328d76895e86d279f5d108beb2cb9",
"url": "/static/media/1-5.5f6328d7.jpg"
},
{
"revision": "2ccc484f4548fcd817e8a08a32dc6365",
"url": "/static/media/1-6.2ccc484f.jpg"
},
{
"revision": "38f0341f8b2b62b679d5e1dcdbec9507",
"url": "/static/media/1.38f0341f.jpg"
},
{
"revision": "a8e929d292237c5c446cc223270f0a75",
"url": "/static/media/1.a8e929d2.svg"
},
{
"revision": "c8ae1c7fe2cd2e6c1528801ed2637d43",
"url": "/static/media/1.c8ae1c7f.png"
},
{
"revision": "f1e4972a1a38889dfc2f764462abc63f",
"url": "/static/media/1.f1e4972a.jpg"
},
{
"revision": "5bdf3f5568bff456aa81cb33a0d031d6",
"url": "/static/media/10.5bdf3f55.png"
},
{
"revision": "bb736cf561e1e55484017548cc3e89ac",
"url": "/static/media/10.bb736cf5.jpg"
},
{
"revision": "2f7b626605296aeaaabde6838821f916",
"url": "/static/media/11.2f7b6266.png"
},
{
"revision": "9c880100f0a7a5cc3170c764285b7f3a",
"url": "/static/media/11.9c880100.jpg"
},
{
"revision": "e35753d5a2aa7e3f41ad4eadda811a3e",
"url": "/static/media/12.e35753d5.png"
},
{
"revision": "291f8dc3fd63d477d1057253d2581f9a",
"url": "/static/media/13.291f8dc3.jpg"
},
{
"revision": "2e238fd18606f8076b216f8f6fa3f3ae",
"url": "/static/media/14.2e238fd1.jpg"
},
{
"revision": "d087ff998689766214ca618106387683",
"url": "/static/media/14.d087ff99.jpg"
},
{
"revision": "fe45522fbe324c21109877e52c48c7ca",
"url": "/static/media/15.fe45522f.jpg"
},
{
"revision": "321fd6d464a0ac8538479a5149b804a7",
"url": "/static/media/16.321fd6d4.jpg"
},
{
"revision": "5145db2480ebdbc7e77dd705cd931d6d",
"url": "/static/media/17.5145db24.jpg"
},
{
"revision": "80c92e6e2848ee24eb2137384ec44ac9",
"url": "/static/media/18.80c92e6e.jpg"
},
{
"revision": "3c467e003bd1e41ebf900298082b826f",
"url": "/static/media/19.3c467e00.jpg"
},
{
"revision": "1ac0002489fd543bdb213060cf8d45b1",
"url": "/static/media/2.1ac00024.png"
},
{
"revision": "47d043fed8ec4c9a18a52e571e46be08",
"url": "/static/media/2.47d043fe.svg"
},
{
"revision": "62aa9abd74e844da446d68a0eb1bef31",
"url": "/static/media/2.62aa9abd.jpg"
},
{
"revision": "faaeef66117142873e8873a7b2aae131",
"url": "/static/media/2.faaeef66.jpg"
},
{
"revision": "c906bddbf3338dfb8295519687ed8dcc",
"url": "/static/media/20.c906bddb.jpg"
},
{
"revision": "26a0fdf584a39059fea7758281d8f39d",
"url": "/static/media/3.26a0fdf5.jpg"
},
{
"revision": "49b82d256e17ac5cf9f6a4a7f2c7a58f",
"url": "/static/media/3.49b82d25.png"
},
{
"revision": "67dc7dd1cc8c87378cd6407c1b2160f5",
"url": "/static/media/3.67dc7dd1.svg"
},
{
"revision": "cb95ae1bb0d83eebe014ef0f1063dd8c",
"url": "/static/media/3.cb95ae1b.jpg"
},
{
"revision": "823234a7116ae9d1398795fed2580e67",
"url": "/static/media/4.823234a7.jpg"
},
{
"revision": "af4fbf4104c9bd5491c3feecd589948c",
"url": "/static/media/4.af4fbf41.jpg"
},
{
"revision": "e4d22cc3ef98612e7a00559d62ec4344",
"url": "/static/media/4.e4d22cc3.png"
},
{
"revision": "49dbf8dd4802b014aef6dc47a197cc50",
"url": "/static/media/5.49dbf8dd.png"
},
{
"revision": "e8ccb3af6b5757abcbd432c9b36adfd9",
"url": "/static/media/5.e8ccb3af.jpg"
},
{
"revision": "fa2b4662b1b46e822cfa23966db21f6c",
"url": "/static/media/5.fa2b4662.jpg"
},
{
"revision": "3a04b45777adf81ba3b4facaa17c13ae",
"url": "/static/media/6.3a04b457.jpg"
},
{
"revision": "6576e0340bd1d4e06433b414f4b325af",
"url": "/static/media/6.6576e034.jpg"
},
{
"revision": "b1f9653abb2e1ef18cce8a46db0a83cd",
"url": "/static/media/6.b1f9653a.png"
},
{
"revision": "55ce5c6d8fdbcb8e3f3fff3cbcc9797a",
"url": "/static/media/7.55ce5c6d.png"
},
{
"revision": "6fbae7c866070179d15d83378d528a63",
"url": "/static/media/7.6fbae7c8.jpg"
},
{
"revision": "8bd64e18b446c20a4414a8cccdb1b2f1",
"url": "/static/media/7.8bd64e18.jpg"
},
{
"revision": "830c0ecaacd8572b4bfdd8be199146d6",
"url": "/static/media/8.830c0eca.png"
},
{
"revision": "9aac4546ee57f39ad22990da68a2e0f3",
"url": "/static/media/8.9aac4546.jpg"
},
{
"revision": "ff803b4fe3f29c760ececc660423baaa",
"url": "/static/media/8.ff803b4f.jpg"
},
{
"revision": "8c12f93c171cf87bbad0789e4258b2e3",
"url": "/static/media/9.8c12f93c.jpg"
},
{
"revision": "9855a86a4c4ad24819d055cf06f15c8a",
"url": "/static/media/9.9855a86a.jpg"
},
{
"revision": "f2d3bbaf0929ca9ca87ca39d8adc67bf",
"url": "/static/media/9.f2d3bbaf.png"
},
{
"revision": "31beeeb25f33e647a761b5d8b2e83f1d",
"url": "/static/media/arrows-h.31beeeb2.svg"
},
{
"revision": "ccf7bed3ad776d1154f8307a4b1dd915",
"url": "/static/media/authentication-corner.ccf7bed3.png"
},
{
"revision": "6d51be08b7129324b133f66f59108f32",
"url": "/static/media/bg-1.6d51be08.jpg"
},
{
"revision": "606d9de807179bcca0e0e37c173ff44f",
"url": "/static/media/bg-2.606d9de8.jpg"
},
{
"revision": "cbdd478362c8b95b68cd1ab62e1486b1",
"url": "/static/media/bg-navbar.cbdd4783.png"
},
{
"revision": "49213c49d98a197f3a4064b3acc297e0",
"url": "/static/media/bg-shape.49213c49.png"
},
{
"revision": "fa22af36a4a9b1be96e379d1cbaef72d",
"url": "/static/media/cloud-download.fa22af36.svg"
},
{
"revision": "7ef49c61af901f469f462722681207bf",
"url": "/static/media/cloud-upload.7ef49c61.svg"
},
{
"revision": "dfdb6c51fda7357ab0fd28af8882094f",
"url": "/static/media/corner-1.dfdb6c51.png"
},
{
"revision": "7df03b547acf315db962f1e2ba85ddd6",
"url": "/static/media/corner-3.7df03b54.png"
},
{
"revision": "db752d23880cd380f9713ea03fb1ac16",
"url": "/static/media/dashboard-alt-dark.db752d23.png"
},
{
"revision": "02bb9bc67585c6212c7675e3ca11fa50",
"url": "/static/media/dashboard-alt-light.02bb9bc6.png"
},
{
"revision": "56897987d9c08c472aedd5e02478e8f9",
"url": "/static/media/edit-alt.56897987.svg"
},
{
"revision": "651bc4bd42608cc76294159a4c801976",
"url": "/static/media/falcon-mode-dark.651bc4bd.jpg"
},
{
"revision": "668756048d09e276f8baf04572a72d64",
"url": "/static/media/falcon-mode-default.66875604.jpg"
},
{
"revision": "e3156472270dc71804db82dcbc69cfd9",
"url": "/static/media/half-circle.e3156472.png"
},
{
"revision": "89952671d1a869e24e99b58c919344dc",
"url": "/static/media/harvard.89952671.png"
},
{
"revision": "764b929aa8704976d3ac798dc9b93115",
"url": "/static/media/left-arrow-from-left.764b929a.svg"
},
{
"revision": "32471fec70dee04bf5a56ebb0cebb92a",
"url": "/static/media/myems.32471fec.png"
},
{
"revision": "0410b410be1bdb6b3676565879500dfe",
"url": "/static/media/oxford.0410b410.png"
},
{
"revision": "109eeba1554ac2e353dd41be77191f14",
"url": "/static/media/paragraph.109eeba1.svg"
},
{
"revision": "c42e92ba02cae85f2fdd51234d4256f6",
"url": "/static/media/paypal.c42e92ba.png"
},
{
"revision": "5856fd8354d9e616353d06fffa77aad1",
"url": "/static/media/rocket.5856fd83.png"
},
{
"revision": "ae4802dbc4804dd2d9bffcf693bf0071",
"url": "/static/media/settings.ae4802db.png"
},
{
"revision": "e7c6d73f68fe6e2e1c2c56de81c39547",
"url": "/static/media/shape-1.e7c6d73f.png"
},
{
"revision": "b7c9e1e479de3b53f1e4e30ebac2403a",
"url": "/static/media/slick.b7c9e1e4.woff"
},
{
"revision": "ced611daf7709cc778da928fec876475",
"url": "/static/media/slick.ced611da.eot"
},
{
"revision": "d41f55a78e6f49a5512878df1737e58a",
"url": "/static/media/slick.d41f55a7.ttf"
},
{
"revision": "f97e3bbf73254b0112091d0192f17aec",
"url": "/static/media/slick.f97e3bbf.svg"
},
{
"revision": "6da5842969897bcf6f74c77e3e2b0c2c",
"url": "/static/media/weather.6da58429.jpg"
}
]);

View File

@ -1,39 +0,0 @@
/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Workbox build configuration
* and re-run your build process.
* See https://goo.gl/2aRDsh
*/
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"/precache-manifest.5f2b699d9ad4e815b6c18f5b81bc32eb.js"
);
self.addEventListener('message', (event) => {
if (event.data && event.data.type === 'SKIP_WAITING') {
self.skipWaiting();
}
});
workbox.core.clientsClaim();
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("/index.html"), {
blacklist: [/^\/_/,/\/[^\/?]+\.[^\/]+$/],
});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
(this.webpackJsonpmyems=this.webpackJsonpmyems||[]).push([[0],{1622:function(e,a,t){"use strict";t.r(a);var n=t(0),l=t.n(n),r=t(1042),c=t.n(r),o=t(299),i=t(290),s=t(300),m=t(171),u=t(294),g=t(46),p=(t(172),t(1036)),f=t(1049),d=t.n(f),E=t(5),P=t(23),h=[{dataField:"startdatetime",order:"asc"}];a.default=Object(p.a)()((function(e){var a=e.title,t=e.data,r=e.columns,p=e.pagesize,b=(e.t,{custom:!0,sizePerPage:p,totalSize:t.length}),z=function(e){var a=e.page,t=e.onPageChange;return function(){t(a+1)}},v=function(e){var a=e.page,t=e.onPageChange;return function(){t(a-1)}};return l.a.createElement(n.Fragment,null,l.a.createElement(o.a,null,l.a.createElement(g.a,{title:a,className:"bg-light"}),l.a.createElement(i.a,null,l.a.createElement(f.PaginationProvider,{pagination:d()(b)},(function(e){var a=e.paginationProps,o=e.paginationTableProps,i=a.page*a.sizePerPage;return l.a.createElement(n.Fragment,null,l.a.createElement(s.a,null,l.a.createElement(m.a,null,l.a.createElement(c.a,Object.assign({bootstrap4:!0,keyField:"id",data:t,columns:r,defaultSorted:h},o)))),l.a.createElement(s.a,{noGutters:!0,className:"px-1 py-3 flex-center"},l.a.createElement(m.a,{xs:"auto"},l.a.createElement(u.a,{color:"falcon-default",size:"sm",onClick:v(a),disabled:1===a.page},l.a.createElement(P.a,{icon:"chevron-left"})),Object(E.i)(a.totalSize,a.sizePerPage).map((function(e){return l.a.createElement(u.a,{color:a.page===e?"falcon-primary":"falcon-default",size:"sm",className:"ml-2",onClick:function(){return a.onPageChange(e)},key:e},e)})),l.a.createElement(u.a,{color:"falcon-default",size:"sm",className:"ml-2",onClick:z(a),disabled:i>=a.totalSize},l.a.createElement(P.a,{icon:"chevron-right"})))))})))))}))}}]);
//# sourceMappingURL=0.f636a613.chunk.js.map

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
(this.webpackJsonpmyems=this.webpackJsonpmyems||[]).push([[1],{1623:function(e,a,t){"use strict";t.r(a);var l=t(0),n=t.n(l),r=t(1042),c=t.n(r),m=t(46),s=(t(172),t(299)),u=t(290),i=t(300),d=t(171),o=t(1036),E=[{dataField:"name",order:"asc"}];a.default=Object(o.a)()((function(e){var a=e.title,t=e.data,r=e.columns;e.t;return n.a.createElement(l.Fragment,null,n.a.createElement(s.a,null,n.a.createElement(m.a,{title:a,className:"bg-light"}),n.a.createElement(u.a,null,n.a.createElement(i.a,null,n.a.createElement(d.a,null,n.a.createElement(c.a,{bootstrap4:!0,keyField:"id",data:t,columns:r,defaultSorted:E}))))))}))}}]);
//# sourceMappingURL=1.8c6e84d0.chunk.js.map

View File

@ -1 +0,0 @@
{"version":3,"sources":["components/MyEMS/common/AssociatedEquipmentTable.js"],"names":["defaultSorted","dataField","order","withTranslation","title","data","columns","t","className","bootstrap4","keyField"],"mappings":"iGAAA,6GAQMA,EAAgB,CAAC,CACrBC,UAAW,OACXC,MAAO,QA4BMC,yBAzBkB,SAAC,GAAiC,IAA/BC,EAA8B,EAA9BA,MAAOC,EAAuB,EAAvBA,KAAMC,EAAiB,EAAjBA,QAAiB,EAARC,EACxD,OACE,kBAAC,WAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAkBH,MAAOA,EAAOI,UAAU,aAG1C,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CACEC,YAAU,EACVC,SAAS,KACTL,KAAMA,EACNC,QAASA,EACTN,cAAeA","file":"static/js/1.8c6e84d0.chunk.js","sourcesContent":["import React, { Fragment } from 'react';\nimport BootstrapTable from 'react-bootstrap-table-next';\nimport FalconCardHeader from '../../common/FalconCardHeader';\nimport ButtonIcon from '../../common/ButtonIcon';\nimport { Card, CardBody, CardHeader, Row, Col } from 'reactstrap';\nimport { withTranslation } from 'react-i18next';\n\n\nconst defaultSorted = [{\n dataField: 'name',\n order: 'asc'\n}];\n\nconst AssociatedEquipmentTable = ({ title, data, columns, t }) => {\n return (\n <Fragment>\n <Card>\n <FalconCardHeader title={title} className=\"bg-light\">\n \n </FalconCardHeader>\n <CardBody>\n <Row>\n <Col>\n <BootstrapTable\n bootstrap4\n keyField=\"id\"\n data={data}\n columns={columns}\n defaultSorted={defaultSorted}\n />\n </Col>\n </Row>\n </CardBody>\n </Card>\n </Fragment>\n );\n};\n\nexport default withTranslation()(AssociatedEquipmentTable);\n"],"sourceRoot":""}

File diff suppressed because one or more lines are too long

View File

@ -1,23 +0,0 @@
/*!
Transformation Matrix v2.0
(c) Epistemex 2014-2015
www.epistemex.com
By Ken Fyrstenberg
Contributions by leeoniya.
License: MIT, header required.
*/
/*! *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,33 +0,0 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/*!
*
* typed.js - A JavaScript Typing Animation Library
* Author: Matt Boldt <me@mattboldt.com>
* Version: v2.0.9
* Url: https://github.com/mattboldt/typed.js
* License(s): MIT
*
*/
/** @license React v16.9.0
* react-is.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.9.0
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
(this.webpackJsonpmyems=this.webpackJsonpmyems||[]).push([[18,2],{1609:function(e,a,t){"use strict";t.r(a);var l=t(0),n=t.n(l),r=t(1042),c=t.n(r),m=t(46),s=(t(172),t(299)),u=t(290),i=t(300),d=t(171),o=t(1036),E=[{dataField:"name",order:"asc"}];a.default=Object(o.a)()((function(e){var a=e.title,t=e.data,r=e.columns;e.t;return n.a.createElement(l.Fragment,null,n.a.createElement(s.a,null,n.a.createElement(m.a,{title:a,className:"bg-light"}),n.a.createElement(u.a,null,n.a.createElement(i.a,null,n.a.createElement(d.a,null,n.a.createElement(c.a,{bootstrap4:!0,keyField:"id",data:t,columns:r,defaultSorted:E}))))))}))}}]);
//# sourceMappingURL=18.75980097.chunk.js.map

View File

@ -1 +0,0 @@
{"version":3,"sources":["components/MyEMS/common/ChildSpacesTable.js"],"names":["defaultSorted","dataField","order","withTranslation","title","data","columns","t","className","bootstrap4","keyField"],"mappings":"oGAAA,6GAQMA,EAAgB,CAAC,CACrBC,UAAW,OACXC,MAAO,QA4BMC,yBAzBU,SAAC,GAAiC,IAA/BC,EAA8B,EAA9BA,MAAOC,EAAuB,EAAvBA,KAAMC,EAAiB,EAAjBA,QAAiB,EAARC,EAChD,OACE,kBAAC,WAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAkBH,MAAOA,EAAOI,UAAU,aAG1C,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CACEC,YAAU,EACVC,SAAS,KACTL,KAAMA,EACNC,QAASA,EACTN,cAAeA","file":"static/js/18.75980097.chunk.js","sourcesContent":["import React, { Fragment } from 'react';\nimport BootstrapTable from 'react-bootstrap-table-next';\nimport FalconCardHeader from '../../common/FalconCardHeader';\nimport ButtonIcon from '../../common/ButtonIcon';\nimport { Card, CardBody, CardHeader, Row, Col } from 'reactstrap';\nimport { withTranslation } from 'react-i18next';\n\n\nconst defaultSorted = [{\n dataField: 'name',\n order: 'asc'\n}];\n\nconst ChildSpacesTable = ({ title, data, columns, t }) => {\n return (\n <Fragment>\n <Card>\n <FalconCardHeader title={title} className=\"bg-light\">\n \n </FalconCardHeader>\n <CardBody>\n <Row>\n <Col>\n <BootstrapTable\n bootstrap4\n keyField=\"id\"\n data={data}\n columns={columns}\n defaultSorted={defaultSorted}\n />\n </Col>\n </Row>\n </CardBody>\n </Card>\n </Fragment>\n );\n};\n\nexport default withTranslation()(ChildSpacesTable);\n"],"sourceRoot":""}

View File

@ -1,2 +0,0 @@
(this.webpackJsonpmyems=this.webpackJsonpmyems||[]).push([[2,18],{1609:function(e,a,t){"use strict";t.r(a);var l=t(0),n=t.n(l),r=t(1042),c=t.n(r),m=t(46),s=(t(172),t(299)),u=t(290),i=t(300),d=t(171),o=t(1036),E=[{dataField:"name",order:"asc"}];a.default=Object(o.a)()((function(e){var a=e.title,t=e.data,r=e.columns;e.t;return n.a.createElement(l.Fragment,null,n.a.createElement(s.a,null,n.a.createElement(m.a,{title:a,className:"bg-light"}),n.a.createElement(u.a,null,n.a.createElement(i.a,null,n.a.createElement(d.a,null,n.a.createElement(c.a,{bootstrap4:!0,keyField:"id",data:t,columns:r,defaultSorted:E}))))))}))}}]);
//# sourceMappingURL=2.3235246a.chunk.js.map

View File

@ -1 +0,0 @@
{"version":3,"sources":["components/MyEMS/common/ChildSpacesTable.js"],"names":["defaultSorted","dataField","order","withTranslation","title","data","columns","t","className","bootstrap4","keyField"],"mappings":"oGAAA,6GAQMA,EAAgB,CAAC,CACrBC,UAAW,OACXC,MAAO,QA4BMC,yBAzBU,SAAC,GAAiC,IAA/BC,EAA8B,EAA9BA,MAAOC,EAAuB,EAAvBA,KAAMC,EAAiB,EAAjBA,QAAiB,EAARC,EAChD,OACE,kBAAC,WAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CAAkBH,MAAOA,EAAOI,UAAU,aAG1C,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,KACE,kBAAC,IAAD,CACEC,YAAU,EACVC,SAAS,KACTL,KAAMA,EACNC,QAASA,EACTN,cAAeA","file":"static/js/2.3235246a.chunk.js","sourcesContent":["import React, { Fragment } from 'react';\nimport BootstrapTable from 'react-bootstrap-table-next';\nimport FalconCardHeader from '../../common/FalconCardHeader';\nimport ButtonIcon from '../../common/ButtonIcon';\nimport { Card, CardBody, CardHeader, Row, Col } from 'reactstrap';\nimport { withTranslation } from 'react-i18next';\n\n\nconst defaultSorted = [{\n dataField: 'name',\n order: 'asc'\n}];\n\nconst ChildSpacesTable = ({ title, data, columns, t }) => {\n return (\n <Fragment>\n <Card>\n <FalconCardHeader title={title} className=\"bg-light\">\n \n </FalconCardHeader>\n <CardBody>\n <Row>\n <Col>\n <BootstrapTable\n bootstrap4\n keyField=\"id\"\n data={data}\n columns={columns}\n defaultSorted={defaultSorted}\n />\n </Col>\n </Row>\n </CardBody>\n </Card>\n </Fragment>\n );\n};\n\nexport default withTranslation()(ChildSpacesTable);\n"],"sourceRoot":""}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,91 +0,0 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
/*!
* Chart.js v2.9.4
* https://www.chartjs.org
* (c) 2020 Chart.js Contributors
* Released under the MIT License
*/
/*!
* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
/*!
* is.js 0.8.0
* Author: Aras Atasaygin
*/
/** @license React v0.19.1
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.14.0
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.14.0
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.16.1
* @license
* Copyright (c) 2016 Federico Zivolo and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
//! moment.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,2 +0,0 @@
!function(e){function t(t){for(var n,o,u=t[0],f=t[1],i=t[2],l=0,s=[];l<u.length;l++)o=u[l],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&s.push(a[o][0]),a[o]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(d&&d(t);s.length;)s.shift()();return c.push.apply(c,i||[]),r()}function r(){for(var e,t=0;t<c.length;t++){for(var r=c[t],n=!0,o=1;o<r.length;o++){var f=r[o];0!==a[f]&&(n=!1)}n&&(c.splice(t--,1),e=u(u.s=r[0]))}return e}var n={},o={7:0},a={7:0},c=[];function u(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,u),r.l=!0,r.exports}u.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{11:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({}[e]||e)+"."+{0:"31d6cfe0",1:"31d6cfe0",2:"31d6cfe0",3:"31d6cfe0",4:"31d6cfe0",5:"31d6cfe0",9:"31d6cfe0",10:"31d6cfe0",11:"c60feeff",12:"31d6cfe0",13:"31d6cfe0",14:"31d6cfe0",15:"31d6cfe0",16:"31d6cfe0",17:"31d6cfe0",18:"31d6cfe0"}[e]+".chunk.css",a=u.p+n,c=document.getElementsByTagName("link"),f=0;f<c.length;f++){var i=(d=c[f]).getAttribute("data-href")||d.getAttribute("href");if("stylesheet"===d.rel&&(i===n||i===a))return t()}var l=document.getElementsByTagName("style");for(f=0;f<l.length;f++){var d;if((i=(d=l[f]).getAttribute("data-href"))===n||i===a)return t()}var s=document.createElement("link");s.rel="stylesheet",s.type="text/css",s.onload=t,s.onerror=function(t){var n=t&&t.target&&t.target.src||a,c=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");c.code="CSS_CHUNK_LOAD_FAILED",c.request=n,delete o[e],s.parentNode.removeChild(s),r(c)},s.href=a,document.getElementsByTagName("head")[0].appendChild(s)})).then((function(){o[e]=0})));var r=a[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=a[e]=[t,n]}));t.push(r[2]=n);var c,f=document.createElement("script");f.charset="utf-8",f.timeout=120,u.nc&&f.setAttribute("nonce",u.nc),f.src=function(e){return u.p+"static/js/"+({}[e]||e)+"."+{0:"f636a613",1:"8c6e84d0",2:"3235246a",3:"3940d591",4:"ce121c2e",5:"8b0c689d",9:"aafe9456",10:"bba71b2e",11:"4ed795cd",12:"bf41e393",13:"bb050c3b",14:"5b9d2b7b",15:"43073743",16:"24672a96",17:"3f6c3a71",18:"75980097"}[e]+".chunk.js"}(e);var i=new Error;c=function(t){f.onerror=f.onload=null,clearTimeout(l);var r=a[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;i.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",i.name="ChunkLoadError",i.type=n,i.request=o,r[1](i)}a[e]=void 0}};var l=setTimeout((function(){c({type:"timeout",target:f})}),12e4);f.onerror=f.onload=c,document.head.appendChild(f)}return Promise.all(t)},u.m=e,u.c=n,u.d=function(e,t,r){u.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},u.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},u.t=function(e,t){if(1&t&&(e=u(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(u.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)u.d(r,n,function(t){return e[t]}.bind(null,n));return r},u.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return u.d(t,"a",t),t},u.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},u.p="/",u.oe=function(e){throw console.error(e),e};var f=this.webpackJsonpmyems=this.webpackJsonpmyems||[],i=f.push.bind(f);f.push=t,f=f.slice();for(var l=0;l<f.length;l++)t(f[l]);var d=i;r()}([]);
//# sourceMappingURL=runtime-main.0a1ea3b9.js.map

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 840 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

Some files were not shown because too many files have changed in this diff Show More