bootstrap-table-rails 1.15.4 → 1.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -21
  3. data/lib/bootstrap-table-rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +182 -0
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +1 -1
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +145 -110
  7. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +34 -28
  8. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +2 -2
  9. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +6 -2
  10. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +721 -0
  11. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +721 -0
  12. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +1 -1
  13. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +1 -1
  14. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +1 -1
  15. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +1 -1
  16. metadata +4 -12
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.css +0 -3
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.css +0 -53
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.js +0 -257
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/multi-column-toggle/bootstrap-table-multi-toggle.js +0 -105
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-search/bootstrap-table-multiple-search.js +0 -85
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.css +0 -17
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.js +0 -143
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/select2-filter/bootstrap-table-select2-filter.js +0 -341
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.css +0 -1
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.js +0 -142
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e16908d63ecd3324509606e24b698052d687920af6d4c5f384b8297ba95d025
4
- data.tar.gz: 4d022481a63550689caa088a49a33b905f3f21a7b6396f68912067d76d279b29
3
+ metadata.gz: 7f37bfd9d1ff84d39d2e111f5b5e5569093629efe3556ec710f25f2e59105a39
4
+ data.tar.gz: 33df17d7d7c28dee3c69203a110f1b66a2e3048cd15899f4c9d73223d8fa4ea3
5
5
  SHA512:
6
- metadata.gz: 26189077365a388301e376c916cc1890a7b0a1e448cc8afb2391d81264a88d92c72e8adea5afae7a9d30a6b364329dc6ffc9073002d269eecd5818f2c7cd257d
7
- data.tar.gz: a052c6e851e144da7bce23a16e4a567a9693cb33f478d788e88e918a65bbd5ad5e5132d2f0dfc3c72c5fba06426094f2636b82781eaeb9a00b1fd86a7e228dda
6
+ metadata.gz: 783cf4af1228757f41355660894904a2ae876aaadee0e16da65d6630a5aa9635ce11d93ab40c89df3126b825f560f6b303724488139a4e89b47ea2608793afea
7
+ data.tar.gz: 111ef301c456ff58d96c8a4b671eb87f7895014762642b373f561a0ffc81e7c6bc68a1cea8f53fc3caf815ff3e28edb7a9a73d72226677eb41a8fe0cec262825
data/README.md CHANGED
@@ -32,22 +32,21 @@ In your `application.css`, include the following:
32
32
  Dir tree:
33
33
 
