From ee573b3a62c24baa88f9cb5d826cd7b41f2510b1 Mon Sep 17 00:00:00 2001 From: Henry Kenuam Date: Wed, 3 Mar 2021 12:28:39 -0600 Subject: [PATCH 1/3] Add croppic-js package --- croppic-js/CHANGES.htm | 3 +++ croppic-js/LICENSE.htm | 3 +++ croppic-js/croppic.dnn | 47 +++++++++++++++++++++++++++++++++++++ croppic-js/dnn-library.json | 4 ++++ package.json | 1 + yarn.lock | 12 ++++++++++ 6 files changed, 70 insertions(+) create mode 100644 croppic-js/CHANGES.htm create mode 100644 croppic-js/LICENSE.htm create mode 100644 croppic-js/croppic.dnn create mode 100644 croppic-js/dnn-library.json diff --git a/croppic-js/CHANGES.htm b/croppic-js/CHANGES.htm new file mode 100644 index 00000000..422959bf --- /dev/null +++ b/croppic-js/CHANGES.htm @@ -0,0 +1,3 @@ +

+ See the croppic changelog +

\ No newline at end of file diff --git a/croppic-js/LICENSE.htm b/croppic-js/LICENSE.htm new file mode 100644 index 00000000..44582e73 --- /dev/null +++ b/croppic-js/LICENSE.htm @@ -0,0 +1,3 @@ +

+ croppic is licensed under the GPLv3 license for all open source applications. A commercial license is required for all commercial applications (including sites, themes and apps you plan to sell). +

\ No newline at end of file diff --git a/croppic-js/croppic.dnn b/croppic-js/croppic.dnn new file mode 100644 index 00000000..798b4a34 --- /dev/null +++ b/croppic-js/croppic.dnn @@ -0,0 +1,47 @@ + + + + croppic-js + + + + + Engage Software + Engage Software + https://engagesoftware.com/ + support@engagesoftware.com + + + + true + + + + + croppic-js + croppic.min.js + PageHead + Croppic + https://cdn.jsdelivr.net/npm/croppic-js@<~=version~>/croppic.min.js + + + + + croppic-js + + croppic.min.js + + + + + + Resources\Libraries\croppic-js\<~=versionFolder~> + + Resources.zip + + + + + + + diff --git a/croppic-js/dnn-library.json b/croppic-js/dnn-library.json new file mode 100644 index 00000000..c9938c43 --- /dev/null +++ b/croppic-js/dnn-library.json @@ -0,0 +1,4 @@ +{ + "files": ["node_modules/croppic-js/croppic.min.js"], + "resources": ["node_modules/croppic-js/**"] +} \ No newline at end of file diff --git a/package.json b/package.json index 540ffa8e..20800ab2 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "chart.js": "2.9.4", "chosen-js": "1.8.7", "clipboard": "2.0.6", + "croppic-js": "1.0.3", "datatables.net-buttons-dt": "2.2.0", "datatables.net-dt": "1.10.23", "eonasdan-bootstrap-datetimepicker": "4.17.49", diff --git a/yarn.lock b/yarn.lock index a84466f6..af92afdf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1272,6 +1272,13 @@ create-error-class@^3.0.0: dependencies: capture-stack-trace "^1.0.0" +croppic-js@1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/croppic-js/-/croppic-js-1.0.3.tgz#c3f09de7903b9265344850145c20b2797c85a914" + integrity sha512-wJ7rOS8bbt3qxg0DQMhoTeY7/4ex1AAlZoaOCCSmpGXDDt7CAVJg3/2X1zEaxuBoRJ3bL4nHQhiMz/GyCIJETw== + dependencies: + jquery "^3.4.1" + cross-fetch@^3.0.6: version "3.0.6" resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.0.6.tgz#3a4040bc8941e653e0e9cf17f29ebcd177d3365c" @@ -3460,6 +3467,11 @@ jquery@*, jquery@3.5.1, "jquery@>= 3.1.1", jquery@>=1.11.3, jquery@>=1.7, "jquer resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.2.4.tgz#2c89d6889b5eac522a7eea32c14521559c6cbf02" integrity sha1-LInWiJterFIqfuoywUUhVZxsvwI= +jquery@^3.4.1: + version "3.6.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" + integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw== + js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" From b2ba23e4ca492208ac9b59e2a5abaf0a04686284 Mon Sep 17 00:00:00 2001 From: Henry Kenuam Date: Wed, 3 Mar 2021 13:22:02 -0600 Subject: [PATCH 2/3] added license reference and dependency to jQuery --- croppic-js/LICENSE.htm | 4 +--- croppic-js/croppic.dnn | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/croppic-js/LICENSE.htm b/croppic-js/LICENSE.htm index 44582e73..0849aa84 100644 --- a/croppic-js/LICENSE.htm +++ b/croppic-js/LICENSE.htm @@ -1,3 +1 @@ -

- croppic is licensed under the GPLv3 license for all open source applications. A commercial license is required for all commercial applications (including sites, themes and apps you plan to sell). -

\ No newline at end of file +

Croppic is licensed under the MIT License.

\ No newline at end of file diff --git a/croppic-js/croppic.dnn b/croppic-js/croppic.dnn index 798b4a34..c40b0af2 100644 --- a/croppic-js/croppic.dnn +++ b/croppic-js/croppic.dnn @@ -14,7 +14,9 @@ true - + + jQuery + From d3063ace447957499ac382a4283be5cb9735e3d3 Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Wed, 3 Mar 2021 13:39:01 -0600 Subject: [PATCH 3/3] Update croppic-js/croppic.dnn --- croppic-js/croppic.dnn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/croppic-js/croppic.dnn b/croppic-js/croppic.dnn index c40b0af2..7fc8cb11 100644 --- a/croppic-js/croppic.dnn +++ b/croppic-js/croppic.dnn @@ -22,7 +22,7 @@ croppic-js croppic.min.js - PageHead + BodyBottom Croppic https://cdn.jsdelivr.net/npm/croppic-js@<~=version~>/croppic.min.js