8000 Update to 1.9.1 · saurabhpragma/bootstrap-table@5a5a32a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a5a32a

Browse files
committed
Update to 1.9.1
1 parent c7aa683 commit 5a5a32a

File tree

149 files changed

+594
-487
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+594
-487
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ languages: ["en", "zh-cn", "es"]
2323
languages_string: ["English", "简体中文", "Español"]
2424

2525
# Custom vars
26-
current_version: 1.9.0
26+
current_version: 1.9.1
2727
repo: https://github.com/wenzhixin/bootstrap-table
2828
website: http://wenzhixin.net.cn
2929
repos: http://repos.wenzhixin.net.cn

bootstrap-table.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"title": "Bootstrap Table",
55
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
66
"author": {

dist/bootstrap-table-locale-all.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@
795795
/**
796796
* Bootstrap Table Italian translation
797797
* Author: Davide Renzi<davide.renzi@gmail.com>
798+
* Author: Davide Borsatto <davide.borsatto@gmail.com>
798799
*/
799800
(function ($) {
800801
'use strict';
@@ -804,7 +805,7 @@
804805
return 'Caricamento in corso...';
805806
},
806807
formatRecordsPerPage: function (pageNumber) {
807-
return pageNumber + ' records per pagina';
808+
return pageNumber + ' elementi per pagina';
808809
},
809810
formatShowingRows: function (pageFrom, pageTo, totalRows) {
810811
return 'Pagina ' + pageFrom + ' di ' + pageTo + ' (' + totalRows + ' records)';
@@ -813,13 +814,13 @@
813814
return 'Cerca';
814815
},
815816
formatNoMatches: function () {
816-
return 'Nessun record trovato';
817+
return 'Nessun elemento trovato';
817818
},
818819
formatRefresh: function () {
819-
return 'Rinfrescare';
820+
return 'Aggiorna';
820821
},
821822
formatToggle: function () {
822-
return 'Alternare';
823+
return 'Alterna';
823824
},
824825
formatColumns: function () {
825826
return 'Colonne';
@@ -864,6 +865,9 @@
864865
},
865866
formatColumns: function () {
866867
return '列';
868+
},
869+
formatAllRows: function () {
870+
return 'すべて';
867871
}
868872
};
869873

@@ -982,6 +986,9 @@
982986
},
983987
formatColumns: function () {
984988
return 'Lajur';
989+
},
990+
formatAllRows: function () {
991+
return 'Semua';
985992
}
986993
};
987994

dist/bootstrap-table-locale-all.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
border-radius: 1px;
1212
}
1313

14-
.bootstrap-table .table,
15-
.bootstrap-table .table > tbody > tr > th,
16-
.bootstrap-table .table > tfoot > tr > th,
17-
.bootstrap-table .table > thead > tr > td,
18-
.bootstrap-table .table > tbody > tr > td,
19-
.bootstrap-table .table > tfoot > tr > td {
14+
.bootstrap-table .table:not(.table-condensed),
15+
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
16+
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
17+
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
18+
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
19+
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
2020
padding: 8px !important;
2121
}
2222

@@ -294,4 +294,4 @@ div.fixed-table-scroll-outer {
294294
width: 200px;
295295
height: 150px;
296296
overflow: hidden;
297-
}
297+
}

0 commit comments

Comments
 (0)
0