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