impaktapps-ui-builder 1.0.0 → 1.0.1-alpha.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.
Files changed (1419) hide show
  1. package/README.md +65 -53
  2. package/dist/impaktapps-ui-builder.d.ts +1 -0
  3. package/dist/impaktapps-ui-builder.es.js +12624 -0
  4. package/dist/impaktapps-ui-builder.es.js.map +1 -0
  5. package/dist/impaktapps-ui-builder.umd.js +28 -0
  6. package/dist/impaktapps-ui-builder.umd.js.map +1 -0
  7. package/dist/src/impaktapps-ui-builder/builder/build/buildAadharCard.d.ts +2 -0
  8. package/dist/src/impaktapps-ui-builder/builder/build/buildArray.d.ts +11 -0
  9. package/dist/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.d.ts +8 -0
  10. package/dist/src/impaktapps-ui-builder/builder/build/buildButton.d.ts +1 -0
  11. package/dist/src/impaktapps-ui-builder/builder/build/buildCard.d.ts +1 -0
  12. package/dist/src/impaktapps-ui-builder/builder/build/buildCheckbox.d.ts +1 -0
  13. package/dist/src/impaktapps-ui-builder/builder/build/buildConfig.d.ts +4 -0
  14. package/dist/src/impaktapps-ui-builder/builder/build/buildDataGrid.d.ts +1 -0
  15. package/dist/src/impaktapps-ui-builder/builder/build/buildDate.d.ts +2 -0
  16. package/dist/src/impaktapps-ui-builder/builder/build/buildDownloadFile.d.ts +1 -0
  17. package/dist/src/impaktapps-ui-builder/builder/build/buildEmptyBox.d.ts +1 -0
  18. package/dist/src/impaktapps-ui-builder/builder/build/buildFileInput.d.ts +1 -0
  19. package/dist/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.d.ts +2 -0
  20. package/dist/src/impaktapps-ui-builder/builder/build/buildInputSlider.d.ts +1 -0
  21. package/dist/src/impaktapps-ui-builder/builder/build/buildLabel.d.ts +1 -0
  22. package/dist/src/impaktapps-ui-builder/builder/build/buildLeaderboard.d.ts +1 -0
  23. package/dist/src/impaktapps-ui-builder/builder/build/buildLineGraph.d.ts +1 -0
  24. package/dist/src/impaktapps-ui-builder/builder/build/buildMultiSelect.d.ts +1 -0
  25. package/dist/src/impaktapps-ui-builder/builder/build/buildPhoneInput.d.ts +1 -0
  26. package/dist/src/impaktapps-ui-builder/builder/build/buildPieGraph.d.ts +1 -0
  27. package/dist/src/impaktapps-ui-builder/builder/build/buildPop.d.ts +1 -0
  28. package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBar.d.ts +1 -0
  29. package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.d.ts +1 -0
  30. package/dist/src/impaktapps-ui-builder/builder/build/buildRadio.d.ts +1 -0
  31. package/dist/src/impaktapps-ui-builder/builder/build/buildRankCard.d.ts +1 -0
  32. package/dist/src/impaktapps-ui-builder/builder/build/buildRollAndDice.d.ts +1 -0
  33. package/dist/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.d.ts +1 -0
  34. package/dist/src/impaktapps-ui-builder/builder/build/buildSelect.d.ts +1 -0
  35. package/dist/src/impaktapps-ui-builder/builder/build/buildSlider.d.ts +1 -0
  36. package/dist/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.d.ts +1 -0
  37. package/dist/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.d.ts +1 -0
  38. package/dist/src/impaktapps-ui-builder/builder/build/buildStepper.d.ts +1 -0
  39. package/dist/src/impaktapps-ui-builder/builder/build/buildTabSection.d.ts +1 -0
  40. package/dist/src/impaktapps-ui-builder/builder/build/buildTable.d.ts +1 -0
  41. package/dist/src/impaktapps-ui-builder/builder/build/buildText.d.ts +1 -0
  42. package/dist/src/impaktapps-ui-builder/builder/build/buildTextArea.d.ts +1 -0
  43. package/dist/src/impaktapps-ui-builder/builder/build/buildThoughtOfTheDay.d.ts +1 -0
  44. package/dist/src/impaktapps-ui-builder/builder/build/buildTimer.d.ts +1 -0
  45. package/dist/src/impaktapps-ui-builder/builder/build/buildTreeMap.d.ts +1 -0
  46. package/dist/src/impaktapps-ui-builder/builder/build/buildUiSchema.d.ts +12 -0
  47. package/dist/src/impaktapps-ui-builder/builder/build/buildUplaodFile.d.ts +1 -0
  48. package/dist/src/impaktapps-ui-builder/builder/build/buildWrapperSection.d.ts +1 -0
  49. package/dist/src/impaktapps-ui-builder/builder/build/uischema/apiSection.d.ts +171 -0
  50. package/dist/src/impaktapps-ui-builder/builder/build/uischema/box.d.ts +13 -0
  51. package/dist/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.d.ts +107 -0
  52. package/dist/src/impaktapps-ui-builder/builder/build/uischema/button.d.ts +22 -0
  53. package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +214 -0
  54. package/dist/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.d.ts +13 -0
  55. package/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +140 -0
  56. package/dist/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.d.ts +39 -0
  57. package/dist/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.d.ts +18 -0
  58. package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +152 -0
  59. package/dist/src/impaktapps-ui-builder/builder/build/uischema/file.d.ts +46 -0
  60. package/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +104 -0
  61. package/dist/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.d.ts +17 -0
  62. package/dist/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.d.ts +23 -0
  63. package/dist/src/impaktapps-ui-builder/builder/build/uischema/phoneInput.d.ts +20 -0
  64. package/dist/src/impaktapps-ui-builder/builder/build/uischema/progressBar.d.ts +21 -0
  65. package/dist/src/impaktapps-ui-builder/builder/build/uischema/rankCard.d.ts +17 -0
  66. package/dist/src/impaktapps-ui-builder/builder/build/uischema/refresh.d.ts +62 -0
  67. package/dist/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.d.ts +17 -0
  68. package/dist/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.d.ts +17 -0
  69. package/dist/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.d.ts +21 -0
  70. package/dist/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.d.ts +52 -0
  71. package/dist/src/impaktapps-ui-builder/builder/build/uischema/styleSection.d.ts +32 -0
  72. package/dist/src/impaktapps-ui-builder/builder/build/uischema/table.d.ts +22 -0
  73. package/dist/src/impaktapps-ui-builder/builder/build/uischema/tableSection.d.ts +155 -0
  74. package/dist/src/impaktapps-ui-builder/builder/build/uischema/tabsection.d.ts +12 -0
  75. package/dist/src/impaktapps-ui-builder/builder/build/uischema/textInputField.d.ts +20 -0
  76. package/dist/src/impaktapps-ui-builder/builder/build/uischema/thoughtOfTheDay.d.ts +17 -0
  77. package/dist/src/impaktapps-ui-builder/builder/build/uischema/timer.d.ts +18 -0
  78. package/dist/src/impaktapps-ui-builder/builder/build/uischema/validationSections.d.ts +53 -0
  79. package/dist/src/impaktapps-ui-builder/builder/build/uischema/valueTab.d.ts +66 -0
  80. package/dist/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.d.ts +13 -0
  81. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.d.ts +1 -0
  82. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.d.ts +1 -0
  83. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.d.ts +47 -0
  84. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.d.ts +1 -0
  85. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.d.ts +82 -0
  86. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.d.ts +1 -0
  87. package/dist/src/impaktapps-ui-builder/builder/services/component.d.ts +28 -0
  88. package/dist/src/impaktapps-ui-builder/builder/services/event.d.ts +104 -0
  89. package/dist/src/impaktapps-ui-builder/builder/services/pageMaster.d.ts +72 -0
  90. package/dist/src/impaktapps-ui-builder/builder/services/utils.d.ts +10 -0
  91. package/dist/src/impaktapps-ui-builder/lib/index.d.ts +9 -0
  92. package/dist/src/impaktapps-ui-builder/runtime/services/downloadFile.d.ts +2 -0
  93. package/dist/src/impaktapps-ui-builder/runtime/services/events.d.ts +11 -0
  94. package/dist/src/impaktapps-ui-builder/runtime/services/interface.d.ts +13 -0
  95. package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +30 -0
  96. package/package.json +53 -158
  97. package/src/impaktapps-ui-builder/builder/build/buildAadharCard.ts +67 -0
  98. package/src/impaktapps-ui-builder/builder/build/buildArray.ts +18 -0
  99. package/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.ts +10 -0
  100. package/src/impaktapps-ui-builder/builder/build/buildButton.ts +43 -0
  101. package/src/impaktapps-ui-builder/builder/build/buildCard.ts +33 -0
  102. package/src/impaktapps-ui-builder/builder/build/buildCardSlider.ts +72 -0
  103. package/src/impaktapps-ui-builder/builder/build/buildCheckbox.ts +28 -0
  104. package/src/impaktapps-ui-builder/builder/build/buildConfig.ts +58 -0
  105. package/src/impaktapps-ui-builder/builder/build/buildDataGrid.ts +51 -0
  106. package/src/impaktapps-ui-builder/builder/build/buildDate.ts +24 -0
  107. package/src/impaktapps-ui-builder/builder/build/buildDownloadFile.ts +24 -0
  108. package/src/impaktapps-ui-builder/builder/build/buildEmptyBox.ts +11 -0
  109. package/src/impaktapps-ui-builder/builder/build/buildFileInput.ts +35 -0
  110. package/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.ts +48 -0
  111. package/src/impaktapps-ui-builder/builder/build/buildInputSlider.ts +46 -0
  112. package/src/impaktapps-ui-builder/builder/build/buildLabel.ts +16 -0
  113. package/src/impaktapps-ui-builder/builder/build/buildLeaderboard.ts +47 -0
  114. package/src/impaktapps-ui-builder/builder/build/buildLineGraph.ts +46 -0
  115. package/src/impaktapps-ui-builder/builder/build/buildMultiSelect.ts +24 -0
  116. package/src/impaktapps-ui-builder/builder/build/buildPhoneInput.ts +26 -0
  117. package/src/impaktapps-ui-builder/builder/build/buildPieGraph.ts +28 -0
  118. package/src/impaktapps-ui-builder/builder/build/buildPop.ts +43 -0
  119. package/src/impaktapps-ui-builder/builder/build/buildProgressBar.ts +26 -0
  120. package/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.ts +27 -0
  121. package/src/impaktapps-ui-builder/builder/build/buildRadio.ts +35 -0
  122. package/src/impaktapps-ui-builder/builder/build/buildRankCard.ts +19 -0
  123. package/src/impaktapps-ui-builder/builder/build/buildRollAndDice.ts +14 -0
  124. package/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.ts +12 -0
  125. package/src/impaktapps-ui-builder/builder/build/buildSchema.ts +31 -0
  126. package/src/impaktapps-ui-builder/builder/build/buildSelect.ts +22 -0
  127. package/src/impaktapps-ui-builder/builder/build/buildSlider.ts +14 -0
  128. package/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.ts +54 -0
  129. package/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.ts +44 -0
  130. package/src/impaktapps-ui-builder/builder/build/buildStepper.ts +45 -0
  131. package/src/impaktapps-ui-builder/builder/build/buildTabSection.ts +19 -0
  132. package/src/impaktapps-ui-builder/builder/build/buildTable.ts +72 -0
  133. package/src/impaktapps-ui-builder/builder/build/buildText.ts +26 -0
  134. package/src/impaktapps-ui-builder/builder/build/buildTextArea.ts +56 -0
  135. package/src/impaktapps-ui-builder/builder/build/buildThoughtOfTheDay.ts +22 -0
  136. package/src/impaktapps-ui-builder/builder/build/buildTimer.ts +15 -0
  137. package/src/impaktapps-ui-builder/builder/build/buildTreeMap.ts +61 -0
  138. package/src/impaktapps-ui-builder/builder/build/buildUiSchema.ts +406 -0
  139. package/src/impaktapps-ui-builder/builder/build/buildUplaodFile.ts +21 -0
  140. package/src/impaktapps-ui-builder/builder/build/buildWrapperSection.ts +21 -0
  141. package/src/impaktapps-ui-builder/builder/build/schema/arraySchemaBuilder.ts +18 -0
  142. package/src/impaktapps-ui-builder/builder/build/uischema/apiSection.ts +210 -0
  143. package/src/impaktapps-ui-builder/builder/build/uischema/array.ts +14 -0
  144. package/src/impaktapps-ui-builder/builder/build/uischema/box.ts +16 -0
  145. package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +547 -0
  146. package/src/impaktapps-ui-builder/builder/build/uischema/button.ts +22 -0
  147. package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +200 -0
  148. package/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.ts +14 -0
  149. package/src/impaktapps-ui-builder/builder/build/uischema/coreSection.ts +217 -0
  150. package/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.ts +30 -0
  151. package/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.ts +13 -0
  152. package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +189 -0
  153. package/src/impaktapps-ui-builder/builder/build/uischema/file.ts +38 -0
  154. package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +63 -0
  155. package/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.ts +13 -0
  156. package/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.ts +18 -0
  157. package/src/impaktapps-ui-builder/builder/build/uischema/phoneInput.ts +16 -0
  158. package/src/impaktapps-ui-builder/builder/build/uischema/progressBar.ts +16 -0
  159. package/src/impaktapps-ui-builder/builder/build/uischema/progressBarCard.ts +27 -0
  160. package/src/impaktapps-ui-builder/builder/build/uischema/rankCard.ts +13 -0
  161. package/src/impaktapps-ui-builder/builder/build/uischema/refresh.ts +63 -0
  162. package/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.ts +13 -0
  163. package/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.ts +13 -0
  164. package/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.ts +16 -0
  165. package/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.ts +49 -0
  166. package/src/impaktapps-ui-builder/builder/build/uischema/styleSection.ts +33 -0
  167. package/src/impaktapps-ui-builder/builder/build/uischema/table.ts +21 -0
  168. package/src/impaktapps-ui-builder/builder/build/uischema/tableIconButton.ts +17 -0
  169. package/src/impaktapps-ui-builder/builder/build/uischema/tableSection.ts +191 -0
  170. package/src/impaktapps-ui-builder/builder/build/uischema/tabsection.ts +9 -0
  171. package/src/impaktapps-ui-builder/builder/build/uischema/textInputField.ts +15 -0
  172. package/src/impaktapps-ui-builder/builder/build/uischema/thoughtOfTheDay.ts +14 -0
  173. package/src/impaktapps-ui-builder/builder/build/uischema/timer.ts +18 -0
  174. package/src/impaktapps-ui-builder/builder/build/uischema/validationSections.ts +128 -0
  175. package/src/impaktapps-ui-builder/builder/build/uischema/valueTab.ts +75 -0
  176. package/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.ts +11 -0
  177. package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +359 -0
  178. package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +623 -0
  179. package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.ts +49 -0
  180. package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +776 -0
  181. package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.ts +95 -0
  182. package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +507 -0
  183. package/src/impaktapps-ui-builder/builder/services/component.ts +426 -0
  184. package/src/impaktapps-ui-builder/builder/services/event.ts +274 -0
  185. package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +123 -0
  186. package/src/impaktapps-ui-builder/builder/services/utils.ts +108 -0
  187. package/src/impaktapps-ui-builder/lib/index.ts +10 -0
  188. package/src/impaktapps-ui-builder/runtime/services/downloadFile.ts +32 -0
  189. package/src/impaktapps-ui-builder/runtime/services/events.ts +295 -0
  190. package/src/impaktapps-ui-builder/runtime/services/interface.ts +13 -0
  191. package/src/impaktapps-ui-builder/runtime/services/rankProvider.ts +132 -0
  192. package/src/impaktapps-ui-builder/runtime/services/service.ts +359 -0
  193. package/App.tsx +0 -49
  194. package/AppHolder.tsx +0 -438
  195. package/Database.ts +0 -54
  196. package/Deploy.tsx +0 -16
  197. package/DeployContent.tsx +0 -48
  198. package/Dockerfile +0 -56
  199. package/Login.tsx +0 -184
  200. package/MasterRouter.tsx +0 -86
  201. package/PrivateRoutes.tsx +0 -9
  202. package/Skeleton.tsx +0 -31
  203. package/TabHolder.tsx +0 -758
  204. package/app/(tabs)/_layout.tsx +0 -50
  205. package/app/(tabs)/explore.tsx +0 -111
  206. package/app/(tabs)/index.tsx +0 -1134
  207. package/app/(tabs)/index.web.tsx +0 -31
  208. package/app/(web)/AppHolder.tsx +0 -471
  209. package/app/(web)/index.tsx +0 -33
  210. package/app/(web)/indexLogin.tsx +0 -192
  211. package/app/+not-found.tsx +0 -33
  212. package/app/_layout.tsx +0 -42
  213. package/app/_layout.web.tsx +0 -15
  214. package/app.json +0 -41
  215. package/assets/Act21Icon.svg +0 -1977
  216. package/assets/Act21Logo.svg +0 -7869
  217. package/assets/Desktop.svg +0 -58
  218. package/assets/ImpaktApps.svg +0 -726
  219. package/assets/ImpaktIcon.png +0 -0
  220. package/assets/Mobile.svg +0 -33
  221. package/assets/Tablet.svg +0 -33
  222. package/assets/UpDownArrow.svg +0 -5
  223. package/assets/act21LogoPng.png +0 -0
  224. package/assets/alpha.svg +0 -1
  225. package/assets/api.svg +0 -54
  226. package/assets/border.svg +0 -3
  227. package/assets/button-rect.svg +0 -3
  228. package/assets/creditcard.svg +0 -4
  229. package/assets/cursor.svg +0 -18
  230. package/assets/dataWorkspace/homepage.svg +0 -3
  231. package/assets/dataWorkspace/locate.svg +0 -3
  232. package/assets/dataWorkspace/state.svg +0 -5
  233. package/assets/dataWorkspace/website.svg +0 -6
  234. package/assets/fonts/SpaceMono-Regular.ttf +0 -0
  235. package/assets/globaldata.svg +0 -13
  236. package/assets/images/adaptive-icon.png +0 -0
  237. package/assets/images/favicon.png +0 -0
  238. package/assets/images/icon.png +0 -0
  239. package/assets/images/partial-react-logo.png +0 -0
  240. package/assets/images/react-logo.png +0 -0
  241. package/assets/images/react-logo@2x.png +0 -0
  242. package/assets/images/react-logo@3x.png +0 -0
  243. package/assets/images/splash-icon.png +0 -0
  244. package/assets/laptop.svg +0 -3
  245. package/assets/minusIcon.svg +0 -7
  246. package/assets/next.svg +0 -14
  247. package/assets/no-component-selected-icon.svg +0 -5
  248. package/assets/other.svg +0 -10
  249. package/assets/page.svg +0 -13
  250. package/assets/plusIcon.svg +0 -1
  251. package/assets/public/arrowDown.svg +0 -7
  252. package/assets/public/arrowup.svg +0 -3
  253. package/assets/public/cursor.svg +0 -18
  254. package/assets/public/openWindow.svg +0 -4
  255. package/assets/public/resize-bar-icon.svg +0 -3
  256. package/assets/radius-icon.svg +0 -3
  257. package/assets/react.svg +0 -1
  258. package/assets/resizeBar.svg +0 -12
  259. package/assets/rightPagePanel/all.svg +0 -3
  260. package/assets/rightPagePanel/frame-fixed.svg +0 -3
  261. package/assets/rightPagePanel/frame-responsive.svg +0 -3
  262. package/assets/rightPagePanel/gridList/columnAuto.svg +0 -3
  263. package/assets/rightPagePanel/gridList/columnFixed.svg +0 -5
  264. package/assets/rightPagePanel/gridList/gap-x.svg +0 -3
  265. package/assets/rightPagePanel/gridList/gap-y.svg +0 -3
  266. package/assets/rightPagePanel/layout/default.svg +0 -21
  267. package/assets/rightPagePanel/layout/preset-a.svg +0 -22
  268. package/assets/rightPagePanel/layout/preset-b.svg +0 -23
  269. package/assets/rightPagePanel/layout/preset-c.svg +0 -24
  270. package/assets/rightPagePanel/layout/preset-d.svg +0 -25
  271. package/assets/rightPagePanel/layout/preset-e.svg +0 -24
  272. package/assets/rightPagePanel/partial.svg +0 -3
  273. package/assets/transformer.svg +0 -12
  274. package/assets/widgetCover/button.svg +0 -4
  275. package/assets/widgetCover/card.svg +0 -34
  276. package/assets/widgetCover/checkBox.svg +0 -5
  277. package/assets/widgetCover/container.svg +0 -6
  278. package/assets/widgetCover/date.svg +0 -5
  279. package/assets/widgetCover/emptyBox.svg +0 -3
  280. package/assets/widgetCover/fileInput.svg +0 -3
  281. package/assets/widgetCover/form.svg +0 -9
  282. package/assets/widgetCover/gridcontainer.svg +0 -14
  283. package/assets/widgetCover/icon.svg +0 -28
  284. package/assets/widgetCover/image.svg +0 -5
  285. package/assets/widgetCover/label.svg +0 -3
  286. package/assets/widgetCover/multiselect.svg +0 -7
  287. package/assets/widgetCover/otp.svg +0 -19
  288. package/assets/widgetCover/radioGroup.svg +0 -9
  289. package/assets/widgetCover/select.svg +0 -4
  290. package/assets/widgetCover/slider.svg +0 -5
  291. package/assets/widgetCover/table.svg +0 -6
  292. package/assets/widgetCover/tabs.svg +0 -5
  293. package/assets/widgetCover/text.svg +0 -7
  294. package/assets/widgetCover/textInput.svg +0 -5
  295. package/assets/widgetCover/upload.svg +0 -11
  296. package/assets/window-bottom.svg +0 -17
  297. package/assets/window-left.svg +0 -17
  298. package/assets/window-minimize.svg +0 -16
  299. package/assets/window-right.svg +0 -17
  300. package/babel.config.js +0 -36
  301. package/components/CodeEditor/CodeMirror/assets/array.svg +0 -4
  302. package/components/CodeEditor/CodeMirror/assets/boolean.svg +0 -4
  303. package/components/CodeEditor/CodeMirror/assets/component.svg +0 -4
  304. package/components/CodeEditor/CodeMirror/assets/function.svg +0 -4
  305. package/components/CodeEditor/CodeMirror/assets/keyword.svg +0 -12
  306. package/components/CodeEditor/CodeMirror/assets/null.svg +0 -4
  307. package/components/CodeEditor/CodeMirror/assets/number.svg +0 -4
  308. package/components/CodeEditor/CodeMirror/assets/object.svg +0 -4
  309. package/components/CodeEditor/CodeMirror/assets/string.svg +0 -4
  310. package/components/CodeEditor/CodeMirror/assets/table.svg +0 -4
  311. package/components/CodeEditor/CodeMirror/assets/type.svg +0 -4
  312. package/components/CodeEditor/CodeMirror/assets/undefine.svg +0 -4
  313. package/components/CodeEditor/CodeMirror/core.tsx +0 -253
  314. package/components/CodeEditor/CodeMirror/extensions/completionSources/ILLAContextDesc/index.tsx +0 -5
  315. package/components/CodeEditor/CodeMirror/extensions/completionSources/ILLAContextDesc/utils.tsx +0 -51
  316. package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContext.ts +0 -214
  317. package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContextDesc/index.tsx +0 -5
  318. package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContextDesc/utils.tsx +0 -51
  319. package/components/CodeEditor/CodeMirror/extensions/completionSources/TernServer/defs/ecmascript.json +0 -1910
  320. package/components/CodeEditor/CodeMirror/extensions/completionSources/TernServer/index.tsx +0 -184
  321. package/components/CodeEditor/CodeMirror/extensions/completionSources/illaContext.ts +0 -214
  322. package/components/CodeEditor/CodeMirror/extensions/heighLightJSExpression.ts +0 -67
  323. package/components/CodeEditor/CodeMirror/extensions/index.ts +0 -294
  324. package/components/CodeEditor/CodeMirror/extensions/interface.ts +0 -36
  325. package/components/CodeEditor/CodeMirror/extensions/utils.ts +0 -40
  326. package/components/CodeEditor/CodeMirror/interface.ts +0 -26
  327. package/components/CodeEditor/CodeMirror/style.ts +0 -47
  328. package/components/CodeEditor/CodeMirror/theme.ts +0 -249
  329. package/components/CodeEditor/HintToolTip/index.tsx +0 -92
  330. package/components/CodeEditor/HintToolTip/interface.ts +0 -16
  331. package/components/CodeEditor/HintToolTip/style.ts +0 -49
  332. package/components/CodeEditor/ModalCodeMirror/content.tsx +0 -61
  333. package/components/CodeEditor/ModalCodeMirror/footer.tsx +0 -13
  334. package/components/CodeEditor/ModalCodeMirror/index.tsx +0 -56
  335. package/components/CodeEditor/ModalCodeMirror/interface.ts +0 -26
  336. package/components/CodeEditor/ModalCodeMirror/style.ts +0 -32
  337. package/components/CodeEditor/index.tsx +0 -289
  338. package/components/CodeEditor/interface.ts +0 -21
  339. package/components/CodeEditor/style.ts +0 -30
  340. package/components/CodeEditor/utils.ts +0 -5
  341. package/components/Collapsible.tsx +0 -45
  342. package/components/ColorPicker/constants.ts +0 -31
  343. package/components/ColorPicker/index.tsx +0 -30
  344. package/components/ColorPicker/interface.ts +0 -5
  345. package/components/ColorSetter/index.tsx +0 -76
  346. package/components/ColorSetter/interface.tsx +0 -5
  347. package/components/ColorSetter/style.ts +0 -78
  348. package/components/EditableText/index.tsx +0 -95
  349. package/components/EditableText/interface.ts +0 -8
  350. package/components/EditableText/style.ts +0 -58
  351. package/components/ExternalLink.tsx +0 -24
  352. package/components/HapticTab.tsx +0 -18
  353. package/components/HelloWave.tsx +0 -40
  354. package/components/Modal/Body/index.tsx +0 -16
  355. package/components/Modal/Body/interface.ts +0 -6
  356. package/components/Modal/Body/style.ts +0 -9
  357. package/components/Modal/Footer/index.tsx +0 -30
  358. package/components/Modal/Footer/interface.ts +0 -7
  359. package/components/Modal/Footer/style.ts +0 -18
  360. package/components/Modal/Header/index.tsx +0 -32
  361. package/components/Modal/Header/interface.ts +0 -6
  362. package/components/Modal/Header/style.ts +0 -39
  363. package/components/Modal/index.tsx +0 -39
  364. package/components/Modal/interface.ts +0 -25
  365. package/components/Modal/movableModal.tsx +0 -54
  366. package/components/Modal/style.ts +0 -13
  367. package/components/Modal/utils/stopDragAndDrop.ts +0 -5
  368. package/components/PanelBar/index.tsx +0 -104
  369. package/components/PanelBar/interface.ts +0 -12
  370. package/components/PanelBar/style.ts +0 -156
  371. package/components/ParallaxScrollView.tsx +0 -82
  372. package/components/RecordEditor/index.tsx +0 -212
  373. package/components/RecordEditor/interface.ts +0 -33
  374. package/components/RecordEditor/style.ts +0 -99
  375. package/components/Tabs/constant.tsx +0 -42
  376. package/components/Tabs/index.tsx +0 -55
  377. package/components/Tabs/interface.ts +0 -15
  378. package/components/Tabs/style.ts +0 -26
  379. package/components/ThemedText.tsx +0 -60
  380. package/components/ThemedView.tsx +0 -14
  381. package/components/__tests__/ThemedText-test.tsx +0 -10
  382. package/components/__tests__/__snapshots__/ThemedText-test.tsx.snap +0 -24
  383. package/components/ui/IconSymbol.ios.tsx +0 -32
  384. package/components/ui/IconSymbol.tsx +0 -43
  385. package/components/ui/TabBarBackground.ios.tsx +0 -22
  386. package/components/ui/TabBarBackground.tsx +0 -6
  387. package/constants/Colors.ts +0 -26
  388. package/core/Builder.tsx +0 -21
  389. package/data.ts +0 -352
  390. package/db.json +0 -251131
  391. package/declarations.d.ts +0 -8
  392. package/eslint.config.mjs +0 -13
  393. package/hooks/fixComponentsUtils/container.ts +0 -20
  394. package/hooks/fixComponentsUtils/likeInput.ts +0 -15
  395. package/hooks/fixedAction.ts +0 -196
  396. package/hooks/fixedComponents.ts +0 -32
  397. package/hooks/useColorScheme.ts +0 -1
  398. package/hooks/useColorScheme.web.ts +0 -21
  399. package/hooks/useDestroyExecutationTree.ts +0 -32
  400. package/hooks/useInitApp.tsx +0 -238
  401. package/hooks/useThemeColor.ts +0 -21
  402. package/i18n/config.ts +0 -57
  403. package/i18n/i18next.d.ts +0 -8
  404. package/i18n/locale/en-US.json +0 -3805
  405. package/i18n/locale/es-ES.json +0 -3805
  406. package/i18n/react-i18next.d.ts +0 -9
  407. package/lib/index.ts +0 -12
  408. package/main.css +0 -14
  409. package/main.tsx +0 -11
  410. package/metro.config.js +0 -20
  411. package/middleware/reduxAsync/index.ts +0 -68
  412. package/middleware/undoRedo/index.ts +0 -16
  413. package/middleware/undoRedo/interface.ts +0 -5
  414. package/middleware/undoRedo/method/action.tsx +0 -97
  415. package/middleware/undoRedo/method/components.tsx +0 -412
  416. package/middleware/undoRedo/method/index.tsx +0 -27
  417. package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/index.tsx +0 -180
  418. package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/interface.ts +0 -10
  419. package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/style.ts +0 -55
  420. package/page/App/components/Actions/ActionGuidePanel/constans.ts +0 -30
  421. package/page/App/components/Actions/ActionGuidePanel/index.tsx +0 -51
  422. package/page/App/components/Actions/ActionGuidePanel/style.ts +0 -29
  423. package/page/App/components/Actions/ActionList/index.tsx +0 -24
  424. package/page/App/components/Actions/ActionList/interface.ts +0 -3
  425. package/page/App/components/Actions/ActionList/listWithNewButton.tsx +0 -352
  426. package/page/App/components/Actions/ActionList/style.ts +0 -67
  427. package/page/App/components/Actions/ActionListItem/index.tsx +0 -271
  428. package/page/App/components/Actions/ActionListItem/interface.ts +0 -11
  429. package/page/App/components/Actions/ActionListItem/style.ts +0 -92
  430. package/page/App/components/Actions/ActionPanel/ActionEventHandler/index.tsx +0 -113
  431. package/page/App/components/Actions/ActionPanel/ActionEventHandler/style.ts +0 -20
  432. package/page/App/components/Actions/ActionPanel/ActionMockPanel/index.tsx +0 -72
  433. package/page/App/components/Actions/ActionPanel/ActionMockPanel/interface.ts +0 -4
  434. package/page/App/components/Actions/ActionPanel/ActionMockPanel/style.ts +0 -22
  435. package/page/App/components/Actions/ActionPanel/ActionResult/index.tsx +0 -135
  436. package/page/App/components/Actions/ActionPanel/ActionResult/interface.ts +0 -4
  437. package/page/App/components/Actions/ActionPanel/ActionResult/restApiHeader.tsx +0 -116
  438. package/page/App/components/Actions/ActionPanel/ActionResult/style.ts +0 -136
  439. package/page/App/components/Actions/ActionPanel/ActionResult/utils.ts +0 -25
  440. package/page/App/components/Actions/ActionPanel/ActionTitleBar/index.tsx +0 -177
  441. package/page/App/components/Actions/ActionPanel/ActionTitleBar/interface.ts +0 -7
  442. package/page/App/components/Actions/ActionPanel/ActionTitleBar/style.ts +0 -92
  443. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/index.tsx +0 -25
  444. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/interface.ts +0 -8
  445. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/style.ts +0 -43
  446. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/index.tsx +0 -11
  447. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/interface.ts +0 -3
  448. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/style.ts +0 -13
  449. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Space/index.tsx +0 -6
  450. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Space/style.ts +0 -6
  451. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Model/AdvancedOption/index.tsx +0 -74
  452. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Model/Timing/index.tsx +0 -145
  453. package/page/App/components/Actions/ActionPanel/AdvancedPanel/index.tsx +0 -19
  454. package/page/App/components/Actions/ActionPanel/AdvancedPanel/style.ts +0 -6
  455. package/page/App/components/Actions/ActionPanel/GlobalDataPanel/index.tsx +0 -70
  456. package/page/App/components/Actions/ActionPanel/GlobalDataPanel/style.ts +0 -34
  457. package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/index.tsx +0 -72
  458. package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/interface.ts +0 -8
  459. package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/style.ts +0 -59
  460. package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/index.tsx +0 -165
  461. package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/style.ts +0 -51
  462. package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/constants.ts +0 -2
  463. package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/index.tsx +0 -60
  464. package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/interface.ts +0 -8
  465. package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/style.ts +0 -25
  466. package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/index.tsx +0 -18
  467. package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/interface.ts +0 -6
  468. package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/style.ts +0 -9
  469. package/page/App/components/Actions/ActionPanel/Layout/Label/index.tsx +0 -12
  470. package/page/App/components/Actions/ActionPanel/Layout/Label/interface.ts +0 -3
  471. package/page/App/components/Actions/ActionPanel/Layout/Label/style.ts +0 -10
  472. package/page/App/components/Actions/ActionPanel/Layout/Space/index.tsx +0 -10
  473. package/page/App/components/Actions/ActionPanel/Layout/Space/style.ts +0 -6
  474. package/page/App/components/Actions/ActionPanel/PanelHeader/ResourceChoose/index.tsx +0 -126
  475. package/page/App/components/Actions/ActionPanel/PanelHeader/ResourceChoose/style.ts +0 -29
  476. package/page/App/components/Actions/ActionPanel/PanelHeader/TriggerModeChoose/index.tsx +0 -62
  477. package/page/App/components/Actions/ActionPanel/PanelHeader/index.tsx +0 -116
  478. package/page/App/components/Actions/ActionPanel/PanelHeader/style.ts +0 -37
  479. package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/index.tsx +0 -357
  480. package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/interface.ts +0 -7
  481. package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/style.ts +0 -54
  482. package/page/App/components/Actions/ActionPanel/RestApiPanel/index.tsx +0 -358
  483. package/page/App/components/Actions/ActionPanel/RestApiPanel/style.ts +0 -50
  484. package/page/App/components/Actions/ActionPanel/TransformerPanel/index.tsx +0 -61
  485. package/page/App/components/Actions/ActionPanel/TransformerPanel/style.ts +0 -15
  486. package/page/App/components/Actions/ActionPanel/index.tsx +0 -116
  487. package/page/App/components/Actions/ActionPanel/style.ts +0 -58
  488. package/page/App/components/Actions/ActionPanel/utils/calculateFileSize.ts +0 -37
  489. package/page/App/components/Actions/ActionPanel/utils/safeModeTip.ts +0 -18
  490. package/page/App/components/Actions/Context/SqlModeTipContext/index.tsx +0 -31
  491. package/page/App/components/Actions/DragBar/index.tsx +0 -87
  492. package/page/App/components/Actions/DragBar/interface.ts +0 -10
  493. package/page/App/components/Actions/DragBar/style.ts +0 -17
  494. package/page/App/components/Actions/List/index.ts +0 -4
  495. package/page/App/components/Actions/List/interface.ts +0 -46
  496. package/page/App/components/Actions/List/list-item-meta.tsx +0 -59
  497. package/page/App/components/Actions/List/list-item.tsx +0 -34
  498. package/page/App/components/Actions/List/list.tsx +0 -144
  499. package/page/App/components/Actions/List/style.ts +0 -119
  500. package/page/App/components/Actions/SearchHeader/index.tsx +0 -84
  501. package/page/App/components/Actions/SearchHeader/interface.tsx +0 -4
  502. package/page/App/components/Actions/SearchHeader/style.tsx +0 -59
  503. package/page/App/components/Actions/api.ts +0 -65
  504. package/page/App/components/Actions/axiosConfigBuilder.ts +0 -44
  505. package/page/App/components/Actions/empty/src/empty.tsx +0 -60
  506. package/page/App/components/Actions/empty/src/index.ts +0 -2
  507. package/page/App/components/Actions/empty/src/interface.ts +0 -10
  508. package/page/App/components/Actions/empty/src/style.ts +0 -22
  509. package/page/App/components/Actions/hook.ts +0 -61
  510. package/page/App/components/ConfigPanel/index.tsx +0 -29
  511. package/page/App/components/ConfigPanel/style.ts +0 -8
  512. package/page/App/components/InspectPanel/PanelSetters/BorderSetter/index.tsx +0 -82
  513. package/page/App/components/InspectPanel/PanelSetters/BorderSetter/interface.ts +0 -1
  514. package/page/App/components/InspectPanel/PanelSetters/BorderSetter/style.ts +0 -14
  515. package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/index.tsx +0 -40
  516. package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/interface.ts +0 -9
  517. package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/style.ts +0 -10
  518. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/context/viewsListContext.tsx +0 -270
  519. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/dragIconAndLabel.tsx +0 -86
  520. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/header.tsx +0 -28
  521. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/index.tsx +0 -238
  522. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/interface.ts +0 -28
  523. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/listBody.tsx +0 -135
  524. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/listItem.tsx +0 -113
  525. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/style.ts +0 -97
  526. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/utils/generateNewOptions.ts +0 -34
  527. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/defaultViewKeySetter.tsx +0 -71
  528. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/interface.ts +0 -4
  529. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/index.tsx +0 -128
  530. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/interface.ts +0 -19
  531. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/style.ts +0 -51
  532. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/index.tsx +0 -120
  533. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/interface.ts +0 -22
  534. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/style.ts +0 -36
  535. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Empty/index.tsx +0 -14
  536. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Empty/style.ts +0 -11
  537. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/actionMenu.tsx +0 -45
  538. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/body.tsx +0 -17
  539. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/empty.tsx +0 -17
  540. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/eventAndMethodLabel.tsx +0 -109
  541. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/interface.ts +0 -22
  542. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/item.tsx +0 -20
  543. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/more.tsx +0 -33
  544. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/style.ts +0 -118
  545. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/context/index.tsx +0 -69
  546. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/index.tsx +0 -67
  547. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/interface.ts +0 -14
  548. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/style.ts +0 -8
  549. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/utils/index.ts +0 -13
  550. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/index.tsx +0 -135
  551. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/interface.ts +0 -19
  552. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/style.ts +0 -33
  553. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/index.tsx +0 -134
  554. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/interface.ts +0 -19
  555. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/style.ts +0 -33
  556. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseUpload/index.tsx +0 -107
  557. package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/index.tsx +0 -117
  558. package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/interface.ts +0 -5
  559. package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/style.ts +0 -103
  560. package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/index.tsx +0 -62
  561. package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/interface.ts +0 -11
  562. package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/style.ts +0 -9
  563. package/page/App/components/InspectPanel/PanelSetters/InputSetter/OptionMappedInput/optionMappedInputSetter.tsx +0 -38
  564. package/page/App/components/InspectPanel/PanelSetters/InputSetter/ScriptInput/index.tsx +0 -121
  565. package/page/App/components/InspectPanel/PanelSetters/InputSetter/ScriptInput/style.ts +0 -16
  566. package/page/App/components/InspectPanel/PanelSetters/InputSetter/interface.ts +0 -9
  567. package/page/App/components/InspectPanel/PanelSetters/InputSetter/style.ts +0 -8
  568. package/page/App/components/InspectPanel/PanelSetters/InputSetter/util.ts +0 -32
  569. package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/index.tsx +0 -33
  570. package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/interface.ts +0 -7
  571. package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/style.ts +0 -29
  572. package/page/App/components/InspectPanel/PanelSetters/OptionListSetter/index.tsx +0 -91
  573. package/page/App/components/InspectPanel/PanelSetters/OptionListSetter/interface.ts +0 -16
  574. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/index.tsx +0 -26
  575. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/interface.ts +0 -5
  576. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/style.ts +0 -25
  577. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/addActionLabel.tsx +0 -34
  578. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/interface.ts +0 -6
  579. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/style.ts +0 -7
  580. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/baseBody.tsx +0 -11
  581. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/body.tsx +0 -33
  582. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/header.tsx +0 -33
  583. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/index.tsx +0 -51
  584. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/interface.ts +0 -29
  585. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/style.ts +0 -54
  586. package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/baseRadioGroup.tsx +0 -62
  587. package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/interface.ts +0 -5
  588. package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/style.ts +0 -36
  589. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseDynamicSelect.tsx +0 -104
  590. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseMultiSelect .tsx +0 -236
  591. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseSelect.tsx +0 -95
  592. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/dataSourceSelectSetter.tsx +0 -121
  593. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventActionTypeSelect.tsx +0 -60
  594. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventBodyViewSelect.tsx +0 -72
  595. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetActionSelect.tsx +0 -37
  596. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetStateSelect.tsx +0 -40
  597. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetWidgetSelect.tsx +0 -92
  598. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventWidgetMethodSelect.tsx +0 -61
  599. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/interface.ts +0 -38
  600. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/pageSelect.tsx +0 -40
  601. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/searchSelect.tsx +0 -14
  602. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/style.ts +0 -47
  603. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/styles.css +0 -13
  604. package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/index.tsx +0 -27
  605. package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/interface.ts +0 -7
  606. package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/style.ts +0 -21
  607. package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/baseSwitch.tsx +0 -38
  608. package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/dynamicSwitch.tsx +0 -88
  609. package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/interface.tsx +0 -15
  610. package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/style.ts +0 -81
  611. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/body.tsx +0 -68
  612. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/columnItem.tsx +0 -20
  613. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/context/columnListContext.tsx +0 -91
  614. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/dragIconAndLabel.tsx +0 -85
  615. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/empty.tsx +0 -8
  616. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/header.tsx +0 -15
  617. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/index.tsx +0 -74
  618. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/interface.ts +0 -40
  619. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/style.ts +0 -125
  620. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/utils/generateNewColumns.ts +0 -26
  621. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/body.tsx +0 -71
  622. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/columnItem.tsx +0 -20
  623. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/context/columnListContext.tsx +0 -91
  624. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/dragIconAndLabel.tsx +0 -96
  625. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/empty.tsx +0 -8
  626. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/header.tsx +0 -15
  627. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/index.tsx +0 -68
  628. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/interface.ts +0 -36
  629. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/style.ts +0 -125
  630. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/utils/generateNewColumns.ts +0 -19
  631. package/page/App/components/InspectPanel/PanelSetters/TableSetter/columnTypeSelectSetter.tsx +0 -63
  632. package/page/App/components/InspectPanel/PanelSetters/TableSetter/columsSelectSetter.tsx +0 -77
  633. package/page/App/components/InspectPanel/PanelSetters/TableSetter/interface.ts +0 -24
  634. package/page/App/components/InspectPanel/PanelSetters/TableSetter/tableDataSourceSelectSetter.tsx +0 -188
  635. package/page/App/components/InspectPanel/PanelSetters/TableSetter/tableMappedValueInputSetter.tsx +0 -111
  636. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/DefaultTabKeySetter/index.tsx +0 -42
  637. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/DefaultTabKeySetter/interface.ts +0 -7
  638. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabListSetter/index.tsx +0 -88
  639. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabListSetter/interface.ts +0 -19
  640. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabsContainerSelectSetter/index.tsx +0 -175
  641. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabsContainerSelectSetter/style.ts +0 -11
  642. package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/assets/image.tsx +0 -14
  643. package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/baseUploadFile.tsx +0 -94
  644. package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/interface.ts +0 -4
  645. package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/style.ts +0 -28
  646. package/page/App/components/InspectPanel/PanelSetters/index.tsx +0 -402
  647. package/page/App/components/InspectPanel/PanelSetters/interface.ts +0 -36
  648. package/page/App/components/InspectPanel/PanelSetters/style.ts +0 -10
  649. package/page/App/components/InspectPanel/components/EmptySelected/index.tsx +0 -34
  650. package/page/App/components/InspectPanel/components/EmptySelected/style.ts +0 -32
  651. package/page/App/components/InspectPanel/components/FieldAndLabel/index.tsx +0 -19
  652. package/page/App/components/InspectPanel/components/FieldAndLabel/interface.ts +0 -10
  653. package/page/App/components/InspectPanel/components/FieldFactory/index.tsx +0 -56
  654. package/page/App/components/InspectPanel/components/FieldFactory/interface.ts +0 -8
  655. package/page/App/components/InspectPanel/components/Header/index.tsx +0 -46
  656. package/page/App/components/InspectPanel/components/Header/style.ts +0 -17
  657. package/page/App/components/InspectPanel/components/Label/index.tsx +0 -22
  658. package/page/App/components/InspectPanel/components/Label/interface.ts +0 -5
  659. package/page/App/components/InspectPanel/components/Label/style.ts +0 -43
  660. package/page/App/components/InspectPanel/components/MultiSelectedPanel/multiSelectedPanel.tsx +0 -57
  661. package/page/App/components/InspectPanel/components/MultiSelectedPanel/style.ts +0 -39
  662. package/page/App/components/InspectPanel/components/PanelSetter/index.tsx +0 -21
  663. package/page/App/components/InspectPanel/components/PanelSetter/interface.ts +0 -7
  664. package/page/App/components/InspectPanel/components/Panelbar/index.tsx +0 -28
  665. package/page/App/components/InspectPanel/components/Panelbar/interface.ts +0 -8
  666. package/page/App/components/InspectPanel/components/Panelbar/style.ts +0 -5
  667. package/page/App/components/InspectPanel/components/SingleSelectedPanel/singleSelectedPanel.tsx +0 -126
  668. package/page/App/components/InspectPanel/components/SingleSelectedPanel/style.ts +0 -14
  669. package/page/App/components/InspectPanel/context/selectedContext.tsx +0 -75
  670. package/page/App/components/InspectPanel/index.tsx +0 -25
  671. package/page/App/components/InspectPanel/interface.ts +0 -55
  672. package/page/App/components/InspectPanel/setter.tsx +0 -103
  673. package/page/App/components/InspectPanel/style.ts +0 -27
  674. package/page/App/components/InspectPanel/utils/fieldFactory.tsx +0 -18
  675. package/page/App/components/InspectPanel/utils/panelBuilder.ts +0 -31
  676. package/page/App/components/PagePanel/Components/Label/index.tsx +0 -21
  677. package/page/App/components/PagePanel/Components/Label/interface.ts +0 -5
  678. package/page/App/components/PagePanel/Components/Label/style.ts +0 -35
  679. package/page/App/components/PagePanel/Components/LayoutSelect/index.tsx +0 -141
  680. package/page/App/components/PagePanel/Components/LayoutSelect/interface.ts +0 -20
  681. package/page/App/components/PagePanel/Components/LayoutSelect/style.ts +0 -60
  682. package/page/App/components/PagePanel/Components/PanelActionBar/index.tsx +0 -33
  683. package/page/App/components/PagePanel/Components/PanelActionBar/interface.ts +0 -6
  684. package/page/App/components/PagePanel/Components/PanelActionBar/style.ts +0 -8
  685. package/page/App/components/PagePanel/Components/ViewsList/body.tsx +0 -86
  686. package/page/App/components/PagePanel/Components/ViewsList/emptyState.tsx +0 -10
  687. package/page/App/components/PagePanel/Components/ViewsList/header.tsx +0 -93
  688. package/page/App/components/PagePanel/Components/ViewsList/index.tsx +0 -62
  689. package/page/App/components/PagePanel/Components/ViewsList/interface.ts +0 -50
  690. package/page/App/components/PagePanel/Components/ViewsList/item.tsx +0 -136
  691. package/page/App/components/PagePanel/Components/ViewsList/labelName.tsx +0 -26
  692. package/page/App/components/PagePanel/Components/ViewsList/modal.tsx +0 -41
  693. package/page/App/components/PagePanel/Components/ViewsList/style.tsx +0 -119
  694. package/page/App/components/PagePanel/Components/ViewsList/utils.ts +0 -53
  695. package/page/App/components/PagePanel/Layout/divider/index.tsx +0 -15
  696. package/page/App/components/PagePanel/Layout/divider/interface.ts +0 -3
  697. package/page/App/components/PagePanel/Layout/divider/style.ts +0 -8
  698. package/page/App/components/PagePanel/Layout/leftAndRight/index.tsx +0 -8
  699. package/page/App/components/PagePanel/Layout/leftAndRight/interface.ts +0 -5
  700. package/page/App/components/PagePanel/Layout/leftAndRight/style.ts +0 -10
  701. package/page/App/components/PagePanel/Layout/setterPadding/index.tsx +0 -8
  702. package/page/App/components/PagePanel/Layout/setterPadding/interface.ts +0 -5
  703. package/page/App/components/PagePanel/Layout/setterPadding/style.ts +0 -5
  704. package/page/App/components/PagePanel/Layout/verticalLayout/index.tsx +0 -8
  705. package/page/App/components/PagePanel/Layout/verticalLayout/interface.ts +0 -5
  706. package/page/App/components/PagePanel/Layout/verticalLayout/style.ts +0 -10
  707. package/page/App/components/PagePanel/Modules/Basic/index.tsx +0 -298
  708. package/page/App/components/PagePanel/Modules/Basic/style.ts +0 -5
  709. package/page/App/components/PagePanel/Modules/Frame/index.tsx +0 -778
  710. package/page/App/components/PagePanel/Modules/Frame/style.ts +0 -10
  711. package/page/App/components/PagePanel/Modules/Style/Components/AddSection/index.tsx +0 -104
  712. package/page/App/components/PagePanel/Modules/Style/Components/AddSection/interface.ts +0 -5
  713. package/page/App/components/PagePanel/Modules/Style/Components/BackgroundSetter/index.tsx +0 -162
  714. package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/index.tsx +0 -25
  715. package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/interface.ts +0 -7
  716. package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/style.ts +0 -22
  717. package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/index.tsx +0 -189
  718. package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/interface.ts +0 -5
  719. package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/style.ts +0 -13
  720. package/page/App/components/PagePanel/Modules/Style/Components/DividerSetter/index.tsx +0 -207
  721. package/page/App/components/PagePanel/Modules/Style/Components/PaddingSetter/index.tsx +0 -600
  722. package/page/App/components/PagePanel/Modules/Style/Components/PaddingSetter/style.ts +0 -9
  723. package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/constants.ts +0 -27
  724. package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/index.tsx +0 -61
  725. package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/interface.ts +0 -6
  726. package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/style.ts +0 -30
  727. package/page/App/components/PagePanel/Modules/Style/Components/ShadowSetter/index.tsx +0 -155
  728. package/page/App/components/PagePanel/Modules/Style/index.tsx +0 -26
  729. package/page/App/components/PagePanel/Modules/Style/style.ts +0 -33
  730. package/page/App/components/PagePanel/index.tsx +0 -25
  731. package/page/App/components/PagePanel/style.ts +0 -35
  732. package/page/App/components/PublicTypes/ResourceGenerator/assets/emojiSmile.svg +0 -3
  733. package/page/App/components/PublicTypes/ResourceGenerator/assets/googlesheets/disabled-google.svg +0 -3
  734. package/page/App/components/PublicTypes/ResourceGenerator/assets/googlesheets/google-logo.svg +0 -14
  735. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/index.tsx +0 -166
  736. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/interface.ts +0 -21
  737. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/style.ts +0 -52
  738. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/index.tsx +0 -20
  739. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/interface.ts +0 -4
  740. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/style.ts +0 -25
  741. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/index.tsx +0 -130
  742. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/interface.ts +0 -26
  743. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/style.ts +0 -7
  744. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/temp.ts +0 -0
  745. package/page/App/components/PublicTypes/ResourceGenerator/components/ColumnWhiteList/index.tsx +0 -34
  746. package/page/App/components/PublicTypes/ResourceGenerator/components/ColumnWhiteList/style.ts +0 -40
  747. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/CreateButton/index.tsx +0 -26
  748. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/CreateButton/interface.ts +0 -3
  749. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/GoogleCreateButton/index.tsx +0 -26
  750. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/GoogleCreateButton/style.ts +0 -51
  751. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/BasicAuthPanel/index.tsx +0 -45
  752. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/BearerAuthPanel/index.tsx +0 -31
  753. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/DigestAuthPanel/index.tsx +0 -51
  754. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/index.tsx +0 -316
  755. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/interface.ts +0 -7
  756. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/index.tsx +0 -21
  757. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/interface.ts +0 -10
  758. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/index.tsx +0 -35
  759. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/interface.ts +0 -9
  760. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/style.ts +0 -10
  761. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/style.ts +0 -98
  762. package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/index.tsx +0 -319
  763. package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/interface.ts +0 -39
  764. package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/style.ts +0 -74
  765. package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/index.tsx +0 -98
  766. package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/interface.ts +0 -13
  767. package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/style.ts +0 -44
  768. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/index.tsx +0 -39
  769. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/interface.ts +0 -7
  770. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/style.ts +0 -44
  771. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/suggestCard.tsx +0 -28
  772. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/utils.tsx +0 -36
  773. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/index.tsx +0 -33
  774. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/interface.ts +0 -7
  775. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/style.ts +0 -24
  776. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/index.tsx +0 -27
  777. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/interface.ts +0 -9
  778. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/style.ts +0 -10
  779. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/index.tsx +0 -40
  780. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/interface.ts +0 -8
  781. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/style.ts +0 -13
  782. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/index.tsx +0 -53
  783. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/interface.ts +0 -7
  784. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/style.ts +0 -45
  785. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/index.tsx +0 -65
  786. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/interface.ts +0 -7
  787. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/style.ts +0 -28
  788. package/page/App/components/PublicTypes/ResourceGenerator/components/RowWhiteList/index.tsx +0 -41
  789. package/page/App/components/PublicTypes/ResourceGenerator/components/RowWhiteList/style.ts +0 -81
  790. package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/index.tsx +0 -14
  791. package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/interface.ts +0 -3
  792. package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/style.ts +0 -13
  793. package/page/App/components/PublicTypes/ResourceGenerator/config.ts +0 -51
  794. package/page/App/components/PublicTypes/ResourceGenerator/formUtils.ts +0 -117
  795. package/page/App/components/PublicTypes/ResourceGenerator/index.tsx +0 -95
  796. package/page/App/components/PublicTypes/ResourceGenerator/interface.ts +0 -15
  797. package/page/App/components/PublicTypes/ResourceGenerator/provider/index.tsx +0 -64
  798. package/page/App/components/PublicTypes/ResourceGenerator/service/index.ts +0 -58
  799. package/page/App/components/PublicTypes/ResourceGenerator/service/oAuth.ts +0 -42
  800. package/page/App/components/PublicTypes/ResourceGenerator/service/resource.ts +0 -26
  801. package/page/App/components/PublicTypes/ResourceGenerator/utils.ts +0 -87
  802. package/page/App/components/PublicTypes/action/globalData.ts +0 -3
  803. package/page/App/components/PublicTypes/action/restApi.ts +0 -44
  804. package/page/App/components/PublicTypes/action/transformerAction.ts +0 -3
  805. package/page/App/components/PublicTypes/resource/index.ts +0 -62
  806. package/page/App/components/PublicTypes/resource/restapi.ts +0 -43
  807. package/page/App/components/ScreenPanel/Screen/index.tsx +0 -167
  808. package/page/App/components/ScreenPanel/index.tsx +0 -31
  809. package/page/App/components/Style/SearchList/index.tsx +0 -22
  810. package/page/App/components/Style/SearchList/interface.ts +0 -3
  811. package/page/App/components/Style/SearchList/serachListWIthNewButton.tsx +0 -156
  812. package/page/App/components/Style/SearchList/style.ts +0 -67
  813. package/page/App/components/Style/SearchListItem/index.tsx +0 -165
  814. package/page/App/components/Style/SearchListItem/interface.ts +0 -9
  815. package/page/App/components/Style/SearchListItem/style.ts +0 -89
  816. package/page/App/components/Style/StylePanel/index.tsx +0 -149
  817. package/page/App/components/Style/StylePanel/style.ts +0 -34
  818. package/page/App/components/Style/ThemePanel/Theme/index.tsx +0 -311
  819. package/page/App/components/Style/ThemePanel/index.tsx +0 -34
  820. package/page/App/components/componentPanel/ComponentItem.tsx +0 -133
  821. package/page/App/components/componentPanel/ComponentSession.tsx +0 -37
  822. package/page/App/components/componentPanel/componentListBuilder.tsx +0 -115
  823. package/page/App/components/componentPanel/components/SuggestComponent/index.tsx +0 -44
  824. package/page/App/components/componentPanel/components/SuggestComponent/style.ts +0 -35
  825. package/page/App/components/componentPanel/index.tsx +0 -108
  826. package/page/App/components/componentPanel/interface.ts +0 -34
  827. package/page/App/components/componentPanel/style.tsx +0 -116
  828. package/page/App/components/componentPanel/utils.tsx +0 -32
  829. package/page/App/components/dotPanel/calc.ts +0 -348
  830. package/page/App/components/dotPanel/components/Canvas/interface.ts +0 -39
  831. package/page/App/components/dotPanel/components/Canvas/renderComponentCanvasContainer.tsx +0 -323
  832. package/page/App/components/dotPanel/components/Canvas/renderComponentCanvasContainerMobile.tsx +0 -111
  833. package/page/App/components/dotPanel/components/Canvas/style.ts +0 -171
  834. package/page/App/components/dotPanel/components/ComponentParser/index.tsx +0 -40
  835. package/page/App/components/dotPanel/components/ComponentParser/interface.ts +0 -6
  836. package/page/App/components/dotPanel/components/DragPreview/index.tsx +0 -48
  837. package/page/App/components/dotPanel/components/DragPreview/interface.ts +0 -22
  838. package/page/App/components/dotPanel/components/DragPreview/style.ts +0 -22
  839. package/page/App/components/dotPanel/components/MousePreview/Cursor/index.tsx +0 -106
  840. package/page/App/components/dotPanel/components/MousePreview/Cursor/interface.ts +0 -15
  841. package/page/App/components/dotPanel/components/MousePreview/Cursor/style.ts +0 -27
  842. package/page/App/components/dotPanel/components/MousePreview/index.tsx +0 -33
  843. package/page/App/components/dotPanel/components/MousePreview/interface.ts +0 -4
  844. package/page/App/components/dotPanel/components/MultiSelectCanvas/index.tsx +0 -212
  845. package/page/App/components/dotPanel/components/MultiSelectCanvas/interface.ts +0 -6
  846. package/page/App/components/dotPanel/components/Page/emptyState.tsx +0 -17
  847. package/page/App/components/dotPanel/components/Page/emptyStateMobile.tsx +0 -8
  848. package/page/App/components/dotPanel/components/Page/interface.ts +0 -3
  849. package/page/App/components/dotPanel/components/Page/renderPage.tsx +0 -161
  850. package/page/App/components/dotPanel/components/Page/style.ts +0 -45
  851. package/page/App/components/dotPanel/components/PageLoading/pageLoading.tsx +0 -12
  852. package/page/App/components/dotPanel/components/PageLoading/style.ts +0 -9
  853. package/page/App/components/dotPanel/components/Section/BodySection/index.tsx +0 -89
  854. package/page/App/components/dotPanel/components/Section/BodySection/indexMobile.tsx +0 -61
  855. package/page/App/components/dotPanel/components/Section/BodySection/interface.ts +0 -7
  856. package/page/App/components/dotPanel/components/Section/BodySection/style.ts +0 -29
  857. package/page/App/components/dotPanel/components/Section/FooterSection/index.tsx +0 -111
  858. package/page/App/components/dotPanel/components/Section/FooterSection/interface.ts +0 -8
  859. package/page/App/components/dotPanel/components/Section/FooterSection/style.ts +0 -25
  860. package/page/App/components/dotPanel/components/Section/HeaderSection/index.tsx +0 -119
  861. package/page/App/components/dotPanel/components/Section/HeaderSection/interface.ts +0 -8
  862. package/page/App/components/dotPanel/components/Section/HeaderSection/style.ts +0 -25
  863. package/page/App/components/dotPanel/components/Section/LeftSection/index.tsx +0 -126
  864. package/page/App/components/dotPanel/components/Section/LeftSection/interface.ts +0 -8
  865. package/page/App/components/dotPanel/components/Section/LeftSection/style.ts +0 -25
  866. package/page/App/components/dotPanel/components/Section/RightSection/index.tsx +0 -124
  867. package/page/App/components/dotPanel/components/Section/RightSection/interface.ts +0 -8
  868. package/page/App/components/dotPanel/components/Section/RightSection/style.ts +0 -25
  869. package/page/App/components/dotPanel/components/Section/index.ts +0 -6
  870. package/page/App/components/dotPanel/components/Section/interface.ts +0 -5
  871. package/page/App/components/dotPanel/components/Section/style.ts +0 -77
  872. package/page/App/components/dotPanel/constant/canvas.ts +0 -30
  873. package/page/App/components/dotPanel/constant/snapshotNew.ts +0 -34
  874. package/page/App/components/dotPanel/context/mouseHoverContext.tsx +0 -55
  875. package/page/App/components/dotPanel/context/mouseMoveContext.tsx +0 -46
  876. package/page/App/components/dotPanel/context/scrollBarContext.tsx +0 -27
  877. package/page/App/components/dotPanel/hooks/sectionUtils.ts +0 -34
  878. package/page/App/components/dotPanel/hooks/useMousePostionAsync.tsx +0 -150
  879. package/page/App/components/dotPanel/index.tsx +0 -105
  880. package/page/App/components/dotPanel/interface.ts +0 -19
  881. package/page/App/components/dotPanel/style.ts +0 -182
  882. package/page/App/components/dotPanel/utils/calcMouse.ts +0 -47
  883. package/page/App/components/dotPanel/utils/crossingHelper.ts +0 -179
  884. package/page/App/components/dotPanel/utils/getDragShadow.ts +0 -530
  885. package/page/App/components/dotPanel/utils/getDropResult.ts +0 -30
  886. package/page/App/components/dotPanel/utils/sendBinaryMessage.ts +0 -94
  887. package/page/App/components/dotPanel/utils/styleutils/padding.ts +0 -28
  888. package/page/App/components/dotPanel/utils.ts +0 -26
  889. package/page/App/components/publicConfig/Act21Service/base.ts +0 -33
  890. package/page/App/components/publicConfig/Act21Service/constant.ts +0 -21
  891. package/page/App/components/publicConfig/Act21Service/index.ts +0 -106
  892. package/page/App/components/publicConfig/action/getInitialContent.ts +0 -43
  893. package/page/App/components/publicConfig/action/index.ts +0 -45
  894. package/page/App/components/publicConfig/action/restapiAction.ts +0 -17
  895. package/page/App/components/publicConfig/action/transformerAction.ts +0 -7
  896. package/page/App/components/publicConfig/resource/restapi.ts +0 -13
  897. package/page/App/components/scaleSquare/components/DragContainer/index.tsx +0 -115
  898. package/page/App/components/scaleSquare/components/DragContainer/interface.ts +0 -39
  899. package/page/App/components/scaleSquare/components/DragContainer/style.ts +0 -10
  900. package/page/App/components/scaleSquare/components/MoveBar/interface.ts +0 -14
  901. package/page/App/components/scaleSquare/components/MoveBar/moveBar.tsx +0 -72
  902. package/page/App/components/scaleSquare/components/MoveBar/style.ts +0 -78
  903. package/page/App/components/scaleSquare/components/PositionContainer/index.tsx +0 -24
  904. package/page/App/components/scaleSquare/components/PositionContainer/interface.ts +0 -8
  905. package/page/App/components/scaleSquare/components/PositionContainer/style.ts +0 -16
  906. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/hooks.ts +0 -392
  907. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/index.tsx +0 -141
  908. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/interface.ts +0 -12
  909. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/style.ts +0 -191
  910. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/utils.ts +0 -21
  911. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/index.tsx +0 -103
  912. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/interface.ts +0 -12
  913. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/style.ts +0 -110
  914. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/utils.tsx +0 -120
  915. package/page/App/components/scaleSquare/components/TransformWidgetWrapper/config.tsx +0 -2
  916. package/page/App/components/scaleSquare/components/TransformWidgetWrapper/index.tsx +0 -390
  917. package/page/App/components/scaleSquare/components/TransformWidgetWrapper/interface.ts +0 -16
  918. package/page/App/components/scaleSquare/components/TransformWidgetWrapper/style.ts +0 -110
  919. package/page/App/components/scaleSquare/components/WrapperContainer/index.tsx +0 -72
  920. package/page/App/components/scaleSquare/components/WrapperContainer/indexMobile.tsx +0 -65
  921. package/page/App/components/scaleSquare/components/WrapperContainer/interface.ts +0 -8
  922. package/page/App/components/scaleSquare/components/WrapperContainer/style.ts +0 -32
  923. package/page/App/components/scaleSquare/constant/moveBar.ts +0 -3
  924. package/page/App/components/scaleSquare/constant/widget.ts +0 -8
  925. package/page/App/components/scaleSquare/context/mouseHoverContext.tsx +0 -55
  926. package/page/App/components/scaleSquare/context/mouseMoveContext.tsx +0 -46
  927. package/page/App/components/scaleSquare/context/scrollBarContext.tsx +0 -27
  928. package/page/App/components/scaleSquare/index.tsx +0 -67
  929. package/page/App/components/scaleSquare/interface.ts +0 -20
  930. package/page/App/components/scaleSquare/style.ts +0 -330
  931. package/page/App/components/scaleSquare/utils/getRealShapeAndPosition.ts +0 -86
  932. package/page/App/components/scaleSquare/utils/useGetDisplayNameInMoveBar.ts +0 -34
  933. package/page/App/components/scaleSquare/utils/useMouseHover.ts +0 -47
  934. package/page/App/components/scaleSquare/utils/useScaleStateSelector.ts +0 -17
  935. package/page/App/index.tsx +0 -110
  936. package/page/App/module/ActionEditor/index.tsx +0 -40
  937. package/page/App/module/ActionEditor/styles.ts +0 -147
  938. package/page/App/module/CanvasPanel/index.tsx +0 -49
  939. package/page/App/module/CanvasPanel/interface.ts +0 -11
  940. package/page/App/module/CanvasPanel/style.ts +0 -43
  941. package/page/App/module/ComponentManager/index.tsx +0 -70
  942. package/page/App/module/ComponentManager/style.tsx +0 -62
  943. package/page/App/module/DataWorkspace/components/ActionSpaceTree/index.tsx +0 -65
  944. package/page/App/module/DataWorkspace/components/BaseDataItem/index.tsx +0 -443
  945. package/page/App/module/DataWorkspace/components/BaseDataItem/interface.ts +0 -12
  946. package/page/App/module/DataWorkspace/components/BaseDataItem/style.ts +0 -108
  947. package/page/App/module/DataWorkspace/components/ComponentSpaceTree/index.tsx +0 -82
  948. package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/index.tsx +0 -37
  949. package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/interface.ts +0 -5
  950. package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/style.ts +0 -27
  951. package/page/App/module/DataWorkspace/components/LibrariesTree/constants.ts +0 -27
  952. package/page/App/module/DataWorkspace/components/LibrariesTree/index.tsx +0 -29
  953. package/page/App/module/DataWorkspace/components/LibrariesTree/interface.ts +0 -5
  954. package/page/App/module/DataWorkspace/components/LibrariesTree/item.tsx +0 -33
  955. package/page/App/module/DataWorkspace/components/LibrariesTree/style.ts +0 -45
  956. package/page/App/module/DataWorkspace/components/MoreAction/index.tsx +0 -62
  957. package/page/App/module/DataWorkspace/components/MoreAction/interface.ts +0 -4
  958. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ActionMenu/index.tsx +0 -93
  959. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ActionMenu/interface.ts +0 -6
  960. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/interface.ts +0 -6
  961. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/modal.tsx +0 -49
  962. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/style.tsx +0 -42
  963. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/index.tsx +0 -208
  964. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/interface.ts +0 -9
  965. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/style.ts +0 -76
  966. package/page/App/module/DataWorkspace/components/PageSpaceTree/index.tsx +0 -79
  967. package/page/App/module/DataWorkspace/components/PageSpaceTree/style.ts +0 -5
  968. package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/index.tsx +0 -13
  969. package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/interface.ts +0 -6
  970. package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/style.ts +0 -5
  971. package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/WorkSpaceTreeNode.tsx +0 -49
  972. package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/index.tsx +0 -105
  973. package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/interface.ts +0 -15
  974. package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/style.ts +0 -185
  975. package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/utils.tsx +0 -15
  976. package/page/App/module/DataWorkspace/constant.ts +0 -1
  977. package/page/App/module/DataWorkspace/index.tsx +0 -29
  978. package/page/App/module/DataWorkspace/style.ts +0 -47
  979. package/page/App/module/LeftPanel/index.tsx +0 -21
  980. package/page/App/module/LeftPanel/style.ts +0 -11
  981. package/page/App/module/PageNavBar/ScreenIcons/index.tsx +0 -55
  982. package/page/App/module/PageNavBar/ScreenIcons/style.ts +0 -41
  983. package/page/App/module/PageNavBar/WindowIcons/index.tsx +0 -50
  984. package/page/App/module/PageNavBar/WindowIcons/style.ts +0 -48
  985. package/page/App/module/PageNavBar/index.tsx +0 -136
  986. package/page/App/module/PageNavBar/interface.ts +0 -3
  987. package/page/App/module/PageNavBar/resp.ts +0 -5
  988. package/page/App/module/PageNavBar/style.tsx +0 -154
  989. package/page/App/module/ScreenEditor/index.tsx +0 -39
  990. package/page/App/module/StyleEditor/index.tsx +0 -33
  991. package/page/App/module/StyleEditor/styles.ts +0 -146
  992. package/page/App/module/StyleSpaceTree/index.tsx +0 -104
  993. package/page/App/module/ThemeEditor/index.tsx +0 -36
  994. package/page/App/module/ThemeEditor/styles.ts +0 -146
  995. package/page/App/style.tsx +0 -139
  996. package/redux/config/configListener.ts +0 -101
  997. package/redux/config/configPayload.ts +0 -14
  998. package/redux/config/configReducer.ts +0 -337
  999. package/redux/config/configSelector.ts +0 -199
  1000. package/redux/config/configSlice.ts +0 -88
  1001. package/redux/config/configState.ts +0 -79
  1002. package/redux/currentApp/action/actionListener.ts +0 -158
  1003. package/redux/currentApp/action/actionReducer.ts +0 -137
  1004. package/redux/currentApp/action/actionSelector.ts +0 -126
  1005. package/redux/currentApp/action/actionSlice.ts +0 -34
  1006. package/redux/currentApp/action/actionState.ts +0 -29
  1007. package/redux/currentApp/action/interface.ts +0 -77
  1008. package/redux/currentApp/components/componentsListener.ts +0 -212
  1009. package/redux/currentApp/components/componentsPayload.ts +0 -56
  1010. package/redux/currentApp/components/componentsReducer.ts +0 -1150
  1011. package/redux/currentApp/components/componentsSelector.ts +0 -537
  1012. package/redux/currentApp/components/componentsSlice.ts +0 -88
  1013. package/redux/currentApp/components/componentsState.ts +0 -371
  1014. package/redux/currentApp/cursor/cursorReducer.ts +0 -78
  1015. package/redux/currentApp/cursor/cursorSelector.ts +0 -10
  1016. package/redux/currentApp/cursor/cursorSlice.ts +0 -26
  1017. package/redux/currentApp/cursor/cursorState.ts +0 -20
  1018. package/redux/currentApp/executionController/controllerReducer.ts +0 -50
  1019. package/redux/currentApp/executionController/controllerSelector.ts +0 -41
  1020. package/redux/currentApp/executionController/controllerSlice.ts +0 -28
  1021. package/redux/currentApp/executionController/controllerState.ts +0 -3
  1022. package/redux/currentApp/executionController/interface.ts +0 -131
  1023. package/redux/currentApp/executionTree/executionListener.ts +0 -293
  1024. package/redux/currentApp/executionTree/executionReducer.ts +0 -276
  1025. package/redux/currentApp/executionTree/executionSelector.ts +0 -754
  1026. package/redux/currentApp/executionTree/executionSlice.ts +0 -54
  1027. package/redux/currentApp/executionTree/executionState.ts +0 -322
  1028. package/redux/currentApp/selector.ts +0 -2
  1029. package/redux/currentApp/slice.ts +0 -17
  1030. package/redux/currentApp/style/cursorSlice.ts +0 -30
  1031. package/redux/currentApp/style/styleReducer.ts +0 -75
  1032. package/redux/currentApp/style/styleSelector.ts +0 -24
  1033. package/redux/currentApp/style/styleState.ts +0 -446
  1034. package/redux/resource/resourceReducer.ts +0 -48
  1035. package/redux/resource/resourceSelector.ts +0 -16
  1036. package/redux/resource/resourceSlice.ts +0 -24
  1037. package/redux/resource/resourceState.ts +0 -40
  1038. package/redux/resource/upstashResource.ts +0 -2
  1039. package/redux/utils.ts +0 -316
  1040. package/scripts/reset-project.js +0 -112
  1041. package/store.ts +0 -38
  1042. package/style.tsx +0 -69
  1043. package/theme.ts +0 -206
  1044. package/tsconfig.json +0 -67
  1045. package/utils/DropDown/dropdown.tsx +0 -63
  1046. package/utils/DropDown/droplist-item.tsx +0 -54
  1047. package/utils/DropDown/droplist.tsx +0 -48
  1048. package/utils/DropDown/index.ts +0 -4
  1049. package/utils/DropDown/interface.ts +0 -47
  1050. package/utils/DropDown/style.ts +0 -212
  1051. package/utils/DropDown/use-merge-value.ts +0 -50
  1052. package/utils/DropDown/vite-env.d.ts +0 -1
  1053. package/utils/IconHotSpot/index.tsx +0 -36
  1054. package/utils/IconHotSpot/interface.ts +0 -10
  1055. package/utils/IconHotSpot/style.ts +0 -29
  1056. package/utils/InspectHelper/selectWidgetHelper.ts +0 -25
  1057. package/utils/Link/index.ts +0 -2
  1058. package/utils/Link/interface.ts +0 -28
  1059. package/utils/Link/link.tsx +0 -38
  1060. package/utils/Link/style.ts +0 -69
  1061. package/utils/Notification/hook.ts +0 -66
  1062. package/utils/Notification/index.ts +0 -5
  1063. package/utils/Notification/interface.ts +0 -30
  1064. package/utils/Notification/notification-group.tsx +0 -111
  1065. package/utils/Notification/notification-store.ts +0 -113
  1066. package/utils/Notification/notification.tsx +0 -160
  1067. package/utils/Notification/style.ts +0 -144
  1068. package/utils/Table/filterFn.ts +0 -21
  1069. package/utils/Table/filters-editor.tsx +0 -163
  1070. package/utils/Table/index.ts +0 -11
  1071. package/utils/Table/interface.ts +0 -218
  1072. package/utils/Table/raw-tip.tsx +0 -3
  1073. package/utils/Table/react-table.d.ts +0 -14
  1074. package/utils/Table/render-data-driven-table.tsx +0 -682
  1075. package/utils/Table/render-direct-table.tsx +0 -68
  1076. package/utils/Table/style.ts +0 -395
  1077. package/utils/Table/table-context.ts +0 -8
  1078. package/utils/Table/table-data.ts +0 -1
  1079. package/utils/Table/table-filter.tsx +0 -98
  1080. package/utils/Table/table.tsx +0 -26
  1081. package/utils/Table/tbody.tsx +0 -21
  1082. package/utils/Table/td.tsx +0 -123
  1083. package/utils/Table/tfoot.tsx +0 -24
  1084. package/utils/Table/th.tsx +0 -65
  1085. package/utils/Table/thead.tsx +0 -28
  1086. package/utils/Table/tr.tsx +0 -30
  1087. package/utils/Table/utils.ts +0 -305
  1088. package/utils/action/runAction.ts +0 -357
  1089. package/utils/action/runActionEventHandler.ts +0 -44
  1090. package/utils/action/runActionTransformer.ts +0 -22
  1091. package/utils/action/transResponse.ts +0 -98
  1092. package/utils/action/transformDataFormat.ts +0 -28
  1093. package/utils/autoUpdateHeight.ts +0 -25
  1094. package/utils/basicConfig.ts +0 -144
  1095. package/utils/changeDisplayNameHelper.ts +0 -298
  1096. package/utils/color-palette.ts +0 -147
  1097. package/utils/colorBuilder/index.ts +0 -146
  1098. package/utils/componentNode/buildTree.ts +0 -62
  1099. package/utils/componentNode/changeDisplayNameHelper.ts +0 -22
  1100. package/utils/componentNode/copyHelper.ts +0 -1
  1101. package/utils/componentNode/flatTree.ts +0 -59
  1102. package/utils/componentNode/search.ts +0 -30
  1103. package/utils/configProvider/config-provider-context.tsx +0 -10
  1104. package/utils/configProvider/config-provider.tsx +0 -18
  1105. package/utils/configProvider/config.tsx +0 -15
  1106. package/utils/configProvider/index.ts +0 -9
  1107. package/utils/configProvider/interface.ts +0 -20
  1108. package/utils/configProvider/locale/def.tsx +0 -3
  1109. package/utils/configProvider/locale/en-US.tsx +0 -107
  1110. package/utils/configProvider/vite-env.d.ts +0 -1
  1111. package/utils/converter.ts +0 -74
  1112. package/utils/copyManager.ts +0 -378
  1113. package/utils/drag/drag.ts +0 -37
  1114. package/utils/evaluateDynamicString/codeSandbox.ts +0 -173
  1115. package/utils/evaluateDynamicString/dynamicConverter.ts +0 -63
  1116. package/utils/evaluateDynamicString/index.ts +0 -61
  1117. package/utils/evaluateDynamicString/utils.ts +0 -92
  1118. package/utils/evaluateDynamicString/valueConverter.ts +0 -136
  1119. package/utils/eventHandlerHelper/index.ts +0 -444
  1120. package/utils/eventHandlerHelper/utils/commonUtils.ts +0 -168
  1121. package/utils/eventHandlerHelper/utils/globalDataUtils.ts +0 -20
  1122. package/utils/eventHandlerHelper/utils/localStorage.ts +0 -16
  1123. package/utils/executionTreeHelper/ast/constants.ts +0 -23
  1124. package/utils/executionTreeHelper/ast/index.ts +0 -57
  1125. package/utils/executionTreeHelper/ast/interface.ts +0 -151
  1126. package/utils/executionTreeHelper/ast/typeHelper.ts +0 -154
  1127. package/utils/executionTreeHelper/ast/utils.ts +0 -11
  1128. package/utils/executionTreeHelper/ast/walk.ts +0 -132
  1129. package/utils/executionTreeHelper/ast/walkHelper.ts +0 -93
  1130. package/utils/executionTreeHelper/executionTreeFactory.ts +0 -790
  1131. package/utils/executionTreeHelper/generateGlobalData.ts +0 -18
  1132. package/utils/executionTreeHelper/generatePageInfo.ts +0 -76
  1133. package/utils/executionTreeHelper/generateRawAction.ts +0 -66
  1134. package/utils/executionTreeHelper/generateRawWidget.ts +0 -18
  1135. package/utils/executionTreeHelper/generateUrlParams.ts +0 -16
  1136. package/utils/executionTreeHelper/interface.ts +0 -41
  1137. package/utils/executionTreeHelper/rawTreeFactory.ts +0 -63
  1138. package/utils/executionTreeHelper/rrecursiveDelete.ts +0 -25
  1139. package/utils/executionTreeHelper/runtimePropsCollector.ts +0 -242
  1140. package/utils/executionTreeHelper/utils.ts +0 -147
  1141. package/utils/focusManager.ts +0 -37
  1142. package/utils/generators/generateAllTypePathsFromWidgetConfig.ts +0 -127
  1143. package/utils/generators/generateComponentNode.ts +0 -269
  1144. package/utils/generators/generateDisplayName.ts +0 -98
  1145. package/utils/generators/generatePageOrSectionConfig.ts +0 -147
  1146. package/utils/generators/interface.ts +0 -116
  1147. package/utils/getStyleMap.ts +0 -30
  1148. package/utils/helper.ts +0 -36
  1149. package/utils/mediaSourceLoad/index.tsx +0 -25
  1150. package/utils/mediaSourceLoad/interface.ts +0 -11
  1151. package/utils/mediaSourceLoad/utils.ts +0 -16
  1152. package/utils/mixpanelHelper/index.tsx +0 -338
  1153. package/utils/model/src/hook.ts +0 -64
  1154. package/utils/model/src/index.ts +0 -5
  1155. package/utils/model/src/interface.ts +0 -239
  1156. package/utils/model/src/modal-group.tsx +0 -59
  1157. package/utils/model/src/modal-store.ts +0 -95
  1158. package/utils/model/src/modal.tsx +0 -245
  1159. package/utils/model/src/omit.ts +0 -17
  1160. package/utils/model/src/style.ts +0 -328
  1161. package/utils/pagination/index.ts +0 -2
  1162. package/utils/pagination/interface.ts +0 -40
  1163. package/utils/pagination/pagination.tsx +0 -511
  1164. package/utils/pagination/style.ts +0 -199
  1165. package/utils/shortcut/index.tsx +0 -510
  1166. package/utils/shortcut/interface.ts +0 -29
  1167. package/utils/shortcut/shortcutProvider.tsx +0 -8
  1168. package/utils/spin/index.ts +0 -2
  1169. package/utils/spin/interface.ts +0 -30
  1170. package/utils/spin/spin.tsx +0 -60
  1171. package/utils/spin/styles.ts +0 -95
  1172. package/utils/switch/index.ts +0 -2
  1173. package/utils/switch/interface.ts +0 -34
  1174. package/utils/switch/style.ts +0 -132
  1175. package/utils/switch/switch.tsx +0 -74
  1176. package/utils/trigger/Box.ts +0 -197
  1177. package/utils/trigger/index.ts +0 -4
  1178. package/utils/trigger/interface.ts +0 -75
  1179. package/utils/trigger/popup.tsx +0 -49
  1180. package/utils/trigger/style.ts +0 -184
  1181. package/utils/trigger/transform.ts +0 -55
  1182. package/utils/trigger/trigger-context.tsx +0 -9
  1183. package/utils/trigger/trigger-provider.tsx +0 -15
  1184. package/utils/trigger/trigger.tsx +0 -432
  1185. package/utils/trigger/vite-env.d.ts +0 -1
  1186. package/utils/undoRedo/antonymyRule.ts +0 -159
  1187. package/utils/undoRedo/circularStack.ts +0 -52
  1188. package/utils/undoRedo/undo.ts +0 -82
  1189. package/utils/undoRedo/undoRedoMethod/action.ts +0 -53
  1190. package/utils/undoRedo/undoRedoMethod/components.ts +0 -0
  1191. package/utils/userAgent/index.ts +0 -30
  1192. package/utils/validationFactory/index.ts +0 -155
  1193. package/widgetLibrary/BasicContainer/BasicContainer.tsx +0 -18
  1194. package/widgetLibrary/BasicContainer/BasicPanel.ts +0 -54
  1195. package/widgetLibrary/ButtonWidget/button.tsx +0 -63
  1196. package/widgetLibrary/ButtonWidget/eventHandlerConfig.ts +0 -14
  1197. package/widgetLibrary/ButtonWidget/index.tsx +0 -4
  1198. package/widgetLibrary/ButtonWidget/interface.ts +0 -217
  1199. package/widgetLibrary/ButtonWidget/panelConfig.tsx +0 -203
  1200. package/widgetLibrary/ButtonWidget/style.ts +0 -6
  1201. package/widgetLibrary/ButtonWidget/widgetConfig.tsx +0 -19
  1202. package/widgetLibrary/ButtonWidgetNative/button.tsx +0 -65
  1203. package/widgetLibrary/ButtonWidgetNative/eventHandlerConfig.ts +0 -14
  1204. package/widgetLibrary/ButtonWidgetNative/index.tsx +0 -4
  1205. package/widgetLibrary/ButtonWidgetNative/interface.ts +0 -215
  1206. package/widgetLibrary/ButtonWidgetNative/panelConfig.tsx +0 -196
  1207. package/widgetLibrary/ButtonWidgetNative/style.ts +0 -6
  1208. package/widgetLibrary/ButtonWidgetNative/widgetConfig.tsx +0 -17
  1209. package/widgetLibrary/CSSGrid/GridChild.tsx +0 -293
  1210. package/widgetLibrary/CSSGrid/GridContainer.tsx +0 -171
  1211. package/widgetLibrary/CSSGrid/WidgetConfig.tsx +0 -40
  1212. package/widgetLibrary/CSSGrid/eventHandlerConfig.ts +0 -23
  1213. package/widgetLibrary/CSSGrid/panelConfig.tsx +0 -160
  1214. package/widgetLibrary/CSSGrid/style.ts +0 -143
  1215. package/widgetLibrary/CSSGrid/utils.tsx +0 -57
  1216. package/widgetLibrary/Card/Card.tsx +0 -84
  1217. package/widgetLibrary/Card/index.ts +0 -3
  1218. package/widgetLibrary/Card/interface.ts +0 -12
  1219. package/widgetLibrary/Card/panelConfig.tsx +0 -89
  1220. package/widgetLibrary/Card/widgetConfig.tsx +0 -20
  1221. package/widgetLibrary/CheckBoxContainer/checkBox.tsx +0 -161
  1222. package/widgetLibrary/CheckBoxContainer/eventHandlerConfig.ts +0 -14
  1223. package/widgetLibrary/CheckBoxContainer/icons.tsx +0 -20
  1224. package/widgetLibrary/CheckBoxContainer/index.ts +0 -3
  1225. package/widgetLibrary/CheckBoxContainer/interface.ts +0 -18
  1226. package/widgetLibrary/CheckBoxContainer/panelConfig.tsx +0 -215
  1227. package/widgetLibrary/CheckBoxContainer/widgetConfig.tsx +0 -17
  1228. package/widgetLibrary/CheckBoxContainerNative/checkBox.tsx +0 -123
  1229. package/widgetLibrary/CheckBoxContainerNative/eventHandlerConfig.ts +0 -14
  1230. package/widgetLibrary/CheckBoxContainerNative/index.ts +0 -3
  1231. package/widgetLibrary/CheckBoxContainerNative/interface.ts +0 -18
  1232. package/widgetLibrary/CheckBoxContainerNative/panelConfig.tsx +0 -179
  1233. package/widgetLibrary/CheckBoxContainerNative/widgetConfig.tsx +0 -17
  1234. package/widgetLibrary/ContainerWidget/container.tsx +0 -207
  1235. package/widgetLibrary/ContainerWidget/emptyState.tsx +0 -41
  1236. package/widgetLibrary/ContainerWidget/eventHandlerConfig.ts +0 -22
  1237. package/widgetLibrary/ContainerWidget/index.tsx +0 -3
  1238. package/widgetLibrary/ContainerWidget/interface.ts +0 -53
  1239. package/widgetLibrary/ContainerWidget/panelConfig.tsx +0 -174
  1240. package/widgetLibrary/ContainerWidget/style.ts +0 -38
  1241. package/widgetLibrary/ContainerWidget/widgetConfig.tsx +0 -31
  1242. package/widgetLibrary/CreditCard/CreditCard.tsx +0 -108
  1243. package/widgetLibrary/CreditCard/eventHandlerConfig.ts +0 -14
  1244. package/widgetLibrary/CreditCard/index.ts +0 -4
  1245. package/widgetLibrary/CreditCard/interface.ts +0 -12
  1246. package/widgetLibrary/CreditCard/panelConfig.tsx +0 -101
  1247. package/widgetLibrary/CreditCard/widgetConfig.tsx +0 -20
  1248. package/widgetLibrary/DateWidget/date.tsx +0 -212
  1249. package/widgetLibrary/DateWidget/eventHandlerConfig.ts +0 -14
  1250. package/widgetLibrary/DateWidget/index.ts +0 -6
  1251. package/widgetLibrary/DateWidget/interface.ts +0 -29
  1252. package/widgetLibrary/DateWidget/panelConfig.tsx +0 -151
  1253. package/widgetLibrary/DateWidget/styles.css +0 -5
  1254. package/widgetLibrary/DateWidget/widgetConfig.tsx +0 -21
  1255. package/widgetLibrary/EmptyBoxWidget/EmptyBox.tsx +0 -21
  1256. package/widgetLibrary/EmptyBoxWidget/index.ts +0 -3
  1257. package/widgetLibrary/EmptyBoxWidget/interface.ts +0 -7
  1258. package/widgetLibrary/EmptyBoxWidget/panelConfig.tsx +0 -21
  1259. package/widgetLibrary/EmptyBoxWidget/widgetConfig.tsx +0 -15
  1260. package/widgetLibrary/FileInput/FileInput.tsx +0 -9
  1261. package/widgetLibrary/FileInput/index.ts +0 -3
  1262. package/widgetLibrary/FileInput/panelConfig.tsx +0 -213
  1263. package/widgetLibrary/FileInput/widgetConfig.tsx +0 -16
  1264. package/widgetLibrary/FormWidget/eventHandlerConfig.ts +0 -20
  1265. package/widgetLibrary/FormWidget/form.tsx +0 -409
  1266. package/widgetLibrary/FormWidget/index.ts +0 -3
  1267. package/widgetLibrary/FormWidget/interface.ts +0 -29
  1268. package/widgetLibrary/FormWidget/panelConfig.tsx +0 -181
  1269. package/widgetLibrary/FormWidget/style.ts +0 -46
  1270. package/widgetLibrary/FormWidget/widgetConfig.tsx +0 -73
  1271. package/widgetLibrary/GridContainer/GridContainer.tsx +0 -188
  1272. package/widgetLibrary/GridContainer/WidgetConfig.tsx +0 -46
  1273. package/widgetLibrary/GridContainer/eventHandlerConfig.ts +0 -23
  1274. package/widgetLibrary/GridContainer/panelConfig.tsx +0 -211
  1275. package/widgetLibrary/IconWidget/eventHandlerConfig.ts +0 -14
  1276. package/widgetLibrary/IconWidget/icon.tsx +0 -37
  1277. package/widgetLibrary/IconWidget/index.ts +0 -3
  1278. package/widgetLibrary/IconWidget/interface.ts +0 -23
  1279. package/widgetLibrary/IconWidget/panelConfig.tsx +0 -105
  1280. package/widgetLibrary/IconWidget/style.ts +0 -37
  1281. package/widgetLibrary/IconWidget/utils.tsx +0 -90
  1282. package/widgetLibrary/IconWidget/widgetConfig.tsx +0 -17
  1283. package/widgetLibrary/Image/Image.tsx +0 -32
  1284. package/widgetLibrary/Image/index.ts +0 -3
  1285. package/widgetLibrary/Image/interface.ts +0 -14
  1286. package/widgetLibrary/Image/panelConfig.tsx +0 -90
  1287. package/widgetLibrary/Image/widgetConfig.tsx +0 -18
  1288. package/widgetLibrary/ImageNative/Image.tsx +0 -45
  1289. package/widgetLibrary/ImageNative/index.ts +0 -3
  1290. package/widgetLibrary/ImageNative/interface.ts +0 -14
  1291. package/widgetLibrary/ImageNative/panelConfig.tsx +0 -90
  1292. package/widgetLibrary/ImageNative/widgetConfig.tsx +0 -18
  1293. package/widgetLibrary/InputNativeWidget/PhoneInput.tsx +0 -29
  1294. package/widgetLibrary/InputNativeWidget/eventHandlerConfig.ts +0 -26
  1295. package/widgetLibrary/InputNativeWidget/index.ts +0 -5
  1296. package/widgetLibrary/InputNativeWidget/input.tsx +0 -234
  1297. package/widgetLibrary/InputNativeWidget/interface.ts +0 -45
  1298. package/widgetLibrary/InputNativeWidget/panelConfig.tsx +0 -353
  1299. package/widgetLibrary/InputNativeWidget/style.ts +0 -5
  1300. package/widgetLibrary/InputNativeWidget/utils.ts +0 -44
  1301. package/widgetLibrary/InputNativeWidget/widgetConfig.tsx +0 -24
  1302. package/widgetLibrary/InputWidget/PhoneInput.tsx +0 -29
  1303. package/widgetLibrary/InputWidget/eventHandlerConfig.ts +0 -26
  1304. package/widgetLibrary/InputWidget/index.ts +0 -5
  1305. package/widgetLibrary/InputWidget/input.tsx +0 -267
  1306. package/widgetLibrary/InputWidget/interface.ts +0 -45
  1307. package/widgetLibrary/InputWidget/panelConfig.tsx +0 -325
  1308. package/widgetLibrary/InputWidget/style.ts +0 -5
  1309. package/widgetLibrary/InputWidget/utils.ts +0 -44
  1310. package/widgetLibrary/InputWidget/widgetConfig.tsx +0 -24
  1311. package/widgetLibrary/Label/eventHandlerConfig.ts +0 -14
  1312. package/widgetLibrary/Label/index.ts +0 -4
  1313. package/widgetLibrary/Label/interface.ts +0 -14
  1314. package/widgetLibrary/Label/label.tsx +0 -38
  1315. package/widgetLibrary/Label/panelConfig.tsx +0 -82
  1316. package/widgetLibrary/Label/widgetConfig.tsx +0 -23
  1317. package/widgetLibrary/LabelNative/Label.tsx +0 -38
  1318. package/widgetLibrary/LabelNative/eventHandlerConfig.ts +0 -14
  1319. package/widgetLibrary/LabelNative/index.ts +0 -3
  1320. package/widgetLibrary/LabelNative/interface.ts +0 -30
  1321. package/widgetLibrary/LabelNative/panelConfig.ts +0 -205
  1322. package/widgetLibrary/LabelNative/widgetConfig.ts +0 -21
  1323. package/widgetLibrary/MuiltiSelect.tsx/MultiSelect.tsx +0 -261
  1324. package/widgetLibrary/MuiltiSelect.tsx/eventHandlerConfig.ts +0 -26
  1325. package/widgetLibrary/MuiltiSelect.tsx/index.ts +0 -3
  1326. package/widgetLibrary/MuiltiSelect.tsx/interface.ts +0 -72
  1327. package/widgetLibrary/MuiltiSelect.tsx/panelConfig.tsx +0 -289
  1328. package/widgetLibrary/MuiltiSelect.tsx/style.ts +0 -81
  1329. package/widgetLibrary/MuiltiSelect.tsx/styles.css +0 -4
  1330. package/widgetLibrary/MuiltiSelect.tsx/widgetConfig.tsx +0 -33
  1331. package/widgetLibrary/NativeContainer/BasicPanel.ts +0 -189
  1332. package/widgetLibrary/NativeContainer/NativeChild.tsx +0 -156
  1333. package/widgetLibrary/NativeContainer/NativeContainer.tsx +0 -189
  1334. package/widgetLibrary/NativeContainer/WidgetConfig.tsx +0 -37
  1335. package/widgetLibrary/NativeContainer/index.ts +0 -3
  1336. package/widgetLibrary/NativeContainer/interface.ts +0 -22
  1337. package/widgetLibrary/NativeContainer/panelConfig.tsx +0 -150
  1338. package/widgetLibrary/OTPWidget/OTP.tsx +0 -175
  1339. package/widgetLibrary/OTPWidget/OTPInput.tsx +0 -231
  1340. package/widgetLibrary/OTPWidget/eventHandlerConfig.ts +0 -26
  1341. package/widgetLibrary/OTPWidget/index.ts +0 -5
  1342. package/widgetLibrary/OTPWidget/interface.ts +0 -37
  1343. package/widgetLibrary/OTPWidget/panelConfig.tsx +0 -140
  1344. package/widgetLibrary/OTPWidget/style.ts +0 -5
  1345. package/widgetLibrary/OTPWidget/widgetConfig.tsx +0 -20
  1346. package/widgetLibrary/PublicSector/AutoHeightContainer/index.tsx +0 -46
  1347. package/widgetLibrary/PublicSector/AutoHeightContainer/style.ts +0 -11
  1348. package/widgetLibrary/PublicSector/InvalidMessage/index.tsx +0 -18
  1349. package/widgetLibrary/PublicSector/InvalidMessage/interface.tsx +0 -34
  1350. package/widgetLibrary/PublicSector/InvalidMessage/style.tsx +0 -18
  1351. package/widgetLibrary/PublicSector/InvalidMessage/utils.tsx +0 -307
  1352. package/widgetLibrary/PublicSector/InvalidMessageNative/index.tsx +0 -23
  1353. package/widgetLibrary/PublicSector/InvalidMessageNative/interface.tsx +0 -33
  1354. package/widgetLibrary/PublicSector/InvalidMessageNative/style.tsx +0 -22
  1355. package/widgetLibrary/PublicSector/utils/generatorEventHandlerConfig.ts +0 -953
  1356. package/widgetLibrary/PublicSector/utils/generatorTableEventHandlerConfig.ts +0 -686
  1357. package/widgetLibrary/RadioWidget/eventHandlerConfig.ts +0 -15
  1358. package/widgetLibrary/RadioWidget/index.ts +0 -4
  1359. package/widgetLibrary/RadioWidget/interface.ts +0 -24
  1360. package/widgetLibrary/RadioWidget/panelConfig.tsx +0 -274
  1361. package/widgetLibrary/RadioWidget/radio.tsx +0 -217
  1362. package/widgetLibrary/RadioWidget/widgetConfig.tsx +0 -44
  1363. package/widgetLibrary/RenderChildrenCanvas/index.tsx +0 -59
  1364. package/widgetLibrary/RenderChildrenCanvas/interface.ts +0 -8
  1365. package/widgetLibrary/SelectWidget/Select.tsx +0 -215
  1366. package/widgetLibrary/SelectWidget/eventHandlerConfig.ts +0 -26
  1367. package/widgetLibrary/SelectWidget/formSelectOptions.ts +0 -71
  1368. package/widgetLibrary/SelectWidget/index.ts +0 -3
  1369. package/widgetLibrary/SelectWidget/interface.ts +0 -72
  1370. package/widgetLibrary/SelectWidget/panelConfig.tsx +0 -299
  1371. package/widgetLibrary/SelectWidget/styles.css +0 -4
  1372. package/widgetLibrary/SelectWidget/widgetConfig.tsx +0 -37
  1373. package/widgetLibrary/Slider/Slider.tsx +0 -229
  1374. package/widgetLibrary/Slider/eventHandlerConfig.ts +0 -14
  1375. package/widgetLibrary/Slider/index.ts +0 -4
  1376. package/widgetLibrary/Slider/interface.ts +0 -12
  1377. package/widgetLibrary/Slider/panelConfig.tsx +0 -71
  1378. package/widgetLibrary/Slider/widgetConfig.tsx +0 -18
  1379. package/widgetLibrary/TableWidget/eventHandlerConfig.ts +0 -69
  1380. package/widgetLibrary/TableWidget/index.ts +0 -3
  1381. package/widgetLibrary/TableWidget/interface.ts +0 -192
  1382. package/widgetLibrary/TableWidget/panelConfig.tsx +0 -625
  1383. package/widgetLibrary/TableWidget/react-table.d.ts +0 -15
  1384. package/widgetLibrary/TableWidget/renderTableCell.tsx +0 -280
  1385. package/widgetLibrary/TableWidget/style.ts +0 -117
  1386. package/widgetLibrary/TableWidget/table.tsx +0 -698
  1387. package/widgetLibrary/TableWidget/utils.tsx +0 -448
  1388. package/widgetLibrary/TableWidget/widgetConfig.tsx +0 -57
  1389. package/widgetLibrary/Tabs/Tabs.tsx +0 -259
  1390. package/widgetLibrary/Tabs/index.ts +0 -3
  1391. package/widgetLibrary/Tabs/panelConfig.tsx +0 -186
  1392. package/widgetLibrary/Tabs/widgetConfig.tsx +0 -38
  1393. package/widgetLibrary/TextAreaContainer/TextArea.tsx +0 -133
  1394. package/widgetLibrary/TextAreaContainer/index.ts +0 -3
  1395. package/widgetLibrary/TextAreaContainer/interface.ts +0 -27
  1396. package/widgetLibrary/TextAreaContainer/panelConfig.tsx +0 -148
  1397. package/widgetLibrary/TextAreaContainer/widgetConfig.tsx +0 -25
  1398. package/widgetLibrary/TextAreaContainerNative/TextArea.tsx +0 -101
  1399. package/widgetLibrary/TextAreaContainerNative/index.ts +0 -3
  1400. package/widgetLibrary/TextAreaContainerNative/interface.ts +0 -29
  1401. package/widgetLibrary/TextAreaContainerNative/panelConfig.tsx +0 -180
  1402. package/widgetLibrary/TextAreaContainerNative/widgetConfig.tsx +0 -25
  1403. package/widgetLibrary/UploadFile/UploadFile.tsx +0 -162
  1404. package/widgetLibrary/UploadFile/index.tsx +0 -3
  1405. package/widgetLibrary/UploadFile/panelConfig.tsx +0 -158
  1406. package/widgetLibrary/UploadFile/widgetConfig.tsx +0 -32
  1407. package/widgetLibrary/UploadWidget/eventHandlerConfig.ts +0 -14
  1408. package/widgetLibrary/UploadWidget/index.tsx +0 -3
  1409. package/widgetLibrary/UploadWidget/interface.tsx +0 -126
  1410. package/widgetLibrary/UploadWidget/panelConfig.tsx +0 -291
  1411. package/widgetLibrary/UploadWidget/style.tsx +0 -13
  1412. package/widgetLibrary/UploadWidget/upload.tsx +0 -349
  1413. package/widgetLibrary/UploadWidget/util.ts +0 -1
  1414. package/widgetLibrary/UploadWidget/widgetConfig.tsx +0 -30
  1415. package/widgetLibrary/WidgetLoading/index.tsx +0 -16
  1416. package/widgetLibrary/WidgetLoading/style.ts +0 -9
  1417. package/widgetLibrary/componentListBuildet.tsx +0 -89
  1418. package/widgetLibrary/interface.ts +0 -156
  1419. package/widgetLibrary/widgetBuilder.tsx +0 -327
