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