ziko 0.0.5 → 0.0.7

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.
Files changed (236) hide show
  1. package/README.md +171 -182
  2. package/dist/ziko.cjs +10022 -9853
  3. package/dist/ziko.js +10023 -9854
  4. package/dist/ziko.min.js +2 -2
  5. package/dist/ziko.mjs +10021 -9853
  6. package/package.json +12 -4
  7. package/starter/bin/index.js +11 -0
  8. package/wrapper/react/README.md +26 -0
  9. package/wrapper/react/index.jsx +7 -1
  10. package/wrapper/svelte/ZikoUI.svelte +15 -0
  11. package/wrapper/vue/ZikoUI.vue +8 -2
  12. package/core/App/Accessibility/index.js +0 -0
  13. package/core/App/Globals/__Target__.js +0 -3
  14. package/core/App/Globals/__UI__.js +0 -38
  15. package/core/App/Globals/__init__.js +0 -8
  16. package/core/App/Globals/index.js +0 -18
  17. package/core/App/Router/index.js +0 -40
  18. package/core/App/Seo/index.js +0 -43
  19. package/core/App/Themes/dark.js +0 -885
  20. package/core/App/Themes/index.js +0 -11
  21. package/core/App/Themes/light.js +0 -255
  22. package/core/App/app.js +0 -46
  23. package/core/App/index.js +0 -12
  24. package/core/Data/Api/fetchdom.js +0 -14
  25. package/core/Data/Api/index.js +0 -4
  26. package/core/Data/Api/preload.js +0 -11
  27. package/core/Data/Converter/canvas.js +0 -25
  28. package/core/Data/Converter/csv.js +0 -33
  29. package/core/Data/Converter/index.js +0 -25
  30. package/core/Data/Converter/json.js +0 -80
  31. package/core/Data/Converter/markdown.js +0 -83
  32. package/core/Data/Converter/svg.js +0 -11
  33. package/core/Data/Parser/markdown.js +0 -0
  34. package/core/Data/Parser/xml.js +0 -47
  35. package/core/Data/Strings/index.js +0 -26
  36. package/core/Data/decorators.js +0 -0
  37. package/core/Data/index.js +0 -64
  38. package/core/Graphics/Canvas/Elements/Basic/arc.js +0 -43
  39. package/core/Graphics/Canvas/Elements/Basic/image.js +0 -0
  40. package/core/Graphics/Canvas/Elements/Basic/line.js +0 -26
  41. package/core/Graphics/Canvas/Elements/Basic/path.js +0 -0
  42. package/core/Graphics/Canvas/Elements/Basic/points.js +0 -48
  43. package/core/Graphics/Canvas/Elements/Basic/polygon.js +0 -7
  44. package/core/Graphics/Canvas/Elements/Basic/polyline.js +0 -0
  45. package/core/Graphics/Canvas/Elements/Basic/rect.js +0 -46
  46. package/core/Graphics/Canvas/Elements/Basic/text.js +0 -0
  47. package/core/Graphics/Canvas/Elements/Chart/histogram.js +0 -0
  48. package/core/Graphics/Canvas/Elements/Chart/plot.js +0 -0
  49. package/core/Graphics/Canvas/Elements/Chart/scatter.js +0 -2
  50. package/core/Graphics/Canvas/Elements/Chart/stem.js +0 -0
  51. package/core/Graphics/Canvas/Elements/Element.js +0 -115
  52. package/core/Graphics/Canvas/Elements/Groupe.js +0 -0
  53. package/core/Graphics/Canvas/Elements/grid.js +0 -0
  54. package/core/Graphics/Canvas/Elements/index.js +0 -13
  55. package/core/Graphics/Canvas/Filter/index.js +0 -0
  56. package/core/Graphics/Canvas/Paint/index.js +0 -0
  57. package/core/Graphics/Canvas/Utils/color.js +0 -8
  58. package/core/Graphics/Canvas/Utils/floodFill.js +0 -58
  59. package/core/Graphics/Canvas/_canvas_offscreen +0 -0
  60. package/core/Graphics/Canvas/canvas.js +0 -189
  61. package/core/Graphics/Canvas/index.js +0 -15
  62. package/core/Graphics/Svg/Elements/ZikoSvgElement.js +0 -28
  63. package/core/Graphics/Svg/Elements/circle.js +0 -34
  64. package/core/Graphics/Svg/Elements/ellipse.js +0 -29
  65. package/core/Graphics/Svg/Elements/foreignObject.js +0 -46
  66. package/core/Graphics/Svg/Elements/grid.js +0 -9
  67. package/core/Graphics/Svg/Elements/groupe.js +0 -29
  68. package/core/Graphics/Svg/Elements/image.js +0 -33
  69. package/core/Graphics/Svg/Elements/line.js +0 -29
  70. package/core/Graphics/Svg/Elements/path.js +0 -59
  71. package/core/Graphics/Svg/Elements/polygon.js +0 -31
  72. package/core/Graphics/Svg/Elements/polyline.js +0 -4
  73. package/core/Graphics/Svg/Elements/rect.js +0 -43
  74. package/core/Graphics/Svg/Elements/text.js +0 -26
  75. package/core/Graphics/Svg/index.js +0 -1
  76. package/core/Graphics/Svg/svg.js +0 -117
  77. package/core/Graphics/index.js +0 -61
  78. package/core/Math/Calculus/Special Functions/bessel.js +0 -31
  79. package/core/Math/Calculus/Special Functions/beta.js +0 -38
  80. package/core/Math/Calculus/Special Functions/gamma.js +0 -30
  81. package/core/Math/Calculus/Special Functions/index.js +0 -4
  82. package/core/Math/Calculus/index.js +0 -1
  83. package/core/Math/Complex/Fractals/julia.js +0 -0
  84. package/core/Math/Complex/index.js +0 -191
  85. package/core/Math/Discret/Combinaison/index.js +0 -34
  86. package/core/Math/Discret/Conversion/index.js +0 -86
  87. package/core/Math/Discret/Logic/index.js +0 -46
  88. package/core/Math/Discret/Permutation/index.js +0 -31
  89. package/core/Math/Discret/Set/index.js +0 -2
  90. package/core/Math/Discret/Set/powerSet.js +0 -15
  91. package/core/Math/Discret/Set/subSet.js +0 -10
  92. package/core/Math/Discret/index.js +0 -23
  93. package/core/Math/Functions/index.js +0 -182
  94. package/core/Math/Matrix/Decomposition.js +0 -90
  95. package/core/Math/Matrix/LinearSystem.js +0 -10
  96. package/core/Math/Matrix/Matrix.js +0 -712
  97. package/core/Math/Matrix/index.js +0 -3
  98. package/core/Math/Numeric/index.js +0 -0
  99. package/core/Math/Random/index.js +0 -173
  100. package/core/Math/Signal/__np.py.txt +0 -40
  101. package/core/Math/Signal/conv.js +0 -175
  102. package/core/Math/Signal/fft.js +0 -55
  103. package/core/Math/Signal/filter.js +0 -39
  104. package/core/Math/Signal/functions.js +0 -146
  105. package/core/Math/Signal/index.js +0 -110
  106. package/core/Math/Statistics/Functions/index.js +0 -100
  107. package/core/Math/Statistics/index.js +0 -16
  108. package/core/Math/Utils/arithmetic.js +0 -139
  109. package/core/Math/Utils/checkers.js +0 -11
  110. package/core/Math/Utils/comparaison.js +0 -1
  111. package/core/Math/Utils/conversions.js +0 -7
  112. package/core/Math/Utils/discret.js +0 -28
  113. package/core/Math/Utils/index.js +0 -102
  114. package/core/Math/Utils/mapfun.js +0 -43
  115. package/core/Math/absract.js +0 -1
  116. package/core/Math/const.js +0 -3
  117. package/core/Math/index.js +0 -193
  118. package/core/Reactivity/Events/Global/Click.js +0 -56
  119. package/core/Reactivity/Events/Global/Clipboard.js +0 -84
  120. package/core/Reactivity/Events/Global/CustomEvent.js +0 -53
  121. package/core/Reactivity/Events/Global/Drag.js +0 -137
  122. package/core/Reactivity/Events/Global/Focus.js +0 -56
  123. package/core/Reactivity/Events/Global/Key.js +0 -104
  124. package/core/Reactivity/Events/Global/Mouse.js +0 -230
  125. package/core/Reactivity/Events/Global/Pointer.js +0 -214
  126. package/core/Reactivity/Events/Global/Touch.js +0 -0
  127. package/core/Reactivity/Events/Global/Wheel.js +0 -44
  128. package/core/Reactivity/Events/Partiel/Hash.js +0 -44
  129. package/core/Reactivity/Events/Partiel/Input.js +0 -59
  130. package/core/Reactivity/Events/Partiel/MediaEvent.js +0 -1
  131. package/core/Reactivity/Events/ZikoEvent.js +0 -91
  132. package/core/Reactivity/Events/index.js +0 -60
  133. package/core/Reactivity/Observer/index.js +0 -3
  134. package/core/Reactivity/Observer/intersection.js +0 -40
  135. package/core/Reactivity/Observer/mutation.js +0 -90
  136. package/core/Reactivity/Observer/resize.js +0 -47
  137. package/core/Reactivity/Use/Contexte/index.js +0 -1
  138. package/core/Reactivity/Use/Contexte/useSuccesifKeys.js +0 -14
  139. package/core/Reactivity/Use/Decorators/index.js +0 -4
  140. package/core/Reactivity/Use/Interactions/index.js +0 -4
  141. package/core/Reactivity/Use/Interactions/useBluetooth.js +0 -48
  142. package/core/Reactivity/Use/Interactions/useChannel.js +0 -50
  143. package/core/Reactivity/Use/Interactions/useEventEmmiter.js +0 -64
  144. package/core/Reactivity/Use/Interactions/useSerial.js +0 -0
  145. package/core/Reactivity/Use/Interactions/useThread.js +0 -44
  146. package/core/Reactivity/Use/Interactions/useUsb.js +0 -0
  147. package/core/Reactivity/Use/Sensors/index.js +0 -2
  148. package/core/Reactivity/Use/Sensors/useBattery.js +0 -36
  149. package/core/Reactivity/Use/Sensors/useCamera.js +0 -0
  150. package/core/Reactivity/Use/Sensors/useGeolocation.js +0 -17
  151. package/core/Reactivity/Use/Sensors/useMicro.js +0 -0
  152. package/core/Reactivity/Use/Sensors/useOrientation.js +0 -0
  153. package/core/Reactivity/Use/Storage/index.js +0 -1
  154. package/core/Reactivity/Use/Storage/useCookie.js +0 -0
  155. package/core/Reactivity/Use/Storage/useIndexedDb.js +0 -0
  156. package/core/Reactivity/Use/Storage/useStorage.js +0 -74
  157. package/core/Reactivity/Use/UI/index.js +0 -4
  158. package/core/Reactivity/Use/UI/useCssLink.js +0 -0
  159. package/core/Reactivity/Use/UI/useCssText.js +0 -21
  160. package/core/Reactivity/Use/UI/useFavIcon.js +0 -38
  161. package/core/Reactivity/Use/UI/useLinearGradient.js +0 -0
  162. package/core/Reactivity/Use/UI/useMediaQuery.js +0 -1
  163. package/core/Reactivity/Use/UI/useRadialGradient.js +0 -0
  164. package/core/Reactivity/Use/UI/useStyle.js +0 -54
  165. package/core/Reactivity/Use/UI/useTheme.js +0 -62
  166. package/core/Reactivity/Use/UI/useTitle.js +0 -30
  167. package/core/Reactivity/Use/index.js +0 -82
  168. package/core/Reactivity/Use/todo.md +0 -26
  169. package/core/Reactivity/index.js +0 -3
  170. package/core/Time/animation.js +0 -76
  171. package/core/Time/index.js +0 -54
  172. package/core/Time/loop.js +0 -83
  173. package/core/Time/utils/decorators.js +0 -17
  174. package/core/Time/utils/ease.js +0 -144
  175. package/core/Time/utils/index.js +0 -18
  176. package/core/Time/utils/performance.js +0 -16
  177. package/core/Time/utils/ui.js +0 -26
  178. package/core/UI/CustomElement/Elements/Accordion/index.js +0 -62
  179. package/core/UI/CustomElement/Elements/Carousel/index.js +0 -47
  180. package/core/UI/CustomElement/Elements/CodeNote/CodeCell.js +0 -176
  181. package/core/UI/CustomElement/Elements/CodeNote/CodeNote.js +0 -69
  182. package/core/UI/CustomElement/Elements/CodeNote/SubElements.js +0 -64
  183. package/core/UI/CustomElement/Elements/CodeNote/index.js +0 -2
  184. package/core/UI/CustomElement/Elements/Columns.js +0 -1
  185. package/core/UI/CustomElement/Elements/FAB.js +0 -0
  186. package/core/UI/CustomElement/Elements/Menu.js +0 -0
  187. package/core/UI/CustomElement/Elements/Notification.js +0 -0
  188. package/core/UI/CustomElement/Elements/Popover.js +0 -0
  189. package/core/UI/CustomElement/Elements/Popup.js +0 -0
  190. package/core/UI/CustomElement/Elements/Swipper.js +0 -4
  191. package/core/UI/CustomElement/Elements/Tabs/index.js +0 -111
  192. package/core/UI/CustomElement/Elements/Timeline.js +0 -0
  193. package/core/UI/CustomElement/Elements/Toast.js +0 -0
  194. package/core/UI/CustomElement/Elements/Treeview.js +0 -0
  195. package/core/UI/CustomElement/Elements/index.js +0 -4
  196. package/core/UI/CustomElement/Flex.js +0 -97
  197. package/core/UI/CustomElement/Grid.js +0 -30
  198. package/core/UI/CustomElement/index.js +0 -3
  199. package/core/UI/Embaded/index.js +0 -1
  200. package/core/UI/Inputs/Primitives/btn.js +0 -30
  201. package/core/UI/Inputs/Primitives/elements.js +0 -28
  202. package/core/UI/Inputs/Primitives/inputs.js +0 -324
  203. package/core/UI/Inputs/Primitives/select.js +0 -14
  204. package/core/UI/Inputs/Primitives/textarea.js +0 -15
  205. package/core/UI/Inputs/camera.js +0 -23
  206. package/core/UI/Inputs/index.js +0 -20
  207. package/core/UI/List/elements.js +0 -0
  208. package/core/UI/List/index.js +0 -127
  209. package/core/UI/Media/Audio/index.js +0 -38
  210. package/core/UI/Media/Image/figure.js +0 -16
  211. package/core/UI/Media/Image/image.js +0 -33
  212. package/core/UI/Media/Image/index.js +0 -2
  213. package/core/UI/Media/Video/index.js +0 -49
  214. package/core/UI/Media/index.js +0 -3
  215. package/core/UI/Misc/index.js +0 -45
  216. package/core/UI/Semantic/index.js +0 -61
  217. package/core/UI/Style/index.js +0 -499
  218. package/core/UI/Table/elements.js +0 -94
  219. package/core/UI/Table/index.js +0 -3
  220. package/core/UI/Table/table.js +0 -112
  221. package/core/UI/Table/utils.js +0 -12
  222. package/core/UI/Text/heading.js +0 -34
  223. package/core/UI/Text/index.js +0 -3
  224. package/core/UI/Text/p.js +0 -36
  225. package/core/UI/Text/pre.js +0 -0
  226. package/core/UI/Text/text.js +0 -65
  227. package/core/UI/Utils/index.js +0 -70
  228. package/core/UI/ZikoUIElement.js +0 -503
  229. package/core/UI/index.js +0 -154
  230. package/core/__proto__/Array.js +0 -74
  231. package/core/__proto__/Function.js +0 -0
  232. package/core/__proto__/Number.js +0 -76
  233. package/core/__proto__/Object.js +0 -0
  234. package/core/__proto__/String.js +0 -0
  235. package/core/index.js +0 -72
  236. package/wrapper/react/readme.md +0 -19
