bootstrap-table-rails 1.13.4 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +208 -91
  3. data/lib/bootstrap-table-rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +5988 -2758
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +2281 -0
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +2289 -0
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +172 -58
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +7429 -3853
  9. data/vendor/assets/javascripts/bootstrap-table/extensions/accent-neutralise/bootstrap-table-accent-neutralise.js +2667 -276
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +1650 -270
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +1092 -92
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +2984 -549
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +1114 -120
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +1587 -0
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +819 -48
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +2461 -259
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +2692 -335
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.css +4 -4
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +2956 -910
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +2361 -0
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.css +25 -0
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +1544 -0
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.css +2 -6
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +1864 -233
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +112 -37
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +1386 -101
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +1238 -151
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +2140 -424
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.css +11 -8
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +1042 -57
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +1172 -340
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +2199 -144
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +1402 -196
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.css +10 -10
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +985 -131
  36. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +715 -85
  37. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.css +1 -2
  38. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +1151 -193
  39. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +2584 -372
  40. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +1922 -118
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +770 -52
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +771 -53
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +771 -0
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +771 -56
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +771 -56
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +770 -64
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +770 -64
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +770 -40
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +770 -61
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +771 -43
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +771 -56
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +770 -52
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +770 -107
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +772 -63
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +770 -52
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +770 -52
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +770 -55
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +770 -55
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +770 -55
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +770 -61
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +771 -40
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +771 -0
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +772 -107
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +771 -0
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +770 -55
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +771 -56
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +770 -55
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +770 -61
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +772 -63
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +770 -55
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +770 -52
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +770 -49
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +770 -55
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +770 -49
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +771 -0
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +771 -64
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +770 -49
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +773 -53
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +770 -55
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +770 -55
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +770 -85
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +770 -61
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +771 -0
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +771 -0
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +770 -49
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +770 -49
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +771 -53
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +770 -85
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +770 -49
  90. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +770 -61
  91. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +770 -40
  92. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +770 -58
  93. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +770 -52
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +768 -0
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +1049 -0
  96. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.eot +0 -0
  97. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.svg +28 -0
  98. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.ttf +0 -0
  99. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.woff +0 -0
  100. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +420 -0
  101. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +1041 -0
  102. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +394 -0
  103. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +1051 -0
  104. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +390 -0
  105. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +1044 -0
  106. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +402 -0
  107. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +1018 -0
  108. metadata +32 -18
  109. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.css +0 -3
  110. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.css +0 -53
  111. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.js +0 -257
  112. data/vendor/assets/javascripts/bootstrap-table/extensions/multi-column-toggle/bootstrap-table-multi-toggle.js +0 -105
  113. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-search/bootstrap-table-multiple-search.js +0 -85
  114. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.css +0 -17
  115. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.js +0 -143
  116. data/vendor/assets/javascripts/bootstrap-table/extensions/natural-sorting/bootstrap-table-natural-sorting.js +0 -83
  117. data/vendor/assets/javascripts/bootstrap-table/extensions/select2-filter/bootstrap-table-select2-filter.js +0 -341
  118. data/vendor/assets/javascripts/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.css +0 -1
  119. 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
- SHA1:
3
- metadata.gz: eeda427553a7ec3091e052f6354feebf8a4b559a
4
- data.tar.gz: 2d6c251a4d9eef123395fbe0fe5593a4e525e8f2
2
+ SHA256:
3
+ metadata.gz: b898319b463ba70ddec9e98f42845384effb9dd5ba9438a9f09e786fc15a57d3
4
+ data.tar.gz: d476a6957f53b56fa5a61f34fc22e56a858c3a9ea59a1b95895aaa4b51fb107b
5
5
  SHA512:
