bootstrap-table-rails 1.15.4 → 1.17.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +147 -54
  3. data/lib/bootstrap-table-rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +876 -83
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +684 -208
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +686 -210
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +66 -11
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +1347 -727
  9. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +254 -88
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +139 -66
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +1309 -258
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +139 -64
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/{accent-neutralise/bootstrap-table-accent-neutralise.js → custom-view/bootstrap-table-custom-view.js} +582 -752
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +83 -42
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +1219 -208
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +409 -210
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.css +1 -1
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +1369 -904
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +2361 -0
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.css +12 -14
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +589 -423
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +494 -107
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +3 -3
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +217 -73
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +143 -66
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +374 -138
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +137 -65
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +87 -42
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +388 -148
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +643 -255
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +348 -136
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +84 -44
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.css +0 -1
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +209 -76
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +490 -202
  36. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +221 -115
  37. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +92 -42
  38. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +92 -42
  39. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +771 -0
  40. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +92 -42
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +92 -42
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +92 -42
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +92 -42
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +92 -42
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +92 -42
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +114 -63
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +92 -42
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +92 -42
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +92 -42
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +92 -42
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +92 -42
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +92 -42
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +92 -42
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +92 -42
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +92 -42
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +92 -42
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +92 -42
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +92 -42
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +93 -43
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +92 -42
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +92 -42
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +92 -42
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +92 -42
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +92 -42
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +107 -57
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +92 -42
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +92 -42
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +92 -42
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +92 -42
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +92 -42
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +93 -43
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +92 -42
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +92 -42
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +96 -45
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +92 -42
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +92 -42
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +92 -42
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +92 -42
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +771 -0
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +771 -0
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +92 -42
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +92 -42
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +92 -42
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +92 -42
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +92 -42
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +92 -42
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +92 -42
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +92 -42
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +92 -42
  90. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +768 -0
  91. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +1049 -0
  92. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.eot +0 -0
  93. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.svg +28 -0
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.ttf +0 -0
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.woff +0 -0
  96. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +80 -12
  97. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +161 -63
  98. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +79 -14
  99. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +166 -65
  100. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +74 -10
  101. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +165 -67
  102. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +80 -14
  103. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +165 -67
  104. metadata +13 -16
  105. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.css +0 -3
  106. data/vendor/assets/javascripts/bootstrap-table/extensions/cell-input/bootstrap-table-cell-input.css +0 -12
  107. data/vendor/assets/javascripts/bootstrap-table/extensions/cell-input/bootstrap-table-cell-input.js +0 -2087
  108. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.css +0 -53
  109. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.js +0 -257
  110. data/vendor/assets/javascripts/bootstrap-table/extensions/multi-column-toggle/bootstrap-table-multi-toggle.js +0 -105
  111. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-search/bootstrap-table-multiple-search.js +0 -85
  112. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.css +0 -17
  113. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.js +0 -143
  114. data/vendor/assets/javascripts/bootstrap-table/extensions/natural-sorting/bootstrap-table-natural-sorting.js +0 -1265
  115. data/vendor/assets/javascripts/bootstrap-table/extensions/select2-filter/bootstrap-table-select2-filter.js +0 -341
  116. data/vendor/assets/javascripts/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.css +0 -1
  117. data/vendor/assets/javascripts/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.js +0 -142
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  /**
3
2
  * @author zhixin wen <wenzhixin2010@gmail.com>
4
3
  * https://github.com/wenzhixin/bootstrap-table/
@@ -9,6 +8,7 @@
9
8
  display: block;
10
9
  clear: both;
11
10
  }
11
+
12
12
  .bootstrap-table .fixed-table-toolbar .bs-bars,
13
13
  .bootstrap-table .fixed-table-toolbar .search,
14
14
  .bootstrap-table .fixed-table-toolbar .columns {
@@ -16,21 +16,26 @@
16
16
  margin-top: 10px;
17
17
  margin-bottom: 10px;
18
18
  }
19
+
19
20
  .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
20
21
  display: inline-block;
21
22
  margin-left: -1px !important;
22
23
  }
24
+
23
25
  .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
24
26
  border-radius: 0;
25
27
  }
28
+
26
29
  .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
27
30
  border-top-left-radius: 4px;
28
31
  border-bottom-left-radius: 4px;
29
32
  }
33
+
30
34
  .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
31
35
  border-top-right-radius: 4px;
32
36
  border-bottom-right-radius: 4px;
33
37
  }
38
+
34
39
  .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
35
40
  text-align: left;
36
41
  max-height: 300px;
@@ -38,6 +43,7 @@
38
43
  -ms-overflow-style: scrollbar;
39
44
  z-index: 1001;
40
45
  }
46
+
41
47
  .bootstrap-table .fixed-table-toolbar .columns label {
42
48
  display: block;
43
49
  padding: 3px 20px;
@@ -45,40 +51,50 @@
45
51
  font-weight: normal;
46
52
  line-height: 1.428571429;
47
53
  }
54
+
48
55
  .bootstrap-table .fixed-table-toolbar .columns-left {
49
56
  margin-right: 5px;
50
57
  }
58
+
51
59
  .bootstrap-table .fixed-table-toolbar .columns-right {
52
60
  margin-left: 5px;
53
61
  }
62
+
54
63
  .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
55
64
  right: 0;
56
65
  left: auto;
57
66
  }
67
+
58
68
  .bootstrap-table .fixed-table-container {
59
69
  position: relative;
60
70
  clear: both;
61
71
  }
72
+
62
73
  .bootstrap-table .fixed-table-container .table {
63
74
  width: 100%;
64
75
  margin-bottom: 0 !important;
65
76
  }
77
+
66
78
  .bootstrap-table .fixed-table-container .table th,
67
79
  .bootstrap-table .fixed-table-container .table td {
68
80
  vertical-align: middle;
69
81
  box-sizing: border-box;
70
82
  }
83
+
71
84
  .bootstrap-table .fixed-table-container .table thead th {
72
85
  vertical-align: bottom;
73
86
  padding: 0;
74
87
  margin: 0;
75
88
  }
89
+
76
90
  .bootstrap-table .fixed-table-container .table thead th:focus {
77
91
  outline: 0 solid transparent;
78
92
  }
93
+
79
94
  .bootstrap-table .fixed-table-container .table thead th.detail {
80
95
  width: 30px;
81
96
  }
97
+
82
98
  .bootstrap-table .fixed-table-container .table thead th .th-inner {
83
99
  padding: 0.75rem;
84
100
  vertical-align: bottom;
@@ -86,74 +102,94 @@
86
102
  text-overflow: ellipsis;
87
103
  white-space: nowrap;
88
104
  }
105
+
89
106
  .bootstrap-table .fixed-table-container .table thead th .sortable {
90
107
  cursor: pointer;
91
108
  background-position: right;
92
109
  background-repeat: no-repeat;
93
- padding-right: 30px;
110
+ padding-right: 30px !important;
94
111
  }
112
+
95
113
  .bootstrap-table .fixed-table-container .table thead th .both {
96
114
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
97
115
  }
116
+
98
117
  .bootstrap-table .fixed-table-container .table thead th .asc {
99
118
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
100
119
  }
120
+
101
121
  .bootstrap-table .fixed-table-container .table thead th .desc {
102
122
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
103
123
  }
124
+
104
125
  .bootstrap-table .fixed-table-container .table tbody tr.selected td {
105
126
  background-color: #f9f9f9;
106
127
  }
107
- .bootstrap-table .fixed-table-container .table tbody tr.no-records-found {
128
+
129
+ .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
108
130
  text-align: center;
109
131
  }
132
+
110
133
  .bootstrap-table .fixed-table-container .table tbody tr .card-view {
111
134
  display: flex;
112
135
  }
136
+
113
137
  .bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
114
138
  font-weight: bold;
115
139
  display: inline-block;
116
140
  min-width: 30%;
117
141
  text-align: left !important;
118
142
  }
143
+
119
144
  .bootstrap-table .fixed-table-container .table .bs-checkbox {
120
145
  text-align: center;
121
146
  }
147
+
122
148
  .bootstrap-table .fixed-table-container .table .bs-checkbox label {
123
149
  margin-bottom: 0;
124
150
  }
125
- .bootstrap-table .fixed-table-container .table input[type=radio],
126
- .bootstrap-table .fixed-table-container .table input[type=checkbox] {
151
+
152
+ .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type="radio"],
153
+ .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type="checkbox"] {
127
154
  margin: 0 auto !important;
128
155
  }
156
+
129
157
  .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
130
158
  padding: 0.3rem;
131
159
  }
160
+
132
161
  .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
133
162
  border-bottom: 1px solid #f1f1f1;
134
163
  }
164
+
135
165
  .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
136
166
  border-top: 1px solid #f1f1f1;
137
167
  border-bottom: 1px solid #f1f1f1;
138
168
  }
169
+
139
170
  .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
140
171
  border-left: 1px solid #f1f1f1;
141
172
  border-right: 1px solid #f1f1f1;
142
173
  }
174
+
143
175
  .bootstrap-table .fixed-table-container.fixed-height .table thead th {
144
176
  border-bottom: 1px solid #f1f1f1;
145
177
  }
178
+
146
179
  .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
147
180
  border-bottom: 1px solid #32383e;
148
181
  }
182
+
149
183
  .bootstrap-table .fixed-table-container .fixed-table-header {
150
184
  overflow: hidden;
151
185
  }
186
+
152
187
  .bootstrap-table .fixed-table-container .fixed-table-body {
153
188
  overflow-x: auto;
154
189
  overflow-y: auto;
155
190
  height: 100%;
156
191
  }
192
+
157
193
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
158
194
  align-items: center;
159
195
  background: #fff;
@@ -164,20 +200,23 @@
164
200
  width: 100%;
165
201
  z-index: 1000;
166
202
  }
203
+
167
204
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
168
205
  align-items: baseline;
169
206
  display: flex;
170
207
  justify-content: center;
171
208
  }
209
+
172
210
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
173
- font-size: 2rem;
174
211
  margin-right: 6px;
175
212
  }
213
+
176
214
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
177
215
  align-items: center;
178
216
  display: flex;
179
217
  justify-content: center;
180
218
  }
219
+
181
220
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
182
221
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
183
222
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
@@ -193,68 +232,86 @@
193
232
  opacity: 0;
194
233
  width: 5px;
195
234
  }
235
+
196
236
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
197
237
  animation-delay: 0.3s;
198
238
  }
239
+
199
240
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
200
241
  animation-delay: 0.6s;
201
242
  }
243
+
202
244
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
203
245
  background: rgba(0, 0, 0, 0.87);
204
246
  }
247
+
205
248
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
206
249
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
207
250
  .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
208
251
  background: #fff;
209
252
  }
253
+
210
254
  .bootstrap-table .fixed-table-container .fixed-table-footer {
211
255
  overflow: hidden;
212
256
  }
257
+
213
258
  .bootstrap-table .fixed-table-pagination::after {
214
259
  content: "";
215
260
  display: block;
216
261
  clear: both;
217
262
  }
263
+
218
264
  .bootstrap-table .fixed-table-pagination > .pagination-detail,
219
265
  .bootstrap-table .fixed-table-pagination > .pagination {
220
266
  margin-top: 10px;
221
267
  margin-bottom: 10px;
222
268
  }
269
+
223
270
  .bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
224
271
  line-height: 34px;
225
272
  margin-right: 5px;
226
273
  }
274
+
227
275
  .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
228
276
  display: inline-block;
229
277
  }
278
+
230
279
  .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
231
280
  position: relative;
232
281
  display: inline-block;
233
282
  vertical-align: middle;
234
283
  }
284
+
235
285
  .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
236
286
  margin-bottom: 0;
237
287
  }
288
+
238
289
  .bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
239
290
  margin: 0;
240
291
  }
292
+
241
293
  .bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
242
294
  padding: 6px 12px;
243
295
  line-height: 1.428571429;
244
296
  }
297
+
245
298
  .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
246
299
  color: #c8c8c8;
247
300
  }
301
+
248
302
  .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
249
- content: "⬅";
303
+ content: '\2B05';
250
304
  }
305
+
251
306
  .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
252
- content: "➡";
307
+ content: '\27A1';
253
308
  }
309
+
254
310
  .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
255
311
  pointer-events: none;
256
312
  cursor: default;
257
313
  }
314
+
258
315
  .bootstrap-table.fullscreen {
259
316
  position: fixed;
260
317
  top: 0;
@@ -292,38 +349,46 @@ div.fixed-table-scroll-outer {
292
349
  opacity: 0;
293
350
  }
294
351
  }
352
+
295
353
  .bootstrap-table .float-left {
296
354
  float: left;
297
355
  }
356
+
298
357
  .bootstrap-table .float-right {
299
358
  float: right;
300
359
  }
360
+
301
361
  .bootstrap-table .fixed-table-toolbar .search input {
302
362
  height: 2.5293rem;
303
363
  }
304
- .bootstrap-table .fixed-table-toolbar .keep-open .dropdown-container .button:hover .menu {
364
+
365
+ .bootstrap-table .fixed-table-toolbar .keep-open.dropdown-container .button:hover .menu {
305
366
  background: #fff;
306
367
  }
307
- .bootstrap-table .fixed-table-toolbar .keep-open .dropdown-container .menu li {
368
+
369
+ .bootstrap-table .fixed-table-toolbar .keep-open.dropdown-container .menu li {
308
370
  padding: 5px 0;
309
371
  }
310
- .bootstrap-table .fixed-table-toolbar .keep-open .dropdown-container .menu li label {
372
+
373
+ .bootstrap-table .fixed-table-toolbar .keep-open.dropdown-container .menu li label {
311
374
  white-space: nowrap;
312
375
  text-align: left;
313
376
  }
377
+
314
378
  .bootstrap-table .fixed-table-toolbar input,
315
379
  .bootstrap-table .fixed-table-toolbar .button {
316
380
  margin-bottom: 0;
317
381
  }
382
+
318
383
  .bootstrap-table .fixed-table-pagination .button {
319
384
  margin-bottom: 0;
320
385
  }
386
+
321
387
  .bootstrap-table .fixed-table-pagination .dropup .fa-angle-down:before {
322
- content: "";
388
+ content: "\f106";
323
389
  }
390
+
324
391
  .bootstrap-table .dropdown-pane {
325
392
  width: auto;
326
393
  padding: 0.5rem;
327
394
  }
328
-
329
- /*# sourceMappingURL=bootstrap-table-foundation.css.map */