Added: bootstrap-multiselect v0.9.16 (#242)

This commit is contained in:
nobody 2021-01-22 06:33:40 +01:00
parent 3815a98589
commit a2443ad094
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 11 additions and 0 deletions

View File

@ -228,6 +228,7 @@ mappings.cdn = {
'bootstrap-datepicker/{version}/locales/bootstrap-datepicker.zh-CN.': resources.bootstrapDatepickerBundle,
'bootstrap-datepicker/{version}/locales/bootstrap-datepicker.zh-TW.': resources.bootstrapDatepickerBundle,
'bootstrap-datepicker/{version}/css/datepicker.': resources.bootstrapDatepickerBundle,
'bootstrap-multiselect/{version}/js/bootstrap-multiselect.': resources.bootstrapMultiselectJS,
'bootstrap-select/{version}/css/bootstrap-select.': resources.bootstrapSelectCSS,
'bootstrap-select/{version}/js/bootstrap-select.': resources.bootstrapSelectJS,
'bootstrap-slider/{version}/css/bootstrap-slider.min.css': resources.bootstrapSliderCSS,

View File

@ -238,6 +238,11 @@ var resources = {
'path': 'resources/bootstrap-datepicker/{version}/',
'type': 'application/javascript'
},
// bootstrap-multiselect
'bootstrapMultiselectJS': {
'path': 'resources/bootstrap-multiselect/{version}/bootstrap-multiselect.min.jsm',
'type': 'application/javascript'
},
// Bootstrap-select
'bootstrapSelectCSS': {
'path': 'resources/bootstrap-select/{version}/css/bootstrap-select.min.css',

View File

@ -144,6 +144,8 @@ targets.setLastVersion = function (type, version) {
return '3.1';
} else if (type.startsWith('/bootstrap-datepicker/1.')) {
return '1.9.0';
} else if (type.startsWith('/bootstrap-multiselect/0.')) {
return '0.9.16';
} else if (type.startsWith('/bootstrap-slider/10.')) {
return '10.6.2';
} else if (type.startsWith('/bootstrap-slider/11.')) {
@ -478,6 +480,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'bootstrap-multiselect.min.jsm': 'Bootstrap Multiselect',
'ajax-bootstrap-select.min.jsm': 'Ajax Bootstrap Select',
'bootstrap-vue.min.jsm': 'BootstrapVue (JS)',
'bootstrap-vue.min.css': 'BootstrapVue (CSS)',

View File

@ -45,6 +45,7 @@
<li>Updated: algoliasearch v4.8.3 -> v4.8.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/239">#239</a>)</li>
<li>Added: bootstrap-vue v2.21.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/240">#240</a>)</li>
<li>Added: ajax-bootstrap-select v1.4.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/241">#241</a>)</li>
<li>Added: bootstrap-multiselect v0.9.16 (<a href="https://codeberg.org/nobody/LocalCDN/issues/242">#242</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long