Added: bootstrap-vue v2.21.2 (#240)

This commit is contained in:
nobody 2021-01-22 06:28:18 +01:00
parent 6e621125b6
commit 5d8eb83d53
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 37 additions and 0 deletions

View File

@ -236,6 +236,10 @@ mappings.cdn = {
'bootstrap-toggle/{version}/js/bootstrap2-toggle.': resources.bootstrap2ToggleJS,
'bootstrap-toggle/{version}/css/bootstrap-toggle.': resources.bootstrapToggleCSS,
'bootstrap-toggle/{version}/css/bootstrap2-toggle.': resources.bootstrap2ToggleCSS,
'bootstrap-vue/{version}/bootstrap-vue.min.js': resources.bootstrapVueJS,
'bootstrap-vue/{version}/bootstrap-vue.js': resources.bootstrapVueJS,
'bootstrap-vue/{version}/bootstrap-vue.min.css': resources.bootstrapVueCSS,
'bootstrap-vue/{version}/bootstrap-vue.css': resources.bootstrapVueCSS,
'bootstrap-3-typeahead/{version}/bootstrap3-typeahead.': resources.bootstrap3Typeahead,
'Chart.js/{version}/Chart.bundle.': resources.chartJs,
'Chart.js/{version}/Chart.min.js': resources.chartJs,
@ -437,6 +441,10 @@ mappings.cdn = {
'bootstrap-table@{version}/dist/bootstrap-table.js': resources.bootstrapTableJS,
'bootstrap-table@{version}/dist/bootstrap-table.min.css': resources.bootstrapTableCSS,
'bootstrap-table@{version}/dist/bootstrap-table.css': resources.bootstrapTableCSS,
'bootstrap-vue@{version}/dist/bootstrap-vue.min.css': resources.bootstrapVueCSS,
'bootstrap-vue@{version}/dist/bootstrap-vue.css': resources.bootstrapVueCSS,
'bootstrap-vue@{version}/dist/bootstrap-vue.min.js': resources.bootstrapVueJS,
'bootstrap-vue@{version}/dist/bootstrap-vue.js': resources.bootstrapVueJS,
'clipboard@{version}/dist/clipboard.': resources.clipboardJS,
'dexie@{version}/dist/dexie.': resources.dexie,
'docsearch.js@{version}/dist/cdn/docsearch.min.js': resources.docsearchJS,

View File

@ -282,6 +282,15 @@ var resources = {
'path': 'resources/bootstrap-3-typeahead/{version}/bootstrap3-typeahead.min.jsm',
'type': 'application/javascript'
},
// BootstrapVue
'bootstrapVueJS': {
'path': 'resources/bootstrap-vue/{version}/bootstrap-vue.min.jsm',
'type': 'application/javascript'
},
'bootstrapVueCSS': {
'path': 'resources/bootstrap-vue/{version}/bootstrap-vue.min.css',
'type': 'text/css'
},
// Chart.js
'chartJs': {
'path': 'resources/chart.js/{version}/Chart.bundle.min.jsm',

View File

@ -152,6 +152,8 @@ targets.setLastVersion = function (type, version) {
return '1.18.1';
} else if (type.startsWith('/bootstrap-toggle/2.')) {
return '2.2.2';
} else if (type.startsWith('/bootstrap-vue/2.')) {
return '2.21.2';
} else if (type.startsWith('/bootstrap-3-typeahead/4.')) {
return '4.0.2';
} else if (type.startsWith('/chart.js/2.')) {
@ -474,6 +476,8 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'bootstrap-vue.min.jsm': 'BootstrapVue (JS)',
'bootstrap-vue.min.css': 'BootstrapVue (CSS)',
'mirage2.min.jsm': 'mirage2',
'chosen.jquery.min.jsm': 'chosen',
'nouislider.min.jsm': 'noUiSlider (JS)',

View File

@ -43,6 +43,7 @@
<li>Updated: Bootstrap v4.5.3 -> v4.6.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/237">#237</a>)</li>
<li>Updated: instantsearch.js v4.11.0 -> v4.12.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/238">#238</a>)</li>
<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>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long