Update JS

This commit is contained in:
James Cole
2020-10-24 08:07:30 +02:00
parent dbc878950c
commit 229a3b4284
53 changed files with 405 additions and 376 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{207:function(e,n,t){e.exports=t(212)},212:function(e,n,t){"use strict";t.r(n);var r=t(9),o={name:"Index"},u=t(1),c=Object(u.a)(o,(function(){var e=this.$createElement,n=this._self._c||e;return n("div",[n("router-view")],1)}),[],!1,null,"6b40cc75",null).exports;t(156);var s=[{path:"/",component:c}],i=new r.a({mode:"history",routes:s}),a=t(154),p={};Vue.use(r.a),new Vue({router:i,i18n:a,render:function(e){return e(c,{props:p})}}).$mount("#accounts")}},[[207,0,1]]]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{68:function(e,n,t){e.exports=t(73)},73:function(e,n,t){"use strict";t.r(n);var r=t(6),o={name:"Index"},u=t(0),c=Object(u.a)(o,(function(){var e=this.$createElement,n=this._self._c||e;return n("div",[n("router-view")],1)}),[],!1,null,"6b40cc75",null).exports;t(20);var s=[{path:"/",component:c}],i=new r.a({mode:"history",routes:s}),a=t(18),p={};Vue.use(r.a),new Vue({router:i,i18n:a,render:function(e){return e(c,{props:p})}}).$mount("#accounts")}},[[68,0,1]]]);
//# sourceMappingURL=index.js.map
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,2 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{208:function(n,o,w){n.exports=w(209)},209:function(n,o,w){"use strict";w.r(o);w(6),w(8);w(210)},210:function(n,o,w){window.$=window.jQuery=w(5),w(153)}},[[208,0,1]]]);
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{69:function(n,o,w){n.exports=w(70)},70:function(n,o,w){w(71)},71:function(n,o,w){window.$=window.jQuery=w(4),w(17)}},[[69,0,1]]]);
//# sourceMappingURL=register.js.map
+1 -1
View File
@@ -1 +1 @@
{"version":3,"sources":["webpack:///./src/pages/register.js","webpack:///./src/bootstrap-basic.js"],"names":["require","window","$","jQuery"],"mappings":"gIAAA,iBA6BAA,EAAQ,M,oBCPRC,OAAOC,EAAID,OAAOE,OAASH,EAAQ,GAGnCA,EAAQ,O","file":"/public/js/register.js","sourcesContent":["/*\n * register.js\n * Copyright (c) 2020 james@firefly-iii.org\n *\n * This file is part of Firefly III (https://github.com/firefly-iii).\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <https://www.gnu.org/licenses/>.\n */\n\nimport Dashboard from \"../components/dashboard/Dashboard\";\nimport TopBoxes from \"../components/dashboard/TopBoxes\";\n\n/**\n * First we will load Axios via bootstrap.js\n * jquery and bootstrap-sass preloaded in app.js\n * vue, uiv and vuei18n are in app_vue.js\n */\n\nrequire('../bootstrap-basic');\n","\n/*\n * bootstrap-basic.js\n * Copyright (c) 2020 james@firefly-iii.org\n *\n * This file is part of Firefly III (https://github.com/firefly-iii).\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <https://www.gnu.org/licenses/>.\n */\n\n// export jquery for others scripts to use\nwindow.$ = window.jQuery = require('jquery');\n\n// admin stuff\nrequire('bootstrap');\n\n"],"sourceRoot":""}
{"version":3,"sources":["webpack:///./src/pages/register.js","webpack:///./src/bootstrap-basic.js"],"names":["require","window","$","jQuery"],"mappings":"gHA0BAA,EAAQ,K,mBCJRC,OAAOC,EAAID,OAAOE,OAASH,EAAQ,GAGnCA,EAAQ,M","file":"/public/js/register.js","sourcesContent":["/*\n * register.js\n * Copyright (c) 2020 james@firefly-iii.org\n *\n * This file is part of Firefly III (https://github.com/firefly-iii).\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <https://www.gnu.org/licenses/>.\n */\n\n/**\n * First we will load Axios via bootstrap.js\n * jquery and bootstrap-sass preloaded in app.js\n * vue, uiv and vuei18n are in app_vue.js\n */\n\nrequire('../bootstrap-basic');\n","\n/*\n * bootstrap-basic.js\n * Copyright (c) 2020 james@firefly-iii.org\n *\n * This file is part of Firefly III (https://github.com/firefly-iii).\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see <https://www.gnu.org/licenses/>.\n */\n\n// export jquery for others scripts to use\nwindow.$ = window.jQuery = require('jquery');\n\n// admin stuff\nrequire('bootstrap');\n\n"],"sourceRoot":""}
+1 -1
View File
File diff suppressed because one or more lines are too long
-13
View File
@@ -16,13 +16,6 @@
* Licensed under MIT (https://github.com/ColorlibHQ/AdminLTE/blob/master/LICENSE)
*/
/*!
* Chart.js v2.9.4
* https://www.chartjs.org
* (c) 2020 Chart.js Contributors
* Released under the MIT License
*/
/*!
* OverlayScrollbars
* https://github.com/KingSora/OverlayScrollbars
@@ -100,9 +93,3 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
//! moment.js
//! moment.js language configuration
//! moment.js locale configuration
File diff suppressed because one or more lines are too long