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
@@ -1,14 +1,14 @@
1
- @charset "UTF-8";
2
1
  /**
3
2
  * @author zhixin wen <wenzhixin2010@gmail.com>
4
- * version: 1.13.4
3
+ * version: 1.17.0
5
4
  * https://github.com/wenzhixin/bootstrap-table/
6
5
  */
7
- .bootstrap-table .fixed-table-toolbar:after {
6
+ .bootstrap-table .fixed-table-toolbar::after {
8
7
  content: "";
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,26 +16,34 @@
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
+
25
+ .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
26
+ border-radius: 0;
27
+ }
28
+
23
29
  .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
24
30
  border-top-left-radius: 4px;
25
31
  border-bottom-left-radius: 4px;
26
32
  }
33
+
27
34
  .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
28
35
  border-top-right-radius: 4px;
29
36
  border-bottom-right-radius: 4px;
30
37
  }
31
- .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
32
- border-radius: 0;
33
- }
38
+
34
39
  .bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
35
40
  text-align: left;
36
41
  max-height: 300px;
37
42
  overflow: auto;
43
+ -ms-overflow-style: scrollbar;
44
+ z-index: 1001;
38
45
  }
46
+
39
47
  .bootstrap-table .fixed-table-toolbar .columns label {
40
48
  display: block;
41
49
  padding: 3px 20px;
@@ -43,72 +51,50 @@
43
51
  font-weight: normal;
44
52
  line-height: 1.428571429;
45
53
  }
54
+
46
55
  .bootstrap-table .fixed-table-toolbar .columns-left {
47
56
  margin-right: 5px;
48
57
  }
58
+
49
59
  .bootstrap-table .fixed-table-toolbar .columns-right {
50
60
  margin-left: 5px;
51
61
  }
62
+
52
63
  .bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
53
64
  right: 0;
54
65
  left: auto;
55
66
  }
67
+
56
68
  .bootstrap-table .fixed-table-container {
57
69
  position: relative;
58
70
  clear: both;
59
71
  }
60
- .bootstrap-table .fixed-table-container.fixed-height {
61
- border-bottom: 1px solid #dee2e6;
62
- }
63
- .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
64
- border-left: 1px solid #dee2e6;
65
- border-right: 1px solid #dee2e6;
66
- }
67
- .bootstrap-table .fixed-table-container.fixed-height .table thead th {
68
- border-bottom: 1px solid #dee2e6;
69
- }
70
- .bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
71
- border-bottom: 1px solid #32383e;
72
- }
73
- .bootstrap-table .fixed-table-container .fixed-table-header {
74
- overflow: hidden;
75
- }
76
- .bootstrap-table .fixed-table-container .fixed-table-body {
77
- overflow-x: auto;
78
- overflow-y: auto;
79
- height: 100%;
80
- }
81
- .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
82
- display: none;
83
- position: absolute;
84
- top: 42px;
85
- right: 0;
86
- bottom: 0;
87
- left: 0;
88
- z-index: 99;
89
- background-color: #fff;
90
- text-align: center;
91
- }
72
+
92
73
  .bootstrap-table .fixed-table-container .table {
93
74
  width: 100%;
94
75
  margin-bottom: 0 !important;
95
76
  }
77
+
96
78
  .bootstrap-table .fixed-table-container .table th,
97
79
  .bootstrap-table .fixed-table-container .table td {
98
80
  vertical-align: middle;
99
81
  box-sizing: border-box;
100
82
  }
83
+
101
84
  .bootstrap-table .fixed-table-container .table thead th {
102
85
  vertical-align: bottom;
103
86
  padding: 0;
104
87
  margin: 0;
105
88
  }
89
+
106
90
  .bootstrap-table .fixed-table-container .table thead th:focus {
107
91
  outline: 0 solid transparent;
108
92
  }
93
+
109
94
  .bootstrap-table .fixed-table-container .table thead th.detail {
110
95
  width: 30px;
111
96
  }
97
+
112
98
  .bootstrap-table .fixed-table-container .table thead th .th-inner {
113
99
  padding: 0.75rem;
114
100
  vertical-align: bottom;
@@ -116,107 +102,225 @@
116
102
  text-overflow: ellipsis;
117
103
  white-space: nowrap;
118
104
  }
105
+
119
106
  .bootstrap-table .fixed-table-container .table thead th .sortable {
120
107
  cursor: pointer;
121
108
  background-position: right;
122
109
  background-repeat: no-repeat;
123
- padding-right: 30px;
110
+ padding-right: 30px !important;
124
111
  }
112
+
125
113
  .bootstrap-table .fixed-table-container .table thead th .both {
126
114
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
127
115
  }
116
+
128
117
  .bootstrap-table .fixed-table-container .table thead th .asc {
129
118
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
130
119
  }
120
+
131
121
  .bootstrap-table .fixed-table-container .table thead th .desc {
132
122
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
133
123
  }
124
+
134
125
  .bootstrap-table .fixed-table-container .table tbody tr.selected td {
135
126
  background-color: rgba(0, 0, 0, 0.075);
136
127
  }
137
- .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 {
138
130
  text-align: center;
139
131
  }