34
34
  ``` tree
35
- vendor
35
+ vendor/
36
36
  └── assets
37
37
  └── javascripts
38
38
  └── bootstrap-table
39
- ├── bootstrap-table.css
40
- ├── bootstrap-table.js
41
39
  ├── bootstrap-table-locale-all.js
42
40
  ├── bootstrap-table-vue.esm.js
43
41
  ├── bootstrap-table-vue.js
42
+ ├── bootstrap-table.css
43
+ ├── bootstrap-table.js
44
44
  ├── extensions
45
45
  │   ├── accent-neutralise
46
46
  │   │   └── bootstrap-table-accent-neutralise.js
47
47
  │   ├── addrbar
48
48
  │   │   └── bootstrap-table-addrbar.js
49
49
  │   ├── auto-refresh
50
- │   │   ├── bootstrap-table-auto-refresh.css
51
50
  │   │   └── bootstrap-table-auto-refresh.js
52
51
  │   ├── cell-input
53
52
  │   │   ├── bootstrap-table-cell-input.css
@@ -68,9 +67,6 @@ vendor
68
67
  │   ├── fixed-columns
69
68
  │   │   ├── bootstrap-table-fixed-columns.css
70
69
  │   │   └── bootstrap-table-fixed-columns.js
71
- │   ├── group-by
72
- │   │   ├── bootstrap-table-group-by.css
73
- │   │   └── bootstrap-table-group-by.js
74
70
  │   ├── group-by-v2
75
71
  │   │   ├── bootstrap-table-group-by.css
76
72
  │   │   └── bootstrap-table-group-by.js
@@ -80,13 +76,6 @@ vendor
80
76
  │   │   └── bootstrap-table-key-events.js
81
77
  │   ├── mobile
82
78
  │   │   └── bootstrap-table-mobile.js
83
- │   ├── multi-column-toggle
84
- │   │   └── bootstrap-table-multi-toggle.js
85
- │   ├── multiple-search
86
- │   │   └── bootstrap-table-multiple-search.js
87
- │   ├── multiple-selection-row
88
- │   │   ├── bootstrap-table-multiple-selection-row.css
89
- │   │   └── bootstrap-table-multiple-selection-row.js
90
79
  │   ├── multiple-sort
91
80
  │   │   └── bootstrap-table-multiple-sort.js
92
81
  │   ├── natural-sorting
@@ -105,16 +94,11 @@ vendor
105
94
  │   │   └── bootstrap-table-reorder-rows.js
106
95
  │   ├── resizable
107
96
  │   │   └── bootstrap-table-resizable.js
108
- │   ├── select2-filter
109
- │   │   └── bootstrap-table-select2-filter.js
110
97
  │   ├── sticky-header
111
98
  │   │   ├── bootstrap-table-sticky-header.css
112
99
  │   │   └── bootstrap-table-sticky-header.js
113
100
  │   ├── toolbar
114
101
  │   │   └── bootstrap-table-toolbar.js
115
- │   ├── tree-column
116
- │   │   ├── bootstrap-table-tree-column.css
117
- │   │   └── bootstrap-table-tree-column.js
118
102
  │   └── treegrid
119
103
  │   └── bootstrap-table-treegrid.js
120
104
  ├── locale
@@ -159,6 +143,8 @@ vendor
159
143
  │   ├── bootstrap-table-ro-RO.js
160
144
  │   ├── bootstrap-table-ru-RU.js
161
145
  │   ├── bootstrap-table-sk-SK.js
146
+ │   ├── bootstrap-table-sr-Cyrl-RS.js
147
+ │   ├── bootstrap-table-sr-Latn-RS.js
162
148
  │   ├── bootstrap-table-sv-SE.js
163
149
  │   ├── bootstrap-table-th-TH.js
164
150
  │   ├── bootstrap-table-tr-TR.js
@@ -181,8 +167,8 @@ vendor
181
167
  └── semantic
182
168
  ├── bootstrap-table-semantic.css
183
169
  └── bootstrap-table-semantic.js
184
-
185
- 42 directories, 106 files
170
+
171
+ 36 directories, 98 files
186
172
  ```
187
173
 
188
174
 
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Table
3
3
  module Rails
4
- VERSION = "1.15.4"
4
+ VERSION = "1.15.5"
5
5
  end
6
6
  end
7
7
  end
@@ -4373,6 +4373,188 @@
4373
4373
  };
4374
4374
  $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sk-SK']);
4375
4375
 
