bootstrap-table-rails 1.16.0 → 1.18.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +142 -33
  3. data/lib/bootstrap-table-rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +1017 -129
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +7 -1
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +7 -1
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +18 -8
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +1055 -457
  9. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +58 -13
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +64 -14
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +1040 -241
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +84 -17
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +1198 -0
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +1 -1
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +1054 -209
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +110 -31
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +928 -726
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/{cell-input/bootstrap-table-cell-input.js → filter-control/utils.js} +1152 -1028
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +52 -1
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.css +3 -2
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +196 -523
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +1 -1
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +3 -2
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +6 -8
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +122 -470
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +27 -4
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +9 -10
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +267 -35
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +17 -6
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +6 -3
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +1 -1
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +21 -7
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +120 -28
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +14 -1
  35. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +17 -2
  36. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +17 -2
  37. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +777 -0
  38. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +17 -2
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +17 -2
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +17 -2
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +18 -3
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +17 -2
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +17 -2
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +16 -1
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +33 -18
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +16 -1
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +31 -16
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +16 -1
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +16 -1
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +16 -1
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +17 -2
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +17 -2
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +17 -2
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +17 -2
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +16 -1
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +16 -1
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +25 -10
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +16 -1
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +17 -2
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +17 -2
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +17 -2
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +17 -2
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +32 -17
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +17 -2
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +17 -2
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +17 -2
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +17 -2
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +17 -2
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +17 -2
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +17 -2
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +35 -19
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +19 -3
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +17 -2
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +17 -2
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +17 -2
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +31 -16
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +17 -2
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +16 -1
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +17 -2
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +17 -2
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +17 -2
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +17 -2
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +17 -2
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +17 -2
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +17 -2
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +17 -2
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +16 -1
  88. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +781 -0
  89. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +1049 -0
  90. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.eot +0 -0
  91. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.svg +28 -0
  92. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.ttf +0 -0
  93. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.woff +0 -0
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +17 -7
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +55 -3
  96. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +22 -7
  97. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +63 -5
  98. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +22 -7
  99. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +63 -5
  100. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +17 -7
  101. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +54 -2
  102. metadata +10 -4
  103. data/vendor/assets/javascripts/bootstrap-table/extensions/accent-neutralise/bootstrap-table-accent-neutralise.js +0 -2647
  104. data/vendor/assets/javascripts/bootstrap-table/extensions/cell-input/bootstrap-table-cell-input.css +0 -12
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -674,6 +674,12 @@
674
674
  */
675
675
 
