bootstrap-table-rails 1.17.1 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bootstrap-table-rails/version.rb +1 -1
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +321 -3
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +10 -2
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +517 -248
- data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +26 -5
- data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +61 -12
- data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +45 -5
- data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +78 -14
- data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +59 -448
- data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +83 -22
- data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +65 -11
- data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.css +3 -2
- data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +179 -501
- data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +2 -1
- data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +65 -437
- data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +74 -17
- data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +17 -4
- data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +71 -18
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +9 -3
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +6 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +1 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +1 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +9 -1
- metadata +1 -1
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['he-IL'] = {
|
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
|
},
|
@@ -675,6 +675,12 @@
|
|
675
675
|
*/
|
676
676
|
|
677
677
|
$.fn.bootstrapTable.locales['hr-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
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['hu-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
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['id-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
|
},
|
@@ -676,6 +676,12 @@
|
|
676
676
|
*/
|
677
677
|
|
678
678
|
$.fn.bootstrapTable.locales['it-IT'] = {
|
679
|
+
formatCopyRows: function formatCopyRows() {
|
680
|
+
return 'Copy Rows';
|
681
|
+
},
|
682
|
+
formatPrint: function formatPrint() {
|
683
|
+
return 'Print';
|
684
|
+
},
|
679
685
|
formatLoadingMessage: function formatLoadingMessage() {
|
680
686
|
return 'Caricamento in corso';
|
681
687
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['ja-JP'] = {
|
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
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['ka-GE'] = {
|
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
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['ko-KR'] = {
|
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
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['ms-MY'] = {
|
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 'Permintaan sedang dimuatkan. Sila tunggu sebentar';
|
679
685
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['nb-NO'] = {
|
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 'Oppdaterer, vennligst vent';
|
679
685
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['nl-BE'] = {
|
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 'Laden, even geduld';
|
679
685
|
},
|
@@ -675,6 +675,12 @@
|
|
675
675
|
*/
|
676
676
|
|
677
677
|
$.fn.bootstrapTable.locales['nl-NL'] = {
|
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 'Laden, even geduld';
|
680
686
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['pl-PL'] = {
|
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 'Ładowanie, proszę czekać';
|
679
685
|
},
|
@@ -677,6 +677,12 @@
|
|
677
677
|
*/
|
678
678
|
|
679
679
|
$.fn.bootstrapTable.locales['pt-BR'] = {
|
680
|
+
formatCopyRows: function formatCopyRows() {
|
681
|
+
return 'Copy Rows';
|
682
|
+
},
|
683
|
+
formatPrint: function formatPrint() {
|
684
|
+
return 'Print';
|
685
|
+
},
|
680
686
|
formatLoadingMessage: function formatLoadingMessage() {
|
681
687
|
return 'Carregando, aguarde';
|
682
688
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['pt-PT'] = {
|
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 'A carregar, por favor aguarde';
|
679
685
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['ro-RO'] = {
|
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 'Se incarca, va rugam asteptati';
|
679
685
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['ru-RU'] = {
|
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
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['sk-SK'] = {
|
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 'Prosím čakajte';
|
679
685
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['sr-Cyrl-RS'] = {
|
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
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['sr-Latn-RS'] = {
|
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 'Molim sačekaj';
|
679
685
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['sv-SE'] = {
|
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 'Laddar, vänligen vänta';
|
679
685
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['th-TH'] = {
|
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
|
},
|
@@ -675,6 +675,12 @@
|
|
675
675
|
*/
|
676
676
|
|
677
677
|
$.fn.bootstrapTable.locales['tr-TR'] = {
|
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 'Yükleniyor, lütfen bekleyin';
|
680
686
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['uk-UA'] = {
|
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
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['ur-PK'] = {
|
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
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['uz-Latn-UZ'] = {
|
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 'Yuklanyapti, iltimos kuting';
|
679
685
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['vi-VN'] = {
|
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 'Đang tải';
|
679
685
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['zh-CN'] = {
|
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
|
},
|
@@ -674,6 +674,12 @@
|
|
674
674
|
*/
|
675
675
|
|
676
676
|
$.fn.bootstrapTable.locales['zh-TW'] = {
|
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
|
},
|
@@ -192,12 +192,20 @@
|
|
192
192
|
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
|
193
193
|
align-items: center;
|
194
194
|
background: #fff;
|
195
|
-
display:
|
195
|
+
display: flex;
|
196
196
|
justify-content: center;
|
197
197
|
position: absolute;
|
198
198
|
bottom: 0;
|
199
199
|
width: 100%;
|
200
200
|
z-index: 1000;
|
201
|
+
transition: visibility 0s, opacity 0.15s ease-in-out;
|
202
|
+
opacity: 0;
|
203
|
+
visibility: hidden;
|
204
|
+
}
|
205
|
+
|
206
|
+
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
|
207
|
+
visibility: visible;
|
208
|
+
opacity: 1;
|
201
209
|
}
|
202
210
|
|
203
211
|
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
|
@@ -193,12 +193,20 @@
|
|
193
193
|
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
|
194
194
|
align-items: center;
|
195
195
|
background: #fff;
|
196
|
-
display:
|
196
|
+
display: flex;
|
197
197
|
justify-content: center;
|
198
198
|
position: absolute;
|
199
199
|
bottom: 0;
|
200
200
|
width: 100%;
|
201
201
|
z-index: 1000;
|
202
|
+
transition: visibility 0s, opacity 0.15s ease-in-out;
|
203
|
+
opacity: 0;
|
204
|
+
visibility: hidden;
|
205
|
+
}
|
206
|
+
|
207
|
+
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
|
208
|
+
visibility: visible;
|
209
|
+
opacity: 1;
|
202
210
|
}
|
203
211
|
|
204
212
|
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
|
@@ -991,7 +991,7 @@
|
|
991
991
|
this.constants.html.dropdownCaret = '<span class="icon is-small"><i class="fas fa-angle-down" aria-hidden="true"></i></span>';
|
992
992
|
this.constants.html.pagination = ['<ul class="pagination%s">', '</ul>'];
|
993
993
|
this.constants.html.paginationItem = '<li><a class="page-item pagination-link%s" aria-label="%s" href="#">%s</a></li>';
|
994
|
-
this.constants.html.searchInput = '<p class="control"><input class="%s input-%s" type="
|
994
|
+
this.constants.html.searchInput = '<p class="control"><input class="%s input-%s" type="search" placeholder="%s"></p>';
|
995
995
|
this.constants.html.inputGroup = '<div class="field has-addons has-addons-right">%s%s</div>';
|
996
996
|
this.constants.html.searchButton = '<p class="control"><button class="%s" type="button" name="search" title="%s">%s %s</button></p>';
|
997
997
|
this.constants.html.searchClearButton = '<p class="control"><button class="%s" type="button" name="clearSearch" title="%s">%s %s</button></p>';
|
data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css
CHANGED
@@ -193,12 +193,20 @@
|
|
193
193
|
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
|
194
194
|
align-items: center;
|
195
195
|
background: #fff;
|
196
|
-
display:
|
196
|
+
display: flex;
|
197
197
|
justify-content: center;
|
198
198
|
position: absolute;
|
199
199
|
bottom: 0;
|
200
200
|
width: 100%;
|
201
201
|
z-index: 1000;
|
202
|
+
transition: visibility 0s, opacity 0.15s ease-in-out;
|
203
|
+
opacity: 0;
|
204
|
+
visibility: hidden;
|
205
|
+
}
|
206
|
+
|
207
|
+
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
|
208
|
+
visibility: visible;
|
209
|
+
opacity: 1;
|
202
210
|
}
|
203
211
|
|
204
212
|
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
|
data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js
CHANGED
@@ -990,7 +990,7 @@
|
|
990
990
|
this.constants.html.pagination = ['<ul class="pagination%s">', '</ul>'];
|
991
991
|
this.constants.html.paginationItem = '<li><a class="page-item%s" aria-label="%s" href="#">%s</a></li>';
|
992
992
|
this.constants.html.inputGroup = '<div class="input-group">%s <div class="input-group-button">%s</div></div>';
|
993
|
-
this.constants.html.searchInput = '<input class="%s input-%s input-group-field" type="
|
993
|
+
this.constants.html.searchInput = '<input class="%s input-%s input-group-field" type="search" placeholder="%s">';
|
994
994
|
}
|
995
995
|
}, {
|
996
996
|
key: "initToolbar",
|
data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css
CHANGED
@@ -193,12 +193,20 @@
|
|
193
193
|
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
|
194
194
|
align-items: center;
|
195
195
|
background: #fefefe;
|
196
|
-
display:
|
196
|
+
display: flex;
|
197
197
|
justify-content: center;
|
198
198
|
position: absolute;
|
199
199
|
bottom: 0;
|
200
200
|
width: 100%;
|
201
201
|
z-index: 1000;
|
202
|
+
transition: visibility 0s, opacity 0.15s ease-in-out;
|
203
|
+
opacity: 0;
|
204
|
+
visibility: hidden;
|
205
|
+
}
|
206
|
+
|
207
|
+
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
|
208
|
+
visibility: visible;
|
209
|
+
opacity: 1;
|
202
210
|
}
|
203
211
|
|
204
212
|
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
|
@@ -193,12 +193,20 @@
|
|
193
193
|
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
|
194
194
|
align-items: center;
|
195
195
|
background: #fff;
|
196
|
-
display:
|
196
|
+
display: flex;
|
197
197
|
justify-content: center;
|
198
198
|
position: absolute;
|
199
199
|
bottom: 0;
|
200
200
|
width: 100%;
|
201
201
|
z-index: 1000;
|
202
|
+
transition: visibility 0s, opacity 0.15s ease-in-out;
|
203
|
+
opacity: 0;
|
204
|
+
visibility: hidden;
|
205
|
+
}
|
206
|
+
|
207
|
+
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
|
208
|
+
visibility: visible;
|
209
|
+
opacity: 1;
|
202
210
|
}
|
203
211
|
|
204
212
|
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
|