mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-03-15 02:50:04 +01:00
Added: Bootstrap Table v1.18.0 (#163)
This commit is contained in:
parent
61fc4bef8a
commit
6ed01667d1
@ -398,6 +398,10 @@ mappings.cdn = {
|
||||
'backbone@{version}/backbone.min.': resources.backbone,
|
||||
'bootstrap@{version}/dist/js/bootstrap.': resources.bootstrapJS,
|
||||
'bootstrap@{version}/dist/css/bootstrap.': resources.bootstrapCSS,
|
||||
'bootstrap-table@{version}/dist/bootstrap-table.min.js': resources.bootstrapTableJS,
|
||||
'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,
|
||||
'clipboard@{version}/dist/clipboard.': resources.clipboardJS,
|
||||
'dojo@{version}/dojo.': resources.dojo,
|
||||
'ember-source@{version}/dist/ember.': resources.ember,
|
||||
|
@ -243,6 +243,15 @@ var resources = {
|
||||
'path': 'resources/bootstrap-slider/{version}/bootstrap-slider.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// Bootstrap Table
|
||||
'bootstrapTableJS': {
|
||||
'path': 'resources/bootstrap-table/{version}/bootstrap-table.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
'bootstrapTableCSS': {
|
||||
'path': 'resources/bootstrap-table/{version}/bootstrap-table.min.css',
|
||||
'type': 'text/css'
|
||||
},
|
||||
// Bootstrap Toggle
|
||||
'bootstrapToggleJS': {
|
||||
'path': 'resources/bootstrap-toggle/{version}/js/bootstrap-toggle.min.jsm',
|
||||
|
@ -134,6 +134,8 @@ targets.setLastVersion = function (type, version) {
|
||||
return '10.6.2';
|
||||
} else if (type.includes('/bootstrap-select/1.')) {
|
||||
return '1.13.17';
|
||||
} else if (type.includes('/bootstrap-table/1.')) {
|
||||
return '1.18.0';
|
||||
} else if (type.includes('/bootstrap-toggle/2.')) {
|
||||
return '2.2.2';
|
||||
} else if (type.includes('/bootstrap-3-typeahead/4.')) {
|
||||
@ -394,6 +396,8 @@ targets.determineResourceName = function (filename) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'bootstrap-table.min.jsm': 'Bootstrap Table (JS)',
|
||||
'bootstrap-table.min.css': 'Bootstrap Table (CSS)',
|
||||
'jquery.matchHeight-min.jsm': 'jquery.matchHeight.js',
|
||||
'iscoll.min.jsm': 'iScroll',
|
||||
'drawer.min.jsm': 'Drawer (JS)',
|
||||
|
@ -33,6 +33,7 @@
|
||||
<li>Added: Drawer v3.2.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/162">#162</a>)</li>
|
||||
<li>Added: iScroll v5.2.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/162">#162</a>)</li>
|
||||
<li>Added: jquery.matchHeight v0.7.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/162">#162</a>)</li>
|
||||
<li>Added: Bootstrap Table v1.18.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/163">#163</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
10
resources/bootstrap-table/1.18.0/bootstrap-table.min.css
vendored
Normal file
10
resources/bootstrap-table/1.18.0/bootstrap-table.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
10
resources/bootstrap-table/1.18.0/bootstrap-table.min.jsm
Normal file
10
resources/bootstrap-table/1.18.0/bootstrap-table.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user