@@ -1,11 +0,0 @@
1
- import LightThemes from "./light";
2
- import DarkThemes from "./dark";
3
- const Themes={
4
- ...LightThemes,
5
- ...DarkThemes
6
- }
7
- export {
8
- Themes,
9
- LightThemes,
10
- DarkThemes,
11
- };
@@ -1,255 +0,0 @@
1
- const LightThemes={
2
- cozyCottonCandy: {
3
- background: "#FCE4EC",
4
- currentLine: "#F8BBD0",
5
- selection: "#FFCDD2",
6
- foreground: "#673AB7",
7
- comment: "#9575CD",
8
- cyan: "#00BCD4",
9
- green: "#4CAF50",
10
- orange: "#FF9800",
11
- pink: "#E91E63",
12
- purple: "#9C27B0",
13
- red: "#F44336",
14
- yellow: "#FFEB3B"
15
- },
16
- crystalClear: {
17
- background: "#F6F8FA",
18
- currentLine: "#E8F0F5",
19
- selection: "#D4E9F7",
20
- foreground: "#485766",
21
- comment: "#8492A6",
22
- cyan: "#00ACC1",
23
- green: "#8BC34A",
24
- orange: "#FFA726",
25
- pink: "#FF4081",
26
- purple: "#7E57C2",
27
- red: "#EF5350",
28
- yellow: "#FFD740"
29
- },
30
- lightdreamyDusk: {
31
- background: "#F5F5F5",
32
- currentLine: "#E8E8E8",
33
- selection: "#DADADA",
34
- foreground: "#555555",
35
- comment: "#999999",
36
- cyan: "#5FB3B3",
37
- green: "#68C386",
38
- orange: "#FFB67A",
39
- pink: "#FF94B0",
40
- purple: "#B78BC3",
41
- red: "#FF6666",
42
- yellow: "#FFD666"
43
- },
44
- luminousLavender: {
45
- background: "#F3E5F5",
46
- currentLine: "#E1BEE7",
47
- selection: "#CE93D8",
48
- foreground: "#311B92",
49
- comment: "#673AB7",
50
- cyan: "#00BCD4",
51
- green: "#8BC34A",
52
- orange: "#FF9800",
53
- pink: "#E91E63",
54
- purple: "#9C27B0",
55
- red: "#F44336",
56
- yellow: "#FFEB3B"
57
- },
58
- meadowMornings: {
59
- background: "#F3E5F5",
60
- currentLine: "#E1BEE7",
61
- selection: "#CE93D8",
62
- foreground: "#311B92",
63
- comment: "#673AB7",
64
- cyan: "#00BCD4",
65
- green: "#8BC34A",
66
- orange: "#FF9800",
67
- pink: "#E91E63",
68
- purple: "#9C27B0",
69
- red: "#F44336",
70
- yellow: "#FFEB3B"
71
- },
72
- moonlitMauve: {
73
- background: "#F3E5F5",
74
- currentLine: "#E1BEE7",
75
- selection: "#CE93D8",
76
- foreground: "#311B92",
77
- comment: "#673AB7",
78
- cyan: "#00BCD4",
79
- green: "#8BC34A",
80
- orange: "#FF9800",
81
- pink: "#E91E63",
82
- purple: "#9C27B0",
83
- red: "#F44336",
84
- yellow: "#FFEB3B"
85
- },
86
- morningMist: {
87
- background: "#F6F6F6",
88
- currentLine: "#EAEAEA",
89
- selection: "#D8D8D8",
90
- foreground: "#333333",
91
- comment: "#808080",
92
- cyan: "#00A6A6",
93
- green: "#4CAF50",
94
- orange: "#FFA726",
95
- pink: "#FF4081",
96
- purple: "#9C27B0",
97
- red: "#FF5252",
98
- yellow: "#FFD740"
99
- },
100
- oceanBreeze: {
101
- background: "#ECF1F4",
102
- currentLine: "#DDE8ED",
103
- selection: "#BFD3C1",
104
- foreground: "#37474F",
105
- comment: "#607D8B",
106
- cyan: "#00BCD4",
107
- green: "#8BC34A",
108
- orange: "#FF9800",
109
- pink: "#E91E63",
110
- purple: "#673AB7",
111
- red: "#F44336",
112
- yellow: "#FFEB3B"
113
- },
114
- pastelParadise: {
115
- background: "#F5F5F5",
116
- currentLine: "#E8E8E8",
117
- selection: "#DADADA",
118
- foreground: "#555555",
119
- comment: "#999999",
120
- cyan: "#5FB3B3",
121
- green: "#68C386",
122
- orange: "#FFB67A",
123
- pink: "#FF94B0",
124
- purple: "#B78BC3",
125
- red: "#FF6666",
126
- yellow: "#FFD666"
127
- },
128
- pastelPetals: {
129
- background: "#FCE4EC",
130
- currentLine: "#F8BBD0",
131
- selection: "#FFCDD2",
132
- foreground: "#673AB7",
133
- comment: "#9575CD",
134
- cyan: "#00BCD4",
135
- green: "#4CAF50",
136
- orange: "#FF9800",
137
- pink: "#E91E63",
138
- purple: "#9C27B0",
139
- red: "#F44336",
140
- yellow: "#FFEB3B"
141
- },
142
- sereneSnowfall: {
143
- background: "#F9F9F9",
144
- currentLine: "#EDEDED",
145
- selection: "#D8D8D8",
146
- foreground: "#454545",
147
- comment: "#888888",
148
- cyan: "#5FA5A5",
149
- green: "#5BC47E",
150
- orange: "#FFBC8D",
151
- pink: "#FFA7BF",
152
- purple: "#B88AAE",
153
- red: "#FF7575",
154
- yellow: "#FFD98F"
155
- },
156
- softSherbet: {
157
- background: "#FDF8F3",
158
- currentLine: "#FAF1EB",
159
- selection: "#FFEBEE",
160
- foreground: "#6D4C41",
161
- comment: "#A1887F",
162
- cyan: "#00BCD4",
163
- green: "#689F38",
164
- orange: "#FFA000",
165
- pink: "#EC407A",
166
- purple: "#8E24AA",
167
- red: "#E53935",
168
- yellow: "#FFC107"
169
- },
170
- subtleSerenity: {
171
- background: "#F3F5F7",
172
- currentLine: "#E8EDF2",
173
- selection: "#D1D9E6",
174
- foreground: "#2C3E50",
175
- comment: "#95A5A6",
176
- cyan: "#3498DB",
177
- green: "#2ECC71",
178
- orange: "#F39C12",
179
- pink: "#E74C3C",
180
- purple: "#9B59B6",
181
- red: "#C0392B",
182
- yellow: "#F1C40F"
183
- },
184
- summerSunset: {
185
- background: "#FCE4EC",
186
- currentLine: "#F8BBD0",
187
- selection: "#FFCDD2",
188
- foreground: "#4E342E",
189
- comment: "#795548",
190
- cyan: "#009688",
191
- green: "#43A047",
192
- orange: "#FF5722",
193
- pink: "#E91E63",
194
- purple: "#9C27B0",
195
- red: "#F44336",
196
- yellow: "#FFEB3B"
197
- },
198
- sunnyDay: {
199
- background: "#FFF8E1",
200
- currentLine: "#FFF3E0",
201
- selection: "#FFE0B2",
202
- foreground: "#4E342E",
203
- comment: "#795548",
204
- cyan: "#00BCD4",
205
- green: "#8BC34A",
206
- orange: "#FF9800",
207
- pink: "#E91E63",
208
- purple: "#673AB7",
209
- red: "#F44336",
210
- yellow: "#FFEB3B"
211
- },
212
- tranquilTwilight: {
213
- background: "#F9F9F9",
214
- currentLine: "#EDEDED",
215
- selection: "#D8D8D8",
216
- foreground: "#454545",
217
- comment: "#888888",
218
- cyan: "#5FA5A5",
219
- green: "#5BC47E",
220
- orange: "#FFBC8D",
221
- pink: "#FFA7BF",
222
- purple: "#B88AAE",
223
- red: "#FF7575",
224
- yellow: "#FFD98F"
225
- },
226
- tranquilWaves: {
227
- background: "#F9F9F9",
228
- currentLine: "#E4E4E4",
229
- selection: "#D4D4D4",
230
- foreground: "#2C3E50",
231
- comment: "#7F8C8D",
232
- cyan: "#3498DB",
233
- green: "#2ECC71",
234
- orange: "#F39C12",
235
- pink: "#E74C3C",
236
- purple: "#9B59B6",
237
- red: "#C0392B",
238
- yellow: "#F1C40F"
239
- },
240
- whisperingWillow: {
241
- background: "#F6F8FA",
242
- currentLine: "#E8F0F5",
243
- selection: "#D4E9F7",
244
- foreground: "#485766",
245
- comment: "#8492A6",
246
- cyan: "#00ACC1",
247
- green: "#8BC34A",
248
- orange: "#FFA726",
249
- pink: "#FF4081",
250
- purple: "#7E57C2",
251
- red: "#EF5350",
252
- yellow: "#FFD740"
253
- }
254
- }
255
- export default LightThemes;
package/core/App/app.js DELETED
@@ -1,46 +0,0 @@
1
- import { ZikoUIFlex } from "../UI/CustomElement/Flex.js";
2
- import { Seo } from "./Seo/index.js";
3
- import { HashEvent } from "../Reactivity/index.js";
4
- class ZikoUIApp extends ZikoUIFlex{
5
- constructor(){
6
- super("main");
7
- this.root=document.documentElement;
8
- this.head=null;
9
- this.#init();
10
- this.seo=Seo(this);
11
- Object.assign(this.events,{
12
- hash:null
13
- })
14
- Object.assign(this.cache,{
15
- theme:null,
16
- isRoot:true
17
- });
18
- this.render(globalThis.__ZikoConfig__.default.render);
19
- }
20
- #init(){
21
- this.root.setAttribute("data-engine","zikojs");
22
- const head=this.root.getElementsByTagName("head")[0];
23
- this.head=head?head:this.head=document.createElement("head");
24
- if(!head)this.root.insertBefore(this.head,document.body);
25
- const title=this.head.getElementsByTagName("title")[0];
26
- this.Title=title?title:document.createElement("title");
27
- if(!title)this.head.append(this.Title);
28
- }
29
- title(title=this.title.textContent){
30
- this.Title.textContent=title;
31
- return this;
32
- }
33
- prefetch(){
34
-
35
- }
36
- description(){
37
-
38
- }
39
- onHashChange(...callbacks){
40
- if(!this.events.hash)this.events.hash = HashEvent(this);
41
- this.events.hash.onChange(...callbacks);
42
- return this;
43
- }
44
- }
45
- const App=(...UIElement)=>new ZikoUIApp().append(...UIElement)
46
- export {App};
package/core/App/index.js DELETED
@@ -1,12 +0,0 @@
1
- export{
2
- App,
3
- } from "./app.js"
4
- export {
5
- Themes,
6
- LightThemes,
7
- DarkThemes
8
- } from "./Themes";
9
- export {
10
- __init__,
11
- __ZikoConfig__
12
- } from "./Globals"
@@ -1,14 +0,0 @@
1
- import { preload } from "./preload"
2
-
3
- async function fetchdom(url='https://github.com/zakarialaoui10'){
4
- const data=await fetch(url)
5
- const html=await data.text()
6
- const dom= new DOMParser().parseFromString(html,'text/xml')
7
- return dom.documentElement
8
- }
9
- function fetchdomSync(url='https://github.com/zakarialaoui10'){
10
- const data=preload(url);
11
- const dom= new DOMParser().parseFromString(data,'text/xml')
12
- return dom.documentElement;
13
- }
14
- export {fetchdom,fetchdomSync}
@@ -1,4 +0,0 @@
1
- export { preload } from "./preload";
2
- import { fetchdom ,fetchdomSync } from "./fetchdom";
3
- globalThis.fetchdom=fetchdom
4
- globalThis.fetchdomSync=fetchdomSync
@@ -1,11 +0,0 @@
1
- const preload=(url)=>{
2
- const xhr = new XMLHttpRequest();
3
- xhr.open("GET", url, false);
4
- xhr.send();
5
- if (xhr.status === 200) {
6
- return xhr.responseText;
7
- } else {
8
- throw new Error(`Failed to fetch data from ${url}. Status: ${xhr.status}`);
9
- }
10
- }
11
- export {preload}
@@ -1,25 +0,0 @@
1
- const canvas2image = (canvas,format) => {}
2
- class Canvas2Video {
3
- constructor(canvas,mimeType="video/webm") {
4
- this.canvas = canvas;
5
- this.videoSrc=null;
6
- this.mediaRecorder = new MediaRecorder(this.canvas.captureStream(), { mimeType: mimeType });
7
- this.chunks = [];
8
- this.mediaRecorder.ondataavailable = (e) => {
9
- this.chunks.push(e.data);
10
- };
11
- this.mediaRecorder.onstop = (e) => {
12
- const blob = new Blob(this.chunks, { type: mimeType });
13
- this.videoSrc = URL.createObjectURL(blob);
14
- };
15
- }
16
- start() {
17
- this.mediaRecorder.start();
18
- return this;
19
- }
20
- stop() {
21
- this.mediaRecorder.stop();
22
- return this;
23
- }
24
- }
25
- const canvas2video=(canvas)=>new Canvas2Video(canvas)
@@ -1,33 +0,0 @@
1
- import { Matrix } from "../../Math"
2
- const csv2arr = (csv, delimiter = ",")=>csv.trim().trimEnd().split("\n").map(n=>n.split(delimiter));
3
- const csv2matrix = (csv, delimiter = ",")=>new Matrix(csv2arr(csv,delimiter));
4
- const csv2object = (csv, delimiter = ",") => {
5
- const [header, ...rows] = csv2arr(csv,delimiter);
6
- const result = rows.map(row => {
7
- const obj = {};
8
- header.forEach((key, index) => {
9
- obj[key] = row[index];
10
- });
11
- return obj;
12
- });
13
- return result;
14
- };
15
- const csv2json = (csv, delimiter = ",") => JSON.stringify(csv2object(csv,delimiter));
16
- const csv2sql=(csv, Table)=>{
17
- const lines = csv.trim().trimEnd().split('\n').filter(n=>n);
18
- const columns = lines[0].split(',');
19
- let sqlQuery = `INSERT INTO ${Table} (${columns.join(', ')}) Values `
20
- let sqlValues = []
21
- for (let i = 1; i < lines.length; i++) {
22
- const values = lines[i].split(',');
23
- sqlValues.push(`(${values})`)
24
- }
25
- return sqlQuery+sqlValues.join(",\n");
26
- }
27
- export{
28
- csv2arr,
29
- csv2matrix,
30
- csv2object,
31
- csv2json,
32
- csv2sql
33
- }
@@ -1,25 +0,0 @@
1
- export {
2
- markdown2html
3
- } from "./markdown";
4
- export {
5
- csv2arr,
6
- csv2matrix,
7
- csv2object,
8
- csv2json,
9
- csv2sql
10
- } from "./csv";
11
- export {
12
- json2arr,
13
- json2csv,
14
- json2csvFile,
15
- json2yml,
16
- json2ymlFile,
17
- json2xml,
18
- json2xmlFile
19
- } from "./json";
20
- export {
21
- svg2str,
22
- svg2ascii,
23
- svg2imgUrl,
24
- svg2img
25
- } from "./svg";
@@ -1,80 +0,0 @@
1
- const _objects2arr=data=>data instanceof Array?[Object.keys(data[0]),...data.map(n=>Object.values(n))]:[Object.keys(data)];
2
- const _objects2csv=(data,delimiter)=>_objects2arr(data).map(n=>n.join(delimiter)).join("\n")
3
- const json2arr=json=>json instanceof Object?_objects2arr(json):_objects2arr(JSON.parse(json));
4
- const json2csv=(json,delimiter=",")=>json instanceof Object?_objects2csv(json,delimiter):_objects2csv(JSON.parse(json),delimiter);
5
- const json2csvFile=(json,delimiter)=>{
6
- const str=json2csv(json,delimiter);
7
- const blob=new Blob([str], { type: 'text/csv;charset=utf-8;' });
8
- return{
9
- str,
10
- blob,
11
- url:URL.createObjectURL(blob)
12
- }
13
- }
14
- const _processObject=(obj, indent)=>{
15
- const yml = [];
16
- if (Array.isArray(obj)) {
17
- obj.forEach(item => {
18
- if (typeof item === 'object' && item !== null) {
19
- yml.push(`${indent}-`);
20
- const nestedLines = _processObject(item, `${indent} `);
21
- yml.push(...nestedLines);
22
- } else yml.push(`${indent}- ${item}`);
23
- });
24
- } else {
25
- for (const key in obj) {
26
- if (obj.hasOwnProperty(key)) {
27
- const value = obj[key];
28
- if (typeof value === 'object' && value !== null) {
29
- yml.push(`${indent}${key}:`);
30
- const nestedLines = _processObject(value, `${indent} `);
31
- yml.push(...nestedLines);
32
- } else {
33
- yml.push(`${indent}${key}: ${value}`);
34
- }
35
- }
36
- }
37
- }
38
- return yml;
39
- }
40
- const _object2yml=(object,indent="")=>_processObject(object,indent).join('\n')
41
- const json2yml=(json,indent)=>json instanceof Object?_object2yml(json,indent):_object2yml(JSON.parse(json),indent)
42
- const json2ymlFile=(json,indent)=>{
43
- const str=json2yml(json,indent);
44
- const blob=new Blob([str], { type: 'text/yml;charset=utf-8;' });
45
- return{
46
- str,
47
- blob,
48
- url:URL.createObjectURL(blob)
49
- }
50
- }
51
- const json2xml=(json, indent = 1)=>{
52
- let xml = '';
53
- for (const key in json) {
54
- if (json.hasOwnProperty(key)) {
55
- const value = json[key];
56
- xml += '\n' + ' '.repeat(indent) + `<${key}>`;
57
- (typeof value === 'object') ? xml += json2xml(value, indent + 2) : xml += `${value}`;
58
- xml += `</${key}>`;
59
- }
60
- }
61
- return xml.trim();
62
- }
63
- const json2xmlFile=(json,indent)=>{
64
- const str=json2xml(json,indent);
65
- const blob=new Blob([str], { type: 'text/xml;charset=utf-8;' });
66
- return{
67
- str,
68
- blob,
69
- url:URL.createObjectURL(blob)
70
- }
71
- }
72
- export{
73
- json2arr,
74
- json2csv,
75
- json2csvFile,
76
- json2yml,
77
- json2ymlFile,
78
- json2xml,
79
- json2xmlFile
80
- }
@@ -1,83 +0,0 @@
1
- const parseInlineElements = text => {
2
- return text
3
- .replace(/\*\*(.*?)\*\*/g, '<strong>$1</strong>')
4
- .replace(/\*(.*?)\*/g, '<em>$1</em>')
5
- .replace(/\[(.*?)\]\((.*?)\)/g, '<a href="$2">$1</a>')
6
- .replace(/!\[(.*?)\]\((.*?)\)/g, '<img src="$2" alt="$1">');
7
- };
8
-
9
- const parseTable = line => {
10
- const cells = line.split('|').map(cell => cell.trim()).filter(cell => cell !== '');
11
- const tableRow = cells.map(cell => `<td>${parseInlineElements(cell)}</td>`).join('');
12
- return `<tr>${tableRow}</tr>\n`;
13
- };
14
-
15
- const parseCodeBlock = (lines, language) => {
16
- const codeContent = lines.slice(1, -1).join('\n'); // Exclude the triple backticks
17
- const highlightedCode = language ? `<code data-language="${language}">${codeContent}</code>` : `<code>${codeContent}</code>`;
18
- return `<pre>${highlightedCode}</pre>\n`;
19
- };
20
-
21
- const parseList = line => {
22
- const DIGIT_FOLLOWED_BY_A_DOT_AND_SPACE = /^\d+\.\s/;
23
- const match = line.match(DIGIT_FOLLOWED_BY_A_DOT_AND_SPACE);
24
- if (match) {
25
- let start=+match[1]
26
- return `<ol${start===1?"":` start=${start}`}>\n<li>${parseInlineElements(line.slice(match[0].length))}</li>\n</ol>\n`;
27
- }
28
- return `<ul>\n<li>${parseInlineElements(line)}</li>\n</ul>\n`;
29
- };
30
- const markdown2html = markdownText => {
31
- const lines = markdownText.split('\n');
32
- let htmlOutput = '';
33
- let inTable = false;
34
- let inCodeBlock = false;
35
- let codeBlockLines = [];
36
- let codeBlockLanguage = '';
37
- for (let i = 0; i < lines.length; i++) {
38
- let line = lines[i];
39
- // Table
40
- if (line.startsWith('|')) {
41
- if (!inTable) {
42
- inTable = true;
43
- htmlOutput += '<table>\n';
44
- }
45
- htmlOutput += parseTable(line);
46
- continue;
47
- } else if (inTable) {
48
- inTable = false;
49
- htmlOutput += '</table>\n';
50
- }
51
- // Code block
52
- if (line.startsWith('```')) {
53
- if (!inCodeBlock) {
54
- inCodeBlock = true;
55
- codeBlockLines = [];
56
- codeBlockLanguage = line.slice(3).trim();
57
- } else {
58
- inCodeBlock = false;
59
- htmlOutput += parseCodeBlock(codeBlockLines, codeBlockLanguage);
60
- }
61
- continue;
62
- } else if (inCodeBlock) {
63
- codeBlockLines.push(line);
64
- continue;
65
- }
66
- // Headings
67
- if (line.startsWith('# ')) {
68
- const headingLevel = line.indexOf(' ');
69
- const headingText = line.slice(headingLevel + 1);
70
- htmlOutput += `<h${headingLevel}>${parseInlineElements(headingText)}</h${headingLevel}>\n`;
71
- continue;
72
- }
73
- // Lists
74
- if (line.startsWith('- ') || line.startsWith('* ') || line.match(/^\d+\.\s/)) {
75
- htmlOutput += parseList(line);
76
- continue;
77
- }
78
- // Other paragraphs
79
- htmlOutput += `<p>${parseInlineElements(line)}</p>\n`;
80
- }
81
- return htmlOutput;
82
- };
83
- export{markdown2html}
@@ -1,11 +0,0 @@
1
- import { image } from "../../UI/Media"
2
- const svg2str=svg=>(new XMLSerializer()).serializeToString(svg);
3
- const svg2ascii=svg=>btoa(svg2str(svg));
4
- const svg2imgUrl=svg=>'data:image/svg+xml;base64,'+svg2ascii(svg);
5
- const svg2img=(svg,render=true)=>image(svg2imgUrl(svg)).render(render);
6
- export{
7
- svg2str,
8
- svg2ascii,
9
- svg2imgUrl,
10
- svg2img
11
- }
File without changes
@@ -1,47 +0,0 @@
1
- function parseXML(xmlString) {
2
- const parser = new DOMParser();
3
- const xmlDoc = parser.parseFromString(xmlString, 'text/xml');
4
- const rootNode = xmlDoc.documentElement;
5
- const result = parseNode(rootNode);
6
- return result;
7
- }
8
-
9
- function parseNode(node) {
10
- const obj = {
11
- type: node.nodeName,
12
- attributes: {},
13
- children: []
14
- };
15
- for (let i = 0; i < node.attributes.length; i++) {
16
- const attr = node.attributes[i];
17
- obj.attributes[attr.name] = attr.value;
18
- }
19
- for (let i = 0; i < node.childNodes.length; i++) {
20
- const child = node.childNodes[i];
21
- if (child.nodeType === Node.ELEMENT_NODE) {
22
- obj.children.push(parseNode(child));
23
- } else if (child.nodeType === Node.TEXT_NODE) {
24
- obj.text = child.textContent.trim();
25
- }
26
- }
27
- return obj;
28
- }
29
- export default parseXML;
30
-
31
- // function htmlParser(element) {
32
- // const obj = {
33
- // type: element.tagName,
34
- // attributes: {},
35
- // children: [],
36
- // };
37
- // for (let i = 0; i < element.attributes.length; i++) {
38
- // const attr = element.attributes[i];
39
- // obj.attributes[attr.name] = attr.value;
40
- // }
41
- // for (let i = 0; i < element.children.length; i++) {
42
- // const child = element.children[i];
43
- // obj.children.push(htmlParser(child));
44
- // }
45
- // return obj;
46
- // }
47
-