6
- metadata.gz: d1322fcb1390497a940d9eaf649aa52a25750188079d3364cb4dedf2baca7cf64c71a3ab213c244986050653b9df9736230d30714d11641b86dbddb88a750b22
7
- data.tar.gz: 050aa021ef40cbc32d676b5a69a2d245e201c856f74f8eaac5ac1cfcf7b1b0525350abd0eaa7a0d9b03bd9f1be6528c4a255f6af5c584dca6686ba321f807e88
6
+ metadata.gz: a894c1b5784d00baba0f46014a2b4f9fe8b89c5aa7c08a27b32d063d9d357ced592c2e1d14f47a7a6a3cbf5603439587226423eb6478b4cf27b1e2996bfaa2a9
7
+ data.tar.gz: 1e3810cf26cd7aa539ce698c48c1e493ff300aec4a7985dcbacaf280b117efae6194045aaaa0d1cab2f98a1b0118864ecc4dc2bb218f0b56bca0f4f2b027a63f
data/README.md CHANGED
@@ -37,128 +37,245 @@ vendor/
37
37
  └── javascripts
38
38
  └── bootstrap-table
39
39
  ├── bootstrap-table-locale-all.js
40
+ ├── bootstrap-table-locale-all.min.js
41
+ ├── bootstrap-table-vue.esm.js
42
+ ├── bootstrap-table-vue.esm.min.js
43
+ ├── bootstrap-table-vue.js
44
+ ├── bootstrap-table-vue.min.js
40
45
  ├── bootstrap-table.css
41
46
  ├── bootstrap-table.js
47
+ ├── bootstrap-table.min.css
48
+ ├── bootstrap-table.min.js
42
49
  ├── extensions
43
50
  │   ├── accent-neutralise
44
- │   │   └── bootstrap-table-accent-neutralise.js
51
+ │   │   ├── bootstrap-table-accent-neutralise.js
52
+ │   │   └── bootstrap-table-accent-neutralise.min.js
45
53
  │   ├── addrbar
46
- │   │   └── bootstrap-table-addrbar.js
54
+ │   │   ├── bootstrap-table-addrbar.js
55
+ │   │   └── bootstrap-table-addrbar.min.js
47
56
  │   ├── auto-refresh
48
- │   │   ├── bootstrap-table-auto-refresh.css
49
- │   │   └── bootstrap-table-auto-refresh.js
57
+ │   │   ├── bootstrap-table-auto-refresh.js
58
+ │   │   └── bootstrap-table-auto-refresh.min.js
50
59
  │   ├── cookie
51
- │   │   └── bootstrap-table-cookie.js
60
+ │   │   ├── bootstrap-table-cookie.js
61
+ │   │   └── bootstrap-table-cookie.min.js
52
62
  │   ├── copy-rows
53
- │   │   └── bootstrap-table-copy-rows.js
63
+ │   │   ├── bootstrap-table-copy-rows.js
64
+ │   │   └── bootstrap-table-copy-rows.min.js
65
+ │   ├── custom-view
66
+ │   │   ├── bootstrap-table-custom-view.js
67
+ │   │   └── bootstrap-table-custom-view.min.js
54
68
  │   ├── defer-url
55
- │   │   └── bootstrap-table-defer-url.js
69
+ │   │   ├── bootstrap-table-defer-url.js
70
+ │   │   └── bootstrap-table-defer-url.min.js
56
71
  │   ├── editable
57
- │   │   └── bootstrap-table-editable.js
72
+ │   │   ├── bootstrap-table-editable.js
73
+ │   │   └── bootstrap-table-editable.min.js
58
74
  │   ├── export
59
- │   │   └── bootstrap-table-export.js
75
+ │   │   ├── bootstrap-table-export.js
76
+ │   │   └── bootstrap-table-export.min.js
60
77
  │   ├── filter-control
61
78
  │   │   ├── bootstrap-table-filter-control.css
62
- │   │   └── bootstrap-table-filter-control.js
63
- │   ├── group-by
64
- │   │   ├── bootstrap-table-group-by.css
65
- │   │   └── bootstrap-table-group-by.js
79
+ │   │   ├── bootstrap-table-filter-control.js
80
+ │   │   ├── bootstrap-table-filter-control.min.css
81
+ │   │   ├── bootstrap-table-filter-control.min.js
82
+ │   │   ├── utils.js
83
+ │   │   └── utils.min.js
84
+ │   ├── fixed-columns
85
+ │   │   ├── bootstrap-table-fixed-columns.css
86
+ │   │   ├── bootstrap-table-fixed-columns.js
87
+ │   │   ├── bootstrap-table-fixed-columns.min.css
88
+ │   │   └── bootstrap-table-fixed-columns.min.js
66
89
  │   ├── group-by-v2
