prvi
This commit is contained in:
1
EveryThing/wwwroot/vendor/libs/bootstrap-table/extensions/mobile/mobile.js
vendored
Normal file
1
EveryThing/wwwroot/vendor/libs/bootstrap-table/extensions/mobile/mobile.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(t,i){var n=function(t){var i={};function n(e){if(i[e])return i[e].exports;var o=i[e]={i:e,l:!1,exports:{}};return t[e].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=i,n.d=function(t,i,e){n.o(t,i)||Object.defineProperty(t,i,{enumerable:!0,get:e})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,i){if(1&i&&(t=n(t)),8&i)return t;if(4&i&&"object"==typeof t&&t&&t.__esModule)return t;var e=Object.create(null);if(n.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:t}),2&i&&"string"!=typeof t)for(var o in t)n.d(e,o,function(i){return t[i]}.bind(null,o));return e},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=417)}({417:function(t,i,n){n(418)},418:function(t,i){!function(t){"use strict";var i=function(i,n){i.options.columnsHidden.length>0&&t.each(i.columns,function(t,e){-1!==i.options.columnsHidden.indexOf(e.field)&&e.visible!==n&&i.toggleColumn(i.fieldsColumnsIndex[e.field],n,!0)})},n=function(t,i,n){t.options.minHeight?i<=t.options.minWidth&&n<=t.options.minHeight?e(t):i>t.options.minWidth&&n>t.options.minHeight&&o(t):i<=t.options.minWidth?e(t):i>t.options.minWidth&&o(t),function(t){(t.options.height||t.options.showFooter)&&setTimeout(function(){t.resetView.call(t)},1)}(t)},e=function(t){r(t,!1),i(t,!1)},o=function(t){r(t,!0),i(t,!0)},r=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 s=t.fn.bootstrapTable.Constructor,u=s.prototype.init;s.prototype.init=function(){if(u.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,e,o,r=this,s={width:t(window).width(),height:t(window).height()};if(t(window).on("resize orientationchange",(i=function(i){var e=t(this).height(),o=t(this).width();(Math.abs(s.height-e)>r.options.heightThreshold||s.width!=o)&&(n(r,o,e),s={width:o,height:e})},e=200,function(){var t=this,n=arguments;clearTimeout(o),o=setTimeout(function(){o=null,i.apply(t,n)},e)})),this.options.checkOnInit){var h=t(window).height(),l=t(window).width();n(this,l,h),s={width:l,height:h}}}}}(jQuery)}});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 o in n)e[0]&&(e[0][o]=n[o]),e[1]&&"__esModule"!==o&&(e[1][o]=n[o]),e[2]&&(e[2][o]=n[o])}}(this);
|
||||
Reference in New Issue
Block a user