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(t,o){var e=function(t){var o={};function e(n){if(o[n])return o[n].exports;var i=o[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,e),i.l=!0,i.exports}return e.m=t,e.c=o,e.d=function(t,o,n){e.o(t,o)||Object.defineProperty(t,o,{configurable:!1,enumerable:!0,get:n})},e.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},e.n=function(t){var o=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(o,"a",o),o},e.o=function(t,o){return Object.prototype.hasOwnProperty.call(t,o)},e.p="",e(e.s=349)}({348:function(t,o){!function(t){"use strict";var o=t.fn.bootstrapTable.utils.sprintf,e={json:"JSON",xml:"XML",png:"PNG",csv:"CSV",txt:"TXT",sql:"SQL",doc:"MS-Word",excel:"MS-Excel",xlsx:"MS-Excel (OpenXML)",powerpoint:"MS-Powerpoint",pdf:"PDF"};t.extend(t.fn.bootstrapTable.defaults,{showExport:!1,exportDataType:"basic",exportTypes:["json","xml","csv","txt","sql","excel"],exportOptions:{}}),t.extend(t.fn.bootstrapTable.defaults.icons,{export:"glyphicon-export icon-share"}),t.extend(t.fn.bootstrapTable.locales,{formatExport:function(){return"Export data"}}),t.extend(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales);var n=t.fn.bootstrapTable.Constructor,i=n.prototype.initToolbar;n.prototype.initToolbar=function(){if(this.showToolbar=this.showToolbar||this.options.showExport,i.apply(this,Array.prototype.slice.apply(arguments)),this.options.showExport){var n=this,r=this.$toolbar.find(">.btn-group"),s=r.find("div.export");if(!s.length){var a=(s=t(['<div class="export btn-group">','<button class="btn'+o(" btn-%s",this.options.buttonsClass)+o(" btn-%s",this.options.iconSize)+' dropdown-toggle" aria-label="export type" title="'+this.options.formatExport()+'" data-toggle="dropdown" type="button">',o('<i class="%s %s"></i> ',this.options.iconsPrefix,this.options.icons.export),'<span class="caret"></span>',"</button>",'<ul class="dropdown-menu" role="menu">',"</ul>","</div>"].join("")).appendTo(r)).find(".dropdown-menu"),p=this.options.exportTypes;if("string"==typeof this.options.exportTypes){var l=this.options.exportTypes.slice(1,-1).replace(/ /g,"").split(",");p=[],t.each(l,function(t,o){p.push(o.slice(1,-1))})}t.each(p,function(t,o){e.hasOwnProperty(o)&&a.append(['<li role="menuitem" data-type="'+o+'">','<a href="javascript:void(0)">',e[o],"</a>","</li>"].join(""))}),a.find("li").click(function(){var o=t(this).data("type"),e=function(){if(n.options.exportFooter){var e=n.getData(),i=n.$tableFooter.find("tr").first(),r={},s=[];t.each(i.children(),function(o,e){var i=t(e).children(".th-inner").first().html();r[n.columns[o].field]="&nbsp;"==i?null:i,s.push(i)}),n.append(r);var a=n.$body.children().last();t.each(a.children(),function(o,e){t(e).html(s[o])})}n.$el.tableExport(t.extend({},n.options.exportOptions,{type:o,escape:!1})),n.options.exportFooter&&n.load(e)},i=n.header.stateField;if("all"===n.options.exportDataType&&n.options.pagination)n.$el.one("server"===n.options.sidePagination?"post-body.bs.table":"page-change.bs.table",function(){i&&n.hideColumn(i),e(),n.togglePagination()}),n.togglePagination();else if("selected"===n.options.exportDataType){var r=n.getData(),s=n.getSelections();if(!s.length)return;if("server"===n.options.sidePagination){var a={total:n.options.totalRows};a[n.options.dataField]=r,r=a;var p={total:s.length};p[n.options.dataField]=s,s=p}n.load(s),i&&n.hideColumn(i),e(),n.load(r)}else i&&n.hideColumn(i),e();i&&n.showColumn(i)})}}}}(jQuery)},349:function(t,o,e){e(348)}});if("object"==typeof e){var n=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,t&&t!==window?t:null];for(var i in e)n[0]&&(n[0][i]=e[i]),n[1]&&"__esModule"!==i&&(n[1][i]=e[i]),n[2]&&(n[2][i]=e[i])}}(this);