@@ -1,6 +0,0 @@
1
- // // This is a shim for web and Android where the tab bar is generally opaque.
2
- // export default undefined;
3
-
4
- // export function useBottomTabOverflow() {
5
- // return 0;
6
- // }
@@ -1,26 +0,0 @@
1
- /**
2
- * Below are the colors that are used in the app. The colors are defined in the light and dark mode.
3
- * There are many other ways to style your app. For example, [Nativewind](https://www.nativewind.dev/), [Tamagui](https://tamagui.dev/), [unistyles](https://reactnativeunistyles.vercel.app), etc.
4
- */
5
-
6
- const tintColorLight = '#0a7ea4';
7
- const tintColorDark = '#fff';
8
-
9
- export const Colors = {
10
- light: {
11
- text: '#11181C',
12
- background: '#fff',
13
- tint: tintColorLight,
14
- icon: '#687076',
15
- tabIconDefault: '#687076',
16
- tabIconSelected: tintColorLight,
17
- },
18
- dark: {
19
- text: '#ECEDEE',
20
- background: '#151718',
21
- tint: tintColorDark,
22
- icon: '#9BA1A6',
23
- tabIconDefault: '#9BA1A6',
24
- tabIconSelected: tintColorDark,
25
- },
26
- };
package/core/Builder.tsx DELETED
@@ -1,21 +0,0 @@
1
- import Editor from "@/page/App";
2
- import Deploy from "@/Deploy";
3
- // import "@/i18n/config";
4
- import { ImpaktProps } from "@/lib";
5
- import React from "react";
6
- import { DndProvider } from "react-dnd";
7
- import { HTML5Backend } from "react-dnd-html5-backend";
8
-
9
- function Builder(props: ImpaktProps) {
10
-
11
- const { mode } = props;
12
- return (
13
-
14
- <DndProvider backend={HTML5Backend}>
15
-
16
- <Editor {...props} />
17
- </DndProvider>
18
-
19
- );
20
- }
21
- export default Builder;
package/data.ts DELETED
@@ -1,352 +0,0 @@
1
- export const layout2 = {
2
- "appInfo": {}, "actions": [], "components": {
3
- "root": {
4
- "mode": "page",
5
- "templateName": "layout2",
6
- "version": 0, "displayName": "root", "parentNode": "", "showName": "root", "childrenNode": ["page1"], "type": "DOT_PANEL", "containerType": "EDITOR_DOT_PANEL", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": { "currentPageIndex": 0, "pageSortedKey": ["page1"] }
7
- }, "page1": { "version": 0, "displayName": "page1", "parentNode": "root", "showName": "page", "childrenNode": ["bodySection1"], "type": "PAGE_NODE", "containerType": "EDITOR_PAGE_SQUARE", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": { "layout": "default" } }, "bodySection1": { "version": 0, "displayName": "bodySection1", "parentNode": "page1", "showName": "bodySection", "childrenNode": ["bodySection1-bodySectionContainer1"], "type": "SECTION_NODE", "containerType": "EDITOR_LAYOUT_SQUARE", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": { "currentViewIndex": 0, "defaultViewKey": "sub-page1", "sectionViewConfigs": [{ "id": "9ac3c766-3320-4f0f-a119-cd57b621127b", "key": "sub-page1", "path": "sub-page1", "viewDisplayName": "bodySection1-bodySectionContainer1" }], "style": { "padding": { "mode": "all", "size": "24" } }, "viewSortedKey": ["bodySection1-bodySectionContainer1"] } }, "bodySection1-bodySectionContainer1": { "version": 0, "displayName": "bodySection1-bodySectionContainer1", "parentNode": "bodySection1", "showName": "bodySection1-bodySectionContainer1", "childrenNode": ["impakt_GridContainer1"], "type": "CONTAINER_NODE", "containerType": "EDITOR_DOT_PANEL", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": {} }, "impakt_GridContainer1": { "w": 9, "h": 19, "minW": 1, "minH": 3, "x": 23, "y": 18, "z": 0, "showName": "GridContainer", "type": "GridCONTAINER_WIDGET", "displayName": "impakt_GridContainer1", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "bodySection1-bodySectionContainer1", "childrenNode": ["impakt_View1", "impakt_View2", "body", "impakt_View4"], "props": { "Mobile": { "columnSize": "1", "columnFraction": ["1fr"], "gridGap": 1 }, "Tablet": { "columnSize": "3", "columnFraction": ["1fr", "1fr", "1fr"], "gridGap": 4 }, "Desktop": { "columnSize": "6", "columnFraction": ["1fr", "1fr", "1fr", "1fr"], "gridGap": 10 }, "backgroundColor": "#ffggas", "radius": "0px", "dynamicHeight": "auto", "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_View1": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": ["impakt_label1"], "displayName": "impakt_View1", "props": { "Desktop": { "columnSpan": "6" }, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "height40px", "value": "height40px" }] }, "version": 0 }, "impakt_label1": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 5, "z": 0, "showName": "label", "type": "LABEL", "displayName": "impakt_label1", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View1", "childrenNode": [], "props": { "label": "Layout-2", "variant": "body1", "color": "primary", "align": "center", "noWrap": "false", "Mobile": {}, "classes": [{ "title": "headerLabel", "value": "headerLabel" }], "sx": {}, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }] }, "version": 0 }, "impakt_View2": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": ["impakt_label2", "impakt_button1", "impakt_button2", "impakt_button3", "impakt_button4", "impakt_button5", "impakt_button6", "impakt_button7", "impakt_button8", "impakt_button9", "impakt_button10", "impakt_button11", "impakt_button12", "impakt_button13", "impakt_button14", "impakt_button15", "impakt_button16", "impakt_button17", "impakt_button18", "impakt_button19", "impakt_button20", "impakt_button21"], "displayName": "impakt_View2", "props": { "Desktop": { "columnSpan": "1", "rowSpan": "2" }, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "calc40px", "value": "calc40px" }, { "title": "bgPrimary", "value": "bgPrimary" }] }, "version": 0 }, "impakt_label2": { "w": 1, "h": 6, "minW": 1, "minH": 3, "x": 0, "y": 33, "z": 0, "showName": "label", "type": "LABEL", "displayName": "impakt_label2", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "label": "Masters", "variant": "body1", "color": "primary", "align": "center", "noWrap": "false", "Mobile": {}, "classes": [{ "title": "headerLabel", "value": "headerLabel" }], "sx": {}, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "paddingSM", "value": "paddingSM" }] }, "version": 0 }, "impakt_button1": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 39, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button1", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button2": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 44, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button2", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button3": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 10, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button3", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button4": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 13, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button4", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button5": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 15, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button5", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button6": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 16, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button6", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button7": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 19, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button7", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button8": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 23, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button8", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button9": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 25, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button9", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button10": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 28, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button10", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button11": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 21, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button11", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button12": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 32, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button12", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button13": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 35, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button13", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button14": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 38, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button14", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button15": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 37, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button15", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button16": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 37, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button16", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button17": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 36, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button17", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button18": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 37, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button18", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button19": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 38, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button19", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button20": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 77, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button20", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button21": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 42, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button21", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu-1", "startIconName": "SearchIcon", "endIconName": "", "classes": [], "variant": null, "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "body": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": [], "displayName": "body", "props": { "Desktop": { "columnSpan": "5" }, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "height100Vh", "value": "height100Vh" }] }, "version": 0 }, "impakt_View4": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": ["impakt_label3"], "displayName": "impakt_View4", "props": { "Desktop": { "columnSpan": "5" }, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "height60px", "value": "height60px" }, { "title": "bgPrimary", "value": "bgPrimary" }] }, "version": 0 }, "impakt_label3": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 0, "z": 0, "showName": "label", "type": "LABEL", "displayName": "impakt_label3", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View4", "childrenNode": [], "props": { "label": "Footer -2", "variant": "body1", "color": "primary", "align": "center", "noWrap": "false", "Mobile": {}, "classes": [{ "title": "headerLabel", "value": "headerLabel" }], "sx": {}, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }] }, "version": 0 }
8
- }, "dependenciesState": {}, "dragShadowState": {}, "dottedLineSquareState": {}, "displayNameState": []
9
- };
10
- export const layout1 = {
11
- "appInfo": {}, "actions": [], "components": {
12
- "root": {
13
- "version": 0,
14
- "mode": "page",
15
- "templateName": "layout1",
16
- "displayName": "root", "parentNode": "", "showName": "root", "childrenNode": ["page1"], "type": "DOT_PANEL", "containerType": "EDITOR_DOT_PANEL", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": { "currentPageIndex": 0, "pageSortedKey": ["page1"] }
17
- }, "page1": { "version": 0, "displayName": "page1", "parentNode": "root", "showName": "page", "childrenNode": ["bodySection1"], "type": "PAGE_NODE", "containerType": "EDITOR_PAGE_SQUARE", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": { "layout": "default" } }, "bodySection1": { "version": 0, "displayName": "bodySection1", "parentNode": "page1", "showName": "bodySection", "childrenNode": ["bodySection1-bodySectionContainer1"], "type": "SECTION_NODE", "containerType": "EDITOR_LAYOUT_SQUARE", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": { "currentViewIndex": 0, "defaultViewKey": "sub-page1", "sectionViewConfigs": [{ "id": "9ac3c766-3320-4f0f-a119-cd57b621127b", "key": "sub-page1", "path": "sub-page1", "viewDisplayName": "bodySection1-bodySectionContainer1" }], "style": { "padding": { "mode": "all", "size": "24" } }, "viewSortedKey": ["bodySection1-bodySectionContainer1"] } }, "bodySection1-bodySectionContainer1": { "version": 0, "displayName": "bodySection1-bodySectionContainer1", "parentNode": "bodySection1", "showName": "bodySection1-bodySectionContainer1", "childrenNode": ["impakt_GridContainer1"], "type": "CONTAINER_NODE", "containerType": "EDITOR_DOT_PANEL", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": {} }, "impakt_GridContainer1": { "w": 7, "h": 19, "minW": 1, "minH": 3, "x": 25, "y": 19, "z": 0, "showName": "GridContainer", "type": "GridCONTAINER_WIDGET", "displayName": "impakt_GridContainer1", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "bodySection1-bodySectionContainer1", "childrenNode": ["impakt_View1", "impakt_View2", "body", "impakt_View4"], "props": { "Mobile": { "columnSize": "1", "columnFraction": ["1fr"], "gridGap": 1 }, "Tablet": { "columnSize": "3", "columnFraction": ["1fr", "1fr", "1fr"], "gridGap": 4 }, "Desktop": { "columnSize": "6", "columnFraction": ["1fr", "1fr", "1fr", "1fr"], "gridGap": 10 }, "backgroundColor": "#ffggas", "radius": "0px", "dynamicHeight": "auto", "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_View1": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": ["impakt_label1"], "displayName": "impakt_View1", "props": { "Desktop": { "columnSpan": "6" }, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }] }, "version": 0 }, "impakt_View2": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": ["impakt_button1", "impakt_button2", "impakt_button3", "impakt_button4", "impakt_button5", "impakt_button6", "impakt_button7", "impakt_button8", "impakt_button9", "impakt_button10", "impakt_button11", "impakt_button12", "impakt_button13", "impakt_button14", "impakt_button15", "impakt_button16", "impakt_button17", "impakt_button18", "impakt_button19"], "displayName": "impakt_View2", "props": { "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "height100Vh", "value": "height100Vh" }], "$dynamicAttrPaths": [], "Desktop": { "rowSpan": "2" } }, "version": 0 }, "body": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": [], "displayName": "body", "props": { "Desktop": { "columnSpan": "5" }, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "calc40px", "value": "calc40px" }] }, "version": 0 }, "impakt_View4": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": ["impakt_label2"], "displayName": "impakt_View4", "props": { "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "height40px", "value": "height40px" }], "$dynamicAttrPaths": [], "Desktop": { "columnSpan": "5" } }, "version": 0 }, "impakt_label1": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 9, "z": 0, "showName": "label", "type": "LABEL", "displayName": "impakt_label1", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View1", "childrenNode": [], "props": { "label": "Layout - 1", "variant": "body1", "color": "primary", "align": "center", "noWrap": "false", "Mobile": {}, "classes": [{ "title": "headerLabel", "value": "headerLabel" }], "sx": {}, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }] }, "version": 0 }, "impakt_button1": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 17, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button1", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_label2": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 1, "z": 0, "showName": "label", "type": "LABEL", "displayName": "impakt_label2", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View4", "childrenNode": [], "props": { "label": "Footer", "variant": "body1", "color": "primary", "align": "center", "noWrap": "false", "Mobile": {}, "classes": [{ "title": "headerLabel", "value": "headerLabel" }], "sx": {}, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }] }, "version": 0 }, "impakt_button2": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 5, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button2", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button3": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 4, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button3", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button4": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 7, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button4", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button5": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 12, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button5", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button6": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 17, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button6", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button7": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 18, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button7", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button8": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 18, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button8", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button9": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 21, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button9", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button10": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 17, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button10", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button11": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 21, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button11", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button12": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 20, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button12", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button13": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 17, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button13", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button14": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 23, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button14", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button15": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 26, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button15", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button16": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 28, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button16", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button17": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 31, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button17", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button18": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 30, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button18", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_button19": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 31, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button19", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "text", "bgcolor": "#0b1117ff", "txcolor": "#27333eff", "hidden": false, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgPrimary", "value": "bgPrimary" }, { "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }
18
- }, "dependenciesState": {}, "dragShadowState": {}, "dottedLineSquareState": {}, "displayNameState": []
19
- };
20
- export const defaultLayout = {
21
- "appInfo": {}, "actions": [], "components": {
22
- "root": {
23
- "mode": "template",
24
- "templateName": "layout2",
25
- "version": 0, "displayName": "root", "parentNode": "", "showName": "root", "childrenNode": ["page1"], "type": "DOT_PANEL", "containerType": "EDITOR_DOT_PANEL", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": { "currentPageIndex": 0, "pageSortedKey": ["page1"] }
26
- }, "page1": { "version": 0, "displayName": "page1", "parentNode": "root", "showName": "page", "childrenNode": ["bodySection1"], "type": "PAGE_NODE", "containerType": "EDITOR_PAGE_SQUARE", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": { "layout": "default" } }, "bodySection1": { "version": 0, "displayName": "bodySection1", "parentNode": "page1", "showName": "bodySection", "childrenNode": ["bodySection1-bodySectionContainer1"], "type": "SECTION_NODE", "containerType": "EDITOR_LAYOUT_SQUARE", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": { "currentViewIndex": 0, "defaultViewKey": "sub-page1", "sectionViewConfigs": [{ "id": "9ac3c766-3320-4f0f-a119-cd57b621127b", "key": "sub-page1", "path": "sub-page1", "viewDisplayName": "bodySection1-bodySectionContainer1" }], "style": { "padding": { "mode": "all", "size": "24" } }, "viewSortedKey": ["bodySection1-bodySectionContainer1"] } }, "bodySection1-bodySectionContainer1": { "version": 0, "displayName": "bodySection1-bodySectionContainer1", "parentNode": "bodySection1", "showName": "bodySection1-bodySectionContainer1", "childrenNode": ["impakt_GridContainer1"], "type": "CONTAINER_NODE", "containerType": "EDITOR_DOT_PANEL", "h": 0, "w": 0, "minH": 0, "minW": 0, "x": -1, "y": -1, "z": 0, "props": {} }, "impakt_GridContainer1": { "w": 10, "h": 19, "minW": 1, "minH": 3, "x": 19, "y": 16, "z": 0, "showName": "GridContainer", "type": "GridCONTAINER_WIDGET", "displayName": "impakt_GridContainer1", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "bodySection1-bodySectionContainer1", "childrenNode": ["impakt_View1", "impakt_View2", "body", "impakt_View4"], "props": { "Mobile": { "columnSize": "1", "columnFraction": ["1fr"], "gridGap": 1 }, "Tablet": { "columnSize": "3", "columnFraction": ["1fr", "1fr", "1fr"], "gridGap": 4 }, "Desktop": { "columnSize": "6", "columnFraction": ["1fr", "1fr", "1fr", "1fr"], "gridGap": 10 }, "backgroundColor": "#ffggas", "radius": "0px", "dynamicHeight": "auto", "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_View1": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": ["impakt_label1"], "displayName": "impakt_View1", "props": { "Desktop": { "columnSpan": "6" }, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_label1": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 6, "z": 0, "showName": "label", "type": "LABEL", "displayName": "impakt_label1", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View1", "childrenNode": [], "props": { "label": "Default Layout", "variant": "body1", "color": "primary", "align": "center", "noWrap": "false", "Mobile": {}, "classes": [{ "title": "headerLabel", "value": "headerLabel" }], "sx": {}, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgSecondary", "value": "bgSecondary" }] }, "version": 0 }, "impakt_View2": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": ["impakt_button1", "impakt_button2", "impakt_button3", "impakt_button4"], "displayName": "impakt_View2", "props": { "trueClasses": [{ "title": "height100Vh", "value": "height100Vh" }], "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button1": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 18, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button1", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu1", "startIconName": "MenuIcon", "endIconName": "", "classes": [], "variant": "outlined", "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button2": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 3, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button2", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "Menu2", "startIconName": "CalculateIcon", "endIconName": "", "classes": [], "variant": "outlined", "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button3": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 13, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button3", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "menu3", "startIconName": "AlarmIcon", "endIconName": "", "classes": [], "variant": "outlined", "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "impakt_button4": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 8, "z": 0, "showName": "button", "type": "BUTTON_WIDGET", "displayName": "impakt_button4", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View2", "childrenNode": [], "props": { "text": "menu4", "startIconName": "ClickIcon", "endIconName": "", "classes": [], "variant": "outlined", "bgcolor": "", "txcolor": "", "hidden": false, "$dynamicAttrPaths": [] }, "version": 0 }, "body": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": [], "displayName": "body", "props": { "Desktop": { "columnSpan": "5" }, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "height100Vh", "value": "height100Vh" }] }, "version": 0 }, "impakt_View4": { "w": 0, "h": 0, "minW": 1, "x": -1, "y": -1, "z": 0, "columnSpan": 1, "rowSpan": 1, "startColumn": 1, "startRow": 1, "showName": "View", "type": "CANVAS", "containerType": "EDITOR_DOT_PANEL", "parentNode": "impakt_GridContainer1", "childrenNode": ["impakt_label2"], "displayName": "impakt_View4", "props": { "Desktop": { "columnSpan": "6" }, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgGray", "value": "bgGray" }] }, "version": 0 }, "impakt_label2": { "w": 1, "h": 5, "minW": 1, "minH": 3, "x": 0, "y": 6, "z": 0, "showName": "label", "type": "LABEL", "displayName": "impakt_label2", "containerType": "EDITOR_SCALE_SQUARE", "parentNode": "impakt_View4", "childrenNode": [], "props": { "label": "Footer", "variant": "body1", "color": "primary", "align": "center", "noWrap": "false", "Mobile": {}, "classes": [{ "title": "headerLabel", "value": "headerLabel" }], "sx": {}, "$dynamicAttrPaths": [], "trueClasses": [{ "title": "bgGray", "value": "bgGray" }] }, "version": 0 }
27
- }, "dependenciesState": {}, "dragShadowState": {}, "dottedLineSquareState": {}, "displayNameState": []
28
- }
29
-
30
- const none = {
31
- "components": {
32
- "root": {
33
- "version": 0,
34
- "mode": "page",
35
- "displayName": "root",
36
- "parentNode": "",
37
- "showName": "root",
38
- "childrenNode": [
39
- "page1"
40
- ],
41
- "namePrefix": "impakt",
42
- "type": "DOT_PANEL",
43
- "containerType": "EDITOR_DOT_PANEL",
44
- "h": 0,
45
- "w": 0,
46
- "minH": 0,
47
- "minW": 0,
48
- "x": -1,
49
- "y": -1,
50
- "z": 0,
51
- "props": {
52
- "currentPageIndex": 0,
53
- "pageSortedKey": [
54
- "page1"
55
- ]
56
- }
57
- },
58
- "page1": {
59
- "version": 0,
60
- "displayName": "page1",
61
- "parentNode": "root",
62
- "showName": "page",
63
- "childrenNode": [
64
- "bodySection1"
65
- ],
66
- "type": "PAGE_NODE",
67
- "containerType": "EDITOR_PAGE_SQUARE",
68
- "h": 0,
69
- "w": 0,
70
- "minH": 0,
71
- "minW": 0,
72
- "x": -1,
73
- "y": -1,
74
- "z": 0,
75
- "props": {
76
- "layout": "default",
77
- "mode": "page",
78
- "templateName": "layout2"
79
- }
80
- },
81
- "bodySection1": {
82
- "version": 0,
83
- "displayName": "bodySection1",
84
- "parentNode": "page1",
85
- "showName": "bodySection",
86
- "childrenNode": [
87
- "bodySection1-bodySectionContainer1"
88
- ],
89
- "type": "SECTION_NODE",
90
- "containerType": "EDITOR_LAYOUT_SQUARE",
91
- "h": 0,
92
- "w": 0,
93
- "minH": 0,
94
- "minW": 0,
95
- "x": -1,
96
- "y": -1,
97
- "z": 0,
98
- "props": {
99
- "currentViewIndex": 0,
100
- "defaultViewKey": "sub-page1",
101
- "sectionViewConfigs": [
102
- {
103
- "id": "9ac3c766-3320-4f0f-a119-cd57b621127b",
104
- "key": "sub-page1",
105
- "path": "sub-page1",
106
- "viewDisplayName": "bodySection1-bodySectionContainer1"
107
- }
108
- ],
109
- "style": {
110
- "padding": {
111
- "mode": "all",
112
- "size": "24"
113
- }
114
- },
115
- "viewSortedKey": [
116
- "bodySection1-bodySectionContainer1"
117
- ]
118
- }
119
- },
120
- "bodySection1-bodySectionContainer1": {
121
- "version": 0,
122
- "displayName": "bodySection1-bodySectionContainer1",
123
- "parentNode": "bodySection1",
124
- "showName": "bodySection1-bodySectionContainer1",
125
- "childrenNode": [
126
- ],
127
- "type": "CONTAINER_NODE",
128
- "containerType": "EDITOR_DOT_PANEL",
129
- "h": 0,
130
- "w": 0,
131
- "minH": 0,
132
- "minW": 0,
133
- "x": -1,
134
- "y": -1,
135
- "z": 0,
136
- "props": {}
137
- }
138
- }
139
-
140
- }
141
-
142
- export const none1 = {
143
- "appInfo": {},
144
- "actions": [],
145
- "components": {
146
- "root": {
147
- "mode": "page",
148
- "version": 0,
149
- "displayName": "root",
150
- "parentNode": "",
151
- "showName": "root",
152
- "childrenNode": [
153
- "page1"
154
- ],
155
- "namePrefix": "impakt",
156
- "type": "DOT_PANEL",
157
- "containerType": "EDITOR_DOT_PANEL",
158
- "h": 0,
159
- "w": 0,
160
- "minH": 0,
161
- "minW": 0,
162
- "x": -1,
163
- "y": -1,
164
- "z": 0,
165
- "props": {
166
- "currentPageIndex": 0,
167
- "pageSortedKey": [
168
- "page1"
169
- ]
170
- }
171
- },
172
- "page1": {
173
- "version": 0,
174
- "displayName": "page1",
175
- "parentNode": "root",
176
- "showName": "page",
177
- "childrenNode": [
178
- "bodySection1"
179
- ],
180
- "type": "PAGE_NODE",
181
- "containerType": "EDITOR_PAGE_SQUARE",
182
- "h": 0,
183
- "w": 0,
184
- "minH": 0,
185
- "minW": 0,
186
- "x": -1,
187
- "y": -1,
188
- "z": 0,
189
- "props": {
190
- "layout": "default",
191
- "mode": "page",
192
- "templateName": "layout2"
193
- }
194
- },
195
- "bodySection1": {
196
- "version": 0,
197
- "displayName": "bodySection1",
198
- "parentNode": "page1",
199
- "showName": "bodySection",
200
- "childrenNode": [
201
- "bodySection1-bodySectionContainer1"
202
- ],
203
- "type": "SECTION_NODE",
204
- "containerType": "EDITOR_LAYOUT_SQUARE",
205
- "h": 0,
206
- "w": 0,
207
- "minH": 0,
208
- "minW": 0,
209
- "x": -1,
210
- "y": -1,
211
- "z": 0,
212
- "props": {
213
- "currentViewIndex": 0,
214
- "defaultViewKey": "sub-page1",
215
- "sectionViewConfigs": [
216
- {
217
- "id": "9ac3c766-3320-4f0f-a119-cd57b621127b",
218
- "key": "sub-page1",
219
- "path": "sub-page1",
220
- "viewDisplayName": "bodySection1-bodySectionContainer1"
221
- }
222
- ],
223
- "style": {
224
- "padding": {
225
- "mode": "all",
226
- "size": "24"
227
- }
228
- },
229
- "viewSortedKey": [
230
- "bodySection1-bodySectionContainer1"
231
- ]
232
- }
233
- },
234
- "bodySection1-bodySectionContainer1": {
235
- "version": 0,
236
- "displayName": "bodySection1-bodySectionContainer1",
237
- "parentNode": "bodySection1",
238
- "showName": "bodySection1-bodySectionContainer1",
239
- "childrenNode": [
240
- "GridContainer1"
241
- ],
242
- "type": "CONTAINER_NODE",
243
- "containerType": "EDITOR_DOT_PANEL",
244
- "h": 0,
245
- "w": 0,
246
- "minH": 0,
247
- "minW": 0,
248
- "x": -1,
249
- "y": -1,
250
- "z": 0,
251
- "props": {}
252
- },
253
- "GridContainer1": {
254
- "w": 8,
255
- "h": 19,
256
- "minW": 1,
257
- "minH": 3,
258
- "x": 24,
259
- "y": 19,
260
- "z": 0,
261
- "showName": "GridContainer",
262
- "type": "GridCONTAINER_WIDGET",
263
- "displayName": "GridContainer1",
264
- "containerType": "EDITOR_SCALE_SQUARE",
265
- "parentNode": "bodySection1-bodySectionContainer1",
266
- "childrenNode": [
267
- "body"
268
- ],
269
- "props": {
270
- "Mobile": {
271
- "columnSize": "1",
272
- "columnFraction": [
273
- "1fr"
274
- ],
275
- "columnGap": 1
276
- },
277
- "Tablet": {
278
- "columnSize": "3",
279
- "columnFraction": [
280
- "1fr",
281
- "1fr",
282
- "1fr"
283
- ],
284
- "columnGap": 1
285
- },
286
- "Desktop": {
287
- "columnSize": "4",
288
- "columnFraction": [
289
- "1fr",
290
- "1fr",
291
- "1fr",
292
- "1fr"
293
- ],
294
- "columnGap": 1
295
- },
296
- "backgroundColor": "#ffggas",
297
- "radius": "0px",
298
- "dynamicHeight": "auto",
299
- "$dynamicAttrPaths": [],
300
- "undefined": [
301
- {
302
- "w": 0,
303
- "h": 0,
304
- "minW": 1,
305
- "x": -1,
306
- "y": -1,
307
- "z": 0,
308
- "columnSpan": 1,
309
- "rowSpan": 1,
310
- "startColumn": 1,
311
- "startRow": 1,
312
- "showName": "View",
313
- "type": "CANVAS",
314
- "containerType": "EDITOR_DOT_PANEL",
315
- "parentNode": "GridContainer1",
316
- "childrenNode": [],
317
- "displayName": "View1",
318
- "props": {},
319
- "version": 0
320
- }
321
- ]
322
- },
323
- "version": 0
324
- },
325
- "body": {
326
- "w": 0,
327
- "h": 0,
328
- "minW": 1,
329
- "x": -1,
330
- "y": -1,
331
- "z": 0,
332
- "columnSpan": 1,
333
- "rowSpan": 1,
334
- "startColumn": 1,
335
- "startRow": 1,
336
- "showName": "View",
337
- "type": "CANVAS",
338
- "containerType": "EDITOR_DOT_PANEL",
339
- "parentNode": "GridContainer1",
340
- "childrenNode": [],
341
- "displayName": "body",
342
- "props": {},
343
- "version": 0
344
- }
345
- }
346
- }
347
- export const LayoutsList = {
348
- default: defaultLayout,
349
- layout1,
350
- layout2,
351
- none:none1
352
- }