1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-02 04:16:59 +01:00

Added Angular Bootstrap Colorpicker v3.0.32 JS&CSS (#37)

This commit is contained in:
nobody 2020-06-25 18:32:47 +02:00
parent 88f9203ec8
commit ba1e767d5b
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 18 additions and 0 deletions

View File

@ -87,6 +87,8 @@ var mappings = {
'algoliasearch/{version}/algoliasearch.angular.': resources.algoliaSearch,
'algoliasearch/{version}/algoliasearch.': resources.algoliaSearch,
'angucomplete-alt/{version}/angucomplete-alt.': resources.anguComplete,
'angular-bootstrap-colorpicker/{version}/css/colorpicker.': resources.angularBootstrapColorpickerCSS,
'angular-bootstrap-colorpicker/{version}/js/bootstrap-colorpicker-module.': resources.angularBootstrapColorpickerJS,
'angular-ui-bootstrap/{version}/ui-bootstrap-tpls.': resources.angularUiBootstrapTPLS,
'angular-ui-bootstrap/{version}/ui-bootstrap.min.js': resources.angularUiBootstrap,
'angular-ui-router/{version}/angular-ui-router.': resources.angularUiRouter,

View File

@ -96,6 +96,15 @@ var resources = {
'path': 'resources/angular-material/{version}/angular-material.min.css',
'type': 'text/css'
},
// angular-bootstrap-colorpicker
'angularBootstrapColorpickerJS': {
'path': 'resources/angular-bootstrap-colorpicker/{version}/js/bootstrap-colorpicker-module.min.jsm',
'type': 'application/javascript'
},
'angularBootstrapColorpickerCSS': {
'path': 'resources/angular-bootstrap-colorpicker/{version}/css/colorpicker.min.css',
'type': 'text/css'
},
// AngularJS slider
'angularJSslider': {
'path': 'resources/angularjs-slider/{version}/rzslider.min.jsm',

View File

@ -290,6 +290,8 @@ helpers.setLastVersion = function (type, version) {
return '2.2.0';
} else if (type.includes('/angularjs-toaster/0.')) {
return '0.4.18';
} else if (type.includes('/angular-bootstrap-colorpicker/3.')) {
return '3.0.32';
} else if (type.includes('/angular-payments@1.')) {
return '1.0.7';
} else if (type.includes('/angular-stripe-checkout@5.')) {
@ -506,6 +508,8 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'bootstrap-colorpicker-module.min.jsm': 'Angular Bootstrap Colorpicker (JS)',
'colorpicker.min.css': 'Angular Bootstrap Colorpicker (CSS)',
'adapter.min.jsm': 'WebRTC adapter',
'algoliasearch.min.jsm': 'AlgoliaSearch',
'algoliasearch3.33.0_algoliasearchLite_algoliasearchHelper.jsm': 'jsDelivr combined',

View File

@ -30,6 +30,7 @@
<li>Added: NVD3 v1.8.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/36">#36</a>)</li>
<li>Added: clipboard.js v1.7.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/36">#36</a>)</li>
<li>Implemented: Option to enable HTML-Filter by default (<a href="https://codeberg.org/nobody/LocalCDN/issues/33">#33</a>)</li>
<li>Added: Angular Bootstrap Colorpicker v3.0.32 (JS & CSS) (<a href="https://codeberg.org/nobody/LocalCDN/issues/37">#37</a>)</li>
</ul>
<div class="topic-label">
Generate rule sets for uBlock or uMatrix

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long