mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added Angular Bootstrap Colorpicker v3.0.32 JS&CSS (#37)
This commit is contained in:
@ -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,
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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
|
||||
|
1
resources/angular-bootstrap-colorpicker/3.0.32/css/colorpicker.min.css
vendored
Normal file
1
resources/angular-bootstrap-colorpicker/3.0.32/css/colorpicker.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user