Fri Mar 13 21:20:05 EDT 2020
This commit is contained in:
parent
96f296207e
commit
9840769037
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ node_modules/
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
*.map
|
||||
*.foo
|
||||
|
File diff suppressed because one or more lines are too long
14
app.a6abce8c.js
Normal file
14
app.a6abce8c.js
Normal file
File diff suppressed because one or more lines are too long
@ -1,2 +0,0 @@
|
||||
#app,body,html{height:100%}html{overflow:hidden}body{overflow:auto;background-color:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}a{cursor:pointer;text-decoration:none}.Outer{height:100%;width:100%;display:block}.Bottom{height:calc(100% - 55px)}.RightPane{height:calc(100vh - 55px);overflow-y:auto}.ToolBar{height:55px;line-height:55px;padding:0 20px;margin-top:0;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Logo{vertical-align:middle}.TitleIcons{font-size:24px;font-weight:700}.TitleIcons>div{padding:0 10px}.TitleFile,.TitleName{font-size:18px}.TitleName{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.AlignLeft{float:left}.AlignRight{float:right}.AlignCenter{margin:0 auto}a{color:#00e}.Spinner{height:30px}.tree{padding:0 20px;overflow-x:hidden;overflow-y:auto;white-space:pre;height:calc(100vh - 55px)}.tree ul{padding:0}.tree li{list-style-type:none;margin:0;position:relative;font-size:12px}.tree a{padding:10px 5px 0 0;display:block}.conpainer{overflow-x:hidden;overflow-y:auto;height:100%;padding:0 20px}.flexrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.minor{font-size:10px;color:#868e96}.Title{font-size:24px;font-weight:700}.Subtitle{font-style:italic}.helpview{padding-left:20px;padding-right:20px}
|
||||
/*# sourceMappingURL=app.a6c2c184.css.map*/
|
172
app.bdcabfb2.css
Normal file
172
app.bdcabfb2.css
Normal file
@ -0,0 +1,172 @@
|
||||
/* cfb-editor (C) 2017-present SheetJS -- http://sheetjs.com */
|
||||
html, body, #app {
|
||||
height: 100%;
|
||||
}
|
||||
html {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: auto;
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
/* cfb-editor (C) 2017-present SheetJS -- http://sheetjs.com */
|
||||
.Outer {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.Bottom {
|
||||
height: calc(100% - 55px);
|
||||
}
|
||||
.RightPane {
|
||||
height: calc(100vh - 55px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
/* cfb-editor (C) 2017-present SheetJS -- http://sheetjs.com */
|
||||
.ToolBar {
|
||||
height: 55px;
|
||||
line-height: 55px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
padding: 0px 20px;
|
||||
/* display: flex;
|
||||
position: relative;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
flex: 0 0 55px;
|
||||
box-sizing: border-box;
|
||||
border-bottom: 1px solid #000000;
|
||||
width: 100%;*/
|
||||
}
|
||||
|
||||
.ToolBar {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.Logo {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.TitleIcons {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.TitleIcons > div {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
.TitleFile {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.TitleName {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.AlignLeft {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.AlignRight {
|
||||
float:right;
|
||||
}
|
||||
|
||||
.AlignCenter {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
a { color: #0000EE; }
|
||||
|
||||
.Spinner {
|
||||
height: 30px;
|
||||
}
|
||||
/* cfb-editor (C) 2017-present SheetJS -- http://sheetjs.com */
|
||||
.tree {
|
||||
padding: 0px 20px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
white-space: pre;
|
||||
height: calc(100vh - 55px);
|
||||
}
|
||||
.tree ul {
|
||||
padding: 0px;
|
||||
}
|
||||
.tree li {
|
||||
list-style-type:none;
|
||||
margin:0;
|
||||
position:relative;
|
||||
font-size: 12px;
|
||||
}
|
||||
.tree a {
|
||||
padding:10px 5px 0 0px;
|
||||
display:block;
|
||||
}
|
||||
/* cfb-editor (C) 2017-present SheetJS -- http://sheetjs.com */
|
||||
.conpainer {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
padding: 0px 20px;
|
||||
}
|
||||
|
||||
.flexrow {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-webkit-box-pack: justify;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.minor {
|
||||
font-size: 10px;
|
||||
color: #868e96;
|
||||
}
|
||||
|
||||
.Title {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.Subtitle {
|
||||
font-style: italic;
|
||||
}
|
||||
.helpview {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=app.bdcabfb2.css.map*/
|
@ -12,7 +12,7 @@
|
||||
<link rel="stylesheet" href="https://cdn.rawgit.com/tyleruebele/details-shim/ba9df5f3/details-shim.min.css" />
|
||||
<link href="styles.css" rel="stylesheet"/>
|
||||
<link rel="shortcut icon" type="image/png" href="logo.png"/>
|
||||
<link href="vendor.66393b6a.css" rel="stylesheet"><link href="app.a6c2c184.css" rel="stylesheet"></head>
|
||||
<link href="vendor.5cab5569.css" rel="stylesheet"><link href="app.bdcabfb2.css" rel="stylesheet"></head>
|
||||
<body class="Body">
|
||||
<script src="https://cdn.rawgit.com/tyleruebele/details-shim/ba9df5f3/details-shim.min.js"></script>
|
||||
<div id="app" class="root"></div>
|
||||
@ -29,6 +29,6 @@
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
<script>!function(e){function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r=window.webpackJsonp;window.webpackJsonp=function(t,c,u){for(var a,i,f,p=0,l=[];p<t.length;p++)i=t[p],o[i]&&l.push(o[i][0]),o[i]=0;for(a in c)Object.prototype.hasOwnProperty.call(c,a)&&(e[a]=c[a]);for(r&&r(t,c,u);l.length;)l.shift()();if(u)for(p=0;p<u.length;p++)f=n(n.s=u[p]);return f};var t={},o={2:0};n.e=function(e){function r(){a.onerror=a.onload=null,clearTimeout(i);var n=o[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),o[e]=void 0)}var t=o[e];if(0===t)return new Promise(function(e){e()});if(t)return t[2];var c=new Promise(function(n,r){t=o[e]=[n,r]});t[2]=c;var u=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,n.nc&&a.setAttribute("nonce",n.nc),a.src=n.p+""+({0:"vendor",1:"app"}[e]||e)+"."+{0:"25e47b77",1:"8297993e"}[e]+".js";var i=setTimeout(r,12e4);return a.onerror=a.onload=r,u.appendChild(a),c},n.m=e,n.c=t,n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="/",n.oe=function(e){throw console.error(e),e}}([]);</script>
|
||||
<script type="text/javascript" src="vendor.25e47b77.js"></script><script type="text/javascript" src="app.8297993e.js"></script></body>
|
||||
<script>!function(e){function r(r){for(var n,f,i=r[0],l=r[1],a=r[2],c=0,s=[];c<i.length;c++)f=i[c],o[f]&&s.push(o[f][0]),o[f]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var l=t[i];0!==o[l]&&(n=!1)}n&&(u.splice(r--,1),e=f(f.s=t[0]))}return e}var n={},o={2:0},u=[];function f(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,f),t.l=!0,t.exports}f.m=e,f.c=n,f.d=function(e,r,t){f.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(e,r){if(1&r&&(e=f(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(f.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)f.d(t,n,function(r){return e[r]}.bind(null,n));return t},f.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(r,"a",r),r},f.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},f.p="/";var i=window.webpackJsonp=window.webpackJsonp||[],l=i.push.bind(i);i.push=r,i=i.slice();for(var a=0;a<i.length;a++)r(i[a]);var p=l;t()}([]);</script>
|
||||
<script type="text/javascript" src="vendor.003b16bc.js"></script><script type="text/javascript" src="app.a6abce8c.js"></script></body>
|
||||
</html>
|
||||
|
@ -1,2 +0,0 @@
|
||||
!function(e){function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var r=window.webpackJsonp;window.webpackJsonp=function(t,c,u){for(var a,i,f,p=0,l=[];p<t.length;p++)i=t[p],o[i]&&l.push(o[i][0]),o[i]=0;for(a in c)Object.prototype.hasOwnProperty.call(c,a)&&(e[a]=c[a]);for(r&&r(t,c,u);l.length;)l.shift()();if(u)for(p=0;p<u.length;p++)f=n(n.s=u[p]);return f};var t={},o={2:0};n.e=function(e){function r(){a.onerror=a.onload=null,clearTimeout(i);var n=o[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),o[e]=void 0)}var t=o[e];if(0===t)return new Promise(function(e){e()});if(t)return t[2];var c=new Promise(function(n,r){t=o[e]=[n,r]});t[2]=c;var u=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,n.nc&&a.setAttribute("nonce",n.nc),a.src=n.p+""+({0:"vendor",1:"app"}[e]||e)+"."+{0:"25e47b77",1:"8297993e"}[e]+".js";var i=setTimeout(r,12e4);return a.onerror=a.onload=r,u.appendChild(a),c},n.m=e,n.c=t,n.d=function(e,r,t){n.o(e,r)||Object.defineProperty(e,r,{configurable:!1,enumerable:!0,get:t})},n.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(r,"a",r),r},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="/",n.oe=function(e){throw console.error(e),e}}([]);
|
||||
//# sourceMappingURL=manifest.81894c10.js.map
|
2
runtime.d956614e.js
Normal file
2
runtime.d956614e.js
Normal file
@ -0,0 +1,2 @@
|
||||
!function(e){function r(r){for(var n,f,i=r[0],l=r[1],a=r[2],c=0,s=[];c<i.length;c++)f=i[c],o[f]&&s.push(o[f][0]),o[f]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var l=t[i];0!==o[l]&&(n=!1)}n&&(u.splice(r--,1),e=f(f.s=t[0]))}return e}var n={},o={2:0},u=[];function f(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,f),t.l=!0,t.exports}f.m=e,f.c=n,f.d=function(e,r,t){f.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},f.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.t=function(e,r){if(1&r&&(e=f(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(f.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)f.d(t,n,function(r){return e[r]}.bind(null,n));return t},f.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return f.d(r,"a",r),r},f.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},f.p="/";var i=window.webpackJsonp=window.webpackJsonp||[],l=i.push.bind(i);i.push=r,i=i.slice();for(var a=0;a<i.length;a++)r(i[a]);var p=l;t()}([]);
|
||||
//# sourceMappingURL=runtime.d956614e.js.map
|
85
vendor.003b16bc.js
Normal file
85
vendor.003b16bc.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4913
vendor.5cab5569.css
Normal file
4913
vendor.5cab5569.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user