impaktapps-ui-builder 0.0.382457 → 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 (1409) 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 -49
  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 -10865
  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 -5
  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 -1
  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/buildLabel.d.ts +0 -1
  1249. package/dist/src/impaktapps-ui-builder/builder/build/buildLeaderboard.d.ts +0 -1
  1250. package/dist/src/impaktapps-ui-builder/builder/build/buildLineGraph.d.ts +0 -1
  1251. package/dist/src/impaktapps-ui-builder/builder/build/buildMultiSelect.d.ts +0 -1
  1252. package/dist/src/impaktapps-ui-builder/builder/build/buildPieGraph.d.ts +0 -1
  1253. package/dist/src/impaktapps-ui-builder/builder/build/buildPop.d.ts +0 -1
  1254. package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBar.d.ts +0 -1
  1255. package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.d.ts +0 -1
  1256. package/dist/src/impaktapps-ui-builder/builder/build/buildRadio.d.ts +0 -1
  1257. package/dist/src/impaktapps-ui-builder/builder/build/buildRankCard.d.ts +0 -1
  1258. package/dist/src/impaktapps-ui-builder/builder/build/buildRollAndDice.d.ts +0 -1
  1259. package/dist/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.d.ts +0 -1
  1260. package/dist/src/impaktapps-ui-builder/builder/build/buildSelect.d.ts +0 -1
  1261. package/dist/src/impaktapps-ui-builder/builder/build/buildSlider.d.ts +0 -1
  1262. package/dist/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.d.ts +0 -1
  1263. package/dist/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.d.ts +0 -1
  1264. package/dist/src/impaktapps-ui-builder/builder/build/buildStepper.d.ts +0 -1
  1265. package/dist/src/impaktapps-ui-builder/builder/build/buildTabSection.d.ts +0 -1
  1266. package/dist/src/impaktapps-ui-builder/builder/build/buildTable.d.ts +0 -2
  1267. package/dist/src/impaktapps-ui-builder/builder/build/buildText.d.ts +0 -1
  1268. package/dist/src/impaktapps-ui-builder/builder/build/buildTextArea.d.ts +0 -1
  1269. package/dist/src/impaktapps-ui-builder/builder/build/buildTimer.d.ts +0 -1
  1270. package/dist/src/impaktapps-ui-builder/builder/build/buildUiSchema.d.ts +0 -12
  1271. package/dist/src/impaktapps-ui-builder/builder/build/buildUplaodFile.d.ts +0 -1
  1272. package/dist/src/impaktapps-ui-builder/builder/build/buildWrapperSection.d.ts +0 -1
  1273. package/dist/src/impaktapps-ui-builder/builder/build/uischema/apiSection.d.ts +0 -134
  1274. package/dist/src/impaktapps-ui-builder/builder/build/uischema/box.d.ts +0 -13
  1275. package/dist/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.d.ts +0 -51
  1276. package/dist/src/impaktapps-ui-builder/builder/build/uischema/button.d.ts +0 -28
  1277. package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +0 -120
  1278. package/dist/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.d.ts +0 -13
  1279. package/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +0 -134
  1280. package/dist/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.d.ts +0 -20
  1281. package/dist/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.d.ts +0 -18
  1282. package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +0 -157
  1283. package/dist/src/impaktapps-ui-builder/builder/build/uischema/file.d.ts +0 -46
  1284. package/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +0 -177
  1285. package/dist/src/impaktapps-ui-builder/builder/build/uischema/lazyLoadingTable.d.ts +0 -14
  1286. package/dist/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.d.ts +0 -295
  1287. package/dist/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.d.ts +0 -23
  1288. package/dist/src/impaktapps-ui-builder/builder/build/uischema/progressBar.d.ts +0 -16
  1289. package/dist/src/impaktapps-ui-builder/builder/build/uischema/rankCard.d.ts +0 -17
  1290. package/dist/src/impaktapps-ui-builder/builder/build/uischema/refresh.d.ts +0 -48
  1291. package/dist/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.d.ts +0 -17
  1292. package/dist/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.d.ts +0 -17
  1293. package/dist/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.d.ts +0 -21
  1294. package/dist/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.d.ts +0 -52
  1295. package/dist/src/impaktapps-ui-builder/builder/build/uischema/styleSection.d.ts +0 -33
  1296. package/dist/src/impaktapps-ui-builder/builder/build/uischema/table.d.ts +0 -19
  1297. package/dist/src/impaktapps-ui-builder/builder/build/uischema/tableSection.d.ts +0 -136
  1298. package/dist/src/impaktapps-ui-builder/builder/build/uischema/tabsection.d.ts +0 -12
  1299. package/dist/src/impaktapps-ui-builder/builder/build/uischema/textInputField.d.ts +0 -20
  1300. package/dist/src/impaktapps-ui-builder/builder/build/uischema/timer.d.ts +0 -31
  1301. package/dist/src/impaktapps-ui-builder/builder/build/uischema/validationSections.d.ts +0 -32
  1302. package/dist/src/impaktapps-ui-builder/builder/build/uischema/valueTab.d.ts +0 -31
  1303. package/dist/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.d.ts +0 -12
  1304. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.d.ts +0 -1
  1305. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.d.ts +0 -1
  1306. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.d.ts +0 -38
  1307. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.d.ts +0 -1
  1308. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.d.ts +0 -73
  1309. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.d.ts +0 -1
  1310. package/dist/src/impaktapps-ui-builder/builder/services/component.d.ts +0 -18
  1311. package/dist/src/impaktapps-ui-builder/builder/services/event.d.ts +0 -87
  1312. package/dist/src/impaktapps-ui-builder/builder/services/pageMaster.d.ts +0 -59
  1313. package/dist/src/impaktapps-ui-builder/builder/services/utils.d.ts +0 -10
  1314. package/dist/src/impaktapps-ui-builder/lib/index.d.ts +0 -9
  1315. package/dist/src/impaktapps-ui-builder/runtime/services/downloadFile.d.ts +0 -2
  1316. package/dist/src/impaktapps-ui-builder/runtime/services/events.d.ts +0 -8
  1317. package/dist/src/impaktapps-ui-builder/runtime/services/interface.d.ts +0 -11
  1318. package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +0 -27
  1319. package/src/impaktapps-ui-builder/builder/build/buildAadharCard.ts +0 -65
  1320. package/src/impaktapps-ui-builder/builder/build/buildArray.ts +0 -18
  1321. package/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.ts +0 -6
  1322. package/src/impaktapps-ui-builder/builder/build/buildButton.ts +0 -45
  1323. package/src/impaktapps-ui-builder/builder/build/buildCard.ts +0 -29
  1324. package/src/impaktapps-ui-builder/builder/build/buildCardSlider.ts +0 -72
  1325. package/src/impaktapps-ui-builder/builder/build/buildCheckbox.ts +0 -28
  1326. package/src/impaktapps-ui-builder/builder/build/buildConfig.ts +0 -57
  1327. package/src/impaktapps-ui-builder/builder/build/buildDataGrid.ts +0 -51
  1328. package/src/impaktapps-ui-builder/builder/build/buildDate.ts +0 -14
  1329. package/src/impaktapps-ui-builder/builder/build/buildDownloadFile.ts +0 -24
  1330. package/src/impaktapps-ui-builder/builder/build/buildEmptyBox.ts +0 -11
  1331. package/src/impaktapps-ui-builder/builder/build/buildFileInput.ts +0 -35
  1332. package/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.ts +0 -35
  1333. package/src/impaktapps-ui-builder/builder/build/buildLabel.ts +0 -16
  1334. package/src/impaktapps-ui-builder/builder/build/buildLeaderboard.ts +0 -40
  1335. package/src/impaktapps-ui-builder/builder/build/buildLineGraph.ts +0 -32
  1336. package/src/impaktapps-ui-builder/builder/build/buildMultiSelect.ts +0 -24
  1337. package/src/impaktapps-ui-builder/builder/build/buildPieGraph.ts +0 -27
  1338. package/src/impaktapps-ui-builder/builder/build/buildPop.ts +0 -43
  1339. package/src/impaktapps-ui-builder/builder/build/buildProgressBar.ts +0 -26
  1340. package/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.ts +0 -27
  1341. package/src/impaktapps-ui-builder/builder/build/buildRadio.ts +0 -35
  1342. package/src/impaktapps-ui-builder/builder/build/buildRankCard.ts +0 -25
  1343. package/src/impaktapps-ui-builder/builder/build/buildRollAndDice.ts +0 -14
  1344. package/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.ts +0 -12
  1345. package/src/impaktapps-ui-builder/builder/build/buildSchema.ts +0 -32
  1346. package/src/impaktapps-ui-builder/builder/build/buildSelect.ts +0 -22
  1347. package/src/impaktapps-ui-builder/builder/build/buildSlider.ts +0 -14
  1348. package/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.ts +0 -54
  1349. package/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.ts +0 -33
  1350. package/src/impaktapps-ui-builder/builder/build/buildStepper.ts +0 -45
  1351. package/src/impaktapps-ui-builder/builder/build/buildTabSection.ts +0 -12
  1352. package/src/impaktapps-ui-builder/builder/build/buildTable.ts +0 -62
  1353. package/src/impaktapps-ui-builder/builder/build/buildText.ts +0 -23
  1354. package/src/impaktapps-ui-builder/builder/build/buildTextArea.ts +0 -50
  1355. package/src/impaktapps-ui-builder/builder/build/buildTimer.ts +0 -15
  1356. package/src/impaktapps-ui-builder/builder/build/buildUiSchema.ts +0 -373
  1357. package/src/impaktapps-ui-builder/builder/build/buildUplaodFile.ts +0 -24
  1358. package/src/impaktapps-ui-builder/builder/build/buildWrapperSection.ts +0 -18
  1359. package/src/impaktapps-ui-builder/builder/build/schema/arraySchemaBuilder.ts +0 -18
  1360. package/src/impaktapps-ui-builder/builder/build/uischema/apiSection.ts +0 -172
  1361. package/src/impaktapps-ui-builder/builder/build/uischema/array.ts +0 -14
  1362. package/src/impaktapps-ui-builder/builder/build/uischema/box.ts +0 -15
  1363. package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +0 -401
  1364. package/src/impaktapps-ui-builder/builder/build/uischema/button.ts +0 -28
  1365. package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +0 -100
  1366. package/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.ts +0 -14
  1367. package/src/impaktapps-ui-builder/builder/build/uischema/coreSection.ts +0 -195
  1368. package/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.ts +0 -20
  1369. package/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.ts +0 -13
  1370. package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +0 -145
  1371. package/src/impaktapps-ui-builder/builder/build/uischema/file.ts +0 -48
  1372. package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +0 -191
  1373. package/src/impaktapps-ui-builder/builder/build/uischema/lazyLoadingTable.ts +0 -14
  1374. package/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.ts +0 -360
  1375. package/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.ts +0 -18
  1376. package/src/impaktapps-ui-builder/builder/build/uischema/progressBar.ts +0 -16
  1377. package/src/impaktapps-ui-builder/builder/build/uischema/progressBarCard.ts +0 -27
  1378. package/src/impaktapps-ui-builder/builder/build/uischema/rankCard.ts +0 -13
  1379. package/src/impaktapps-ui-builder/builder/build/uischema/refresh.ts +0 -59
  1380. package/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.ts +0 -13
  1381. package/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.ts +0 -13
  1382. package/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.ts +0 -21
  1383. package/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.ts +0 -49
  1384. package/src/impaktapps-ui-builder/builder/build/uischema/styleSection.ts +0 -37
  1385. package/src/impaktapps-ui-builder/builder/build/uischema/table.ts +0 -21
  1386. package/src/impaktapps-ui-builder/builder/build/uischema/tableIconButton.ts +0 -17
  1387. package/src/impaktapps-ui-builder/builder/build/uischema/tableSection.ts +0 -141
  1388. package/src/impaktapps-ui-builder/builder/build/uischema/tabsection.ts +0 -9
  1389. package/src/impaktapps-ui-builder/builder/build/uischema/textInputField.ts +0 -20
  1390. package/src/impaktapps-ui-builder/builder/build/uischema/timer.ts +0 -32
  1391. package/src/impaktapps-ui-builder/builder/build/uischema/validationSections.ts +0 -57
  1392. package/src/impaktapps-ui-builder/builder/build/uischema/valueTab.ts +0 -57
  1393. package/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.ts +0 -10
  1394. package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +0 -304
  1395. package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +0 -341
  1396. package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.ts +0 -39
  1397. package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +0 -398
  1398. package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.ts +0 -87
  1399. package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +0 -318
  1400. package/src/impaktapps-ui-builder/builder/services/component.ts +0 -163
  1401. package/src/impaktapps-ui-builder/builder/services/event.ts +0 -97
  1402. package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +0 -82
  1403. package/src/impaktapps-ui-builder/builder/services/utils.ts +0 -109
  1404. package/src/impaktapps-ui-builder/lib/index.ts +0 -10
  1405. package/src/impaktapps-ui-builder/runtime/services/downloadFile.ts +0 -32
  1406. package/src/impaktapps-ui-builder/runtime/services/events.ts +0 -226
  1407. package/src/impaktapps-ui-builder/runtime/services/interface.ts +0 -11
  1408. package/src/impaktapps-ui-builder/runtime/services/rankProvider.ts +0 -132
  1409. package/src/impaktapps-ui-builder/runtime/services/service.ts +0 -208