67
90
  │   │   ├── bootstrap-table-group-by.css
68
- │   │   └── bootstrap-table-group-by.js
91
+ │   │   ├── bootstrap-table-group-by.js
92
+ │   │   ├── bootstrap-table-group-by.min.css
93
+ │   │   └── bootstrap-table-group-by.min.js
69
94
  │   ├── i18n-enhance
70
- │   │   └── bootstrap-table-i18n-enhance.js
95
+ │   │   ├── bootstrap-table-i18n-enhance.js
96
+ │   │   └── bootstrap-table-i18n-enhance.min.js
71
97
  │   ├── key-events
72
- │   │   └── bootstrap-table-key-events.js
98
+ │   │   ├── bootstrap-table-key-events.js
99
+ │   │   └── bootstrap-table-key-events.min.js
73
100
  │   ├── mobile
74
- │   │   └── bootstrap-table-mobile.js
75
- │   ├── multi-column-toggle
76
- │   │   └── bootstrap-table-multi-toggle.js
77
- │   ├── multiple-search
78
- │   │   └── bootstrap-table-multiple-search.js
79
- │   ├── multiple-selection-row
80
- │   │   ├── bootstrap-table-multiple-selection-row.css
81
- │   │   └── bootstrap-table-multiple-selection-row.js
101
+ │   │   ├── bootstrap-table-mobile.js
102
+ │   │   └── bootstrap-table-mobile.min.js
82
103
  │   ├── multiple-sort
83
- │   │   └── bootstrap-table-multiple-sort.js
84
- │   ├── natural-sorting
85
- │   │   └── bootstrap-table-natural-sorting.js
104
+ │   │   ├── bootstrap-table-multiple-sort.js
105
+ │   │   └── bootstrap-table-multiple-sort.min.js
86
106
  │   ├── page-jump-to
87
107
  │   │   ├── bootstrap-table-page-jump-to.css
88
- │   │   └── bootstrap-table-page-jump-to.js
108
+ │   │   ├── bootstrap-table-page-jump-to.js
109
+ │   │   ├── bootstrap-table-page-jump-to.min.css
110
+ │   │   └── bootstrap-table-page-jump-to.min.js
89
111
  │   ├── pipeline
90
- │   │   └── bootstrap-table-pipeline.js
112
+ │   │   ├── bootstrap-table-pipeline.js
113
+ │   │   └── bootstrap-table-pipeline.min.js
91
114
  │   ├── print
92
- │   │   └── bootstrap-table-print.js
115
+ │   │   ├── bootstrap-table-print.js
116
+ │   │   └── bootstrap-table-print.min.js
93
117
  │   ├── reorder-columns
94
- │   │   └── bootstrap-table-reorder-columns.js
118
+ │   │   ├── bootstrap-table-reorder-columns.js
119
+ │   │   └── bootstrap-table-reorder-columns.min.js
95
120
  │   ├── reorder-rows
96
121
  │   │   ├── bootstrap-table-reorder-rows.css
97
- │   │   └── bootstrap-table-reorder-rows.js
122
+ │   │   ├── bootstrap-table-reorder-rows.js
123
+ │   │   ├── bootstrap-table-reorder-rows.min.css
124
+ │   │   └── bootstrap-table-reorder-rows.min.js
98
125
  │   ├── resizable
99
- │   │   └── bootstrap-table-resizable.js
100
- │   ├── select2-filter
101
- │   │   └── bootstrap-table-select2-filter.js
126
+ │   │   ├── bootstrap-table-resizable.js
127
+ │   │   └── bootstrap-table-resizable.min.js
102
128
  │   ├── sticky-header
103
129
  │   │   ├── bootstrap-table-sticky-header.css
