bootstrap-table v1.21.3 -> v1.21.4 (#1386)

This commit is contained in:
nobody 2023-04-03 06:34:13 +02:00
parent 033bd7505e
commit b15c251711
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 15 additions and 14 deletions

View File

@ -295,8 +295,8 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/bootstrap-slider.
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/css/bootstrap-slider.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/bootstrap-slider.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/css/bootstrap-slider.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.21.3/bootstrap-table.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.21.3/bootstrap-table.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.21.4/bootstrap-table.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.21.4/bootstrap-table.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap2-toggle.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/js/bootstrap2-toggle.min.js

View File

@ -156,7 +156,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2';
if (type.startsWith('/bootstrap-slider/11.')) return '11.0.2';
if (type.startsWith('/bootstrap-select/1.')) return '1.13.18';
if (type.startsWith('/bootstrap-table/1.')) return '1.21.3';
if (type.startsWith('/bootstrap-table/1.')) return '1.21.4';
if (type.startsWith('/bootstrap-toggle/2.')) return '2.2.2';
if (type.startsWith('/bootstrap-vue/2.')) return '2.23.1';
if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2';

View File

@ -37,6 +37,7 @@
<li>popper.js v2.11.6 -> v2.11.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1383">#1383</a>)</li>
<li>swagger-ui v4.18.1 -> v4.18.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1384">#1384</a>)</li>
<li>plyr v3.7.7 -> v3.7.8 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1385">#1385</a>)</li>
<li>bootstrap-table v1.21.3 -> v1.21.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1386">#1386</a>)</li>
</div>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
/**
* bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
*
* @version v1.21.2
* @version v1.21.4
* @homepage https://bootstrap-table.com
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
* @license MIT

File diff suppressed because one or more lines are too long