Added: jquery-jcrop v0.9.15 (#1127)

This commit is contained in:
nobody 2022-09-06 05:47:25 +02:00
parent 05e7485a90
commit cbc41da55e
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
7 changed files with 27 additions and 0 deletions

View File

@ -1201,6 +1201,8 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/2.1.6/plugin/jquery.cycle2.
https://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/2.1.6/plugin/jquery.cycle2.video.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery.devbridge-autocomplete/1.4.11/jquery.autocomplete.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-jcrop/0.9.15/css/jquery.Jcrop.min.css
https://cdnjs.cloudflare.com/ajax/libs/jquery-jcrop/0.9.15/js/jquery.Jcrop.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.11/jquery.lazy.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.11/jquery.lazy.plugins.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.11/plugins/jquery.lazy.ajax.min.js

View File

@ -341,6 +341,8 @@ mappings.cdn = {
'jquery-csv/{version}/jquery.csv.min.js': resources.jQueryCSV,
'jquery.cycle2/{version}/': resources.jqueryCycle2,
'jquery-easing/{version}/jquery.easing.': resources.jQueryEasing,
'jquery-jcrop/{version}/css/jquery.Jcrop.': resources.jqueryJcropCSS,
'jquery-jcrop/{version}/js/jquery.Jcrop.': resources.jqueryJcropJS,
'jquery.lazyload/{version}/jquery.lazyload.min.js': resources.jQueryLazyLoad,
'jquery.lazy/{version}/': resources.jQueryLazyBundle,
'jquery.matchHeight/{version}/jquery.matchHeight-min.js': resources.jqueryMatchHeightJS,

View File

@ -561,6 +561,13 @@ var resources = {
'jQueryEasing': {
'path': 'resources/jquery-easing/{version}/jquery.easing.min.jsm'
},
// jquery-jcrop
'jqueryJcropJS': {
'path': 'resources/jquery-jcrop/{version}/js/jquery.Jcrop.min.jsm'
},
'jqueryJcropCSS': {
'path': 'resources/jquery-jcrop/{version}/css/jquery.Jcrop.min.css'
},
// jQuery Lazy Load [Deprecated]
'jQueryLazyLoad': {
'path': 'resources/jquery.lazyload/{version}/jquery.lazyload.min.jsm'

View File

@ -268,6 +268,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/jquery-cookie/1.')) return '1.4.1';
if (type.startsWith('/jquery-csv/1.')) return '1.0.21';
if (type.startsWith('/jquery-easing/1.')) return '1.4.1';
if (type.startsWith('/jquery-jcrop/0.')) return '0.9.15';
if (type.startsWith('/jquery.lazyload/1.')) return '1.9.1';
if (type.startsWith('/jquery.lazy/1.')) return '1.7.11';
if (type.startsWith('/jquery.matchHeight/0.')) return '0.7.2';
@ -479,6 +480,8 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'jquery.Jcrop.min.jsm': 'jquery-jcrop (JS)',
'jquery.Jcrop.min.css': 'jquery-jcrop (CSS)',
'react-intl.iife.min.jsm': 'react-intl',
'lunr.min.jsm': 'lunr.js',
'jquery.scrollTo.min.jsm': 'jQuery.scrollTo',

View File

@ -37,6 +37,10 @@
<li>gsap v3.11.0 -> v3.11.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1125">#1125</a>)</li>
<li>bootstrap-multiselect v1.1.1 -> v1.1.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1126">#1126</a>)</li>
</ul>
<p>Added</p>
<ul>
<li>jquery-jcrop v0.9.15 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1127">#1127</a>)</li>
</ul>
</div>
<div id="generator-section">
<div class="topic-label">

View File

@ -0,0 +1,2 @@
/* jquery.Jcrop.min.css v0.9.15 (build:20180819) */
.jcrop-holder{direction:ltr;text-align:left;-ms-touch-action:none}.jcrop-hline,.jcrop-vline{background:#fff url(Jcrop.gif);font-size:0;position:absolute}.jcrop-vline{height:100%;width:1px!important}.jcrop-vline.right{right:0}.jcrop-hline{height:1px!important;width:100%}.jcrop-hline.bottom{bottom:0}.jcrop-tracker{height:100%;width:100%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}.jcrop-handle{background-color:#333;border:1px #eee solid;width:7px;height:7px;font-size:1px}.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px}.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%}.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%}.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0}.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0}.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0}.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px}.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%}.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px}.jcrop-dragbar.ord-n{margin-top:-4px}.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px}.jcrop-dragbar.ord-e{margin-right:-4px;right:0}.jcrop-dragbar.ord-w{margin-left:-4px}.jcrop-light .jcrop-hline,.jcrop-light .jcrop-vline{background:#fff;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#fff;border-radius:3px}.jcrop-dark .jcrop-hline,.jcrop-dark .jcrop-vline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important}.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#fff;border-color:#000;border-radius:3px}.solid-line .jcrop-hline,.solid-line .jcrop-vline{background:#fff}.jcrop-holder img,img.jcrop-preview{max-width:none}

File diff suppressed because one or more lines are too long