sheel-deer 1.0.0

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 (90) hide show
  1. package/.vscode/launch.json +51 -0
  2. package/.vscode/settings.json +94 -0
  3. package/.vscode/tasks.json +57 -0
  4. package/App.elen +70 -0
  5. package/README.MD +0 -0
  6. package/Test.elen +24 -0
  7. package/compile-all-ts.js +76 -0
  8. package/dist/index.es.js +1 -0
  9. package/dist/index.umd.js +1 -0
  10. package/elen/App.elen +7 -0
  11. package/elen/LICENSE +15 -0
  12. package/elen/dist/extension.js +130 -0
  13. package/elen/dist/init.js +28 -0
  14. package/elen/elen-1.0.0.vsix +0 -0
  15. package/elen/extension.ts +122 -0
  16. package/elen/icon-theme.json +2423 -0
  17. package/elen/icon.svg +1 -0
  18. package/elen/images/icon.svg +1 -0
  19. package/elen/init.ts +28 -0
  20. package/elen/language-configuration.json +26 -0
  21. package/elen/package-lock.json +549 -0
  22. package/elen/package.json +52 -0
  23. package/elen/seti.woff +0 -0
  24. package/elen/src/App.elen +0 -0
  25. package/elen/syntaxes/elen.tmLanguage.json +312 -0
  26. package/elen/tsconfig.json +14 -0
  27. package/elen-icon-theme/LICENSE +15 -0
  28. package/elen-icon-theme/README.md +18 -0
  29. package/elen-icon-theme/elen-icon-theme-1.0.0.vsix +0 -0
  30. package/elen-icon-theme/elen-icon-theme-1.0.1.vsix +0 -0
  31. package/elen-icon-theme/elen-icon-theme-1.0.13.vsix +0 -0
  32. package/elen-icon-theme/elen-icon-theme-1.0.15.vsix +0 -0
  33. package/elen-icon-theme/elen-icon-theme-1.0.16.vsix +0 -0
  34. package/elen-icon-theme/elen-icon-theme-1.0.17.vsix +0 -0
  35. package/elen-icon-theme/elen-icon-theme-1.0.18.vsix +0 -0
  36. package/elen-icon-theme/elen-icon-theme-1.0.19.vsix +0 -0
  37. package/elen-icon-theme/elen-icon-theme-1.0.2.vsix +0 -0
  38. package/elen-icon-theme/elen-icon-theme-1.0.20.vsix +0 -0
  39. package/elen-icon-theme/elen-icon-theme-1.0.3.vsix +0 -0
  40. package/elen-icon-theme/elen-icon-theme-1.0.4.vsix +0 -0
  41. package/elen-icon-theme/elen-icon-theme-1.0.5.vsix +0 -0
  42. package/elen-icon-theme/elen-icon-theme-1.0.6.vsix +0 -0
  43. package/elen-icon-theme/elen-icon-theme-1.0.7.vsix +0 -0
  44. package/elen-icon-theme/elen-icon-theme-1.0.8.vsix +0 -0
  45. package/elen-icon-theme/elen-icon-theme-1.0.9.vsix +0 -0
  46. package/elen-icon-theme/extension.js +226 -0
  47. package/elen-icon-theme/icon-theme.json +2425 -0
  48. package/elen-icon-theme/icon.svg +1 -0
  49. package/elen-icon-theme/images/icon.svg +1 -0
  50. package/elen-icon-theme/package.json +36 -0
  51. package/elen-icon-theme/seti.woff +0 -0
  52. package/icon.svg +8 -0
  53. package/index.html +11 -0
  54. package/init-start-page.ts +59 -0
  55. package/logo.html +15 -0
  56. package/package.json +42 -0
  57. package/server.ts +31 -0
  58. package/shells/data-page/Elen.ts +23 -0
  59. package/squarings/.json +132 -0
  60. package/squarings/App.json +59 -0
  61. package/squarings/Test.json +27 -0
  62. package/src/base/Component.ts +113 -0
  63. package/src/classes/BinaryData.ts +81 -0
  64. package/src/classes/DataModel.ts +386 -0
  65. package/src/classes/DataTypes.ts +116 -0
  66. package/src/components/squaring.ts +226 -0
  67. package/src/components/vtm.ts +231 -0
  68. package/src/data/ascii.ts +134 -0
  69. package/src/data/binary-resources.ts +209 -0
  70. package/src/events/event-handler.js +34 -0
  71. package/src/index.ts +1 -0
  72. package/src/methods/app-template.ts +7 -0
  73. package/src/methods/array-helpers.ts +176 -0
  74. package/src/methods/css-template.ts +5 -0
  75. package/src/methods/errors-helpers.ts +26 -0
  76. package/src/methods/html-template.ts +22 -0
  77. package/src/methods/parsers.ts +1012 -0
  78. package/src/methods/square.ts +80 -0
  79. package/src/methods/ts-template.ts +36 -0
  80. package/src/methods/using-template.ts +3 -0
  81. package/src/models/ascii.ts +26 -0
  82. package/src/models/data-stream.ts +5 -0
  83. package/src/models/data-type-model.ts +22 -0
  84. package/src/models/template-binary-model.ts +5 -0
  85. package/src/routes.ts +9 -0
  86. package/syntaxes/enel.tmLanguage.json +28 -0
  87. package/tsconfig.json +68 -0
  88. package/viewController/Inital.elen +8 -0
  89. package/vite.config.ts +25 -0
  90. package/vue.config.js +30 -0
