Socket
Socket
Sign inDemoInstall

bootstrap-table

Package Overview
Dependencies
0
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.14.1 to 1.14.2

dist/extensions/fixed-columns/bootstrap-table-fixed-columns.css

2

bootstrap-table.jquery.json
{
"name": "bootstrap-table",
"version": "1.14.1",
"version": "1.14.2",
"title": "Bootstrap Table",

@@ -5,0 +5,0 @@ "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",

ChangeLog
---------
### 1.14.2
- **New(fixed-columns extension):** Added new version fixed-columns extension.
- **New(js):** Updated the style of loading message.
- **Update(js):** Updated refresh event params.
- **Update(locale):** Updated all locale translation with English as default.
- **Update(export extension):** Fixed export all rows to pdf bug.
- **Update(export extension):** Disabled export button when exportDataType is 'selected' and selection empty.
- **Update(addrbar extension):** Fixed addrbar extension remove hash from url bug.
### 1.14.1

@@ -5,0 +15,0 @@

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

@@ -211,2 +211,5 @@ (function (global, factory) {

}
if (location.hash) {
url += location.hash;
}
return url;

@@ -213,0 +216,0 @@ }

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableAddrbar={exports:{}}.exports}})(this,function(){'use strict';function a(a,b){if(!(a instanceof b))throw new TypeError('Cannot call a class as a function')}function b(a,b){if(!a)throw new ReferenceError('this hasn\'t been initialised - super() hasn\'t been called');return b&&('object'==typeof b||'function'==typeof b)?b:a}function c(a,b){if('function'!=typeof b&&null!==b)throw new TypeError('Super expression must either be null or a function, not '+typeof b);a.prototype=Object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(a,b):a.__proto__=b)}var d=function(){function a(a,b){for(var c,d=0;d<b.length;d++)c=b[d],c.enumerable=c.enumerable||!1,c.configurable=!0,'value'in c&&(c.writable=!0),Object.defineProperty(a,c.key,c)}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),e=function a(b,c,d){null===b&&(b=Function.prototype);var e=Object.getOwnPropertyDescriptor(b,c);if(e===void 0){var f=Object.getPrototypeOf(b);return null===f?void 0:a(f,c,d)}if('value'in e)return e.value;var g=e.get;return void 0===g?void 0:g.call(d)},f=function(){function a(a,b){var c=[],d=!0,e=!1,f=void 0;try{for(var g,h=a[Symbol.iterator]();!(d=(g=h.next()).done)&&(c.push(g.value),!(b&&c.length===b));d=!0);}catch(a){e=!0,f=a}finally{try{!d&&h['return']&&h['return']()}finally{if(e)throw f}}return c}return function(b,c){if(Array.isArray(b))return b;if(Symbol.iterator in Object(b))return a(b,c);throw new TypeError('Invalid attempt to destructure non-iterable instance')}}();(function(g){function h(a){var b=1<arguments.length&&arguments[1]!==void 0?arguments[1]:window.location.search,c=new RegExp('(^|&)'+a+'=([^&]*)(&|$)'),d=b.substr(1).match(c);return d?decodeURIComponent(d[2]):null}function i(a){for(var b=1<arguments.length&&arguments[1]!==void 0?arguments[1]:window.location.search,c=function(a){return Object.keys(a).map(function(b){return[b,a[b]]})}(a),d=Array.isArray(c),e=0,_iterator=d?c:c[Symbol.iterator]();;){var g;if(d){if(e>=c.length)break;g=c[e++]}else{if(e=c.next(),e.done)break;g=e.value}var h=g,i=f(h,2),j=i[0],k=i[1],l=j+'='+k;if(b.match(j+'=([^&]*)')){var m=new RegExp('('+j+'=)([^&]*)','gi');b=b.replace(m,l)}else{var n=b.match('[?]')?'&':'?';b=b+n+l}}return b}g.BootstrapTable=function(f){function j(){return a(this,j),b(this,(j.__proto__||Object.getPrototypeOf(j)).apply(this,arguments))}return c(j,f),d(j,[{key:'init',value:function(){var a=this;if(this.options.addrbar){this.addrbarInit=!0;var b=this.options.addrPrefix||'';this.options.pageSize=this.options.pageSize||(h(b+'limit')?parseInt(h(b+'limit')):g.BootstrapTable.DEFAULTS.pageSize),this.options.pageNumber=this.options.pageNumber||(h(b+'page')?parseInt(h(b+'page')):g.BootstrapTable.DEFAULTS.pageNumber),this.options.sortOrder=this.options.sortOrder||(h(b+'order')?h(b+'order'):g.BootstrapTable.DEFAULTS.sortOrder),this.options.sortName=this.options.sortName||(h(b+'sort')?h(b+'sort'):'id'),this.options.searchText=this.options.searchText||(h(b+'search')?h(b+'search'):g.BootstrapTable.DEFAULTS.searchText);var c=this.options.onLoadSuccess;this.options.onLoadSuccess=function(d){if(a.addrbarInit)a.addrbarInit=!1;else{var e={};e[b+'page']=a.options.pageNumber,e[b+'limit']=a.options.pageSize,e[b+'order']=a.options.sortOrder,e[b+'sort']=a.options.sortName,e[b+'search']=a.options.searchText,window.history.pushState({},'',i(e))}c&&c.call(a,d)}}e(j.prototype.__proto__||Object.getPrototypeOf(j.prototype),'init',this).call(this)}}]),j}(g.BootstrapTable)})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableAddrbar={exports:{}}.exports}})(this,function(){'use strict';function a(a,b){if(!(a instanceof b))throw new TypeError('Cannot call a class as a function')}function b(a,b){if(!a)throw new ReferenceError('this hasn\'t been initialised - super() hasn\'t been called');return b&&('object'==typeof b||'function'==typeof b)?b:a}function c(a,b){if('function'!=typeof b&&null!==b)throw new TypeError('Super expression must either be null or a function, not '+typeof b);a.prototype=Object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(a,b):a.__proto__=b)}var d=function(){function a(a,b){for(var c,d=0;d<b.length;d++)c=b[d],c.enumerable=c.enumerable||!1,c.configurable=!0,'value'in c&&(c.writable=!0),Object.defineProperty(a,c.key,c)}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),e=function a(b,c,d){null===b&&(b=Function.prototype);var e=Object.getOwnPropertyDescriptor(b,c);if(e===void 0){var f=Object.getPrototypeOf(b);return null===f?void 0:a(f,c,d)}if('value'in e)return e.value;var g=e.get;return void 0===g?void 0:g.call(d)},f=function(){function a(a,b){var c=[],d=!0,e=!1,f=void 0;try{for(var g,h=a[Symbol.iterator]();!(d=(g=h.next()).done)&&(c.push(g.value),!(b&&c.length===b));d=!0);}catch(a){e=!0,f=a}finally{try{!d&&h['return']&&h['return']()}finally{if(e)throw f}}return c}return function(b,c){if(Array.isArray(b))return b;if(Symbol.iterator in Object(b))return a(b,c);throw new TypeError('Invalid attempt to destructure non-iterable instance')}}();(function(g){function h(a){var b=1<arguments.length&&arguments[1]!==void 0?arguments[1]:window.location.search,c=new RegExp('(^|&)'+a+'=([^&]*)(&|$)'),d=b.substr(1).match(c);return d?decodeURIComponent(d[2]):null}function i(a){for(var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:window.location.search,c=function(a){return Object.keys(a).map(function(b){return[b,a[b]]})}(a),d=Array.isArray(c),e=0,_iterator=d?c:c[Symbol.iterator]();;){var g;if(d){if(e>=c.length)break;g=c[e++]}else{if(e=c.next(),e.done)break;g=e.value}var h=g,i=f(h,2),j=i[0],k=i[1],l=j+'='+k;if(b.match(j+'=([^&]*)')){var m=new RegExp('('+j+'=)([^&]*)','gi');b=b.replace(m,l)}else{var n=b.match('[?]')?'&':'?';b=b+n+l}}return location.hash&&(b+=location.hash),b}g.BootstrapTable=function(f){function j(){return a(this,j),b(this,(j.__proto__||Object.getPrototypeOf(j)).apply(this,arguments))}return c(j,f),d(j,[{key:'init',value:function(){var a=this;if(this.options.addrbar){this.addrbarInit=!0;var b=this.options.addrPrefix||'';this.options.pageSize=this.options.pageSize||(h(b+'limit')?parseInt(h(b+'limit')):g.BootstrapTable.DEFAULTS.pageSize),this.options.pageNumber=this.options.pageNumber||(h(b+'page')?parseInt(h(b+'page')):g.BootstrapTable.DEFAULTS.pageNumber),this.options.sortOrder=this.options.sortOrder||(h(b+'order')?h(b+'order'):g.BootstrapTable.DEFAULTS.sortOrder),this.options.sortName=this.options.sortName||(h(b+'sort')?h(b+'sort'):'id'),this.options.searchText=this.options.searchText||(h(b+'search')?h(b+'search'):g.BootstrapTable.DEFAULTS.searchText);var c=this.options.onLoadSuccess;this.options.onLoadSuccess=function(d){if(a.addrbarInit)a.addrbarInit=!1;else{var e={};e[b+'page']=a.options.pageNumber,e[b+'limit']=a.options.pageSize,e[b+'order']=a.options.sortOrder,e[b+'sort']=a.options.sortName,e[b+'search']=a.options.searchText,window.history.pushState({},'',i(e))}c&&c.call(a,d)}}e(j.prototype.__proto__||Object.getPrototypeOf(j.prototype),'init',this).call(this)}}]),j}(g.BootstrapTable)})(jQuery)});
/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