104
- │   │   └── bootstrap-table-sticky-header.js
130
+ │   │   ├── bootstrap-table-sticky-header.js
131
+ │   │   ├── bootstrap-table-sticky-header.min.css
132
+ │   │   └── bootstrap-table-sticky-header.min.js
105
133
  │   ├── toolbar
106
- │   │   └── bootstrap-table-toolbar.js
107
- │   ├── tree-column
108
- │   │   ├── bootstrap-table-tree-column.css
109
- │   │   └── bootstrap-table-tree-column.js
134
+ │   │   ├── bootstrap-table-toolbar.js
135
+ │   │   └── bootstrap-table-toolbar.min.js
110
136
  │   └── treegrid
111
- │   └── bootstrap-table-treegrid.js
112
- └── locale
113
- ├── bootstrap-table-af-ZA.js
114
- ├── bootstrap-table-ar-SA.js
115
- ├── bootstrap-table-ca-ES.js
116
- ├── bootstrap-table-cs-CZ.js
117
- ├── bootstrap-table-da-DK.js
118
- ├── bootstrap-table-de-DE.js
119
- ├── bootstrap-table-el-GR.js
120
- ├── bootstrap-table-en-US.js
121
- ├── bootstrap-table-es-AR.js
122
- ├── bootstrap-table-es-CL.js
123
- ├── bootstrap-table-es-CR.js
124
- ├── bootstrap-table-es-ES.js
125
- ├── bootstrap-table-es-MX.js
126
- ├── bootstrap-table-es-NI.js
127
- ├── bootstrap-table-es-SP.js
128
- ├── bootstrap-table-et-EE.js
129
- ├── bootstrap-table-eu-EU.js
130
- ├── bootstrap-table-fa-IR.js
131
- ├── bootstrap-table-fi-FI.js
132
- ├── bootstrap-table-fr-BE.js
133
- ├── bootstrap-table-fr-FR.js
134
- ├── bootstrap-table-he-IL.js
135
- ├── bootstrap-table-hr-HR.js
136
- ├── bootstrap-table-hu-HU.js
137
- ├── bootstrap-table-id-ID.js
138
- ├── bootstrap-table-it-IT.js
139
- ├── bootstrap-table-ja-JP.js
140
- ├── bootstrap-table-ka-GE.js
141
- ├── bootstrap-table-ko-KR.js
142
- ├── bootstrap-table-ms-MY.js
143
- ├── bootstrap-table-nb-NO.js
144
- ├── bootstrap-table-nl-NL.js
145
- ├── bootstrap-table-pl-PL.js
146
- ├── bootstrap-table-pt-BR.js
147
- ├── bootstrap-table-pt-PT.js
148
- ├── bootstrap-table-ro-RO.js
149
- ├── bootstrap-table-ru-RU.js
150
- ├── bootstrap-table-sk-SK.js
151
- ├── bootstrap-table-sv-SE.js
152
- ├── bootstrap-table-th-TH.js
153
- ├── bootstrap-table-tr-TR.js
154
- ├── bootstrap-table-uk-UA.js
155
- ├── bootstrap-table-ur-PK.js
156
- ├── bootstrap-table-uz-Latn-UZ.js
157
- ├── bootstrap-table-vi-VN.js
158
- ├── bootstrap-table-zh-CN.js
159
- └── bootstrap-table-zh-TW.js
160
-
161
- 35 directories, 89 files
137
+ │   ├── bootstrap-table-treegrid.js
138
+ │   └── bootstrap-table-treegrid.min.js
139
+ ├── locale
140
+ │   ├── bootstrap-table-af-ZA.js
141
+ │   ├── bootstrap-table-af-ZA.min.js
142
+ │   ├── bootstrap-table-ar-SA.js
143
+ │   ├── bootstrap-table-ar-SA.min.js
144
+ │   ├── bootstrap-table-bg-BG.js
145
+ │   ├── bootstrap-table-bg-BG.min.js
146
+ │   ├── bootstrap-table-ca-ES.js
147
+ │   ├── bootstrap-table-ca-ES.min.js
148
+ │   ├── bootstrap-table-cs-CZ.js
149
+ │   ├── bootstrap-table-cs-CZ.min.js
150
+ │   ├── bootstrap-table-da-DK.js
151
+ │   ├── bootstrap-table-da-DK.min.js
152
+ │   ├── bootstrap-table-de-DE.js
153
+ │   ├── bootstrap-table-de-DE.min.js
154
+ │   ├── bootstrap-table-el-GR.js
155
+ │   ├── bootstrap-table-el-GR.min.js
156
+ │   ├── bootstrap-table-en-US.js
157
+ │   ├── bootstrap-table-en-US.min.js
158
+ │   ├── bootstrap-table-es-AR.js
159
+ │   ├── bootstrap-table-es-AR.min.js
160
+ │   ├── bootstrap-table-es-CL.js
161
+ │   ├── bootstrap-table-es-CL.min.js
162
+ │   ├── bootstrap-table-es-CR.js
163
+ │   ├── bootstrap-table-es-CR.min.js
164
+ │   ├── bootstrap-table-es-ES.js
165
+ │   ├── bootstrap-table-es-ES.min.js
166
+ │   ├── bootstrap-table-es-MX.js
167
+ │   ├── bootstrap-table-es-MX.min.js
168
+ │   ├── bootstrap-table-es-NI.js
169
+ │   ├── bootstrap-table-es-NI.min.js
170
+ │   ├── bootstrap-table-es-SP.js
171
+ │   ├── bootstrap-table-es-SP.min.js
172
+ │   ├── bootstrap-table-et-EE.js
173
+ │   ├── bootstrap-table-et-EE.min.js
174
+ │   ├── bootstrap-table-eu-EU.js
175
+ │   ├── bootstrap-table-eu-EU.min.js
176
+ │   ├── bootstrap-table-fa-IR.js
177
+ │   ├── bootstrap-table-fa-IR.min.js
178
+ │   ├── bootstrap-table-fi-FI.js
179
+ │   ├── bootstrap-table-fi-FI.min.js
180
+ │   ├── bootstrap-table-fr-BE.js
181
+ │   ├── bootstrap-table-fr-BE.min.js
182
+ │   ├── bootstrap-table-fr-CH.js
183
+ │   ├── bootstrap-table-fr-CH.min.js
184
+ │   ├── bootstrap-table-fr-FR.js
185
+ │   ├── bootstrap-table-fr-FR.min.js
186
+ │   ├── bootstrap-table-fr-LU.js
187
+ │   ├── bootstrap-table-fr-LU.min.js
188
+ │   ├── bootstrap-table-he-IL.js
189
+ │   ├── bootstrap-table-he-IL.min.js
190
+ │   ├── bootstrap-table-hr-HR.js
191
+ │   ├── bootstrap-table-hr-HR.min.js
192
+ │   ├── bootstrap-table-hu-HU.js
193
+ │   ├── bootstrap-table-hu-HU.min.js
194
+ │   ├── bootstrap-table-id-ID.js
195
+ │   ├── bootstrap-table-id-ID.min.js
196
+ │   ├── bootstrap-table-it-IT.js
197
+ │   ├── bootstrap-table-it-IT.min.js
198
+ │   ├── bootstrap-table-ja-JP.js
199
+ │   ├── bootstrap-table-ja-JP.min.js
200
+ │   ├── bootstrap-table-ka-GE.js
201
+ │   ├── bootstrap-table-ka-GE.min.js
202
+ │   ├── bootstrap-table-ko-KR.js
203
+ │   ├── bootstrap-table-ko-KR.min.js
204
+ │   ├── bootstrap-table-ms-MY.js
205
+ │   ├── bootstrap-table-ms-MY.min.js
206
+ │   ├── bootstrap-table-nb-NO.js
207
+ │   ├── bootstrap-table-nb-NO.min.js
208
+ │   ├── bootstrap-table-nl-BE.js
209
+ │   ├── bootstrap-table-nl-BE.min.js
210
+ │   ├── bootstrap-table-nl-NL.js
211
+ │   ├── bootstrap-table-nl-NL.min.js
212
+ │   ├── bootstrap-table-pl-PL.js
213
+ │   ├── bootstrap-table-pl-PL.min.js
214
+ │   ├── bootstrap-table-pt-BR.js
215
+ │   ├── bootstrap-table-pt-BR.min.js
216
+ │   ├── bootstrap-table-pt-PT.js
217
+ │   ├── bootstrap-table-pt-PT.min.js
218
+ │   ├── bootstrap-table-ro-RO.js
219
+ │   ├── bootstrap-table-ro-RO.min.js
220
+ │   ├── bootstrap-table-ru-RU.js
221
+ │   ├── bootstrap-table-ru-RU.min.js
222
+ │   ├── bootstrap-table-sk-SK.js
223
+ │   ├── bootstrap-table-sk-SK.min.js
224
+ │   ├── bootstrap-table-sr-Cyrl-RS.js
225
+ │   ├── bootstrap-table-sr-Cyrl-RS.min.js
226
+ │   ├── bootstrap-table-sr-Latn-RS.js
227
+ │   ├── bootstrap-table-sr-Latn-RS.min.js
228
+ │   ├── bootstrap-table-sv-SE.js
229
+ │   ├── bootstrap-table-sv-SE.min.js
230
+ │   ├── bootstrap-table-th-TH.js
231
+ │   ├── bootstrap-table-th-TH.min.js
232
+ │   ├── bootstrap-table-tr-TR.js
233
+ │   ├── bootstrap-table-tr-TR.min.js
234
+ │   ├── bootstrap-table-uk-UA.js
235
+ │   ├── bootstrap-table-uk-UA.min.js
236
+ │   ├── bootstrap-table-ur-PK.js
237
+ │   ├── bootstrap-table-ur-PK.min.js
238
+ │   ├── bootstrap-table-uz-Latn-UZ.js
239
+ │   ├── bootstrap-table-uz-Latn-UZ.min.js
240
+ │   ├── bootstrap-table-vi-VN.js
241
+ │   ├── bootstrap-table-vi-VN.min.js
242
+ │   ├── bootstrap-table-zh-CN.js
243
+ │   ├── bootstrap-table-zh-CN.min.js
244
+ │   ├── bootstrap-table-zh-TW.js
245
+ │   └── bootstrap-table-zh-TW.min.js
246
+ └── themes
247
+ ├── bootstrap-table
248
+ │   ├── bootstrap-table.css
249
+ │   ├── bootstrap-table.js
250
+ │   ├── bootstrap-table.min.css
251
+ │   ├── bootstrap-table.min.js
252
+ │   └── fonts
253
+ │   ├── bootstrap-table.eot
254
+ │   ├── bootstrap-table.svg
255
+ │   ├── bootstrap-table.ttf
256
+ │   └── bootstrap-table.woff
257
+ ├── bulma
258
+ │   ├── bootstrap-table-bulma.css
259
+ │   ├── bootstrap-table-bulma.js
260
+ │   ├── bootstrap-table-bulma.min.css
261
+ │   └── bootstrap-table-bulma.min.js
262
+ ├── foundation
263
+ │   ├── bootstrap-table-foundation.css
264
+ │   ├── bootstrap-table-foundation.js
265
+ │   ├── bootstrap-table-foundation.min.css
266
+ │   └── bootstrap-table-foundation.min.js
267
+ ├── materialize
268
+ │   ├── bootstrap-table-materialize.css
269
+ │   ├── bootstrap-table-materialize.js
270
+ │   ├── bootstrap-table-materialize.min.css
271
+ │   └── bootstrap-table-materialize.min.js
272
+ └── semantic
273
+ ├── bootstrap-table-semantic.css
274
+ ├── bootstrap-table-semantic.js
275
+ ├── bootstrap-table-semantic.min.css
276
+ └── bootstrap-table-semantic.min.js
277
+
278
+ 37 directories, 204 files
162
279
  ```
163
280
 
164
281
 
@@ -1,7 +1,7 @@
1
1
  module Bootstrap
2
2
  module Table
3
3
  module Rails
4
- VERSION = "1.13.4"
4
+ VERSION = "1.17.0"
5
5
  end
6
6
  end
7
7
  end