bootstrap-table-rails 1.18.1 → 1.18.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.DS_Store +0 -0
- data/Gemfile.lock +1 -1
- data/README.md +30 -132
- data/lib/bootstrap-table-rails/version.rb +1 -1
- data/vendor/.DS_Store +0 -0
- data/vendor/assets/.DS_Store +0 -0
- data/vendor/assets/javascripts/.DS_Store +0 -0
- data/vendor/assets/javascripts/bootstrap-table/.DS_Store +0 -0
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +196 -147
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +179 -990
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +180 -991
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +9 -1
- data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +731 -1114
- data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +122 -35
- data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +115 -39
- data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +458 -911
- data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +124 -48
- data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +122 -43
- data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +66 -24
- data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +433 -977
- data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +460 -951
- data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +275 -140
- data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +176 -86
- data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +128 -48
- data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +164 -75
- data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +45 -11
- data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +136 -36
- data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +227 -141
- data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +148 -94
- data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +111 -35
- data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +93 -49
- data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +396 -999
- data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +144 -56
- data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +104 -33
- data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +283 -87
- data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +116 -40
- data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +456 -1034
- data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +278 -990
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +69 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +53 -43
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +30 -20
- data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +114 -35
- data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +109 -30
- data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +113 -34
- data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +110 -31
- data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +8 -0
- data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +107 -28
- metadata +6 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 428218cca52daf30d223caea4fadf9b32d4270dae348c9eca1c4cb131226ab5d
|
4
|
+
data.tar.gz: d2dc46444fa3ef7234fdabf72b942f7e938b7f1272fb90e11895f9b03cc69df5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5d4f3b900e2fe1786faf41096e0d34cd4de0b2f4b759f73a86c8b655bdd090d5cab3422a2b99433fb9527593513912c3a4abea4064a6353b82a2de6572241eb
|
7
|
+
data.tar.gz: dd5acb4a238beb22b484b709a34f2465f1d7c347e331922ca6d2e9a5c83b4d3b72034a2fb49180be7879bbb4ea2730dfd0948bfebe723f4d35e9da3cd5955eb5
|
data/.DS_Store
ADDED
Binary file
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -37,218 +37,124 @@ vendor/
|
|
37
37
|
└── javascripts
|
38
38
|
└── bootstrap-table
|
39
39
|
├── bootstrap-table-locale-all.js
|
40
|
-
├── bootstrap-table-locale-all.min.js
|
41
40
|
├── bootstrap-table-vue.esm.js
|
42
|
-
├── bootstrap-table-vue.esm.min.js
|
43
41
|
├── bootstrap-table-vue.js
|
44
|
-
├── bootstrap-table-vue.min.js
|
45
42
|
├── bootstrap-table.css
|
46
43
|
├── bootstrap-table.js
|
47
|
-
├── bootstrap-table.min.css
|
48
|
-
├── bootstrap-table.min.js
|
49
44
|
├── extensions
|
50
|
-
│ ├── accent-neutralise
|
51
|
-
│ │ ├── bootstrap-table-accent-neutralise.js
|
52
|
-
│ │ └── bootstrap-table-accent-neutralise.min.js
|
53
45
|
│ ├── addrbar
|
54
|
-
│ │
|
55
|
-
│ │ └── bootstrap-table-addrbar.min.js
|
46
|
+
│ │ └── bootstrap-table-addrbar.js
|
56
47
|
│ ├── auto-refresh
|
57
|
-
│ │
|
58
|
-
│ │ └── bootstrap-table-auto-refresh.min.js
|
48
|
+
│ │ └── bootstrap-table-auto-refresh.js
|
59
49
|
│ ├── cookie
|
60
|
-
│ │
|
61
|
-
│ │ └── bootstrap-table-cookie.min.js
|
50
|
+
│ │ └── bootstrap-table-cookie.js
|
62
51
|
│ ├── copy-rows
|
63
|
-
│ │
|
64
|
-
│ │ └── bootstrap-table-copy-rows.min.js
|
52
|
+
│ │ └── bootstrap-table-copy-rows.js
|
65
53
|
│ ├── custom-view
|
66
|
-
│ │
|
67
|
-
│ │ └── bootstrap-table-custom-view.min.js
|
54
|
+
│ │ └── bootstrap-table-custom-view.js
|
68
55
|
│ ├── defer-url
|
69
|
-
│ │
|
70
|
-
│ │ └── bootstrap-table-defer-url.min.js
|
56
|
+
│ │ └── bootstrap-table-defer-url.js
|
71
57
|
│ ├── editable
|
72
|
-
│ │
|
73
|
-
│ │ └── bootstrap-table-editable.min.js
|
58
|
+
│ │ └── bootstrap-table-editable.js
|
74
59
|
│ ├── export
|
75
|
-
│ │
|
76
|
-
│ │ └── bootstrap-table-export.min.js
|
60
|
+
│ │ └── bootstrap-table-export.js
|
77
61
|
│ ├── filter-control
|
78
62
|
│ │ ├── bootstrap-table-filter-control.css
|
79
63
|
│ │ ├── bootstrap-table-filter-control.js
|
80
|
-
│ │
|
81
|
-
│ │ ├── bootstrap-table-filter-control.min.js
|
82
|
-
│ │ ├── utils.js
|
83
|
-
│ │ └── utils.min.js
|
64
|
+
│ │ └── utils.js
|
84
65
|
│ ├── fixed-columns
|
85
66
|
│ │ ├── bootstrap-table-fixed-columns.css
|
86
|
-
│ │
|
87
|
-
│ │ ├── bootstrap-table-fixed-columns.min.css
|
88
|
-
│ │ └── bootstrap-table-fixed-columns.min.js
|
67
|
+
│ │ └── bootstrap-table-fixed-columns.js
|
89
68
|
│ ├── group-by-v2
|
90
69
|
│ │ ├── bootstrap-table-group-by.css
|
91
|
-
│ │
|
92
|
-
│ │ ├── bootstrap-table-group-by.min.css
|
93
|
-
│ │ └── bootstrap-table-group-by.min.js
|
70
|
+
│ │ └── bootstrap-table-group-by.js
|
94
71
|
│ ├── i18n-enhance
|
95
|
-
│ │
|
96
|
-
│ │ └── bootstrap-table-i18n-enhance.min.js
|
72
|
+
│ │ └── bootstrap-table-i18n-enhance.js
|
97
73
|
│ ├── key-events
|
98
|
-
│ │
|
99
|
-
│ │ └── bootstrap-table-key-events.min.js
|
74
|
+
│ │ └── bootstrap-table-key-events.js
|
100
75
|
│ ├── mobile
|
101
|
-
│ │
|
102
|
-
│ │ └── bootstrap-table-mobile.min.js
|
76
|
+
│ │ └── bootstrap-table-mobile.js
|
103
77
|
│ ├── multiple-sort
|
104
|
-
│ │
|
105
|
-
│ │ └── bootstrap-table-multiple-sort.min.js
|
78
|
+
│ │ └── bootstrap-table-multiple-sort.js
|
106
79
|
│ ├── page-jump-to
|
107
80
|
│ │ ├── bootstrap-table-page-jump-to.css
|
108
|
-
│ │
|
109
|
-
│ │ ├── bootstrap-table-page-jump-to.min.css
|
110
|
-
│ │ └── bootstrap-table-page-jump-to.min.js
|
81
|
+
│ │ └── bootstrap-table-page-jump-to.js
|
111
82
|
│ ├── pipeline
|
112
|
-
│ │
|
113
|
-
│ │ └── bootstrap-table-pipeline.min.js
|
83
|
+
│ │ └── bootstrap-table-pipeline.js
|
114
84
|
│ ├── print
|
115
|
-
│ │
|
116
|
-
│ │ └── bootstrap-table-print.min.js
|
85
|
+
│ │ └── bootstrap-table-print.js
|
117
86
|
│ ├── reorder-columns
|
118
|
-
│ │
|
119
|
-
│ │ └── bootstrap-table-reorder-columns.min.js
|
87
|
+
│ │ └── bootstrap-table-reorder-columns.js
|
120
88
|
│ ├── reorder-rows
|
121
89
|
│ │ ├── bootstrap-table-reorder-rows.css
|
122
|
-
│ │
|
123
|
-
│ │ ├── bootstrap-table-reorder-rows.min.css
|
124
|
-
│ │ └── bootstrap-table-reorder-rows.min.js
|
90
|
+
│ │ └── bootstrap-table-reorder-rows.js
|
125
91
|
│ ├── resizable
|
126
|
-
│ │
|
127
|
-
│ │ └── bootstrap-table-resizable.min.js
|
92
|
+
│ │ └── bootstrap-table-resizable.js
|
128
93
|
│ ├── sticky-header
|
129
94
|
│ │ ├── bootstrap-table-sticky-header.css
|
130
|
-
│ │
|
131
|
-
│ │ ├── bootstrap-table-sticky-header.min.css
|
132
|
-
│ │ └── bootstrap-table-sticky-header.min.js
|
95
|
+
│ │ └── bootstrap-table-sticky-header.js
|
133
96
|
│ ├── toolbar
|
134
|
-
│ │
|
135
|
-
│ │ └── bootstrap-table-toolbar.min.js
|
97
|
+
│ │ └── bootstrap-table-toolbar.js
|
136
98
|
│ └── treegrid
|
137
|
-
│
|
138
|
-
│ └── bootstrap-table-treegrid.min.js
|
99
|
+
│ └── bootstrap-table-treegrid.js
|
139
100
|
├── locale
|
140
101
|
│ ├── bootstrap-table-af-ZA.js
|
141
|
-
│ ├── bootstrap-table-af-ZA.min.js
|
142
102
|
│ ├── bootstrap-table-ar-SA.js
|
143
|
-
│ ├── bootstrap-table-ar-SA.min.js
|
144
103
|
│ ├── bootstrap-table-bg-BG.js
|
145
|
-
│ ├── bootstrap-table-bg-BG.min.js
|
146
104
|
│ ├── bootstrap-table-ca-ES.js
|
147
|
-
│ ├── bootstrap-table-ca-ES.min.js
|
148
105
|
│ ├── bootstrap-table-cs-CZ.js
|
149
|
-
│ ├── bootstrap-table-cs-CZ.min.js
|
150
106
|
│ ├── bootstrap-table-da-DK.js
|
151
|
-
│ ├── bootstrap-table-da-DK.min.js
|
152
107
|
│ ├── bootstrap-table-de-DE.js
|
153
|
-
│ ├── bootstrap-table-de-DE.min.js
|
154
108
|
│ ├── bootstrap-table-el-GR.js
|
155
|
-
│ ├── bootstrap-table-el-GR.min.js
|
156
109
|
│ ├── bootstrap-table-en-US.js
|
157
|
-
│ ├── bootstrap-table-en-US.min.js
|
158
110
|
│ ├── bootstrap-table-es-AR.js
|
159
|
-
│ ├── bootstrap-table-es-AR.min.js
|
160
111
|
│ ├── bootstrap-table-es-CL.js
|
161
|
-
│ ├── bootstrap-table-es-CL.min.js
|
162
112
|
│ ├── bootstrap-table-es-CR.js
|
163
|
-
│ ├── bootstrap-table-es-CR.min.js
|
164
113
|
│ ├── bootstrap-table-es-ES.js
|
165
|
-
│ ├── bootstrap-table-es-ES.min.js
|
166
114
|
│ ├── bootstrap-table-es-MX.js
|
167
|
-
│ ├── bootstrap-table-es-MX.min.js
|
168
115
|
│ ├── bootstrap-table-es-NI.js
|
169
|
-
│ ├── bootstrap-table-es-NI.min.js
|
170
116
|
│ ├── bootstrap-table-es-SP.js
|
171
|
-
│ ├── bootstrap-table-es-SP.min.js
|
172
117
|
│ ├── bootstrap-table-et-EE.js
|
173
|
-
│ ├── bootstrap-table-et-EE.min.js
|
174
118
|
│ ├── bootstrap-table-eu-EU.js
|
175
|
-
│ ├── bootstrap-table-eu-EU.min.js
|
176
119
|
│ ├── bootstrap-table-fa-IR.js
|
177
|
-
│ ├── bootstrap-table-fa-IR.min.js
|
178
120
|
│ ├── bootstrap-table-fi-FI.js
|
179
|
-
│ ├── bootstrap-table-fi-FI.min.js
|
180
121
|
│ ├── bootstrap-table-fr-BE.js
|
181
|
-
│ ├── bootstrap-table-fr-BE.min.js
|
182
122
|
│ ├── bootstrap-table-fr-CH.js
|
183
|
-
│ ├── bootstrap-table-fr-CH.min.js
|
184
123
|
│ ├── bootstrap-table-fr-FR.js
|
185
|
-
│ ├── bootstrap-table-fr-FR.min.js
|
186
124
|
│ ├── bootstrap-table-fr-LU.js
|
187
|
-
│ ├── bootstrap-table-fr-LU.min.js
|
188
125
|
│ ├── bootstrap-table-he-IL.js
|
189
|
-
│ ├── bootstrap-table-he-IL.min.js
|
190
126
|
│ ├── bootstrap-table-hr-HR.js
|
191
|
-
│ ├── bootstrap-table-hr-HR.min.js
|
192
127
|
│ ├── bootstrap-table-hu-HU.js
|
193
|
-
│ ├── bootstrap-table-hu-HU.min.js
|
194
128
|
│ ├── bootstrap-table-id-ID.js
|
195
|
-
│ ├── bootstrap-table-id-ID.min.js
|
196
129
|
│ ├── bootstrap-table-it-IT.js
|
197
|
-
│ ├── bootstrap-table-it-IT.min.js
|
198
130
|
│ ├── bootstrap-table-ja-JP.js
|
199
|
-
│ ├── bootstrap-table-ja-JP.min.js
|
200
131
|
│ ├── bootstrap-table-ka-GE.js
|
201
|
-
│ ├── bootstrap-table-ka-GE.min.js
|
202
132
|
│ ├── bootstrap-table-ko-KR.js
|
203
|
-
│ ├── bootstrap-table-ko-KR.min.js
|
204
133
|
│ ├── bootstrap-table-ms-MY.js
|
205
|
-
│ ├── bootstrap-table-ms-MY.min.js
|
206
134
|
│ ├── bootstrap-table-nb-NO.js
|
207
|
-
│ ├── bootstrap-table-nb-NO.min.js
|
208
135
|
│ ├── bootstrap-table-nl-BE.js
|
209
|
-
│ ├── bootstrap-table-nl-BE.min.js
|
210
136
|
│ ├── bootstrap-table-nl-NL.js
|
211
|
-
│ ├── bootstrap-table-nl-NL.min.js
|
212
137
|
│ ├── bootstrap-table-pl-PL.js
|
213
|
-
│ ├── bootstrap-table-pl-PL.min.js
|
214
138
|
│ ├── bootstrap-table-pt-BR.js
|
215
|
-
│ ├── bootstrap-table-pt-BR.min.js
|
216
139
|
│ ├── bootstrap-table-pt-PT.js
|
217
|
-
│ ├── bootstrap-table-pt-PT.min.js
|
218
140
|
│ ├── bootstrap-table-ro-RO.js
|
219
|
-
│ ├── bootstrap-table-ro-RO.min.js
|
220
141
|
│ ├── bootstrap-table-ru-RU.js
|
221
|
-
│ ├── bootstrap-table-ru-RU.min.js
|
222
142
|
│ ├── bootstrap-table-sk-SK.js
|
223
|
-
│ ├── bootstrap-table-sk-SK.min.js
|
224
143
|
│ ├── bootstrap-table-sr-Cyrl-RS.js
|
225
|
-
│ ├── bootstrap-table-sr-Cyrl-RS.min.js
|
226
144
|
│ ├── bootstrap-table-sr-Latn-RS.js
|
227
|
-
│ ├── bootstrap-table-sr-Latn-RS.min.js
|
228
145
|
│ ├── bootstrap-table-sv-SE.js
|
229
|
-
│ ├── bootstrap-table-sv-SE.min.js
|
230
146
|
│ ├── bootstrap-table-th-TH.js
|
231
|
-
│ ├── bootstrap-table-th-TH.min.js
|
232
147
|
│ ├── bootstrap-table-tr-TR.js
|
233
|
-
│ ├── bootstrap-table-tr-TR.min.js
|
234
148
|
│ ├── bootstrap-table-uk-UA.js
|
235
|
-
│ ├── bootstrap-table-uk-UA.min.js
|
236
149
|
│ ├── bootstrap-table-ur-PK.js
|
237
|
-
│ ├── bootstrap-table-ur-PK.min.js
|
238
150
|
│ ├── bootstrap-table-uz-Latn-UZ.js
|
239
|
-
│ ├── bootstrap-table-uz-Latn-UZ.min.js
|
240
151
|
│ ├── bootstrap-table-vi-VN.js
|
241
|
-
│ ├── bootstrap-table-vi-VN.min.js
|
242
152
|
│ ├── bootstrap-table-zh-CN.js
|
243
|
-
│
|
244
|
-
│ ├── bootstrap-table-zh-TW.js
|
245
|
-
│ └── bootstrap-table-zh-TW.min.js
|
153
|
+
│ └── bootstrap-table-zh-TW.js
|
246
154
|
└── themes
|
247
155
|
├── bootstrap-table
|
248
156
|
│ ├── bootstrap-table.css
|
249
157
|
│ ├── bootstrap-table.js
|
250
|
-
│ ├── bootstrap-table.min.css
|
251
|
-
│ ├── bootstrap-table.min.js
|
252
158
|
│ └── fonts
|
253
159
|
│ ├── bootstrap-table.eot
|
254
160
|
│ ├── bootstrap-table.svg
|
@@ -256,26 +162,18 @@ vendor/
|
|
256
162
|
│ └── bootstrap-table.woff
|
257
163
|
├── bulma
|
258
164
|
│ ├── bootstrap-table-bulma.css
|
259
|
-
│
|
260
|
-
│ ├── bootstrap-table-bulma.min.css
|
261
|
-
│ └── bootstrap-table-bulma.min.js
|
165
|
+
│ └── bootstrap-table-bulma.js
|
262
166
|
├── foundation
|
263
167
|
│ ├── bootstrap-table-foundation.css
|
264
|
-
│
|
265
|
-
│ ├── bootstrap-table-foundation.min.css
|
266
|
-
│ └── bootstrap-table-foundation.min.js
|
168
|
+
│ └── bootstrap-table-foundation.js
|
267
169
|
├── materialize
|
268
170
|
│ ├── bootstrap-table-materialize.css
|
269
|
-
│
|
270
|
-
│ ├── bootstrap-table-materialize.min.css
|
271
|
-
│ └── bootstrap-table-materialize.min.js
|
171
|
+
│ └── bootstrap-table-materialize.js
|
272
172
|
└── semantic
|
273
173
|
├── bootstrap-table-semantic.css
|
274
|
-
|
275
|
-
├── bootstrap-table-semantic.min.css
|
276
|
-
└── bootstrap-table-semantic.min.js
|
174
|
+
└── bootstrap-table-semantic.js
|
277
175
|
|
278
|
-
|
176
|
+
36 directories, 103 files
|
279
177
|
```
|
280
178
|
|
281
179
|
|
data/vendor/.DS_Store
ADDED
Binary file
|
Binary file
|
Binary file
|
Binary file
|