140
- .bootstrap-table .fixed-table-container .table tbody tr .card-view .title {
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 {
141
138
  font-weight: bold;
142
139
  display: inline-block;
143
140
  min-width: 30%;
144
141
  text-align: left !important;
145
142
  }
143
+
146
144
  .bootstrap-table .fixed-table-container .table .bs-checkbox {
147
145
  text-align: center;
148
146
  }
149
- .bootstrap-table .fixed-table-container .table input[type=radio],
150
- .bootstrap-table .fixed-table-container .table input[type=checkbox] {
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"] {
151
154
  margin: 0 auto !important;
152
155
  }
156
+
153
157
  .bootstrap-table .fixed-table-container .table.table-sm .th-inner {
154
158
  padding: 0.3rem;
155
159
  }
156
- .bootstrap-table .fixed-table-container .fixed-table-footer {
157
- overflow: hidden;
160
+
161
+ .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
162
+ border-bottom: 1px solid #dee2e6;
163
+ }
164
+
165
+ .bootstrap-table .fixed-table-container.fixed-height.has-card-view {
158
166
  border-top: 1px solid #dee2e6;
167
+ border-bottom: 1px solid #dee2e6;
159
168
  }
160
- .bootstrap-table .fixed-table-container .fixed-table-footer .table {
161
- border-bottom: none;
162
- border-radius: 0;
163
- padding: 0 !important;
169
+
170
+ .bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
171
+ border-left: 1px solid #dee2e6;
172
+ border-right: 1px solid #dee2e6;
164
173
  }
165
- .bootstrap-table .fixed-table-container .fixed-table-footer .table tbody > tr > td {
166
- padding: 0 !important;
174
+
175
+ .bootstrap-table .fixed-table-container.fixed-height .table thead th {
176
+ border-bottom: 1px solid #dee2e6;
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: #fff;
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;
167
208
  }
168
- .bootstrap-table .fixed-table-pagination:after {
209
+
210
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
211
+ margin-right: 6px;
212
+ }
213
+
214
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
215
+ align-items: center;
216
+ display: flex;
217
+ justify-content: center;
218
+ }
219
+
220
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
221
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
222
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
223
+ content: "";
224
+ animation-duration: 1.5s;
225
+ animation-iteration-count: infinite;
226
+ animation-name: LOADING;
227
+ background: #212529;
228
+ border-radius: 50%;
229
+ display: block;
230
+ height: 5px;
231
+ margin: 0 4px;
232
+ opacity: 0;
233
+ width: 5px;
234
+ }
235
+
236
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
237
+ animation-delay: 0.3s;
238
+ }
239
+
240
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
241
+ animation-delay: 0.6s;
242
+ }
243
+
244
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
245
+ background: #212529;
246
+ }
247
+
248
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
249
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
250
+ .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
251
+ background: #fff;
252
+ }
253
+
254
+ .bootstrap-table .fixed-table-container .fixed-table-footer {
255
+ overflow: hidden;
256
+ }
257
+
258
+ .bootstrap-table .fixed-table-pagination::after {
169
259
  content: "";
170
260
  display: block;
171
261
  clear: both;
172
262
  }
263
+
173
264
  .bootstrap-table .fixed-table-pagination > .pagination-detail,
174
265
  .bootstrap-table .fixed-table-pagination > .pagination {
175
266
  margin-top: 10px;
176
267
  margin-bottom: 10px;
177
268
  }
269
+
178
270
  .bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
179
271
  line-height: 34px;
180
272
  margin-right: 5px;
181
273
  }
274
+
182
275
  .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
183
276
  display: inline-block;
184
277
  }
278
+
185
279
  .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
186
280
  position: relative;
187
281
  display: inline-block;
188
282
  vertical-align: middle;
189
283
  }
284
+
190
285
  .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
191
286
  margin-bottom: 0;
192
287
  }
288
+
193
289
  .bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
194
290
  margin: 0;
195
291
  }
292
+
196
293
  .bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
197
294
  padding: 6px 12px;
198
295
  line-height: 1.428571429;
199
296
  }
297
+
200
298
  .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
201
299
  color: #c8c8c8;
202
300
  }
203
- .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a:before {
204
- content: "⬅";
301
+
302
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
303
+ content: '\2B05';
205
304
  }
206
- .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a:after {
207
- content: "➡";
305
+
306
+ .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
307
+ content: '\27A1';
208
308
  }
309
+
209
310
  .bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
210
311
  pointer-events: none;
211
312
  cursor: default;
212
313
  }
314
+
213
315
  .bootstrap-table.fullscreen {
214
316
  position: fixed;
215
317
  top: 0;
216
318
  left: 0;
217
319
  z-index: 1050;
218
320
  width: 100% !important;
219
- background: #FFF;
321
+ background: #fff;
322
+ height: calc(100vh);
323
+ overflow-y: scroll;
220
324
  }
221
325
 
222
326
  /* calculate scrollbar width */
@@ -234,4 +338,14 @@ div.fixed-table-scroll-outer {
234
338
  overflow: hidden;
235
339
  }
236
340
 
237
- /*# sourceMappingURL=bootstrap-table.css.map */
341
+ @keyframes LOADING {
342
+ 0% {
343
+ opacity: 0;
344
+ }
345
+ 50% {
346
+ opacity: 1;
347
+ }
348
+ to {
349
+ opacity: 0;
350
+ }
351
+ }