From 5a2621672608e3c9c3df873a9ed715b3c3a8c2f6 Mon Sep 17 00:00:00 2001 From: josephsmendoza Date: Wed, 7 Dec 2022 13:49:03 +0000 Subject: [PATCH] jsdoc --- docs/{CSSRandom.js.html => CSSRandom.mjs.html} | 8 ++++---- docs/FileReaderAsync.mjs.html | 8 +++++--- docs/FormDataDeep.mjs.html | 11 +++++++---- docs/{fontScale.js.html => fontScale.mjs.html} | 6 +++--- docs/index.html | 4 ++-- docs/module-CSSRandom.html | 6 +++--- docs/module-FileReaderAsync.FileReaderAsync.html | 4 ++-- docs/module-FileReaderAsync.html | 4 ++-- docs/module-FormDataDeep.FormDataDeep.html | 6 +++--- docs/module-FormDataDeep.html | 4 ++-- docs/module-fontScale.html | 6 +++--- 11 files changed, 36 insertions(+), 31 deletions(-) rename docs/{CSSRandom.js.html => CSSRandom.mjs.html} (74%) rename docs/{fontScale.js.html => fontScale.mjs.html} (93%) diff --git a/docs/CSSRandom.js.html b/docs/CSSRandom.mjs.html similarity index 74% rename from docs/CSSRandom.js.html rename to docs/CSSRandom.mjs.html index f4d8742..f35fa86 100644 --- a/docs/CSSRandom.js.html +++ b/docs/CSSRandom.mjs.html @@ -2,7 +2,7 @@ - JSDoc: Source: CSSRandom.js + JSDoc: Source: CSSRandom.mjs @@ -17,7 +17,7 @@
-

Source: CSSRandom.js

+

Source: CSSRandom.mjs

@@ -43,13 +43,13 @@

diff --git a/docs/FileReaderAsync.mjs.html b/docs/FileReaderAsync.mjs.html index d4dbed8..8eff2f4 100644 --- a/docs/FileReaderAsync.mjs.html +++ b/docs/FileReaderAsync.mjs.html @@ -73,7 +73,9 @@ export class FileReaderAsync { readAsDataURL(blob) { return FileReaderAsync.readAs('DataURL',blob) } -} +} + +export default FileReaderAsync @@ -83,13 +85,13 @@ export class FileReaderAsync {
diff --git a/docs/FormDataDeep.mjs.html b/docs/FormDataDeep.mjs.html index a16d494..c7aaa63 100644 --- a/docs/FormDataDeep.mjs.html +++ b/docs/FormDataDeep.mjs.html @@ -52,7 +52,7 @@ export function append(object,name,value){ if(object[name] instanceof Array){ object[name].push(value) }else{ - object[name]=[formDataDeep[name],value] + object[name]=[object[name],value] } }else{ object[name]=value @@ -107,6 +107,7 @@ export class FormDataDeep extends FormData { * @param {Boolean} primitives whether to convert string values to primitives. Defaults `false`. */ constructor(form,primitives=false){ + super() if(form instanceof HTMLFormElement){ Object.assign(this,getFormDataDeep(form,primitives)) }else{ @@ -191,7 +192,9 @@ export class FormDataDeep extends FormData { new FormDataDeep(this[name]).apply(form) } } -} +} + +export default FormDataDeep @@ -201,13 +204,13 @@ export class FormDataDeep extends FormData {
diff --git a/docs/fontScale.js.html b/docs/fontScale.mjs.html similarity index 93% rename from docs/fontScale.js.html rename to docs/fontScale.mjs.html index 25178b6..7e16485 100644 --- a/docs/fontScale.js.html +++ b/docs/fontScale.mjs.html @@ -2,7 +2,7 @@ - JSDoc: Source: fontScale.js + JSDoc: Source: fontScale.mjs @@ -17,7 +17,7 @@
-

Source: fontScale.js

+

Source: fontScale.mjs

@@ -77,7 +77,7 @@ export default fontScale
- Documentation generated by JSDoc 4.0.0 on Wed Dec 07 2022 12:03:52 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 4.0.0 on Wed Dec 07 2022 13:47:25 GMT+0000 (Coordinated Universal Time)
diff --git a/docs/index.html b/docs/index.html index 81715f9..7acfdb4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -56,13 +56,13 @@ This code is made publicly available under the license terms of the Home

Modules

Classes

+

Home

Modules

Classes


- Documentation generated by JSDoc 4.0.0 on Sat Dec 03 2022 16:41:37 GMT+0000 (Coordinated Universal Time) + Documentation generated by JSDoc 4.0.0 on Wed Dec 07 2022 13:47:25 GMT+0000 (Coordinated Universal Time)
diff --git a/docs/module-CSSRandom.html b/docs/module-CSSRandom.html index 7166d20..6a88543 100644 --- a/docs/module-CSSRandom.html +++ b/docs/module-CSSRandom.html @@ -69,7 +69,7 @@
Source:
@@ -114,13 +114,13 @@

diff --git a/docs/module-FileReaderAsync.FileReaderAsync.html b/docs/module-FileReaderAsync.FileReaderAsync.html index eb7e9de..1fb6a6d 100644 --- a/docs/module-FileReaderAsync.FileReaderAsync.html +++ b/docs/module-FileReaderAsync.FileReaderAsync.html @@ -954,13 +954,13 @@
diff --git a/docs/module-FileReaderAsync.html b/docs/module-FileReaderAsync.html index 3bfaab2..6ce15b7 100644 --- a/docs/module-FileReaderAsync.html +++ b/docs/module-FileReaderAsync.html @@ -119,13 +119,13 @@
diff --git a/docs/module-FormDataDeep.FormDataDeep.html b/docs/module-FormDataDeep.FormDataDeep.html index 5a44a38..d0883f2 100644 --- a/docs/module-FormDataDeep.FormDataDeep.html +++ b/docs/module-FormDataDeep.FormDataDeep.html @@ -342,7 +342,7 @@
Source:
@@ -388,13 +388,13 @@
diff --git a/docs/module-FormDataDeep.html b/docs/module-FormDataDeep.html index b9e24fa..e29df98 100644 --- a/docs/module-FormDataDeep.html +++ b/docs/module-FormDataDeep.html @@ -555,13 +555,13 @@
diff --git a/docs/module-fontScale.html b/docs/module-fontScale.html index 74eccab..a3266fd 100644 --- a/docs/module-fontScale.html +++ b/docs/module-fontScale.html @@ -67,7 +67,7 @@
Source:
@@ -230,7 +230,7 @@
Source:
@@ -304,7 +304,7 @@