4376
+ /**
4377
+ * Bootstrap Table Serbian Cyrilic RS translation
4378
+ * Author: Vladimir Kanazir (vladimir@kanazir.com)
4379
+ */
4380
+
4381
+ $.fn.bootstrapTable.locales['sr-Cyrl-RS'] = {
4382
+ formatLoadingMessage: function formatLoadingMessage() {
4383
+ return 'Молим сачекај';
4384
+ },
4385
+ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
4386
+ return "".concat(pageNumber, " \u0440\u0435\u0434\u043E\u0432\u0430 \u043F\u043E \u0441\u0442\u0440\u0430\u043D\u0438");
4387
+ },
4388
+ formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
4389
+ if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
4390
+ return "\u041F\u0440\u0438\u043A\u0430\u0437\u0430\u043D\u043E ".concat(pageFrom, ". - ").concat(pageTo, ". \u043E\u0434 \u0443\u043A\u0443\u043F\u043D\u043E\u0433 \u0431\u0440\u043E\u0458\u0430 \u0440\u0435\u0434\u043E\u0432\u0430 ").concat(totalRows, " (\u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u043E \u043E\u0434 ").concat(totalNotFiltered, ")");
4391
+ }
4392
+
4393
+ return "\u041F\u0440\u0438\u043A\u0430\u0437\u0430\u043D\u043E ".concat(pageFrom, ". - ").concat(pageTo, ". \u043E\u0434 \u0443\u043A\u0443\u043F\u043D\u043E\u0433 \u0431\u0440\u043E\u0458\u0430 \u0440\u0435\u0434\u043E\u0432\u0430 ").concat(totalRows);
4394
+ },
4395
+ formatSRPaginationPreText: function formatSRPaginationPreText() {
4396
+ return 'претходна страна';
4397
+ },
4398
+ formatSRPaginationPageText: function formatSRPaginationPageText(page) {
4399
+ return "\u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0443 ".concat(page);
4400
+ },
4401
+ formatSRPaginationNextText: function formatSRPaginationNextText() {
4402
+ return 'следећа страна';
4403
+ },
4404
+ formatDetailPagination: function formatDetailPagination(totalRows) {
4405
+ return "\u041F\u0440\u0438\u043A\u0430\u0437\u0430\u043D\u043E ".concat(totalRows, " \u0440\u0435\u0434\u043E\u0432\u0430");
4406
+ },
4407
+ formatClearSearch: function formatClearSearch() {
4408
+ return 'Обриши претрагу';
4409
+ },
4410
+ formatSearch: function formatSearch() {
4411
+ return 'Пронађи';
4412
+ },
4413
+ formatNoMatches: function formatNoMatches() {
4414
+ return 'Није пронађен ни један податак';
4415
+ },
4416
+ formatPaginationSwitch: function formatPaginationSwitch() {
4417
+ return 'Прикажи/сакриј пагинацију';
4418
+ },
4419
+ formatPaginationSwitchDown: function formatPaginationSwitchDown() {
4420
+ return 'Прикажи пагинацију';
4421
+ },
4422
+ formatPaginationSwitchUp: function formatPaginationSwitchUp() {
4423
+ return 'Сакриј пагинацију';
4424
+ },
4425
+ formatRefresh: function formatRefresh() {
4426
+ return 'Освежи';
4427
+ },
4428
+ formatToggle: function formatToggle() {
4429
+ return 'Промени приказ';
4430
+ },
4431
+ formatToggleOn: function formatToggleOn() {
4432
+ return 'Прикажи картице';
4433
+ },
4434
+ formatToggleOff: function formatToggleOff() {
4435
+ return 'Сакриј картице';
4436
+ },
4437
+ formatColumns: function formatColumns() {
4438
+ return 'Колоне';
4439
+ },
4440
+ formatColumnsToggleAll: function formatColumnsToggleAll() {
4441
+ return 'Прикажи/сакриј све';
4442
+ },
4443
+ formatFullscreen: function formatFullscreen() {
4444
+ return 'Цео екран';
4445
+ },
4446
+ formatAllRows: function formatAllRows() {
4447
+ return 'Све';
4448
+ },
4449
+ formatAutoRefresh: function formatAutoRefresh() {
4450
+ return 'Аутоматско освежавање';
4451
+ },
4452
+ formatExport: function formatExport() {
4453
+ return 'Извези податке';
4454
+ },
4455
+ formatJumpTo: function formatJumpTo() {
4456
+ return 'Иди';
4457
+ },
4458
+ formatAdvancedSearch: function formatAdvancedSearch() {
4459
+ return 'Напредна претрага';
4460
+ },
4461
+ formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4462
+ return 'Затвори';
4463
+ }
4464
+ };
4465
+ $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sr-Cyrl-RS']);
4466
+
4467
+ /**
4468
+ * Bootstrap Table Serbian Latin RS translation
4469
+ * Author: Vladimir Kanazir (vladimir@kanazir.com)
4470
+ */
4471
+
4472
+ $.fn.bootstrapTable.locales['sr-Latn-RS'] = {
4473
+ formatLoadingMessage: function formatLoadingMessage() {
4474
+ return 'Molim sačekaj';
4475
+ },
4476
+ formatRecordsPerPage: function formatRecordsPerPage(pageNumber) {
4477
+ return "".concat(pageNumber, " redova po strani");
4478
+ },
4479
+ formatShowingRows: function formatShowingRows(pageFrom, pageTo, totalRows, totalNotFiltered) {
4480
+ if (totalNotFiltered !== undefined && totalNotFiltered > 0 && totalNotFiltered > totalRows) {
4481
+ return "Prikazano ".concat(pageFrom, ". - ").concat(pageTo, ". od ukupnog broja redova ").concat(totalRows, " (filtrirano od ").concat(totalNotFiltered, ")");
4482
+ }
4483
+
4484
+ return "Prikazano ".concat(pageFrom, ". - ").concat(pageTo, ". od ukupnog broja redova ").concat(totalRows);
4485
+ },
4486
+ formatSRPaginationPreText: function formatSRPaginationPreText() {
4487
+ return 'prethodna strana';
4488
+ },
4489
+ formatSRPaginationPageText: function formatSRPaginationPageText(page) {
4490
+ return "na stranu ".concat(page);
4491
+ },
4492
+ formatSRPaginationNextText: function formatSRPaginationNextText() {
4493
+ return 'sledeća strana';
4494
+ },
4495
+ formatDetailPagination: function formatDetailPagination(totalRows) {
4496
+ return "Prikazano ".concat(totalRows, " redova");
4497
+ },
4498
+ formatClearSearch: function formatClearSearch() {
4499
+ return 'Obriši pretragu';
4500
+ },
4501
+ formatSearch: function formatSearch() {
4502
+ return 'Pronađi';
4503
+ },
4504
+ formatNoMatches: function formatNoMatches() {
4505
+ return 'Nije pronađen ni jedan podatak';
4506
+ },
4507
+ formatPaginationSwitch: function formatPaginationSwitch() {
4508
+ return 'Prikaži/sakrij paginaciju';
4509
+ },
4510
+ formatPaginationSwitchDown: function formatPaginationSwitchDown() {
4511
+ return 'Prikaži paginaciju';
4512
+ },
4513
+ formatPaginationSwitchUp: function formatPaginationSwitchUp() {
4514
+ return 'Sakrij paginaciju';
4515
+ },
4516
+ formatRefresh: function formatRefresh() {
4517
+ return 'Osveži';
4518
+ },
4519
+ formatToggle: function formatToggle() {
4520
+ return 'Promeni prikaz';
4521
+ },
4522
+ formatToggleOn: function formatToggleOn() {
4523
+ return 'Prikaži kartice';
4524
+ },
4525
+ formatToggleOff: function formatToggleOff() {
4526
+ return 'Sakrij kartice';
4527
+ },
4528
+ formatColumns: function formatColumns() {
4529
+ return 'Kolone';
4530
+ },
4531
+ formatColumnsToggleAll: function formatColumnsToggleAll() {
4532
+ return 'Prikaži/sakrij sve';
4533
+ },
4534
+ formatFullscreen: function formatFullscreen() {
4535
+ return 'Ceo ekran';
4536
+ },
4537
+ formatAllRows: function formatAllRows() {
4538
+ return 'Sve';
4539
+ },
4540
+ formatAutoRefresh: function formatAutoRefresh() {
4541
+ return 'Automatsko osvežavanje';
4542
+ },
4543
+ formatExport: function formatExport() {
4544
+ return 'Izvezi podatke';
4545
+ },
4546
+ formatJumpTo: function formatJumpTo() {
4547
+ return 'Idi';
4548
+ },
4549
+ formatAdvancedSearch: function formatAdvancedSearch() {
4550
+ return 'Napredna pretraga';
4551
+ },
4552
+ formatAdvancedCloseButton: function formatAdvancedCloseButton() {
4553
+ return 'Zatvori';
4554
+ }
4555
+ };
4556
+ $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['sr-Latn-RS']);
4557
+
4376
4558
  /**
4377
4559
  * Bootstrap Table Swedish translation
4378
4560
  * Author: C Bratt <bratt@inix.se>
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * @author zhixin wen <wenzhixin2010@gmail.com>
4
- * version: 1.15.4
4
+ * version: 1.15.5
5
5
  * https://github.com/wenzhixin/bootstrap-table/
6
6
  */
7
7
  .bootstrap-table .fixed-table-toolbar::after {