@@ -192,10 +192,13 @@ (function (global, factory) {

var $btnGroup = this.$toolbar.find('>.btn-group');
var $export = $btnGroup.find('div.export');
this.$export = $btnGroup.find('div.export');
if ($export.length) {
if (this.$export.length) {
this.updateExportButton();
return;
}
$export = $('\n <div class="export btn-group">\n <button class="btn btn-' + o.buttonsClass + ' btn-' + o.iconSize + ' dropdown-toggle"\n aria-label="export type"\n title="' + o.formatExport() + '"\n data-toggle="dropdown"\n type="button">\n <i class="' + o.iconsPrefix + ' ' + o.icons.export + '"></i>\n <span class="caret"></span>\n </button>\n ' + bootstrap.html.dropmenu + '\n </div>\n ').appendTo($btnGroup);
this.$export = $('\n <div class="export btn-group">\n <button class="btn btn-' + o.buttonsClass + ' btn-' + o.iconSize + ' dropdown-toggle"\n aria-label="export type"\n title="' + o.formatExport() + '"\n data-toggle="dropdown"\n type="button">\n <i class="' + o.iconsPrefix + ' ' + o.icons.export + '"></i>\n <span class="caret"></span>\n </button>\n ' + bootstrap.html.dropmenu + '\n </div>\n ').appendTo($btnGroup);
var $menu = $export.find('.dropdown-menu');
this.updateExportButton();
var $menu = this.$export.find('.dropdown-menu');
var exportTypes = o.exportTypes;

@@ -249,3 +252,3 @@

var doExport = function doExport() {
var doExport = function doExport(callback) {
if (stateField) {

@@ -281,14 +284,18 @@ _this3.hideColumn(stateField);

_this3.$el.tableExport($.extend({}, o.exportOptions, options));
_this3.$el.tableExport($.extend({
onAfterSaveToFile: function onAfterSaveToFile() {
if (o.exportFooter) {
_this3.load(data);
}
if (o.exportFooter) {
_this3.load(data);
}
if (stateField) {
_this3.showColumn(stateField);
}
if (isCardView) {
_this3.toggleView();
}
if (stateField) {
_this3.showColumn(stateField);
}
if (isCardView) {
_this3.toggleView();
}
callback();
}
}, o.exportOptions, options));
};

@@ -299,4 +306,5 @@

this.$el.one(eventName, function () {
doExport();
_this3.togglePagination();
doExport(function () {
_this3.togglePagination();
});
});

@@ -321,4 +329,5 @@ this.togglePagination();

this.load(selectedData);
doExport();
this.load(data);
doExport(function () {
_this3.load(data);
});
} else {

@@ -328,2 +337,15 @@ doExport();

}
}, {
key: 'updateSelected',
value: function updateSelected() {
_get(_class.prototype.__proto__ || Object.getPrototypeOf(_class.prototype), 'updateSelected', this).call(this);
this.updateExportButton();
}
}, {
key: 'updateExportButton',
value: function updateExportButton() {
if (this.options.exportDataType === 'selected') {
this.$export.find('> button').prop('disabled', !this.getSelections().length);
}
}
}]);

@@ -330,0 +352,0 @@

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableExport={exports:{}}.exports}})(this,function(){'use strict';function a(a,b,c){return b in a?Object.defineProperty(a,b,{value:c,enumerable:!0,configurable:!0,writable:!0}):a[b]=c,a}function b(a,b){if(!(a instanceof b))throw new TypeError('Cannot call a class as a function')}function c(a,b){if(!a)throw new ReferenceError('this hasn\'t been initialised - super() hasn\'t been called');return b&&('object'==typeof b||'function'==typeof b)?b:a}function d(a,b){if('function'!=typeof b&&null!==b)throw new TypeError('Super expression must either be null or a function, not '+typeof b);a.prototype=Object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(a,b):a.__proto__=b)}var e=function(){function a(a,b){for(var c,d=0;d<b.length;d++)c=b[d],c.enumerable=c.enumerable||!1,c.configurable=!0,'value'in c&&(c.writable=!0),Object.defineProperty(a,c.key,c)}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),f=function a(b,c,d){null===b&&(b=Function.prototype);var e=Object.getOwnPropertyDescriptor(b,c);if(e===void 0){var f=Object.getPrototypeOf(b);return null===f?void 0:a(f,c,d)}if('value'in e)return e.value;var g=e.get;return void 0===g?void 0:g.call(d)};(function(g){var h=g.fn.bootstrapTable.utils,i={3:{icons:{export:'glyphicon-export icon-share'},html:{dropmenu:'<ul class="dropdown-menu" role="menu"></ul>',dropitem:'<li role="menuitem" data-type="%s"><a href="javascript:">%s</a></li>'}},4:{icons:{export:'fa-download'},html:{dropmenu:'<div class="dropdown-menu dropdown-menu-right"></div>',dropitem:'<a class="dropdown-item" data-type="%s" href="javascript:">%s</a>'}}}[h.bootstrapVersion],j={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'};g.extend(g.fn.bootstrapTable.defaults,{showExport:!1,exportDataType:'basic',exportTypes:['json','xml','csv','txt','sql','excel'],exportOptions:{},exportFooter:!1}),g.extend(g.fn.bootstrapTable.defaults.icons,{export:i.icons.export}),g.extend(g.fn.bootstrapTable.locales,{formatExport:function(){return'Export data'}}),g.extend(g.fn.bootstrapTable.defaults,g.fn.bootstrapTable.locales),g.fn.bootstrapTable.methods.push('exportTable'),g.BootstrapTable=function(k){function l(){return b(this,l),c(this,(l.__proto__||Object.getPrototypeOf(l)).apply(this,arguments))}return d(l,k),e(l,[{key:'initToolbar',value:function(){var a=this,b=this.options;if(this.showToolbar=this.showToolbar||b.showExport,f(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),'initToolbar',this).call(this),!!this.options.showExport){var c=this.$toolbar.find('>.btn-group'),d=c.find('div.export');if(!d.length){d=g('\n <div class="export btn-group">\n <button class="btn btn-'+b.buttonsClass+' btn-'+b.iconSize+' dropdown-toggle"\n aria-label="export type"\n title="'+b.formatExport()+'"\n data-toggle="dropdown"\n type="button">\n <i class="'+b.iconsPrefix+' '+b.icons.export+'"></i>\n <span class="caret"></span>\n </button>\n '+i.html.dropmenu+'\n </div>\n ').appendTo(c);var e=d.find('.dropdown-menu'),k=b.exportTypes;if('string'==typeof k){var r=k.slice(1,-1).replace(/ /g,'').split(',');k=r.map(function(a){return a.slice(1,-1)})}for(var m=k,n=Array.isArray(m),o=0,_iterator=n?m:m[Symbol.iterator]();;){var p;if(n){if(o>=m.length)break;p=m[o++]}else{if(o=m.next(),o.done)break;p=o.value}var q=p;j.hasOwnProperty(q)&&e.append(h.sprintf(i.html.dropitem,q,j[q]))}e.find('>li, >a').click(function(b){var c=b.currentTarget,d=g(c).data('type');a.exportTable({type:d,escape:!1})})}}}},{key:'exportTable',value:function(b){var c=this,d=this.options,e=this.header.stateField,f=d.cardView,h=function(){e&&c.hideColumn(e),f&&c.toggleView();var a=c.getData();if(d.exportFooter){var h=c.$tableFooter.find('tr').first(),i={},j=[];g.each(h.children(),function(a,b){var d=g(b).children('.th-inner').first().html();i[c.columns[a].field]='&nbsp;'===d?null:d,j.push(d)}),c.append(i);var k=c.$body.children().last();g.each(k.children(),function(a,b){g(b).html(j[a])})}c.$el.tableExport(g.extend({},d.exportOptions,b)),d.exportFooter&&c.load(a),e&&c.showColumn(e),f&&c.toggleView()};if('all'===d.exportDataType&&d.pagination){var k='server'===d.sidePagination?'post-body.bs.table':'page-change.bs.table';this.$el.one(k,function(){h(),c.togglePagination()}),this.togglePagination()}else if('selected'===d.exportDataType){var i=this.getData(),j=this.getSelections();if(!j.length)return;'server'===d.sidePagination&&(i=a({total:d.totalRows},this.options.dataField,i),j=a({total:j.length},this.options.dataField,j)),this.load(j),h(),this.load(i)}else h()}}]),l}(g.BootstrapTable)})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableExport={exports:{}}.exports}})(this,function(){'use strict';function a(a,b,c){return b in a?Object.defineProperty(a,b,{value:c,enumerable:!0,configurable:!0,writable:!0}):a[b]=c,a}function b(a,b){if(!(a instanceof b))throw new TypeError('Cannot call a class as a function')}function c(a,b){if(!a)throw new ReferenceError('this hasn\'t been initialised - super() hasn\'t been called');return b&&('object'==typeof b||'function'==typeof b)?b:a}function d(a,b){if('function'!=typeof b&&null!==b)throw new TypeError('Super expression must either be null or a function, not '+typeof b);a.prototype=Object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(a,b):a.__proto__=b)}var e=function(){function a(a,b){for(var c,d=0;d<b.length;d++)c=b[d],c.enumerable=c.enumerable||!1,c.configurable=!0,'value'in c&&(c.writable=!0),Object.defineProperty(a,c.key,c)}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),f=function a(b,c,d){null===b&&(b=Function.prototype);var e=Object.getOwnPropertyDescriptor(b,c);if(e===void 0){var f=Object.getPrototypeOf(b);return null===f?void 0:a(f,c,d)}if('value'in e)return e.value;var g=e.get;return void 0===g?void 0:g.call(d)};(function(g){var h=g.fn.bootstrapTable.utils,i={3:{icons:{export:'glyphicon-export icon-share'},html:{dropmenu:'<ul class="dropdown-menu" role="menu"></ul>',dropitem:'<li role="menuitem" data-type="%s"><a href="javascript:">%s</a></li>'}},4:{icons:{export:'fa-download'},html:{dropmenu:'<div class="dropdown-menu dropdown-menu-right"></div>',dropitem:'<a class="dropdown-item" data-type="%s" href="javascript:">%s</a>'}}}[h.bootstrapVersion],j={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'};g.extend(g.fn.bootstrapTable.defaults,{showExport:!1,exportDataType:'basic',exportTypes:['json','xml','csv','txt','sql','excel'],exportOptions:{},exportFooter:!1}),g.extend(g.fn.bootstrapTable.defaults.icons,{export:i.icons.export}),g.extend(g.fn.bootstrapTable.locales,{formatExport:function(){return'Export data'}}),g.extend(g.fn.bootstrapTable.defaults,g.fn.bootstrapTable.locales),g.fn.bootstrapTable.methods.push('exportTable'),g.BootstrapTable=function(k){function l(){return b(this,l),c(this,(l.__proto__||Object.getPrototypeOf(l)).apply(this,arguments))}return d(l,k),e(l,[{key:'initToolbar',value:function(){var a=this,b=this.options;if(this.showToolbar=this.showToolbar||b.showExport,f(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),'initToolbar',this).call(this),!!this.options.showExport){var c=this.$toolbar.find('>.btn-group');if(this.$export=c.find('div.export'),this.$export.length)return void this.updateExportButton();this.$export=g('\n <div class="export btn-group">\n <button class="btn btn-'+b.buttonsClass+' btn-'+b.iconSize+' dropdown-toggle"\n aria-label="export type"\n title="'+b.formatExport()+'"\n data-toggle="dropdown"\n type="button">\n <i class="'+b.iconsPrefix+' '+b.icons.export+'"></i>\n <span class="caret"></span>\n </button>\n '+i.html.dropmenu+'\n </div>\n ').appendTo(c),this.updateExportButton();var d=this.$export.find('.dropdown-menu'),e=b.exportTypes;if('string'==typeof e){var q=e.slice(1,-1).replace(/ /g,'').split(',');e=q.map(function(a){return a.slice(1,-1)})}for(var k=e,m=Array.isArray(k),n=0,_iterator=m?k:k[Symbol.iterator]();;){var o;if(m){if(n>=k.length)break;o=k[n++]}else{if(n=k.next(),n.done)break;o=n.value}var p=o;j.hasOwnProperty(p)&&d.append(h.sprintf(i.html.dropitem,p,j[p]))}d.find('>li, >a').click(function(b){var c=b.currentTarget,d=g(c).data('type');a.exportTable({type:d,escape:!1})})}}},{key:'exportTable',value:function(b){var c=this,d=this.options,e=this.header.stateField,f=d.cardView,h=function(a){e&&c.hideColumn(e),f&&c.toggleView();var h=c.getData();if(d.exportFooter){var i=c.$tableFooter.find('tr').first(),j={},k=[];g.each(i.children(),function(a,b){var d=g(b).children('.th-inner').first().html();j[c.columns[a].field]='&nbsp;'===d?null:d,k.push(d)}),c.append(j);var l=c.$body.children().last();g.each(l.children(),function(a,b){g(b).html(k[a])})}c.$el.tableExport(g.extend({onAfterSaveToFile:function(){d.exportFooter&&c.load(h),e&&c.showColumn(e),f&&c.toggleView(),a()}},d.exportOptions,b))};if('all'===d.exportDataType&&d.pagination){var k='server'===d.sidePagination?'post-body.bs.table':'page-change.bs.table';this.$el.one(k,function(){h(function(){c.togglePagination()})}),this.togglePagination()}else if('selected'===d.exportDataType){var i=this.getData(),j=this.getSelections();if(!j.length)return;'server'===d.sidePagination&&(i=a({total:d.totalRows},this.options.dataField,i),j=a({total:j.length},this.options.dataField,j)),this.load(j),h(function(){c.load(i)})}else h()}},{key:'updateSelected',value:function(){f(l.prototype.__proto__||Object.getPrototypeOf(l.prototype),'updateSelected',this).call(this),this.updateExportButton()}},{key:'updateExportButton',value:function(){'selected'===this.options.exportDataType&&this.$export.find('> button').prop('disabled',!this.getSelections().length)}}]),l}(g.BootstrapTable)})(jQuery)});
/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Besig om te laai, wag asseblief ...';
return 'Besig om te laai, wag asseblief';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -50,2 +53,26 @@ return 'Soek';

return 'Kolomme';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -52,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableAfZA={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['af-ZA']={formatLoadingMessage:function(){return'Besig om te laai, wag asseblief ...'},formatRecordsPerPage:function(a){return a+' rekords per bladsy'},formatShowingRows:function(a,b,c){return'Resultate '+a+' tot '+b+' van '+c+' rye'},formatSearch:function(){return'Soek'},formatNoMatches:function(){return'Geen rekords gevind nie'},formatPaginationSwitch:function(){return'Wys/verberg bladsy nummering'},formatRefresh:function(){return'Herlaai'},formatToggle:function(){return'Wissel'},formatColumns:function(){return'Kolomme'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['af-ZA'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableAfZA={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['af-ZA']={formatLoadingMessage:function(){return'Besig om te laai, wag asseblief'},formatRecordsPerPage:function(a){return a+' rekords per bladsy'},formatShowingRows:function(a,b,c){return'Resultate '+a+' tot '+b+' van '+c+' rye'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Soek'},formatNoMatches:function(){return'Geen rekords gevind nie'},formatPaginationSwitch:function(){return'Wys/verberg bladsy nummering'},formatRefresh:function(){return'Herlaai'},formatToggle:function(){return'Wissel'},formatColumns:function(){return'Kolomme'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['af-ZA'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'جاري التحميل, يرجى الإنتظار...';
return 'جاري التحميل, يرجى الإنتظار';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,2 +54,26 @@ return 'بحث';

return 'أعمدة';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -53,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableArSA={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ar-SA']={formatLoadingMessage:function(){return'\u062C\u0627\u0631\u064A \u0627\u0644\u062A\u062D\u0645\u064A\u0644, \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0646\u062A\u0638\u0627\u0631...'},formatRecordsPerPage:function(a){return a+' \u0633\u062C\u0644 \u0644\u0643\u0644 \u0635\u0641\u062D\u0629'},formatShowingRows:function(a,b,c){return'\u0627\u0644\u0638\u0627\u0647\u0631 '+a+' \u0625\u0644\u0649 '+b+' \u0645\u0646 '+c+' \u0633\u062C\u0644'},formatSearch:function(){return'\u0628\u062D\u062B'},formatNoMatches:function(){return'\u0644\u0627 \u062A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0644\u0628\u062D\u062B'},formatPaginationSwitch:function(){return'\u0625\u062E\u0641\u0627\u0621\u0625\u0638\u0647\u0627\u0631 \u062A\u0631\u0642\u064A\u0645 \u0627\u0644\u0635\u0641\u062D\u0627\u062A'},formatRefresh:function(){return'\u062A\u062D\u062F\u064A\u062B'},formatToggle:function(){return'\u062A\u063A\u064A\u064A\u0631'},formatColumns:function(){return'\u0623\u0639\u0645\u062F\u0629'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ar-SA'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableArSA={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ar-SA']={formatLoadingMessage:function(){return'\u062C\u0627\u0631\u064A \u0627\u0644\u062A\u062D\u0645\u064A\u0644, \u064A\u0631\u062C\u0649 \u0627\u0644\u0625\u0646\u062A\u0638\u0627\u0631'},formatRecordsPerPage:function(a){return a+' \u0633\u062C\u0644 \u0644\u0643\u0644 \u0635\u0641\u062D\u0629'},formatShowingRows:function(a,b,c){return'\u0627\u0644\u0638\u0627\u0647\u0631 '+a+' \u0625\u0644\u0649 '+b+' \u0645\u0646 '+c+' \u0633\u062C\u0644'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\u0628\u062D\u062B'},formatNoMatches:function(){return'\u0644\u0627 \u062A\u0648\u062C\u062F \u0646\u062A\u0627\u0626\u062C \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0644\u0628\u062D\u062B'},formatPaginationSwitch:function(){return'\u0625\u062E\u0641\u0627\u0621\u0625\u0638\u0647\u0627\u0631 \u062A\u0631\u0642\u064A\u0645 \u0627\u0644\u0635\u0641\u062D\u0627\u062A'},formatRefresh:function(){return'\u062A\u062D\u062F\u064A\u062B'},formatToggle:function(){return'\u062A\u063A\u064A\u064A\u0631'},formatColumns:function(){return'\u0623\u0639\u0645\u062F\u0629'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ar-SA'])})(jQuery)});

@@ -24,3 +24,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Espereu, si us plau...';
return 'Espereu, si us plau';
},

@@ -33,2 +33,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -52,4 +55,25 @@ return 'Cerca';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Tots';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -56,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableCaES={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ca-ES']={formatLoadingMessage:function(){return'Espereu, si us plau...'},formatRecordsPerPage:function(a){return a+' resultats per p\xE0gina'},formatShowingRows:function(a,b,c){return'Mostrant de '+a+' fins '+b+' - total '+c+' resultats'},formatSearch:function(){return'Cerca'},formatNoMatches:function(){return'No s\'han trobat resultats'},formatPaginationSwitch:function(){return'Amaga/Mostra paginaci\xF3'},formatRefresh:function(){return'Refresca'},formatToggle:function(){return'Alterna formataci\xF3'},formatColumns:function(){return'Columnes'},formatAllRows:function(){return'Tots'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ca-ES'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableCaES={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ca-ES']={formatLoadingMessage:function(){return'Espereu, si us plau'},formatRecordsPerPage:function(a){return a+' resultats per p\xE0gina'},formatShowingRows:function(a,b,c){return'Mostrant de '+a+' fins '+b+' - total '+c+' resultats'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Cerca'},formatNoMatches:function(){return'No s\'han trobat resultats'},formatPaginationSwitch:function(){return'Amaga/Mostra paginaci\xF3'},formatRefresh:function(){return'Refresca'},formatToggle:function(){return'Alterna formataci\xF3'},formatColumns:function(){return'Columnes'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Tots'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ca-ES'])})(jQuery)});

@@ -24,3 +24,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Čekejte, prosím...';
return 'Čekejte, prosím';
},

@@ -33,2 +33,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -52,4 +55,25 @@ return 'Vyhledávání';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Vše';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -56,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableCsCZ={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['cs-CZ']={formatLoadingMessage:function(){return'\u010Cekejte, pros\xEDm...'},formatRecordsPerPage:function(a){return a+' polo\u017Eek na str\xE1nku'},formatShowingRows:function(a,b,c){return'Zobrazena '+a+'. - '+b+'. polo\u017Eka z celkov\xFDch '+c},formatSearch:function(){return'Vyhled\xE1v\xE1n\xED'},formatNoMatches:function(){return'Nenalezena \u017E\xE1dn\xE1 vyhovuj\xEDc\xED polo\u017Eka'},formatPaginationSwitch:function(){return'Skr\xFDt/Zobrazit str\xE1nkov\xE1n\xED'},formatRefresh:function(){return'Aktualizovat'},formatToggle:function(){return'P\u0159epni'},formatColumns:function(){return'Sloupce'},formatAllRows:function(){return'V\u0161e'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['cs-CZ'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableCsCZ={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['cs-CZ']={formatLoadingMessage:function(){return'\u010Cekejte, pros\xEDm'},formatRecordsPerPage:function(a){return a+' polo\u017Eek na str\xE1nku'},formatShowingRows:function(a,b,c){return'Zobrazena '+a+'. - '+b+'. polo\u017Eka z celkov\xFDch '+c},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Vyhled\xE1v\xE1n\xED'},formatNoMatches:function(){return'Nenalezena \u017E\xE1dn\xE1 vyhovuj\xEDc\xED polo\u017Eka'},formatPaginationSwitch:function(){return'Skr\xFDt/Zobrazit str\xE1nkov\xE1n\xED'},formatRefresh:function(){return'Aktualizovat'},formatToggle:function(){return'P\u0159epni'},formatColumns:function(){return'Sloupce'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'V\u0161e'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['cs-CZ'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Indlæser, vent venligst...';
return 'Indlæser, vent venligst';
},

@@ -53,5 +53,11 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Alle';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {

@@ -62,2 +68,11 @@ return 'Eksporter';

return 'Ryd filtre';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -64,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableDaDK={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['da-DK']={formatLoadingMessage:function(){return'Indl\xE6ser, vent venligst...'},formatRecordsPerPage:function(a){return a+' poster pr side'},formatShowingRows:function(a,b,c){return'Viser '+a+' til '+b+' af '+c+' r\xE6kke'+(1<c?'r':'')},formatDetailPagination:function(a){return'Viser '+a+' r\xE6kke'+(1<a?'r':'')},formatSearch:function(){return'S\xF8g'},formatNoMatches:function(){return'Ingen poster fundet'},formatPaginationSwitch:function(){return'Skjul/vis nummerering'},formatRefresh:function(){return'Opdater'},formatToggle:function(){return'Skift'},formatColumns:function(){return'Kolonner'},formatAllRows:function(){return'Alle'},formatExport:function(){return'Eksporter'},formatClearFilters:function(){return'Ryd filtre'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['da-DK'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableDaDK={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['da-DK']={formatLoadingMessage:function(){return'Indl\xE6ser, vent venligst'},formatRecordsPerPage:function(a){return a+' poster pr side'},formatShowingRows:function(a,b,c){return'Viser '+a+' til '+b+' af '+c+' r\xE6kke'+(1<c?'r':'')},formatDetailPagination:function(a){return'Viser '+a+' r\xE6kke'+(1<a?'r':'')},formatSearch:function(){return'S\xF8g'},formatNoMatches:function(){return'Ingen poster fundet'},formatPaginationSwitch:function(){return'Skjul/vis nummerering'},formatRefresh:function(){return'Opdater'},formatToggle:function(){return'Skift'},formatColumns:function(){return'Kolonner'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Alle'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Eksporter'},formatClearFilters:function(){return'Ryd filtre'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['da-DK'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Lade, bitte warten...';
return 'Lade, bitte warten';
},

@@ -53,5 +53,11 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Alle';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {

@@ -62,2 +68,11 @@ return 'Datenexport';

return 'Lösche Filter';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -64,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableDeDE={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['de-DE']={formatLoadingMessage:function(){return'Lade, bitte warten...'},formatRecordsPerPage:function(a){return a+' Zeilen pro Seite.'},formatShowingRows:function(a,b,c){return'Zeige Zeile '+a+' bis '+b+' von '+c+' Zeile'+(1<c?'n':'')+'.'},formatDetailPagination:function(a){return'Zeige '+a+' Zeile'+(1<a?'n':'')+'.'},formatSearch:function(){return'Suchen'},formatNoMatches:function(){return'Keine passenden Ergebnisse gefunden'},formatPaginationSwitch:function(){return'Verstecke/Zeige Nummerierung'},formatRefresh:function(){return'Neu laden'},formatToggle:function(){return'Umschalten'},formatColumns:function(){return'Spalten'},formatAllRows:function(){return'Alle'},formatExport:function(){return'Datenexport'},formatClearFilters:function(){return'L\xF6sche Filter'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['de-DE'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableDeDE={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['de-DE']={formatLoadingMessage:function(){return'Lade, bitte warten'},formatRecordsPerPage:function(a){return a+' Zeilen pro Seite.'},formatShowingRows:function(a,b,c){return'Zeige Zeile '+a+' bis '+b+' von '+c+' Zeile'+(1<c?'n':'')+'.'},formatDetailPagination:function(a){return'Zeige '+a+' Zeile'+(1<a?'n':'')+'.'},formatSearch:function(){return'Suchen'},formatNoMatches:function(){return'Keine passenden Ergebnisse gefunden'},formatPaginationSwitch:function(){return'Verstecke/Zeige Nummerierung'},formatRefresh:function(){return'Neu laden'},formatToggle:function(){return'Umschalten'},formatColumns:function(){return'Spalten'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Alle'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Datenexport'},formatClearFilters:function(){return'L\xF6sche Filter'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['de-DE'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Φορτώνει, παρακαλώ περιμένετε...';
return 'Φορτώνει, παρακαλώ περιμένετε';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -38,2 +41,38 @@ return 'Αναζητήστε';

return 'Δεν βρέθηκαν αποτελέσματα';
},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {
return 'Refresh';
},
formatToggle: function formatToggle() {
return 'Toggle';
},
formatColumns: function formatColumns() {
return 'Columns';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -40,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableElGR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['el-GR']={formatLoadingMessage:function(){return'\u03A6\u03BF\u03C1\u03C4\u03CE\u03BD\u03B5\u03B9, \u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C0\u03B5\u03C1\u03B9\u03BC\u03AD\u03BD\u03B5\u03C4\u03B5...'},formatRecordsPerPage:function(a){return a+' \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1 \u03B1\u03BD\u03AC \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1'},formatShowingRows:function(a,b,c){return'\u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD '+a+' \u03C9\u03C2 \u03C4\u03B7\u03BD '+b+' \u03B1\u03C0\u03CC \u03C3\u03CD\u03BD\u03BF\u03BB\u03BF '+c+' \u03C3\u03B5\u03B9\u03C1\u03CE\u03BD'},formatSearch:function(){return'\u0391\u03BD\u03B1\u03B6\u03B7\u03C4\u03AE\u03C3\u03C4\u03B5'},formatNoMatches:function(){return'\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['el-GR'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableElGR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['el-GR']={formatLoadingMessage:function(){return'\u03A6\u03BF\u03C1\u03C4\u03CE\u03BD\u03B5\u03B9, \u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C0\u03B5\u03C1\u03B9\u03BC\u03AD\u03BD\u03B5\u03C4\u03B5'},formatRecordsPerPage:function(a){return a+' \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1 \u03B1\u03BD\u03AC \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1'},formatShowingRows:function(a,b,c){return'\u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03B1\u03C0\u03CC \u03C4\u03B7\u03BD '+a+' \u03C9\u03C2 \u03C4\u03B7\u03BD '+b+' \u03B1\u03C0\u03CC \u03C3\u03CD\u03BD\u03BF\u03BB\u03BF '+c+' \u03C3\u03B5\u03B9\u03C1\u03CE\u03BD'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\u0391\u03BD\u03B1\u03B6\u03B7\u03C4\u03AE\u03C3\u03C4\u03B5'},formatNoMatches:function(){return'\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Refresh'},formatToggle:function(){return'Toggle'},formatColumns:function(){return'Columns'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['el-GR'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Loading, please wait...';
return 'Loading, please wait';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,5 +54,11 @@ return 'Search';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {

@@ -60,2 +69,11 @@ return 'Export data';

return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -62,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEnUS={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['en-US']={formatLoadingMessage:function(){return'Loading, please wait...'},formatRecordsPerPage:function(a){return a+' rows per page'},formatShowingRows:function(a,b,c){return'Showing '+a+' to '+b+' of '+c+' rows'},formatSearch:function(){return'Search'},formatNoMatches:function(){return'No matching records found'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Refresh'},formatToggle:function(){return'Toggle'},formatColumns:function(){return'Columns'},formatAllRows:function(){return'All'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['en-US'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEnUS={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['en-US']={formatLoadingMessage:function(){return'Loading, please wait'},formatRecordsPerPage:function(a){return a+' rows per page'},formatShowingRows:function(a,b,c){return'Showing '+a+' to '+b+' of '+c+' rows'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Search'},formatNoMatches:function(){return'No matching records found'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Refresh'},formatToggle:function(){return'Toggle'},formatColumns:function(){return'Columns'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['en-US'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Cargando, espere por favor...';
return 'Cargando, espere por favor';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,4 +42,37 @@ return 'Buscar';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {
return 'Refresh';
},
formatToggle: function formatToggle() {
return 'Toggle';
},
formatColumns: function formatColumns() {
return 'Columns';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Todo';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -43,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsAR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-AR']={formatLoadingMessage:function(){return'Cargando, espere por favor...'},formatRecordsPerPage:function(a){return a+' registros por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando '+a+' a '+b+' de '+c+' filas'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron registros'},formatAllRows:function(){return'Todo'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-AR'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsAR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-AR']={formatLoadingMessage:function(){return'Cargando, espere por favor'},formatRecordsPerPage:function(a){return a+' registros por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando '+a+' a '+b+' de '+c+' filas'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron registros'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Refresh'},formatToggle:function(){return'Toggle'},formatColumns:function(){return'Columns'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Todo'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-AR'])})(jQuery)});

@@ -24,3 +24,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Cargando, espere por favor...';
return 'Cargando, espere por favor';
},

@@ -33,2 +33,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -52,4 +55,25 @@ return 'Buscar';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Todo';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -56,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsCL={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-CL']={formatLoadingMessage:function(){return'Cargando, espere por favor...'},formatRecordsPerPage:function(a){return a+' filas por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando '+a+' a '+b+' de '+c+' filas'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron registros'},formatPaginationSwitch:function(){return'Ocultar/Mostrar paginaci\xF3n'},formatRefresh:function(){return'Refrescar'},formatToggle:function(){return'Cambiar'},formatColumns:function(){return'Columnas'},formatAllRows:function(){return'Todo'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-CL'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsCL={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-CL']={formatLoadingMessage:function(){return'Cargando, espere por favor'},formatRecordsPerPage:function(a){return a+' filas por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando '+a+' a '+b+' de '+c+' filas'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron registros'},formatPaginationSwitch:function(){return'Ocultar/Mostrar paginaci\xF3n'},formatRefresh:function(){return'Refrescar'},formatToggle:function(){return'Cambiar'},formatColumns:function(){return'Columnas'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Todo'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-CL'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Cargando, por favor espere...';
return 'Cargando, por favor espere';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,2 +42,5 @@ return 'Buscar';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -49,4 +55,25 @@ return 'Refrescar';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Todo';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -53,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsCR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-CR']={formatLoadingMessage:function(){return'Cargando, por favor espere...'},formatRecordsPerPage:function(a){return a+' registros por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando de '+a+' a '+b+' registros de '+c+' registros en total'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron registros'},formatRefresh:function(){return'Refrescar'},formatToggle:function(){return'Alternar'},formatColumns:function(){return'Columnas'},formatAllRows:function(){return'Todo'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-CR'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsCR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-CR']={formatLoadingMessage:function(){return'Cargando, por favor espere'},formatRecordsPerPage:function(a){return a+' registros por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando de '+a+' a '+b+' registros de '+c+' registros en total'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron registros'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Refrescar'},formatToggle:function(){return'Alternar'},formatColumns:function(){return'Columnas'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Todo'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-CR'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Por favor espere...';
return 'Por favor espere';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,5 +54,11 @@ return 'Buscar';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Todos';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},

@@ -62,41 +71,6 @@ formatExport: function formatExport() {

},
formatMultipleSort: function formatMultipleSort() {
return 'Orden avanzado';
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAddLevel: function formatAddLevel() {
return 'Añadir un nivel';
},
formatDeleteLevel: function formatDeleteLevel() {
return 'Eliminar un nivel';
},
formatColumn: function formatColumn() {
return 'Columna';
},
formatOrder: function formatOrder() {
return 'Orden';
},
formatSortBy: function formatSortBy() {
return 'Ordenar por';
},
formatThenBy: function formatThenBy() {
return 'Y por';
},
formatSort: function formatSort() {
return 'Ordenar';
},
formatCancel: function formatCancel() {
return 'Cancelar';
},
formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
return 'Duplicado(s) detectado(s)!';
},
formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
return 'Eliminar o cambiar columnas duplicadas.';
},
formatSortOrders: function formatSortOrders() {
return {
asc: 'Ascendente',
desc: 'Descendente'
};
},
formatAdvancedSearch: function formatAdvancedSearch() {

@@ -103,0 +77,0 @@ return 'Búsqueda avanzada';

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsES={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-ES']={formatLoadingMessage:function(){return'Por favor espere...'},formatRecordsPerPage:function(a){return a+' resultados por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando desde '+a+' hasta '+b+' - En total '+c+' resultados'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron resultados'},formatPaginationSwitch:function(){return'Ocultar/Mostrar paginaci\xF3n'},formatRefresh:function(){return'Refrescar'},formatToggle:function(){return'Ocultar/Mostrar'},formatColumns:function(){return'Columnas'},formatAllRows:function(){return'Todos'},formatExport:function(){return'Exportar los datos'},formatClearFilters:function(){return'Borrar los filtros'},formatMultipleSort:function(){return'Orden avanzado'},formatAddLevel:function(){return'A\xF1adir un nivel'},formatDeleteLevel:function(){return'Eliminar un nivel'},formatColumn:function(){return'Columna'},formatOrder:function(){return'Orden'},formatSortBy:function(){return'Ordenar por'},formatThenBy:function(){return'Y por'},formatSort:function(){return'Ordenar'},formatCancel:function(){return'Cancelar'},formatDuplicateAlertTitle:function(){return'Duplicado(s) detectado(s)!'},formatDuplicateAlertDescription:function(){return'Eliminar o cambiar columnas duplicadas.'},formatSortOrders:function(){return{asc:'Ascendente',desc:'Descendente'}},formatAdvancedSearch:function(){return'B\xFAsqueda avanzada'},formatAdvancedCloseButton:function(){return'Cerrar'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-ES'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsES={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-ES']={formatLoadingMessage:function(){return'Por favor espere'},formatRecordsPerPage:function(a){return a+' resultados por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando desde '+a+' hasta '+b+' - En total '+c+' resultados'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron resultados'},formatPaginationSwitch:function(){return'Ocultar/Mostrar paginaci\xF3n'},formatRefresh:function(){return'Refrescar'},formatToggle:function(){return'Ocultar/Mostrar'},formatColumns:function(){return'Columnas'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Todos'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Exportar los datos'},formatClearFilters:function(){return'Borrar los filtros'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'B\xFAsqueda avanzada'},formatAdvancedCloseButton:function(){return'Cerrar'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-ES'])})(jQuery)});

@@ -25,3 +25,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Cargando, espere por favor...';
return 'Cargando, espere por favor';
},

@@ -52,10 +52,28 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatColumns: function formatColumns() {
return 'Columnas';
},
formatFullscreen: function formatFullscreen() {
return 'Pantalla completa';
},
formatColumns: function formatColumns() {
return 'Columnas';
},
formatAllRows: function formatAllRows() {
return 'Todo';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -62,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsMX={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-MX']={formatLoadingMessage:function(){return'Cargando, espere por favor...'},formatRecordsPerPage:function(a){return a+' registros por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando '+a+' a '+b+' de '+c+' filas'},formatDetailPagination:function(a){return'Mostrando '+a+' filas'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron registros que coincidan'},formatPaginationSwitch:function(){return'Mostrar/ocultar paginaci\xF3n'},formatRefresh:function(){return'Actualizar'},formatToggle:function(){return'Cambiar vista'},formatFullscreen:function(){return'Pantalla completa'},formatColumns:function(){return'Columnas'},formatAllRows:function(){return'Todo'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-MX'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsMX={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-MX']={formatLoadingMessage:function(){return'Cargando, espere por favor'},formatRecordsPerPage:function(a){return a+' registros por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando '+a+' a '+b+' de '+c+' filas'},formatDetailPagination:function(a){return'Mostrando '+a+' filas'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron registros que coincidan'},formatPaginationSwitch:function(){return'Mostrar/ocultar paginaci\xF3n'},formatRefresh:function(){return'Actualizar'},formatToggle:function(){return'Cambiar vista'},formatColumns:function(){return'Columnas'},formatFullscreen:function(){return'Pantalla completa'},formatAllRows:function(){return'Todo'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-MX'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Cargando, por favor espere...';
return 'Cargando, por favor espere';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,2 +42,5 @@ return 'Buscar';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -49,4 +55,25 @@ return 'Refrescar';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Todo';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -53,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsNI={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-NI']={formatLoadingMessage:function(){return'Cargando, por favor espere...'},formatRecordsPerPage:function(a){return a+' registros por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando de '+a+' a '+b+' registros de '+c+' registros en total'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron registros'},formatRefresh:function(){return'Refrescar'},formatToggle:function(){return'Alternar'},formatColumns:function(){return'Columnas'},formatAllRows:function(){return'Todo'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-NI'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsNI={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-NI']={formatLoadingMessage:function(){return'Cargando, por favor espere'},formatRecordsPerPage:function(a){return a+' registros por p\xE1gina'},formatShowingRows:function(a,b,c){return'Mostrando de '+a+' a '+b+' registros de '+c+' registros en total'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se encontraron registros'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Refrescar'},formatToggle:function(){return'Alternar'},formatColumns:function(){return'Columnas'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Todo'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-NI'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Cargando, por favor espera...';
return 'Cargando, por favor espera';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,2 +42,5 @@ return 'Buscar';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -49,4 +55,25 @@ return 'Actualizar';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Todo';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -53,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsSP={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-SP']={formatLoadingMessage:function(){return'Cargando, por favor espera...'},formatRecordsPerPage:function(a){return a+' registros por p&#225;gina.'},formatShowingRows:function(a,b,c){return a+' - '+b+' de '+c+' registros.'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se han encontrado registros.'},formatRefresh:function(){return'Actualizar'},formatToggle:function(){return'Alternar'},formatColumns:function(){return'Columnas'},formatAllRows:function(){return'Todo'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-SP'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEsSP={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['es-SP']={formatLoadingMessage:function(){return'Cargando, por favor espera'},formatRecordsPerPage:function(a){return a+' registros por p&#225;gina.'},formatShowingRows:function(a,b,c){return a+' - '+b+' de '+c+' registros.'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Buscar'},formatNoMatches:function(){return'No se han encontrado registros.'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Actualizar'},formatToggle:function(){return'Alternar'},formatColumns:function(){return'Columnas'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Todo'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['es-SP'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Päring käib, palun oota...';
return 'Päring käib, palun oota';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,4 +54,25 @@ return 'Otsi';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Kõik';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -55,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEtEE={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['et-EE']={formatLoadingMessage:function(){return'P\xE4ring k\xE4ib, palun oota...'},formatRecordsPerPage:function(a){return a+' rida lehe kohta'},formatShowingRows:function(a,b,c){return'N\xE4itan tulemusi '+a+' kuni '+b+' - kokku '+c+' tulemust'},formatSearch:function(){return'Otsi'},formatNoMatches:function(){return'P\xE4ringu tingimustele ei vastanud \xFChtegi tulemust'},formatPaginationSwitch:function(){return'N\xE4ita/Peida lehtedeks jagamine'},formatRefresh:function(){return'V\xE4rskenda'},formatToggle:function(){return'L\xFClita'},formatColumns:function(){return'Veerud'},formatAllRows:function(){return'K\xF5ik'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['et-EE'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEtEE={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['et-EE']={formatLoadingMessage:function(){return'P\xE4ring k\xE4ib, palun oota'},formatRecordsPerPage:function(a){return a+' rida lehe kohta'},formatShowingRows:function(a,b,c){return'N\xE4itan tulemusi '+a+' kuni '+b+' - kokku '+c+' tulemust'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Otsi'},formatNoMatches:function(){return'P\xE4ringu tingimustele ei vastanud \xFChtegi tulemust'},formatPaginationSwitch:function(){return'N\xE4ita/Peida lehtedeks jagamine'},formatRefresh:function(){return'V\xE4rskenda'},formatToggle:function(){return'L\xFClita'},formatColumns:function(){return'Veerud'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'K\xF5ik'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['et-EE'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Itxaron mesedez...';
return 'Itxaron mesedez';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,4 +54,25 @@ return 'Bilatu';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Guztiak';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -55,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEuEU={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['eu-EU']={formatLoadingMessage:function(){return'Itxaron mesedez...'},formatRecordsPerPage:function(a){return a+' emaitza orriko.'},formatShowingRows:function(a,b,c){return c+' erregistroetatik '+a+'etik '+b+'erakoak erakusten.'},formatSearch:function(){return'Bilatu'},formatNoMatches:function(){return'Ez da emaitzarik aurkitu'},formatPaginationSwitch:function(){return'Ezkutatu/Erakutsi orrikatzea'},formatRefresh:function(){return'Eguneratu'},formatToggle:function(){return'Ezkutatu/Erakutsi'},formatColumns:function(){return'Zutabeak'},formatAllRows:function(){return'Guztiak'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['eu-EU'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableEuEU={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['eu-EU']={formatLoadingMessage:function(){return'Itxaron mesedez'},formatRecordsPerPage:function(a){return a+' emaitza orriko.'},formatShowingRows:function(a,b,c){return c+' erregistroetatik '+a+'etik '+b+'erakoak erakusten.'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Bilatu'},formatNoMatches:function(){return'Ez da emaitzarik aurkitu'},formatPaginationSwitch:function(){return'Ezkutatu/Erakutsi orrikatzea'},formatRefresh:function(){return'Eguneratu'},formatToggle:function(){return'Ezkutatu/Erakutsi'},formatColumns:function(){return'Zutabeak'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Guztiak'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['eu-EU'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'در حال بارگذاری, لطفا صبر کنید...';
return 'در حال بارگذاری, لطفا صبر کنید';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,4 +54,25 @@ return 'جستجو';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'همه';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -55,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableFaIR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['fa-IR']={formatLoadingMessage:function(){return'\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC, \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F...'},formatRecordsPerPage:function(a){return a+' \u0631\u06A9\u0648\u0631\u062F \u062F\u0631 \u0635\u0641\u062D\u0647'},formatShowingRows:function(a,b,c){return'\u0646\u0645\u0627\u06CC\u0634 '+a+' \u062A\u0627 '+b+' \u0627\u0632 '+c+' \u0631\u062F\u06CC\u0641'},formatSearch:function(){return'\u062C\u0633\u062A\u062C\u0648'},formatNoMatches:function(){return'\u0631\u06A9\u0648\u0631\u062F\u06CC \u06CC\u0627\u0641\u062A \u0646\u0634\u062F.'},formatPaginationSwitch:function(){return'\u0646\u0645\u0627\u06CC\u0634/\u0645\u062E\u0641\u06CC \u0635\u0641\u062D\u0647 \u0628\u0646\u062F\u06CC'},formatRefresh:function(){return'\u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC'},formatToggle:function(){return'\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634'},formatColumns:function(){return'\u0633\u0637\u0631 \u0647\u0627'},formatAllRows:function(){return'\u0647\u0645\u0647'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['fa-IR'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableFaIR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['fa-IR']={formatLoadingMessage:function(){return'\u062F\u0631 \u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC, \u0644\u0637\u0641\u0627 \u0635\u0628\u0631 \u06A9\u0646\u06CC\u062F'},formatRecordsPerPage:function(a){return a+' \u0631\u06A9\u0648\u0631\u062F \u062F\u0631 \u0635\u0641\u062D\u0647'},formatShowingRows:function(a,b,c){return'\u0646\u0645\u0627\u06CC\u0634 '+a+' \u062A\u0627 '+b+' \u0627\u0632 '+c+' \u0631\u062F\u06CC\u0641'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\u062C\u0633\u062A\u062C\u0648'},formatNoMatches:function(){return'\u0631\u06A9\u0648\u0631\u062F\u06CC \u06CC\u0627\u0641\u062A \u0646\u0634\u062F.'},formatPaginationSwitch:function(){return'\u0646\u0645\u0627\u06CC\u0634/\u0645\u062E\u0641\u06CC \u0635\u0641\u062D\u0647 \u0628\u0646\u062F\u06CC'},formatRefresh:function(){return'\u0628\u0647 \u0631\u0648\u0632 \u0631\u0633\u0627\u0646\u06CC'},formatToggle:function(){return'\u062A\u063A\u06CC\u06CC\u0631 \u0646\u0645\u0627\u06CC\u0634'},formatColumns:function(){return'\u0633\u0637\u0631 \u0647\u0627'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'\u0647\u0645\u0647'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['fa-IR'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Ladataan, ole hyvä ja odota...';
return 'Ladataan, ole hyvä ja odota';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,5 +54,11 @@ return 'Hae';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Kaikki';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {

@@ -60,2 +69,11 @@ return 'Vie tiedot';

return 'Poista suodattimet';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -62,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableFiFI={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['fi-FI']={formatLoadingMessage:function(){return'Ladataan, ole hyv\xE4 ja odota...'},formatRecordsPerPage:function(a){return a+' rivi\xE4 sivulla'},formatShowingRows:function(a,b,c){return'N\xE4ytet\xE4\xE4n rivit '+a+' - '+b+' / '+c},formatSearch:function(){return'Hae'},formatNoMatches:function(){return'Hakuehtoja vastaavia tuloksia ei l\xF6ytynyt'},formatPaginationSwitch:function(){return'N\xE4yt\xE4/Piilota sivutus'},formatRefresh:function(){return'P\xE4ivit\xE4'},formatToggle:function(){return'Valitse'},formatColumns:function(){return'Sarakkeet'},formatAllRows:function(){return'Kaikki'},formatExport:function(){return'Vie tiedot'},formatClearFilters:function(){return'Poista suodattimet'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['fi-FI'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableFiFI={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['fi-FI']={formatLoadingMessage:function(){return'Ladataan, ole hyv\xE4 ja odota'},formatRecordsPerPage:function(a){return a+' rivi\xE4 sivulla'},formatShowingRows:function(a,b,c){return'N\xE4ytet\xE4\xE4n rivit '+a+' - '+b+' / '+c},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Hae'},formatNoMatches:function(){return'Hakuehtoja vastaavia tuloksia ei l\xF6ytynyt'},formatPaginationSwitch:function(){return'N\xE4yt\xE4/Piilota sivutus'},formatRefresh:function(){return'P\xE4ivit\xE4'},formatToggle:function(){return'Valitse'},formatColumns:function(){return'Sarakkeet'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Kaikki'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Vie tiedot'},formatClearFilters:function(){return'Poista suodattimet'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['fi-FI'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Chargement en cours...';
return 'Chargement en cours';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -38,2 +41,38 @@ return 'Recherche';

return 'Pas de fichiers trouvés';
},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {
return 'Refresh';
},
formatToggle: function formatToggle() {
return 'Toggle';
},
formatColumns: function formatColumns() {
return 'Columns';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -40,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableFrBE={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['fr-BE']={formatLoadingMessage:function(){return'Chargement en cours...'},formatRecordsPerPage:function(a){return a+' entr\xE9es par page'},formatShowingRows:function(a,b,c){return'Affiche de'+a+' \xE0 '+b+' sur '+c+' lignes'},formatSearch:function(){return'Recherche'},formatNoMatches:function(){return'Pas de fichiers trouv\xE9s'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['fr-BE'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableFrBE={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['fr-BE']={formatLoadingMessage:function(){return'Chargement en cours'},formatRecordsPerPage:function(a){return a+' entr\xE9es par page'},formatShowingRows:function(a,b,c){return'Affiche de'+a+' \xE0 '+b+' sur '+c+' lignes'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Recherche'},formatNoMatches:function(){return'Pas de fichiers trouv\xE9s'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Refresh'},formatToggle:function(){return'Toggle'},formatColumns:function(){return'Columns'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['fr-BE'])})(jQuery)});

@@ -24,3 +24,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Chargement en cours, patientez, s´il vous plaît ...';
return 'Chargement en cours, patientez, s´il vous plaît';
},

@@ -33,2 +33,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -52,5 +55,11 @@ return 'Rechercher';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Tous';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {

@@ -62,41 +71,5 @@ return 'Exporter les données';

},
formatMultipleSort: function formatMultipleSort() {
return 'Tri avancé';
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAddLevel: function formatAddLevel() {
return 'Ajouter un niveau';
},
formatDeleteLevel: function formatDeleteLevel() {
return 'Supprimer un niveau';
},
formatColumn: function formatColumn() {
return 'Colonne';
},
formatOrder: function formatOrder() {
return 'Ordre';
},
formatSortBy: function formatSortBy() {
return 'Trier par';
},
formatThenBy: function formatThenBy() {
return 'Puis par';
},
formatSort: function formatSort() {
return 'Trier';
},
formatCancel: function formatCancel() {
return 'Annuler';
},
formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
return 'Doublon(s) détecté(s)!';
},
formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
return 'Supprimez ou changez les colonnes dupliquées.';
},
formatSortOrders: function formatSortOrders() {
return {
asc: 'Croissant',
desc: 'Décroissant'
};
},
formatAdvancedSearch: function formatAdvancedSearch() {

@@ -103,0 +76,0 @@ return 'Recherche avancée';

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableFrFR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['fr-FR']={formatLoadingMessage:function(){return'Chargement en cours, patientez, s\xB4il vous pla\xEEt ...'},formatRecordsPerPage:function(a){return a+' lignes par page'},formatShowingRows:function(a,b,c){return'Affichage des lignes '+a+' \xE0 '+b+' sur '+c+' lignes au total'},formatSearch:function(){return'Rechercher'},formatNoMatches:function(){return'Aucun r\xE9sultat trouv\xE9'},formatPaginationSwitch:function(){return'Montrer/Masquer pagination'},formatRefresh:function(){return'Rafra\xEEchir'},formatToggle:function(){return'Alterner'},formatColumns:function(){return'Colonnes'},formatAllRows:function(){return'Tous'},formatExport:function(){return'Exporter les donn\xE9es'},formatClearFilters:function(){return'Vider les filtres'},formatMultipleSort:function(){return'Tri avanc\xE9'},formatAddLevel:function(){return'Ajouter un niveau'},formatDeleteLevel:function(){return'Supprimer un niveau'},formatColumn:function(){return'Colonne'},formatOrder:function(){return'Ordre'},formatSortBy:function(){return'Trier par'},formatThenBy:function(){return'Puis par'},formatSort:function(){return'Trier'},formatCancel:function(){return'Annuler'},formatDuplicateAlertTitle:function(){return'Doublon(s) d\xE9tect\xE9(s)!'},formatDuplicateAlertDescription:function(){return'Supprimez ou changez les colonnes dupliqu\xE9es.'},formatSortOrders:function(){return{asc:'Croissant',desc:'D\xE9croissant'}},formatAdvancedSearch:function(){return'Recherche avanc\xE9e'},formatAdvancedCloseButton:function(){return'Fermer'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['fr-FR'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableFrFR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['fr-FR']={formatLoadingMessage:function(){return'Chargement en cours, patientez, s\xB4il vous pla\xEEt'},formatRecordsPerPage:function(a){return a+' lignes par page'},formatShowingRows:function(a,b,c){return'Affichage des lignes '+a+' \xE0 '+b+' sur '+c+' lignes au total'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Rechercher'},formatNoMatches:function(){return'Aucun r\xE9sultat trouv\xE9'},formatPaginationSwitch:function(){return'Montrer/Masquer pagination'},formatRefresh:function(){return'Rafra\xEEchir'},formatToggle:function(){return'Alterner'},formatColumns:function(){return'Colonnes'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Tous'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Exporter les donn\xE9es'},formatClearFilters:function(){return'Vider les filtres'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Recherche avanc\xE9e'},formatAdvancedCloseButton:function(){return'Fermer'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['fr-FR'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'טוען, נא להמתין...';
return 'טוען, נא להמתין';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,4 +54,25 @@ return 'חיפוש';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'הכל';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -55,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableHeIL={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['he-IL']={formatLoadingMessage:function(){return'\u05D8\u05D5\u05E2\u05DF, \u05E0\u05D0 \u05DC\u05D4\u05DE\u05EA\u05D9\u05DF...'},formatRecordsPerPage:function(a){return a+' \u05E9\u05D5\u05E8\u05D5\u05EA \u05D1\u05E2\u05DE\u05D5\u05D3'},formatShowingRows:function(a,b,c){return'\u05DE\u05E6\u05D9\u05D2 '+a+' \u05E2\u05D3 '+b+' \u05DE-'+c+' \u05E9\u05D5\u05E8\u05D5\u05EA'},formatSearch:function(){return'\u05D7\u05D9\u05E4\u05D5\u05E9'},formatNoMatches:function(){return'\u05DC\u05D0 \u05E0\u05DE\u05E6\u05D0\u05D5 \u05E8\u05E9\u05D5\u05DE\u05D5\u05EA \u05EA\u05D5\u05D0\u05DE\u05D5\u05EA'},formatPaginationSwitch:function(){return'\u05D4\u05E1\u05EA\u05E8/\u05D4\u05E6\u05D2 \u05DE\u05E1\u05E4\u05D5\u05E8 \u05D3\u05E4\u05D9\u05DD'},formatRefresh:function(){return'\u05E8\u05E2\u05E0\u05DF'},formatToggle:function(){return'\u05D4\u05D7\u05DC\u05E3 \u05EA\u05E6\u05D5\u05D2\u05D4'},formatColumns:function(){return'\u05E2\u05DE\u05D5\u05D3\u05D5\u05EA'},formatAllRows:function(){return'\u05D4\u05DB\u05DC'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['he-IL'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableHeIL={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['he-IL']={formatLoadingMessage:function(){return'\u05D8\u05D5\u05E2\u05DF, \u05E0\u05D0 \u05DC\u05D4\u05DE\u05EA\u05D9\u05DF'},formatRecordsPerPage:function(a){return a+' \u05E9\u05D5\u05E8\u05D5\u05EA \u05D1\u05E2\u05DE\u05D5\u05D3'},formatShowingRows:function(a,b,c){return'\u05DE\u05E6\u05D9\u05D2 '+a+' \u05E2\u05D3 '+b+' \u05DE-'+c+' \u05E9\u05D5\u05E8\u05D5\u05EA'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\u05D7\u05D9\u05E4\u05D5\u05E9'},formatNoMatches:function(){return'\u05DC\u05D0 \u05E0\u05DE\u05E6\u05D0\u05D5 \u05E8\u05E9\u05D5\u05DE\u05D5\u05EA \u05EA\u05D5\u05D0\u05DE\u05D5\u05EA'},formatPaginationSwitch:function(){return'\u05D4\u05E1\u05EA\u05E8/\u05D4\u05E6\u05D2 \u05DE\u05E1\u05E4\u05D5\u05E8 \u05D3\u05E4\u05D9\u05DD'},formatRefresh:function(){return'\u05E8\u05E2\u05E0\u05DF'},formatToggle:function(){return'\u05D4\u05D7\u05DC\u05E3 \u05EA\u05E6\u05D5\u05D2\u05D4'},formatColumns:function(){return'\u05E2\u05DE\u05D5\u05D3\u05D5\u05EA'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'\u05D4\u05DB\u05DC'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['he-IL'])})(jQuery)});

@@ -24,3 +24,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Molimo pričekajte ...';
return 'Molimo pričekajte';
},

@@ -33,2 +33,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -52,4 +55,25 @@ return 'Pretraži';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Sve';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -56,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableHrHR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['hr-HR']={formatLoadingMessage:function(){return'Molimo pri\u010Dekajte ...'},formatRecordsPerPage:function(a){return a+' broj zapisa po stranici'},formatShowingRows:function(a,b,c){return'Prikazujem '+a+'. - '+b+'. od ukupnog broja zapisa '+c},formatSearch:function(){return'Pretra\u017Ei'},formatNoMatches:function(){return'Nije prona\u0111en niti jedan zapis'},formatPaginationSwitch:function(){return'Prika\u017Ei/sakrij stranice'},formatRefresh:function(){return'Osvje\u017Ei'},formatToggle:function(){return'Promijeni prikaz'},formatColumns:function(){return'Kolone'},formatAllRows:function(){return'Sve'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['hr-HR'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableHrHR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['hr-HR']={formatLoadingMessage:function(){return'Molimo pri\u010Dekajte'},formatRecordsPerPage:function(a){return a+' broj zapisa po stranici'},formatShowingRows:function(a,b,c){return'Prikazujem '+a+'. - '+b+'. od ukupnog broja zapisa '+c},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Pretra\u017Ei'},formatNoMatches:function(){return'Nije prona\u0111en niti jedan zapis'},formatPaginationSwitch:function(){return'Prika\u017Ei/sakrij stranice'},formatRefresh:function(){return'Osvje\u017Ei'},formatToggle:function(){return'Promijeni prikaz'},formatColumns:function(){return'Kolone'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Sve'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['hr-HR'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Betöltés, kérem várjon...';
return 'Betöltés, kérem várjon';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,4 +54,25 @@ return 'Keresés';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Összes';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -55,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableHuHU={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['hu-HU']={formatLoadingMessage:function(){return'Bet\xF6lt\xE9s, k\xE9rem v\xE1rjon...'},formatRecordsPerPage:function(a){return a+' rekord per oldal'},formatShowingRows:function(a,b,c){return'Megjelen\xEDtve '+a+' - '+b+' / '+c+' \xF6sszesen'},formatSearch:function(){return'Keres\xE9s'},formatNoMatches:function(){return'Nincs tal\xE1lat'},formatPaginationSwitch:function(){return'Lapoz\xF3 elrejt\xE9se/megjelen\xEDt\xE9se'},formatRefresh:function(){return'Friss\xEDt\xE9s'},formatToggle:function(){return'\xD6sszecsuk/Kinyit'},formatColumns:function(){return'Oszlopok'},formatAllRows:function(){return'\xD6sszes'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['hu-HU'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableHuHU={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['hu-HU']={formatLoadingMessage:function(){return'Bet\xF6lt\xE9s, k\xE9rem v\xE1rjon'},formatRecordsPerPage:function(a){return a+' rekord per oldal'},formatShowingRows:function(a,b,c){return'Megjelen\xEDtve '+a+' - '+b+' / '+c+' \xF6sszesen'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Keres\xE9s'},formatNoMatches:function(){return'Nincs tal\xE1lat'},formatPaginationSwitch:function(){return'Lapoz\xF3 elrejt\xE9se/megjelen\xEDt\xE9se'},formatRefresh:function(){return'Friss\xEDt\xE9s'},formatToggle:function(){return'\xD6sszecsuk/Kinyit'},formatColumns:function(){return'Oszlopok'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'\xD6sszes'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['hu-HU'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Memuat, mohon tunggu...';
return 'Memuat, mohon tunggu';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,5 +54,11 @@ return 'Pencarian';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Semua';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {

@@ -60,2 +69,11 @@ return 'Ekspor data';

return 'Bersihkan filter';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -62,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableIdID={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['id-ID']={formatLoadingMessage:function(){return'Memuat, mohon tunggu...'},formatRecordsPerPage:function(a){return a+' baris per halaman'},formatShowingRows:function(a,b,c){return'Menampilkan '+a+' sampai '+b+' dari '+c+' baris'},formatSearch:function(){return'Pencarian'},formatNoMatches:function(){return'Tidak ditemukan data yang cocok'},formatPaginationSwitch:function(){return'Sembunyikan/Tampilkan halaman'},formatRefresh:function(){return'Muat ulang'},formatToggle:function(){return'Beralih'},formatColumns:function(){return'kolom'},formatAllRows:function(){return'Semua'},formatExport:function(){return'Ekspor data'},formatClearFilters:function(){return'Bersihkan filter'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['id-ID'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableIdID={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['id-ID']={formatLoadingMessage:function(){return'Memuat, mohon tunggu'},formatRecordsPerPage:function(a){return a+' baris per halaman'},formatShowingRows:function(a,b,c){return'Menampilkan '+a+' sampai '+b+' dari '+c+' baris'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Pencarian'},formatNoMatches:function(){return'Tidak ditemukan data yang cocok'},formatPaginationSwitch:function(){return'Sembunyikan/Tampilkan halaman'},formatRefresh:function(){return'Muat ulang'},formatToggle:function(){return'Beralih'},formatColumns:function(){return'kolom'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Semua'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Ekspor data'},formatClearFilters:function(){return'Bersihkan filter'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['id-ID'])})(jQuery)});

@@ -25,3 +25,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Caricamento in corso...';
return 'Caricamento in corso';
},

@@ -34,2 +34,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -53,5 +56,11 @@ return 'Cerca';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Tutto';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {

@@ -62,2 +71,11 @@ return 'Esporta dati';

return 'Pulisci filtri';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -64,0 +82,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableItIT={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['it-IT']={formatLoadingMessage:function(){return'Caricamento in corso...'},formatRecordsPerPage:function(a){return a+' elementi per pagina'},formatShowingRows:function(a,b,c){return'Visualizzazione da '+a+' a '+b+' di '+c+' elementi'},formatSearch:function(){return'Cerca'},formatNoMatches:function(){return'Nessun elemento trovato'},formatPaginationSwitch:function(){return'Nascondi/Mostra paginazione'},formatRefresh:function(){return'Aggiorna'},formatToggle:function(){return'Attiva/Disattiva'},formatColumns:function(){return'Colonne'},formatAllRows:function(){return'Tutto'},formatExport:function(){return'Esporta dati'},formatClearFilters:function(){return'Pulisci filtri'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['it-IT'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableItIT={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['it-IT']={formatLoadingMessage:function(){return'Caricamento in corso'},formatRecordsPerPage:function(a){return a+' elementi per pagina'},formatShowingRows:function(a,b,c){return'Visualizzazione da '+a+' a '+b+' di '+c+' elementi'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Cerca'},formatNoMatches:function(){return'Nessun elemento trovato'},formatPaginationSwitch:function(){return'Nascondi/Mostra paginazione'},formatRefresh:function(){return'Aggiorna'},formatToggle:function(){return'Attiva/Disattiva'},formatColumns:function(){return'Colonne'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Tutto'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Esporta dati'},formatClearFilters:function(){return'Pulisci filtri'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['it-IT'])})(jQuery)});

@@ -31,2 +31,5 @@ (function (global, factory) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -50,4 +53,25 @@ return '検索';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'すべて';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -54,0 +78,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableJaJP={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ja-JP']={formatLoadingMessage:function(){return'\u8AAD\u307F\u8FBC\u307F\u4E2D\u3067\u3059\u3002\u5C11\u3005\u304A\u5F85\u3061\u304F\u3060\u3055\u3044\u3002'},formatRecordsPerPage:function(a){return'\u30DA\u30FC\u30B8\u5F53\u305F\u308A\u6700\u5927'+a+'\u4EF6'},formatShowingRows:function(a,b,c){return'\u5168'+c+'\u4EF6\u304B\u3089\u3001'+a+'\u304B\u3089'+b+'\u4EF6\u76EE\u307E\u3067\u8868\u793A\u3057\u3066\u3044\u307E\u3059'},formatSearch:function(){return'\u691C\u7D22'},formatNoMatches:function(){return'\u8A72\u5F53\u3059\u308B\u30EC\u30B3\u30FC\u30C9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093'},formatPaginationSwitch:function(){return'\u30DA\u30FC\u30B8\u6570\u3092\u8868\u793A\u30FB\u975E\u8868\u793A'},formatRefresh:function(){return'\u66F4\u65B0'},formatToggle:function(){return'\u30C8\u30B0\u30EB'},formatColumns:function(){return'\u5217'},formatAllRows:function(){return'\u3059\u3079\u3066'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ja-JP'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableJaJP={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ja-JP']={formatLoadingMessage:function(){return'\u8AAD\u307F\u8FBC\u307F\u4E2D\u3067\u3059\u3002\u5C11\u3005\u304A\u5F85\u3061\u304F\u3060\u3055\u3044\u3002'},formatRecordsPerPage:function(a){return'\u30DA\u30FC\u30B8\u5F53\u305F\u308A\u6700\u5927'+a+'\u4EF6'},formatShowingRows:function(a,b,c){return'\u5168'+c+'\u4EF6\u304B\u3089\u3001'+a+'\u304B\u3089'+b+'\u4EF6\u76EE\u307E\u3067\u8868\u793A\u3057\u3066\u3044\u307E\u3059'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\u691C\u7D22'},formatNoMatches:function(){return'\u8A72\u5F53\u3059\u308B\u30EC\u30B3\u30FC\u30C9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093'},formatPaginationSwitch:function(){return'\u30DA\u30FC\u30B8\u6570\u3092\u8868\u793A\u30FB\u975E\u8868\u793A'},formatRefresh:function(){return'\u66F4\u65B0'},formatToggle:function(){return'\u30C8\u30B0\u30EB'},formatColumns:function(){return'\u5217'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'\u3059\u3079\u3066'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ja-JP'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'იტვირთება, გთხოვთ მოიცადოთ...';
return 'იტვირთება, გთხოვთ მოიცადოთ';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -50,2 +53,26 @@ return 'ძებნა';

return 'სვეტები';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -52,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableKaGE={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ka-GE']={formatLoadingMessage:function(){return'\u10D8\u10E2\u10D5\u10D8\u10E0\u10D7\u10D4\u10D1\u10D0, \u10D2\u10D7\u10EE\u10DD\u10D5\u10D7 \u10DB\u10DD\u10D8\u10EA\u10D0\u10D3\u10DD\u10D7...'},formatRecordsPerPage:function(a){return a+' \u10E9\u10D0\u10DC\u10D0\u10EC\u10D4\u10E0\u10D8 \u10D7\u10D8\u10D7\u10DD \u10D2\u10D5\u10D4\u10E0\u10D3\u10D6\u10D4'},formatShowingRows:function(a,b,c){return'\u10DC\u10D0\u10E9\u10D5\u10D4\u10DC\u10D4\u10D1\u10D8\u10D0 '+a+'-\u10D3\u10D0\u10DC '+b+'-\u10DB\u10D3\u10D4 \u10E9\u10D0\u10DC\u10D0\u10EC\u10D4\u10E0\u10D8 \u10EF\u10D0\u10DB\u10E3\u10E0\u10D8 '+c+'-\u10D3\u10D0\u10DC'},formatSearch:function(){return'\u10EB\u10D4\u10D1\u10DC\u10D0'},formatNoMatches:function(){return'\u10DB\u10DD\u10DC\u10D0\u10EA\u10D4\u10DB\u10D4\u10D1\u10D8 \u10D0\u10E0 \u10D0\u10E0\u10D8\u10E1'},formatPaginationSwitch:function(){return'\u10D2\u10D5\u10D4\u10E0\u10D3\u10D4\u10D1\u10D8\u10E1 \u10D2\u10D0\u10D3\u10D0\u10DB\u10E0\u10D7\u10D5\u10D4\u10DA\u10D8\u10E1 \u10D3\u10D0\u10DB\u10D0\u10DA\u10D5\u10D0/\u10D2\u10D0\u10DB\u10DD\u10E9\u10D4\u10DC\u10D0'},formatRefresh:function(){return'\u10D2\u10D0\u10DC\u10D0\u10EE\u10DA\u10D4\u10D1\u10D0'},formatToggle:function(){return'\u10E9\u10D0\u10E0\u10D7\u10D5\u10D0/\u10D2\u10D0\u10DB\u10DD\u10E0\u10D7\u10D5\u10D0'},formatColumns:function(){return'\u10E1\u10D5\u10D4\u10E2\u10D4\u10D1\u10D8'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ka-GE'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableKaGE={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ka-GE']={formatLoadingMessage:function(){return'\u10D8\u10E2\u10D5\u10D8\u10E0\u10D7\u10D4\u10D1\u10D0, \u10D2\u10D7\u10EE\u10DD\u10D5\u10D7 \u10DB\u10DD\u10D8\u10EA\u10D0\u10D3\u10DD\u10D7'},formatRecordsPerPage:function(a){return a+' \u10E9\u10D0\u10DC\u10D0\u10EC\u10D4\u10E0\u10D8 \u10D7\u10D8\u10D7\u10DD \u10D2\u10D5\u10D4\u10E0\u10D3\u10D6\u10D4'},formatShowingRows:function(a,b,c){return'\u10DC\u10D0\u10E9\u10D5\u10D4\u10DC\u10D4\u10D1\u10D8\u10D0 '+a+'-\u10D3\u10D0\u10DC '+b+'-\u10DB\u10D3\u10D4 \u10E9\u10D0\u10DC\u10D0\u10EC\u10D4\u10E0\u10D8 \u10EF\u10D0\u10DB\u10E3\u10E0\u10D8 '+c+'-\u10D3\u10D0\u10DC'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\u10EB\u10D4\u10D1\u10DC\u10D0'},formatNoMatches:function(){return'\u10DB\u10DD\u10DC\u10D0\u10EA\u10D4\u10DB\u10D4\u10D1\u10D8 \u10D0\u10E0 \u10D0\u10E0\u10D8\u10E1'},formatPaginationSwitch:function(){return'\u10D2\u10D5\u10D4\u10E0\u10D3\u10D4\u10D1\u10D8\u10E1 \u10D2\u10D0\u10D3\u10D0\u10DB\u10E0\u10D7\u10D5\u10D4\u10DA\u10D8\u10E1 \u10D3\u10D0\u10DB\u10D0\u10DA\u10D5\u10D0/\u10D2\u10D0\u10DB\u10DD\u10E9\u10D4\u10DC\u10D0'},formatRefresh:function(){return'\u10D2\u10D0\u10DC\u10D0\u10EE\u10DA\u10D4\u10D1\u10D0'},formatToggle:function(){return'\u10E9\u10D0\u10E0\u10D7\u10D5\u10D0/\u10D2\u10D0\u10DB\u10DD\u10E0\u10D7\u10D5\u10D0'},formatColumns:function(){return'\u10E1\u10D5\u10D4\u10E2\u10D4\u10D1\u10D8'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ka-GE'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return '데이터를 불러오는 중입니다...';
return '데이터를 불러오는 중입니다';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,2 +42,5 @@ return '검색';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -48,2 +54,26 @@ return '새로 고침';

return '컬럼 필터링';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -50,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableKoKR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ko-KR']={formatLoadingMessage:function(){return'\uB370\uC774\uD130\uB97C \uBD88\uB7EC\uC624\uB294 \uC911\uC785\uB2C8\uB2E4...'},formatRecordsPerPage:function(a){return'\uD398\uC774\uC9C0 \uB2F9 '+a+'\uAC1C \uB370\uC774\uD130 \uCD9C\uB825'},formatShowingRows:function(a,b,c){return'\uC804\uCCB4 '+c+'\uAC1C \uC911 '+a+'~'+b+'\uBC88\uC9F8 \uB370\uC774\uD130 \uCD9C\uB825,'},formatSearch:function(){return'\uAC80\uC0C9'},formatNoMatches:function(){return'\uC870\uD68C\uB41C \uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.'},formatRefresh:function(){return'\uC0C8\uB85C \uACE0\uCE68'},formatToggle:function(){return'\uC804\uD658'},formatColumns:function(){return'\uCEEC\uB7FC \uD544\uD130\uB9C1'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ko-KR'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableKoKR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ko-KR']={formatLoadingMessage:function(){return'\uB370\uC774\uD130\uB97C \uBD88\uB7EC\uC624\uB294 \uC911\uC785\uB2C8\uB2E4'},formatRecordsPerPage:function(a){return'\uD398\uC774\uC9C0 \uB2F9 '+a+'\uAC1C \uB370\uC774\uD130 \uCD9C\uB825'},formatShowingRows:function(a,b,c){return'\uC804\uCCB4 '+c+'\uAC1C \uC911 '+a+'~'+b+'\uBC88\uC9F8 \uB370\uC774\uD130 \uCD9C\uB825,'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\uAC80\uC0C9'},formatNoMatches:function(){return'\uC870\uD68C\uB41C \uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'\uC0C8\uB85C \uACE0\uCE68'},formatToggle:function(){return'\uC804\uD658'},formatColumns:function(){return'\uCEEC\uB7FC \uD544\uD130\uB9C1'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ko-KR'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Permintaan sedang dimuatkan. Sila tunggu sebentar...';
return 'Permintaan sedang dimuatkan. Sila tunggu sebentar';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,4 +54,25 @@ return 'Cari';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Semua';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -55,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableMsMY={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ms-MY']={formatLoadingMessage:function(){return'Permintaan sedang dimuatkan. Sila tunggu sebentar...'},formatRecordsPerPage:function(a){return a+' rekod setiap muka surat'},formatShowingRows:function(a,b,c){return'Sedang memaparkan rekod '+a+' hingga '+b+' daripada jumlah '+c+' rekod'},formatSearch:function(){return'Cari'},formatNoMatches:function(){return'Tiada rekod yang menyamai permintaan'},formatPaginationSwitch:function(){return'Tunjuk/sembunyi muka surat'},formatRefresh:function(){return'Muatsemula'},formatToggle:function(){return'Tukar'},formatColumns:function(){return'Lajur'},formatAllRows:function(){return'Semua'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ms-MY'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableMsMY={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ms-MY']={formatLoadingMessage:function(){return'Permintaan sedang dimuatkan. Sila tunggu sebentar'},formatRecordsPerPage:function(a){return a+' rekod setiap muka surat'},formatShowingRows:function(a,b,c){return'Sedang memaparkan rekod '+a+' hingga '+b+' daripada jumlah '+c+' rekod'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Cari'},formatNoMatches:function(){return'Tiada rekod yang menyamai permintaan'},formatPaginationSwitch:function(){return'Tunjuk/sembunyi muka surat'},formatRefresh:function(){return'Muatsemula'},formatToggle:function(){return'Tukar'},formatColumns:function(){return'Lajur'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Semua'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ms-MY'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Oppdaterer, vennligst vent...';
return 'Oppdaterer, vennligst vent';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,2 +42,5 @@ return 'Søk';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -48,2 +54,26 @@ return 'Oppdater';

return 'Kolonner';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -50,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableNbNO={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['nb-NO']={formatLoadingMessage:function(){return'Oppdaterer, vennligst vent...'},formatRecordsPerPage:function(a){return a+' poster pr side'},formatShowingRows:function(a,b,c){return'Viser '+a+' til '+b+' av '+c+' rekker'},formatSearch:function(){return'S\xF8k'},formatNoMatches:function(){return'Ingen poster funnet'},formatRefresh:function(){return'Oppdater'},formatToggle:function(){return'Endre'},formatColumns:function(){return'Kolonner'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['nb-NO'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableNbNO={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['nb-NO']={formatLoadingMessage:function(){return'Oppdaterer, vennligst vent'},formatRecordsPerPage:function(a){return a+' poster pr side'},formatShowingRows:function(a,b,c){return'Viser '+a+' til '+b+' av '+c+' rekker'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'S\xF8k'},formatNoMatches:function(){return'Ingen poster funnet'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Oppdater'},formatToggle:function(){return'Endre'},formatColumns:function(){return'Kolonner'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['nb-NO'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Laden, even geduld...';
return 'Laden, even geduld';
},

@@ -41,2 +41,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Verberg/Toon paginatie';
},
formatRefresh: function formatRefresh() {

@@ -51,7 +54,10 @@ return 'Vernieuwen';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Alle';
},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Verberg/Toon paginatie';
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},

@@ -63,2 +69,11 @@ formatExport: function formatExport() {

return 'Verwijder filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -65,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableNlNL={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['nl-NL']={formatLoadingMessage:function(){return'Laden, even geduld...'},formatRecordsPerPage:function(a){return a+' records per pagina'},formatShowingRows:function(a,b,c){return'Toon '+a+' tot '+b+' van '+c+' record'+(1<c?'s':'')},formatDetailPagination:function(a){return'Toon '+a+' record'+(1<a?'s':'')},formatSearch:function(){return'Zoeken'},formatNoMatches:function(){return'Geen resultaten gevonden'},formatRefresh:function(){return'Vernieuwen'},formatToggle:function(){return'Omschakelen'},formatColumns:function(){return'Kolommen'},formatAllRows:function(){return'Alle'},formatPaginationSwitch:function(){return'Verberg/Toon paginatie'},formatExport:function(){return'Exporteer data'},formatClearFilters:function(){return'Verwijder filters'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['nl-NL'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableNlNL={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['nl-NL']={formatLoadingMessage:function(){return'Laden, even geduld'},formatRecordsPerPage:function(a){return a+' records per pagina'},formatShowingRows:function(a,b,c){return'Toon '+a+' tot '+b+' van '+c+' record'+(1<c?'s':'')},formatDetailPagination:function(a){return'Toon '+a+' record'+(1<a?'s':'')},formatSearch:function(){return'Zoeken'},formatNoMatches:function(){return'Geen resultaten gevonden'},formatPaginationSwitch:function(){return'Verberg/Toon paginatie'},formatRefresh:function(){return'Vernieuwen'},formatToggle:function(){return'Omschakelen'},formatColumns:function(){return'Kolommen'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Alle'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Exporteer data'},formatClearFilters:function(){return'Verwijder filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['nl-NL'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Ładowanie, proszę czekać...';
return 'Ładowanie, proszę czekać';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,2 +42,5 @@ return 'Szukaj';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -48,2 +54,26 @@ return 'Odśwież';

return 'Kolumny';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -50,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTablePlPL={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['pl-PL']={formatLoadingMessage:function(){return'\u0141adowanie, prosz\u0119 czeka\u0107...'},formatRecordsPerPage:function(a){return a+' rekord\xF3w na stron\u0119'},formatShowingRows:function(a,b,c){return'Wy\u015Bwietlanie rekord\xF3w od '+a+' do '+b+' z '+c},formatSearch:function(){return'Szukaj'},formatNoMatches:function(){return'Niestety, nic nie znaleziono'},formatRefresh:function(){return'Od\u015Bwie\u017C'},formatToggle:function(){return'Prze\u0142\u0105cz'},formatColumns:function(){return'Kolumny'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['pl-PL'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTablePlPL={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['pl-PL']={formatLoadingMessage:function(){return'\u0141adowanie, prosz\u0119 czeka\u0107'},formatRecordsPerPage:function(a){return a+' rekord\xF3w na stron\u0119'},formatShowingRows:function(a,b,c){return'Wy\u015Bwietlanie rekord\xF3w od '+a+' do '+b+' z '+c},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Szukaj'},formatNoMatches:function(){return'Niestety, nic nie znaleziono'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Od\u015Bwie\u017C'},formatToggle:function(){return'Prze\u0142\u0105cz'},formatColumns:function(){return'Kolumny'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['pl-PL'])})(jQuery)});

@@ -24,3 +24,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Carregando, aguarde...';
return 'Carregando, aguarde';
},

@@ -33,5 +33,14 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {
return 'Pesquisar';
},
formatNoMatches: function formatNoMatches() {
return 'Nenhum registro encontrado';
},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Ocultar/Exibir paginação';
},
formatRefresh: function formatRefresh() {

@@ -46,7 +55,25 @@ return 'Recarregar';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Ocultar/Exibir paginação';
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatNoMatches: function formatNoMatches() {
return 'Nenhum registro encontrado';
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -53,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTablePtBR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['pt-BR']={formatLoadingMessage:function(){return'Carregando, aguarde...'},formatRecordsPerPage:function(a){return a+' registros por p\xE1gina'},formatShowingRows:function(a,b,c){return'Exibindo '+a+' at\xE9 '+b+' de '+c+' linhas'},formatSearch:function(){return'Pesquisar'},formatRefresh:function(){return'Recarregar'},formatToggle:function(){return'Alternar'},formatColumns:function(){return'Colunas'},formatPaginationSwitch:function(){return'Ocultar/Exibir pagina\xE7\xE3o'},formatNoMatches:function(){return'Nenhum registro encontrado'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['pt-BR'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTablePtBR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['pt-BR']={formatLoadingMessage:function(){return'Carregando, aguarde'},formatRecordsPerPage:function(a){return a+' registros por p\xE1gina'},formatShowingRows:function(a,b,c){return'Exibindo '+a+' at\xE9 '+b+' de '+c+' linhas'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Pesquisar'},formatNoMatches:function(){return'Nenhum registro encontrado'},formatPaginationSwitch:function(){return'Ocultar/Exibir pagina\xE7\xE3o'},formatRefresh:function(){return'Recarregar'},formatToggle:function(){return'Alternar'},formatColumns:function(){return'Colunas'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['pt-BR'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'A carregar, por favor aguarde...';
return 'A carregar, por favor aguarde';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,4 +54,25 @@ return 'Pesquisa';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Tudo';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -55,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTablePtPT={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['pt-PT']={formatLoadingMessage:function(){return'A carregar, por favor aguarde...'},formatRecordsPerPage:function(a){return a+' registos por p&aacute;gina'},formatShowingRows:function(a,b,c){return'A mostrar '+a+' at&eacute; '+b+' de '+c+' linhas'},formatSearch:function(){return'Pesquisa'},formatNoMatches:function(){return'Nenhum registo encontrado'},formatPaginationSwitch:function(){return'Esconder/Mostrar pagina&ccedil&atilde;o'},formatRefresh:function(){return'Atualizar'},formatToggle:function(){return'Alternar'},formatColumns:function(){return'Colunas'},formatAllRows:function(){return'Tudo'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['pt-PT'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTablePtPT={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['pt-PT']={formatLoadingMessage:function(){return'A carregar, por favor aguarde'},formatRecordsPerPage:function(a){return a+' registos por p&aacute;gina'},formatShowingRows:function(a,b,c){return'A mostrar '+a+' at&eacute; '+b+' de '+c+' linhas'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Pesquisa'},formatNoMatches:function(){return'Nenhum registo encontrado'},formatPaginationSwitch:function(){return'Esconder/Mostrar pagina&ccedil&atilde;o'},formatRefresh:function(){return'Atualizar'},formatToggle:function(){return'Alternar'},formatColumns:function(){return'Colunas'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Tudo'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['pt-PT'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Se incarca, va rugam asteptati...';
return 'Se incarca, va rugam asteptati';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,4 +54,25 @@ return 'Cauta';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Toate';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -55,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableRoRO={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ro-RO']={formatLoadingMessage:function(){return'Se incarca, va rugam asteptati...'},formatRecordsPerPage:function(a){return a+' inregistrari pe pagina'},formatShowingRows:function(a,b,c){return'Arata de la '+a+' pana la '+b+' din '+c+' randuri'},formatSearch:function(){return'Cauta'},formatNoMatches:function(){return'Nu au fost gasite inregistrari'},formatPaginationSwitch:function(){return'Ascunde/Arata paginatia'},formatRefresh:function(){return'Reincarca'},formatToggle:function(){return'Comuta'},formatColumns:function(){return'Coloane'},formatAllRows:function(){return'Toate'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ro-RO'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableRoRO={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ro-RO']={formatLoadingMessage:function(){return'Se incarca, va rugam asteptati'},formatRecordsPerPage:function(a){return a+' inregistrari pe pagina'},formatShowingRows:function(a,b,c){return'Arata de la '+a+' pana la '+b+' din '+c+' randuri'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Cauta'},formatNoMatches:function(){return'Nu au fost gasite inregistrari'},formatPaginationSwitch:function(){return'Ascunde/Arata paginatia'},formatRefresh:function(){return'Reincarca'},formatToggle:function(){return'Comuta'},formatColumns:function(){return'Coloane'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Toate'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ro-RO'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Пожалуйста, подождите, идёт загрузка...';
return 'Пожалуйста, подождите, идёт загрузка';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,2 +42,5 @@ return 'Поиск';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -49,37 +55,25 @@ return 'Обновить';

},
formatClearFilters: function formatClearFilters() {
return 'Очистить фильтры';
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatMultipleSort: function formatMultipleSort() {
return 'Множественная сортировка';
formatAllRows: function formatAllRows() {
return 'All';
},
formatAddLevel: function formatAddLevel() {
return 'Добавить уровень';
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatDeleteLevel: function formatDeleteLevel() {
return 'Удалить уровень';
formatExport: function formatExport() {
return 'Export data';
},
formatColumn: function formatColumn() {
return 'Колонка';
formatClearFilters: function formatClearFilters() {
return 'Очистить фильтры';
},
formatOrder: function formatOrder() {
return 'Порядок';
formatJumpto: function formatJumpto() {
return 'GO';
},
formatSortBy: function formatSortBy() {
return 'Сортировать по';
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatThenBy: function formatThenBy() {
return 'затем по';
},
formatSort: function formatSort() {
return 'Сортировать';
},
formatCancel: function formatCancel() {
return 'Отмена';
},
formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
return 'Дублирование колонок!';
},
formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
return 'Удалите, пожалуйста, дублирующую колонку, или замените ее на другую.';
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -86,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableRuRU={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ru-RU']={formatLoadingMessage:function(){return'\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u0438\u0434\u0451\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430...'},formatRecordsPerPage:function(a){return a+' \u0437\u0430\u043F\u0438\u0441\u0435\u0439 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443'},formatShowingRows:function(a,b,c){return'\u0417\u0430\u043F\u0438\u0441\u0438 \u0441 '+a+' \u043F\u043E '+b+' \u0438\u0437 '+c},formatSearch:function(){return'\u041F\u043E\u0438\u0441\u043A'},formatNoMatches:function(){return'\u041D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E'},formatRefresh:function(){return'\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C'},formatToggle:function(){return'\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C'},formatColumns:function(){return'\u041A\u043E\u043B\u043E\u043D\u043A\u0438'},formatClearFilters:function(){return'\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440\u044B'},formatMultipleSort:function(){return'\u041C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u0435\u043D\u043D\u0430\u044F \u0441\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u043A\u0430'},formatAddLevel:function(){return'\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u0443\u0440\u043E\u0432\u0435\u043D\u044C'},formatDeleteLevel:function(){return'\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u0443\u0440\u043E\u0432\u0435\u043D\u044C'},formatColumn:function(){return'\u041A\u043E\u043B\u043E\u043D\u043A\u0430'},formatOrder:function(){return'\u041F\u043E\u0440\u044F\u0434\u043E\u043A'},formatSortBy:function(){return'\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u043E'},formatThenBy:function(){return'\u0437\u0430\u0442\u0435\u043C \u043F\u043E'},formatSort:function(){return'\u0421\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C'},formatCancel:function(){return'\u041E\u0442\u043C\u0435\u043D\u0430'},formatDuplicateAlertTitle:function(){return'\u0414\u0443\u0431\u043B\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u0435 \u043A\u043E\u043B\u043E\u043D\u043E\u043A!'},formatDuplicateAlertDescription:function(){return'\u0423\u0434\u0430\u043B\u0438\u0442\u0435, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u0434\u0443\u0431\u043B\u0438\u0440\u0443\u044E\u0449\u0443\u044E \u043A\u043E\u043B\u043E\u043D\u043A\u0443, \u0438\u043B\u0438 \u0437\u0430\u043C\u0435\u043D\u0438\u0442\u0435 \u0435\u0435 \u043D\u0430 \u0434\u0440\u0443\u0433\u0443\u044E.'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ru-RU'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableRuRU={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ru-RU']={formatLoadingMessage:function(){return'\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430, \u043F\u043E\u0434\u043E\u0436\u0434\u0438\u0442\u0435, \u0438\u0434\u0451\u0442 \u0437\u0430\u0433\u0440\u0443\u0437\u043A\u0430'},formatRecordsPerPage:function(a){return a+' \u0437\u0430\u043F\u0438\u0441\u0435\u0439 \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443'},formatShowingRows:function(a,b,c){return'\u0417\u0430\u043F\u0438\u0441\u0438 \u0441 '+a+' \u043F\u043E '+b+' \u0438\u0437 '+c},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\u041F\u043E\u0438\u0441\u043A'},formatNoMatches:function(){return'\u041D\u0438\u0447\u0435\u0433\u043E \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C'},formatToggle:function(){return'\u041F\u0435\u0440\u0435\u043A\u043B\u044E\u0447\u0438\u0442\u044C'},formatColumns:function(){return'\u041A\u043E\u043B\u043E\u043D\u043A\u0438'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440\u044B'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ru-RU'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Prosím čakajte ...';
return 'Prosím čakajte';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,5 +54,11 @@ return 'Vyhľadávanie';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Všetky';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {

@@ -60,2 +69,11 @@ return 'Exportuj dáta';

return 'Odstráň filtre';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -62,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableSkSK={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['sk-SK']={formatLoadingMessage:function(){return'Pros\xEDm \u010Dakajte ...'},formatRecordsPerPage:function(a){return a+' z\xE1znamov na stranu'},formatShowingRows:function(a,b,c){return'Zobrazen\xE1 '+a+'. - '+b+'. polo\u017Eka z celkov\xFDch '+c},formatSearch:function(){return'Vyh\u013Ead\xE1vanie'},formatNoMatches:function(){return'Nen\xE1jden\xE1 \u017Eiadna vyhovuj\xFAca polo\u017Eka'},formatPaginationSwitch:function(){return'Skry/Zobraz str\xE1nkovanie'},formatRefresh:function(){return'Obnovi\u0165'},formatToggle:function(){return'Prepni'},formatColumns:function(){return'St\u013Apce'},formatAllRows:function(){return'V\u0161etky'},formatExport:function(){return'Exportuj d\xE1ta'},formatClearFilters:function(){return'Odstr\xE1\u0148 filtre'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['sk-SK'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableSkSK={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['sk-SK']={formatLoadingMessage:function(){return'Pros\xEDm \u010Dakajte'},formatRecordsPerPage:function(a){return a+' z\xE1znamov na stranu'},formatShowingRows:function(a,b,c){return'Zobrazen\xE1 '+a+'. - '+b+'. polo\u017Eka z celkov\xFDch '+c},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Vyh\u013Ead\xE1vanie'},formatNoMatches:function(){return'Nen\xE1jden\xE1 \u017Eiadna vyhovuj\xFAca polo\u017Eka'},formatPaginationSwitch:function(){return'Skry/Zobraz str\xE1nkovanie'},formatRefresh:function(){return'Obnovi\u0165'},formatToggle:function(){return'Prepni'},formatColumns:function(){return'St\u013Apce'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'V\u0161etky'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Exportuj d\xE1ta'},formatClearFilters:function(){return'Odstr\xE1\u0148 filtre'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['sk-SK'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Laddar, vänligen vänta...';
return 'Laddar, vänligen vänta';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,2 +42,5 @@ return 'Sök';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -48,2 +54,26 @@ return 'Uppdatera';

return 'kolumn';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -50,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableSvSE={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['sv-SE']={formatLoadingMessage:function(){return'Laddar, v\xE4nligen v\xE4nta...'},formatRecordsPerPage:function(a){return a+' rader per sida'},formatShowingRows:function(a,b,c){return'Visa '+a+' till '+b+' av '+c+' rader'},formatSearch:function(){return'S\xF6k'},formatNoMatches:function(){return'Inga matchande resultat funna.'},formatRefresh:function(){return'Uppdatera'},formatToggle:function(){return'Skifta'},formatColumns:function(){return'kolumn'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['sv-SE'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableSvSE={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['sv-SE']={formatLoadingMessage:function(){return'Laddar, v\xE4nligen v\xE4nta'},formatRecordsPerPage:function(a){return a+' rader per sida'},formatShowingRows:function(a,b,c){return'Visa '+a+' till '+b+' av '+c+' rader'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'S\xF6k'},formatNoMatches:function(){return'Inga matchande resultat funna.'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Uppdatera'},formatToggle:function(){return'Skifta'},formatColumns:function(){return'kolumn'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['sv-SE'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'กำลังโหลดข้อมูล, กรุณารอสักครู่...';
return 'กำลังโหลดข้อมูล, กรุณารอสักครู่';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,2 +42,5 @@ return 'ค้นหา';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -48,2 +54,26 @@ return 'รีเฟรส';

return 'คอลัมน์';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -50,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableThTH={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['th-TH']={formatLoadingMessage:function(){return'\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25, \u0E01\u0E23\u0E38\u0E13\u0E32\u0E23\u0E2D\u0E2A\u0E31\u0E01\u0E04\u0E23\u0E39\u0E48...'},formatRecordsPerPage:function(a){return a+' \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E2B\u0E19\u0E49\u0E32'},formatShowingRows:function(a,b,c){return'\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48 '+a+' \u0E16\u0E36\u0E07 '+b+' \u0E08\u0E32\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 '+c+' \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23'},formatSearch:function(){return'\u0E04\u0E49\u0E19\u0E2B\u0E32'},formatNoMatches:function(){return'\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E04\u0E49\u0E19\u0E2B\u0E32 !'},formatRefresh:function(){return'\u0E23\u0E35\u0E40\u0E1F\u0E23\u0E2A'},formatToggle:function(){return'\u0E2A\u0E25\u0E31\u0E1A\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07'},formatColumns:function(){return'\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['th-TH'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableThTH={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['th-TH']={formatLoadingMessage:function(){return'\u0E01\u0E33\u0E25\u0E31\u0E07\u0E42\u0E2B\u0E25\u0E14\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25, \u0E01\u0E23\u0E38\u0E13\u0E32\u0E23\u0E2D\u0E2A\u0E31\u0E01\u0E04\u0E23\u0E39\u0E48'},formatRecordsPerPage:function(a){return a+' \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E15\u0E48\u0E2D\u0E2B\u0E19\u0E49\u0E32'},formatShowingRows:function(a,b,c){return'\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48 '+a+' \u0E16\u0E36\u0E07 '+b+' \u0E08\u0E32\u0E01\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 '+c+' \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\u0E04\u0E49\u0E19\u0E2B\u0E32'},formatNoMatches:function(){return'\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E04\u0E49\u0E19\u0E2B\u0E32 !'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'\u0E23\u0E35\u0E40\u0E1F\u0E23\u0E2A'},formatToggle:function(){return'\u0E2A\u0E25\u0E31\u0E1A\u0E21\u0E38\u0E21\u0E21\u0E2D\u0E07'},formatColumns:function(){return'\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['th-TH'])})(jQuery)});

@@ -24,3 +24,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Yükleniyor, lütfen bekleyin...';
return 'Yükleniyor, lütfen bekleyin';
},

@@ -33,2 +33,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -40,2 +43,5 @@ return 'Ara';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -50,4 +56,25 @@ return 'Yenile';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Tüm Satırlar';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -54,0 +81,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableTrTR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['tr-TR']={formatLoadingMessage:function(){return'Y\xFCkleniyor, l\xFCtfen bekleyin...'},formatRecordsPerPage:function(a){return'Sayfa ba\u015F\u0131na '+a+' kay\u0131t.'},formatShowingRows:function(a,b,c){return c+' kay\u0131ttan '+a+'-'+b+' aras\u0131 g\xF6steriliyor.'},formatSearch:function(){return'Ara'},formatNoMatches:function(){return'E\u015Fle\u015Fen kay\u0131t bulunamad\u0131.'},formatRefresh:function(){return'Yenile'},formatToggle:function(){return'De\u011Fi\u015Ftir'},formatColumns:function(){return'S\xFCtunlar'},formatAllRows:function(){return'T\xFCm Sat\u0131rlar'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['tr-TR'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableTrTR={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['tr-TR']={formatLoadingMessage:function(){return'Y\xFCkleniyor, l\xFCtfen bekleyin'},formatRecordsPerPage:function(a){return'Sayfa ba\u015F\u0131na '+a+' kay\u0131t.'},formatShowingRows:function(a,b,c){return c+' kay\u0131ttan '+a+'-'+b+' aras\u0131 g\xF6steriliyor.'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Ara'},formatNoMatches:function(){return'E\u015Fle\u015Fen kay\u0131t bulunamad\u0131.'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Yenile'},formatToggle:function(){return'De\u011Fi\u015Ftir'},formatColumns:function(){return'S\xFCtunlar'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'T\xFCm Sat\u0131rlar'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['tr-TR'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Завантаження, будь ласка, зачекайте...';
return 'Завантаження, будь ласка, зачекайте';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -39,2 +42,5 @@ return 'Пошук';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -49,37 +55,25 @@ return 'Оновити';

},
formatClearFilters: function formatClearFilters() {
return 'Очистити фільтри';
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatMultipleSort: function formatMultipleSort() {
return 'Сортування за кількома стовпцями';
formatAllRows: function formatAllRows() {
return 'All';
},
formatAddLevel: function formatAddLevel() {
return 'Додати рівень';
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatDeleteLevel: function formatDeleteLevel() {
return 'Видалити рівень';
formatExport: function formatExport() {
return 'Export data';
},
formatColumn: function formatColumn() {
return 'Стовпець';
formatClearFilters: function formatClearFilters() {
return 'Очистити фільтри';
},
formatOrder: function formatOrder() {
return 'Порядок';
formatJumpto: function formatJumpto() {
return 'GO';
},
formatSortBy: function formatSortBy() {
return 'Сортувати за';
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatThenBy: function formatThenBy() {
return 'потім за';
},
formatSort: function formatSort() {
return 'Сортувати';
},
formatCancel: function formatCancel() {
return 'Скасувати';
},
formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
return 'Дублювання стовпців!';
},
formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
return 'Видаліть, будь ласка, дублюючий стовпець, або замініть його на інший.';
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -86,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableUkUA={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['uk-UA']={formatLoadingMessage:function(){return'\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F, \u0431\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0437\u0430\u0447\u0435\u043A\u0430\u0439\u0442\u0435...'},formatRecordsPerPage:function(a){return a+' \u0437\u0430\u043F\u0438\u0441\u0456\u0432 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443'},formatShowingRows:function(a,b,c){return'\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u043E \u0437 '+a+' \u043F\u043E '+b+'. \u0412\u0441\u044C\u043E\u0433\u043E: '+c},formatSearch:function(){return'\u041F\u043E\u0448\u0443\u043A'},formatNoMatches:function(){return'\u041D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E \u0436\u043E\u0434\u043D\u043E\u0433\u043E \u0437\u0430\u043F\u0438\u0441\u0443'},formatRefresh:function(){return'\u041E\u043D\u043E\u0432\u0438\u0442\u0438'},formatToggle:function(){return'\u0417\u043C\u0456\u043D\u0438\u0442\u0438'},formatColumns:function(){return'\u0421\u0442\u043E\u0432\u043F\u0446\u0456'},formatClearFilters:function(){return'\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0444\u0456\u043B\u044C\u0442\u0440\u0438'},formatMultipleSort:function(){return'\u0421\u043E\u0440\u0442\u0443\u0432\u0430\u043D\u043D\u044F \u0437\u0430 \u043A\u0456\u043B\u044C\u043A\u043E\u043C\u0430 \u0441\u0442\u043E\u0432\u043F\u0446\u044F\u043C\u0438'},formatAddLevel:function(){return'\u0414\u043E\u0434\u0430\u0442\u0438 \u0440\u0456\u0432\u0435\u043D\u044C'},formatDeleteLevel:function(){return'\u0412\u0438\u0434\u0430\u043B\u0438\u0442\u0438 \u0440\u0456\u0432\u0435\u043D\u044C'},formatColumn:function(){return'\u0421\u0442\u043E\u0432\u043F\u0435\u0446\u044C'},formatOrder:function(){return'\u041F\u043E\u0440\u044F\u0434\u043E\u043A'},formatSortBy:function(){return'\u0421\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0430'},formatThenBy:function(){return'\u043F\u043E\u0442\u0456\u043C \u0437\u0430'},formatSort:function(){return'\u0421\u043E\u0440\u0442\u0443\u0432\u0430\u0442\u0438'},formatCancel:function(){return'\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438'},formatDuplicateAlertTitle:function(){return'\u0414\u0443\u0431\u043B\u044E\u0432\u0430\u043D\u043D\u044F \u0441\u0442\u043E\u0432\u043F\u0446\u0456\u0432!'},formatDuplicateAlertDescription:function(){return'\u0412\u0438\u0434\u0430\u043B\u0456\u0442\u044C, \u0431\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0434\u0443\u0431\u043B\u044E\u044E\u0447\u0438\u0439 \u0441\u0442\u043E\u0432\u043F\u0435\u0446\u044C, \u0430\u0431\u043E \u0437\u0430\u043C\u0456\u043D\u0456\u0442\u044C \u0439\u043E\u0433\u043E \u043D\u0430 \u0456\u043D\u0448\u0438\u0439.'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['uk-UA'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableUkUA={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['uk-UA']={formatLoadingMessage:function(){return'\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F, \u0431\u0443\u0434\u044C \u043B\u0430\u0441\u043A\u0430, \u0437\u0430\u0447\u0435\u043A\u0430\u0439\u0442\u0435'},formatRecordsPerPage:function(a){return a+' \u0437\u0430\u043F\u0438\u0441\u0456\u0432 \u043D\u0430 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443'},formatShowingRows:function(a,b,c){return'\u041F\u043E\u043A\u0430\u0437\u0430\u043D\u043E \u0437 '+a+' \u043F\u043E '+b+'. \u0412\u0441\u044C\u043E\u0433\u043E: '+c},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\u041F\u043E\u0448\u0443\u043A'},formatNoMatches:function(){return'\u041D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E \u0436\u043E\u0434\u043D\u043E\u0433\u043E \u0437\u0430\u043F\u0438\u0441\u0443'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'\u041E\u043D\u043E\u0432\u0438\u0442\u0438'},formatToggle:function(){return'\u0417\u043C\u0456\u043D\u0438\u0442\u0438'},formatColumns:function(){return'\u0421\u0442\u043E\u0432\u043F\u0446\u0456'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0444\u0456\u043B\u044C\u0442\u0440\u0438'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['uk-UA'])})(jQuery)});

@@ -31,2 +31,5 @@ (function (global, factory) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -38,2 +41,5 @@ return 'تلاش';

},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {

@@ -47,2 +53,26 @@ return 'تازہ کریں';

return 'کالم';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -49,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableUrPK={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ur-PK']={formatLoadingMessage:function(){return'\u0628\u0631\u0627\u06D3 \u0645\u06C1\u0631\u0628\u0627\u0646\u06CC \u0627\u0646\u062A\u0638\u0627\u0631 \u06A9\u06CC\u062C\u0626\u06D2'},formatRecordsPerPage:function(a){return a+' \u0631\u06CC\u06A9\u0627\u0631\u0688\u0632 \u0641\u06CC \u0635\u0641\u06C1 '},formatShowingRows:function(a,b,c){return'\u062F\u06CC\u06A9\u06BE\u06CC\u06BA '+a+' \u0633\u06D2 '+b+' \u06A9\u06D2 '+c+'\u0631\u06CC\u06A9\u0627\u0631\u0688\u0632'},formatSearch:function(){return'\u062A\u0644\u0627\u0634'},formatNoMatches:function(){return'\u06A9\u0648\u0626\u06CC \u0631\u06CC\u06A9\u0627\u0631\u0688 \u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627'},formatRefresh:function(){return'\u062A\u0627\u0632\u06C1 \u06A9\u0631\u06CC\u06BA'},formatToggle:function(){return'\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u06CC\u06BA'},formatColumns:function(){return'\u06A9\u0627\u0644\u0645'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ur-PK'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableUrPK={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['ur-PK']={formatLoadingMessage:function(){return'\u0628\u0631\u0627\u06D3 \u0645\u06C1\u0631\u0628\u0627\u0646\u06CC \u0627\u0646\u062A\u0638\u0627\u0631 \u06A9\u06CC\u062C\u0626\u06D2'},formatRecordsPerPage:function(a){return a+' \u0631\u06CC\u06A9\u0627\u0631\u0688\u0632 \u0641\u06CC \u0635\u0641\u06C1 '},formatShowingRows:function(a,b,c){return'\u062F\u06CC\u06A9\u06BE\u06CC\u06BA '+a+' \u0633\u06D2 '+b+' \u06A9\u06D2 '+c+'\u0631\u06CC\u06A9\u0627\u0631\u0688\u0632'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'\u062A\u0644\u0627\u0634'},formatNoMatches:function(){return'\u06A9\u0648\u0626\u06CC \u0631\u06CC\u06A9\u0627\u0631\u0688 \u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'\u062A\u0627\u0632\u06C1 \u06A9\u0631\u06CC\u06BA'},formatToggle:function(){return'\u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u06CC\u06BA'},formatColumns:function(){return'\u06A9\u0627\u0644\u0645'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['ur-PK'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Yuklanyapti, iltimos kuting...';
return 'Yuklanyapti, iltimos kuting';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -51,5 +54,11 @@ return 'Qidirish';

},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'Hammasi';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {

@@ -60,2 +69,11 @@ return 'Eksport';

return 'Filtrlarni tozalash';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -62,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableUzLatnUZ={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['uz-Latn-UZ']={formatLoadingMessage:function(){return'Yuklanyapti, iltimos kuting...'},formatRecordsPerPage:function(a){return a+' qator har sahifada'},formatShowingRows:function(a,b,c){return'Ko\'rsatypati '+a+' dan '+b+' gacha '+c+' qatorlarni'},formatSearch:function(){return'Qidirish'},formatNoMatches:function(){return'Hech narsa topilmadi'},formatPaginationSwitch:function(){return'Sahifalashni yashirish/ko\'rsatish'},formatRefresh:function(){return'Yangilash'},formatToggle:function(){return'Ko\'rinish'},formatColumns:function(){return'Ustunlar'},formatAllRows:function(){return'Hammasi'},formatExport:function(){return'Eksport'},formatClearFilters:function(){return'Filtrlarni tozalash'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['uz-Latn-UZ'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableUzLatnUZ={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['uz-Latn-UZ']={formatLoadingMessage:function(){return'Yuklanyapti, iltimos kuting'},formatRecordsPerPage:function(a){return a+' qator har sahifada'},formatShowingRows:function(a,b,c){return'Ko\'rsatypati '+a+' dan '+b+' gacha '+c+' qatorlarni'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'Qidirish'},formatNoMatches:function(){return'Hech narsa topilmadi'},formatPaginationSwitch:function(){return'Sahifalashni yashirish/ko\'rsatish'},formatRefresh:function(){return'Yangilash'},formatToggle:function(){return'Ko\'rinish'},formatColumns:function(){return'Ustunlar'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'Hammasi'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Eksport'},formatClearFilters:function(){return'Filtrlarni tozalash'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['uz-Latn-UZ'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return 'Đang tải...';
return 'Đang tải';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return 'Showing ' + totalRows + ' rows';
},
formatSearch: function formatSearch() {

@@ -38,2 +41,38 @@ return 'Tìm kiếm';

return 'Không có dữ liệu';
},
formatPaginationSwitch: function formatPaginationSwitch() {
return 'Hide/Show pagination';
},
formatRefresh: function formatRefresh() {
return 'Refresh';
},
formatToggle: function formatToggle() {
return 'Toggle';
},
formatColumns: function formatColumns() {
return 'Columns';
},
formatFullscreen: function formatFullscreen() {
return 'Fullscreen';
},
formatAllRows: function formatAllRows() {
return 'All';
},
formatAutoRefresh: function formatAutoRefresh() {
return 'Auto Refresh';
},
formatExport: function formatExport() {
return 'Export data';
},
formatClearFilters: function formatClearFilters() {
return 'Clear filters';
},
formatJumpto: function formatJumpto() {
return 'GO';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return 'Advanced search';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return 'Close';
}

@@ -40,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableViVN={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['vi-VN']={formatLoadingMessage:function(){return'\u0110ang t\u1EA3i...'},formatRecordsPerPage:function(a){return a+' b\u1EA3n ghi m\u1ED7i trang'},formatShowingRows:function(a,b,c){return'Hi\u1EC3n th\u1ECB t\u1EEB trang '+a+' \u0111\u1EBFn '+b+' c\u1EE7a '+c+' b\u1EA3ng ghi'},formatSearch:function(){return'T\xECm ki\u1EBFm'},formatNoMatches:function(){return'Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['vi-VN'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableViVN={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['vi-VN']={formatLoadingMessage:function(){return'\u0110ang t\u1EA3i'},formatRecordsPerPage:function(a){return a+' b\u1EA3n ghi m\u1ED7i trang'},formatShowingRows:function(a,b,c){return'Hi\u1EC3n th\u1ECB t\u1EEB trang '+a+' \u0111\u1EBFn '+b+' c\u1EE7a '+c+' b\u1EA3ng ghi'},formatDetailPagination:function(a){return'Showing '+a+' rows'},formatSearch:function(){return'T\xECm ki\u1EBFm'},formatNoMatches:function(){return'Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u'},formatPaginationSwitch:function(){return'Hide/Show pagination'},formatRefresh:function(){return'Refresh'},formatToggle:function(){return'Toggle'},formatColumns:function(){return'Columns'},formatFullscreen:function(){return'Fullscreen'},formatAllRows:function(){return'All'},formatAutoRefresh:function(){return'Auto Refresh'},formatExport:function(){return'Export data'},formatClearFilters:function(){return'Clear filters'},formatJumpto:function(){return'GO'},formatAdvancedSearch:function(){return'Advanced search'},formatAdvancedCloseButton:function(){return'Close'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['vi-VN'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return '正在努力地加载数据中,请稍候……';
return '正在努力地加载数据中,请稍候';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return '\u603B\u5171 ' + totalRows + ' \u6761\u8BB0\u5F55';
},
formatSearch: function formatSearch() {

@@ -51,2 +54,11 @@ return '搜索';

},
formatFullscreen: function formatFullscreen() {
return '全屏';
},
formatAllRows: function formatAllRows() {
return '所有';
},
formatAutoRefresh: function formatAutoRefresh() {
return '自动刷新';
},
formatExport: function formatExport() {

@@ -57,2 +69,11 @@ return '导出数据';

return '清空过滤';
},
formatJumpto: function formatJumpto() {
return '跳转';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return '高级搜索';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return '关闭';
}

@@ -59,0 +80,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableZhCN={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['zh-CN']={formatLoadingMessage:function(){return'\u6B63\u5728\u52AA\u529B\u5730\u52A0\u8F7D\u6570\u636E\u4E2D\uFF0C\u8BF7\u7A0D\u5019\u2026\u2026'},formatRecordsPerPage:function(a){return'\u6BCF\u9875\u663E\u793A '+a+' \u6761\u8BB0\u5F55'},formatShowingRows:function(a,b,c){return'\u663E\u793A\u7B2C '+a+' \u5230\u7B2C '+b+' \u6761\u8BB0\u5F55\uFF0C\u603B\u5171 '+c+' \u6761\u8BB0\u5F55'},formatSearch:function(){return'\u641C\u7D22'},formatNoMatches:function(){return'\u6CA1\u6709\u627E\u5230\u5339\u914D\u7684\u8BB0\u5F55'},formatPaginationSwitch:function(){return'\u9690\u85CF/\u663E\u793A\u5206\u9875'},formatRefresh:function(){return'\u5237\u65B0'},formatToggle:function(){return'\u5207\u6362'},formatColumns:function(){return'\u5217'},formatExport:function(){return'\u5BFC\u51FA\u6570\u636E'},formatClearFilters:function(){return'\u6E05\u7A7A\u8FC7\u6EE4'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['zh-CN'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableZhCN={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['zh-CN']={formatLoadingMessage:function(){return'\u6B63\u5728\u52AA\u529B\u5730\u52A0\u8F7D\u6570\u636E\u4E2D\uFF0C\u8BF7\u7A0D\u5019'},formatRecordsPerPage:function(a){return'\u6BCF\u9875\u663E\u793A '+a+' \u6761\u8BB0\u5F55'},formatShowingRows:function(a,b,c){return'\u663E\u793A\u7B2C '+a+' \u5230\u7B2C '+b+' \u6761\u8BB0\u5F55\uFF0C\u603B\u5171 '+c+' \u6761\u8BB0\u5F55'},formatDetailPagination:function(a){return'\u603B\u5171 '+a+' \u6761\u8BB0\u5F55'},formatSearch:function(){return'\u641C\u7D22'},formatNoMatches:function(){return'\u6CA1\u6709\u627E\u5230\u5339\u914D\u7684\u8BB0\u5F55'},formatPaginationSwitch:function(){return'\u9690\u85CF/\u663E\u793A\u5206\u9875'},formatRefresh:function(){return'\u5237\u65B0'},formatToggle:function(){return'\u5207\u6362'},formatColumns:function(){return'\u5217'},formatFullscreen:function(){return'\u5168\u5C4F'},formatAllRows:function(){return'\u6240\u6709'},formatAutoRefresh:function(){return'\u81EA\u52A8\u5237\u65B0'},formatExport:function(){return'\u5BFC\u51FA\u6570\u636E'},formatClearFilters:function(){return'\u6E05\u7A7A\u8FC7\u6EE4'},formatJumpto:function(){return'\u8DF3\u8F6C'},formatAdvancedSearch:function(){return'\u9AD8\u7EA7\u641C\u7D22'},formatAdvancedCloseButton:function(){return'\u5173\u95ED'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['zh-CN'])})(jQuery)});

@@ -23,3 +23,3 @@ (function (global, factory) {

formatLoadingMessage: function formatLoadingMessage() {
return '正在努力地載入資料,請稍候……';
return '正在努力地載入資料,請稍候';
},

@@ -32,2 +32,5 @@ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {

},
formatDetailPagination: function formatDetailPagination(totalRows) {
return '\u7E3D\u5171 ' + totalRows + ' \u9805\u8A18\u9304';
},
formatSearch: function formatSearch() {

@@ -50,2 +53,26 @@ return '搜尋';

return '列';
},
formatFullscreen: function formatFullscreen() {
return '全屏';
},
formatAllRows: function formatAllRows() {
return '所有';
},
formatAutoRefresh: function formatAutoRefresh() {
return '自動刷新';
},
formatExport: function formatExport() {
return '導出數據';
},
formatClearFilters: function formatClearFilters() {
return '清空過濾';
},
formatJumpto: function formatJumpto() {
return '跳轉';
},
formatAdvancedSearch: function formatAdvancedSearch() {
return '高級搜尋';
},
formatAdvancedCloseButton: function formatAdvancedCloseButton() {
return '關閉';
}

@@ -52,0 +79,0 @@ };

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -10,2 +10,2 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableZhTW={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['zh-TW']={formatLoadingMessage:function(){return'\u6B63\u5728\u52AA\u529B\u5730\u8F09\u5165\u8CC7\u6599\uFF0C\u8ACB\u7A0D\u5019\u2026\u2026'},formatRecordsPerPage:function(a){return'\u6BCF\u9801\u986F\u793A '+a+' \u9805\u8A18\u9304'},formatShowingRows:function(a,b,c){return'\u986F\u793A\u7B2C '+a+' \u5230\u7B2C '+b+' \u9805\u8A18\u9304\uFF0C\u7E3D\u5171 '+c+' \u9805\u8A18\u9304'},formatSearch:function(){return'\u641C\u5C0B'},formatNoMatches:function(){return'\u6C92\u6709\u627E\u5230\u7B26\u5408\u7684\u7D50\u679C'},formatPaginationSwitch:function(){return'\u96B1\u85CF/\u986F\u793A\u5206\u9801'},formatRefresh:function(){return'\u91CD\u65B0\u6574\u7406'},formatToggle:function(){return'\u5207\u63DB'},formatColumns:function(){return'\u5217'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['zh-TW'])})(jQuery)});
(function(a,b){if('function'==typeof define&&define.amd)define([],b);else if('undefined'!=typeof exports)b();else{b(),a.bootstrapTableZhTW={exports:{}}.exports}})(this,function(){'use strict';(function(a){a.fn.bootstrapTable.locales['zh-TW']={formatLoadingMessage:function(){return'\u6B63\u5728\u52AA\u529B\u5730\u8F09\u5165\u8CC7\u6599\uFF0C\u8ACB\u7A0D\u5019'},formatRecordsPerPage:function(a){return'\u6BCF\u9801\u986F\u793A '+a+' \u9805\u8A18\u9304'},formatShowingRows:function(a,b,c){return'\u986F\u793A\u7B2C '+a+' \u5230\u7B2C '+b+' \u9805\u8A18\u9304\uFF0C\u7E3D\u5171 '+c+' \u9805\u8A18\u9304'},formatDetailPagination:function(a){return'\u7E3D\u5171 '+a+' \u9805\u8A18\u9304'},formatSearch:function(){return'\u641C\u5C0B'},formatNoMatches:function(){return'\u6C92\u6709\u627E\u5230\u7B26\u5408\u7684\u7D50\u679C'},formatPaginationSwitch:function(){return'\u96B1\u85CF/\u986F\u793A\u5206\u9801'},formatRefresh:function(){return'\u91CD\u65B0\u6574\u7406'},formatToggle:function(){return'\u5207\u63DB'},formatColumns:function(){return'\u5217'},formatFullscreen:function(){return'\u5168\u5C4F'},formatAllRows:function(){return'\u6240\u6709'},formatAutoRefresh:function(){return'\u81EA\u52D5\u5237\u65B0'},formatExport:function(){return'\u5C0E\u51FA\u6578\u64DA'},formatClearFilters:function(){return'\u6E05\u7A7A\u904E\u6FFE'},formatJumpto:function(){return'\u8DF3\u8F49'},formatAdvancedSearch:function(){return'\u9AD8\u7D1A\u641C\u5C0B'},formatAdvancedCloseButton:function(){return'\u95DC\u9589'}},a.extend(a.fn.bootstrapTable.defaults,a.fn.bootstrapTable.locales['zh-TW'])})(jQuery)});
/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @version v1.14.2
* @homepage https://bootstrap-table.com

@@ -6,0 +6,0 @@ * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)

{
"name": "bootstrap-table",
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
"version": "1.14.1",
"main": "./dist/bootstrap-table.js",
"version": "1.14.2",
"main": "./dist/bootstrap-table.min.js",
"directories": {

@@ -7,0 +7,0 @@ "doc": "docs"

@@ -288,3 +288,3 @@ ---

Fires after the table header is rendered and availble in the DOM.
Fires after the table header is rendered and available in the DOM.

@@ -291,0 +291,0 @@ ## onExpandRow

@@ -28,3 +28,3 @@ ---

- **Example:** [From HTML](https://examples.bootstrap-table.com/#options/from-html.html)
- **Example:** [From HTML](https://examples.bootstrap-table.com/#welcomes/from-html.html)

@@ -141,3 +141,3 @@ ## height

If left `undfined` or an empty string, uses the last locale loaded (or `'en-US'` if no locale files loaded).
If left `undefined` or an empty string, uses the last locale loaded (or `'en-US'` if no locale files loaded).

@@ -290,3 +290,3 @@ - **Default:** `undefined`

- **Example:** [From Data](https://examples.bootstrap-table.com/#options/from-data.html)
- **Example:** [From Data](https://examples.bootstrap-table.com/#welcomes/from-data.html)

@@ -310,3 +310,3 @@ ## url

- **Example:** [From URL](https://examples.bootstrap-table.com/#options/from-url.html)
- **Example:** [From URL](https://examples.bootstrap-table.com/#welcomes/from-url.html)

@@ -1123,2 +1123,4 @@ ## method

- **Example:** [Card View](https://examples.bootstrap-table.com/#options/card-view.html)
## detailView

@@ -1136,2 +1138,4 @@

- **Example:** [Detail View](https://examples.bootstrap-table.com/#options/detail-view.html)
## detailFormatter

@@ -1149,2 +1153,4 @@

- **Example:** [Detail View](https://examples.bootstrap-table.com/#options/detail-view.html)
## detailFilter

@@ -1162,2 +1168,4 @@

- **Example:** [Detail Filter](https://examples.bootstrap-table.com/#options/detail-filter.html)
## toolbar

@@ -1175,2 +1183,4 @@

- **Example:** [Custom Toolbar](https://examples.bootstrap-table.com/#options/custom-toolbar.html)
## toolbarAlign

@@ -1188,2 +1198,4 @@

- **Example:** [Toolbar Align](https://examples.bootstrap-table.com/#options/toolbar-align.html)
## buttonsToolbar

@@ -1197,6 +1209,8 @@

A jQuery selector that indicates the buttons toolbar, for example: `#buttons-toolbar`, `.buttons-toolbar`, or a DOM node.
A jQuery selector that indicates the custom buttons toolbar, for example: `#buttons-toolbar`, `.buttons-toolbar`, or a DOM node.
- **Default:** `undefined`
- **Example:** [Buttons Toolbar](https://examples.bootstrap-table.com/#options/buttons-toolbar.html)
## buttonsAlign

@@ -1214,2 +1228,4 @@

- **Example:** [Buttons Align](https://examples.bootstrap-table.com/#options/buttons-align.html)
## buttonsClass

@@ -1223,6 +1239,8 @@

Defines the Bootstrap class (added after `'btn-'`) of table buttons.
Defines the class (added after `'btn-'`) of table buttons.
- **Default:** `'secondary'`
- **Example:** [Buttons Class](https://examples.bootstrap-table.com/#options/buttons-class.html)
## icons

@@ -1248,8 +1266,10 @@

columns: 'fa-th-list',
fullscreen: 'fa-arrows-alt',
detailOpen: 'fa-plus',
detailClose: 'fa-minus',
fullscreen: 'fa-arrows-alt'
detailClose: 'fa-minus'
}
{% endhighlight %}
- **Example:** [Table Icons](https://examples.bootstrap-table.com/#options/table-icons.html)
## iconSize

@@ -1263,6 +1283,8 @@

Defines icon size: `undefined` => `btnxs` => `btn-xssm` => `btn-smlg` => `btn-lg`
Defines icon size, `undefined`, `'lg'`, `'sm'` can be used.
- **Default:** `undefined`
- **Example:** [Icon Size](https://examples.bootstrap-table.com/#options/icon-size.html)
## iconsPrefix

@@ -1279,1 +1301,3 @@

- **Default:** `'fa'`
- **Example:** [Icons Prefix](https://examples.bootstrap-table.com/#options/icons-prefix.html)

@@ -61,2 +61,2 @@ ---

* While search field appeared, the page number will return to 1 when refresh, you can read [同时设置pageNumber和searchText初始值会冲突](https://github.com/wenzhixin/bootstrap-table/issues/2580).
* While search field appeared, the page number will return to 1 when refresh, you can read [同时设置 pageNumber 和 searchText 初始值会冲突](https://github.com/wenzhixin/bootstrap-table/issues/2580).

@@ -17,3 +17,3 @@ ---

[Addrbar](https://examples.bootstrap-table.com/#extensions/auto-refresh.html)
[Auto Refresh](https://examples.bootstrap-table.com/#extensions/auto-refresh.html)

@@ -20,0 +20,0 @@ ## Options

@@ -11,3 +11,3 @@ ---

Bootstrap Table uses [NPM scripts](https://docs.npmjs.com/misc/scripts) for its build system. Our [package.json]({{ site.repo }}/blob/{{ site.current_version }}/package.json) includes convenient methods for working with the framework, including linting coude, compiling code, and more.
Bootstrap Table uses [NPM scripts](https://docs.npmjs.com/misc/scripts) for its build system. Our [package.json]({{ site.repo }}/blob/{{ site.current_version }}/package.json) includes convenient methods for working with the framework, including linting code, compiling code, and more.

@@ -14,0 +14,0 @@ To use our build system and run our documentation locally, you'll need a copy of Bootstrap Table's source files and Node. Follow these steps and you should be ready to rock:

@@ -7,2 +7,14 @@ ---

## Bootstrap Table 1.14.2
<span class="post-date">19 Mar 2019</span>
- **New(fixed-columns extension):** Added new version fixed-columns extension.
- **New(js):** Updated the style of loading message.
- **Update(js):** Updated refresh event params.
- **Update(locale):** Updated all locale translation with English as default.
- **Update(export extension):** Fixed export all rows to pdf bug.
- **Update(export extension):** Disabled export button when exportDataType is 'selected' and selection empty.
- **Update(addrbar extension):** Fixed addrbar extension remove hash from url bug.
## Bootstrap Table 1.14.1

@@ -9,0 +21,0 @@

@@ -61,2 +61,5 @@ /**

}
if (location.hash) {
url += location.hash
}
return url

@@ -63,0 +66,0 @@ }

@@ -77,8 +77,9 @@ /**

const $btnGroup = this.$toolbar.find('>.btn-group')
let $export = $btnGroup.find('div.export')
this.$export = $btnGroup.find('div.export')
if ($export.length) {
if (this.$export.length) {
this.updateExportButton()
return
}
$export = $(`
this.$export = $(`
<div class="export btn-group">

@@ -97,3 +98,5 @@ <button class="btn btn-${o.buttonsClass} btn-${o.iconSize} dropdown-toggle"

const $menu = $export.find('.dropdown-menu')
this.updateExportButton()
const $menu = this.$export.find('.dropdown-menu')
let exportTypes = o.exportTypes

@@ -127,3 +130,3 @@

const doExport = () => {
const doExport = callback => {
if (stateField) {

@@ -159,14 +162,18 @@ this.hideColumn(stateField)

this.$el.tableExport($.extend({}, o.exportOptions, options))
this.$el.tableExport($.extend({
onAfterSaveToFile: () => {
if (o.exportFooter) {
this.load(data)
}
if (o.exportFooter) {
this.load(data)
}
if (stateField) {
this.showColumn(stateField)
}
if (isCardView) {
this.toggleView()
}
if (stateField) {
this.showColumn(stateField)
}
if (isCardView) {
this.toggleView()
}
callback()
}
}, o.exportOptions, options))
}

@@ -178,4 +185,5 @@

this.$el.one(eventName, () => {
doExport()
this.togglePagination()
doExport(() => {
this.togglePagination()
})
})

@@ -202,4 +210,5 @@ this.togglePagination()

this.load(selectedData)
doExport()
this.load(data)
doExport(() => {
this.load(data)
})
} else {

@@ -209,3 +218,15 @@ doExport()

}
updateSelected () {
super.updateSelected()
this.updateExportButton()
}
updateExportButton () {
if (this.options.exportDataType === 'selected') {
this.$export.find('> button')
.prop('disabled', !this.getSelections().length)
}
}
}
})(jQuery)

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Besig om te laai, wag asseblief ...'
return 'Besig om te laai, wag asseblief'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -35,2 +38,26 @@ return 'Soek'

return 'Kolomme'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -37,0 +64,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'جاري التحميل, يرجى الإنتظار...'
return 'جاري التحميل, يرجى الإنتظار'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,4 +27,3 @@ return 'بحث'

},
formatPaginationSwitch () {
/* eslint-disable no-useless-escape */
formatPaginationSwitch () { /* eslint-disable no-useless-escape */
return 'إخفاء\إظهار ترقيم الصفحات'

@@ -37,2 +39,26 @@ },

return 'أعمدة'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -39,0 +65,0 @@ }

@@ -9,3 +9,3 @@ /**

formatLoadingMessage () {
return 'Espereu, si us plau...'
return 'Espereu, si us plau'
},

@@ -18,2 +18,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -37,4 +40,25 @@ return 'Cerca'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Tots'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -41,0 +65,0 @@ }

@@ -9,3 +9,3 @@ /**

formatLoadingMessage () {
return 'Čekejte, prosím...'
return 'Čekejte, prosím'
},

@@ -18,2 +18,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -37,4 +40,25 @@ return 'Vyhledávání'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Vše'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -41,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Indlæser, vent venligst...'
return 'Indlæser, vent venligst'
},

@@ -38,5 +38,11 @@ formatRecordsPerPage (pageNumber) {

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Alle'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {

@@ -47,2 +53,11 @@ return 'Eksporter'

return 'Ryd filtre'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -49,0 +64,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Lade, bitte warten...'
return 'Lade, bitte warten'
},

@@ -38,5 +38,11 @@ formatRecordsPerPage (pageNumber) {

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Alle'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {

@@ -47,2 +53,11 @@ return 'Datenexport'

return 'Lösche Filter'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -49,0 +64,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Φορτώνει, παρακαλώ περιμένετε...'
return 'Φορτώνει, παρακαλώ περιμένετε'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -23,2 +26,38 @@ return 'Αναζητήστε'

return 'Δεν βρέθηκαν αποτελέσματα'
},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {
return 'Refresh'
},
formatToggle () {
return 'Toggle'
},
formatColumns () {
return 'Columns'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -25,0 +64,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Loading, please wait...'
return 'Loading, please wait'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,5 +39,11 @@ return 'Search'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {

@@ -45,2 +54,11 @@ return 'Export data'

return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -47,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Cargando, espere por favor...'
return 'Cargando, espere por favor'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,4 +27,37 @@ return 'Buscar'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {
return 'Refresh'
},
formatToggle () {
return 'Toggle'
},
formatColumns () {
return 'Columns'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Todo'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -31,2 +67,2 @@ }

$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-AR'])
})(jQuery)
})(jQuery)

@@ -9,3 +9,3 @@ /**

formatLoadingMessage () {
return 'Cargando, espere por favor...'
return 'Cargando, espere por favor'
},

@@ -18,2 +18,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -37,4 +40,25 @@ return 'Buscar'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Todo'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -41,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Cargando, por favor espere...'
return 'Cargando, por favor espere'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,2 +27,5 @@ return 'Buscar'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -34,4 +40,25 @@ return 'Refrescar'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Todo'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -38,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Por favor espere...'
return 'Por favor espere'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,5 +39,11 @@ return 'Buscar'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Todos'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport: function () {

@@ -46,41 +55,5 @@ return 'Exportar los datos'

},
formatMultipleSort: function () {
return 'Orden avanzado'
formatJumpto () {
return 'GO'
},
formatAddLevel: function () {
return 'Añadir un nivel'
},
formatDeleteLevel: function () {
return 'Eliminar un nivel'
},
formatColumn: function () {
return 'Columna'
},
formatOrder: function () {
return 'Orden'
},
formatSortBy: function () {
return 'Ordenar por'
},
formatThenBy: function () {
return 'Y por'
},
formatSort: function () {
return 'Ordenar'
},
formatCancel: function () {
return 'Cancelar'
},
formatDuplicateAlertTitle: function () {
return 'Duplicado(s) detectado(s)!'
},
formatDuplicateAlertDescription: function () {
return 'Eliminar o cambiar columnas duplicadas.'
},
formatSortOrders: function () {
return {
asc: 'Ascendente',
desc: 'Descendente'
}
},
formatAdvancedSearch: function () {

@@ -87,0 +60,0 @@ return 'Búsqueda avanzada'

@@ -10,3 +10,3 @@ /**

formatLoadingMessage () {
return 'Cargando, espere por favor...'
return 'Cargando, espere por favor'
},

@@ -37,10 +37,28 @@ formatRecordsPerPage (pageNumber) {

},
formatColumns () {
return 'Columnas'
},
formatFullscreen () {
return 'Pantalla completa'
},
formatColumns () {
return 'Columnas'
},
formatAllRows () {
return 'Todo'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -47,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Cargando, por favor espere...'
return 'Cargando, por favor espere'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,2 +27,5 @@ return 'Buscar'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -34,4 +40,25 @@ return 'Refrescar'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Todo'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -38,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Cargando, por favor espera...'
return 'Cargando, por favor espera'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,2 +27,5 @@ return 'Buscar'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -34,4 +40,25 @@ return 'Actualizar'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Todo'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -41,2 +68,2 @@ }

$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-SP'])
})(jQuery)
})(jQuery)

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Päring käib, palun oota...'
return 'Päring käib, palun oota'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,4 +39,25 @@ return 'Otsi'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Kõik'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -43,2 +67,2 @@ }

$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['et-EE'])
})(jQuery)
})(jQuery)

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Itxaron mesedez...'
return 'Itxaron mesedez'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,4 +39,25 @@ return 'Bilatu'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Guztiak'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -40,0 +64,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'در حال بارگذاری, لطفا صبر کنید...'
return 'در حال بارگذاری, لطفا صبر کنید'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,4 +39,25 @@ return 'جستجو'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'همه'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -43,2 +67,2 @@ }

$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fa-IR'])
})(jQuery)
})(jQuery)

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Ladataan, ole hyvä ja odota...'
return 'Ladataan, ole hyvä ja odota'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,5 +39,11 @@ return 'Hae'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Kaikki'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {

@@ -45,2 +54,11 @@ return 'Vie tiedot'

return 'Poista suodattimet'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -47,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Chargement en cours...'
return 'Chargement en cours'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -23,2 +26,38 @@ return 'Recherche'

return 'Pas de fichiers trouvés'
},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {
return 'Refresh'
},
formatToggle () {
return 'Toggle'
},
formatColumns () {
return 'Columns'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -25,0 +64,0 @@ }

@@ -9,3 +9,3 @@ /**

formatLoadingMessage () {
return 'Chargement en cours, patientez, s´il vous plaît ...'
return 'Chargement en cours, patientez, s´il vous plaît'
},

@@ -18,2 +18,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -37,5 +40,11 @@ return 'Rechercher'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Tous'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {

@@ -47,41 +56,5 @@ return 'Exporter les données'

},
formatMultipleSort () {
return 'Tri avancé'
formatJumpto () {
return 'GO'
},
formatAddLevel () {
return 'Ajouter un niveau'
},
formatDeleteLevel () {
return 'Supprimer un niveau'
},
formatColumn () {
return 'Colonne'
},
formatOrder () {
return 'Ordre'
},
formatSortBy () {
return 'Trier par'
},
formatThenBy () {
return 'Puis par'
},
formatSort () {
return 'Trier'
},
formatCancel () {
return 'Annuler'
},
formatDuplicateAlertTitle () {
return 'Doublon(s) détecté(s)!'
},
formatDuplicateAlertDescription () {
return 'Supprimez ou changez les colonnes dupliquées.'
},
formatSortOrders () {
return {
asc: 'Croissant',
desc: 'Décroissant'
}
},
formatAdvancedSearch () {

@@ -88,0 +61,0 @@ return 'Recherche avancée'

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'טוען, נא להמתין...'
return 'טוען, נא להמתין'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,4 +39,25 @@ return 'חיפוש'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'הכל'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -40,0 +64,0 @@ }

@@ -9,3 +9,3 @@ /**

formatLoadingMessage () {
return 'Molimo pričekajte ...'
return 'Molimo pričekajte'
},

@@ -18,2 +18,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -37,4 +40,25 @@ return 'Pretraži'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Sve'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -41,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Betöltés, kérem várjon...'
return 'Betöltés, kérem várjon'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,4 +39,25 @@ return 'Keresés'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Összes'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -40,0 +64,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Memuat, mohon tunggu...'
return 'Memuat, mohon tunggu'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,5 +39,11 @@ return 'Pencarian'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Semua'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {

@@ -45,2 +54,11 @@ return 'Ekspor data'

return 'Bersihkan filter'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -47,0 +65,0 @@ }

@@ -10,3 +10,3 @@ /**

formatLoadingMessage () {
return 'Caricamento in corso...'
return 'Caricamento in corso'
},

@@ -19,2 +19,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -38,5 +41,11 @@ return 'Cerca'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Tutto'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {

@@ -47,2 +56,11 @@ return 'Esporta dati'

return 'Pulisci filtri'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -49,0 +67,0 @@

@@ -16,2 +16,5 @@ /**

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -35,4 +38,25 @@ return '検索'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'すべて'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -39,0 +63,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'იტვირთება, გთხოვთ მოიცადოთ...'
return 'იტვირთება, გთხოვთ მოიცადოთ'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -35,2 +38,26 @@ return 'ძებნა'

return 'სვეტები'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -37,0 +64,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return '데이터를 불러오는 중입니다...'
return '데이터를 불러오는 중입니다'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,2 +27,5 @@ return '검색'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -33,2 +39,26 @@ return '새로 고침'

return '컬럼 필터링'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -38,2 +68,2 @@ }

$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ko-KR'])
})(jQuery)
})(jQuery)

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Permintaan sedang dimuatkan. Sila tunggu sebentar...'
return 'Permintaan sedang dimuatkan. Sila tunggu sebentar'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,4 +39,25 @@ return 'Cari'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Semua'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -40,0 +64,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Oppdaterer, vennligst vent...'
return 'Oppdaterer, vennligst vent'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,2 +27,5 @@ return 'Søk'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -33,2 +39,26 @@ return 'Oppdater'

return 'Kolonner'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -38,2 +68,2 @@ }

$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['nb-NO'])
})(jQuery)
})(jQuery)

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Laden, even geduld...'
return 'Laden, even geduld'
},

@@ -26,2 +26,5 @@ formatRecordsPerPage (pageNumber) {

},
formatPaginationSwitch () {
return 'Verberg/Toon paginatie'
},
formatRefresh () {

@@ -36,7 +39,10 @@ return 'Vernieuwen'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Alle'
},
formatPaginationSwitch () {
return 'Verberg/Toon paginatie'
formatAutoRefresh () {
return 'Auto Refresh'
},

@@ -48,2 +54,11 @@ formatExport () {

return 'Verwijder filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -50,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Ładowanie, proszę czekać...'
return 'Ładowanie, proszę czekać'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,2 +27,5 @@ return 'Szukaj'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -33,2 +39,26 @@ return 'Odśwież'

return 'Kolumny'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -35,0 +65,0 @@ }

@@ -9,3 +9,3 @@ /**

formatLoadingMessage () {
return 'Carregando, aguarde...'
return 'Carregando, aguarde'
},

@@ -18,5 +18,14 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {
return 'Pesquisar'
},
formatNoMatches () {
return 'Nenhum registro encontrado'
},
formatPaginationSwitch () {
return 'Ocultar/Exibir paginação'
},
formatRefresh () {

@@ -31,7 +40,25 @@ return 'Recarregar'

},
formatPaginationSwitch () {
return 'Ocultar/Exibir paginação'
formatFullscreen () {
return 'Fullscreen'
},
formatNoMatches () {
return 'Nenhum registro encontrado'
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -38,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'A carregar, por favor aguarde...'
return 'A carregar, por favor aguarde'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,4 +39,25 @@ return 'Pesquisa'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Tudo'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -40,0 +64,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Se incarca, va rugam asteptati...'
return 'Se incarca, va rugam asteptati'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,4 +39,25 @@ return 'Cauta'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Toate'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -43,2 +67,2 @@ }

$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['ro-RO'])
})(jQuery)
})(jQuery)

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Пожалуйста, подождите, идёт загрузка...'
return 'Пожалуйста, подождите, идёт загрузка'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,2 +27,5 @@ return 'Поиск'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -34,37 +40,25 @@ return 'Обновить'

},
formatClearFilters () {
return 'Очистить фильтры'
formatFullscreen () {
return 'Fullscreen'
},
formatMultipleSort () {
return 'Множественная сортировка'
formatAllRows () {
return 'All'
},
formatAddLevel () {
return 'Добавить уровень'
formatAutoRefresh () {
return 'Auto Refresh'
},
formatDeleteLevel () {
return 'Удалить уровень'
formatExport () {
return 'Export data'
},
formatColumn () {
return 'Колонка'
formatClearFilters () {
return 'Очистить фильтры'
},
formatOrder () {
return 'Порядок'
formatJumpto () {
return 'GO'
},
formatSortBy () {
return 'Сортировать по'
formatAdvancedSearch () {
return 'Advanced search'
},
formatThenBy () {
return 'затем по'
},
formatSort () {
return 'Сортировать'
},
formatCancel () {
return 'Отмена'
},
formatDuplicateAlertTitle () {
return 'Дублирование колонок!'
},
formatDuplicateAlertDescription () {
return 'Удалите, пожалуйста, дублирующую колонку, или замените ее на другую.'
formatAdvancedCloseButton () {
return 'Close'
}

@@ -71,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Prosím čakajte ...'
return 'Prosím čakajte'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,5 +39,11 @@ return 'Vyhľadávanie'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Všetky'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {

@@ -45,2 +54,11 @@ return 'Exportuj dáta'

return 'Odstráň filtre'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -47,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Laddar, vänligen vänta...'
return 'Laddar, vänligen vänta'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,2 +27,5 @@ return 'Sök'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -33,2 +39,26 @@ return 'Uppdatera'

return 'kolumn'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -35,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'กำลังโหลดข้อมูล, กรุณารอสักครู่...'
return 'กำลังโหลดข้อมูล, กรุณารอสักครู่'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,2 +27,5 @@ return 'ค้นหา'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -33,2 +39,26 @@ return 'รีเฟรส'

return 'คอลัมน์'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -35,0 +65,0 @@ }

@@ -9,3 +9,3 @@ /**

formatLoadingMessage () {
return 'Yükleniyor, lütfen bekleyin...'
return 'Yükleniyor, lütfen bekleyin'
},

@@ -18,2 +18,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -25,2 +28,5 @@ return 'Ara'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -35,4 +41,25 @@ return 'Yenile'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Tüm Satırlar'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -39,0 +66,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Завантаження, будь ласка, зачекайте...'
return 'Завантаження, будь ласка, зачекайте'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -24,2 +27,5 @@ return 'Пошук'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -34,37 +40,25 @@ return 'Оновити'

},
formatClearFilters () {
return 'Очистити фільтри'
formatFullscreen () {
return 'Fullscreen'
},
formatMultipleSort () {
return 'Сортування за кількома стовпцями'
formatAllRows () {
return 'All'
},
formatAddLevel () {
return 'Додати рівень'
formatAutoRefresh () {
return 'Auto Refresh'
},
formatDeleteLevel () {
return 'Видалити рівень'
formatExport () {
return 'Export data'
},
formatColumn () {
return 'Стовпець'
formatClearFilters () {
return 'Очистити фільтри'
},
formatOrder () {
return 'Порядок'
formatJumpto () {
return 'GO'
},
formatSortBy () {
return 'Сортувати за'
formatAdvancedSearch () {
return 'Advanced search'
},
formatThenBy () {
return 'потім за'
},
formatSort () {
return 'Сортувати'
},
formatCancel () {
return 'Скасувати'
},
formatDuplicateAlertTitle () {
return 'Дублювання стовпців!'
},
formatDuplicateAlertDescription () {
return 'Видаліть, будь ласка, дублюючий стовпець, або замініть його на інший.'
formatAdvancedCloseButton () {
return 'Close'
}

@@ -71,0 +65,0 @@ }

@@ -16,2 +16,5 @@ /**

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -23,2 +26,5 @@ return 'تلاش'

},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {

@@ -32,2 +38,26 @@ return 'تازہ کریں'

return 'کالم'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -34,0 +64,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Yuklanyapti, iltimos kuting...'
return 'Yuklanyapti, iltimos kuting'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -36,5 +39,11 @@ return 'Qidirish'

},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'Hammasi'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {

@@ -45,2 +54,11 @@ return 'Eksport'

return 'Filtrlarni tozalash'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -47,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return 'Đang tải...'
return 'Đang tải'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `Showing ${totalRows} rows`
},
formatSearch () {

@@ -23,2 +26,38 @@ return 'Tìm kiếm'

return 'Không có dữ liệu'
},
formatPaginationSwitch () {
return 'Hide/Show pagination'
},
formatRefresh () {
return 'Refresh'
},
formatToggle () {
return 'Toggle'
},
formatColumns () {
return 'Columns'
},
formatFullscreen () {
return 'Fullscreen'
},
formatAllRows () {
return 'All'
},
formatAutoRefresh () {
return 'Auto Refresh'
},
formatExport () {
return 'Export data'
},
formatClearFilters () {
return 'Clear filters'
},
formatJumpto () {
return 'GO'
},
formatAdvancedSearch () {
return 'Advanced search'
},
formatAdvancedCloseButton () {
return 'Close'
}

@@ -28,2 +67,2 @@ }

$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['vi-VN'])
})(jQuery)
})(jQuery)

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return '正在努力地加载数据中,请稍候……'
return '正在努力地加载数据中,请稍候'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `总共 ${totalRows} 条记录`
},
formatSearch () {

@@ -36,2 +39,11 @@ return '搜索'

},
formatFullscreen () {
return '全屏'
},
formatAllRows () {
return '所有'
},
formatAutoRefresh () {
return '自动刷新'
},
formatExport () {

@@ -42,2 +54,11 @@ return '导出数据'

return '清空过滤'
},
formatJumpto () {
return '跳转'
},
formatAdvancedSearch () {
return '高级搜索'
},
formatAdvancedCloseButton () {
return '关闭'
}

@@ -44,0 +65,0 @@ }

@@ -8,3 +8,3 @@ /**

formatLoadingMessage () {
return '正在努力地載入資料,請稍候……'
return '正在努力地載入資料,請稍候'
},

@@ -17,2 +17,5 @@ formatRecordsPerPage (pageNumber) {

},
formatDetailPagination (totalRows) {
return `總共 ${totalRows} 項記錄`
},
formatSearch () {

@@ -35,2 +38,26 @@ return '搜尋'

return '列'
},
formatFullscreen () {
return '全屏'
},
formatAllRows () {
return '所有'
},
formatAutoRefresh () {
return '自動刷新'
},
formatExport () {
return '導出數據'
},
formatClearFilters () {
return '清空過濾'
},
formatJumpto () {
return '跳轉'
},
formatAdvancedSearch () {
return '高級搜尋'
},
formatAdvancedCloseButton () {
return '關閉'
}

@@ -37,0 +64,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc