nodality 1.0.0-beta.1
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/animator.cjs.js +1 -0
- package/dist/animator.esm.js +1 -0
- package/dist/audionew.cjs.js +1 -0
- package/dist/audionew.esm.js +1 -0
- package/dist/base.cjs.js +1 -0
- package/dist/base.esm.js +1 -0
- package/dist/betaDesktopBar.esm.js +1 -0
- package/dist/betaMobileBar.esm.js +1 -0
- package/dist/bundle.umd.js +1 -0
- package/dist/button.cjs.js +1 -0
- package/dist/button.esm.js +1 -0
- package/dist/cardGetter.cjs.js +1 -0
- package/dist/cardGetter.esm.js +1 -0
- package/dist/center.cjs.js +1 -0
- package/dist/center.esm.js +1 -0
- package/dist/checkbox.cjs.js +1 -0
- package/dist/checkbox.esm.js +1 -0
- package/dist/code.cjs.js +1 -0
- package/dist/code.esm.js +1 -0
- package/dist/container.cjs.js +1 -0
- package/dist/container.esm.js +1 -0
- package/dist/datalist.cjs.js +1 -0
- package/dist/datalist.esm.js +1 -0
- package/dist/designer.cjs.js +1 -0
- package/dist/designer.esm.js +1 -0
- package/dist/dropdown.cjs.js +1 -0
- package/dist/dropdown.esm.js +1 -0
- package/dist/elementMapper.cjs.js +1 -0
- package/dist/elementMapper.esm.js +1 -0
- package/dist/finalresult.esm.js +1 -0
- package/dist/flexCard.cjs.js +1 -0
- package/dist/flexCard.esm.js +1 -0
- package/dist/flexGrid.cjs.js +1 -0
- package/dist/flexGrid.esm.js +1 -0
- package/dist/flexRow.cjs.js +1 -0
- package/dist/flexRow.esm.js +1 -0
- package/dist/floatingInput.cjs.js +1 -0
- package/dist/floatingInput.esm.js +1 -0
- package/dist/free.cjs.js +1 -0
- package/dist/free.esm.js +1 -0
- package/dist/horizontalScroller.esm.js +1 -0
- package/dist/image.cjs.js +1 -0
- package/dist/image.esm.js +1 -0
- package/dist/imagePicker.cjs.js +1 -0
- package/dist/imagePicker.esm.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.esm.js +1 -0
- package/dist/link.cjs.js +1 -0
- package/dist/link.esm.js +1 -0
- package/dist/linkGetter.cjs.js +1 -0
- package/dist/linkGetter.esm.js +1 -0
- package/dist/metaAdder.cjs.js +1 -0
- package/dist/metaAdder.esm.js +1 -0
- package/dist/modal2025.cjs.js +1 -0
- package/dist/modal2025.esm.js +1 -0
- package/dist/multiswitchers.esm.js +1 -0
- package/dist/newNavBar.cjs.js +1 -0
- package/dist/newNavBar.esm.js +1 -0
- package/dist/picker.cjs.js +1 -0
- package/dist/picker.esm.js +1 -0
- package/dist/progress.cjs.js +1 -0
- package/dist/progress.esm.js +1 -0
- package/dist/radio.cjs.js +1 -0
- package/dist/radio.esm.js +1 -0
- package/dist/range.cjs.js +1 -0
- package/dist/range.esm.js +1 -0
- package/dist/sideBar.cjs.js +1 -0
- package/dist/sideBar.esm.js +1 -0
- package/dist/sideNavBar.cjs.js +1 -0
- package/dist/sideNavBar.esm.js +1 -0
- package/dist/simpleBar.cjs.js +1 -0
- package/dist/simpleBar.esm.js +1 -0
- package/dist/stack.cjs.js +1 -0
- package/dist/stack.esm.js +1 -0
- package/dist/table.cjs.js +1 -0
- package/dist/table.esm.js +1 -0
- package/dist/text.cjs.js +1 -0
- package/dist/text.esm.js +1 -0
- package/dist/textField.cjs.js +1 -0
- package/dist/textField.esm.js +1 -0
- package/dist/wrap.cjs.js +1 -0
- package/dist/wrap.esm.js +1 -0
- package/dist/zoomCard.cjs.js +1 -0
- package/dist/zoomCard.esm.js +1 -0
- package/layout/<head> +59 -0
- package/layout/DEADJOE +49 -0
- package/layout/DEPRECATED-PARAGRAPH.js +103 -0
- package/layout/animator.js +1915 -0
- package/layout/audio.js +145 -0
- package/layout/audionew.js +70 -0
- package/layout/base-2.js +92 -0
- package/layout/base.js +161 -0
- package/layout/betaDesktopBar.js +126 -0
- package/layout/betaMobileBar.js +293 -0
- package/layout/box.js +29 -0
- package/layout/button.js +516 -0
- package/layout/cards.js +136 -0
- package/layout/center.js +143 -0
- package/layout/checkbox.js +183 -0
- package/layout/cleanRow.js +775 -0
- package/layout/code.js +60 -0
- package/layout/container.js +1005 -0
- package/layout/custom.js +289 -0
- package/layout/divImage.js +209 -0
- package/layout/dropdown.js +154 -0
- package/layout/dropdown2025.js +152 -0
- package/layout/edit.sh +39 -0
- package/layout/emptyElement.js +21 -0
- package/layout/externalStylesheet.js +19 -0
- package/layout/flexCard.js +220 -0
- package/layout/flexGrid.js +192 -0
- package/layout/flexrow.js +866 -0
- package/layout/footer.js +83 -0
- package/layout/formComponents/custom.js +0 -0
- package/layout/formComponents/dataList.js +183 -0
- package/layout/formComponents/edit.sh +39 -0
- package/layout/formComponents/floatingInput.js +163 -0
- package/layout/formComponents/form-all.js +161 -0
- package/layout/formComponents/form.js +76 -0
- package/layout/formComponents/imagePicker.js +266 -0
- package/layout/formComponents/picker.js +208 -0
- package/layout/formComponents/radio.js +231 -0
- package/layout/formComponents/radiogroup.js +231 -0
- package/layout/formComponents/range.js +158 -0
- package/layout/free.js +232 -0
- package/layout/grid-new.js +299 -0
- package/layout/grid.js +190 -0
- package/layout/gridSwitcher.js +188 -0
- package/layout/group.js +163 -0
- package/layout/header.js +175 -0
- package/layout/hello.html +126 -0
- package/layout/horizontalScroller.js +222 -0
- package/layout/image-old.js +487 -0
- package/layout/image.js +1039 -0
- package/layout/index.js +183 -0
- package/layout/label.js +50 -0
- package/layout/link.js +1085 -0
- package/layout/list-OLD.js +0 -0
- package/layout/list.js +127 -0
- package/layout/metaAdder.js +17 -0
- package/layout/modal2025.js +142 -0
- package/layout/modernwrap.js +92 -0
- package/layout/multiswitcher.js +224 -0
- package/layout/multiswitcherBeta.js +63 -0
- package/layout/navBar-OLD.js +261 -0
- package/layout/navBar.js +371 -0
- package/layout/navFactor/customDiv.js +60 -0
- package/layout/navFactor/edit.sh +39 -0
- package/layout/newFlatAdder.js +41 -0
- package/layout/newNavBar copy 2.js +915 -0
- package/layout/newNavBar copy.js +774 -0
- package/layout/newNavBar.js +925 -0
- package/layout/offsetContainer.js +395 -0
- package/layout/progress.js +111 -0
- package/layout/remWin.sh +20 -0
- package/layout/row.js +208 -0
- package/layout/savedNewNavBar.js +437 -0
- package/layout/scrollvideo.js +120 -0
- package/layout/sideBar.js +183 -0
- package/layout/sideNavBar.js +313 -0
- package/layout/simpleBar.js +25 -0
- package/layout/slider2025.js +198 -0
- package/layout/spacer.js +44 -0
- package/layout/stack.js +76 -0
- package/layout/styler.js +113 -0
- package/layout/switcher.js +102 -0
- package/layout/table.js +155 -0
- package/layout/text.js +1685 -0
- package/layout/textField.js +282 -0
- package/layout/ulist.js +147 -0
- package/layout/video.js +70 -0
- package/layout/withoutNew.js +60 -0
- package/layout/wrap.js +140 -0
- package/layout/zoomCard.js +219 -0
- package/lib/cardGetter.js +80 -0
- package/lib/designer.js +875 -0
- package/lib/elementMapper.js +1428 -0
- package/lib/linkGetter.js +202 -0
- package/package.json +33 -0
package/layout/DEADJOE
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
|
|
2
|
+
*** These modified files were found in JOE when it aborted on Fri Apr 23 19:35:23 2021
|
|
3
|
+
*** JOE was aborted because the terminal closed
|
|
4
|
+
|
|
5
|
+
*** File '(Unnamed)'
|
|
6
|
+
echoIt
|
|
7
|
+
echoIt
|
|
8
|
+
echoIt
|
|
9
|
+
echoIt
|
|
10
|
+
crontab
|
|
11
|
+
r
|
|
12
|
+
.bash_profile
|
|
13
|
+
.bash_profile
|
|
14
|
+
.bash_profile
|
|
15
|
+
.bash_profile
|
|
16
|
+
/Users/filipvabrousek/.sdkman/candidates/gradle/current/bin:/Library/Frameworks/Python.framework/Versions/3.9/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/filipvabrousek/Flutter/flutter/bin/flutter:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin:/Users/filipvabrousek/development/flutter/bin
|
|
17
|
+
|
|
18
|
+
*** File '* Startup Log *'
|
|
19
|
+
Processing '/usr/local/Cellar/joe/4.6/etc/joe/joerc'...
|
|
20
|
+
Processing '/usr/local/Cellar/joe/4.6/etc/joe/ftyperc'...
|
|
21
|
+
Finished processing /usr/local/Cellar/joe/4.6/etc/joe/ftyperc
|
|
22
|
+
Finished processing /usr/local/Cellar/joe/4.6/etc/joe/joerc
|
|
23
|
+
|
|
24
|
+
*** These modified files were found in JOE when it aborted on Thu May 20 16:39:05 2021
|
|
25
|
+
*** JOE was aborted because the terminal closed
|
|
26
|
+
|
|
27
|
+
*** File 're'
|
|
28
|
+
|
|
29
|
+
echo $(date);
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
*** File '(Unnamed)'
|
|
33
|
+
echoIt
|
|
34
|
+
echoIt
|
|
35
|
+
echoIt
|
|
36
|
+
crontab
|
|
37
|
+
r
|
|
38
|
+
.bash_profile
|
|
39
|
+
.bash_profile
|
|
40
|
+
.bash_profile
|
|
41
|
+
.bash_profile
|
|
42
|
+
/Users/filipvabrousek/.bash_profile
|
|
43
|
+
re
|
|
44
|
+
|
|
45
|
+
*** File '* Startup Log *'
|
|
46
|
+
Processing '/usr/local/Cellar/joe/4.6/etc/joe/joerc'...
|
|
47
|
+
Processing '/usr/local/Cellar/joe/4.6/etc/joe/ftyperc'...
|
|
48
|
+
Finished processing /usr/local/Cellar/joe/4.6/etc/joe/ftyperc
|
|
49
|
+
Finished processing /usr/local/Cellar/joe/4.6/etc/joe/joerc
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import {Animator} from "./animator.js";
|
|
2
|
+
|
|
3
|
+
class Paragraph extends Animator {
|
|
4
|
+
constructor() {
|
|
5
|
+
super();
|
|
6
|
+
this.setup();
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
setup() {
|
|
13
|
+
let paragraph = document.createElement("p");
|
|
14
|
+
paragraph.padding = 0;
|
|
15
|
+
paragraph.margin = 0;
|
|
16
|
+
this.res = paragraph;
|
|
17
|
+
return this;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
font(font){
|
|
21
|
+
this.res.style.fontFamily = "Arial";
|
|
22
|
+
return this;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
align(direction){
|
|
26
|
+
this.res.style.textAlign = `${direction}`;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
bold(){
|
|
31
|
+
this.res.style.fontWeight = "700";
|
|
32
|
+
return this;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
text(text){
|
|
36
|
+
let node = document.createTextNode(text);
|
|
37
|
+
this.res.appendChild(node);
|
|
38
|
+
return this;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
em(size){
|
|
43
|
+
this.res.style.fontSize = `${size}em`;
|
|
44
|
+
return this;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
width(w, shouldCenter){
|
|
50
|
+
this.res.style.width = w;
|
|
51
|
+
|
|
52
|
+
if (shouldCenter){
|
|
53
|
+
this.res.style.marginLeft = "auto";
|
|
54
|
+
this.res.style.marginRight = "auto";
|
|
55
|
+
}
|
|
56
|
+
return this;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
size(w, h){
|
|
60
|
+
this.w = w;
|
|
61
|
+
this.h = h;
|
|
62
|
+
|
|
63
|
+
if (this.w){
|
|
64
|
+
this.res.style.width = this.w;
|
|
65
|
+
} else {
|
|
66
|
+
this.res.style.width = window.innerWidth;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
if (this.h){
|
|
70
|
+
this.res.style.height = this.h;
|
|
71
|
+
} else {
|
|
72
|
+
this.res.style.height = window.innerHeight;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
return this;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
padding(L, T, R, B){
|
|
79
|
+
this.res.style.paddingLeft = L;
|
|
80
|
+
this.res.style.paddingTop = T;
|
|
81
|
+
this.res.style.paddingRight = R;
|
|
82
|
+
this.res.style.paddingBottom = B;
|
|
83
|
+
return this;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
margin(L, T, R, B){
|
|
87
|
+
this.res.style.marginLeft = L;
|
|
88
|
+
this.res.style.marginTop = T;
|
|
89
|
+
this.res.style.marginRight = R;
|
|
90
|
+
this.res.style.marginBottom = B;
|
|
91
|
+
return this;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
render(el) {
|
|
96
|
+
if (el) {
|
|
97
|
+
document.querySelector(el).appendChild(this.res);
|
|
98
|
+
} else {
|
|
99
|
+
return this.res;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
export { Paragraph };
|