676
676
  $.fn.bootstrapTable.locales['es-SP'] = {
677
+ formatCopyRows: function formatCopyRows() {
678
+ return 'Copy Rows';
679
+ },
680
+ formatPrint: function formatPrint() {
681
+ return 'Print';
682
+ },
677
683
  formatLoadingMessage: function formatLoadingMessage() {
678
684
  return 'Cargando, por favor espera';
679
685
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Close';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Ocultar/Mostrar controles';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Ocultar controles';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Mostrar controles';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['es-SP']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -673,7 +673,13 @@
673
673
  * Author: kristjan@logist.it>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['et-EE'] = {
676
+ $.fn.bootstrapTable.locales['et-EE'] = $.fn.bootstrapTable.locales['et'] = {
677
+ formatCopyRows: function formatCopyRows() {
678
+ return 'Copy Rows';
679
+ },
680
+ formatPrint: function formatPrint() {
681
+ return 'Print';
682
+ },
677
683
  formatLoadingMessage: function formatLoadingMessage() {
678
684
  return 'Päring käib, palun oota';
679
685
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Close';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Hide/Show controls';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Hide controls';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Show controls';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['et-EE']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -673,7 +673,13 @@
673
673
  * Author: Iker Ibarguren Berasaluze<ikerib@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['eu-EU'] = {
676
+ $.fn.bootstrapTable.locales['eu-EU'] = $.fn.bootstrapTable.locales['eu'] = {
677
+ formatCopyRows: function formatCopyRows() {
678
+ return 'Copy Rows';
679
+ },
680
+ formatPrint: function formatPrint() {
681
+ return 'Print';
682
+ },
677
683
  formatLoadingMessage: function formatLoadingMessage() {
678
684
  return 'Itxaron mesedez';
679
685
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Close';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Hide/Show controls';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Hide controls';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Show controls';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['eu-EU']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -673,7 +673,13 @@
673
673
  * Author: MJ Vakili <mjv.1989@Gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['fa-IR'] = {
676
+ $.fn.bootstrapTable.locales['fa-IR'] = $.fn.bootstrapTable.locales['fa'] = {
677
+ formatCopyRows: function formatCopyRows() {
678
+ return 'Copy Rows';
679
+ },
680
+ formatPrint: function formatPrint() {
681
+ return 'Print';
682
+ },
677
683
  formatLoadingMessage: function formatLoadingMessage() {
678
684
  return 'در حال بارگذاری, لطفا صبر کنید';
679
685
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Close';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Hide/Show controls';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Hide controls';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Show controls';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fa-IR']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -673,7 +673,13 @@
673
673
  * Author: Minna Lehtomäki <minna.j.lehtomaki@gmail.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['fi-FI'] = {
676
+ $.fn.bootstrapTable.locales['fi-FI'] = $.fn.bootstrapTable.locales['fi'] = {
677
+ formatCopyRows: function formatCopyRows() {
678
+ return 'Copy Rows';
679
+ },
680
+ formatPrint: function formatPrint() {
681
+ return 'Print';
682
+ },
677
683
  formatLoadingMessage: function formatLoadingMessage() {
678
684
  return 'Ladataan, ole hyvä ja odota';
679
685
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Close';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Hide/Show controls';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Hide controls';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Show controls';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fi-FI']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -675,6 +675,12 @@
675
675
  */
676
676
 
677
677
  $.fn.bootstrapTable.locales['fr-BE'] = {
678
+ formatCopyRows: function formatCopyRows() {
679
+ return 'Copy Rows';
680
+ },
681
+ formatPrint: function formatPrint() {
682
+ return 'Print';
683
+ },
678
684
  formatLoadingMessage: function formatLoadingMessage() {
679
685
  return 'Chargement en cours';
680
686
  },
@@ -756,6 +762,15 @@
756
762
  },
757
763
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
758
764
  return 'Fermer';
765
+ },
766
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
767
+ return 'Cacher/Afficher controls';
768
+ },
769
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
770
+ return 'Cacher controls';
771
+ },
772
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
773
+ return 'Afficher controls';
759
774
  }
760
775
  };
761
776
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-BE']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -674,6 +674,12 @@
674
674
  */
675
675
 
676
676
  $.fn.bootstrapTable.locales['fr-CH'] = {
677
+ formatCopyRows: function formatCopyRows() {
678
+ return 'Copy Rows';
679
+ },
680
+ formatPrint: function formatPrint() {
681
+ return 'Print';
682
+ },
677
683
  formatLoadingMessage: function formatLoadingMessage() {
678
684
  return 'Chargement en cours';
679
685
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Fermer';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Cacher/Afficher controls';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Cacher controls';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Afficher controls';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-CH']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -675,7 +675,13 @@
675
675
  * Nevets82 <Nevets82@gmail.com>
676
676
  */
677
677
 
678
- $.fn.bootstrapTable.locales['fr-FR'] = {
678
+ $.fn.bootstrapTable.locales['fr-FR'] = $.fn.bootstrapTable.locales['fr'] = {
679
+ formatCopyRows: function formatCopyRows() {
680
+ return 'Copier les lignes';
681
+ },
682
+ formatPrint: function formatPrint() {
683
+ return 'Imprimer';
684
+ },
679
685
  formatLoadingMessage: function formatLoadingMessage() {
680
686
  return 'Chargement en cours';
681
687
  },
@@ -711,25 +717,25 @@
711
717
  return 'Aucun résultat';
712
718
  },
713
719
  formatPaginationSwitch: function formatPaginationSwitch() {
714
- return 'Cacher/Afficher pagination';
720
+ return 'Masquer/Afficher la pagination';
715
721
  },
716
722
  formatPaginationSwitchDown: function formatPaginationSwitchDown() {
717
- return 'Afficher pagination';
723
+ return 'Afficher la pagination';
718
724
  },
719
725
  formatPaginationSwitchUp: function formatPaginationSwitchUp() {
720
- return 'Cacher pagination';
726
+ return 'Masquer la pagination';
721
727
  },
722
728
  formatRefresh: function formatRefresh() {
723
- return 'Rafraichir';
729
+ return 'Actualiser';
724
730
  },
725
731
  formatToggle: function formatToggle() {
726
732
  return 'Basculer';
727
733
  },
728
734
  formatToggleOn: function formatToggleOn() {
729
- return 'Afficher vue carte';
735
+ return 'Afficher la vue carte';
730
736
  },
731
737
  formatToggleOff: function formatToggleOff() {
732
- return 'Cacher vue carte';
738
+ return 'Masquer la vue carte';
733
739
  },
734
740
  formatColumns: function formatColumns() {
735
741
  return 'Colonnes';
@@ -744,19 +750,28 @@
744
750
  return 'Tout';
745
751
  },
746
752
  formatAutoRefresh: function formatAutoRefresh() {
747
- return 'Rafraîchissement automatique';
753
+ return 'Actualisation automatique';
748
754
  },
749
755
  formatExport: function formatExport() {
750
756
  return 'Exporter les données';
751
757
  },
752
758
  formatJumpTo: function formatJumpTo() {
753
- return 'Aller à';
759
+ return 'ALLER';
754
760
  },
755
761
  formatAdvancedSearch: function formatAdvancedSearch() {
756
762
  return 'Recherche avancée';
757
763
  },
758
764
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
759
765
  return 'Fermer';
766
+ },
767
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
768
+ return 'Masquer/Afficher les contrôles';
769
+ },
770
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
771
+ return 'Masquer les contrôles';
772
+ },
773
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
774
+ return 'Afficher les contrôles';
760
775
  }
761
776
  };
762
777
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-FR']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -674,6 +674,12 @@
674
674
  */
675
675
 
676
676
  $.fn.bootstrapTable.locales['fr-LU'] = {
677
+ formatCopyRows: function formatCopyRows() {
678
+ return 'Copy Rows';
679
+ },
680
+ formatPrint: function formatPrint() {
681
+ return 'Print';
682
+ },
677
683
  formatLoadingMessage: function formatLoadingMessage() {
678
684
  return 'Chargement en cours';
679
685
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Fermer';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Cacher/Afficher controls';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Cacher controls';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Afficher controls';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['fr-LU']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -673,7 +673,13 @@
673
673
  * Author: legshooter
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['he-IL'] = {
676
+ $.fn.bootstrapTable.locales['he-IL'] = $.fn.bootstrapTable.locales['he'] = {
677
+ formatCopyRows: function formatCopyRows() {
678
+ return 'Copy Rows';
679
+ },
680
+ formatPrint: function formatPrint() {
681
+ return 'Print';
682
+ },
677
683
  formatLoadingMessage: function formatLoadingMessage() {
678
684
  return 'טוען, נא להמתין';
679
685
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Close';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Hide/Show controls';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Hide controls';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Show controls';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['he-IL']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -674,7 +674,13 @@
674
674
  * Author: Petra Štrbenac (petra.strbenac@gmail.com)
675
675
  */
676
676
 
677
- $.fn.bootstrapTable.locales['hr-HR'] = {
677
+ $.fn.bootstrapTable.locales['hr-HR'] = $.fn.bootstrapTable.locales['hr'] = {
678
+ formatCopyRows: function formatCopyRows() {
679
+ return 'Copy Rows';
680
+ },
681
+ formatPrint: function formatPrint() {
682
+ return 'Print';
683
+ },
678
684
  formatLoadingMessage: function formatLoadingMessage() {
679
685
  return 'Molimo pričekajte';
680
686
  },
@@ -756,6 +762,15 @@
756
762
  },
757
763
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
758
764
  return 'Close';
765
+ },
766
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
767
+ return 'Hide/Show controls';
768
+ },
769
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
770
+ return 'Hide controls';
771
+ },
772
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
773
+ return 'Show controls';
759
774
  }
760
775
  };
761
776
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['hr-HR']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -673,7 +673,13 @@
673
673
  * Author: Nagy Gergely <info@nagygergely.eu>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['hu-HU'] = {
676
+ $.fn.bootstrapTable.locales['hu-HU'] = $.fn.bootstrapTable.locales['hu'] = {
677
+ formatCopyRows: function formatCopyRows() {
678
+ return 'Copy Rows';
679
+ },
680
+ formatPrint: function formatPrint() {
681
+ return 'Print';
682
+ },
677
683
  formatLoadingMessage: function formatLoadingMessage() {
678
684
  return 'Betöltés, kérem várjon';
679
685
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Close';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Hide/Show controls';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Hide controls';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Show controls';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['hu-HU']);
@@ -4,7 +4,7 @@
4
4
  (global = global || self, factory(global.jQuery));
5
5
  }(this, (function ($) { 'use strict';
6
6
 
7
- $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
8
 
9
9
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
10
 
@@ -673,7 +673,13 @@
673
673
  * Author: Andre Gardiner<andre@sirdre.com>
674
674
  */
675
675
 
676
- $.fn.bootstrapTable.locales['id-ID'] = {
676
+ $.fn.bootstrapTable.locales['id-ID'] = $.fn.bootstrapTable.locales['id'] = {
677
+ formatCopyRows: function formatCopyRows() {
678
+ return 'Copy Rows';
679
+ },
680
+ formatPrint: function formatPrint() {
681
+ return 'Print';
682
+ },
677
683
  formatLoadingMessage: function formatLoadingMessage() {
678
684
  return 'Memuat, mohon tunggu';
679
685
  },
@@ -755,6 +761,15 @@
755
761
  },
756
762
  formatAdvancedCloseButton: function formatAdvancedCloseButton() {
757
763
  return 'Close';
764
+ },
765
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
766
+ return 'Hide/Show controls';
767
+ },
768
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
769
+ return 'Hide controls';
770
+ },
771
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
772
+ return 'Show controls';
758
773
  }
759
774
  };
760
775
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['id-ID']);