hoodcms 5.0.13 → 5.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/js/admin.js +2 -2
- package/dist/js/app.js +2 -2
- package/dist/js/login.js +2 -2
- package/package.json +1 -1
- package/src/js/admin.js +2 -2
- package/src/js/app.js +2 -2
- package/src/js/login.js +2 -2
- package/src/ts/core/Google.ts +0 -0
package/dist/js/admin.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hoodcms v5.0.
|
|
2
|
+
* hoodcms v5.0.14
|
|
3
3
|
* A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
|
|
4
|
-
* Written by George Whysall,
|
|
4
|
+
* Written by George Whysall, 2022
|
|
5
5
|
* Released under the GPL-3.0 License.
|
|
6
6
|
*/
|
|
7
7
|
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?f(require('bootstrap'),require('sweetalert2'),require('@simonwep/pickr'),require('tinymce/tinymce'),require('chart.js')):typeof define==='function'&&define.amd?define(['bootstrap','sweetalert2','@simonwep/pickr','tinymce/tinymce','chart.js'],f):(g=typeof globalThis!=='undefined'?globalThis:g||self,f(g.bootstrap,g.Swal,g.Pickr,g.tinymce,g.Chart));})(this,(function(bootstrap,swal,Pickr,tinymce,chart_js){'use strict';function _interopDefaultLegacy(e){return e&&typeof e==='object'&&'default'in e?e:{'default':e}}function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n["default"]=e;return Object.freeze(n)}var bootstrap__namespace=/*#__PURE__*/_interopNamespace(bootstrap);var swal__default=/*#__PURE__*/_interopDefaultLegacy(swal);var Pickr__default=/*#__PURE__*/_interopDefaultLegacy(Pickr);var tinymce__default=/*#__PURE__*/_interopDefaultLegacy(tinymce);/*! *****************************************************************************
|
package/dist/js/app.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hoodcms v5.0.
|
|
2
|
+
* hoodcms v5.0.14
|
|
3
3
|
* A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
|
|
4
|
-
* Written by George Whysall,
|
|
4
|
+
* Written by George Whysall, 2022
|
|
5
5
|
* Released under the GPL-3.0 License.
|
|
6
6
|
*/
|
|
7
7
|
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?f(exports,require('sweetalert2'),require('@simonwep/pickr'),require('tinymce/tinymce'),require('bootstrap')):typeof define==='function'&&define.amd?define(['exports','sweetalert2','@simonwep/pickr','tinymce/tinymce','bootstrap'],f):(g=typeof globalThis!=='undefined'?globalThis:g||self,f(g.hood={},g.Swal,g.Pickr,g.tinymce,g.bootstrap));})(this,(function(exports,Swal,Pickr,tinymce,bootstrap){'use strict';function _interopDefaultLegacy(e){return e&&typeof e==='object'&&'default'in e?e:{'default':e}}var Swal__default=/*#__PURE__*/_interopDefaultLegacy(Swal);var Pickr__default=/*#__PURE__*/_interopDefaultLegacy(Pickr);var tinymce__default=/*#__PURE__*/_interopDefaultLegacy(tinymce);/*! *****************************************************************************
|
package/dist/js/login.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hoodcms v5.0.
|
|
2
|
+
* hoodcms v5.0.14
|
|
3
3
|
* A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
|
|
4
|
-
* Written by George Whysall,
|
|
4
|
+
* Written by George Whysall, 2022
|
|
5
5
|
* Released under the GPL-3.0 License.
|
|
6
6
|
*/
|
|
7
7
|
(function(f){typeof define==='function'&&define.amd?define(f):f();})((function(){'use strict';var Login=function(){function e(){this.loadBackground();}return e.prototype.loginPage=function(){},e.prototype.loadBackground=function(){$("#image-container").length>0&&$.get($("#image-container").data("imageUrl"),this.renderImage.bind(this));},e.prototype.renderImage=function(e){"string"==typeof e?($("#image-container").css({"background-image":"url(".concat(e,")")}),$("#image-credit").hide()):e.length>0?($("#image-container").attr("title",e[0].description),$("#image-container").css({"background-image":"url(".concat(e[0].urls.regular,")")}),$("#image-credit").html("Image by <a href='".concat(e[0].user.links.html,"?utm_source=Hood%20CMS&utm_medium=referral'>").concat(e[0].user.name,"</a> on <a href='https://unsplash.com/?utm_source=Hood%20CMS&utm_medium=referral'>Unsplash</a>"))):$("#image-credit").hide();},e}();new Login;}));
|
package/package.json
CHANGED
package/src/js/admin.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hoodcms v5.0.
|
|
2
|
+
* hoodcms v5.0.14
|
|
3
3
|
* A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
|
|
4
|
-
* Written by George Whysall,
|
|
4
|
+
* Written by George Whysall, 2022
|
|
5
5
|
* Released under the GPL-3.0 License.
|
|
6
6
|
*/
|
|
7
7
|
(function (global, factory) {
|
package/src/js/app.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hoodcms v5.0.
|
|
2
|
+
* hoodcms v5.0.14
|
|
3
3
|
* A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
|
|
4
|
-
* Written by George Whysall,
|
|
4
|
+
* Written by George Whysall, 2022
|
|
5
5
|
* Released under the GPL-3.0 License.
|
|
6
6
|
*/
|
|
7
7
|
(function (global, factory) {
|
package/src/js/login.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hoodcms v5.0.
|
|
2
|
+
* hoodcms v5.0.14
|
|
3
3
|
* A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
|
|
4
|
-
* Written by George Whysall,
|
|
4
|
+
* Written by George Whysall, 2022
|
|
5
5
|
* Released under the GPL-3.0 License.
|
|
6
6
|
*/
|
|
7
7
|
(function (factory) {
|
|
File without changes
|