impaktapps-ui-builder 0.0.382460 → 1.0.0

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