Starting Branch to simplify Build process

This commit is contained in:
JFH
2020-08-05 19:58:06 +02:00
parent 8f827c973f
commit 31bca25b1c
344 changed files with 24742 additions and 179621 deletions

BIN
src/editor/jgraduate/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -51,14 +51,6 @@ if (!window.console) {
* @returns {external:jQuery}
*/
export default function jQueryPluginJGraduate ($) {
if (!$.loadingStylesheets) {
$.loadingStylesheets = [];
}
const stylesheet = 'jgraduate/css/jGraduate.css';
if (!$.loadingStylesheets.includes(stylesheet)) {
$.loadingStylesheets.push(stylesheet);
}
/**
* @typedef {PlainObject} module:jGraduate.jGraduatePaintOptions
* @property {Float} [alpha]

View File

@@ -41,22 +41,10 @@ const isNullish = (val) => {
/**
* @function module:jPicker.jPicker
* @param {external:jQuery} $ The jQuery object to wrap (with {@link external:jQuery.loadingStylesheets}, {@link external:jQuery.fn.$.fn.jPicker}, {@link external:jQuery.fn.$.fn.jPicker.defaults})
* @param {external:jQuery} $ The jQuery object, {@link external:jQuery.fn.$.fn.jPicker}, {@link external:jQuery.fn.$.fn.jPicker.defaults})
* @returns {external:jQuery}
*/
const jPicker = function ($) {
if (!$.loadingStylesheets) {
/**
* @name loadingStylesheets
* @type {string[]}
* @memberof external:jQuery
*/
$.loadingStylesheets = [];
}
const stylesheet = 'jgraduate/css/jPicker.css';
if (!$.loadingStylesheets.includes(stylesheet)) {
$.loadingStylesheets.push(stylesheet);
}
/**
* @typedef {PlainObject} module:jPicker.SliderOptions
* @property {external:jQuery|PlainObject} arrow