Added Bootstrap 3 Typeahead v4.0.2

This commit is contained in:
nobody 2020-06-25 21:00:32 +02:00
parent 31fa597b81
commit 63dcad52ab
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 11 additions and 0 deletions

View File

@ -210,6 +210,7 @@ var mappings = {
'bootstrap-slider/{version}/css/bootstrap-slider.min.css': resources.bootstrapSliderCSS,
'bootstrap-slider/{version}/css/bootstrap-slider.css': resources.bootstrapSliderCSS,
'bootstrap-slider/{version}/bootstrap-slider.min.js': resources.bootstrapSliderJS,
'bootstrap-3-typeahead/{version}/bootstrap3-typeahead.': resources.bootstrap3Typeahead,
'clipboard.js/{version}/clipboard.min.js': resources.clipboardJS,
'd3/{version}/d3.min.js': resources.d3JS,
'd3-legend/{version}/d3-legend.': resources.d3legend,

View File

@ -211,6 +211,11 @@ var resources = {
'path': 'resources/bootstrap-slider/{version}/bootstrap-slider.min.jsm',
'type': 'application/javascript'
},
// Bootstrap 3 Typeahead
'bootstrap3Typeahead': {
'path': 'resources/bootstrap-3-typeahead/{version}/bootstrap3-typeahead.min.jsm',
'type': 'application/javascript'
},
// clipboard.js
'clipboardJS': {
'path': 'resources/clipboard.js/{version}/clipboard.min.jsm',

View File

@ -342,6 +342,8 @@ helpers.setLastVersion = function (type, version) {
return '10.6.2';
} else if (type.includes('/bootstrap-select/1.')) {
return '1.13.17';
} else if (type.includes('/bootstrap-3-typeahead/4.')) {
return '4.0.2';
} else if (type.includes('/clipboard.js/1.')) {
return '1.7.1';
} else if (type.includes('/clipboard.js/2.')) {
@ -522,6 +524,7 @@ helpers.compareVersion = function (v1, v2) {
const ListOfFiles = {
'bootbox.min.jsm': 'BootboxJS',
'bootstrap3-typeahead.min.jsm': 'Bootstrap 3 Typeahead',
'showdown.min.jsm': 'Showdown',
'angular-ui-utils.min.jsm': 'Angular UI Utils',
'bootstrap-colorpicker-module.min.jsm': 'Angular Bootstrap Colorpicker (JS)',

View File

@ -38,6 +38,7 @@
<li>Added: ethjs v0.3.4 (<a href="https://codeberg.org/nobody/LocalCDN/issues/37">#37</a>)</li>
<li>Added: Locales for Bootstrap Datepicker v1.9.0 (reported by email)</li>
<li>Added: BootboxJS v4.4.0 (reported by email)</li>
<li>Added: Bootstrap 3 Typeahead v4.0.2 (reported by email)</li>
</ul>
<div class="topic-label">
Generate rule sets for uBlock or uMatrix

File diff suppressed because one or more lines are too long