First Commit

This commit is contained in:
Kevin Adametz 2018-10-29 09:39:31 +01:00
commit 610aa1e202
4204 changed files with 636764 additions and 0 deletions

View file

@ -0,0 +1 @@
!function(e,o){var t=function(e){var o={};function t(r){if(o[r])return o[r].exports;var n=o[r]={i:r,l:!1,exports:{}};return e[r].call(n.exports,n,n.exports,t),n.l=!0,n.exports}return t.m=e,t.c=o,t.d=function(e,o,r){t.o(e,o)||Object.defineProperty(e,o,{configurable:!1,enumerable:!0,get:r})},t.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},t.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(o,"a",o),o},t.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},t.p="",t(t.s=321)}({320:function(e,o){!function(e){"use strict";e.extend(e.fn.bootstrapTable.defaults,{reorderableColumns:!1,maxMovingRows:10,onReorderColumn:function(e){return!1},dragaccept:null}),e.extend(e.fn.bootstrapTable.Constructor.EVENTS,{"reorder-column.bs.table":"onReorderColumn"});var o=e.fn.bootstrapTable.Constructor,t=o.prototype.initHeader,r=o.prototype.toggleColumn,n=o.prototype.toggleView,i=o.prototype.resetView;o.prototype.initHeader=function(){t.apply(this,Array.prototype.slice.apply(arguments)),this.options.reorderableColumns&&this.makeRowsReorderable()},o.prototype.toggleColumn=function(){r.apply(this,Array.prototype.slice.apply(arguments)),this.options.reorderableColumns&&this.makeRowsReorderable()},o.prototype.toggleView=function(){n.apply(this,Array.prototype.slice.apply(arguments)),this.options.reorderableColumns&&(this.options.cardView||this.makeRowsReorderable())},o.prototype.resetView=function(){i.apply(this,Array.prototype.slice.apply(arguments)),this.options.reorderableColumns&&this.makeRowsReorderable()},o.prototype.makeRowsReorderable=function(){var o=this;try{e(this.$el).dragtable("destroy")}catch(e){}e(this.$el).dragtable({maxMovingRows:o.options.maxMovingRows,dragaccept:o.options.dragaccept,clickDelay:200,beforeStop:function(){var t=[],r=[],n=[],i=[],l=-1,s=[];if(o.$header.find("th").each(function(o){t.push(e(this).data("field")),r.push(e(this).data("formatter"))}),t.length<o.columns.length){i=e.grep(o.columns,function(e){return!e.visible});for(var a=0;a<i.length;a++)t.push(i[a].field),r.push(i[a].formatter)}for(var a=0;a<this.length;a++)-1!==(l=o.fieldsColumnsIndex[t[a]])&&(o.columns[l].fieldIndex=a,n.push(o.columns[l]),o.columns.splice(l,1));o.columns=o.columns.concat(n),Array.prototype.filter||(Array.prototype.filter=function(e){if(void 0===this||null===this)throw new TypeError;var o=Object(this),t=o.length>>>0;if("function"!=typeof e)throw new TypeError;for(var r=[],n=arguments.length>=2?arguments[1]:void 0,i=0;i<t;i++)if(i in o){var l=o[i];e.call(n,l,i,o)&&r.push(l)}return r}),e.each(o.columns,function(e,t){var r=!1,n=t.field;o.options.columns[0].filter(function(e){return!(!r&&e.field==n&&(s.push(e),r=!0,1))})}),o.options.columns[0]=s,o.header.fields=t,o.header.formatters=r,o.initHeader(),o.initToolbar(),o.initBody(),o.resetView(),o.trigger("reorder-column",t)}})}}(jQuery)},321:function(e,o,t){t(320)}});if("object"==typeof t){var r=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,e&&e!==window?e:null];for(var n in t)r[0]&&(r[0][n]=t[n]),r[1]&&"__esModule"!==n&&(r[1][n]=t[n]),r[2]&&(r[2][n]=t[n])}}(this);