snipe-it/public/js/build/vue.js.map

1 line
682 KiB
Plaintext
Raw Normal View History

{"version":3,"file":"/js/build/vue.js","sources":["webpack:////js/build/vue.js"],"sourcesContent":["!function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,\"a\",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p=\"\",i(i.s=0)}({\"+sje\":function(t,e,i){var n=i(\"VU/8\")(i(\"eOaq\"),i(\"d+jQ\"),!1,function(t){i(\"Gh1X\")},\"data-v-6f50ff88\",null);t.exports=n.exports},0:function(t,e,i){i(\"GDnL\"),i(\"Bqz+\"),i(\"1CH1\"),t.exports=i(\"f5J3\")},\"0DKT\":function(t,e){t.exports={render:function(){var t=this.$createElement;return(this._self._c||t)(\"select\",{staticStyle:{width:\"100%\"}},[this._t(\"default\")],2)},staticRenderFns:[]}},1:function(t,e){},\"1CH1\":function(t,e){},\"1t9x\":function(t,e,i){var n=i(\"wD+l\");\"string\"==typeof n&&(n=[[t.i,n,\"\"]]),n.locals&&(t.exports=n.locals);i(\"rjj0\")(\"6522937c\",n,!0,{})},\"20cu\":function(t,e,i){\"use strict\";Object.defineProperty(e,\"__esModule\",{value:!0}),e.default={props:[\"clientsUrl\",\"tokensUrl\"],data:function(){return{tokens:[]}},ready:function(){this.prepareComponent()},mounted:function(){this.prepareComponent()},methods:{prepareComponent:function(){this.getTokens()},getTokens:function(){var t=this;this.$http.get(this.tokensUrl).then(function(e){t.tokens=e.data})},revoke:function(t){var e=this;this.$http.delete(this.tokensUrl+\"/\"+t.id).then(function(t){e.getTokens()})}}}},\"265i\":function(t,e,i){(t.exports=i(\"FZ+f\")(!1)).push([t.i,\"\",\"\"])},\"28R8\":function(t,e,i){var n=i(\"eCRz\");\"string\"==typeof n&&(n=[[t.i,n,\"\"]]),n.locals&&(t.exports=n.locals);i(\"rjj0\")(\"15521f72\",n,!0,{})},\"3IRH\":function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,\"loaded\",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,\"id\",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},\"5F58\":function(t,e,i){\"use strict\";Object.defineProperty(e,\"__esModule\",{value:!0}),i(\"FHXl\"),e.default={data:function(){return{files:[],displayImportModal:!1,activeFile:null,alert:{type:null,message:null,visible:!1},importErrors:null,progress:{currentClass:\"progress-bar-warning\",currentPercent:\"0\",statusText:\"\",visible:!1},customFields:[]}},mounted:function(){window.eventHub.$on(\"importErrors\",this.updateImportErrors),this.fetchFiles(),this.fetchCustomFields();var t=this;$(\"#fileupload\").fileupload({dataType:\"json\",done:function(e,i){t.progress.currentClass=\"progress-bar-success\",t.progress.statusText=\"Success!\",t.files=i.result.files.concat(t.files),console.log(i.result.header_row)},add:function(e,i){i.headers={\"X-Requested-With\":\"XMLHttpRequest\",\"X-CSRF-TOKEN\":Laravel.csrfToken},i.process().done(function(){i.submit()}),t.progress.visible=!0},progress:function(e,i){var n=parseInt((i.loaded,i.total,10));t.progress.currentPercent=n,t.progress.statusText=n+\"% Complete\"},fail:function(e,i){t.progress.currentClass=\"progress-bar-danger\",t.progress.statusText=i.jqXHR.responseJSON.messages}})},methods:{fetchFiles:function(){var t=this;this.$http.get(route(\"api.imports.index\")).then(function(e){var i=e.data;return t.files=i},function(e){t.alert.type=\"danger\",t.alert.visible=!0,t.alert.message=\"Something went wrong fetching files...\"})},fetchCustomFields:function(){var t=this;this.$http.get(route(\"api.customfields.index\")).then(function(e){var i=e.data;(i=i.rows).forEach(function(e){t.customFields.push({id:e.db_column_name,text:e.name})})})},deleteFile:function(t,e){var i=this;this.$http.delete(route(\"api.imports.destroy\",t.id)).then(function(t){return i.files.splice(e,1)},function(t){i.alert.type=\"danger\",i.alert.visible=!0,i.alert.message=t.body.messages})},toggleEvent:function(t){windo