@@ -0,0 +1,50 @@
1
+ /* eslint-disable @typescript-eslint/no-explicit-any */
2
+
3
+ import React, { useState, useEffect, useRef, ComponentState, PropsWithoutRef, } from "react"
4
+
5
+
6
+ export function isUndefined(obj: any): obj is undefined {
7
+ return obj === undefined
8
+ }
9
+ export function usePrevious<T>(value: PropsWithoutRef<T> | ComponentState) {
10
+ const ref = useRef()
11
+ useEffect(() => {
12
+ ref.current = value
13
+ })
14
+ return ref.current
15
+ }
16
+ export function useMergeValue<T>(
17
+ defaultStateValue: T,
18
+ props?: {
19
+ defaultValue?: T
20
+ value?: T
21
+ },
22
+ ): [T, React.Dispatch<React.SetStateAction<T>>, T] {
23
+ const { defaultValue, value } = props || {}
24
+ const firstRenderRef = useRef(true)
25
+ const prevPropsValue = usePrevious(props?.value)
26
+
27
+ const [stateValue, setStateValue] = useState<T>(
28
+ !isUndefined(value)
29
+ ? value
30
+ : !isUndefined(defaultValue)
31
+ ? defaultValue
32
+ : defaultStateValue,
33
+ )
34
+
35
+ useEffect(() => {
36
+ if (firstRenderRef.current) {
37
+ firstRenderRef.current = false
38
+ return
39
+ }
40
+ if (value === undefined && prevPropsValue !== value) {
41
+ setStateValue(value)
42
+ }
43
+
44
+ // eslint-disable-next-line react-hooks/exhaustive-deps
45
+ }, [value])
46
+
47
+ const mergedValue = isUndefined(value) ? stateValue : value
48
+
49
+ return [mergedValue, setStateValue, stateValue]
50
+ }
@@ -0,0 +1 @@
1
+ /// <reference types="vite/client" />
@@ -0,0 +1,36 @@
1
+ import { ForwardRefRenderFunction, forwardRef } from "react"
2
+
3
+ import { IconHotSpotProps } from "./interface"
4
+ import { iconHotSpotContainerStyle } from "./style"
5
+ import { globalColor } from "../colorBuilder"
6
+
7
+ export const IconHotSpot: ForwardRefRenderFunction<
8
+ HTMLButtonElement,
9
+ IconHotSpotProps
10
+ > = (props, ref) => {
11
+ const {
12
+ children,
13
+ iconSize = 16,
14
+ inactiveColor = globalColor("grayBlue-04"),
15
+ activeColor = globalColor("grayBlue-02"),
16
+ activeBgColor = globalColor("grayBlue-09"),
17
+ ...otherProps
18
+ } = props
19
+
20
+ return (
21
+ <button
22
+ {...otherProps}
23
+ css={iconHotSpotContainerStyle(
24
+ iconSize,
25
+ activeColor,
26
+ inactiveColor,
27
+ activeBgColor,
28
+ )}
29
+ ref={ref}
30
+ >
31
+ {children}
32
+ </button>
33
+ )
34
+ }
35
+
36
+ export default forwardRef<HTMLButtonElement, IconHotSpotProps>(IconHotSpot)
@@ -0,0 +1,10 @@
1
+ import { HTMLAttributes, ReactNode } from "react"
2
+
3
+ export interface IconHotSpotProps extends HTMLAttributes<HTMLButtonElement> {
4
+ children: ReactNode
5
+ disabled?: boolean
6
+ iconSize?: number
7
+ activeColor?: string
8
+ activeBgColor?: string
9
+ inactiveColor?: string
10
+ }
@@ -0,0 +1,29 @@
1
+ import { css } from "@emotion/react"
2
+
3
+ export const iconHotSpotContainerStyle = (
4
+ iconSize: number = 16,
5
+ activeColor: string,
6
+ inactiveColor: string,
7
+ activeBgColor: string,
8
+ ) => css`
9
+ padding: 4px;
10
+ border-radius: 4px;
11
+ font-size: ${iconSize}px;
12
+ color: ${inactiveColor};
13
+ width: ${iconSize + 4 * 2}px;
14
+ height: ${iconSize + 4 * 2}px;
15
+ display: flex;
16
+ align-items: center;
17
+ justify-content: center;
18
+ flex: none;
19
+ border: none;
20
+ background-color: transparent;
21
+ cursor: pointer;
22
+ :disabled {
23
+ cursor: not-allowed;
24
+ }
25
+ :hover {
26
+ color: ${activeColor};
27
+ background-color: ${activeBgColor};
28
+ }
29
+ `
@@ -0,0 +1,25 @@
1
+ import { JSToString, stringToJS } from "@/utils/evaluateDynamicString/utils"
2
+
3
+ export const realInputValue = (
4
+ attrValue: string | undefined,
5
+ widgetDisplayName: string,
6
+ ) => {
7
+ if (attrValue === "" || attrValue == undefined) return ""
8
+ const value = `${attrValue.substring(
9
+ `{{${widgetDisplayName}.dataSources.map((item) => ( `.length,
10
+ attrValue.length - 4,
11
+ )}`
12
+
13
+ return JSToString(value)
14
+ }
15
+
16
+ export const getNeedComputedValue = (
17
+ value: string,
18
+ widgetDisplayName: string,
19
+ ) => {
20
+ const stringToCanEvaluate = stringToJS(value)
21
+ if (stringToCanEvaluate === "") {
22
+ return stringToCanEvaluate
23
+ }
24
+ return `{{${widgetDisplayName}.dataSources.map((item) => ( ${stringToCanEvaluate}))}}`
25
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./link"
2
+ export * from "./interface"
@@ -0,0 +1,28 @@
1
+ import { AnchorHTMLAttributes, ReactNode } from "react"
2
+ import { BoxProps } from "../trigger/Box"
3
+
4
+
5
+ export type LinkColorScheme =
6
+ | string
7
+ | "white"
8
+ | "blackAlpha"
9
+ | "gray"
10
+ | "grayBlue"
11
+ | "red"
12
+ | "orange"
13
+ | "yellow"
14
+ | "green"
15
+ | "blue"
16
+ | "cyan"
17
+ | "purple"
18
+ | "techPink"
19
+ | "techPurple"
20
+
21
+ export interface LinkProps
22
+ extends AnchorHTMLAttributes<HTMLAnchorElement>,
23
+ BoxProps {
24
+ disabled?: boolean
25
+ icon?: boolean | ReactNode
26
+ colorScheme?: LinkColorScheme
27
+ hoverable?: boolean
28
+ }
@@ -0,0 +1,38 @@
1
+ import { forwardRef } from "react"
2
+ import { LinkProps } from "./interface"
3
+ import { applyDisable, applyLeftIcon, applyLinkContainer } from "./style"
4
+ import { css } from "@emotion/react"
5
+ import AddIcon from '@mui/icons-material/Add';
6
+ import { applyBoxStyle, deleteCssProps } from "../model/src";
7
+ import { useTheme } from "@mui/material";
8
+
9
+ export const Link = forwardRef<HTMLAnchorElement, LinkProps>((props, ref) => {
10
+ const {
11
+ disabled,
12
+ icon,
13
+ colorScheme = "blue",
14
+ hoverable = true,
15
+ ...otherProps
16
+ } = props
17
+
18
+ const leftIcon = typeof icon == "boolean" && icon ? <AddIcon /> : icon
19
+ const theme = useTheme()
20
+ const finalCss = css`
21
+ ${applyLinkContainer(colorScheme, hoverable)};
22
+ ${applyDisable(colorScheme, disabled)};
23
+ `
24
+
25
+ return (
26
+ <a
27
+ ref={ref}
28
+ css={[finalCss, applyBoxStyle(props,theme)]}
29
+ {...deleteCssProps(otherProps)}
30
+ >
31
+ {leftIcon && <span css={applyLeftIcon}>{leftIcon}</span>}
32
+ {/* <span style={{marginBottom:"30px"}}> */}
33
+
34
+ </a>
35
+ )
36
+ })
37
+ {/* {props.children}</span> */}
38
+ Link.displayName = "Link"
@@ -0,0 +1,69 @@
1
+ import { css } from "@emotion/react"
2
+ import { LinkColorScheme } from "./interface"
3
+ import { globalColor } from "../colorBuilder"
4
+ import { getSpecialThemeColor } from "../color-palette"
5
+
6
+ export const colorSchemes: LinkColorScheme[] = [
7
+ "white",
8
+ "blackAlpha",
9
+ "gray",
10
+ "grayBlue",
11
+ "red",
12
+ "orange",
13
+ "yellow",
14
+ "green",
15
+ "blue",
16
+ "cyan",
17
+ "purple",
18
+ "techPink",
19
+ "techPurple",
20
+ ]
21
+
22
+ export function applyLinkContainer(
23
+ colorScheme: LinkColorScheme,
24
+ hoverable: boolean,
25
+ ) {
26
+ const hoverBgColor =
27
+ colorScheme == "white"
28
+ ? globalColor(`white-06`)
29
+ : globalColor(`grayBlue-09`)
30
+ let hoverCss
31
+ if (hoverable) {
32
+ hoverCss = css`
33
+ &:hover {
34
+ background-color: ${hoverBgColor};
35
+ }
36
+ `
37
+ }
38
+ return css`
39
+ transition: background-color 200ms ease-in-out;
40
+ vertical-align: middle;
41
+ border-radius: 4px;
42
+ padding: 1px 4px;
43
+ font-size: 14px;
44
+ line-height: 22px;
45
+ text-overflow: ellipsis;
46
+ overflow: hidden;
47
+ white-space: nowrap;
48
+ ${hoverCss};
49
+ `
50
+ }
51
+
52
+ export const applyLeftIcon = css`
53
+ margin-right: 4px;
54
+ margin-top:10px
55
+ `
56
+
57
+ export function applyDisable(colorScheme: LinkColorScheme, disabled?: boolean) {
58
+ const textColor = colorSchemes.includes(colorScheme)
59
+ ? getSpecialThemeColor(colorScheme)
60
+ : colorScheme
61
+ const finalColor = disabled
62
+ ? globalColor(`${colorScheme}-07`)
63
+ : textColor
64
+ const cursor = disabled ? "not-allowed" : "pointer"
65
+ return css`
66
+ color: ${finalColor};
67
+ cursor: ${cursor};
68
+ `
69
+ }
@@ -0,0 +1,66 @@
1
+ import { v4 } from "uuid"
2
+ import {
3
+ NotificationGlobalProps,
4
+ NotificationHandler,
5
+ notificationStore,
6
+ } from "./notification-store"
7
+ import { NotificationProps } from "./interface"
8
+
9
+ const showImpl = (notification: NotificationProps) => {
10
+ if (
11
+ notificationStore.getNotification().length >
12
+ (notificationStore.getConfig().maxCount ?? 5)
13
+ ) {
14
+ notificationStore.getNotification().shift()
15
+ }
16
+ if (!notification.id) {
17
+ notification.id = v4()
18
+ }
19
+ if (!notification.position) {
20
+ notification.position = "topRight"
21
+ }
22
+ if (!notification.type) {
23
+ notification.type = "normal"
24
+ }
25
+ notificationStore.add(notification)
26
+ return notification.id
27
+ }
28
+
29
+ const handler = {
30
+ info: (notification: NotificationProps) => {
31
+ notification.type = "info"
32
+ return showImpl(notification)
33
+ },
34
+ error: (notification: NotificationProps) => {
35
+ notification.type = "error"
36
+ return showImpl(notification)
37
+ },
38
+ success: (notification: NotificationProps) => {
39
+ notification.type = "success"
40
+ return showImpl(notification)
41
+ },
42
+ warning: (notification: NotificationProps) => {
43
+ notification.type = "warning"
44
+ return showImpl(notification)
45
+ },
46
+ normal: (notification: NotificationProps) => {
47
+ notification.type = "normal"
48
+ return showImpl(notification)
49
+ },
50
+ show: showImpl,
51
+ remove: (id: string) => {
52
+ notificationStore.remove(id)
53
+ },
54
+ clear: () => {
55
+ notificationStore.setNotification([])
56
+ },
57
+ config: (notificationGlobalProps: NotificationGlobalProps) => {
58
+ notificationStore.updateConfig(notificationGlobalProps)
59
+ },
60
+ } as NotificationHandler
61
+
62
+ export function useNotification(): NotificationHandler {
63
+ return handler
64
+ }
65
+
66
+ export const createNotification = useNotification
@@ -0,0 +1,5 @@
1
+ export * from "./interface"
2
+ export * from "./notification"
3
+ export * from "./style"
4
+ export * from "./notification-group"
5
+ export * from "./hook"
@@ -0,0 +1,30 @@
1
+ import { ReactNode } from "react"
2
+ import { BoxProps } from "../model/src/interface"
3
+
4
+
5
+ export type NotificationPosition =
6
+ | "topLeft"
7
+ | "topRight"
8
+ | "bottomLeft"
9
+ | "bottomRight"
10
+
11
+ export type NotificationType =
12
+ | "info"
13
+ | "error"
14
+ | "success"
15
+ | "warning"
16
+ | "normal"
17
+
18
+ export interface NotificationProps extends BoxProps {
19
+ type?: NotificationType
20
+ action?: ReactNode
21
+ closable?: boolean
22
+ showIcon?: boolean
23
+ duration?: number
24
+ id?: string
25
+ position?: NotificationPosition
26
+ icon?: ReactNode
27
+ title?: string | ReactNode
28
+ content?: string | ReactNode
29
+ onClose?: (id?: string) => void
30
+ }
@@ -0,0 +1,111 @@
1
+ import { FC, useEffect, useMemo, useState } from "react"
2
+ import { AnimatePresence } from "framer-motion"
3
+ import { NotificationProps } from "./interface"
4
+ import { notificationStore } from "./notification-store"
5
+ import { Notification } from "./notification"
6
+ import { applyNotificationContainerStyle } from "./style"
7
+ import { BoxProps, applyBoxStyle } from "../model/src"
8
+ import { useTheme } from "@mui/material"
9
+
10
+ export const NotificationGroup: FC<BoxProps> = (props) => {
11
+ const theme = useTheme()
12
+ const [topLeftNotificationList, setTopLeftNotificationList] = useState<
13
+ NotificationProps[]
14
+ >([])
15
+ const [topRightNotificationList, setTopRightNotificationList] = useState<
16
+ NotificationProps[]
17
+ >([])
18
+ const [bottomLeftNotificationList, setBottomLeftNotificationList] = useState<
19
+ NotificationProps[]
20
+ >([])
21
+ const [bottomRightNotificationList, setBottomRightNotificationList] =
22
+ useState<NotificationProps[]>([])
23
+
24
+ useEffect(() => {
25
+ const listener = notificationStore.subscribe(() => {
26
+ setTopLeftNotificationList(
27
+ notificationStore.getNotification().filter((item) => {
28
+ return item.position === "topLeft"
29
+ }),
30
+ )
31
+ setTopRightNotificationList(
32
+ notificationStore.getNotification().filter((item) => {
33
+ return item.position === "topRight"
34
+ }),
35
+ )
36
+ setBottomLeftNotificationList(
37
+ notificationStore.getNotification().filter((item) => {
38
+ return item.position === "bottomLeft"
39
+ }),
40
+ )
41
+ setBottomRightNotificationList(
42
+ notificationStore.getNotification().filter((item) => {
43
+ return item.position === "bottomRight"
44
+ }),
45
+ )
46
+ })
47
+ return () => {
48
+ notificationStore.unSubscribe(listener.listenerId)
49
+ }
50
+ }, [])
51
+
52
+ const topLeftNotification = useMemo(() => {
53
+ return topLeftNotificationList.map((notification) => {
54
+ return <Notification key={notification.id} {...notification} />
55
+ })
56
+ }, [topLeftNotificationList])
57
+
58
+ const topRightNotification = useMemo(() => {
59
+ return topRightNotificationList.map((notification) => {
60
+ return <Notification key={notification.id} {...notification} />
61
+ })
62
+ }, [topRightNotificationList])
63
+
64
+ const bottomLeftNotification = useMemo(() => {
65
+ return bottomLeftNotificationList.map((notification) => {
66
+ return <Notification key={notification.id} {...notification} />
67
+ })
68
+ }, [bottomLeftNotificationList])
69
+
70
+ const bottomRightNotification = useMemo(() => {
71
+ return bottomRightNotificationList.map((notification) => {
72
+ return <Notification key={notification.id} {...notification} />
73
+ })
74
+ }, [bottomRightNotificationList])
75
+
76
+ return (
77
+ <>
78
+ <div
79
+ css={[applyNotificationContainerStyle("topLeft"), applyBoxStyle(props,theme)]}
80
+ >
81
+ <AnimatePresence>{topLeftNotification}</AnimatePresence>
82
+ </div>
83
+ <div
84
+ css={[
85
+ applyNotificationContainerStyle("topRight"),
86
+ applyBoxStyle(props,theme),
87
+ ]}
88
+ >
89
+ <AnimatePresence>{topRightNotification}</AnimatePresence>
90
+ </div>
91
+ <div
92
+ css={[
93
+ applyNotificationContainerStyle("bottomLeft"),
94
+ applyBoxStyle(props,theme),
95
+ ]}
96
+ >
97
+ <AnimatePresence>{bottomLeftNotification}</AnimatePresence>
98
+ </div>
99
+ <div
100
+ css={[
101
+ applyNotificationContainerStyle("bottomRight"),
102
+ applyBoxStyle(props,theme),
103
+ ]}
104
+ >
105
+ <AnimatePresence>{bottomRightNotification}</AnimatePresence>
106
+ </div>
107
+ </>
108
+ )
109
+ }
110
+
111
+ NotificationGroup.displayName = "NotificationGroup"
@@ -0,0 +1,113 @@
1
+ import { v4 } from "uuid"
2
+ import { NotificationProps } from "./interface"
3
+
4
+ export interface NotificationGlobalProps {
5
+ maxCount?: number
6
+ duration?: number
7
+ }
8
+
9
+ export interface NotificationHandler {
10
+ info: (Notification: NotificationProps) => string
11
+ error: (Notification: NotificationProps) => string
12
+ success: (Notification: NotificationProps) => string
13
+ warning: (Notification: NotificationProps) => string
14
+ normal: (Notification: NotificationProps) => string
15
+ show: (Notification: NotificationProps) => string
16
+ remove: (id: string) => void
17
+ config: (NotificationGlobalProps: NotificationGlobalProps) => void
18
+ clear: () => void
19
+ }
20
+
21
+ export interface SubListener {
22
+ listenerId: string
23
+ onStoreChange: () => void
24
+ }
25
+
26
+ export interface NotificationStoreHandler {
27
+ getNotification: () => NotificationProps[]
28
+ setNotification: (NotificationList: NotificationProps[]) => void
29
+ subscribe: (onStoreChange: () => void) => SubListener
30
+ unSubscribe: (listenerId: string) => void
31
+ updateConfig: (NotificationGlobalProps: NotificationGlobalProps) => void
32
+ getConfig: () => NotificationGlobalProps
33
+ add: (Notification: NotificationProps) => void
34
+ remove: (NotificationId: string) => void
35
+ }
36
+
37
+ export interface NotificationStore {
38
+ maxCount: number
39
+ duration: number
40
+ listener: SubListener[]
41
+ NotificationList: NotificationProps[]
42
+ }
43
+
44
+ const store = {
45
+ maxCount: 5,
46
+ duration: 3000,
47
+ listener: [],
48
+ NotificationList: [],
49
+ } as NotificationStore
50
+
51
+ function createNotificationStore(): NotificationStoreHandler {
52
+ return {
53
+ getNotification: () => {
54
+ return store.NotificationList
55
+ },
56
+ setNotification: (NotificationList: NotificationProps[]) => {
57
+ store.NotificationList = NotificationList
58
+ store.listener.forEach((listener) => {
59
+ listener.onStoreChange()
60
+ })
61
+ },
62
+ subscribe: (change) => {
63
+ const listener = {
64
+ listenerId: v4(),
65
+ onStoreChange: change,
66
+ } as SubListener
67
+ store.listener.push(listener)
68
+ listener.onStoreChange()
69
+ return listener
70
+ },
71
+ unSubscribe: (listenerId) => {
72
+ store.listener.splice(
73
+ store.listener.findIndex(
74
+ (listener) => listener.listenerId === listenerId,
75
+ ),
76
+ 1,
77
+ )
78
+ },
79
+ add: (Notification) => {
80
+ store.NotificationList.push(Notification)
81
+ store.listener.forEach((listener) => {
82
+ listener.onStoreChange()
83
+ })
84
+ },
85
+ updateConfig: (NotificationGlobalProps) => {
86
+ if (NotificationGlobalProps.duration != undefined) {
87
+ store.duration = NotificationGlobalProps.duration
88
+ }
89
+ if (NotificationGlobalProps.maxCount != undefined) {
90
+ store.maxCount = NotificationGlobalProps.maxCount
91
+ }
92
+ },
93
+ getConfig: () => {
94
+ return {
95
+ maxCount: store.maxCount,
96
+ duration: store.duration,
97
+ }
98
+ },
99
+ remove: (NotificationId) => {
100
+ const index = store.NotificationList.findIndex(
101
+ (Notification) => Notification.id === NotificationId,
102
+ )
103
+ if (index != -1) {
104
+ store.NotificationList.splice(index, 1)
105
+ store.listener.forEach((listener) => {
106
+ listener.onStoreChange()
107
+ })
108
+ }
109
+ },
110
+ } as NotificationStoreHandler
111
+ }
112
+
113
+ export const notificationStore = createNotificationStore()