@@ -0,0 +1 @@
1
+ <svg id="svg" version="1.1" viewBox="0 0 300 297.9729729729729" width="300" height="297.9729729729729" xmlns="http://www.w3.org/2000/svg"><svg xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clip-1"><rect x="0" y="0" transform="scale(0.16892,0.16892)" width="1776" height="1764" fill="none"/></clipPath><linearGradient x1="137.57669" y1="245.10304" x2="253.04223" y2="81.84088" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#b4841a"/><stop offset="1" stop-color="#e7c564"/></linearGradient></defs><g clip-path="url(#clip-1)" fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M144.0625,29.63277c1.86976,0.50997 8.29493,3.77855 10.51892,4.85287l20.75304,9.97297l82.76182,39.7848l0.67061,0.28953c0.63007,0.31723 1.76351,0.8549 2.30574,1.21453c-0.77027,0.48682 -1.68412,1.10017 -2.45946,1.54409c-0.74324,0.79848 -2.45777,9.2147 -2.83784,10.87652l-4.28209,18.67551l-13.07939,57.02973c-0.81926,3.56588 -3.24493,14.99493 -4.25169,17.80912c-0.44595,1.24324 -14.01182,10.22466 -16.08784,11.66047l-46.46622,32.17568l-14.93818,10.35304c-2.27382,1.5777 -4.60591,3.13682 -6.86926,4.72804c-0.71486,0.50169 -1.08125,0.96453 -1.24409,1.80068c-0.56047,0.22804 -0.64747,0.15372 -1.26436,0.06081l-0.68497,-0.10473c-0.20304,-0.34459 -0.16943,-0.46622 -0.19037,-0.86824c-7.11436,-5.20777 -15.05439,-10.48649 -22.34071,-15.53041l-40.83902,-28.27703l-14.6223,-10.10304c-1.63699,-1.125 -6.56301,-4.35304 -7.78615,-5.59966c-0.9527,-3.10811 -1.95321,-8.15372 -2.71098,-11.46791l-4.8277,-21.11672l-10.88226,-47.48818c-2.11419,-9.22061 -4.18209,-18.63514 -6.43007,-27.81149c0.69358,0.39155 1.03074,0.62297 1.82416,0.79848c1.37061,-0.89662 4.61706,-2.48328 6.15777,-3.28598l12.13412,-6.31875l38.57534,-20.09645l33.57922,-17.48041l9.64223,-5.03632c1.84831,-0.96672 4.28429,-2.35203 6.17196,-3.04155z" fill="#fefe00"/><path d="M258.09628,84.24341l0.67061,0.28953c0.63007,0.31723 1.76351,0.8549 2.30574,1.21453c-0.77027,0.48682 -1.68412,1.10017 -2.45946,1.54409c-0.74324,0.79848 -2.45777,9.2147 -2.83784,10.87652l-4.28209,18.67551l-13.07939,57.02973c-0.81926,3.56588 -3.24493,14.99493 -4.25169,17.80912c-0.44595,1.24324 -14.01182,10.22466 -16.08784,11.66047l-46.46622,32.17568l-14.93818,10.35304c-2.27382,1.5777 -4.60591,3.13682 -6.86926,4.72804c-0.71486,0.50169 -1.08125,0.96453 -1.24409,1.80068c-0.56047,0.22804 -0.64747,0.15372 -1.26436,0.06081l-0.68497,-0.10473c-0.20304,-0.34459 -0.16943,-0.46622 -0.19037,-0.86824c0.12905,-1.37331 0.03784,-4.68919 0.03868,-6.22635l0.00338,-12.19595l0.00034,-31.11655c0.00051,-5.54392 -0.11267,-11.6098 0.05186,-17.1098c6.47517,0.0625 12.95101,0.05743 19.42601,-0.01858c-0.1103,-3.68919 -0.02145,-7.84628 -0.02635,-11.57264l-19.40574,0.02534c-0.0603,-1.14696 -0.04814,-2.36486 -0.03699,-3.52196c0.06385,-6.63868 -0.19443,-13.31605 0.10861,-19.94307c0.0228,-0.49764 0.41216,-1.00422 0.70101,-1.39054c5.15304,-0.13514 10.64814,-0.09747 15.81149,-0.03361c-0.02601,-2.92466 0.00591,-5.91301 0.01014,-8.84223c1.26571,-0.30169 9.9598,-5.61098 11.76723,-6.66199l30.84628,-17.90541l35.13345,-20.37111l11.36486,-6.58277c1.76351,-1.02044 4.22297,-2.34291 5.86486,-3.41993z" fill="url(#color-1)"/><path d="M258.76689,84.53294c0.63007,0.31723 1.76351,0.8549 2.30574,1.21453c-0.77027,0.48682 -1.68412,1.10017 -2.45946,1.54409c-0.39696,-0.4473 0.05068,-2.08412 0.15372,-2.75861z" fill="#fefe00"/><path d="M35.9777,84.09375c0.69358,0.39155 1.03074,0.62297 1.82416,0.79848c1.45169,1.17297 3.73074,2.39966 5.40743,3.36909l8.22348,4.74443l27.71892,16.05574l31.63834,18.3728l9.6875,5.61892c1.23277,0.71318 3.69358,2.22872 4.93108,2.76858l0.03361,48.98733c1.1473,0.01351 4.83108,0.12162 5.72736,-0.01182c5.00017,0.11993 10.32365,0.0777 15.34155,0.04223c-0.16453,5.5 -0.05135,11.56588 -0.05186,17.1098l-0.00034,31.11655l-0.00338,12.19595c-0.00084,1.53716 0.09037,4.85304 -0.03868,6.22635c-7.11436,-5.20777 -15.05439,-10.48649 -22.34071,-15.53041l-40.83902,-28.27703l-14.6223,-10.10304c-1.63699,-1.125 -6.56301,-4.35304 -7.78615,-5.59966c-0.9527,-3.10811 -1.95321,-8.15372 -2.71098,-11.46791l-4.8277,-21.11672l-10.88226,-47.48818c-2.11419,-9.22061 -4.18209,-18.63514 -6.43007,-27.81149z" fill="#fed700"/><path d="M125.44003,102.56453c2.30287,-0.07145 4.60726,-0.08682 6.91098,-0.04611l33.57956,-0.01537c-0.05541,3.67669 -0.1299,8.1174 -0.00676,11.76419c-8.91368,0.05963 -18.18953,0.15 -27.08615,-0.01858c-0.18514,7.32601 -0.00524,14.89865 -0.05997,22.24966l24.35253,0.02973c-0.03666,0.9652 -0.10929,2.0652 -0.03091,3.01419c-0.00422,2.92922 -0.03615,5.91757 -0.01014,8.84223c-5.16334,-0.06385 -10.65845,-0.10152 -15.81149,0.03361c-0.28885,0.38632 -0.67821,0.89291 -0.70101,1.39054c-0.30304,6.62703 -0.04476,13.30439 -0.10861,19.94307c-0.01115,1.15709 -0.02331,2.375 0.03699,3.52196l19.40574,-0.02534c0.0049,3.72635 -0.08395,7.88345 0.02635,11.57264c-6.475,0.07601 -12.95084,0.08108 -19.42601,0.01858c-5.01791,0.03547 -10.34139,0.0777 -15.34155,-0.04223c-0.89628,0.13345 -4.58007,0.02534 -5.72736,0.01182l-0.03361,-48.98733c0.13176,-3.68767 0.03294,-7.95405 0.03311,-11.68666z" fill="#ffffff"/><path d="M125.44003,102.56453c2.30287,-0.07145 4.60726,-0.08682 6.91098,-0.04611c-1.60304,0.46993 -2.21807,0.41098 -3.88818,0.35693l0.17517,58.83801c-0.00017,6.82128 -0.03666,13.60591 -0.28041,20.42348c-0.02939,0.82264 -0.08361,1.57601 -0.06368,2.40878c0.74595,-0.00507 2.06199,-0.05405 2.74916,0.0777l0.12652,0.17399c-0.89628,0.13345 -4.58007,0.02534 -5.72736,0.01182l-0.03361,-48.98733c0.13176,-3.68767 0.03294,-7.95405 0.03311,-11.68666z" fill="#cdccce"/><path d="M138.86537,148.36233c2.56351,-0.02314 5.92669,-0.12821 8.41233,0.05574c-0.28885,0.38632 -0.67821,0.89291 -0.70101,1.39054c-0.30304,6.62703 -0.04476,13.30439 -0.10861,19.94307c-0.01115,1.15709 -0.02331,2.375 0.03699,3.52196c-2.55676,0.00507 -5.11368,-0.01182 -7.67027,-0.0473c-0.21875,-5.99223 0.06419,-12.14341 -0.04713,-18.15c-0.04088,-2.19611 -0.01672,-4.52432 0.0777,-6.71402z" fill="#fed700"/></g></svg></svg>
@@ -0,0 +1 @@
1
+ <svg id="svg" version="1.1" viewBox="0 0 300 297.9729729729729" width="300" height="297.9729729729729" xmlns="http://www.w3.org/2000/svg"><svg xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="clip-1"><rect x="0" y="0" transform="scale(0.16892,0.16892)" width="1776" height="1764" fill="none"/></clipPath><linearGradient x1="137.57669" y1="245.10304" x2="253.04223" y2="81.84088" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#b4841a"/><stop offset="1" stop-color="#e7c564"/></linearGradient></defs><g clip-path="url(#clip-1)" fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M144.0625,29.63277c1.86976,0.50997 8.29493,3.77855 10.51892,4.85287l20.75304,9.97297l82.76182,39.7848l0.67061,0.28953c0.63007,0.31723 1.76351,0.8549 2.30574,1.21453c-0.77027,0.48682 -1.68412,1.10017 -2.45946,1.54409c-0.74324,0.79848 -2.45777,9.2147 -2.83784,10.87652l-4.28209,18.67551l-13.07939,57.02973c-0.81926,3.56588 -3.24493,14.99493 -4.25169,17.80912c-0.44595,1.24324 -14.01182,10.22466 -16.08784,11.66047l-46.46622,32.17568l-14.93818,10.35304c-2.27382,1.5777 -4.60591,3.13682 -6.86926,4.72804c-0.71486,0.50169 -1.08125,0.96453 -1.24409,1.80068c-0.56047,0.22804 -0.64747,0.15372 -1.26436,0.06081l-0.68497,-0.10473c-0.20304,-0.34459 -0.16943,-0.46622 -0.19037,-0.86824c-7.11436,-5.20777 -15.05439,-10.48649 -22.34071,-15.53041l-40.83902,-28.27703l-14.6223,-10.10304c-1.63699,-1.125 -6.56301,-4.35304 -7.78615,-5.59966c-0.9527,-3.10811 -1.95321,-8.15372 -2.71098,-11.46791l-4.8277,-21.11672l-10.88226,-47.48818c-2.11419,-9.22061 -4.18209,-18.63514 -6.43007,-27.81149c0.69358,0.39155 1.03074,0.62297 1.82416,0.79848c1.37061,-0.89662 4.61706,-2.48328 6.15777,-3.28598l12.13412,-6.31875l38.57534,-20.09645l33.57922,-17.48041l9.64223,-5.03632c1.84831,-0.96672 4.28429,-2.35203 6.17196,-3.04155z" fill="#fefe00"/><path d="M258.09628,84.24341l0.67061,0.28953c0.63007,0.31723 1.76351,0.8549 2.30574,1.21453c-0.77027,0.48682 -1.68412,1.10017 -2.45946,1.54409c-0.74324,0.79848 -2.45777,9.2147 -2.83784,10.87652l-4.28209,18.67551l-13.07939,57.02973c-0.81926,3.56588 -3.24493,14.99493 -4.25169,17.80912c-0.44595,1.24324 -14.01182,10.22466 -16.08784,11.66047l-46.46622,32.17568l-14.93818,10.35304c-2.27382,1.5777 -4.60591,3.13682 -6.86926,4.72804c-0.71486,0.50169 -1.08125,0.96453 -1.24409,1.80068c-0.56047,0.22804 -0.64747,0.15372 -1.26436,0.06081l-0.68497,-0.10473c-0.20304,-0.34459 -0.16943,-0.46622 -0.19037,-0.86824c0.12905,-1.37331 0.03784,-4.68919 0.03868,-6.22635l0.00338,-12.19595l0.00034,-31.11655c0.00051,-5.54392 -0.11267,-11.6098 0.05186,-17.1098c6.47517,0.0625 12.95101,0.05743 19.42601,-0.01858c-0.1103,-3.68919 -0.02145,-7.84628 -0.02635,-11.57264l-19.40574,0.02534c-0.0603,-1.14696 -0.04814,-2.36486 -0.03699,-3.52196c0.06385,-6.63868 -0.19443,-13.31605 0.10861,-19.94307c0.0228,-0.49764 0.41216,-1.00422 0.70101,-1.39054c5.15304,-0.13514 10.64814,-0.09747 15.81149,-0.03361c-0.02601,-2.92466 0.00591,-5.91301 0.01014,-8.84223c1.26571,-0.30169 9.9598,-5.61098 11.76723,-6.66199l30.84628,-17.90541l35.13345,-20.37111l11.36486,-6.58277c1.76351,-1.02044 4.22297,-2.34291 5.86486,-3.41993z" fill="url(#color-1)"/><path d="M258.76689,84.53294c0.63007,0.31723 1.76351,0.8549 2.30574,1.21453c-0.77027,0.48682 -1.68412,1.10017 -2.45946,1.54409c-0.39696,-0.4473 0.05068,-2.08412 0.15372,-2.75861z" fill="#fefe00"/><path d="M35.9777,84.09375c0.69358,0.39155 1.03074,0.62297 1.82416,0.79848c1.45169,1.17297 3.73074,2.39966 5.40743,3.36909l8.22348,4.74443l27.71892,16.05574l31.63834,18.3728l9.6875,5.61892c1.23277,0.71318 3.69358,2.22872 4.93108,2.76858l0.03361,48.98733c1.1473,0.01351 4.83108,0.12162 5.72736,-0.01182c5.00017,0.11993 10.32365,0.0777 15.34155,0.04223c-0.16453,5.5 -0.05135,11.56588 -0.05186,17.1098l-0.00034,31.11655l-0.00338,12.19595c-0.00084,1.53716 0.09037,4.85304 -0.03868,6.22635c-7.11436,-5.20777 -15.05439,-10.48649 -22.34071,-15.53041l-40.83902,-28.27703l-14.6223,-10.10304c-1.63699,-1.125 -6.56301,-4.35304 -7.78615,-5.59966c-0.9527,-3.10811 -1.95321,-8.15372 -2.71098,-11.46791l-4.8277,-21.11672l-10.88226,-47.48818c-2.11419,-9.22061 -4.18209,-18.63514 -6.43007,-27.81149z" fill="#fed700"/><path d="M125.44003,102.56453c2.30287,-0.07145 4.60726,-0.08682 6.91098,-0.04611l33.57956,-0.01537c-0.05541,3.67669 -0.1299,8.1174 -0.00676,11.76419c-8.91368,0.05963 -18.18953,0.15 -27.08615,-0.01858c-0.18514,7.32601 -0.00524,14.89865 -0.05997,22.24966l24.35253,0.02973c-0.03666,0.9652 -0.10929,2.0652 -0.03091,3.01419c-0.00422,2.92922 -0.03615,5.91757 -0.01014,8.84223c-5.16334,-0.06385 -10.65845,-0.10152 -15.81149,0.03361c-0.28885,0.38632 -0.67821,0.89291 -0.70101,1.39054c-0.30304,6.62703 -0.04476,13.30439 -0.10861,19.94307c-0.01115,1.15709 -0.02331,2.375 0.03699,3.52196l19.40574,-0.02534c0.0049,3.72635 -0.08395,7.88345 0.02635,11.57264c-6.475,0.07601 -12.95084,0.08108 -19.42601,0.01858c-5.01791,0.03547 -10.34139,0.0777 -15.34155,-0.04223c-0.89628,0.13345 -4.58007,0.02534 -5.72736,0.01182l-0.03361,-48.98733c0.13176,-3.68767 0.03294,-7.95405 0.03311,-11.68666z" fill="#ffffff"/><path d="M125.44003,102.56453c2.30287,-0.07145 4.60726,-0.08682 6.91098,-0.04611c-1.60304,0.46993 -2.21807,0.41098 -3.88818,0.35693l0.17517,58.83801c-0.00017,6.82128 -0.03666,13.60591 -0.28041,20.42348c-0.02939,0.82264 -0.08361,1.57601 -0.06368,2.40878c0.74595,-0.00507 2.06199,-0.05405 2.74916,0.0777l0.12652,0.17399c-0.89628,0.13345 -4.58007,0.02534 -5.72736,0.01182l-0.03361,-48.98733c0.13176,-3.68767 0.03294,-7.95405 0.03311,-11.68666z" fill="#cdccce"/><path d="M138.86537,148.36233c2.56351,-0.02314 5.92669,-0.12821 8.41233,0.05574c-0.28885,0.38632 -0.67821,0.89291 -0.70101,1.39054c-0.30304,6.62703 -0.04476,13.30439 -0.10861,19.94307c-0.01115,1.15709 -0.02331,2.375 0.03699,3.52196c-2.55676,0.00507 -5.11368,-0.01182 -7.67027,-0.0473c-0.21875,-5.99223 0.06419,-12.14341 -0.04713,-18.15c-0.04088,-2.19611 -0.01672,-4.52432 0.0777,-6.71402z" fill="#fed700"/></g></svg></svg>
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "elen-icon-theme",
3
+ "displayName": "Elen File Icons",
4
+ "description": "File icon theme for .elen files using icon.svg.",
5
+ "version": "1.0.20",
6
+ "publisher": "koick",
7
+ "license": "ISC",
8
+ "main": "./extension.js",
9
+ "activationEvents": [
10
+ "*",
11
+ "onStartupFinished",
12
+ "onCommand:elenIconTheme.reinitializeConfiguration"
13
+ ],
14
+ "engines": {
15
+ "vscode": "^1.50.0"
16
+ },
17
+ "categories": [
18
+ "Themes"
19
+ ],
20
+ "contributes": {
21
+ "commands": [
22
+ {
23
+ "command": "elenIconTheme.reinitializeConfiguration",
24
+ "title": "Elen: Re-Initialize Icon Configuration",
25
+ "category": "Elen"
26
+ }
27
+ ],
28
+ "iconThemes": [
29
+ {
30
+ "id": "elen-icons-v2",
31
+ "label": "Elen File Icons",
32
+ "path": "./icon-theme.json"
33
+ }
34
+ ]
35
+ }
36
+ }
Binary file
package/icon.svg ADDED
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="444" height="441">
3
+ <path d="M0 0 C2.54012461 1.07931134 4.9725402 2.19553621 7.43359375 3.4296875 C8.49250069 3.94878944 8.49250069 3.94878944 9.57279968 4.4783783 C11.8645486 5.60359655 14.15091375 6.739333 16.4375 7.875 C18.02870147 8.65802497 19.62033903 9.44016437 21.21240234 10.22143555 C24.37028865 11.77144329 27.52670424 13.32438235 30.68212891 14.87939453 C36.14285247 17.56627517 41.62949974 20.19759024 47.125 22.8125 C48.93754094 23.67699751 50.75004121 24.54158027 52.5625 25.40625 C53.449375 25.8290625 54.33625 26.251875 55.25 26.6875 C70.01659664 33.73519385 84.75426298 40.84318399 99.4866333 47.96206665 C108.3869004 52.26231576 117.29710597 56.54114825 126.21875 60.796875 C131.71870597 63.42291032 137.21013282 66.06593712 142.6953125 68.72265625 C143.35356018 69.04128632 144.01180786 69.35991638 144.69000244 69.6882019 C147.93434122 71.25876969 151.17783015 72.83104891 154.41992188 74.40625 C156.18045898 75.25896484 156.18045898 75.25896484 157.9765625 76.12890625 C159.01893066 76.63494385 160.06129883 77.14098145 161.13525391 77.66235352 C163.72757553 78.87279583 166.33201201 79.96906097 169 81 C169 81.66 169 82.32 169 83 C167.68 83.33 166.36 83.66 165 84 C164.89187988 84.56017822 164.78375977 85.12035645 164.67236328 85.69750977 C163.21153522 93.14294817 161.55600836 100.53907555 159.875 107.9375 C159.56762483 109.29498435 159.2603353 110.65248809 158.953125 112.01000977 C157.3157972 119.23839339 155.66629748 126.46394301 154.0078125 133.6875 C153.33836371 136.60412586 152.66906124 139.52078521 152 142.4375 C151.83249237 143.16770355 151.66498474 143.8979071 151.49240112 144.65023804 C149.08119204 155.17081163 146.73134552 165.70323907 144.4375 176.25 C141.53800024 189.57747093 138.6066937 202.89668304 135.54296875 216.1875 C134.6200485 220.19837824 133.74866739 224.20529057 132.98828125 228.25 C130.88354732 239.00949418 130.88354732 239.00949418 126.25 242.8125 C124.51863766 243.9051073 122.76575577 244.96389537 121 246 C119.25944283 247.1719963 117.54210511 248.37442135 115.82299805 249.57763672 C113.78657763 250.99922611 111.73672639 252.3995427 109.68359375 253.796875 C104.41173265 257.39385142 99.17432188 261.03977356 93.9375 264.6875 C92.9678833 265.36248535 91.9982666 266.0374707 90.99926758 266.73291016 C87.99923231 268.82153919 84.9995614 270.91069049 82 273 C59.4435706 288.71141782 59.4435706 288.71141782 49.13500977 295.77856445 C42.24520198 300.50724257 35.39055477 305.28641978 28.53662109 310.06689453 C24.04174235 313.19955212 19.54128517 316.32182565 15.0078125 319.3984375 C14.26080078 319.90632813 13.51378906 320.41421875 12.74414062 320.9375 C11.36786818 321.87108205 9.98909342 322.80098969 8.60742188 323.7265625 C5.27241884 325.86238838 5.27241884 325.86238838 3 329 C0 329 0 329 -1.76171875 327.296875 C-2.50035156 326.53890625 -3.23898438 325.7809375 -4 325 C-6.24992662 323.36887449 -8.5056033 321.79566721 -10.8125 320.25 C-12.24663414 319.27683755 -13.68019278 318.30282665 -15.11328125 317.328125 C-15.89268066 316.79896484 -16.67208008 316.26980469 -17.47509766 315.72460938 C-22.1728065 312.51588618 -26.83378479 309.25426797 -31.5 306 C-37.9871385 301.48107102 -44.47919936 296.9702344 -51 292.5 C-58.5298675 287.33801536 -66.02038802 282.12004103 -73.51171875 276.90234375 C-79.60683928 272.65910925 -85.71532748 268.43655161 -91.84130859 264.23803711 C-98.95615882 259.35560136 -106.03244533 254.41764612 -113.109375 249.48046875 C-114.04523438 248.82820312 -114.98109375 248.1759375 -115.9453125 247.50390625 C-117.19078857 246.63487671 -117.19078857 246.63487671 -118.46142578 245.74829102 C-121.05313164 243.90699542 -121.05313164 243.90699542 -124.17993164 242.21069336 C-127.76042043 239.40389516 -128.19209763 237.520936 -129.17578125 233.125 C-129.33113846 232.46226074 -129.48649567 231.79952148 -129.64656067 231.11669922 C-130.11901747 229.08195644 -130.56000021 227.04196866 -131 225 C-131.26989746 223.845 -131.53979492 222.69 -131.81787109 221.5 C-132.63339907 218.00531347 -133.41345654 214.50409662 -134.1875 211 C-134.79370283 208.27952874 -135.40253242 205.5596483 -136.01171875 202.83984375 C-136.17014252 202.13157944 -136.32856628 201.42331512 -136.49179077 200.69358826 C-138.26084868 192.80277049 -140.09358124 184.92683697 -141.9225769 177.04974365 C-144.91121198 164.17623085 -147.83568019 151.29319832 -150.625 138.375 C-153.39295173 125.56347551 -156.39759281 112.82669258 -159.51953125 100.09765625 C-160.01422007 98.06539571 -160.50781069 96.03286734 -161 94 C-161.31783447 92.69651611 -161.31783447 92.69651611 -161.64208984 91.36669922 C-161.82594238 90.58439941 -162.00979492 89.80209961 -162.19921875 88.99609375 C-162.35608154 88.33665771 -162.51294434 87.67722168 -162.67456055 86.99780273 C-163.05833243 84.6419098 -163.05299592 82.3827484 -163 80 C-162.10317505 79.66258789 -162.10317505 79.66258789 -161.18823242 79.31835938 C-154.64913879 76.78963112 -148.49593731 73.79431298 -142.3125 70.5 C-140.27219549 69.4243652 -138.23182921 68.34884759 -136.19140625 67.2734375 C-135.16031738 66.7278418 -134.12922852 66.18224609 -133.06689453 65.62011719 C-128.30384594 63.10398994 -123.52697956 60.61454688 -118.75 58.125 C-117.34826538 57.39337646 -117.34826538 57.39337646 -115.91821289 56.64697266 C-108.36970951 52.70834552 -100.81048266 48.7905709 -93.25 44.875 C-85.69512508 40.96218189 -78.14756534 37.03709422 -70.625 33.0625 C-62.60818017 28.82676334 -54.55620821 24.66012237 -46.5 20.5 C-38.03053022 16.1254003 -29.56379687 11.74609835 -21.125 7.3125 C-20.38958984 6.92707031 -19.65417969 6.54164062 -18.89648438 6.14453125 C-18.21134766 5.78359375 -17.52621094 5.42265625 -16.8203125 5.05078125 C-16.17610352 4.71385254 -15.53189453 4.37692383 -14.86816406 4.02978516 C-13.60536809 3.3336961 -12.36699284 2.59167854 -11.15527344 1.81005859 C-6.86637708 -0.92935391 -4.87514195 -1.22637489 0 0 Z " fill="#FEFE00" transform="translate(217,45)"/>
4
+ <path d="M0 0 C0 0.66 0 1.32 0 2 C-1.32 2.33 -2.64 2.66 -4 3 C-4.10812012 3.56017822 -4.21624023 4.12035645 -4.32763672 4.69750977 C-5.78846478 12.14294817 -7.44399164 19.53907555 -9.125 26.9375 C-9.43237517 28.29498435 -9.7396647 29.65248809 -10.046875 31.01000977 C-11.6842028 38.23839339 -13.33370252 45.46394301 -14.9921875 52.6875 C-15.66163629 55.60412586 -16.33093876 58.52078521 -17 61.4375 C-17.16750763 62.16770355 -17.33501526 62.8979071 -17.50759888 63.65023804 C-19.91880796 74.17081163 -22.26865448 84.70323907 -24.5625 95.25 C-27.46199976 108.57747093 -30.3933063 121.89668304 -33.45703125 135.1875 C-34.3799515 139.19837824 -35.25133261 143.20529057 -36.01171875 147.25 C-38.11645268 158.00949418 -38.11645268 158.00949418 -42.75 161.8125 C-44.48136234 162.9051073 -46.23424423 163.96389537 -48 165 C-49.74055717 166.1719963 -51.45789489 167.37442135 -53.17700195 168.57763672 C-55.21342237 169.99922611 -57.26327361 171.3995427 -59.31640625 172.796875 C-64.58826735 176.39385142 -69.82567812 180.03977356 -75.0625 183.6875 C-76.51692505 184.69997803 -76.51692505 184.69997803 -78.00073242 185.73291016 C-81.00076769 187.82153919 -84.0004386 189.91069049 -87 192 C-109.5564294 207.71141782 -109.5564294 207.71141782 -119.86499023 214.77856445 C-126.75479802 219.50724257 -133.60944523 224.28641978 -140.46337891 229.06689453 C-144.95825765 232.19955212 -149.45871483 235.32182565 -153.9921875 238.3984375 C-154.73919922 238.90632812 -155.48621094 239.41421875 -156.25585938 239.9375 C-157.63213182 240.87108205 -159.01090658 241.80098969 -160.39257812 242.7265625 C-163.72758116 244.86238838 -163.72758116 244.86238838 -166 248 C-166.99 248 -167.98 248 -169 248 C-169 215 -169 182 -169 148 C-159.76 147.67 -150.52 147.34 -141 147 C-141 141.72 -141 136.44 -141 131 C-154.2 130.67 -167.4 130.34 -181 130 C-181 118.12 -181 106.24 -181 94 C-169.12 94 -157.24 94 -145 94 C-145 89.71 -145 85.42 -145 81 C-139.57402902 76.68704871 -139.57402902 76.68704871 -136.52734375 75.265625 C-130.74432247 72.43323323 -125.24578588 69.11999192 -119.6875 65.875 C-117.40066905 64.55828025 -115.11289747 63.24319289 -112.82421875 61.9296875 C-106.53401038 58.31270671 -100.26370596 54.66263581 -94 51 C-85.72235627 46.1630184 -77.43052628 41.35145093 -69.125 36.5625 C-68.04549072 35.93988281 -66.96598145 35.31726563 -65.85375977 34.67578125 C-60.39146022 31.52681619 -54.92619564 28.3831208 -49.45703125 25.24609375 C-47.28379718 23.99749502 -45.11061983 22.74879756 -42.9375 21.5 C-41.87781006 20.89293213 -40.81812012 20.28586426 -39.72631836 19.66040039 C-34.09239919 16.41782308 -28.51163855 13.10752636 -22.984375 9.6875 C-21.83348306 8.97970656 -20.68252368 8.27202278 -19.53149414 7.56445312 C-17.34823593 6.21659363 -15.17251967 4.85641852 -13.00561523 3.48242188 C-12.02794189 2.87978516 -11.05026855 2.27714844 -10.04296875 1.65625 C-9.18727295 1.11806641 -8.33157715 0.57988281 -7.44995117 0.02539062 C-4.51051317 -1.20486743 -3.00218878 -0.91518281 0 0 Z " fill="#CCA33D" transform="translate(386,126)"/>
5
+ <path d="M0 0 C8.65330297 3.99804505 16.78178297 8.7514481 24.95996094 13.62792969 C32.22919619 17.9613725 39.53855162 22.21890541 46.875 26.4375 C56.25346499 31.83388841 65.61096847 37.26434542 74.95166016 42.72583008 C80.15119981 45.76323994 85.35821596 48.78677189 90.578125 51.7890625 C91.691875 52.42972656 92.805625 53.07039063 93.953125 53.73046875 C96.04069432 54.93007908 98.12912907 56.12818572 100.21875 57.32421875 C110.23445571 63.07931667 120.08734031 69.05240419 130 75 C130.33 59.16 130.66 43.32 131 27 C131.33 27 131.66 27 132 27 C132 67.26 132 107.52 132 149 C142.23 149 152.46 149 163 149 C163 181.34 163 213.68 163 247 C158.73368705 244.56210689 154.82080251 242.28594775 150.84765625 239.49609375 C149.91501953 238.84382812 148.98238281 238.1915625 148.02148438 237.51953125 C146.55678711 236.48892578 146.55678711 236.48892578 145.0625 235.4375 C142.99112982 233.98793194 140.91951462 232.53871395 138.84765625 231.08984375 C137.84234863 230.38585449 136.83704102 229.68186523 135.80126953 228.95654297 C132.21428548 226.45121874 128.61036333 223.9714565 125 221.5 C117.46975296 216.33857526 109.97960645 211.12003718 102.48828125 205.90234375 C97.0038967 202.08428476 91.51172358 198.27847717 86 194.5 C78.48370777 189.34732168 71.0046624 184.14159932 63.5300293 178.92871094 C59.07189644 175.82189959 54.60897484 172.72415074 50.11328125 169.671875 C49.37980469 169.17300781 48.64632812 168.67414063 47.890625 168.16015625 C46.55334707 167.25271765 45.21368293 166.34878051 43.87109375 165.44921875 C37.91749098 161.40648848 34.77045228 158.83654128 33.32421875 151.62890625 C33.05738281 150.34749756 32.79054687 149.06608887 32.515625 147.74584961 C32.38091797 147.06505341 32.24621094 146.3842572 32.10742188 145.68283081 C31.38702726 142.0453092 30.61692511 138.41816661 29.85546875 134.7890625 C29.70153656 134.04814865 29.54760437 133.3072348 29.38900757 132.54386902 C27.9122146 125.47052527 26.22903392 118.4532288 24.5 111.4375 C21.80347445 100.41988171 19.24963057 89.37692033 16.77001953 78.30859375 C14.53971535 68.35876216 12.2620383 58.42042566 9.96426392 48.48596191 C9.38062801 45.96184015 8.79795038 43.43749908 8.21557617 40.91308594 C6.59173828 33.87606224 4.9644993 26.83998644 3.31640625 19.80859375 C2.85671541 17.83074205 2.39707449 15.85287874 1.9375 13.875 C1.63175049 12.58903931 1.63175049 12.58903931 1.31982422 11.27709961 C0.43335521 7.44118625 -0.24706197 3.96893095 0 0 Z " fill="#FED701" transform="translate(54,125)"/>
6
+ <path d="M0 0 C19.47 0 38.94 0 59 0 C59 5.61 59 11.22 59 17 C45.8 17 32.6 17 19 17 C19 27.89 19 38.78 19 50 C30.88 50 42.76 50 55 50 C55 55.94 55 61.88 55 68 C43.12 68 31.24 68 19 68 C19 79.88 19 91.76 19 104 C21.87589844 103.98839844 24.75179687 103.97679687 27.71484375 103.96484375 C30.48819875 103.95705375 33.26155254 103.95097667 36.03491211 103.94506836 C37.96818585 103.94002744 39.90145576 103.93319481 41.8347168 103.92456055 C44.60726872 103.91248435 47.37977041 103.90676943 50.15234375 103.90234375 C51.45702858 103.89460182 51.45702858 103.89460182 52.78807068 103.88670349 C54.85905814 103.88650815 56.92994324 103.93791832 59 104 C60.82116003 105.82116003 60.1323508 108.30671764 60.13671875 110.7265625 C60.13285156 111.47679687 60.12898438 112.22703125 60.125 113 C60.13080078 114.12535156 60.13080078 114.12535156 60.13671875 115.2734375 C60.12661053 120.87338947 60.12661053 120.87338947 59 122 C39.53 122 20.06 122 0 122 C0 81.74 0 41.48 0 0 Z " fill="#F0F0ED" transform="translate(186,152)"/>
7
+ <path d="M0 0 C4.29 0 8.58 0 13 0 C12.67 11.88 12.34 23.76 12 36 C8.04 36 4.08 36 0 36 C0 24.12 0 12.24 0 0 Z " fill="#FDD709" transform="translate(205,220)"/>
8
+ </svg>
package/index.html ADDED
@@ -0,0 +1,11 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Document</title>
7
+ </head>
8
+ <body>
9
+
10
+ </body>
11
+ </html>
@@ -0,0 +1,59 @@
1
+ import fs from 'fs';
2
+ import path from 'path';
3
+ import { DataModel } from './src/classes/DataModel';
4
+
5
+ const importRegex = /import\s+[A-Za-z0-9_{}*,\s]+\s+from\s+['"]([^'"]+)['"]/g;
6
+ const toPublicImportPath = (importPath: string) => {
7
+ const normalized = importPath.replace(/\.elen$/, '');
8
+ const fileName = path.basename(normalized);
9
+ return `./${fileName}`;
10
+ };
11
+
12
+ const extractImports = (content: string): string[] => {
13
+ const imports: string[] = [];
14
+ let match: RegExpExecArray | null;
15
+
16
+ while ((match = importRegex.exec(content)) !== null) {
17
+ const source = match[1];
18
+ if (source.endsWith('.elen')) {
19
+ imports.push(match[0].replace(source, toPublicImportPath(source)));
20
+ }
21
+ }
22
+
23
+ return imports;
24
+ };
25
+
26
+ export default function initApp() {
27
+ const htmlPath = path.join(__dirname, '..', 'App.elen');
28
+ const stream = fs.readFileSync(htmlPath);
29
+ const appSource = stream.toString('utf8');
30
+ const appImports = extractImports(appSource);
31
+
32
+ const htmlIndexPath = path.join(__dirname, '..', 'index.html');
33
+ const streamIndexPath = fs.readFileSync(htmlIndexPath);
34
+
35
+ const initDataModel = new DataModel();
36
+ const appDataModel = initDataModel.createAppModel(stream);
37
+
38
+ initDataModel.initDataStream(streamIndexPath);
39
+ initDataModel.createTsTemplate(appDataModel.shell.byteTemplate, 'index', 'App', appImports, true);
40
+ initDataModel.createCssTemplate(appDataModel.visual.byteTemplate, 'App');
41
+ initDataModel.createHtmlTemplate(appDataModel.template.byteTemplate, 'index', 'App', htmlPath);
42
+
43
+ return appDataModel;
44
+ }
45
+
46
+ export const initComponent = (filePath: string, name: string) => {
47
+ const htmlPath = path.join(__dirname, '..', 'App.elen');
48
+ const stream = fs.readFileSync(filePath);
49
+ const appSource = stream.toString('utf8');
50
+ const appImports = extractImports(appSource);
51
+
52
+ const htmlIndexPath = path.join(__dirname, '..', 'index.html');
53
+ const streamIndexPath = fs.readFileSync(htmlIndexPath);
54
+ const initDataModel = new DataModel();
55
+ const componentDataModel = initDataModel.createComponentModel(stream);
56
+ initDataModel.initDataStream(streamIndexPath, true);
57
+ return componentDataModel;
58
+
59
+ }
package/logo.html ADDED
@@ -0,0 +1,15 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Main Page</title>
7
+ <link rel="preconnect" href="https://fonts.googleapis.com">
8
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
+ <link href="https://fonts.googleapis.com/css2?family=Share+Tech&display=swap" rel="stylesheet">
10
+ </head>
11
+ <body>
12
+
13
+ </body>
14
+ </html>
15
+ </html>
package/package.json ADDED
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "sheel-deer",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "license": "MIT",
6
+ "author": "",
7
+ "type": "commonjs",
8
+ "main": "index.js",
9
+ "collaborators": [
10
+ "datamit"
11
+ ],
12
+ "scripts": {
13
+ "test": "echo \"Error: no test specified\" && exit 1",
14
+ "start": "npx tsc --outDir dist && node dist/server.js",
15
+ "stop": "taskkill /F /IM node.exe",
16
+ "dev": "vite",
17
+ "build": "vite build",
18
+ "preview": "vite preview",
19
+ "cli-build": "vue-cli-service build"
20
+ },
21
+ "dependencies": {
22
+ "@vitejs/plugin-vue": "5.0.0",
23
+ "@vue/cli-service": "^5.0.9",
24
+ "jsdom": "^29.0.1",
25
+ "tsconfig": "^7.0.0",
26
+ "typescript": "^5.9.3",
27
+ "vite": "5.4.2",
28
+ "vite-plugin-vuetify": "2.1.2",
29
+ "vue": "^3.5.30",
30
+ "webpack": "^5.105.4"
31
+ },
32
+ "devDependencies": {
33
+ "@types/jsdom": "^28.0.1",
34
+ "@types/node": "^25.9.1",
35
+ "@vitejs/plugin-vue": "^5.2.4",
36
+ "@vue/cli-plugin-typescript": "^5.0.9",
37
+ "vite": "^5.4.21",
38
+ "vite-plugin-css-injected-by-js": "^4.0.1",
39
+ "vite-plugin-vue-devtools": "^7.7.0",
40
+ "vue-tsc": "^3.2.5"
41
+ }
42
+ }
package/server.ts ADDED
@@ -0,0 +1,31 @@
1
+
2
+
3
+ import { IncomingMessage, ServerResponse } from 'http';
4
+ import initApp from './init-start-page';
5
+ const http = require('http');
6
+ const fs = require('fs');
7
+ const path = require('path');
8
+
9
+ const PORT = 3000;
10
+ const htmlPath = path.join(__dirname, 'src', 'classes', 'public', 'index.html');
11
+ initApp();
12
+
13
+ const server = http.createServer((req: IncomingMessage, res: ServerResponse) => {
14
+ if (req.url && (req.url === '/' || req.url === '/index.html')) {
15
+ fs.readFile(htmlPath, 'utf-8', (err: NodeJS.ErrnoException | null, data: string) => {
16
+ if (err) {
17
+ res.writeHead(500, { 'Content-Type': 'text/plain' });
18
+ res.end('Internal Server Error');
19
+ return;
20
+ }
21
+ res.writeHead(200, { 'Content-Type': 'text/html' });
22
+ res.end(data);
23
+ });
24
+ } else {
25
+ res.writeHead(404, { 'Content-Type': 'text/plain' });
26
+ res.end('Not Found');
27
+ }
28
+ });
29
+ server.listen(PORT, () => {
30
+ console.log(`Server running at http://localhost:${PORT}/`);
31
+ });
@@ -0,0 +1,23 @@
1
+ export class DataBase {
2
+ constructor() {}
3
+
4
+ data = () => {
5
+
6
+ }
7
+
8
+ init = () => {
9
+
10
+ }
11
+
12
+ loaded = () => {
13
+
14
+ }
15
+
16
+ beforeInit = () => {
17
+
18
+ }
19
+
20
+ computed = () => {
21
+
22
+ }
23
+ }
@@ -0,0 +1,132 @@
1
+ {
2
+ "id": 0,
3
+ "name": "",
4
+ "files": [],
5
+ "created": "2026-05-21T17:39:27.072Z",
6
+ "data": {
7
+ "components": [
8
+ {
9
+ "name": "",
10
+ "properties": [
11
+ {
12
+ "type": "\u0000",
13
+ "value": ""
14
+ }
15
+ ],
16
+ "template": "",
17
+ "annotations": [],
18
+ "version": "1.0.0"
19
+ },
20
+ {
21
+ "name": "",
22
+ "properties": [
23
+ {
24
+ "type": "\u0000",
25
+ "value": ""
26
+ }
27
+ ],
28
+ "template": "",
29
+ "annotations": [],
30
+ "version": "1.0.0"
31
+ },
32
+ {
33
+ "name": "",
34
+ "properties": [
35
+ {
36
+ "type": "\u0000",
37
+ "value": ""
38
+ }
39
+ ],
40
+ "template": "",
41
+ "annotations": [],
42
+ "version": "1.0.0"
43
+ },
44
+ {
45
+ "name": "",
46
+ "properties": [
47
+ {
48
+ "type": "\u0000",
49
+ "value": ""
50
+ }
51
+ ],
52
+ "template": "",
53
+ "annotations": [],
54
+ "version": "1.0.0"
55
+ },
56
+ {
57
+ "name": "",
58
+ "properties": [
59
+ {
60
+ "type": "\u0000",
61
+ "value": ""
62
+ }
63
+ ],
64
+ "template": "",
65
+ "annotations": [],
66
+ "version": "1.0.0"
67
+ },
68
+ {
69
+ "name": "",
70
+ "properties": [
71
+ {
72
+ "type": "\u0000",
73
+ "value": ""
74
+ }
75
+ ],
76
+ "template": "",
77
+ "annotations": [],
78
+ "version": "1.0.0"
79
+ },
80
+ {
81
+ "name": "",
82
+ "properties": [
83
+ {
84
+ "type": "\u0000",
85
+ "value": ""
86
+ }
87
+ ],
88
+ "template": "",
89
+ "annotations": [],
90
+ "version": "1.0.0"
91
+ },
92
+ {
93
+ "name": "",
94
+ "properties": [
95
+ {
96
+ "type": "\u0000",
97
+ "value": ""
98
+ }
99
+ ],
100
+ "template": "",
101
+ "annotations": [],
102
+ "version": "1.0.0"
103
+ },
104
+ {
105
+ "name": "",
106
+ "properties": [
107
+ {
108
+ "type": "\u0000",
109
+ "value": ""
110
+ }
111
+ ],
112
+ "template": "",
113
+ "annotations": [],
114
+ "version": "1.0.0"
115
+ },
116
+ {
117
+ "name": "",
118
+ "properties": [
119
+ {
120
+ "type": "\u0000",
121
+ "value": ""
122
+ }
123
+ ],
124
+ "template": "",
125
+ "annotations": [],
126
+ "version": "1.0.0"
127
+ }
128
+ ],
129
+ "notations": []
130
+ },
131
+ "squares": []
132
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "id": 0,
3
+ "name": "App",
4
+ "files": [],
5
+ "created": "2026-05-22T22:27:59.647Z",
6
+ "data": {
7
+ "components": [
8
+ {
9
+ "name": "",
10
+ "properties": [
11
+ {
12
+ "name": "title",
13
+ "nullable": false,
14
+ "type": "string",
15
+ "value": "\"\""
16
+ },
17
+ {
18
+ "name": "exsist",
19
+ "nullable": false,
20
+ "type": "boolean",
21
+ "value": "false"
22
+ },
23
+ {
24
+ "name": "cmp",
25
+ "nullable": true,
26
+ "type": "Test",
27
+ "value": null
28
+ },
29
+ {
30
+ "name": "event",
31
+ "nullable": true,
32
+ "type": "boolean",
33
+ "value": null
34
+ }
35
+ ],
36
+ "template": "",
37
+ "annotations": [],
38
+ "version": "1.0.0"
39
+ }
40
+ ],
41
+ "notations": [
42
+ {
43
+ "name": "",
44
+ "properties": [
45
+ {
46
+ "name": "notation",
47
+ "nullable": true,
48
+ "type": "boolean",
49
+ "value": null
50
+ }
51
+ ],
52
+ "template": "",
53
+ "annotations": [],
54
+ "version": "1.0.0"
55
+ }
56
+ ]
57
+ },
58
+ "squares": []
59
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "id": 0,
3
+ "name": "Test",
4
+ "files": [],
5
+ "created": "2026-05-22T20:38:24.942Z",
6
+ "data": {
7
+ "components": [
8
+ {
9
+ "name": "",
10
+ "properties": [],
11
+ "template": "",
12
+ "annotations": [],
13
+ "version": "1.0.0"
14
+ }
15
+ ],
16
+ "notations": [
17
+ {
18
+ "name": "",
19
+ "properties": [],
20
+ "template": "",
21
+ "annotations": [],
22
+ "version": "1.0.0"
23
+ }
24
+ ]
25
+ },
26
+ "squares": []
27
+ }
@@ -0,0 +1,113 @@
1
+ export class Component {
2
+ name: string = ""
3
+ constructor() {
4
+ this.name = this.constructor.name;
5
+ }
6
+
7
+ public init() {
8
+
9
+ throw new Error("Create method not implemented.");
10
+ }
11
+
12
+ public loaded() {
13
+
14
+ throw new Error("Create method not implemented.");
15
+ }
16
+
17
+ public beforeInit() {
18
+
19
+ throw new Error("Create method not implemented.");
20
+ }
21
+
22
+ public computed() {
23
+
24
+ throw new Error("Create method not implemented.");
25
+ }
26
+ }
27
+
28
+ export class Notation<T> {
29
+ value: T = {} as T; /// notation value
30
+
31
+ constructor() {}
32
+
33
+ public set(value: T) {
34
+ this.value = value;
35
+ }
36
+
37
+ ///read notation in child component
38
+ public get(): T {
39
+ return this.value;
40
+ }
41
+ }
42
+
43
+ export class Event<T> {
44
+ name: string = ""; /// event name
45
+ data: T = {} as T;
46
+ constructor() {}
47
+
48
+ ///invoke event to parent component
49
+ public invoke(data: T) {
50
+ data = data;
51
+ ///find name of event and invoke it with data
52
+ }
53
+
54
+ ////create event in parent component from event name =>
55
+ public createEvent(name: string) {
56
+ this.name = name;
57
+ }
58
+
59
+
60
+ public get(): T {
61
+ return this.data;
62
+ }
63
+ }
64
+
65
+ export class Current<T extends Component> {
66
+ value: T = {} as T;
67
+
68
+ constructor() {
69
+ }
70
+
71
+ public createComponent(component: T) {
72
+ this.value = component;
73
+
74
+ }
75
+
76
+ public set(value: T) {
77
+ this.value = value;
78
+ }
79
+ }
80
+
81
+ export class Test extends Component{
82
+
83
+ title: string = "";
84
+ exsist: boolean = false;
85
+
86
+ /**
87
+ *
88
+ */
89
+ constructor() {
90
+ super();
91
+ this.beforeInit()
92
+ this.init();
93
+ setTimeout(() => {
94
+ this.loaded()
95
+ }, 1000)
96
+ }
97
+
98
+ override init() {
99
+
100
+ }
101
+
102
+ override loaded(){
103
+
104
+ }
105
+
106
+ override beforeInit(){
107
+
108
+ }
109
+
110
+ override computed(){
111
+
112
+ }
113
+ }