First Commit
This commit is contained in:
commit
610aa1e202
4204 changed files with 636764 additions and 0 deletions
1
resources/assets/vendor/libs/bootstrap-table/bootstrap-table.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/bootstrap-table.js
vendored
Executable file
File diff suppressed because one or more lines are too long
171
resources/assets/vendor/libs/bootstrap-table/bootstrap-table.scss
vendored
Executable file
171
resources/assets/vendor/libs/bootstrap-table/bootstrap-table.scss
vendored
Executable file
|
|
@ -0,0 +1,171 @@
|
|||
@import "~bootstrap-table/src/bootstrap-table";
|
||||
|
||||
.bootstrap-table .pull-left {
|
||||
float: left;
|
||||
|
||||
[dir=rtl] & {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.bootstrap-table .pull-right {
|
||||
float: right;
|
||||
|
||||
[dir=rtl] & {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
.bootstrap-table .pull-left .dropdown-menu,
|
||||
.bootstrap-table .pull-right .dropdown-menu {
|
||||
left: auto;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.bootstrap-table .table.table-no-bordered > thead > tr > th,
|
||||
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
|
||||
border-color: transparent !important;
|
||||
|
||||
[dir=rtl] & {
|
||||
border-right: 0;
|
||||
border-left: 2px solid;
|
||||
|
||||
&:last-child {
|
||||
border-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container {
|
||||
border-radius: 0;
|
||||
|
||||
&.table-no-bordered {
|
||||
border-color: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container thead th {
|
||||
padding: 0;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
[dir=rtl] .bootstrap-table .fixed-table-container thead th,
|
||||
[dir=rtl] .bootstrap-table .fixed-table-container tbody td {
|
||||
border-left: 0;
|
||||
border-right: 1px solid;
|
||||
|
||||
.sortable {
|
||||
background-position: left;
|
||||
padding-left: 1.875rem;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
border-right: none;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] .bootstrap-table .fixed-table-pagination .pagination-info {
|
||||
margin-right: 0;
|
||||
margin-left: .3125rem;
|
||||
}
|
||||
|
||||
[dir=rtl] .bootstrap-table .fixed-table-toolbar {
|
||||
.columns-left {
|
||||
margin-right: 0;
|
||||
margin-left: .3125rem;
|
||||
}
|
||||
|
||||
.columns-right {
|
||||
margin-right: .3125rem;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
[dir=rtl] .bootstrap-table .fixed-table-body .card-view .title {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
[dir=rtl] .bootstrap-table .fixed-table-toolbar .btn-group > .btn-group {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
[dir=rtl] .bootstrap-table div.fixed-table-scroll-outer {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.default-style {
|
||||
@import "../../sass/_appwork/include";
|
||||
|
||||
.bootstrap-table .table th,
|
||||
.bootstrap-table .table td,
|
||||
.bootstrap-table .fixed-table-container {
|
||||
border-color: $table-border-color !important;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-pagination .pagination a {
|
||||
padding: $pagination-padding-y $pagination-padding-x;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container thead th .th-inner,
|
||||
.bootstrap-table .fixed-table-container tbody td .th-inner {
|
||||
padding: $table-cell-padding;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container .bs-checkbox .th-inner {
|
||||
padding: $table-cell-padding 0;
|
||||
}
|
||||
|
||||
.bootstrap-table .table:not(.table-condensed),
|
||||
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
|
||||
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
|
||||
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
|
||||
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
|
||||
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
|
||||
padding: $table-cell-padding;
|
||||
}
|
||||
|
||||
&[dir=rtl] .bootstrap-table .fixed-table-container thead th .sortable {
|
||||
padding-right: $table-cell-padding;
|
||||
}
|
||||
}
|
||||
|
||||
.material-style {
|
||||
@import "../../sass/_appwork/include-material";
|
||||
|
||||
.bootstrap-table .table th,
|
||||
.bootstrap-table .table td,
|
||||
.bootstrap-table .fixed-table-container {
|
||||
border-color: $table-border-color !important;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-pagination .pagination a {
|
||||
padding: $pagination-padding-y $pagination-padding-x;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container thead th .th-inner,
|
||||
.bootstrap-table .fixed-table-container tbody td .th-inner {
|
||||
padding: $table-cell-padding;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container .bs-checkbox .th-inner {
|
||||
padding: $table-cell-padding 0;
|
||||
}
|
||||
|
||||
.bootstrap-table .table:not(.table-condensed),
|
||||
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
|
||||
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
|
||||
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
|
||||
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
|
||||
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
|
||||
padding: $table-cell-padding;
|
||||
}
|
||||
|
||||
&[dir=rtl] .bootstrap-table .fixed-table-container thead th .sortable {
|
||||
padding-right: $table-cell-padding;
|
||||
}
|
||||
}
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/accent-neutralise/accent-neutralise.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/accent-neutralise/accent-neutralise.js
vendored
Executable file
File diff suppressed because one or more lines are too long
1
resources/assets/vendor/libs/bootstrap-table/extensions/auto-refresh/auto-refresh.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/auto-refresh/auto-refresh.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,e){var o=function(t){var e={};function o(n){if(e[n])return e[n].exports;var s=e[n]={i:n,l:!1,exports:{}};return t[n].call(s.exports,s,s.exports,o),s.l=!0,s.exports}return o.m=t,o.c=e,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},o.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=359)}({358:function(t,e){!function(t){"use strict";t.extend(t.fn.bootstrapTable.defaults,{autoRefresh:!1,autoRefreshInterval:60,autoRefreshSilent:!0,autoRefreshStatus:!0,autoRefreshFunction:null}),t.extend(t.fn.bootstrapTable.defaults.icons,{autoRefresh:"glyphicon-time icon-time"}),t.extend(t.fn.bootstrapTable.locales,{formatAutoRefresh:function(){return"Auto Refresh"}}),t.extend(t.fn.bootstrapTable.defaults,t.fn.bootstrapTable.locales);var e=t.fn.bootstrapTable.Constructor,o=e.prototype.init,n=e.prototype.initToolbar,s=t.fn.bootstrapTable.utils.sprintf;e.prototype.init=function(){if(o.apply(this,Array.prototype.slice.apply(arguments)),this.options.autoRefresh&&this.options.autoRefreshStatus){var t=this;this.options.autoRefreshFunction=setInterval(function(){t.refresh({silent:t.options.autoRefreshSilent})},1e3*this.options.autoRefreshInterval)}},e.prototype.initToolbar=function(){if(n.apply(this,Array.prototype.slice.apply(arguments)),this.options.autoRefresh){var e=this.$toolbar.find(">.btn-group"),o=e.find(".auto-refresh");o.length||(o=t([s('<button class="btn btn-default auto-refresh %s" ',this.options.autoRefreshStatus?"enabled":""),'type="button" ',s('title="%s">',this.options.formatAutoRefresh()),s('<i class="%s %s"></i>',this.options.iconsPrefix,this.options.icons.autoRefresh),"</button>"].join("")).appendTo(e)).on("click",t.proxy(this.toggleAutoRefresh,this))}},e.prototype.toggleAutoRefresh=function(){if(this.options.autoRefresh){if(this.options.autoRefreshStatus)clearInterval(this.options.autoRefreshFunction),this.$toolbar.find(">.btn-group").find(".auto-refresh").removeClass("enabled");else{var t=this;this.options.autoRefreshFunction=setInterval(function(){t.refresh({silent:t.options.autoRefreshSilent})},1e3*this.options.autoRefreshInterval),this.$toolbar.find(">.btn-group").find(".auto-refresh").addClass("enabled")}this.options.autoRefreshStatus=!this.options.autoRefreshStatus}}}(jQuery)},359:function(t,e,o){o(358)}});if("object"==typeof o){var n=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,t&&t!==window?t:null];for(var s in o)n[0]&&(n[0][s]=o[s]),n[1]&&"__esModule"!==s&&(n[1][s]=o[s]),n[2]&&(n[2][s]=o[s])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/auto-refresh/auto-refresh.scss
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/auto-refresh/auto-refresh.scss
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "~bootstrap-table/src/extensions/auto-refresh/bootstrap-table-auto-refresh";
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/click-edit-row/click-edit-row.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/click-edit-row/click-edit-row.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,e){var n=function(t){var e={};function n(i){if(e[i])return e[i].exports;var o=e[i]={i:i,l:!1,exports:{}};return t[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=357)}({356:function(t,e){!function(t){"use strict";function e(e,n){var i=[],o=e;if(o.editing){o.editing=!1,o.columns.forEach(function(e,o){if(e.editable)switch(e.editable){case"input":var a=t('<div class="editable-input col-md-12 col-sm-12 col-xs-12" style="position: relative;"/>');i.push(n.find("td").eq(e.fieldIndex).text()),a.append(t('<input type="text" class="form-control input-sm"/>')),a.append(t('<span class="clear"><i class="fa fa-times-circle-o" aria-hidden="true"></i></span>')),n.find("td").eq(e.fieldIndex).text("").append(a);break;case"select":var l=t('<select id="'+e.field+'">'),d=t.selectArray[e.field];n.find("td").eq(e.fieldIndex).text("").append(l),function(e,n){var i=t("<option />");n?t(n).each(function(t,n){i.clone().text(n.idxNum+" "+n.name).val(n.idxNum).appendTo(e)}):console.log("Please setup options first!!")}(t("#"+e.field),d);break;case"textarea":break;default:console.log(e.fieldIndex+" "+e.editable)}},e);for(var a=0,l=i.length;a<l;a++)n.find('input[type="text"]').eq(a).val(i[a]);n.find("td").last().append('<div id="tooling" class="editable-buttons"/>'),t(".clear").on("click",function(){t(this).parent().find("input").val("")}),t('<button type="button" class="btn btn-primary btn-sm editable-submit"><i class="glyphicon glyphicon-ok"></i></button>').on("click",function(){return i=[],n.find("td").find('input[type="text"]').each(function(e,n){i.push(t(n).eq(0).val())}),n.find("select").each(function(e,n){i.push(t("#"+n.id+" option:selected").val())}),t("#table").bootstrapTable("updateRow",{index:o.$data.thId,row:{noOld:i[0],area:n.find("select").eq(0).children(":selected").text(),town:n.find("select").eq(1).children(":selected").text(),address:i[1]}}),t("#tooling").remove(),o.editing=!0,!1}).appendTo("#tooling"),t('<button type="button" class="btn btn-default btn-sm editable-cancel"><i class="glyphicon glyphicon-remove"></i></button>').on("click",function(){return t("#table").bootstrapTable("updateRow",{index:o.$data.thId,row:{}}),t("#tooling").remove(),o.editing=!0,!1}).appendTo("#tooling")}}t.extend(t.fn.bootstrapTable.defaults,{clickEdit:!1});var n=t.fn.bootstrapTable.Constructor,i=n.prototype.initTable,o=n.prototype.initBody;n.prototype.initTable=function(){this.$data={},i.apply(this,Array.prototype.slice.apply(arguments)),this.options.clickEdit},n.prototype.initBody=function(){if(o.apply(this,Array.prototype.slice.apply(arguments)),this.options.clickEdit){var t=this.$tableBody.find("table");this.editing=!0,t.on("click-row.bs.table",function(t,n,i,o){"no"!==o&&(this.$data.thId=i.data().index,this.$data.itemid=i.data().uniqueid,this.$data.divi=parseInt(n.area),this.$data.town=parseInt(n.town),e(this,i))}.bind(this))}}}(jQuery)},357:function(t,e,n){n(356)}});if("object"==typeof n){var i=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,t&&t!==window?t:null];for(var o in n)i[0]&&(i[0][o]=n[o]),i[1]&&"__esModule"!==o&&(i[1][o]=n[o]),i[2]&&(i[2][o]=n[o])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/click-edit-row/click-edit-row.scss
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/click-edit-row/click-edit-row.scss
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "~bootstrap-table/src/extensions/click-edit-row/bootstrap-table-click-edit-row";
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/cookie/cookie.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/cookie/cookie.js
vendored
Executable file
File diff suppressed because one or more lines are too long
1
resources/assets/vendor/libs/bootstrap-table/extensions/copy-rows/copy-rows.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/copy-rows/copy-rows.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(o,t){var e=function(o){var t={};function e(n){if(t[n])return t[n].exports;var i=t[n]={i:n,l:!1,exports:{}};return o[n].call(i.exports,i,i.exports,e),i.l=!0,i.exports}return e.m=o,e.c=t,e.d=function(o,t,n){e.o(o,t)||Object.defineProperty(o,t,{configurable:!1,enumerable:!0,get:n})},e.r=function(o){Object.defineProperty(o,"__esModule",{value:!0})},e.n=function(o){var t=o&&o.__esModule?function(){return o.default}:function(){return o};return e.d(t,"a",t),t},e.o=function(o,t){return Object.prototype.hasOwnProperty.call(o,t)},e.p="",e(e.s=353)}({352:function(o,t){!function(o){"use strict";var t=o.fn.bootstrapTable.utils.calculateObjectValue,e=(o.fn.bootstrapTable.utils.sprintf,function(t){var e=document.createElement("textarea");o(e).html(t),document.body.appendChild(e),e.select();try{document.execCommand("copy")}catch(o){console.log("Oops, unable to copy")}o(e).remove()});o.extend(o.fn.bootstrapTable.defaults,{copyBtn:!1,copyWHiddenBtn:!1,copyDelemeter:", "}),o.fn.bootstrapTable.methods.push("copyColumnsToClipboard","copyColumnsToClipboardWithHidden");var n=o.fn.bootstrapTable.Constructor,i=n.prototype.initToolbar;n.prototype.initToolbar=function(){i.apply(this,Array.prototype.slice.apply(arguments));var o=this,t=this.$toolbar.find(">.btn-group");(this.options.clickToSelect||this.options.singleSelect)&&(this.options.copyBtn&&(t.append("<button class='btn btn-default' id='copyBtn'><span class='glyphicon glyphicon-copy icon-pencil'></span></button>"),t.find("#copyBtn").click(function(){o.copyColumnsToClipboard()})),this.options.copyWHiddenBtn&&(t.append("<button class='btn btn-default' id='copyWHiddenBtn'><span class='badge'><span class='glyphicon glyphicon-copy icon-pencil'></span></span></button>"),t.find("#copyWHiddenBtn").click(function(){o.copyColumnsToClipboardWithHidden()})))},n.prototype.copyColumnsToClipboard=function(){var n=this,i="",l=this.options.copyDelemeter;o.each(n.getSelections(),function(e,c){o.each(n.options.columns[0],function(o,p){"state"!==p.field&&"RowNumber"!==p.field&&p.visible&&(null!==c[p.field]&&(i+=t(p,n.header.formatters[o],[c[p.field],c,e],c[p.field])),i+=l)}),i+="\r\n"}),e(i)},n.prototype.copyColumnsToClipboardWithHidden=function(){var n=this,i="",l=this.options.copyDelemeter;o.each(n.getSelections(),function(e,c){o.each(n.options.columns[0],function(o,p){"state"!=p.field&&"RowNumber"!==p.field&&(null!==c[p.field]&&(i+=t(p,n.header.formatters[o],[c[p.field],c,e],c[p.field])),i+=l)}),i+="\r\n"}),e(i)}}(jQuery)},353:function(o,t,e){e(352)}});if("object"==typeof e){var n=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,o&&o!==window?o: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);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/editable/editable.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/editable/editable.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,e){var a=function(t){var e={};function a(n){if(e[n])return e[n].exports;var i=e[n]={i:n,l:!1,exports:{}};return t[n].call(i.exports,i,i.exports,a),i.l=!0,i.exports}return a.m=t,a.c=e,a.d=function(t,e,n){a.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},a.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},a.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return a.d(e,"a",e),e},a.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},a.p="",a(a.s=351)}({350:function(t,e){!function(t){"use strict";t.extend(t.fn.bootstrapTable.defaults,{editable:!0,onEditableInit:function(){return!1},onEditableSave:function(t,e,a,n){return!1},onEditableShown:function(t,e,a,n){return!1},onEditableHidden:function(t,e,a,n){return!1}}),t.extend(t.fn.bootstrapTable.Constructor.EVENTS,{"editable-init.bs.table":"onEditableInit","editable-save.bs.table":"onEditableSave","editable-shown.bs.table":"onEditableShown","editable-hidden.bs.table":"onEditableHidden"});var e=t.fn.bootstrapTable.Constructor,a=e.prototype.initTable,n=e.prototype.initBody;e.prototype.initTable=function(){var e=this;a.apply(this,Array.prototype.slice.apply(arguments)),this.options.editable&&t.each(this.columns,function(a,n){if(n.editable){var i={},o=[],r=function(t,e){var a=t.replace(/([A-Z])/g,function(t){return"-"+t.toLowerCase()});if("editable-"==a.slice(0,"editable-".length)){var n=a.replace("editable-","data-");i[n]=e}};t.each(e.options,r),n.formatter=n.formatter||function(t,e,a){return t},n._formatter=n._formatter?n._formatter:n.formatter,n.formatter=function(a,d,l){var f=n._formatter?n._formatter(a,d,l):a;t.each(n,r),t.each(i,function(t,e){o.push(" "+t+'="'+e+'"')});var u=!1;return n.editable.hasOwnProperty("noeditFormatter")&&(u=n.editable.noeditFormatter(a,d,l)),!1===u?['<a href="javascript:void(0)"',' data-name="'+n.field+'"',' data-pk="'+d[e.options.idField]+'"',' data-value="'+f+'"',o.join(""),"></a>"].join(""):u}}})},e.prototype.initBody=function(){var e=this;n.apply(this,Array.prototype.slice.apply(arguments)),this.options.editable&&(t.each(this.columns,function(a,n){n.editable&&(e.$body.find('a[data-name="'+n.field+'"]').editable(n.editable).off("save").on("save",function(a,i){var o=e.getData(),r=t(this).parents("tr[data-index]").data("index"),d=o[r],l=d[n.field];t(this).data("value",i.submitValue),d[n.field]=i.submitValue,e.trigger("editable-save",n.field,d,l,t(this)),e.resetFooter()}),e.$body.find('a[data-name="'+n.field+'"]').editable(n.editable).off("shown").on("shown",function(a,i){var o=e.getData(),r=t(this).parents("tr[data-index]").data("index"),d=o[r];e.trigger("editable-shown",n.field,d,t(this),i)}),e.$body.find('a[data-name="'+n.field+'"]').editable(n.editable).off("hidden").on("hidden",function(a,i){var o=e.getData(),r=t(this).parents("tr[data-index]").data("index"),d=o[r];e.trigger("editable-hidden",n.field,d,t(this),i)}))}),this.trigger("editable-init"))}}(jQuery)},351:function(t,e,a){a(350)}});if("object"==typeof a){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 a)n[0]&&(n[0][i]=a[i]),n[1]&&"__esModule"!==i&&(n[1][i]=a[i]),n[2]&&(n[2][i]=a[i])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/export/export.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/export/export.js
vendored
Executable 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]=" "==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);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/filter-control/filter-control.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/filter-control/filter-control.js
vendored
Executable file
File diff suppressed because one or more lines are too long
1
resources/assets/vendor/libs/bootstrap-table/extensions/filter-control/filter-control.scss
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/filter-control/filter-control.scss
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "~bootstrap-table/src/extensions/filter-control/bootstrap-table-filter-control";
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/filter/filter.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/filter/filter.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,e){var o=function(t){var e={};function o(r){if(e[r])return e[r].exports;var n=e[r]={i:r,l:!1,exports:{}};return t[r].call(n.exports,n,n.exports,o),n.l=!0,n.exports}return o.m=t,o.c=e,o.d=function(t,e,r){o.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},o.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=345)}({344:function(t,e){!function(t){"use strict";t.extend(t.fn.bootstrapTable.defaults,{showFilter:!1});var e=t.fn.bootstrapTable.Constructor,o=e.prototype.init,r=e.prototype.initSearch;e.prototype.init=function(){o.apply(this,Array.prototype.slice.apply(arguments));var e=this;this.$el.on("load-success.bs.table",function(){e.options.showFilter&&t(e.options.toolbar).bootstrapTableFilter({connectTo:e.$el})})},e.prototype.initSearch=function(){r.apply(this,Array.prototype.slice.apply(arguments)),"server"!==this.options.sidePagination&&"function"==typeof this.searchCallback&&(this.data=t.grep(this.options.data,this.searchCallback))},e.prototype.getData=function(){return this.searchText||this.searchCallback?this.data:this.options.data},e.prototype.getColumns=function(){return this.columns},e.prototype.registerSearchCallback=function(t){this.searchCallback=t},e.prototype.updateSearch=function(){this.options.pageNumber=1,this.initSearch(),this.updatePagination()},e.prototype.getServerUrl=function(){return"server"===this.options.sidePagination&&this.options.url},t.fn.bootstrapTable.methods.push("getColumns","registerSearchCallback","updateSearch","getServerUrl")}(jQuery)},345:function(t,e,o){o(344)}});if("object"==typeof o){var r=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,t&&t!==window?t:null];for(var n in o)r[0]&&(r[0][n]=o[n]),r[1]&&"__esModule"!==n&&(r[1][n]=o[n]),r[2]&&(r[2][n]=o[n])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/flat-json/flat-json.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/flat-json/flat-json.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,o){var e=function(t){var o={};function e(n){if(o[n])return o[n].exports;var r=o[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,e),r.l=!0,r.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=343)}({342:function(t,o){!function(t){"use strict";var o=function(o,e){var n=[];return t.each(t.isArray(o)?o:[o],function(o,r){n.push(function(o,e){var n={};return function o(r,a){if(Object(r)!==r)n[a]=r;else if(t.isArray(r))for(var i=0,u=r.length;i<u;i++)o(r[i],a?a+e.options.flatSeparator+i:""+i),0==u&&(n[a]=[]);else{var f=!0;for(var l in r)f=!1,o(r[l],a?a+e.options.flatSeparator+l:l);f&&(n[a]={})}}(o,""),n}(r,e))}),n};t.extend(t.fn.bootstrapTable.defaults,{flat:!1,flatSeparator:"."});var e=t.fn.bootstrapTable.Constructor,n=e.prototype.initData;e.prototype.initData=function(t,e){this.options.flat&&(t=o(t||this.options.data,this)),n.apply(this,[t,e])}}(jQuery)},343:function(t,o,e){e(342)}});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 r in e)n[0]&&(n[0][r]=e[r]),n[1]&&"__esModule"!==r&&(n[1][r]=e[r]),n[2]&&(n[2][r]=e[r])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/group-by-v2/group-by-v2.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/group-by-v2/group-by-v2.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,e){var o=function(t){var e={};function o(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,o),i.l=!0,i.exports}return o.m=t,o.c=e,o.d=function(t,e,r){o.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},o.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=341)}({340:function(t,e){!function(t){"use strict";var e,o,r=function(t){var e=arguments,o=!0,r=1;return t=t.replace(/%s/g,function(){var t=e[r++];return void 0===t?(o=!1,""):t}),o?t:""};t.extend(t.fn.bootstrapTable.defaults,{groupBy:!1,groupByField:""});var i=t.fn.bootstrapTable.Constructor,n=i.prototype.initSort,p=i.prototype.initBody,c=i.prototype.updateSelected;i.prototype.initSort=function(){n.apply(this,Array.prototype.slice.apply(arguments));var e=this;if(o=[],this.options.groupBy&&""!==this.options.groupByField){this.options.sortName!=this.options.groupByField&&this.data.sort(function(t,o){return t[e.options.groupByField].localeCompare(o[e.options.groupByField])});var e=this,r=function(t,e){var o={};return t.forEach(function(t){var r=e(t);o[r]=o[r]||[],o[r].push(t)}),o}(e.data,function(t){return[t[e.options.groupByField]]}),i=0;t.each(r,function(t,e){o.push({id:i,name:t}),e.forEach(function(t){t._data||(t._data={}),t._data["parent-index"]=i}),i++})}},i.prototype.initBody=function(){if(e=!0,p.apply(this,Array.prototype.slice.apply(arguments)),this.options.groupBy&&""!==this.options.groupByField){var i=this,n=!1,c=0;this.columns.forEach(function(t){t.checkbox?n=!0:t.visible&&(c+=1)}),this.options.detailView&&!this.options.cardView&&(c+=1),o.forEach(function(e){var o=[];o.push(r('<tr class="info groupBy expanded" data-group-index="%s">',e.id)),i.options.detailView&&!i.options.cardView&&o.push('<td class="detail"></td>'),n&&o.push('<td class="bs-checkbox">','<input name="btSelectGroup" type="checkbox" />',"</td>"),o.push("<td",r(' colspan="%s"',c),">",e.name,"</td>"),o.push("</tr>"),i.$body.find("tr[data-parent-index="+e.id+"]:first").before(t(o.join("")))}),this.$selectGroup=[],this.$body.find('[name="btSelectGroup"]').each(function(){var e=t(this);i.$selectGroup.push({group:e,item:i.$selectItem.filter(function(){return t(this).closest("tr").data("parent-index")===e.closest("tr").data("group-index")})})}),this.$container.off("click",".groupBy").on("click",".groupBy",function(){t(this).toggleClass("expanded"),i.$body.find("tr[data-parent-index="+t(this).closest("tr").data("group-index")+"]").toggleClass("hidden")}),this.$container.off("click",'[name="btSelectGroup"]').on("click",'[name="btSelectGroup"]',function(e){e.stopImmediatePropagation();var o=t(this),r=o.prop("checked");i[r?"checkGroup":"uncheckGroup"](t(this).closest("tr").data("group-index"))})}e=!1,this.updateSelected()},i.prototype.updateSelected=function(){e||(c.apply(this,Array.prototype.slice.apply(arguments)),this.options.groupBy&&""!==this.options.groupByField&&this.$selectGroup.forEach(function(t){var e=t.item.filter(":enabled").length===t.item.filter(":enabled").filter(":checked").length;t.group.prop("checked",e)}))},i.prototype.getGroupSelections=function(e){var o=this;return t.grep(this.data,function(t){return t[o.header.stateField]&&t._data["parent-index"]===e})},i.prototype.checkGroup=function(t){this.checkGroup_(t,!0)},i.prototype.uncheckGroup=function(t){this.checkGroup_(t,!1)},i.prototype.checkGroup_=function(e,o){var r;o||(r=this.getGroupSelections(e)),this.$selectItem.filter(function(){return t(this).closest("tr").data("parent-index")===e}).prop("checked",o),this.updateRows(),this.updateSelected(),o&&(r=this.getGroupSelections(e)),this.trigger(o?"check-all":"uncheck-all",r)}}(jQuery)},341:function(t,e,o){o(340)}});if("object"==typeof o){var r=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,t&&t!==window?t:null];for(var i in o)r[0]&&(r[0][i]=o[i]),r[1]&&"__esModule"!==i&&(r[1][i]=o[i]),r[2]&&(r[2][i]=o[i])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/group-by-v2/group-by-v2.scss
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/group-by-v2/group-by-v2.scss
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "~bootstrap-table/src/extensions/group-by-v2/bootstrap-table-group-by";
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/group-by/group-by.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/group-by/group-by.js
vendored
Executable 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=339)}({338:function(t,o){!function(t){"use strict";var o,e={},n=void 0,i=function(o,e){var n={};return t.each(e,function(t,e){if(!e.IsParent)for(var i in e)isNaN(parseFloat(e[i]))||o.columns[o.fieldsColumnsIndex[i]].groupBySumGroup&&(void 0===n[i]&&(n[i]=0),n[i]+=+e[i])}),n},r=function(t,i){return o.apply([t,i]),e["data-tt-id".toString()]=i,t.IsParent?(n=i,delete e["data-tt-parent-id".toString()]):e["data-tt-parent-id".toString()]=void 0===n?i:n,e},p=function(t,o,e){for(var n={},i=0;i<t.options.groupByField.length;i++)n[t.options.groupByField[i].toString()]=o[e][0][t.options.groupByField[i]];return n.IsParent=!0,n},a=function(o,e){for(var n,r,a,s=[],l={},u=(n=e,r=function(t){return function(t,o){for(var e=[],n=0;n<t.options.groupByField.length;n++)e.push(o[t.options.groupByField[n]]);return e}(o,t)},a={},t.each(n,function(t,o){var e=JSON.stringify(r(o));a[e]=a[e]||[],a[e].push(o)}),Object.keys(a).map(function(t){return a[t]})),d=0;d<u.length;d++)u[d].unshift(p(o,u,d)),o.options.groupBySumGroup&&(l=i(o,u[d]),t.isEmptyObject(l)||u[d].push(l));return s=s.concat.apply(s,u),!o.options.loaded&&s.length>0&&(o.options.loaded=!0,o.options.originalData=o.options.data,o.options.data=s),s};t.extend(t.fn.bootstrapTable.defaults,{groupBy:!1,groupByField:[],groupBySumGroup:!1,groupByInitExpanded:void 0,loaded:!1,originalData:void 0}),t.fn.bootstrapTable.methods.push("collapseAll","expandAll","refreshGroupByField"),t.extend(t.fn.bootstrapTable.COLUMN_DEFAULTS,{groupBySumGroup:!1});var s=t.fn.bootstrapTable.Constructor,l=s.prototype.init,u=s.prototype.initData;s.prototype.init=function(){if(!this.options.sortName&&this.options.groupBy&&this.options.groupByField.length>0){var e=this;Object.keys||t.fn.bootstrapTable.utils.objectKeys(),this.options.loaded=!1,this.options.originalData=void 0,o=this.options.rowAttributes,this.options.rowAttributes=r,this.$el.off("post-body.bs.table").on("post-body.bs.table",function(){e.$el.treetable({expandable:!0,onNodeExpand:function(){e.options.height&&e.resetHeader()},onNodeCollapse:function(){e.options.height&&e.resetHeader()}},!0),void 0!==e.options.groupByInitExpanded&&("number"==typeof e.options.groupByInitExpanded?e.expandNode(e.options.groupByInitExpanded):"all"===e.options.groupByInitExpanded.toLowerCase()&&e.expandAll())})}l.apply(this,Array.prototype.slice.apply(arguments))},s.prototype.initData=function(t,o){this.options.sortName||this.options.groupBy&&this.options.groupByField.length>0&&(this.options.groupByField="string"==typeof this.options.groupByField?this.options.groupByField.replace("[","").replace("]","").replace(/ /g,"").toLowerCase().split(","):this.options.groupByField,t=a(this,t||this.options.data)),u.apply(this,[t,o])},s.prototype.expandAll=function(){this.$el.treetable("expandAll")},s.prototype.collapseAll=function(){this.$el.treetable("collapseAll")},s.prototype.expandNode=function(o){void 0!==(o=function(o,e){for(var n=o.$body.find("tr").not("[data-tt-parent-id]"),i=0;i<n.length;i++)if(i===e)return t(n[i]).attr("data-tt-id")}(this,o))&&this.$el.treetable("expandNode",o)},s.prototype.refreshGroupByField=function(o){t.fn.bootstrapTable.utils.compareObjects(this.options.groupByField,o)||(this.options.groupByField=o,this.load(this.options.originalData))}}(jQuery)},339:function(t,o,e){e(338)}});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);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/group-by/group-by.scss
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/group-by/group-by.scss
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "~bootstrap-table/src/extensions/group-by/bootstrap-table-group-by";
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/key-events/key-events.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/key-events/key-events.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,e){var n=function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:o})},n.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=337)}({336:function(t,e){!function(t){"use strict";t.extend(t.fn.bootstrapTable.defaults,{keyEvents:!1});var e=t.fn.bootstrapTable.Constructor,n=e.prototype.init;e.prototype.init=function(){n.apply(this,Array.prototype.slice.apply(arguments)),this.initKeyEvents()},e.prototype.initKeyEvents=function(){if(this.options.keyEvents){var e=this;t(document).off("keydown").on("keydown",function(n){var o=e.$toolbar.find(".search input"),r=e.$toolbar.find('button[name="refresh"]'),i=e.$toolbar.find('button[name="toggle"]'),u=e.$toolbar.find('button[name="paginationSwitch"]');if(document.activeElement===o.get(0)||!t.contains(document.activeElement,e.$toolbar.get(0)))return!0;switch(n.keyCode){case 83:if(!e.options.search)return;return o.focus(),!1;case 82:if(!e.options.showRefresh)return;return r.click(),!1;case 84:if(!e.options.showToggle)return;return i.click(),!1;case 80:if(!e.options.showPaginationSwitch)return;return u.click(),!1;case 37:if(!e.options.pagination)return;return e.prevPage(),!1;case 39:if(!e.options.pagination)return;return void e.nextPage()}})}}}(jQuery)},337:function(t,e,n){n(336)}});if("object"==typeof n){var o=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,t&&t!==window?t:null];for(var r in n)o[0]&&(o[0][r]=n[r]),o[1]&&"__esModule"!==r&&(o[1][r]=n[r]),o[2]&&(o[2][r]=n[r])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/mobile/mobile.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/mobile/mobile.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,i){var n=function(t){var i={};function n(o){if(i[o])return i[o].exports;var e=i[o]={i:o,l:!1,exports:{}};return t[o].call(e.exports,e,e.exports,n),e.l=!0,e.exports}return n.m=t,n.c=i,n.d=function(t,i,o){n.o(t,i)||Object.defineProperty(t,i,{configurable:!1,enumerable:!0,get:o})},n.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},n.n=function(t){var i=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(i,"a",i),i},n.o=function(t,i){return Object.prototype.hasOwnProperty.call(t,i)},n.p="",n(n.s=335)}({334:function(t,i){!function(t){"use strict";var i=function(i,n){i.options.columnsHidden.length>0&&t.each(i.columns,function(t,o){-1!==i.options.columnsHidden.indexOf(o.field)&&o.visible!==n&&i.toggleColumn(i.fieldsColumnsIndex[o.field],n,!0)})},n=function(t,i,n){t.options.minHeight?i<=t.options.minWidth&&n<=t.options.minHeight?o(t):i>t.options.minWidth&&n>t.options.minHeight&&e(t):i<=t.options.minWidth?o(t):i>t.options.minWidth&&e(t),function(t){(t.options.height||t.options.showFooter)&&setTimeout(function(){t.resetView.call(t)},1)}(t)},o=function(t){s(t,!1),i(t,!1)},e=function(t){s(t,!0),i(t,!0)},s=function(t,i){t.options.cardView=i,t.toggleView()};t.extend(t.fn.bootstrapTable.defaults,{mobileResponsive:!1,minWidth:562,minHeight:void 0,heightThreshold:100,checkOnInit:!0,columnsHidden:[]});var h=t.fn.bootstrapTable.Constructor,r=h.prototype.init;h.prototype.init=function(){if(r.apply(this,Array.prototype.slice.apply(arguments)),this.options.mobileResponsive&&this.options.minWidth){this.options.minWidth<100&&this.options.resizable&&(console.log("The minWidth when the resizable extension is active should be greater or equal than 100"),this.options.minWidth=100);var i,o,e,s=this,h={width:t(window).width(),height:t(window).height()};if(t(window).on("resize orientationchange",(i=function(i){var o=t(this).height(),e=t(this).width();(Math.abs(h.height-o)>s.options.heightThreshold||h.width!=e)&&(n(s,e,o),h={width:e,height:o})},o=200,function(){var t=this,n=arguments;clearTimeout(e),e=setTimeout(function(){e=null,i.apply(t,n)},o)})),this.options.checkOnInit){var u=t(window).height(),l=t(window).width();n(this,l,u),h={width:l,height:u}}}}}(jQuery)},335:function(t,i,n){n(334)}});if("object"==typeof n){var o=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,t&&t!==window?t:null];for(var e in n)o[0]&&(o[0][e]=n[e]),o[1]&&"__esModule"!==e&&(o[1][e]=n[e]),o[2]&&(o[2][e]=n[e])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/multi-column-toggle/multi-column-toggle.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/multi-column-toggle/multi-column-toggle.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,o){var n=function(t){var o={};function n(e){if(o[e])return o[e].exports;var l=o[e]={i:e,l:!1,exports:{}};return t[e].call(l.exports,l,l.exports,n),l.l=!0,l.exports}return n.m=t,n.c=o,n.d=function(t,o,e){n.o(t,o)||Object.defineProperty(t,o,{configurable:!1,enumerable:!0,get:e})},n.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},n.n=function(t){var o=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(o,"a",o),o},n.o=function(t,o){return Object.prototype.hasOwnProperty.call(t,o)},n.p="",n(n.s=333)}({332:function(t,o){!function(t){"use strict";var o=t.fn.bootstrapTable.utils.sprintf,n=function(t){t.initHeader(),t.initSearch(),t.initPagination(),t.initBody()};t.extend(t.fn.bootstrapTable.defaults,{showToggleBtn:!1,multiToggleDefaults:[]}),t.fn.bootstrapTable.methods.push("hideAllColumns","showAllColumns");var e=t.fn.bootstrapTable.Constructor,l=e.prototype.initToolbar;e.prototype.initToolbar=function(){l.apply(this,Array.prototype.slice.apply(arguments));var t=this,o=this.$toolbar.find(">.btn-group");"string"==typeof this.options.multiToggleDefaults&&(this.options.multiToggleDefaults=JSON.parse(this.options.multiToggleDefaults)),this.options.showToggleBtn&&this.options.showColumns&&(o.append("<button class='btn btn-default hidden' id='showAllBtn'><span class='glyphicon glyphicon-resize-full icon-zoom-in'></span></button><button class='btn btn-default' id='hideAllBtn'><span class='glyphicon glyphicon-resize-small icon-zoom-out'></span></button>"),o.find("#showAllBtn").click(function(){t.showAllColumns(),o.find("#hideAllBtn").toggleClass("hidden"),o.find("#showAllBtn").toggleClass("hidden")}),o.find("#hideAllBtn").click(function(){t.hideAllColumns(),o.find("#hideAllBtn").toggleClass("hidden"),o.find("#showAllBtn").toggleClass("hidden")}))},e.prototype.hideAllColumns=function(){var e=this,l=e.options.multiToggleDefaults;t.each(this.columns,function(t,n){if(-1==l.indexOf(n.field)&&n.switchable){n.visible=!1;var i=e.$toolbar.find(".keep-open input").prop("disabled",!1);i.filter(o('[value="%s"]',t)).prop("checked",!1)}}),n(e)},e.prototype.showAllColumns=function(){var e=this;t.each(this.columns,function(t,n){n.switchable&&(n.visible=!0);var l=e.$toolbar.find(".keep-open input").prop("disabled",!1);l.filter(o('[value="%s"]',t)).prop("checked",!0)}),n(e),e.toggleColumn(0,e.columns[0].visible,!1)}}(jQuery)},333:function(t,o,n){n(332)}});if("object"==typeof n){var e=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,t&&t!==window?t:null];for(var l in n)e[0]&&(e[0][l]=n[l]),e[1]&&"__esModule"!==l&&(e[1][l]=n[l]),e[2]&&(e[2][l]=n[l])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/multiple-search/multiple-search.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/multiple-search/multiple-search.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(e,t){var r=function(e){var t={};function r(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:o})},r.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=331)}({330:function(e,t){!function(e){"use strict";e.extend(e.fn.bootstrapTable.defaults,{multipleSearch:!1,delimeter:" "});var t=e.fn.bootstrapTable.Constructor,r=t.prototype.initSearch;t.prototype.initSearch=function(){if(this.options.multipleSearch){if(void 0===this.searchText)return;var t=this.searchText.split(this.options.delimeter),o=this,n=(e.isEmptyObject(this.filterColumns)||this.filterColumns,[]);if(1===t.length)r.apply(this,Array.prototype.slice.apply(arguments));else{for(var i=0;i<t.length;i++){var a=t[i].trim();n=a?e.grep(0===n.length?this.options.data:n,function(t,r){for(var n in t){n=e.isNumeric(n)?parseInt(n,10):n;var i=t[n],s=o.columns[o.fieldsColumnsIndex[n]],l=e.inArray(n,o.header.fields);s&&s.searchFormatter&&(i=e.fn.bootstrapTable.utils.calculateObjectValue(s,o.header.formatters[l],[i,t,r],i));var u=e.inArray(n,o.header.fields);if(-1!==u&&o.header.searchables[u]&&("string"==typeof i||"number"==typeof i))if(o.options.strictSearch){if((i+"").toLowerCase()===a)return!0}else if(-1!==(i+"").toLowerCase().indexOf(a))return!0}return!1}):this.data}this.data=n}}else r.apply(this,Array.prototype.slice.apply(arguments))}}(jQuery)},331:function(e,t,r){r(330)}});if("object"==typeof r){var o=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,e&&e!==window?e:null];for(var n in r)o[0]&&(o[0][n]=r[n]),o[1]&&"__esModule"!==n&&(o[1][n]=r[n]),o[2]&&(o[2][n]=r[n])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/multiple-selection-row/multiple-selection-row.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/multiple-selection-row/multiple-selection-row.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,e){var o=function(t){var e={};function o(l){if(e[l])return e[l].exports;var n=e[l]={i:l,l:!1,exports:{}};return t[l].call(n.exports,n,n.exports,o),n.l=!0,n.exports}return o.m=t,o.c=e,o.d=function(t,e,l){o.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:l})},o.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=329)}({328:function(t,e){!function(t){"use strict";document.onselectstart=function(){return!1};var e=function(e){return(e=t(e)).is("table")?e:e.parents().find(".table")},o=function(t){var o=e(t.currentTarget);window.event.ctrlKey&&n(t.currentTarget,o,!1,!1),0===window.event.button&&(window.event.ctrlKey||window.event.shiftKey||(i(o),n(t.currentTarget,o,!1,!1)),window.event.shiftKey&&s([o.bootstrapTable("getOptions").multipleSelectRowLastSelectedRow.rowIndex,t.currentTarget.rowIndex],o))},l=function(o){var l,s=e(o.currentTarget);i(s),n((l=o.currentTarget,(l=t(l)).parent().parent()),s,!1,!1)},n=function(e,o,l,n){l?(e=t(e),o.bootstrapTable("getOptions").multipleSelectRowLastSelectedRow=void 0,e.removeClass(o.bootstrapTable("getOptions").multipleSelectRowCssClass),o.bootstrapTable("uncheck",e.data("index"))):(o.bootstrapTable("getOptions").multipleSelectRowLastSelectedRow=e,e=t(e),n?(e.addClass(o.bootstrapTable("getOptions").multipleSelectRowCssClass),o.bootstrapTable("check",e.data("index"))):e.hasClass(o.bootstrapTable("getOptions").multipleSelectRowCssClass)?(e.removeClass(o.bootstrapTable("getOptions").multipleSelectRowCssClass),o.bootstrapTable("uncheck",e.data("index"))):(e.addClass(o.bootstrapTable("getOptions").multipleSelectRowCssClass),o.bootstrapTable("check",e.data("index"))))},s=function(t,e){t.sort(function(t,e){return t-e});for(var o=t[0];o<=t[1];o++)n(e.bootstrapTable("getOptions").multipleSelectRowRows[o-1],e,!1,!0)},i=function(t){for(var e=0;e<t.bootstrapTable("getOptions").multipleSelectRowRows.length;e++)n(t.bootstrapTable("getOptions").multipleSelectRowRows[e],t,!0,!1)};t.extend(t.fn.bootstrapTable.defaults,{multipleSelectRow:!1,multipleSelectRowCssClass:"multiple-select-row-selected",multipleSelectRowLastSelectedRow:void 0,multipleSelectRowRows:[]});var r=t.fn.bootstrapTable.Constructor,a=r.prototype.init;r.prototype.initBody,r.prototype.init=function(){if(this.options.multipleSelectRow){var t=this;this.options.multipleSelectRowLastSelectedRow=void 0,this.options.multipleSelectRowRows=[],this.$el.on("post-body.bs.table",function(e){setTimeout(function(){t.options.multipleSelectRowRows=t.$body.children(),t.options.multipleSelectRowRows.click(o),t.options.multipleSelectRowRows.find("input[type=checkbox]").change(l)},1)})}a.apply(this,Array.prototype.slice.apply(arguments))},r.prototype.clearAllMultipleSelectionRow=function(){i(this)},t.fn.bootstrapTable.methods.push("clearAllMultipleSelectionRow")}(jQuery)},329:function(t,e,o){o(328)}});if("object"==typeof o){var l=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,t&&t!==window?t:null];for(var n in o)l[0]&&(l[0][n]=o[n]),l[1]&&"__esModule"!==n&&(l[1][n]=o[n]),l[2]&&(l[2][n]=o[n])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/multiple-selection-row/multiple-selection-row.scss
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/multiple-selection-row/multiple-selection-row.scss
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "~bootstrap-table/src/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row";
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/multiple-sort/multiple-sort.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/multiple-sort/multiple-sort.js
vendored
Executable file
File diff suppressed because one or more lines are too long
1
resources/assets/vendor/libs/bootstrap-table/extensions/natural-sorting/natural-sorting.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/natural-sorting/natural-sorting.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(e,n){var o=function(e){var n={};function o(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,o),r.l=!0,r.exports}return o.m=e,o.c=n,o.d=function(e,n,t){o.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:t})},o.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,"a",n),n},o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},o.p="",o(o.s=325)}({324:function(e,n){},325:function(e,n,o){o(324)}});if("object"==typeof o){var t=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,e&&e!==window?e:null];for(var r in o)t[0]&&(t[0][r]=o[r]),t[1]&&"__esModule"!==r&&(t[1][r]=o[r]),t[2]&&(t[2][r]=o[r])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/print/print.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/print/print.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(t,n){var r=function(t){var n={};function r(o){if(n[o])return n[o].exports;var e=n[o]={i:o,l:!1,exports:{}};return t[o].call(e.exports,e,e.exports,r),e.l=!0,e.exports}return r.m=t,r.c=n,r.d=function(t,n,o){r.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:o})},r.r=function(t){Object.defineProperty(t,"__esModule",{value:!0})},r.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(n,"a",n),n},r.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},r.p="",r(r.s=323)}({322:function(t,n){!function(t){"use strict";var n=t.fn.bootstrapTable.utils.sprintf;t.extend(t.fn.bootstrapTable.defaults,{showPrint:!1,printAsFilteredAndSortedOnUI:!0,printSortColumn:void 0,printSortOrder:"asc",printPageBuilder:function(t){return function(t){return'<html><head><style type="text/css" media="print"> @page { size: auto; margin: 25px 0 25px 0; }</style><style type="text/css" media="all">table{border-collapse: collapse; font-size: 12px; }\ntable, th, td {border: 1px solid grey}\nth, td {text-align: center; vertical-align: middle;}\np {font-weight: bold; margin-left:20px }\ntable { width:94%; margin-left:3%; margin-right:3%}\ndiv.bs-table-print { text-align:center;}\n</style></head><title>Print Table</title><body><p>Printed on: '+new Date+' </p><div class="bs-table-print">'+t+"</div></body></html>"}(t)}}),t.extend(t.fn.bootstrapTable.COLUMN_DEFAULTS,{printFilter:void 0,printIgnore:!1,printFormatter:void 0}),t.extend(t.fn.bootstrapTable.defaults.icons,{print:"glyphicon-print icon-share"});var r=t.fn.bootstrapTable.Constructor,o=r.prototype.initToolbar;r.prototype.initToolbar=function(){if(this.showToolbar=this.showToolbar||this.options.showPrint,o.apply(this,Array.prototype.slice.apply(arguments)),this.options.showPrint){var r=this,e=this.$toolbar.find(">.btn-group"),i=e.find("button.bs-print");i.length||(i=t(['<button class="bs-print btn btn-default'+n(' btn-%s"',this.options.iconSize)+' name="print" title="print" type="button">',n('<i class="%s %s"></i> ',this.options.iconsPrefix,this.options.icons.print),"</button>"].join("")).appendTo(e)).click(function(){function t(t,n,r){var o=t[r.field];return"function"==typeof r.printFormatter?r.printFormatter.apply(r,[o,t,n]):void 0===o?"-":o}!function(o){var e,i=function(r,o){for(var e=["<table><thead>"],i=0;i<o.length;i++){var l=o[i];e.push("<tr>");for(var p=0;p<l.length;p++)l[p].printIgnore||e.push("<th",n(' rowspan="%s"',l[p].rowspan),n(' colspan="%s"',l[p].colspan),n(">%s</th>",l[p].title));e.push("</tr>")}e.push("</thead><tbody>");for(var s=0;s<r.length;s++){e.push("<tr>");for(var a=0;a<o.length;a++)for(var l=o[a],u=0;u<l.length;u++)!l[u].printIgnore&&l[u].field&&e.push("<td>",t(r[s],s,l[u]),"</td>");e.push("</tr>")}return e.push("</tbody></table>"),e.join("")}(o=function(t,n,r){if(!n)return t;var o="asc"!=r;return o=-(+o||-1),t.sort(function(t,r){return o*t[n].localeCompare(r[n])})}(o=function(t,n){return t.filter(function(t){return function(t,n){for(var r=0;r<n.length;++r)if(t[n[r].colName]!=n[r].value)return!1;return!0}(t,n)})}(o,(e=r.options.columns)&&e[0]?e[0].filter(function(t){return t.printFilter}).map(function(t){return{colName:t.field,value:t.printFilter}}):[]),r.options.printSortColumn,r.options.printSortOrder),r.options.columns),l=window.open("");l.document.write(r.options.printPageBuilder.call(this,i)),l.print(),l.close()}(r.options.printAsFilteredAndSortedOnUI?r.getData():r.options.data.slice(0))})}}}(jQuery)},323:function(t,n,r){r(322)}});if("object"==typeof r){var o=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,t&&t!==window?t:null];for(var e in r)o[0]&&(o[0][e]=r[e]),o[1]&&"__esModule"!==e&&(o[1][e]=r[e]),o[2]&&(o[2][e]=r[e])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/reorder-columns/reorder-columns.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/reorder-columns/reorder-columns.js
vendored
Executable 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);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/reorder-rows/reorder-rows.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/reorder-rows/reorder-rows.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(o,t){var r=function(o){var t={};function r(e){if(t[e])return t[e].exports;var n=t[e]={i:e,l:!1,exports:{}};return o[e].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=o,r.c=t,r.d=function(o,t,e){r.o(o,t)||Object.defineProperty(o,t,{configurable:!1,enumerable:!0,get:e})},r.r=function(o){Object.defineProperty(o,"__esModule",{value:!0})},r.n=function(o){var t=o&&o.__esModule?function(){return o.default}:function(){return o};return r.d(t,"a",t),t},r.o=function(o,t){return Object.prototype.hasOwnProperty.call(o,t)},r.p="",r(r.s=319)}({318:function(o,t){!function(o){"use strict";var t=function(o,t){return{id:"customId_"+t}};o.extend(o.fn.bootstrapTable.defaults,{reorderableRows:!1,onDragStyle:null,onDropStyle:null,onDragClass:"reorder_rows_onDragClass",dragHandle:null,useRowAttrFunc:!1,onReorderRowsDrag:function(o,t){return!1},onReorderRowsDrop:function(o,t){return!1},onReorderRow:function(o){return!1}}),o.extend(o.fn.bootstrapTable.Constructor.EVENTS,{"reorder-row.bs.table":"onReorderRow"});var r=o.fn.bootstrapTable.Constructor,e=r.prototype.init,n=r.prototype.initSearch;r.prototype.init=function(){if(this.options.reorderableRows){var o=this;this.options.useRowAttrFunc&&(this.options.rowAttributes=t);var r=this.options.onPostBody;this.options.onPostBody=function(){setTimeout(function(){o.makeRowsReorderable(),r.apply()},1)},e.apply(this,Array.prototype.slice.apply(arguments))}else e.apply(this,Array.prototype.slice.apply(arguments))},r.prototype.initSearch=function(){n.apply(this,Array.prototype.slice.apply(arguments)),this.options.reorderableRows},r.prototype.makeRowsReorderable=function(){this.options.cardView||this.$el.tableDnD({onDragStyle:this.options.onDragStyle,onDropStyle:this.options.onDropStyle,onDragClass:this.options.onDragClass,onDrop:this.onDrop,onDragStart:this.options.onReorderRowsDrag,dragHandle:this.options.dragHandle})},r.prototype.onDrop=function(t,r){for(var e=o(t),n=e.data("bootstrap.table"),a=e.data("bootstrap.table").options,s=null,i=[],p=0;p<t.tBodies[0].rows.length;p++)s=o(t.tBodies[0].rows[p]),i.push(a.data[s.data("index")]),s.data("index",p).attr("data-index",p);a.data=a.data.slice(0,n.pageFrom-1).concat(i).concat(a.data.slice(n.pageTo)),a.onReorderRowsDrop.apply(t,[t,r]),n.trigger("reorder-row",i)}}(jQuery)},319:function(o,t,r){r(318)}});if("object"==typeof r){var e=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,o&&o!==window?o:null];for(var n in r)e[0]&&(e[0][n]=r[n]),e[1]&&"__esModule"!==n&&(e[1][n]=r[n]),e[2]&&(e[2][n]=r[n])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/reorder-rows/reorder-rows.scss
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/reorder-rows/reorder-rows.scss
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "~bootstrap-table/src/extensions/reorder-rows/bootstrap-table-reorder-rows";
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/resizable/resizable.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/resizable/resizable.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(e,o){var t=function(e){var o={};function t(r){if(o[r])return o[r].exports;var i=o[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.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=317)}({316:function(e,o){!function(e){"use strict";e.extend(e.fn.bootstrapTable.defaults,{resizable:!1,liveDrag:!1,fixed:!0,headerOnly:!1,minWidth:15,hoverCursor:"e-resize",dragCursor:"e-resize",onResizableResize:function(e){return!1},onResizableDrag:function(e){return!1}});var o=e.fn.bootstrapTable.Constructor,t=o.prototype.toggleView,r=o.prototype.resetView;o.prototype.toggleView=function(){t.apply(this,Array.prototype.slice.apply(arguments)),this.options.resizable&&this.options.cardView&&e(this.$el).colResizable({disable:!0})},o.prototype.resetView=function(){var e=this;r.apply(this,Array.prototype.slice.apply(arguments)),this.options.resizable&&setTimeout(function(){!function(e){e.$el.colResizable({disable:!0}),e.$el.colResizable({liveDrag:e.options.liveDrag,fixed:e.options.fixed,headerOnly:e.options.headerOnly,minWidth:e.options.minWidth,hoverCursor:e.options.hoverCursor,dragCursor:e.options.dragCursor,onResize:e.onResize,onDrag:e.options.onResizableDrag,resizeMode:e.options.resizeMode})}(e)},100)},o.prototype.onResize=function(o){var t=e(o.currentTarget);t.bootstrapTable("resetView"),t.data("bootstrap.table").options.onResizableResize.apply(o)}}(jQuery)},317:function(e,o,t){t(316)}});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 i in t)r[0]&&(r[0][i]=t[i]),r[1]&&"__esModule"!==i&&(r[1][i]=t[i]),r[2]&&(r[2][i]=t[i])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/select2-filter/select2-filter.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/select2-filter/select2-filter.js
vendored
Executable file
File diff suppressed because one or more lines are too long
1
resources/assets/vendor/libs/bootstrap-table/extensions/sticky-header/sticky-header.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/sticky-header/sticky-header.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(e,t){var o=function(e){var t={};function o(i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exports,o),r.l=!0,r.exports}return o.m=e,o.c=t,o.d=function(e,t,i){o.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:i})},o.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=313)}({312:function(e,t){!function(e){"use strict";var t=e.fn.bootstrapTable.utils.sprintf;e.extend(e.fn.bootstrapTable.defaults,{stickyHeader:!1});var o=3;try{o=parseInt(e.fn.dropdown.Constructor.VERSION,10)}catch(e){}var i=o>3?"d-none":"hidden",r=e.fn.bootstrapTable.Constructor,n=r.prototype.initHeader;r.prototype.initHeader=function(){var o=this;if(n.apply(this,Array.prototype.slice.apply(arguments)),this.options.stickyHeader){var r=this.$tableBody.find("table"),s=r.attr("id"),d=r.attr("id")+"-sticky-header",a=d+"-sticky-header-container",c=d+"_sticky_anchor_begin",f=d+"_sticky_anchor_end";r.before(t('<div id="%s" class="%s"></div>',a,i)),r.before(t('<div id="%s"></div>',c)),r.after(t('<div id="%s"></div>',f)),r.find("thead").attr("id",d),this.$stickyHeader=e(e("#"+d).clone(!0,!0)),this.$stickyHeader.removeAttr("id"),e(window).on("resize."+s,r,l),e(window).on("scroll."+s,r,l),r.closest(".fixed-table-container").find(".fixed-table-body").on("scroll."+s,r,p),this.$el.on("all.bs.table",function(t){o.$stickyHeader=e(e("#"+d).clone(!0,!0)),o.$stickyHeader.removeAttr("id")})}function l(t){var r=t.data,n=r.find("thead").attr("id");if(r.length<1||e("#"+s).length<1)return e(window).off("resize."+s),e(window).off("scroll."+s),void r.closest(".fixed-table-container").find(".fixed-table-body").off("scroll."+s);var d="0";o.options.stickyHeaderOffsetY&&(d=o.options.stickyHeaderOffsetY.replace("px",""));var l=e(window).scrollTop(),u=e("#"+c).offset().top-d,y=e("#"+f).offset().top-d-e("#"+n).css("height").replace("px","");if(l>u&&l<=y){e.each(o.$stickyHeader.find("tr").eq(0).find("th"),function(t,o){e(o).css("min-width",e("#"+n+" tr").eq(0).find("th").eq(t).css("width"))}),e("#"+a).removeClass(i).addClass("fix-sticky fixed-table-container"),e("#"+a).css("top",d+"px");var h=e('<div style="position:absolute;width:100%;overflow-x:hidden;" />');e("#"+a).html(h.append(o.$stickyHeader)),p(t)}else e("#"+a).removeClass("fix-sticky").addClass(i)}function p(t){var o=t.data,i=o.find("thead").attr("id");e("#"+a).css("width",+o.closest(".fixed-table-body").css("width").replace("px","")+1),e("#"+a+" thead").parent().scrollLeft(Math.abs(e("#"+i).position().left))}}}(jQuery)},313:function(e,t,o){o(312)}});if("object"==typeof o){var i=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,e&&e!==window?e:null];for(var r in o)i[0]&&(i[0][r]=o[r]),i[1]&&"__esModule"!==r&&(i[1][r]=o[r]),i[2]&&(i[2][r]=o[r])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/sticky-header/sticky-header.scss
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/sticky-header/sticky-header.scss
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "~bootstrap-table/src/extensions/sticky-header/bootstrap-table-sticky-header";
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/toolbar/toolbar.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/toolbar/toolbar.js
vendored
Executable file
File diff suppressed because one or more lines are too long
1
resources/assets/vendor/libs/bootstrap-table/extensions/tree-column/tree-column.js
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/tree-column/tree-column.js
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
!function(e,t){var r=function(e){var t={};function r(o){if(t[o])return t[o].exports;var n=t[o]={i:o,l:!1,exports:{}};return e[o].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:o})},r.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=309)}({308:function(e,t){!function(e){"use strict";e.extend(e.fn.bootstrapTable.defaults,{treeShowField:null,idField:"id",parentIdField:"pid",treeVerticalcls:"vertical",treeVerticalLastcls:"vertical last",treeSpacecls:"space",treeNodecls:"node",treeCellcls:"treenode",treeTextcls:"text",onTreeFormatter:function(e){for(var t=this.options,r=e._level||0,o=e._parent&&e._parent._level||0,n=[],s=0;s<o;s++)n.push('<i class="'+t.treeVerticalcls+'"></i>'),n.push('<i class="'+t.treeSpacecls+'"></i>');for(var s=o;s<r;s++)e._last&&s===r-1?n.push('<i class="'+t.treeVerticalLastcls+'"></i>'):n.push('<i class="'+t.treeVerticalcls+'"></i>'),n.push('<i class="'+t.treeNodecls+'"></i>');return n.join("")},onGetNodes:function(t,r){var o=this,n=[];return e.each(r,function(e,r){t[o.options.idField]===r[o.options.parentIdField]&&n.push(r)}),n},onCheckLeaf:function(e,t){return void 0!==e.isLeaf?e.isLeaf:!e._nodes||!e._nodes.length},onCheckRoot:function(e,t){return!e[this.options.parentIdField]}});var t=e.fn.bootstrapTable.Constructor,r=t.prototype.initRow,o=t.prototype.initHeader;t.prototype.initHeader=function(){var t=this;o.apply(t,Array.prototype.slice.apply(arguments));var r=t.options.treeShowField;r&&e.each(this.header.fields,function(e,o){if(r===o){t.treeEnable=!0;var n=t.header.formatters[e],s=[t.options.treeCellcls];return t.header.classes[e]&&s.push(t.header.classes[e].split('"')[1]||""),t.header.classes[e]='class="'+s.join(" ")+'"',t.header.formatters[e]=function(e,r,o){var s=[t.options.onTreeFormatter.apply(t,[r])];return s.push('<span class="'+t.options.treeTextcls+'">'),n?s.push(n.apply(this,Array.prototype.slice.apply(arguments))):s.push(e),s.push("</span>"),s.join("")},!1}})};var n=function(t,o,s,i){var l=this.options.onGetNodes.apply(this,[t,s]);t._nodes=l,i.append(r.apply(this,[t,o,s,i]));for(var a=l.length-1,p=0;p<=a;p++){var c=l[p];c._level=t._level+1,c._parent=t,p===a&&(c._last=1),n.apply(this,[c,e.inArray(c,s),s,i])}};t.prototype.initRow=function(e,t,o,s){return this.treeEnable?!!this.options.onCheckRoot.apply(this,[e,o])&&(void 0===e._level&&(e._level=0),n.apply(this,[e,t,o,s]),!0):r.apply(this,Array.prototype.slice.apply(arguments))}}(jQuery)},309:function(e,t,r){r(308)}});if("object"==typeof r){var o=["object"==typeof module&&"object"==typeof module.exports?module.exports:null,"undefined"!=typeof window?window:null,e&&e!==window?e:null];for(var n in r)o[0]&&(o[0][n]=r[n]),o[1]&&"__esModule"!==n&&(o[1][n]=r[n]),o[2]&&(o[2][n]=r[n])}}(this);
|
||||
1
resources/assets/vendor/libs/bootstrap-table/extensions/tree-column/tree-column.scss
vendored
Executable file
1
resources/assets/vendor/libs/bootstrap-table/extensions/tree-column/tree-column.scss
vendored
Executable file
|
|
@ -0,0 +1 @@
|
|||
@import "~bootstrap-table/src/extensions/tree-column/bootstrap-table-tree-column";
|
||||
Loading…
Add table
Add a link
Reference in a new issue