saurabh-table-dnd-edit 1.1.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 (1622) hide show
  1. package/README.md +75 -0
  2. package/lib/ComponentProps/TreeNodeProps.d.ts +81 -0
  3. package/lib/ComponentProps/TreeNodeProps.js +2 -0
  4. package/lib/ComponentProps/TreeNodeProps.js.map +1 -0
  5. package/lib/StyleGuide/ColorPalette/ColorPalette.d.ts +3 -0
  6. package/lib/StyleGuide/ColorPalette/ColorPalette.js +21 -0
  7. package/lib/StyleGuide/ColorPalette/ColorPalette.js.map +1 -0
  8. package/lib/StyleGuide/ColorPalette/colorPaletteList.d.ts +3 -0
  9. package/lib/StyleGuide/ColorPalette/colorPaletteList.js +630 -0
  10. package/lib/StyleGuide/ColorPalette/colorPaletteList.js.map +1 -0
  11. package/lib/StyleGuide/ColorPalette/index.d.ts +1 -0
  12. package/lib/StyleGuide/ColorPalette/index.js +2 -0
  13. package/lib/StyleGuide/ColorPalette/index.js.map +1 -0
  14. package/lib/StyleGuide/ColorPalette/types.d.ts +17 -0
  15. package/lib/StyleGuide/ColorPalette/types.js +2 -0
  16. package/lib/StyleGuide/ColorPalette/types.js.map +1 -0
  17. package/lib/StyleGuide/Typography/Typography.d.ts +3 -0
  18. package/lib/StyleGuide/Typography/Typography.js +7 -0
  19. package/lib/StyleGuide/Typography/Typography.js.map +1 -0
  20. package/lib/StyleGuide/Typography/TypographyList.d.ts +5 -0
  21. package/lib/StyleGuide/Typography/TypographyList.js +4 -0
  22. package/lib/StyleGuide/Typography/TypographyList.js.map +1 -0
  23. package/lib/StyleGuide/Typography/types.d.ts +8 -0
  24. package/lib/StyleGuide/Typography/types.js +2 -0
  25. package/lib/StyleGuide/Typography/types.js.map +1 -0
  26. package/lib/ThirdPartyPackages/Adapter.d.ts +2 -0
  27. package/lib/ThirdPartyPackages/Adapter.js +3 -0
  28. package/lib/ThirdPartyPackages/Adapter.js.map +1 -0
  29. package/lib/ThirdPartyPackages/JanusGateway.d.ts +2 -0
  30. package/lib/ThirdPartyPackages/JanusGateway.js +3 -0
  31. package/lib/ThirdPartyPackages/JanusGateway.js.map +1 -0
  32. package/lib/assets/utils/functionUtils.d.ts +11 -0
  33. package/lib/assets/utils/functionUtils.js +74 -0
  34. package/lib/assets/utils/functionUtils.js.map +1 -0
  35. package/lib/components/Accordion/Accordion.d.ts +8 -0
  36. package/lib/components/Accordion/Accordion.js +29 -0
  37. package/lib/components/Accordion/Accordion.js.map +1 -0
  38. package/lib/components/Accordion/index.d.ts +1 -0
  39. package/lib/components/Accordion/index.js +2 -0
  40. package/lib/components/Accordion/index.js.map +1 -0
  41. package/lib/components/Accordion/types.d.ts +54 -0
  42. package/lib/components/Accordion/types.js +2 -0
  43. package/lib/components/Accordion/types.js.map +1 -0
  44. package/lib/components/AddContentButton/AddContentButton.d.ts +5 -0
  45. package/lib/components/AddContentButton/AddContentButton.js +11 -0
  46. package/lib/components/AddContentButton/AddContentButton.js.map +1 -0
  47. package/lib/components/AddContentButton/index.d.ts +1 -0
  48. package/lib/components/AddContentButton/index.js +2 -0
  49. package/lib/components/AddContentButton/index.js.map +1 -0
  50. package/lib/components/AddContentButton/types.d.ts +11 -0
  51. package/lib/components/AddContentButton/types.js +2 -0
  52. package/lib/components/AddContentButton/types.js.map +1 -0
  53. package/lib/components/AddResourceButton/AddResourceButton.d.ts +4 -0
  54. package/lib/components/AddResourceButton/AddResourceButton.js +79 -0
  55. package/lib/components/AddResourceButton/AddResourceButton.js.map +1 -0
  56. package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +6 -0
  57. package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js +15 -0
  58. package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.js.map +1 -0
  59. package/lib/components/AddResourceButton/index.d.ts +1 -0
  60. package/lib/components/AddResourceButton/index.js +2 -0
  61. package/lib/components/AddResourceButton/index.js.map +1 -0
  62. package/lib/components/AddResourceButton/type.d.ts +88 -0
  63. package/lib/components/AddResourceButton/type.js +27 -0
  64. package/lib/components/AddResourceButton/type.js.map +1 -0
  65. package/lib/components/AiToggle/AiToggle.d.ts +5 -0
  66. package/lib/components/AiToggle/AiToggle.js +21 -0
  67. package/lib/components/AiToggle/AiToggle.js.map +1 -0
  68. package/lib/components/AiToggle/index.d.ts +1 -0
  69. package/lib/components/AiToggle/index.js +2 -0
  70. package/lib/components/AiToggle/index.js.map +1 -0
  71. package/lib/components/AiToggle/types.d.ts +7 -0
  72. package/lib/components/AiToggle/types.js +2 -0
  73. package/lib/components/AiToggle/types.js.map +1 -0
  74. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.d.ts +4 -0
  75. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js +141 -0
  76. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.js.map +1 -0
  77. package/lib/components/AllProjectsDropdown/index.d.ts +1 -0
  78. package/lib/components/AllProjectsDropdown/index.js +2 -0
  79. package/lib/components/AllProjectsDropdown/index.js.map +1 -0
  80. package/lib/components/AllProjectsDropdown/types.d.ts +16 -0
  81. package/lib/components/AllProjectsDropdown/types.js +2 -0
  82. package/lib/components/AllProjectsDropdown/types.js.map +1 -0
  83. package/lib/components/AnimatedSetting/AnimatedSetting.d.ts +3 -0
  84. package/lib/components/AnimatedSetting/AnimatedSetting.js +33 -0
  85. package/lib/components/AnimatedSetting/AnimatedSetting.js.map +1 -0
  86. package/lib/components/AnimatedSetting/index.d.ts +1 -0
  87. package/lib/components/AnimatedSetting/index.js +2 -0
  88. package/lib/components/AnimatedSetting/index.js.map +1 -0
  89. package/lib/components/AnimatedSetting/type.d.ts +17 -0
  90. package/lib/components/AnimatedSetting/type.js +2 -0
  91. package/lib/components/AnimatedSetting/type.js.map +1 -0
  92. package/lib/components/AppHeader/AppHeader.d.ts +5 -0
  93. package/lib/components/AppHeader/AppHeader.js +236 -0
  94. package/lib/components/AppHeader/AppHeader.js.map +1 -0
  95. package/lib/components/AppHeader/index.d.ts +1 -0
  96. package/lib/components/AppHeader/index.js +2 -0
  97. package/lib/components/AppHeader/index.js.map +1 -0
  98. package/lib/components/AppHeader/types.d.ts +79 -0
  99. package/lib/components/AppHeader/types.js +2 -0
  100. package/lib/components/AppHeader/types.js.map +1 -0
  101. package/lib/components/AttachMedia/AttachMedia.d.ts +5 -0
  102. package/lib/components/AttachMedia/AttachMedia.js +15 -0
  103. package/lib/components/AttachMedia/AttachMedia.js.map +1 -0
  104. package/lib/components/AttachMedia/index.d.ts +1 -0
  105. package/lib/components/AttachMedia/index.js +2 -0
  106. package/lib/components/AttachMedia/index.js.map +1 -0
  107. package/lib/components/AttachMedia/types.d.ts +31 -0
  108. package/lib/components/AttachMedia/types.js +2 -0
  109. package/lib/components/AttachMedia/types.js.map +1 -0
  110. package/lib/components/AttachmentButton/AttachmentButton.d.ts +5 -0
  111. package/lib/components/AttachmentButton/AttachmentButton.js +100 -0
  112. package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -0
  113. package/lib/components/AttachmentButton/index.d.ts +1 -0
  114. package/lib/components/AttachmentButton/index.js +2 -0
  115. package/lib/components/AttachmentButton/index.js.map +1 -0
  116. package/lib/components/AttachmentButton/types.d.ts +26 -0
  117. package/lib/components/AttachmentButton/types.js +2 -0
  118. package/lib/components/AttachmentButton/types.js.map +1 -0
  119. package/lib/components/Avatar/Avatar.d.ts +5 -0
  120. package/lib/components/Avatar/Avatar.js +9 -0
  121. package/lib/components/Avatar/Avatar.js.map +1 -0
  122. package/lib/components/Avatar/index.d.ts +1 -0
  123. package/lib/components/Avatar/index.js +2 -0
  124. package/lib/components/Avatar/index.js.map +1 -0
  125. package/lib/components/Avatar/types.d.ts +34 -0
  126. package/lib/components/Avatar/types.js +2 -0
  127. package/lib/components/Avatar/types.js.map +1 -0
  128. package/lib/components/Box/Box.d.ts +5 -0
  129. package/lib/components/Box/Box.js +30 -0
  130. package/lib/components/Box/Box.js.map +1 -0
  131. package/lib/components/Box/index.d.ts +1 -0
  132. package/lib/components/Box/index.js +2 -0
  133. package/lib/components/Box/index.js.map +1 -0
  134. package/lib/components/Box/types.d.ts +34 -0
  135. package/lib/components/Box/types.js +2 -0
  136. package/lib/components/Box/types.js.map +1 -0
  137. package/lib/components/BrowserTabs/BrowserTabs.d.ts +5 -0
  138. package/lib/components/BrowserTabs/BrowserTabs.js +89 -0
  139. package/lib/components/BrowserTabs/BrowserTabs.js.map +1 -0
  140. package/lib/components/BrowserTabs/index.d.ts +1 -0
  141. package/lib/components/BrowserTabs/index.js +2 -0
  142. package/lib/components/BrowserTabs/index.js.map +1 -0
  143. package/lib/components/BrowserTabs/types.d.ts +68 -0
  144. package/lib/components/BrowserTabs/types.js +2 -0
  145. package/lib/components/BrowserTabs/types.js.map +1 -0
  146. package/lib/components/Button/Button.d.ts +5 -0
  147. package/lib/components/Button/Button.js +33 -0
  148. package/lib/components/Button/Button.js.map +1 -0
  149. package/lib/components/Button/index.d.ts +1 -0
  150. package/lib/components/Button/index.js +2 -0
  151. package/lib/components/Button/index.js.map +1 -0
  152. package/lib/components/Button/types.d.ts +107 -0
  153. package/lib/components/Button/types.js +2 -0
  154. package/lib/components/Button/types.js.map +1 -0
  155. package/lib/components/Carousel/Carousel.d.ts +8 -0
  156. package/lib/components/Carousel/Carousel.js +35 -0
  157. package/lib/components/Carousel/Carousel.js.map +1 -0
  158. package/lib/components/Carousel/index.d.ts +1 -0
  159. package/lib/components/Carousel/index.js +2 -0
  160. package/lib/components/Carousel/index.js.map +1 -0
  161. package/lib/components/Carousel/type.d.ts +27 -0
  162. package/lib/components/Carousel/type.js +2 -0
  163. package/lib/components/Carousel/type.js.map +1 -0
  164. package/lib/components/Charts/BarChart/BarChart.d.ts +43 -0
  165. package/lib/components/Charts/BarChart/BarChart.js +291 -0
  166. package/lib/components/Charts/BarChart/BarChart.js.map +1 -0
  167. package/lib/components/Charts/BarChart/index.d.ts +1 -0
  168. package/lib/components/Charts/BarChart/index.js +2 -0
  169. package/lib/components/Charts/BarChart/index.js.map +1 -0
  170. package/lib/components/Charts/BarChart/types.d.ts +18 -0
  171. package/lib/components/Charts/BarChart/types.js +2 -0
  172. package/lib/components/Charts/BarChart/types.js.map +1 -0
  173. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.d.ts +5 -0
  174. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +523 -0
  175. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js.map +1 -0
  176. package/lib/components/Charts/DashboardDonutChart/index.d.ts +1 -0
  177. package/lib/components/Charts/DashboardDonutChart/index.js +2 -0
  178. package/lib/components/Charts/DashboardDonutChart/index.js.map +1 -0
  179. package/lib/components/Charts/DashboardDonutChart/types.d.ts +62 -0
  180. package/lib/components/Charts/DashboardDonutChart/types.js +2 -0
  181. package/lib/components/Charts/DashboardDonutChart/types.js.map +1 -0
  182. package/lib/components/Charts/DonutChart/DonutChart.d.ts +5 -0
  183. package/lib/components/Charts/DonutChart/DonutChart.js +94 -0
  184. package/lib/components/Charts/DonutChart/DonutChart.js.map +1 -0
  185. package/lib/components/Charts/DonutChart/index.d.ts +1 -0
  186. package/lib/components/Charts/DonutChart/index.js +2 -0
  187. package/lib/components/Charts/DonutChart/index.js.map +1 -0
  188. package/lib/components/Charts/DonutChart/type.d.ts +15 -0
  189. package/lib/components/Charts/DonutChart/type.js +2 -0
  190. package/lib/components/Charts/DonutChart/type.js.map +1 -0
  191. package/lib/components/Charts/IconRadialChart/IconRadialChart.d.ts +5 -0
  192. package/lib/components/Charts/IconRadialChart/IconRadialChart.js +81 -0
  193. package/lib/components/Charts/IconRadialChart/IconRadialChart.js.map +1 -0
  194. package/lib/components/Charts/IconRadialChart/index.d.ts +1 -0
  195. package/lib/components/Charts/IconRadialChart/index.js +2 -0
  196. package/lib/components/Charts/IconRadialChart/index.js.map +1 -0
  197. package/lib/components/Charts/IconRadialChart/types.d.ts +25 -0
  198. package/lib/components/Charts/IconRadialChart/types.js +2 -0
  199. package/lib/components/Charts/IconRadialChart/types.js.map +1 -0
  200. package/lib/components/Charts/LineChart/LineChart.d.ts +5 -0
  201. package/lib/components/Charts/LineChart/LineChart.js +243 -0
  202. package/lib/components/Charts/LineChart/LineChart.js.map +1 -0
  203. package/lib/components/Charts/LineChart/index.d.ts +1 -0
  204. package/lib/components/Charts/LineChart/index.js +2 -0
  205. package/lib/components/Charts/LineChart/index.js.map +1 -0
  206. package/lib/components/Charts/LineChart/types.d.ts +32 -0
  207. package/lib/components/Charts/LineChart/types.js +2 -0
  208. package/lib/components/Charts/LineChart/types.js.map +1 -0
  209. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.d.ts +5 -0
  210. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js +207 -0
  211. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.js.map +1 -0
  212. package/lib/components/Charts/MultiRadialChart/index.d.ts +1 -0
  213. package/lib/components/Charts/MultiRadialChart/index.js +2 -0
  214. package/lib/components/Charts/MultiRadialChart/index.js.map +1 -0
  215. package/lib/components/Charts/MultiRadialChart/types.d.ts +30 -0
  216. package/lib/components/Charts/MultiRadialChart/types.js +2 -0
  217. package/lib/components/Charts/MultiRadialChart/types.js.map +1 -0
  218. package/lib/components/Charts/PieChart/PieChart.d.ts +5 -0
  219. package/lib/components/Charts/PieChart/PieChart.js +134 -0
  220. package/lib/components/Charts/PieChart/PieChart.js.map +1 -0
  221. package/lib/components/Charts/PieChart/index.d.ts +1 -0
  222. package/lib/components/Charts/PieChart/index.js +2 -0
  223. package/lib/components/Charts/PieChart/index.js.map +1 -0
  224. package/lib/components/Charts/PieChart/types.d.ts +27 -0
  225. package/lib/components/Charts/PieChart/types.js +2 -0
  226. package/lib/components/Charts/PieChart/types.js.map +1 -0
  227. package/lib/components/Charts/RadialChart/RadialChart.d.ts +5 -0
  228. package/lib/components/Charts/RadialChart/RadialChart.js +89 -0
  229. package/lib/components/Charts/RadialChart/RadialChart.js.map +1 -0
  230. package/lib/components/Charts/RadialChart/index.d.ts +1 -0
  231. package/lib/components/Charts/RadialChart/index.js +2 -0
  232. package/lib/components/Charts/RadialChart/index.js.map +1 -0
  233. package/lib/components/Charts/RadialChart/types.d.ts +26 -0
  234. package/lib/components/Charts/RadialChart/types.js +2 -0
  235. package/lib/components/Charts/RadialChart/types.js.map +1 -0
  236. package/lib/components/ChatModal/ChatModal.d.ts +5 -0
  237. package/lib/components/ChatModal/ChatModal.js +44 -0
  238. package/lib/components/ChatModal/ChatModal.js.map +1 -0
  239. package/lib/components/ChatModal/index.d.ts +1 -0
  240. package/lib/components/ChatModal/index.js +2 -0
  241. package/lib/components/ChatModal/index.js.map +1 -0
  242. package/lib/components/ChatModal/types.d.ts +31 -0
  243. package/lib/components/ChatModal/types.js +2 -0
  244. package/lib/components/ChatModal/types.js.map +1 -0
  245. package/lib/components/ChatModalAi/ChatModalAi.d.ts +4 -0
  246. package/lib/components/ChatModalAi/ChatModalAi.js +63 -0
  247. package/lib/components/ChatModalAi/ChatModalAi.js.map +1 -0
  248. package/lib/components/ChatModalAi/index.d.ts +1 -0
  249. package/lib/components/ChatModalAi/index.js +2 -0
  250. package/lib/components/ChatModalAi/index.js.map +1 -0
  251. package/lib/components/ChatModalAi/types.d.ts +34 -0
  252. package/lib/components/ChatModalAi/types.js +2 -0
  253. package/lib/components/ChatModalAi/types.js.map +1 -0
  254. package/lib/components/Checkbox/Checkbox.d.ts +6 -0
  255. package/lib/components/Checkbox/Checkbox.js +23 -0
  256. package/lib/components/Checkbox/Checkbox.js.map +1 -0
  257. package/lib/components/Checkbox/index.d.ts +1 -0
  258. package/lib/components/Checkbox/index.js +2 -0
  259. package/lib/components/Checkbox/index.js.map +1 -0
  260. package/lib/components/Checkbox/types.d.ts +43 -0
  261. package/lib/components/Checkbox/types.js +2 -0
  262. package/lib/components/Checkbox/types.js.map +1 -0
  263. package/lib/components/Chip/Chip.d.ts +4 -0
  264. package/lib/components/Chip/Chip.js +25 -0
  265. package/lib/components/Chip/Chip.js.map +1 -0
  266. package/lib/components/Chip/index.d.ts +1 -0
  267. package/lib/components/Chip/index.js +2 -0
  268. package/lib/components/Chip/index.js.map +1 -0
  269. package/lib/components/Chip/types.d.ts +20 -0
  270. package/lib/components/Chip/types.js +2 -0
  271. package/lib/components/Chip/types.js.map +1 -0
  272. package/lib/components/ChipWithCount/ChipWithCount.d.ts +5 -0
  273. package/lib/components/ChipWithCount/ChipWithCount.js +14 -0
  274. package/lib/components/ChipWithCount/ChipWithCount.js.map +1 -0
  275. package/lib/components/ChipWithCount/index.d.ts +1 -0
  276. package/lib/components/ChipWithCount/index.js +2 -0
  277. package/lib/components/ChipWithCount/index.js.map +1 -0
  278. package/lib/components/ChipWithCount/types.d.ts +7 -0
  279. package/lib/components/ChipWithCount/types.js +2 -0
  280. package/lib/components/ChipWithCount/types.js.map +1 -0
  281. package/lib/components/ChooseFile/ChooseFile.d.ts +4 -0
  282. package/lib/components/ChooseFile/ChooseFile.js +21 -0
  283. package/lib/components/ChooseFile/ChooseFile.js.map +1 -0
  284. package/lib/components/ChooseFile/types.d.ts +76 -0
  285. package/lib/components/ChooseFile/types.js +2 -0
  286. package/lib/components/ChooseFile/types.js.map +1 -0
  287. package/lib/components/Comments/Comments.d.ts +4 -0
  288. package/lib/components/Comments/Comments.js +271 -0
  289. package/lib/components/Comments/Comments.js.map +1 -0
  290. package/lib/components/Comments/childComment/ChildComment.d.ts +4 -0
  291. package/lib/components/Comments/childComment/ChildComment.js +270 -0
  292. package/lib/components/Comments/childComment/ChildComment.js.map +1 -0
  293. package/lib/components/Comments/childComment/useNode.d.ts +7 -0
  294. package/lib/components/Comments/childComment/useNode.js +49 -0
  295. package/lib/components/Comments/childComment/useNode.js.map +1 -0
  296. package/lib/components/Comments/commentCommonUtils.d.ts +11 -0
  297. package/lib/components/Comments/commentCommonUtils.js +15 -0
  298. package/lib/components/Comments/commentCommonUtils.js.map +1 -0
  299. package/lib/components/Comments/index.d.ts +1 -0
  300. package/lib/components/Comments/index.js +2 -0
  301. package/lib/components/Comments/index.js.map +1 -0
  302. package/lib/components/Comments/mentionUser/MentionUser.d.ts +5 -0
  303. package/lib/components/Comments/mentionUser/MentionUser.js +54 -0
  304. package/lib/components/Comments/mentionUser/MentionUser.js.map +1 -0
  305. package/lib/components/Comments/type.d.ts +67 -0
  306. package/lib/components/Comments/type.js +2 -0
  307. package/lib/components/Comments/type.js.map +1 -0
  308. package/lib/components/ConditionalDropdown/ConditionalDropdown.d.ts +4 -0
  309. package/lib/components/ConditionalDropdown/ConditionalDropdown.js +218 -0
  310. package/lib/components/ConditionalDropdown/ConditionalDropdown.js.map +1 -0
  311. package/lib/components/ConditionalDropdown/OptionsDropdown.d.ts +5 -0
  312. package/lib/components/ConditionalDropdown/OptionsDropdown.js +26 -0
  313. package/lib/components/ConditionalDropdown/OptionsDropdown.js.map +1 -0
  314. package/lib/components/ConditionalDropdown/index.d.ts +1 -0
  315. package/lib/components/ConditionalDropdown/index.js +2 -0
  316. package/lib/components/ConditionalDropdown/index.js.map +1 -0
  317. package/lib/components/ConditionalDropdown/types.d.ts +173 -0
  318. package/lib/components/ConditionalDropdown/types.js +2 -0
  319. package/lib/components/ConditionalDropdown/types.js.map +1 -0
  320. package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.d.ts +3 -0
  321. package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js +37 -0
  322. package/lib/components/ConnectingBranch/BranchComponents/MachineInstances.js.map +1 -0
  323. package/lib/components/ConnectingBranch/ConnectingBranch.d.ts +5 -0
  324. package/lib/components/ConnectingBranch/ConnectingBranch.js +101 -0
  325. package/lib/components/ConnectingBranch/ConnectingBranch.js.map +1 -0
  326. package/lib/components/ConnectingBranch/data.d.ts +70 -0
  327. package/lib/components/ConnectingBranch/data.js +213 -0
  328. package/lib/components/ConnectingBranch/data.js.map +1 -0
  329. package/lib/components/ConnectingBranch/index.d.ts +1 -0
  330. package/lib/components/ConnectingBranch/index.js +2 -0
  331. package/lib/components/ConnectingBranch/index.js.map +1 -0
  332. package/lib/components/ConnectingBranch/types.d.ts +53 -0
  333. package/lib/components/ConnectingBranch/types.js +2 -0
  334. package/lib/components/ConnectingBranch/types.js.map +1 -0
  335. package/lib/components/ContentCard/ContentCard.d.ts +5 -0
  336. package/lib/components/ContentCard/ContentCard.js +16 -0
  337. package/lib/components/ContentCard/ContentCard.js.map +1 -0
  338. package/lib/components/ContentCard/index.d.ts +1 -0
  339. package/lib/components/ContentCard/index.js +2 -0
  340. package/lib/components/ContentCard/index.js.map +1 -0
  341. package/lib/components/ContentCard/types.d.ts +5 -0
  342. package/lib/components/ContentCard/types.js +2 -0
  343. package/lib/components/ContentCard/types.js.map +1 -0
  344. package/lib/components/CreateVariable/CreateVariableSlider.d.ts +5 -0
  345. package/lib/components/CreateVariable/CreateVariableSlider.js +129 -0
  346. package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -0
  347. package/lib/components/CreateVariable/index.d.ts +1 -0
  348. package/lib/components/CreateVariable/index.js +2 -0
  349. package/lib/components/CreateVariable/index.js.map +1 -0
  350. package/lib/components/CreateVariable/types.d.ts +85 -0
  351. package/lib/components/CreateVariable/types.js +2 -0
  352. package/lib/components/CreateVariable/types.js.map +1 -0
  353. package/lib/components/DatePicker/DatePicker.d.ts +5 -0
  354. package/lib/components/DatePicker/DatePicker.js +317 -0
  355. package/lib/components/DatePicker/DatePicker.js.map +1 -0
  356. package/lib/components/DatePicker/Timepicker.d.ts +4 -0
  357. package/lib/components/DatePicker/Timepicker.js +230 -0
  358. package/lib/components/DatePicker/Timepicker.js.map +1 -0
  359. package/lib/components/DatePicker/index.d.ts +1 -0
  360. package/lib/components/DatePicker/index.js +2 -0
  361. package/lib/components/DatePicker/index.js.map +1 -0
  362. package/lib/components/DatePicker/types.d.ts +103 -0
  363. package/lib/components/DatePicker/types.js +2 -0
  364. package/lib/components/DatePicker/types.js.map +1 -0
  365. package/lib/components/DebugToolsPanel/DebugToolsPanel.d.ts +5 -0
  366. package/lib/components/DebugToolsPanel/DebugToolsPanel.js +39 -0
  367. package/lib/components/DebugToolsPanel/DebugToolsPanel.js.map +1 -0
  368. package/lib/components/DebugToolsPanel/index.d.ts +1 -0
  369. package/lib/components/DebugToolsPanel/index.js +2 -0
  370. package/lib/components/DebugToolsPanel/index.js.map +1 -0
  371. package/lib/components/DebugToolsPanel/type.d.ts +8 -0
  372. package/lib/components/DebugToolsPanel/type.js +2 -0
  373. package/lib/components/DebugToolsPanel/type.js.map +1 -0
  374. package/lib/components/DownloadClient/DownloadClient.d.ts +4 -0
  375. package/lib/components/DownloadClient/DownloadClient.js +24 -0
  376. package/lib/components/DownloadClient/DownloadClient.js.map +1 -0
  377. package/lib/components/DownloadClient/index.d.ts +1 -0
  378. package/lib/components/DownloadClient/index.js +2 -0
  379. package/lib/components/DownloadClient/index.js.map +1 -0
  380. package/lib/components/DownloadClient/type.d.ts +27 -0
  381. package/lib/components/DownloadClient/type.js +2 -0
  382. package/lib/components/DownloadClient/type.js.map +1 -0
  383. package/lib/components/DragAndDrop/DragAndDrop.d.ts +11 -0
  384. package/lib/components/DragAndDrop/DragAndDrop.js +7 -0
  385. package/lib/components/DragAndDrop/DragAndDrop.js.map +1 -0
  386. package/lib/components/DragAndDrop/DragAndDropList.d.ts +20 -0
  387. package/lib/components/DragAndDrop/DragAndDropList.js +54 -0
  388. package/lib/components/DragAndDrop/DragAndDropList.js.map +1 -0
  389. package/lib/components/DragAndDrop/index.d.ts +1 -0
  390. package/lib/components/DragAndDrop/index.js +2 -0
  391. package/lib/components/DragAndDrop/index.js.map +1 -0
  392. package/lib/components/Drawer/Drawer.d.ts +5 -0
  393. package/lib/components/Drawer/Drawer.js +121 -0
  394. package/lib/components/Drawer/Drawer.js.map +1 -0
  395. package/lib/components/Drawer/Types.d.ts +173 -0
  396. package/lib/components/Drawer/Types.js +2 -0
  397. package/lib/components/Drawer/Types.js.map +1 -0
  398. package/lib/components/Drawer/index.d.ts +1 -0
  399. package/lib/components/Drawer/index.js +2 -0
  400. package/lib/components/Drawer/index.js.map +1 -0
  401. package/lib/components/EditLabel/EditLabel.d.ts +4 -0
  402. package/lib/components/EditLabel/EditLabel.js +230 -0
  403. package/lib/components/EditLabel/EditLabel.js.map +1 -0
  404. package/lib/components/EditLabel/index.d.ts +1 -0
  405. package/lib/components/EditLabel/index.js +2 -0
  406. package/lib/components/EditLabel/index.js.map +1 -0
  407. package/lib/components/EditLabel/types.d.ts +44 -0
  408. package/lib/components/EditLabel/types.js +2 -0
  409. package/lib/components/EditLabel/types.js.map +1 -0
  410. package/lib/components/EditTextField/EditTextField.d.ts +5 -0
  411. package/lib/components/EditTextField/EditTextField.js +85 -0
  412. package/lib/components/EditTextField/EditTextField.js.map +1 -0
  413. package/lib/components/EditTextField/index.d.ts +1 -0
  414. package/lib/components/EditTextField/index.js +2 -0
  415. package/lib/components/EditTextField/index.js.map +1 -0
  416. package/lib/components/EditTextField/types.d.ts +52 -0
  417. package/lib/components/EditTextField/types.js +2 -0
  418. package/lib/components/EditTextField/types.js.map +1 -0
  419. package/lib/components/Editor/DynamicWidthToolTip.d.ts +6 -0
  420. package/lib/components/Editor/DynamicWidthToolTip.js +54 -0
  421. package/lib/components/Editor/DynamicWidthToolTip.js.map +1 -0
  422. package/lib/components/Editor/Editor.d.ts +4 -0
  423. package/lib/components/Editor/Editor.js +445 -0
  424. package/lib/components/Editor/Editor.js.map +1 -0
  425. package/lib/components/Editor/VariableDropdown.d.ts +5 -0
  426. package/lib/components/Editor/VariableDropdown.js +69 -0
  427. package/lib/components/Editor/VariableDropdown.js.map +1 -0
  428. package/lib/components/Editor/calculateDropdownPosition.d.ts +7 -0
  429. package/lib/components/Editor/calculateDropdownPosition.js +23 -0
  430. package/lib/components/Editor/calculateDropdownPosition.js.map +1 -0
  431. package/lib/components/Editor/constants.d.ts +3 -0
  432. package/lib/components/Editor/constants.js +294 -0
  433. package/lib/components/Editor/constants.js.map +1 -0
  434. package/lib/components/Editor/index.d.ts +1 -0
  435. package/lib/components/Editor/index.js +2 -0
  436. package/lib/components/Editor/index.js.map +1 -0
  437. package/lib/components/Editor/types.d.ts +124 -0
  438. package/lib/components/Editor/types.js +2 -0
  439. package/lib/components/Editor/types.js.map +1 -0
  440. package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +9 -0
  441. package/lib/components/ErrorBoundary/ErrorBoundary.js +22 -0
  442. package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -0
  443. package/lib/components/ErrorBoundary/errorBoundary.types.d.ts +8 -0
  444. package/lib/components/ErrorBoundary/errorBoundary.types.js +2 -0
  445. package/lib/components/ErrorBoundary/errorBoundary.types.js.map +1 -0
  446. package/lib/components/Excel/ColorBarSelector/ColorBarSelector.d.ts +9 -0
  447. package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js +23 -0
  448. package/lib/components/Excel/ColorBarSelector/ColorBarSelector.js.map +1 -0
  449. package/lib/components/Excel/Data.d.ts +187 -0
  450. package/lib/components/Excel/Data.js +656 -0
  451. package/lib/components/Excel/Data.js.map +1 -0
  452. package/lib/components/Excel/Data2.d.ts +133 -0
  453. package/lib/components/Excel/Data2.js +698 -0
  454. package/lib/components/Excel/Data2.js.map +1 -0
  455. package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.d.ts +12 -0
  456. package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js +35 -0
  457. package/lib/components/Excel/ExcelContextMenu/ExcelContextMenu.js.map +1 -0
  458. package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +105 -0
  459. package/lib/components/Excel/ExcelFile/ExcelFile.js +597 -0
  460. package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -0
  461. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.d.ts +38 -0
  462. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +483 -0
  463. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -0
  464. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.d.ts +4 -0
  465. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +80 -0
  466. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -0
  467. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.d.ts +5 -0
  468. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +179 -0
  469. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -0
  470. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.d.ts +9 -0
  471. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js +25 -0
  472. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js.map +1 -0
  473. package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.d.ts +5 -0
  474. package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js +26 -0
  475. package/lib/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.js.map +1 -0
  476. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.d.ts +5 -0
  477. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js +31 -0
  478. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.js.map +1 -0
  479. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.d.ts +8 -0
  480. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +36 -0
  481. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -0
  482. package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.d.ts +9 -0
  483. package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js +68 -0
  484. package/lib/components/Excel/ExcelFile/ExcelFileComponents/EditableCell.js.map +1 -0
  485. package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.d.ts +10 -0
  486. package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js +38 -0
  487. package/lib/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.js.map +1 -0
  488. package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.d.ts +3 -0
  489. package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js +4 -0
  490. package/lib/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.js.map +1 -0
  491. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.d.ts +3 -0
  492. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js +4 -0
  493. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Row.js.map +1 -0
  494. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.d.ts +5 -0
  495. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +133 -0
  496. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -0
  497. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +9 -0
  498. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +26 -0
  499. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -0
  500. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +95 -0
  501. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +465 -0
  502. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -0
  503. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.d.ts +3 -0
  504. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js +16 -0
  505. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js.map +1 -0
  506. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.d.ts +270 -0
  507. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js +274 -0
  508. package/lib/components/Excel/ExcelFile/ExcelFileComponents/actions.js.map +1 -0
  509. package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.d.ts +1 -0
  510. package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js +18 -0
  511. package/lib/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.js.map +1 -0
  512. package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.d.ts +8 -0
  513. package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js +5 -0
  514. package/lib/components/Excel/ExcelFile/ExcelFileComponents/context.js.map +1 -0
  515. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.d.ts +16 -0
  516. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js +94 -0
  517. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.js.map +1 -0
  518. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.d.ts +9 -0
  519. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js +23 -0
  520. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.js.map +1 -0
  521. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.d.ts +2 -0
  522. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js +3 -0
  523. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/index.js.map +1 -0
  524. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.d.ts +20 -0
  525. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js +127 -0
  526. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.js.map +1 -0
  527. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.d.ts +3 -0
  528. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js +8 -0
  529. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.js.map +1 -0
  530. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.d.ts +24 -0
  531. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js +63 -0
  532. package/lib/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.js.map +1 -0
  533. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.d.ts +13 -0
  534. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +10 -0
  535. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -0
  536. package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.d.ts +68 -0
  537. package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js +296 -0
  538. package/lib/components/Excel/ExcelFile/ExcelFileComponents/matrix.js.map +1 -0
  539. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.d.ts +22 -0
  540. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js +61 -0
  541. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point-range.js.map +1 -0
  542. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.d.ts +11 -0
  543. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js +7 -0
  544. package/lib/components/Excel/ExcelFile/ExcelFileComponents/point.js.map +1 -0
  545. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.d.ts +4 -0
  546. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +765 -0
  547. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -0
  548. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.d.ts +46 -0
  549. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +825 -0
  550. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -0
  551. package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.d.ts +95 -0
  552. package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js +189 -0
  553. package/lib/components/Excel/ExcelFile/ExcelFileComponents/selection.js.map +1 -0
  554. package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +292 -0
  555. package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js +2 -0
  556. package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.js.map +1 -0
  557. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.d.ts +3 -0
  558. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js +7 -0
  559. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.js.map +1 -0
  560. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.d.ts +3 -0
  561. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js +7 -0
  562. package/lib/components/Excel/ExcelFile/ExcelFileComponents/use-selector.js.map +1 -0
  563. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +76 -0
  564. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +468 -0
  565. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -0
  566. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.d.ts +19 -0
  567. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +123 -0
  568. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -0
  569. package/lib/components/Excel/Types.d.ts +184 -0
  570. package/lib/components/Excel/Types.js +2 -0
  571. package/lib/components/Excel/Types.js.map +1 -0
  572. package/lib/components/Excel/dataConversion.d.ts +2 -0
  573. package/lib/components/Excel/dataConversion.js +144 -0
  574. package/lib/components/Excel/dataConversion.js.map +1 -0
  575. package/lib/components/Excel/index.d.ts +1 -0
  576. package/lib/components/Excel/index.js +2 -0
  577. package/lib/components/Excel/index.js.map +1 -0
  578. package/lib/components/ExpandableMenu/ExpandableMenu.d.ts +5 -0
  579. package/lib/components/ExpandableMenu/ExpandableMenu.js +41 -0
  580. package/lib/components/ExpandableMenu/ExpandableMenu.js.map +1 -0
  581. package/lib/components/ExpandableMenu/index.d.ts +1 -0
  582. package/lib/components/ExpandableMenu/index.js +2 -0
  583. package/lib/components/ExpandableMenu/index.js.map +1 -0
  584. package/lib/components/ExpandableMenu/types.d.ts +35 -0
  585. package/lib/components/ExpandableMenu/types.js +2 -0
  586. package/lib/components/ExpandableMenu/types.js.map +1 -0
  587. package/lib/components/ExpandableTable/ExpandableTable.d.ts +12 -0
  588. package/lib/components/ExpandableTable/ExpandableTable.js +19 -0
  589. package/lib/components/ExpandableTable/ExpandableTable.js.map +1 -0
  590. package/lib/components/FF_Captcha/Recaptcha.d.ts +6 -0
  591. package/lib/components/FF_Captcha/Recaptcha.js +24 -0
  592. package/lib/components/FF_Captcha/Recaptcha.js.map +1 -0
  593. package/lib/components/FF_Captcha/index.d.ts +0 -0
  594. package/lib/components/FF_Captcha/index.js +2 -0
  595. package/lib/components/FF_Captcha/index.js.map +1 -0
  596. package/lib/components/FF_Captcha/types.d.ts +29 -0
  597. package/lib/components/FF_Captcha/types.js +2 -0
  598. package/lib/components/FF_Captcha/types.js.map +1 -0
  599. package/lib/components/FieldSet/FieldSet.d.ts +5 -0
  600. package/lib/components/FieldSet/FieldSet.js +8 -0
  601. package/lib/components/FieldSet/FieldSet.js.map +1 -0
  602. package/lib/components/FieldSet/index.d.ts +1 -0
  603. package/lib/components/FieldSet/index.js +2 -0
  604. package/lib/components/FieldSet/index.js.map +1 -0
  605. package/lib/components/FieldSet/types.d.ts +7 -0
  606. package/lib/components/FieldSet/types.js +2 -0
  607. package/lib/components/FieldSet/types.js.map +1 -0
  608. package/lib/components/FileDropzone/Dropzone.d.ts +5 -0
  609. package/lib/components/FileDropzone/Dropzone.js +30 -0
  610. package/lib/components/FileDropzone/Dropzone.js.map +1 -0
  611. package/lib/components/FileDropzone/FileDropzone.d.ts +4 -0
  612. package/lib/components/FileDropzone/FileDropzone.js +64 -0
  613. package/lib/components/FileDropzone/FileDropzone.js.map +1 -0
  614. package/lib/components/FileDropzone/FilePreview.d.ts +4 -0
  615. package/lib/components/FileDropzone/FilePreview.js +33 -0
  616. package/lib/components/FileDropzone/FilePreview.js.map +1 -0
  617. package/lib/components/FileDropzone/RadioFilePreview.d.ts +4 -0
  618. package/lib/components/FileDropzone/RadioFilePreview.js +50 -0
  619. package/lib/components/FileDropzone/RadioFilePreview.js.map +1 -0
  620. package/lib/components/FileDropzone/index.d.ts +1 -0
  621. package/lib/components/FileDropzone/index.js +2 -0
  622. package/lib/components/FileDropzone/index.js.map +1 -0
  623. package/lib/components/FileDropzone/types.d.ts +228 -0
  624. package/lib/components/FileDropzone/types.js +2 -0
  625. package/lib/components/FileDropzone/types.js.map +1 -0
  626. package/lib/components/Form/Form.d.ts +2 -0
  627. package/lib/components/Form/Form.js +3 -0
  628. package/lib/components/Form/Form.js.map +1 -0
  629. package/lib/components/Form/Forms.d.ts +13 -0
  630. package/lib/components/Form/Forms.js +19 -0
  631. package/lib/components/Form/Forms.js.map +1 -0
  632. package/lib/components/Form/index.d.ts +1 -0
  633. package/lib/components/Form/index.js +2 -0
  634. package/lib/components/Form/index.js.map +1 -0
  635. package/lib/components/Form/types.d.ts +1 -0
  636. package/lib/components/Form/types.js +2 -0
  637. package/lib/components/Form/types.js.map +1 -0
  638. package/lib/components/GridLayout/GridLayout.d.ts +6 -0
  639. package/lib/components/GridLayout/GridLayout.js +15 -0
  640. package/lib/components/GridLayout/GridLayout.js.map +1 -0
  641. package/lib/components/GridLayout/index.d.ts +2 -0
  642. package/lib/components/GridLayout/index.js +2 -0
  643. package/lib/components/GridLayout/index.js.map +1 -0
  644. package/lib/components/GridLayout/types.d.ts +74 -0
  645. package/lib/components/GridLayout/types.js +2 -0
  646. package/lib/components/GridLayout/types.js.map +1 -0
  647. package/lib/components/HighlightText/HighlightText.d.ts +4 -0
  648. package/lib/components/HighlightText/HighlightText.js +21 -0
  649. package/lib/components/HighlightText/HighlightText.js.map +1 -0
  650. package/lib/components/HighlightText/index.d.ts +1 -0
  651. package/lib/components/HighlightText/index.js +2 -0
  652. package/lib/components/HighlightText/index.js.map +1 -0
  653. package/lib/components/HighlightText/types.d.ts +5 -0
  654. package/lib/components/HighlightText/types.js +2 -0
  655. package/lib/components/HighlightText/types.js.map +1 -0
  656. package/lib/components/HistoryCard/HistoryCard.d.ts +25 -0
  657. package/lib/components/HistoryCard/HistoryCard.js +9 -0
  658. package/lib/components/HistoryCard/HistoryCard.js.map +1 -0
  659. package/lib/components/HistoryCard/index.d.ts +1 -0
  660. package/lib/components/HistoryCard/index.js +2 -0
  661. package/lib/components/HistoryCard/index.js.map +1 -0
  662. package/lib/components/Icon/Icon.d.ts +4 -0
  663. package/lib/components/Icon/Icon.js +66 -0
  664. package/lib/components/Icon/Icon.js.map +1 -0
  665. package/lib/components/Icon/iconList.d.ts +2 -0
  666. package/lib/components/Icon/iconList.js +1095 -0
  667. package/lib/components/Icon/iconList.js.map +1 -0
  668. package/lib/components/Icon/index.d.ts +1 -0
  669. package/lib/components/Icon/index.js +2 -0
  670. package/lib/components/Icon/index.js.map +1 -0
  671. package/lib/components/Icon/types.d.ts +19 -0
  672. package/lib/components/Icon/types.js +2 -0
  673. package/lib/components/Icon/types.js.map +1 -0
  674. package/lib/components/IconButton/IconButton.d.ts +4 -0
  675. package/lib/components/IconButton/IconButton.js +15 -0
  676. package/lib/components/IconButton/IconButton.js.map +1 -0
  677. package/lib/components/IconButton/index.d.ts +1 -0
  678. package/lib/components/IconButton/index.js +2 -0
  679. package/lib/components/IconButton/index.js.map +1 -0
  680. package/lib/components/IconButton/types.d.ts +10 -0
  681. package/lib/components/IconButton/types.js +2 -0
  682. package/lib/components/IconButton/types.js.map +1 -0
  683. package/lib/components/IconRadioGroup/IconRadioGroup.d.ts +5 -0
  684. package/lib/components/IconRadioGroup/IconRadioGroup.js +34 -0
  685. package/lib/components/IconRadioGroup/IconRadioGroup.js.map +1 -0
  686. package/lib/components/IconRadioGroup/index.d.ts +1 -0
  687. package/lib/components/IconRadioGroup/index.js +2 -0
  688. package/lib/components/IconRadioGroup/index.js.map +1 -0
  689. package/lib/components/IconRadioGroup/type.d.ts +41 -0
  690. package/lib/components/IconRadioGroup/type.js +2 -0
  691. package/lib/components/IconRadioGroup/type.js.map +1 -0
  692. package/lib/components/Input/Input.d.ts +4 -0
  693. package/lib/components/Input/Input.js +222 -0
  694. package/lib/components/Input/Input.js.map +1 -0
  695. package/lib/components/Input/index.d.ts +1 -0
  696. package/lib/components/Input/index.js +2 -0
  697. package/lib/components/Input/index.js.map +1 -0
  698. package/lib/components/Input/types.d.ts +164 -0
  699. package/lib/components/Input/types.js +2 -0
  700. package/lib/components/Input/types.js.map +1 -0
  701. package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +4 -0
  702. package/lib/components/InputWithDropdown/InputWithDropdown.js +64 -0
  703. package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -0
  704. package/lib/components/InputWithDropdown/index.d.ts +1 -0
  705. package/lib/components/InputWithDropdown/index.js +2 -0
  706. package/lib/components/InputWithDropdown/index.js.map +1 -0
  707. package/lib/components/InputWithDropdown/types.d.ts +107 -0
  708. package/lib/components/InputWithDropdown/types.js +2 -0
  709. package/lib/components/InputWithDropdown/types.js.map +1 -0
  710. package/lib/components/LabelEditTextField/LabelEditTextField.d.ts +5 -0
  711. package/lib/components/LabelEditTextField/LabelEditTextField.js +168 -0
  712. package/lib/components/LabelEditTextField/LabelEditTextField.js.map +1 -0
  713. package/lib/components/LabelEditTextField/index.d.ts +1 -0
  714. package/lib/components/LabelEditTextField/index.js +2 -0
  715. package/lib/components/LabelEditTextField/index.js.map +1 -0
  716. package/lib/components/LabelEditTextField/types.d.ts +53 -0
  717. package/lib/components/LabelEditTextField/types.js +2 -0
  718. package/lib/components/LabelEditTextField/types.js.map +1 -0
  719. package/lib/components/LazyLoad/LazyLoad.d.ts +2 -0
  720. package/lib/components/LazyLoad/LazyLoad.js +3 -0
  721. package/lib/components/LazyLoad/LazyLoad.js.map +1 -0
  722. package/lib/components/LazyLoad/LazyLoading.d.ts +2 -0
  723. package/lib/components/LazyLoad/LazyLoading.js +10 -0
  724. package/lib/components/LazyLoad/LazyLoading.js.map +1 -0
  725. package/lib/components/LazyLoad/index.d.ts +1 -0
  726. package/lib/components/LazyLoad/index.js +2 -0
  727. package/lib/components/LazyLoad/index.js.map +1 -0
  728. package/lib/components/LineLoader/LineLoader.d.ts +5 -0
  729. package/lib/components/LineLoader/LineLoader.js +7 -0
  730. package/lib/components/LineLoader/LineLoader.js.map +1 -0
  731. package/lib/components/LineLoader/index.d.ts +1 -0
  732. package/lib/components/LineLoader/index.js +2 -0
  733. package/lib/components/LineLoader/index.js.map +1 -0
  734. package/lib/components/LineLoader/types.d.ts +5 -0
  735. package/lib/components/LineLoader/types.js +2 -0
  736. package/lib/components/LineLoader/types.js.map +1 -0
  737. package/lib/components/Link/Link.d.ts +4 -0
  738. package/lib/components/Link/Link.js +38 -0
  739. package/lib/components/Link/Link.js.map +1 -0
  740. package/lib/components/Link/index.d.ts +1 -0
  741. package/lib/components/Link/index.js +2 -0
  742. package/lib/components/Link/index.js.map +1 -0
  743. package/lib/components/Link/types.d.ts +93 -0
  744. package/lib/components/Link/types.js +2 -0
  745. package/lib/components/Link/types.js.map +1 -0
  746. package/lib/components/MachineInputField/MachineInputField.d.ts +7 -0
  747. package/lib/components/MachineInputField/MachineInputField.js +53 -0
  748. package/lib/components/MachineInputField/MachineInputField.js.map +1 -0
  749. package/lib/components/MachineInputField/index.d.ts +1 -0
  750. package/lib/components/MachineInputField/index.js +2 -0
  751. package/lib/components/MachineInputField/index.js.map +1 -0
  752. package/lib/components/MachineInputField/types.d.ts +17 -0
  753. package/lib/components/MachineInputField/types.js +2 -0
  754. package/lib/components/MachineInputField/types.js.map +1 -0
  755. package/lib/components/MediaPreview/MediaPreview.d.ts +5 -0
  756. package/lib/components/MediaPreview/MediaPreview.js +40 -0
  757. package/lib/components/MediaPreview/MediaPreview.js.map +1 -0
  758. package/lib/components/MediaPreview/index.d.ts +1 -0
  759. package/lib/components/MediaPreview/index.js +2 -0
  760. package/lib/components/MediaPreview/index.js.map +1 -0
  761. package/lib/components/MediaPreview/types.d.ts +16 -0
  762. package/lib/components/MediaPreview/types.js +2 -0
  763. package/lib/components/MediaPreview/types.js.map +1 -0
  764. package/lib/components/MediaViewerModal/MediaViewerModal.d.ts +5 -0
  765. package/lib/components/MediaViewerModal/MediaViewerModal.js +100 -0
  766. package/lib/components/MediaViewerModal/MediaViewerModal.js.map +1 -0
  767. package/lib/components/MediaViewerModal/index.d.ts +1 -0
  768. package/lib/components/MediaViewerModal/index.js +2 -0
  769. package/lib/components/MediaViewerModal/index.js.map +1 -0
  770. package/lib/components/MediaViewerModal/type.d.ts +22 -0
  771. package/lib/components/MediaViewerModal/type.js +2 -0
  772. package/lib/components/MediaViewerModal/type.js.map +1 -0
  773. package/lib/components/MenuOption/MenuOption.d.ts +4 -0
  774. package/lib/components/MenuOption/MenuOption.js +228 -0
  775. package/lib/components/MenuOption/MenuOption.js.map +1 -0
  776. package/lib/components/MenuOption/index.d.ts +1 -0
  777. package/lib/components/MenuOption/index.js +2 -0
  778. package/lib/components/MenuOption/index.js.map +1 -0
  779. package/lib/components/MenuOption/types.d.ts +222 -0
  780. package/lib/components/MenuOption/types.js +2 -0
  781. package/lib/components/MenuOption/types.js.map +1 -0
  782. package/lib/components/MessageBox/MessageBox.d.ts +5 -0
  783. package/lib/components/MessageBox/MessageBox.js +19 -0
  784. package/lib/components/MessageBox/MessageBox.js.map +1 -0
  785. package/lib/components/MessageBox/index.d.ts +1 -0
  786. package/lib/components/MessageBox/index.js +2 -0
  787. package/lib/components/MessageBox/index.js.map +1 -0
  788. package/lib/components/MessageBox/types.d.ts +8 -0
  789. package/lib/components/MessageBox/types.js +2 -0
  790. package/lib/components/MessageBox/types.js.map +1 -0
  791. package/lib/components/MiniModal/MiniModal.d.ts +4 -0
  792. package/lib/components/MiniModal/MiniModal.js +274 -0
  793. package/lib/components/MiniModal/MiniModal.js.map +1 -0
  794. package/lib/components/MiniModal/index.d.ts +1 -0
  795. package/lib/components/MiniModal/index.js +2 -0
  796. package/lib/components/MiniModal/index.js.map +1 -0
  797. package/lib/components/MiniModal/types.d.ts +131 -0
  798. package/lib/components/MiniModal/types.js +2 -0
  799. package/lib/components/MiniModal/types.js.map +1 -0
  800. package/lib/components/MobileSkin/MobileSkin.d.ts +5 -0
  801. package/lib/components/MobileSkin/MobileSkin.js +41 -0
  802. package/lib/components/MobileSkin/MobileSkin.js.map +1 -0
  803. package/lib/components/MobileSkin/MobileSkinInterface.d.ts +18 -0
  804. package/lib/components/MobileSkin/MobileSkinInterface.js +2 -0
  805. package/lib/components/MobileSkin/MobileSkinInterface.js.map +1 -0
  806. package/lib/components/MobileSkin/index.d.ts +1 -0
  807. package/lib/components/MobileSkin/index.js +2 -0
  808. package/lib/components/MobileSkin/index.js.map +1 -0
  809. package/lib/components/MobileSkin/types.d.ts +37 -0
  810. package/lib/components/MobileSkin/types.js +2 -0
  811. package/lib/components/MobileSkin/types.js.map +1 -0
  812. package/lib/components/Modal/Modal.d.ts +4 -0
  813. package/lib/components/Modal/Modal.js +39 -0
  814. package/lib/components/Modal/Modal.js.map +1 -0
  815. package/lib/components/Modal/index.d.ts +1 -0
  816. package/lib/components/Modal/index.js +2 -0
  817. package/lib/components/Modal/index.js.map +1 -0
  818. package/lib/components/Modal/types.d.ts +34 -0
  819. package/lib/components/Modal/types.js +2 -0
  820. package/lib/components/Modal/types.js.map +1 -0
  821. package/lib/components/ModulesChip/ModuleChip.d.ts +4 -0
  822. package/lib/components/ModulesChip/ModuleChip.js +14 -0
  823. package/lib/components/ModulesChip/ModuleChip.js.map +1 -0
  824. package/lib/components/ModulesChip/index.d.ts +1 -0
  825. package/lib/components/ModulesChip/index.js +2 -0
  826. package/lib/components/ModulesChip/index.js.map +1 -0
  827. package/lib/components/ModulesChip/types.d.ts +15 -0
  828. package/lib/components/ModulesChip/types.js +2 -0
  829. package/lib/components/ModulesChip/types.js.map +1 -0
  830. package/lib/components/MultiSelect/Dropdown.d.ts +4 -0
  831. package/lib/components/MultiSelect/Dropdown.js +155 -0
  832. package/lib/components/MultiSelect/Dropdown.js.map +1 -0
  833. package/lib/components/MultiSelect/MultiSelect.d.ts +4 -0
  834. package/lib/components/MultiSelect/MultiSelect.js +371 -0
  835. package/lib/components/MultiSelect/MultiSelect.js.map +1 -0
  836. package/lib/components/MultiSelect/MultiSelectTypes.d.ts +49 -0
  837. package/lib/components/MultiSelect/MultiSelectTypes.js +2 -0
  838. package/lib/components/MultiSelect/MultiSelectTypes.js.map +1 -0
  839. package/lib/components/MultiSelect/dropdownTypes.d.ts +29 -0
  840. package/lib/components/MultiSelect/dropdownTypes.js +6 -0
  841. package/lib/components/MultiSelect/dropdownTypes.js.map +1 -0
  842. package/lib/components/MultiSelect/index.d.ts +1 -0
  843. package/lib/components/MultiSelect/index.js +2 -0
  844. package/lib/components/MultiSelect/index.js.map +1 -0
  845. package/lib/components/NLPInput/NlpInput.d.ts +4 -0
  846. package/lib/components/NLPInput/NlpInput.js +254 -0
  847. package/lib/components/NLPInput/NlpInput.js.map +1 -0
  848. package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.d.ts +4 -0
  849. package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js +93 -0
  850. package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js.map +1 -0
  851. package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.d.ts +44 -0
  852. package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js +7 -0
  853. package/lib/components/NLPInput/components/NlpDropDown/NlpDropDownType.js.map +1 -0
  854. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.d.ts +4 -0
  855. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js +211 -0
  856. package/lib/components/NLPInput/components/NlpDropDown/NlpDropdown.js.map +1 -0
  857. package/lib/components/NLPInput/index.d.ts +1 -0
  858. package/lib/components/NLPInput/index.js +2 -0
  859. package/lib/components/NLPInput/index.js.map +1 -0
  860. package/lib/components/NLPInput/sampleData.d.ts +153 -0
  861. package/lib/components/NLPInput/sampleData.js +189 -0
  862. package/lib/components/NLPInput/sampleData.js.map +1 -0
  863. package/lib/components/NLPInput/types.d.ts +97 -0
  864. package/lib/components/NLPInput/types.js +2 -0
  865. package/lib/components/NLPInput/types.js.map +1 -0
  866. package/lib/components/NoDataContent/NoDataContent.d.ts +5 -0
  867. package/lib/components/NoDataContent/NoDataContent.js +9 -0
  868. package/lib/components/NoDataContent/NoDataContent.js.map +1 -0
  869. package/lib/components/NoDataContent/index.d.ts +1 -0
  870. package/lib/components/NoDataContent/index.js +2 -0
  871. package/lib/components/NoDataContent/index.js.map +1 -0
  872. package/lib/components/NoDataContent/type.d.ts +9 -0
  873. package/lib/components/NoDataContent/type.js +2 -0
  874. package/lib/components/NoDataContent/type.js.map +1 -0
  875. package/lib/components/OsTree/OsTree.d.ts +5 -0
  876. package/lib/components/OsTree/OsTree.js +11 -0
  877. package/lib/components/OsTree/OsTree.js.map +1 -0
  878. package/lib/components/OsTree/index.d.ts +1 -0
  879. package/lib/components/OsTree/index.js +2 -0
  880. package/lib/components/OsTree/index.js.map +1 -0
  881. package/lib/components/OsTree/type.d.ts +26 -0
  882. package/lib/components/OsTree/type.js +2 -0
  883. package/lib/components/OsTree/type.js.map +1 -0
  884. package/lib/components/OtpVerification/OtpVerification.d.ts +5 -0
  885. package/lib/components/OtpVerification/OtpVerification.js +70 -0
  886. package/lib/components/OtpVerification/OtpVerification.js.map +1 -0
  887. package/lib/components/OtpVerification/index.d.ts +1 -0
  888. package/lib/components/OtpVerification/index.js +2 -0
  889. package/lib/components/OtpVerification/index.js.map +1 -0
  890. package/lib/components/OtpVerification/type.d.ts +18 -0
  891. package/lib/components/OtpVerification/type.js +2 -0
  892. package/lib/components/OtpVerification/type.js.map +1 -0
  893. package/lib/components/OverviewModal/index.d.ts +1 -0
  894. package/lib/components/OverviewModal/index.js +2 -0
  895. package/lib/components/OverviewModal/index.js.map +1 -0
  896. package/lib/components/OverviewModal/overviewModal.d.ts +5 -0
  897. package/lib/components/OverviewModal/overviewModal.js +64 -0
  898. package/lib/components/OverviewModal/overviewModal.js.map +1 -0
  899. package/lib/components/OverviewModal/types.d.ts +51 -0
  900. package/lib/components/OverviewModal/types.js +2 -0
  901. package/lib/components/OverviewModal/types.js.map +1 -0
  902. package/lib/components/Paper/Paper.d.ts +4 -0
  903. package/lib/components/Paper/Paper.js +9 -0
  904. package/lib/components/Paper/Paper.js.map +1 -0
  905. package/lib/components/Paper/index.d.ts +1 -0
  906. package/lib/components/Paper/index.js +2 -0
  907. package/lib/components/Paper/index.js.map +1 -0
  908. package/lib/components/Paper/types.d.ts +15 -0
  909. package/lib/components/Paper/types.js +2 -0
  910. package/lib/components/Paper/types.js.map +1 -0
  911. package/lib/components/PhoneInput/PhoneInput.d.ts +5 -0
  912. package/lib/components/PhoneInput/PhoneInput.js +73 -0
  913. package/lib/components/PhoneInput/PhoneInput.js.map +1 -0
  914. package/lib/components/PhoneInput/index.d.ts +1 -0
  915. package/lib/components/PhoneInput/index.js +2 -0
  916. package/lib/components/PhoneInput/index.js.map +1 -0
  917. package/lib/components/PhoneInput/types.d.ts +26 -0
  918. package/lib/components/PhoneInput/types.js +2 -0
  919. package/lib/components/PhoneInput/types.js.map +1 -0
  920. package/lib/components/PopUpModal/PopUpModal.d.ts +5 -0
  921. package/lib/components/PopUpModal/PopUpModal.js +11 -0
  922. package/lib/components/PopUpModal/PopUpModal.js.map +1 -0
  923. package/lib/components/PopUpModal/types.d.ts +22 -0
  924. package/lib/components/PopUpModal/types.js +2 -0
  925. package/lib/components/PopUpModal/types.js.map +1 -0
  926. package/lib/components/PrePostTable/PrePostTable.d.ts +4 -0
  927. package/lib/components/PrePostTable/PrePostTable.js +145 -0
  928. package/lib/components/PrePostTable/PrePostTable.js.map +1 -0
  929. package/lib/components/PrePostTable/Types.d.ts +193 -0
  930. package/lib/components/PrePostTable/Types.js +2 -0
  931. package/lib/components/PrePostTable/Types.js.map +1 -0
  932. package/lib/components/PrePostTable/components/DraggableTableRow.d.ts +4 -0
  933. package/lib/components/PrePostTable/components/DraggableTableRow.js +39 -0
  934. package/lib/components/PrePostTable/components/DraggableTableRow.js.map +1 -0
  935. package/lib/components/PrePostTable/components/PrePostStepAccordions.d.ts +4 -0
  936. package/lib/components/PrePostTable/components/PrePostStepAccordions.js +18 -0
  937. package/lib/components/PrePostTable/components/PrePostStepAccordions.js.map +1 -0
  938. package/lib/components/PrePostTable/components/StepGroupDetailView.d.ts +9 -0
  939. package/lib/components/PrePostTable/components/StepGroupDetailView.js +17 -0
  940. package/lib/components/PrePostTable/components/StepGroupDetailView.js.map +1 -0
  941. package/lib/components/PrePostTable/index.d.ts +1 -0
  942. package/lib/components/PrePostTable/index.js +2 -0
  943. package/lib/components/PrePostTable/index.js.map +1 -0
  944. package/lib/components/ProgressBar/ProgressBar.d.ts +5 -0
  945. package/lib/components/ProgressBar/ProgressBar.js +62 -0
  946. package/lib/components/ProgressBar/ProgressBar.js.map +1 -0
  947. package/lib/components/ProgressBar/index.d.ts +1 -0
  948. package/lib/components/ProgressBar/index.js +2 -0
  949. package/lib/components/ProgressBar/index.js.map +1 -0
  950. package/lib/components/ProgressBar/types.d.ts +15 -0
  951. package/lib/components/ProgressBar/types.js +2 -0
  952. package/lib/components/ProgressBar/types.js.map +1 -0
  953. package/lib/components/Prompt/Prompt.d.ts +5 -0
  954. package/lib/components/Prompt/Prompt.js +29 -0
  955. package/lib/components/Prompt/Prompt.js.map +1 -0
  956. package/lib/components/Prompt/index.d.ts +1 -0
  957. package/lib/components/Prompt/index.js +2 -0
  958. package/lib/components/Prompt/index.js.map +1 -0
  959. package/lib/components/Prompt/types.d.ts +23 -0
  960. package/lib/components/Prompt/types.js +2 -0
  961. package/lib/components/Prompt/types.js.map +1 -0
  962. package/lib/components/PromptContainer/PromptContainer.d.ts +5 -0
  963. package/lib/components/PromptContainer/PromptContainer.js +76 -0
  964. package/lib/components/PromptContainer/PromptContainer.js.map +1 -0
  965. package/lib/components/PromptContainer/index.d.ts +1 -0
  966. package/lib/components/PromptContainer/index.js +2 -0
  967. package/lib/components/PromptContainer/index.js.map +1 -0
  968. package/lib/components/PromptContainer/types.d.ts +24 -0
  969. package/lib/components/PromptContainer/types.js +2 -0
  970. package/lib/components/PromptContainer/types.js.map +1 -0
  971. package/lib/components/RadioButton/RadioButton.d.ts +5 -0
  972. package/lib/components/RadioButton/RadioButton.js +9 -0
  973. package/lib/components/RadioButton/RadioButton.js.map +1 -0
  974. package/lib/components/RadioButton/index.d.ts +1 -0
  975. package/lib/components/RadioButton/index.js +2 -0
  976. package/lib/components/RadioButton/index.js.map +1 -0
  977. package/lib/components/RadioButton/radioButtonTypes.d.ts +58 -0
  978. package/lib/components/RadioButton/radioButtonTypes.js +2 -0
  979. package/lib/components/RadioButton/radioButtonTypes.js.map +1 -0
  980. package/lib/components/RadioGroup/RadioGroup.d.ts +4 -0
  981. package/lib/components/RadioGroup/RadioGroup.js +10 -0
  982. package/lib/components/RadioGroup/RadioGroup.js.map +1 -0
  983. package/lib/components/RadioGroup/index.d.ts +1 -0
  984. package/lib/components/RadioGroup/index.js +2 -0
  985. package/lib/components/RadioGroup/index.js.map +1 -0
  986. package/lib/components/RadioGroup/radioGroupTypes.d.ts +90 -0
  987. package/lib/components/RadioGroup/radioGroupTypes.js +2 -0
  988. package/lib/components/RadioGroup/radioGroupTypes.js.map +1 -0
  989. package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.d.ts +5 -0
  990. package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js +46 -0
  991. package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js.map +1 -0
  992. package/lib/components/ScriptGenerationLoader/index.d.ts +1 -0
  993. package/lib/components/ScriptGenerationLoader/index.js +2 -0
  994. package/lib/components/ScriptGenerationLoader/index.js.map +1 -0
  995. package/lib/components/ScriptGenerationLoader/types.d.ts +20 -0
  996. package/lib/components/ScriptGenerationLoader/types.js +2 -0
  997. package/lib/components/ScriptGenerationLoader/types.js.map +1 -0
  998. package/lib/components/ScriptSwitchButton/ScriptSwitchButton.d.ts +9 -0
  999. package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js +16 -0
  1000. package/lib/components/ScriptSwitchButton/ScriptSwitchButton.js.map +1 -0
  1001. package/lib/components/ScriptSwitchButton/index.d.ts +1 -0
  1002. package/lib/components/ScriptSwitchButton/index.js +2 -0
  1003. package/lib/components/ScriptSwitchButton/index.js.map +1 -0
  1004. package/lib/components/Search/Search.d.ts +4 -0
  1005. package/lib/components/Search/Search.js +148 -0
  1006. package/lib/components/Search/Search.js.map +1 -0
  1007. package/lib/components/Search/index.d.ts +1 -0
  1008. package/lib/components/Search/index.js +2 -0
  1009. package/lib/components/Search/index.js.map +1 -0
  1010. package/lib/components/Search/types.d.ts +31 -0
  1011. package/lib/components/Search/types.js +2 -0
  1012. package/lib/components/Search/types.js.map +1 -0
  1013. package/lib/components/Select/Select.d.ts +5 -0
  1014. package/lib/components/Select/Select.js +257 -0
  1015. package/lib/components/Select/Select.js.map +1 -0
  1016. package/lib/components/Select/components/Dropdown.d.ts +5 -0
  1017. package/lib/components/Select/components/Dropdown.js +141 -0
  1018. package/lib/components/Select/components/Dropdown.js.map +1 -0
  1019. package/lib/components/Select/components/types.d.ts +35 -0
  1020. package/lib/components/Select/components/types.js +7 -0
  1021. package/lib/components/Select/components/types.js.map +1 -0
  1022. package/lib/components/Select/index.d.ts +1 -0
  1023. package/lib/components/Select/index.js +2 -0
  1024. package/lib/components/Select/index.js.map +1 -0
  1025. package/lib/components/Select/types.d.ts +118 -0
  1026. package/lib/components/Select/types.js +2 -0
  1027. package/lib/components/Select/types.js.map +1 -0
  1028. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.d.ts +5 -0
  1029. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js +72 -0
  1030. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.js.map +1 -0
  1031. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.d.ts +4 -0
  1032. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +184 -0
  1033. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -0
  1034. package/lib/components/SequentialConnectingBranch/components/Branches/types.d.ts +23 -0
  1035. package/lib/components/SequentialConnectingBranch/components/Branches/types.js +2 -0
  1036. package/lib/components/SequentialConnectingBranch/components/Branches/types.js.map +1 -0
  1037. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.d.ts +4 -0
  1038. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js +23 -0
  1039. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.js.map +1 -0
  1040. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.d.ts +16 -0
  1041. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js +2 -0
  1042. package/lib/components/SequentialConnectingBranch/components/ConnectingBranches/types.js.map +1 -0
  1043. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.d.ts +5 -0
  1044. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js +13 -0
  1045. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/DataSetTooltip.js.map +1 -0
  1046. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.d.ts +8 -0
  1047. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js +2 -0
  1048. package/lib/components/SequentialConnectingBranch/components/DatasetTooltip/types.js.map +1 -0
  1049. package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.d.ts +3 -0
  1050. package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.js +4 -0
  1051. package/lib/components/SequentialConnectingBranch/context/EnvironmentVariableMapsContext.js.map +1 -0
  1052. package/lib/components/SequentialConnectingBranch/index.d.ts +1 -0
  1053. package/lib/components/SequentialConnectingBranch/index.js +2 -0
  1054. package/lib/components/SequentialConnectingBranch/index.js.map +1 -0
  1055. package/lib/components/SequentialConnectingBranch/types.d.ts +74 -0
  1056. package/lib/components/SequentialConnectingBranch/types.js +2 -0
  1057. package/lib/components/SequentialConnectingBranch/types.js.map +1 -0
  1058. package/lib/components/SessionDropdown/SessionDropdown.d.ts +5 -0
  1059. package/lib/components/SessionDropdown/SessionDropdown.js +31 -0
  1060. package/lib/components/SessionDropdown/SessionDropdown.js.map +1 -0
  1061. package/lib/components/SessionDropdown/index.d.ts +2 -0
  1062. package/lib/components/SessionDropdown/index.js +3 -0
  1063. package/lib/components/SessionDropdown/index.js.map +1 -0
  1064. package/lib/components/SessionDropdown/type.d.ts +39 -0
  1065. package/lib/components/SessionDropdown/type.js +2 -0
  1066. package/lib/components/SessionDropdown/type.js.map +1 -0
  1067. package/lib/components/SessionManager/SessionManager.d.ts +4 -0
  1068. package/lib/components/SessionManager/SessionManager.js +47 -0
  1069. package/lib/components/SessionManager/SessionManager.js.map +1 -0
  1070. package/lib/components/SessionManager/index.d.ts +1 -0
  1071. package/lib/components/SessionManager/index.js +2 -0
  1072. package/lib/components/SessionManager/index.js.map +1 -0
  1073. package/lib/components/SessionManager/types.d.ts +10 -0
  1074. package/lib/components/SessionManager/types.js +2 -0
  1075. package/lib/components/SessionManager/types.js.map +1 -0
  1076. package/lib/components/StateDropdown/StateDropdown.d.ts +4 -0
  1077. package/lib/components/StateDropdown/StateDropdown.js +76 -0
  1078. package/lib/components/StateDropdown/StateDropdown.js.map +1 -0
  1079. package/lib/components/StateDropdown/StateDropdownTypes.d.ts +12 -0
  1080. package/lib/components/StateDropdown/StateDropdownTypes.js +2 -0
  1081. package/lib/components/StateDropdown/StateDropdownTypes.js.map +1 -0
  1082. package/lib/components/StateDropdown/index.d.ts +1 -0
  1083. package/lib/components/StateDropdown/index.js +2 -0
  1084. package/lib/components/StateDropdown/index.js.map +1 -0
  1085. package/lib/components/StatusBadge/StatusBadge.d.ts +10 -0
  1086. package/lib/components/StatusBadge/StatusBadge.js +38 -0
  1087. package/lib/components/StatusBadge/StatusBadge.js.map +1 -0
  1088. package/lib/components/StatusBadge/index.d.ts +1 -0
  1089. package/lib/components/StatusBadge/index.js +2 -0
  1090. package/lib/components/StatusBadge/index.js.map +1 -0
  1091. package/lib/components/StatusButton/StatusButton.d.ts +4 -0
  1092. package/lib/components/StatusButton/StatusButton.js +11 -0
  1093. package/lib/components/StatusButton/StatusButton.js.map +1 -0
  1094. package/lib/components/StatusButton/index.d.ts +1 -0
  1095. package/lib/components/StatusButton/index.js +2 -0
  1096. package/lib/components/StatusButton/index.js.map +1 -0
  1097. package/lib/components/StatusButton/types.d.ts +36 -0
  1098. package/lib/components/StatusButton/types.js +2 -0
  1099. package/lib/components/StatusButton/types.js.map +1 -0
  1100. package/lib/components/StatusCard/StatusCard.d.ts +5 -0
  1101. package/lib/components/StatusCard/StatusCard.js +41 -0
  1102. package/lib/components/StatusCard/StatusCard.js.map +1 -0
  1103. package/lib/components/StatusCard/index.d.ts +1 -0
  1104. package/lib/components/StatusCard/index.js +2 -0
  1105. package/lib/components/StatusCard/index.js.map +1 -0
  1106. package/lib/components/StatusCard/types.d.ts +18 -0
  1107. package/lib/components/StatusCard/types.js +2 -0
  1108. package/lib/components/StatusCard/types.js.map +1 -0
  1109. package/lib/components/StatusIndicator/StatusIndicator.d.ts +4 -0
  1110. package/lib/components/StatusIndicator/StatusIndicator.js +26 -0
  1111. package/lib/components/StatusIndicator/StatusIndicator.js.map +1 -0
  1112. package/lib/components/StatusIndicator/index.d.ts +1 -0
  1113. package/lib/components/StatusIndicator/index.js +2 -0
  1114. package/lib/components/StatusIndicator/index.js.map +1 -0
  1115. package/lib/components/StatusIndicator/types.d.ts +9 -0
  1116. package/lib/components/StatusIndicator/types.js +2 -0
  1117. package/lib/components/StatusIndicator/types.js.map +1 -0
  1118. package/lib/components/StepsLandingTable/Components/EditComponent.d.ts +3 -0
  1119. package/lib/components/StepsLandingTable/Components/EditComponent.js +35 -0
  1120. package/lib/components/StepsLandingTable/Components/EditComponent.js.map +1 -0
  1121. package/lib/components/StepsLandingTable/Components/RenderNlpInput.d.ts +2 -0
  1122. package/lib/components/StepsLandingTable/Components/RenderNlpInput.js +34 -0
  1123. package/lib/components/StepsLandingTable/Components/RenderNlpInput.js.map +1 -0
  1124. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.d.ts +5 -0
  1125. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js +82 -0
  1126. package/lib/components/StepsLandingTable/Components/StepGroupAccordions.js.map +1 -0
  1127. package/lib/components/StepsLandingTable/Components/StepInnerTable.d.ts +4 -0
  1128. package/lib/components/StepsLandingTable/Components/StepInnerTable.js +256 -0
  1129. package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -0
  1130. package/lib/components/StepsLandingTable/Components/StepResultStats.d.ts +4 -0
  1131. package/lib/components/StepsLandingTable/Components/StepResultStats.js +70 -0
  1132. package/lib/components/StepsLandingTable/Components/StepResultStats.js.map +1 -0
  1133. package/lib/components/StepsLandingTable/Components/StepTableMainRow.d.ts +4 -0
  1134. package/lib/components/StepsLandingTable/Components/StepTableMainRow.js +81 -0
  1135. package/lib/components/StepsLandingTable/Components/StepTableMainRow.js.map +1 -0
  1136. package/lib/components/StepsLandingTable/Components/StepsTitle.d.ts +3 -0
  1137. package/lib/components/StepsLandingTable/Components/StepsTitle.js +39 -0
  1138. package/lib/components/StepsLandingTable/Components/StepsTitle.js.map +1 -0
  1139. package/lib/components/StepsLandingTable/Components/Types.d.ts +203 -0
  1140. package/lib/components/StepsLandingTable/Components/Types.js +2 -0
  1141. package/lib/components/StepsLandingTable/Components/Types.js.map +1 -0
  1142. package/lib/components/StepsLandingTable/Components/handleStepCheckBox.d.ts +14 -0
  1143. package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js +386 -0
  1144. package/lib/components/StepsLandingTable/Components/handleStepCheckBox.js.map +1 -0
  1145. package/lib/components/StepsLandingTable/Components/index.d.ts +1 -0
  1146. package/lib/components/StepsLandingTable/Components/index.js +2 -0
  1147. package/lib/components/StepsLandingTable/Components/index.js.map +1 -0
  1148. package/lib/components/StepsLandingTable/StepLandingTable.d.ts +5 -0
  1149. package/lib/components/StepsLandingTable/StepLandingTable.js +219 -0
  1150. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -0
  1151. package/lib/components/StepsLandingTable/constant.d.ts +482 -0
  1152. package/lib/components/StepsLandingTable/constant.js +1057 -0
  1153. package/lib/components/StepsLandingTable/constant.js.map +1 -0
  1154. package/lib/components/StepsLandingTable/index.d.ts +1 -0
  1155. package/lib/components/StepsLandingTable/index.js +2 -0
  1156. package/lib/components/StepsLandingTable/index.js.map +1 -0
  1157. package/lib/components/StepsLandingTable/types.d.ts +101 -0
  1158. package/lib/components/StepsLandingTable/types.js +2 -0
  1159. package/lib/components/StepsLandingTable/types.js.map +1 -0
  1160. package/lib/components/SwitchButton/SwitchButton.d.ts +5 -0
  1161. package/lib/components/SwitchButton/SwitchButton.js +11 -0
  1162. package/lib/components/SwitchButton/SwitchButton.js.map +1 -0
  1163. package/lib/components/SwitchButton/index.d.ts +1 -0
  1164. package/lib/components/SwitchButton/index.js +2 -0
  1165. package/lib/components/SwitchButton/index.js.map +1 -0
  1166. package/lib/components/SwitchButton/types.d.ts +34 -0
  1167. package/lib/components/SwitchButton/types.js +2 -0
  1168. package/lib/components/SwitchButton/types.js.map +1 -0
  1169. package/lib/components/Table/EditComponent.d.ts +3 -0
  1170. package/lib/components/Table/EditComponent.js +47 -0
  1171. package/lib/components/Table/EditComponent.js.map +1 -0
  1172. package/lib/components/Table/NoDataContent.d.ts +4 -0
  1173. package/lib/components/Table/NoDataContent.js +9 -0
  1174. package/lib/components/Table/NoDataContent.js.map +1 -0
  1175. package/lib/components/Table/Table.d.ts +4 -0
  1176. package/lib/components/Table/Table.js +204 -0
  1177. package/lib/components/Table/Table.js.map +1 -0
  1178. package/lib/components/Table/Types.d.ts +211 -0
  1179. package/lib/components/Table/Types.js +2 -0
  1180. package/lib/components/Table/Types.js.map +1 -0
  1181. package/lib/components/Table/components/SortableRow.d.ts +2 -0
  1182. package/lib/components/Table/components/SortableRow.js +81 -0
  1183. package/lib/components/Table/components/SortableRow.js.map +1 -0
  1184. package/lib/components/Table/components/TableHeader.d.ts +3 -0
  1185. package/lib/components/Table/components/TableHeader.js +29 -0
  1186. package/lib/components/Table/components/TableHeader.js.map +1 -0
  1187. package/lib/components/Table/components/VirtualizedRows.d.ts +3 -0
  1188. package/lib/components/Table/components/VirtualizedRows.js +19 -0
  1189. package/lib/components/Table/components/VirtualizedRows.js.map +1 -0
  1190. package/lib/components/Table/index.d.ts +1 -0
  1191. package/lib/components/Table/index.js +2 -0
  1192. package/lib/components/Table/index.js.map +1 -0
  1193. package/lib/components/Table/utils/constants.d.ts +6 -0
  1194. package/lib/components/Table/utils/constants.js +9 -0
  1195. package/lib/components/Table/utils/constants.js.map +1 -0
  1196. package/lib/components/Table/utils/virtualization.d.ts +7 -0
  1197. package/lib/components/Table/utils/virtualization.js +41 -0
  1198. package/lib/components/Table/utils/virtualization.js.map +1 -0
  1199. package/lib/components/TableTree/Components/TableBody.d.ts +3 -0
  1200. package/lib/components/TableTree/Components/TableBody.js +12 -0
  1201. package/lib/components/TableTree/Components/TableBody.js.map +1 -0
  1202. package/lib/components/TableTree/Components/TableCell.d.ts +4 -0
  1203. package/lib/components/TableTree/Components/TableCell.js +81 -0
  1204. package/lib/components/TableTree/Components/TableCell.js.map +1 -0
  1205. package/lib/components/TableTree/Components/TableHead.d.ts +4 -0
  1206. package/lib/components/TableTree/Components/TableHead.js +40 -0
  1207. package/lib/components/TableTree/Components/TableHead.js.map +1 -0
  1208. package/lib/components/TableTree/Components/TableRow.d.ts +4 -0
  1209. package/lib/components/TableTree/Components/TableRow.js +9 -0
  1210. package/lib/components/TableTree/Components/TableRow.js.map +1 -0
  1211. package/lib/components/TableTree/TableTree.d.ts +5 -0
  1212. package/lib/components/TableTree/TableTree.js +177 -0
  1213. package/lib/components/TableTree/TableTree.js.map +1 -0
  1214. package/lib/components/TableTree/Utils/addLastChild.d.ts +2 -0
  1215. package/lib/components/TableTree/Utils/addLastChild.js +24 -0
  1216. package/lib/components/TableTree/Utils/addLastChild.js.map +1 -0
  1217. package/lib/components/TableTree/Utils/addNewRow.d.ts +14 -0
  1218. package/lib/components/TableTree/Utils/addNewRow.js +62 -0
  1219. package/lib/components/TableTree/Utils/addNewRow.js.map +1 -0
  1220. package/lib/components/TableTree/Utils/formatDataCell.d.ts +2 -0
  1221. package/lib/components/TableTree/Utils/formatDataCell.js +15 -0
  1222. package/lib/components/TableTree/Utils/formatDataCell.js.map +1 -0
  1223. package/lib/components/TableTree/Utils/getAllChildIds.d.ts +2 -0
  1224. package/lib/components/TableTree/Utils/getAllChildIds.js +12 -0
  1225. package/lib/components/TableTree/Utils/getAllChildIds.js.map +1 -0
  1226. package/lib/components/TableTree/Utils/renderSpaces.d.ts +0 -0
  1227. package/lib/components/TableTree/Utils/renderSpaces.js +2 -0
  1228. package/lib/components/TableTree/Utils/renderSpaces.js.map +1 -0
  1229. package/lib/components/TableTree/data.d.ts +247 -0
  1230. package/lib/components/TableTree/data.js +528 -0
  1231. package/lib/components/TableTree/data.js.map +1 -0
  1232. package/lib/components/TableTree/index.d.ts +1 -0
  1233. package/lib/components/TableTree/index.js +2 -0
  1234. package/lib/components/TableTree/index.js.map +1 -0
  1235. package/lib/components/TableTree/types.d.ts +140 -0
  1236. package/lib/components/TableTree/types.js +2 -0
  1237. package/lib/components/TableTree/types.js.map +1 -0
  1238. package/lib/components/TableTreeFn/Components/TableBody.d.ts +3 -0
  1239. package/lib/components/TableTreeFn/Components/TableBody.js +12 -0
  1240. package/lib/components/TableTreeFn/Components/TableBody.js.map +1 -0
  1241. package/lib/components/TableTreeFn/Components/TableCell.d.ts +4 -0
  1242. package/lib/components/TableTreeFn/Components/TableCell.js +83 -0
  1243. package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -0
  1244. package/lib/components/TableTreeFn/Components/TableHead.d.ts +4 -0
  1245. package/lib/components/TableTreeFn/Components/TableHead.js +51 -0
  1246. package/lib/components/TableTreeFn/Components/TableHead.js.map +1 -0
  1247. package/lib/components/TableTreeFn/Components/TableRow.d.ts +4 -0
  1248. package/lib/components/TableTreeFn/Components/TableRow.js +9 -0
  1249. package/lib/components/TableTreeFn/Components/TableRow.js.map +1 -0
  1250. package/lib/components/TableTreeFn/TableTreeFn.d.ts +5 -0
  1251. package/lib/components/TableTreeFn/TableTreeFn.js +315 -0
  1252. package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -0
  1253. package/lib/components/TableTreeFn/Utils/addLastChild.d.ts +2 -0
  1254. package/lib/components/TableTreeFn/Utils/addLastChild.js +24 -0
  1255. package/lib/components/TableTreeFn/Utils/addLastChild.js.map +1 -0
  1256. package/lib/components/TableTreeFn/Utils/addNewRow.d.ts +14 -0
  1257. package/lib/components/TableTreeFn/Utils/addNewRow.js +79 -0
  1258. package/lib/components/TableTreeFn/Utils/addNewRow.js.map +1 -0
  1259. package/lib/components/TableTreeFn/Utils/formatDataCell.d.ts +2 -0
  1260. package/lib/components/TableTreeFn/Utils/formatDataCell.js +15 -0
  1261. package/lib/components/TableTreeFn/Utils/formatDataCell.js.map +1 -0
  1262. package/lib/components/TableTreeFn/Utils/getAllChildIds.d.ts +2 -0
  1263. package/lib/components/TableTreeFn/Utils/getAllChildIds.js +12 -0
  1264. package/lib/components/TableTreeFn/Utils/getAllChildIds.js.map +1 -0
  1265. package/lib/components/TableTreeFn/Utils/renderSpaces.d.ts +0 -0
  1266. package/lib/components/TableTreeFn/Utils/renderSpaces.js +2 -0
  1267. package/lib/components/TableTreeFn/Utils/renderSpaces.js.map +1 -0
  1268. package/lib/components/TableTreeFn/Utils/updateParentSibling.d.ts +3 -0
  1269. package/lib/components/TableTreeFn/Utils/updateParentSibling.js +65 -0
  1270. package/lib/components/TableTreeFn/Utils/updateParentSibling.js.map +1 -0
  1271. package/lib/components/TableTreeFn/data.d.ts +247 -0
  1272. package/lib/components/TableTreeFn/data.js +529 -0
  1273. package/lib/components/TableTreeFn/data.js.map +1 -0
  1274. package/lib/components/TableTreeFn/index.d.ts +1 -0
  1275. package/lib/components/TableTreeFn/index.js +2 -0
  1276. package/lib/components/TableTreeFn/index.js.map +1 -0
  1277. package/lib/components/TableTreeFn/types.d.ts +147 -0
  1278. package/lib/components/TableTreeFn/types.js +2 -0
  1279. package/lib/components/TableTreeFn/types.js.map +1 -0
  1280. package/lib/components/TableWithAccordion/TableWithAccordion.d.ts +5 -0
  1281. package/lib/components/TableWithAccordion/TableWithAccordion.js +62 -0
  1282. package/lib/components/TableWithAccordion/TableWithAccordion.js.map +1 -0
  1283. package/lib/components/TableWithAccordion/data.d.ts +8 -0
  1284. package/lib/components/TableWithAccordion/data.js +38 -0
  1285. package/lib/components/TableWithAccordion/data.js.map +1 -0
  1286. package/lib/components/TableWithAccordion/index.d.ts +1 -0
  1287. package/lib/components/TableWithAccordion/index.js +2 -0
  1288. package/lib/components/TableWithAccordion/index.js.map +1 -0
  1289. package/lib/components/TableWithAccordion/types.d.ts +68 -0
  1290. package/lib/components/TableWithAccordion/types.js +2 -0
  1291. package/lib/components/TableWithAccordion/types.js.map +1 -0
  1292. package/lib/components/Tabs/Tabs.d.ts +5 -0
  1293. package/lib/components/Tabs/Tabs.js +35 -0
  1294. package/lib/components/Tabs/Tabs.js.map +1 -0
  1295. package/lib/components/Tabs/index.d.ts +1 -0
  1296. package/lib/components/Tabs/index.js +2 -0
  1297. package/lib/components/Tabs/index.js.map +1 -0
  1298. package/lib/components/Tabs/types.d.ts +69 -0
  1299. package/lib/components/Tabs/types.js +2 -0
  1300. package/lib/components/Tabs/types.js.map +1 -0
  1301. package/lib/components/TabsWithSilder/TabsWithSilder.d.ts +5 -0
  1302. package/lib/components/TabsWithSilder/TabsWithSilder.js +52 -0
  1303. package/lib/components/TabsWithSilder/TabsWithSilder.js.map +1 -0
  1304. package/lib/components/TabsWithSilder/index.d.ts +1 -0
  1305. package/lib/components/TabsWithSilder/index.js +2 -0
  1306. package/lib/components/TabsWithSilder/index.js.map +1 -0
  1307. package/lib/components/TabsWithSilder/types.d.ts +52 -0
  1308. package/lib/components/TabsWithSilder/types.js +2 -0
  1309. package/lib/components/TabsWithSilder/types.js.map +1 -0
  1310. package/lib/components/TextArea/Textarea.d.ts +4 -0
  1311. package/lib/components/TextArea/Textarea.js +85 -0
  1312. package/lib/components/TextArea/Textarea.js.map +1 -0
  1313. package/lib/components/TextArea/Types.d.ts +92 -0
  1314. package/lib/components/TextArea/Types.js +2 -0
  1315. package/lib/components/TextArea/Types.js.map +1 -0
  1316. package/lib/components/TextArea/index.d.ts +1 -0
  1317. package/lib/components/TextArea/index.js +2 -0
  1318. package/lib/components/TextArea/index.js.map +1 -0
  1319. package/lib/components/TextEditor/TextEditor.d.ts +5 -0
  1320. package/lib/components/TextEditor/TextEditor.js +190 -0
  1321. package/lib/components/TextEditor/TextEditor.js.map +1 -0
  1322. package/lib/components/TextEditor/index.d.ts +1 -0
  1323. package/lib/components/TextEditor/index.js +2 -0
  1324. package/lib/components/TextEditor/index.js.map +1 -0
  1325. package/lib/components/TextEditor/types.d.ts +19 -0
  1326. package/lib/components/TextEditor/types.js +2 -0
  1327. package/lib/components/TextEditor/types.js.map +1 -0
  1328. package/lib/components/ThemeProvider/ThemeProvider.d.ts +7 -0
  1329. package/lib/components/ThemeProvider/ThemeProvider.js +18 -0
  1330. package/lib/components/ThemeProvider/ThemeProvider.js.map +1 -0
  1331. package/lib/components/ThemeProvider/index.d.ts +1 -0
  1332. package/lib/components/ThemeProvider/index.js +2 -0
  1333. package/lib/components/ThemeProvider/index.js.map +1 -0
  1334. package/lib/components/ThemeProvider/types.d.ts +11 -0
  1335. package/lib/components/ThemeProvider/types.js +2 -0
  1336. package/lib/components/ThemeProvider/types.js.map +1 -0
  1337. package/lib/components/Toast/Toast.d.ts +5 -0
  1338. package/lib/components/Toast/Toast.js +54 -0
  1339. package/lib/components/Toast/Toast.js.map +1 -0
  1340. package/lib/components/Toast/index.d.ts +1 -0
  1341. package/lib/components/Toast/index.js +2 -0
  1342. package/lib/components/Toast/index.js.map +1 -0
  1343. package/lib/components/Toast/types.d.ts +20 -0
  1344. package/lib/components/Toast/types.js +2 -0
  1345. package/lib/components/Toast/types.js.map +1 -0
  1346. package/lib/components/Toastify/Toastify.d.ts +10 -0
  1347. package/lib/components/Toastify/Toastify.js +97 -0
  1348. package/lib/components/Toastify/Toastify.js.map +1 -0
  1349. package/lib/components/Toastify/index.d.ts +1 -0
  1350. package/lib/components/Toastify/index.js +2 -0
  1351. package/lib/components/Toastify/index.js.map +1 -0
  1352. package/lib/components/Toastify/types.d.ts +9 -0
  1353. package/lib/components/Toastify/types.js +2 -0
  1354. package/lib/components/Toastify/types.js.map +1 -0
  1355. package/lib/components/Toggle/Toggle.d.ts +5 -0
  1356. package/lib/components/Toggle/Toggle.js +40 -0
  1357. package/lib/components/Toggle/Toggle.js.map +1 -0
  1358. package/lib/components/Toggle/index.d.ts +1 -0
  1359. package/lib/components/Toggle/index.js +2 -0
  1360. package/lib/components/Toggle/index.js.map +1 -0
  1361. package/lib/components/Toggle/types.d.ts +50 -0
  1362. package/lib/components/Toggle/types.js +2 -0
  1363. package/lib/components/Toggle/types.js.map +1 -0
  1364. package/lib/components/ToggleSwitch/ToggleSwitch.d.ts +10 -0
  1365. package/lib/components/ToggleSwitch/ToggleSwitch.js +7 -0
  1366. package/lib/components/ToggleSwitch/ToggleSwitch.js.map +1 -0
  1367. package/lib/components/ToggleSwitch/index.d.ts +1 -0
  1368. package/lib/components/ToggleSwitch/index.js +2 -0
  1369. package/lib/components/ToggleSwitch/index.js.map +1 -0
  1370. package/lib/components/Tooltip/Tooltip.d.ts +5 -0
  1371. package/lib/components/Tooltip/Tooltip.js +163 -0
  1372. package/lib/components/Tooltip/Tooltip.js.map +1 -0
  1373. package/lib/components/Tooltip/index.d.ts +1 -0
  1374. package/lib/components/Tooltip/index.js +2 -0
  1375. package/lib/components/Tooltip/index.js.map +1 -0
  1376. package/lib/components/Tooltip/types.d.ts +48 -0
  1377. package/lib/components/Tooltip/types.js +2 -0
  1378. package/lib/components/Tooltip/types.js.map +1 -0
  1379. package/lib/components/TruncatedTooltip/TruncatedTooltip.d.ts +7 -0
  1380. package/lib/components/TruncatedTooltip/TruncatedTooltip.js +9 -0
  1381. package/lib/components/TruncatedTooltip/TruncatedTooltip.js.map +1 -0
  1382. package/lib/components/TruncatedTooltip/index.d.ts +1 -0
  1383. package/lib/components/TruncatedTooltip/index.js +2 -0
  1384. package/lib/components/TruncatedTooltip/index.js.map +1 -0
  1385. package/lib/components/Typography/Typography.d.ts +5 -0
  1386. package/lib/components/Typography/Typography.js +16 -0
  1387. package/lib/components/Typography/Typography.js.map +1 -0
  1388. package/lib/components/Typography/index.d.ts +1 -0
  1389. package/lib/components/Typography/index.js +2 -0
  1390. package/lib/components/Typography/index.js.map +1 -0
  1391. package/lib/components/Typography/types.d.ts +51 -0
  1392. package/lib/components/Typography/types.js +2 -0
  1393. package/lib/components/Typography/types.js.map +1 -0
  1394. package/lib/components/VariableInput/VariableInput.d.ts +4 -0
  1395. package/lib/components/VariableInput/VariableInput.js +241 -0
  1396. package/lib/components/VariableInput/VariableInput.js.map +1 -0
  1397. package/lib/components/VariableInput/index.d.ts +1 -0
  1398. package/lib/components/VariableInput/index.js +2 -0
  1399. package/lib/components/VariableInput/index.js.map +1 -0
  1400. package/lib/components/VariableInput/types.d.ts +53 -0
  1401. package/lib/components/VariableInput/types.js +2 -0
  1402. package/lib/components/VariableInput/types.js.map +1 -0
  1403. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.d.ts +5 -0
  1404. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js +23 -0
  1405. package/lib/components/variableSuggestionInputDropDown/OptionsDropdown.js.map +1 -0
  1406. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.d.ts +4 -0
  1407. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js +198 -0
  1408. package/lib/components/variableSuggestionInputDropDown/VariableSuggestionInputDropDown.js.map +1 -0
  1409. package/lib/components/variableSuggestionInputDropDown/index.d.ts +1 -0
  1410. package/lib/components/variableSuggestionInputDropDown/index.js +2 -0
  1411. package/lib/components/variableSuggestionInputDropDown/index.js.map +1 -0
  1412. package/lib/components/variableSuggestionInputDropDown/types.d.ts +198 -0
  1413. package/lib/components/variableSuggestionInputDropDown/types.js +2 -0
  1414. package/lib/components/variableSuggestionInputDropDown/types.js.map +1 -0
  1415. package/lib/hooks/keyboardevents/useEscKeyEvent.d.ts +2 -0
  1416. package/lib/hooks/keyboardevents/useEscKeyEvent.js +18 -0
  1417. package/lib/hooks/keyboardevents/useEscKeyEvent.js.map +1 -0
  1418. package/lib/hooks/useClickOutside.d.ts +2 -0
  1419. package/lib/hooks/useClickOutside.js +19 -0
  1420. package/lib/hooks/useClickOutside.js.map +1 -0
  1421. package/lib/hooks/useFileDropzone.d.ts +3 -0
  1422. package/lib/hooks/useFileDropzone.js +259 -0
  1423. package/lib/hooks/useFileDropzone.js.map +1 -0
  1424. package/lib/hooks/useIntersectionObserver.d.ts +9 -0
  1425. package/lib/hooks/useIntersectionObserver.js +26 -0
  1426. package/lib/hooks/useIntersectionObserver.js.map +1 -0
  1427. package/lib/hooks/useMergeRefs.d.ts +1 -0
  1428. package/lib/hooks/useMergeRefs.js +16 -0
  1429. package/lib/hooks/useMergeRefs.js.map +1 -0
  1430. package/lib/hooks/usePortalPosition.d.ts +9 -0
  1431. package/lib/hooks/usePortalPosition.js +38 -0
  1432. package/lib/hooks/usePortalPosition.js.map +1 -0
  1433. package/lib/hooks/useTheme.d.ts +3 -0
  1434. package/lib/hooks/useTheme.js +11 -0
  1435. package/lib/hooks/useTheme.js.map +1 -0
  1436. package/lib/hooks/useTriggerControl.d.ts +7 -0
  1437. package/lib/hooks/useTriggerControl.js +18 -0
  1438. package/lib/hooks/useTriggerControl.js.map +1 -0
  1439. package/lib/index.d.ts +5784 -0
  1440. package/lib/index.js +41 -0
  1441. package/lib/index.js.map +1 -0
  1442. package/lib/styles.css +2 -0
  1443. package/lib/styles.css.map +1 -0
  1444. package/lib/tsconfig.tsbuildinfo +1 -0
  1445. package/lib/utils/AddStepGroup/AddStepGroup.d.ts +2 -0
  1446. package/lib/utils/AddStepGroup/AddStepGroup.js +34 -0
  1447. package/lib/utils/AddStepGroup/AddStepGroup.js.map +1 -0
  1448. package/lib/utils/AppendNewRow/AppendNewRow.d.ts +1 -0
  1449. package/lib/utils/AppendNewRow/AppendNewRow.js +38 -0
  1450. package/lib/utils/AppendNewRow/AppendNewRow.js.map +1 -0
  1451. package/lib/utils/CopyToClipboard/copyToClipboard.d.ts +1 -0
  1452. package/lib/utils/CopyToClipboard/copyToClipboard.js +10 -0
  1453. package/lib/utils/CopyToClipboard/copyToClipboard.js.map +1 -0
  1454. package/lib/utils/FormatString/FormatString.d.ts +1 -0
  1455. package/lib/utils/FormatString/FormatString.js +33 -0
  1456. package/lib/utils/FormatString/FormatString.js.map +1 -0
  1457. package/lib/utils/ScrollToview/ScrollToView.d.ts +3 -0
  1458. package/lib/utils/ScrollToview/ScrollToView.js +17 -0
  1459. package/lib/utils/ScrollToview/ScrollToView.js.map +1 -0
  1460. package/lib/utils/TableCell/TableCell.d.ts +1 -0
  1461. package/lib/utils/TableCell/TableCell.js +24 -0
  1462. package/lib/utils/TableCell/TableCell.js.map +1 -0
  1463. package/lib/utils/TreeNavigateUtils/getNavigateToKey.d.ts +4 -0
  1464. package/lib/utils/TreeNavigateUtils/getNavigateToKey.js +118 -0
  1465. package/lib/utils/TreeNavigateUtils/getNavigateToKey.js.map +1 -0
  1466. package/lib/utils/TreeNavigateUtils/types.d.ts +9 -0
  1467. package/lib/utils/TreeNavigateUtils/types.js +2 -0
  1468. package/lib/utils/TreeNavigateUtils/types.js.map +1 -0
  1469. package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.d.ts +1 -0
  1470. package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.js +19 -0
  1471. package/lib/utils/autoScrollToTableLastRow/autoScrollToTableLastRow.js.map +1 -0
  1472. package/lib/utils/capitalize/capitalize.d.ts +1 -0
  1473. package/lib/utils/capitalize/capitalize.js +6 -0
  1474. package/lib/utils/capitalize/capitalize.js.map +1 -0
  1475. package/lib/utils/checkDuplicates/checkDuplicates.d.ts +1 -0
  1476. package/lib/utils/checkDuplicates/checkDuplicates.js +13 -0
  1477. package/lib/utils/checkDuplicates/checkDuplicates.js.map +1 -0
  1478. package/lib/utils/checkEmpty/checkEmpty.d.ts +3 -0
  1479. package/lib/utils/checkEmpty/checkEmpty.js +22 -0
  1480. package/lib/utils/checkEmpty/checkEmpty.js.map +1 -0
  1481. package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.d.ts +5 -0
  1482. package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.js +32 -0
  1483. package/lib/utils/checkMicrophoneAccess/checkMicrophoneAccess.js.map +1 -0
  1484. package/lib/utils/compareArrays/compareArrays.d.ts +11 -0
  1485. package/lib/utils/compareArrays/compareArrays.js +25 -0
  1486. package/lib/utils/compareArrays/compareArrays.js.map +1 -0
  1487. package/lib/utils/compareObjects/compareObjects.d.ts +2 -0
  1488. package/lib/utils/compareObjects/compareObjects.js +41 -0
  1489. package/lib/utils/compareObjects/compareObjects.js.map +1 -0
  1490. package/lib/utils/convertToBytes/convertToBytes.d.ts +1 -0
  1491. package/lib/utils/convertToBytes/convertToBytes.js +18 -0
  1492. package/lib/utils/convertToBytes/convertToBytes.js.map +1 -0
  1493. package/lib/utils/convertToGB/convertToGB.d.ts +1 -0
  1494. package/lib/utils/convertToGB/convertToGB.js +18 -0
  1495. package/lib/utils/convertToGB/convertToGB.js.map +1 -0
  1496. package/lib/utils/convertToISO/convertToISO.d.ts +1 -0
  1497. package/lib/utils/convertToISO/convertToISO.js +19 -0
  1498. package/lib/utils/convertToISO/convertToISO.js.map +1 -0
  1499. package/lib/utils/convertToKB/convertToKB.d.ts +1 -0
  1500. package/lib/utils/convertToKB/convertToKB.js +20 -0
  1501. package/lib/utils/convertToKB/convertToKB.js.map +1 -0
  1502. package/lib/utils/convertToMB/convertToMB.d.ts +1 -0
  1503. package/lib/utils/convertToMB/convertToMB.js +20 -0
  1504. package/lib/utils/convertToMB/convertToMB.js.map +1 -0
  1505. package/lib/utils/convertToTB/convertToTB.d.ts +1 -0
  1506. package/lib/utils/convertToTB/convertToTB.js +20 -0
  1507. package/lib/utils/convertToTB/convertToTB.js.map +1 -0
  1508. package/lib/utils/dateFormatter/dateFormatUtils.d.ts +1 -0
  1509. package/lib/utils/dateFormatter/dateFormatUtils.js +34 -0
  1510. package/lib/utils/dateFormatter/dateFormatUtils.js.map +1 -0
  1511. package/lib/utils/debounce/debounce.d.ts +7 -0
  1512. package/lib/utils/debounce/debounce.js +43 -0
  1513. package/lib/utils/debounce/debounce.js.map +1 -0
  1514. package/lib/utils/downloadFile/saveFileFromBlob.d.ts +1 -0
  1515. package/lib/utils/downloadFile/saveFileFromBlob.js +28 -0
  1516. package/lib/utils/downloadFile/saveFileFromBlob.js.map +1 -0
  1517. package/lib/utils/ffID/ffid.d.ts +1 -0
  1518. package/lib/utils/ffID/ffid.js +3 -0
  1519. package/lib/utils/ffID/ffid.js.map +1 -0
  1520. package/lib/utils/findAndInsert/findAndInsert.d.ts +7 -0
  1521. package/lib/utils/findAndInsert/findAndInsert.js +32 -0
  1522. package/lib/utils/findAndInsert/findAndInsert.js.map +1 -0
  1523. package/lib/utils/formData/ConvertFormDataToObject.d.ts +1 -0
  1524. package/lib/utils/formData/ConvertFormDataToObject.js +16 -0
  1525. package/lib/utils/formData/ConvertFormDataToObject.js.map +1 -0
  1526. package/lib/utils/formatDate/formatDate.d.ts +1 -0
  1527. package/lib/utils/formatDate/formatDate.js +7 -0
  1528. package/lib/utils/formatDate/formatDate.js.map +1 -0
  1529. package/lib/utils/functionCheck/functionCheck.d.ts +2 -0
  1530. package/lib/utils/functionCheck/functionCheck.js +6 -0
  1531. package/lib/utils/functionCheck/functionCheck.js.map +1 -0
  1532. package/lib/utils/getAnchorElement/getAnchorElement.d.ts +1 -0
  1533. package/lib/utils/getAnchorElement/getAnchorElement.js +8 -0
  1534. package/lib/utils/getAnchorElement/getAnchorElement.js.map +1 -0
  1535. package/lib/utils/getEncryptedData/getEncryptedData.d.ts +1 -0
  1536. package/lib/utils/getEncryptedData/getEncryptedData.js +18 -0
  1537. package/lib/utils/getEncryptedData/getEncryptedData.js.map +1 -0
  1538. package/lib/utils/getExtension/getExtension.d.ts +4 -0
  1539. package/lib/utils/getExtension/getExtension.js +22 -0
  1540. package/lib/utils/getExtension/getExtension.js.map +1 -0
  1541. package/lib/utils/getSelectOptionValue/getSelectOptionValue.d.ts +8 -0
  1542. package/lib/utils/getSelectOptionValue/getSelectOptionValue.js +17 -0
  1543. package/lib/utils/getSelectOptionValue/getSelectOptionValue.js.map +1 -0
  1544. package/lib/utils/getSequentialPayload/getSequentialPayload.d.ts +2 -0
  1545. package/lib/utils/getSequentialPayload/getSequentialPayload.js +11 -0
  1546. package/lib/utils/getSequentialPayload/getSequentialPayload.js.map +1 -0
  1547. package/lib/utils/getSequentialPayload/types.d.ts +35 -0
  1548. package/lib/utils/getSequentialPayload/types.js +2 -0
  1549. package/lib/utils/getSequentialPayload/types.js.map +1 -0
  1550. package/lib/utils/getStatusColor/getStatusColor.d.ts +3 -0
  1551. package/lib/utils/getStatusColor/getStatusColor.js +51 -0
  1552. package/lib/utils/getStatusColor/getStatusColor.js.map +1 -0
  1553. package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.d.ts +7 -0
  1554. package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js +25 -0
  1555. package/lib/utils/getTopVisibleNodeKey/getTopVisibleNodeKey.js.map +1 -0
  1556. package/lib/utils/getTreeDetails/getTreeDetails.d.ts +11 -0
  1557. package/lib/utils/getTreeDetails/getTreeDetails.js +116 -0
  1558. package/lib/utils/getTreeDetails/getTreeDetails.js.map +1 -0
  1559. package/lib/utils/handleBeforeUnload/UseBeforeUnload.d.ts +1 -0
  1560. package/lib/utils/handleBeforeUnload/UseBeforeUnload.js +15 -0
  1561. package/lib/utils/handleBeforeUnload/UseBeforeUnload.js.map +1 -0
  1562. package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.d.ts +5 -0
  1563. package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js +82 -0
  1564. package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js.map +1 -0
  1565. package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.d.ts +5 -0
  1566. package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js +63 -0
  1567. package/lib/utils/handleTreeNodeExpandCollapse/handleTreeNodeExpandCollapse.js.map +1 -0
  1568. package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.d.ts +5 -0
  1569. package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js +99 -0
  1570. package/lib/utils/handleTreeNodeSelect/handleTreeNodeSelect.js.map +1 -0
  1571. package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.d.ts +9 -0
  1572. package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.js +21 -0
  1573. package/lib/utils/handleUnCheckAllTreeNodesWithUpdates/handleUnCheckAllTreeNodesWithUpdates.js.map +1 -0
  1574. package/lib/utils/indexDBStore/indexDB copy.d.ts +4 -0
  1575. package/lib/utils/indexDBStore/indexDB copy.js +142 -0
  1576. package/lib/utils/indexDBStore/indexDB copy.js.map +1 -0
  1577. package/lib/utils/indexDBStore/indexDB.d.ts +4 -0
  1578. package/lib/utils/indexDBStore/indexDB.js +76 -0
  1579. package/lib/utils/indexDBStore/indexDB.js.map +1 -0
  1580. package/lib/utils/isEmptyObject/isEmptyObject.d.ts +1 -0
  1581. package/lib/utils/isEmptyObject/isEmptyObject.js +2 -0
  1582. package/lib/utils/isEmptyObject/isEmptyObject.js.map +1 -0
  1583. package/lib/utils/keyBoardActionUtil/UseKeyboardActions.d.ts +3 -0
  1584. package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js +22 -0
  1585. package/lib/utils/keyBoardActionUtil/UseKeyboardActions.js.map +1 -0
  1586. package/lib/utils/keyBoardActionUtil/types.d.ts +4 -0
  1587. package/lib/utils/keyBoardActionUtil/types.js +2 -0
  1588. package/lib/utils/keyBoardActionUtil/types.js.map +1 -0
  1589. package/lib/utils/nlpInputDelay/nlpInputDelay.d.ts +1 -0
  1590. package/lib/utils/nlpInputDelay/nlpInputDelay.js +2 -0
  1591. package/lib/utils/nlpInputDelay/nlpInputDelay.js.map +1 -0
  1592. package/lib/utils/swapArrayItem/dragAndDropUtils.d.ts +1 -0
  1593. package/lib/utils/swapArrayItem/dragAndDropUtils.js +34 -0
  1594. package/lib/utils/swapArrayItem/dragAndDropUtils.js.map +1 -0
  1595. package/lib/utils/throttle/throttle.d.ts +6 -0
  1596. package/lib/utils/throttle/throttle.js +28 -0
  1597. package/lib/utils/throttle/throttle.js.map +1 -0
  1598. package/lib/utils/timeZoneChange/handleTimeZoneChange.d.ts +1 -0
  1599. package/lib/utils/timeZoneChange/handleTimeZoneChange.js +15 -0
  1600. package/lib/utils/timeZoneChange/handleTimeZoneChange.js.map +1 -0
  1601. package/lib/utils/toCamelCase/toCamelCase.d.ts +1 -0
  1602. package/lib/utils/toCamelCase/toCamelCase.js +12 -0
  1603. package/lib/utils/toCamelCase/toCamelCase.js.map +1 -0
  1604. package/lib/utils/toTitleCase/toTitleCase.d.ts +1 -0
  1605. package/lib/utils/toTitleCase/toTitleCase.js +7 -0
  1606. package/lib/utils/toTitleCase/toTitleCase.js.map +1 -0
  1607. package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.d.ts +2 -0
  1608. package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.js +29 -0
  1609. package/lib/utils/toggleShowHideEntity/toggleShowHideEntity.js.map +1 -0
  1610. package/lib/utils/truncateText/truncateText.d.ts +2 -0
  1611. package/lib/utils/truncateText/truncateText.js +51 -0
  1612. package/lib/utils/truncateText/truncateText.js.map +1 -0
  1613. package/lib/utils/useDeviceType/useDeviceType.d.ts +6 -0
  1614. package/lib/utils/useDeviceType/useDeviceType.js +24 -0
  1615. package/lib/utils/useDeviceType/useDeviceType.js.map +1 -0
  1616. package/lib/utils/validateFile/validateFile.d.ts +2 -0
  1617. package/lib/utils/validateFile/validateFile.js +23 -0
  1618. package/lib/utils/validateFile/validateFile.js.map +1 -0
  1619. package/lib/validations/regex.d.ts +100 -0
  1620. package/lib/validations/regex.js +187 -0
  1621. package/lib/validations/regex.js.map +1 -0
  1622. package/package.json +106 -0
@@ -0,0 +1,1057 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ffid } from '../../utils/ffID/ffid';
3
+ import Icon from '../Icon';
4
+ export const sampleData = [
5
+ {
6
+ title: 'Depends on Scripts',
7
+ data: [
8
+ {
9
+ stepId: ffid(),
10
+ name: 'Open Browser',
11
+ modifiedBy: 'Ram',
12
+ suiteName: 'test',
13
+ isDisabled: true,
14
+ marginLeft: 0,
15
+ },
16
+ ],
17
+ },
18
+ {
19
+ title: 'Pre Conditions',
20
+ data: [
21
+ {
22
+ stepId: ffid(),
23
+ name: 'Open Browser',
24
+ modifiedBy: 'Ram',
25
+ suiteName: 'test',
26
+ isDisabled: true,
27
+ type: 'PRE',
28
+ },
29
+ {
30
+ stepId: ffid(),
31
+ name: 'Close Browser',
32
+ modifiedBy: 'Ram',
33
+ suiteName: 'test',
34
+ },
35
+ ],
36
+ metaData: {
37
+ total: 1,
38
+ totalPassed: 0,
39
+ totalFailed: 1,
40
+ totalWarning: 0,
41
+ totalSkipped: 0,
42
+ totalTerminated: 0,
43
+ totalAborted: 0,
44
+ totalNA: 0,
45
+ totalPartiallyExecuted: 0,
46
+ totalNonCascadedPreConditionFailed: 0,
47
+ totalNonCascadedPostConditionFailed: 0,
48
+ totalNonCascadedPreConditionWarning: 0,
49
+ totalNonCascadedPostConditionWarning: 0,
50
+ executionDuration: 30057,
51
+ executionDurationInHourMinSecFormat: '00:00:30:57',
52
+ cascaded: false,
53
+ message: 'Pre conditions are failed',
54
+ status: 'FAIL',
55
+ },
56
+ },
57
+ {
58
+ title: 'Steps',
59
+ data: [
60
+ {
61
+ name: 'Start for loop',
62
+ type: '_startforloop',
63
+ nlpName: 'StartForLoop',
64
+ executionOrder: 1,
65
+ nlpId: 'NLP1810',
66
+ passMessage: 'Start for loop is passed',
67
+ failMessage: 'Start for loop is failed',
68
+ skip: false,
69
+ returnType: 'void',
70
+ platform: 'Common',
71
+ searchName: 'Start for loop',
72
+ displayName: 'Start for loop',
73
+ actualFailedResult: 'N/A',
74
+ defaultDisplayName: 'Start for loop',
75
+ stepId: 'STP41499M2D13H10M37S33M980R57',
76
+ toolTip: 'Start for loop',
77
+ defaultToolTip: 'Start for loop',
78
+ hierarchy: 0,
79
+ specialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
80
+ isSpecialNlp: true,
81
+ marginLeft: 0,
82
+ dataProviderVariables: [],
83
+ mustExecute: false,
84
+ imported: false,
85
+ isDisabled: false,
86
+ isStepGroupStep: false,
87
+ isJDBCStep: false,
88
+ afterBreakStep: false,
89
+ afterContinueStep: false,
90
+ stepResultStats: {
91
+ total: 2,
92
+ totalPassed: 0,
93
+ totalFailed: 2,
94
+ totalWarning: 0,
95
+ totalSkipped: 0,
96
+ totalTerminated: 0,
97
+ totalAborted: 0,
98
+ totalNA: 0,
99
+ totalPartiallyExecuted: 0,
100
+ totalNonCascadedPreConditionFailed: 0,
101
+ totalNonCascadedPostConditionFailed: 0,
102
+ totalNonCascadedPreConditionWarning: 0,
103
+ totalNonCascadedPostConditionWarning: 0,
104
+ executionDuration: 20022,
105
+ executionDurationInHourMinSecFormat: '00:00:20:22',
106
+ result: 'Steps are Failed',
107
+ status: 'Failed',
108
+ },
109
+ },
110
+ {
111
+ name: 'Start If Condition',
112
+ type: 'step',
113
+ nlpName: 'IfCondition',
114
+ executionOrder: 2,
115
+ nlpId: 'NLP1401',
116
+ passMessage: 'Condition is true',
117
+ failMessage: 'Condition is false',
118
+ skip: false,
119
+ returnType: 'void',
120
+ platform: 'Common',
121
+ searchName: 'Start If Condition',
122
+ displayName: 'Start If Condition',
123
+ actualFailedResult: 'N/A',
124
+ defaultDisplayName: 'Start If Condition',
125
+ stepId: 'STP16184M2D13H10M38S42M423R60',
126
+ toolTip: 'Start If Condition',
127
+ defaultToolTip: 'Start If Condition',
128
+ hierarchy: 0,
129
+ isSpecialNlp: true,
130
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
131
+ marginLeft: 8,
132
+ dataProviderVariables: [],
133
+ conditionId: 'CON699213103842424',
134
+ conditionSearchKey: 'CON699213103842424',
135
+ mustExecute: false,
136
+ isForLoopStep: true,
137
+ imported: false,
138
+ isDisabled: false,
139
+ isStepGroupStep: false,
140
+ isJDBCStep: false,
141
+ afterBreakStep: false,
142
+ afterContinueStep: false,
143
+ },
144
+ {
145
+ name: 'OpenBrowser',
146
+ type: 'Group',
147
+ nlpName: 'OpenBrowser',
148
+ executionOrder: 3,
149
+ nlpId: 'SG_NLP1425',
150
+ passMessage: 'OpenBrowser is passed',
151
+ failMessage: 'OpenBrowser is failed',
152
+ skip: false,
153
+ returnType: 'void',
154
+ libraryId: 'LIBbf1e19d8-a58b-49df-870d-194e66e29cc0',
155
+ stepGroupId: 'STP_GRP227e025e-952b-45f7-b30e-9ba52a39f04d',
156
+ platform: 'Web',
157
+ displayName: 'OpenBrowser',
158
+ defaultDisplayName: 'OpenBrowser',
159
+ stepId: 'STP72955M2D13H10M45S5M922R32',
160
+ toolTip: 'Open and Close Browser : OpenBrowser : Web',
161
+ defaultToolTip: 'OpenBrowser',
162
+ hierarchy: 0,
163
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
164
+ marginLeft: 16,
165
+ dataProviderVariables: [],
166
+ conditionId: 'CON699213103842424',
167
+ conditionSearchKey: 'CON699213103842424',
168
+ mustExecute: false,
169
+ isForLoopStep: true,
170
+ displayOrder: '1',
171
+ imported: false,
172
+ isDisabled: false,
173
+ isStepGroupStep: false,
174
+ isJDBCStep: false,
175
+ afterBreakStep: false,
176
+ afterContinueStep: false,
177
+ },
178
+ {
179
+ name: 'Start for loop',
180
+ type: '_startforloop',
181
+ nlpName: 'StartForLoop',
182
+ executionOrder: 4,
183
+ nlpId: 'NLP1810',
184
+ passMessage: 'Start for loop is passed',
185
+ failMessage: 'Start for loop is failed',
186
+ skip: false,
187
+ returnType: 'void',
188
+ platform: 'Common',
189
+ searchName: 'Start for loop',
190
+ displayName: 'Start for loop',
191
+ actualFailedResult: 'N/A',
192
+ defaultDisplayName: 'Start for loop',
193
+ stepId: 'STP31614M2D13H10M48S34M815R26',
194
+ toolTip: 'Start for loop',
195
+ defaultToolTip: 'Start for loop',
196
+ hierarchy: 0,
197
+ specialNlpId: 'forloop_548248f0-c7d9-4ff6-bee0-9b92e74e3c7e',
198
+ isSpecialNlp: true,
199
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
200
+ marginLeft: 16,
201
+ dataProviderVariables: [],
202
+ conditionId: 'CON699213103842424',
203
+ conditionSearchKey: 'CON699213103842424',
204
+ mustExecute: false,
205
+ imported: false,
206
+ isDisabled: false,
207
+ isStepGroupStep: false,
208
+ isJDBCStep: false,
209
+ afterBreakStep: false,
210
+ afterContinueStep: false,
211
+ },
212
+ {
213
+ name: 'Navigate to URL https://www.myntra.com/',
214
+ type: 'step',
215
+ nlpName: 'NavigateToURL',
216
+ executionOrder: 5,
217
+ nlpId: 'NLP1099',
218
+ passMessage: 'Navigated to URL *url*',
219
+ failMessage: 'Failed to navigate to URL *url*',
220
+ skip: false,
221
+ returnType: 'void',
222
+ platform: 'Web',
223
+ searchName: 'Navigate to *url*',
224
+ displayName: 'Navigate to URL https://www.myntra.com/',
225
+ actualFailedResult: 'N/A',
226
+ defaultDisplayName: 'Navigate to URL *url*',
227
+ stepId: 'STP71414M2D13H10M49S24M219R46',
228
+ toolTip: 'Navigate to URL https://www.myntra.com/',
229
+ defaultToolTip: 'Navigate to URL *url*',
230
+ hierarchy: 0,
231
+ parentSpecialNlpId: 'forloop_548248f0-c7d9-4ff6-bee0-9b92e74e3c7e',
232
+ marginLeft: 24,
233
+ dataProviderVariables: [],
234
+ conditionId: 'CON699213103842424',
235
+ conditionSearchKey: 'CON699213103842424',
236
+ mustExecute: false,
237
+ isForLoopStep: true,
238
+ displayOrder: '2',
239
+ imported: false,
240
+ isDisabled: false,
241
+ isStepGroupStep: false,
242
+ isJDBCStep: false,
243
+ afterBreakStep: false,
244
+ afterContinueStep: false,
245
+ },
246
+ {
247
+ name: 'End for loop',
248
+ type: '_endforloop',
249
+ nlpName: 'EndForLoop',
250
+ executionOrder: 6,
251
+ nlpId: 'NLP1702',
252
+ passMessage: 'End for loop passed',
253
+ failMessage: 'End for loop failed',
254
+ stepInputs: [],
255
+ skip: false,
256
+ returnType: 'Void',
257
+ nlpType: 'NLP',
258
+ platform: 'Web',
259
+ searchName: 'End for loop',
260
+ displayName: 'End for loop',
261
+ description: 'This NLP is used to end for loop',
262
+ defaultDisplayName: 'End for loop',
263
+ stepId: 'STP47099M2D13H10M48S34M815R66',
264
+ toolTip: 'End for loop',
265
+ hierarchy: 0,
266
+ specialNlpId: 'forloop_548248f0-c7d9-4ff6-bee0-9b92e74e3c7e',
267
+ isSpecialNlp: true,
268
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
269
+ marginLeft: 16,
270
+ conditionId: 'CON699213103842424',
271
+ conditionSearchKey: 'CON699213103842424',
272
+ mustExecute: false,
273
+ imported: false,
274
+ isStepGroupStep: false,
275
+ isJDBCStep: false,
276
+ afterBreakStep: false,
277
+ afterContinueStep: false,
278
+ },
279
+ {
280
+ name: 'End If Condition',
281
+ type: 'step',
282
+ nlpName: 'EndIfCondition',
283
+ executionOrder: 7,
284
+ nlpId: 'NLP1405',
285
+ passMessage: 'End If Condition passed',
286
+ failMessage: 'End If Condition failed',
287
+ stepInputs: [],
288
+ skip: false,
289
+ returnType: 'void',
290
+ nlpType: 'NLP',
291
+ platform: 'Common',
292
+ packageName: 'com.tyss.optimize.nlp.Nlp',
293
+ searchName: 'End If Condition',
294
+ displayName: 'End If Condition',
295
+ description: 'This NLP is used to end if condition',
296
+ actualFailedResult: 'N/A',
297
+ defaultDisplayName: 'End If Condition',
298
+ stepId: 'STP443M2D13H10M38S42M424R64',
299
+ toolTip: 'End If Condition',
300
+ hierarchy: 0,
301
+ isSpecialNlp: true,
302
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
303
+ marginLeft: 8,
304
+ conditionId: 'CON699213103842424',
305
+ conditionSearchKey: 'CON699213103842424',
306
+ mustExecute: false,
307
+ imported: false,
308
+ isStepGroupStep: false,
309
+ isJDBCStep: false,
310
+ afterBreakStep: false,
311
+ afterContinueStep: false,
312
+ },
313
+ {
314
+ name: 'Start Else If Condition',
315
+ type: 'step',
316
+ nlpName: 'ElseIfCondition',
317
+ executionOrder: 8,
318
+ nlpId: 'NLP1395',
319
+ passMessage: 'Condition is true',
320
+ failMessage: 'Condition is false',
321
+ skip: false,
322
+ returnType: 'void',
323
+ platform: 'Common',
324
+ searchName: 'Start Else If Condition',
325
+ displayName: 'Start Else If Condition',
326
+ actualFailedResult: 'N/A',
327
+ defaultDisplayName: 'Start Else If Condition',
328
+ stepId: 'STP21359M2D13H10M49S52M672R66',
329
+ toolTip: 'Start Else If Condition',
330
+ defaultToolTip: 'Start Else If Condition',
331
+ hierarchy: 0,
332
+ isSpecialNlp: true,
333
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
334
+ marginLeft: 8,
335
+ dataProviderVariables: [],
336
+ conditionId: 'CON772213104952673',
337
+ conditionSearchKey: 'CON699213103842424/CON772213104952673',
338
+ mustExecute: false,
339
+ isForLoopStep: true,
340
+ imported: false,
341
+ isDisabled: false,
342
+ isStepGroupStep: false,
343
+ isJDBCStep: false,
344
+ afterBreakStep: false,
345
+ afterContinueStep: false,
346
+ },
347
+ {
348
+ name: 'Wait for 3 seconds',
349
+ type: 'step',
350
+ nlpName: 'Sleep',
351
+ executionOrder: 9,
352
+ nlpId: 'NLP1008',
353
+ passMessage: 'Completed wait for *seconds* seconds',
354
+ failMessage: 'Failed to wait for *seconds* seconds',
355
+ skip: false,
356
+ returnType: 'void',
357
+ platform: 'Web',
358
+ searchName: 'Wait for *seconds* seconds',
359
+ displayName: 'Wait for 3 seconds',
360
+ actualFailedResult: 'Failed to wait for *seconds* seconds',
361
+ defaultDisplayName: 'Wait for *seconds* seconds',
362
+ stepId: 'STP54943M2D13H10M49S59M988R27',
363
+ toolTip: 'Wait for 3 seconds',
364
+ defaultToolTip: 'Wait for *seconds* seconds',
365
+ hierarchy: 0,
366
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
367
+ marginLeft: 16,
368
+ dataProviderVariables: [],
369
+ conditionId: 'CON772213104952673',
370
+ conditionSearchKey: 'CON699213103842424/CON772213104952673',
371
+ mustExecute: false,
372
+ isForLoopStep: true,
373
+ displayOrder: '3',
374
+ imported: false,
375
+ isDisabled: false,
376
+ isStepGroupStep: false,
377
+ isJDBCStep: false,
378
+ afterBreakStep: false,
379
+ afterContinueStep: false,
380
+ },
381
+ {
382
+ name: 'Press Shift key',
383
+ type: 'step',
384
+ nlpName: 'PressShiftKey',
385
+ executionOrder: 10,
386
+ nlpId: 'NLP1032',
387
+ passMessage: 'Shift key is pressed',
388
+ failMessage: 'Failed to press Shift key',
389
+ skip: false,
390
+ returnType: 'void',
391
+ platform: 'Web',
392
+ searchName: 'Keyboard : Press Shift key',
393
+ displayName: 'Press Shift key',
394
+ actualFailedResult: 'N/A',
395
+ defaultDisplayName: 'Press Shift key',
396
+ stepId: 'STP13892M2D13H10M50S8M594R29',
397
+ toolTip: 'Press Shift key',
398
+ defaultToolTip: 'Press Shift key',
399
+ hierarchy: 0,
400
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
401
+ marginLeft: 16,
402
+ dataProviderVariables: [],
403
+ conditionId: 'CON772213104952673',
404
+ conditionSearchKey: 'CON699213103842424/CON772213104952673',
405
+ mustExecute: false,
406
+ isForLoopStep: true,
407
+ displayOrder: '4',
408
+ imported: false,
409
+ isDisabled: false,
410
+ isStepGroupStep: false,
411
+ isJDBCStep: false,
412
+ afterBreakStep: false,
413
+ afterContinueStep: false,
414
+ },
415
+ {
416
+ name: 'Press ArrowLeft key',
417
+ type: 'step',
418
+ nlpName: 'PressArrowLeft',
419
+ executionOrder: 11,
420
+ nlpId: 'NLP1024',
421
+ passMessage: 'ArrowLeft key is pressed',
422
+ failMessage: 'Failed to press ArrowLeft key',
423
+ skip: false,
424
+ returnType: 'void',
425
+ platform: 'Web',
426
+ searchName: 'Keyboard : Press ArrowLeft key',
427
+ displayName: 'Press ArrowLeft key',
428
+ actualFailedResult: 'N/A',
429
+ defaultDisplayName: 'Press ArrowLeft key',
430
+ stepId: 'STP77044M2D13H10M50S15M522R30',
431
+ toolTip: 'Press ArrowLeft key',
432
+ defaultToolTip: 'Press ArrowLeft key',
433
+ hierarchy: 0,
434
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
435
+ marginLeft: 16,
436
+ dataProviderVariables: [],
437
+ conditionId: 'CON772213104952673',
438
+ conditionSearchKey: 'CON699213103842424/CON772213104952673',
439
+ mustExecute: false,
440
+ isForLoopStep: true,
441
+ displayOrder: '5',
442
+ imported: false,
443
+ isDisabled: false,
444
+ isStepGroupStep: false,
445
+ isJDBCStep: false,
446
+ afterBreakStep: false,
447
+ afterContinueStep: false,
448
+ },
449
+ {
450
+ name: 'End Else If Condition',
451
+ type: 'step',
452
+ nlpName: 'EndElseIfCondition',
453
+ executionOrder: 12,
454
+ nlpId: 'NLP1399',
455
+ passMessage: 'End Else If Condition passed',
456
+ failMessage: 'End Else If Condition failed',
457
+ stepInputs: [],
458
+ skip: false,
459
+ returnType: 'void',
460
+ nlpType: 'NLP',
461
+ platform: 'Common',
462
+ packageName: 'com.tyss.optimize.nlp.Nlp',
463
+ searchName: 'End Else If Condition',
464
+ displayName: 'End Else If Condition',
465
+ description: 'This NLP is used to end else if condition',
466
+ actualFailedResult: 'N/A',
467
+ defaultDisplayName: 'End Else If Condition',
468
+ stepId: 'STP19326M2D13H10M49S52M673R38',
469
+ toolTip: 'End Else If Condition',
470
+ hierarchy: 0,
471
+ isSpecialNlp: true,
472
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
473
+ marginLeft: 8,
474
+ conditionId: 'CON772213104952673',
475
+ conditionSearchKey: 'CON699213103842424/CON772213104952673',
476
+ mustExecute: false,
477
+ imported: false,
478
+ isStepGroupStep: false,
479
+ isJDBCStep: false,
480
+ afterBreakStep: false,
481
+ afterContinueStep: false,
482
+ },
483
+ {
484
+ name: 'Start Else If Condition',
485
+ type: 'step',
486
+ nlpName: 'ElseIfCondition',
487
+ executionOrder: 13,
488
+ nlpId: 'NLP1395',
489
+ passMessage: 'Condition is true',
490
+ failMessage: 'Condition is false',
491
+ skip: false,
492
+ returnType: 'void',
493
+ platform: 'Common',
494
+ searchName: 'Start Else If Condition',
495
+ displayName: 'Start Else If Condition',
496
+ actualFailedResult: 'N/A',
497
+ defaultDisplayName: 'Start Else If Condition',
498
+ stepId: 'STP2568M2D13H10M50S50M669R57',
499
+ toolTip: 'Start Else If Condition',
500
+ defaultToolTip: 'Start Else If Condition',
501
+ hierarchy: 0,
502
+ isSpecialNlp: true,
503
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
504
+ marginLeft: 8,
505
+ dataProviderVariables: [],
506
+ conditionId: 'CON204213105050670',
507
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670',
508
+ mustExecute: false,
509
+ isForLoopStep: true,
510
+ imported: false,
511
+ isDisabled: false,
512
+ isStepGroupStep: false,
513
+ isJDBCStep: false,
514
+ afterBreakStep: false,
515
+ afterContinueStep: false,
516
+ },
517
+ {
518
+ name: 'Wait for 3 seconds',
519
+ type: 'step',
520
+ nlpName: 'Sleep',
521
+ executionOrder: 14,
522
+ nlpId: 'NLP1008',
523
+ passMessage: 'Completed wait for *seconds* seconds',
524
+ failMessage: 'Failed to wait for *seconds* seconds',
525
+ skip: false,
526
+ returnType: 'void',
527
+ platform: 'Web',
528
+ searchName: 'Wait for *seconds* seconds',
529
+ displayName: 'Wait for 3 seconds',
530
+ actualFailedResult: 'Failed to wait for *seconds* seconds',
531
+ defaultDisplayName: 'Wait for *seconds* seconds',
532
+ stepId: 'STP3736M2D13H10M50S58M320R52',
533
+ toolTip: 'Wait for 3 seconds',
534
+ defaultToolTip: 'Wait for *seconds* seconds',
535
+ hierarchy: 0,
536
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
537
+ marginLeft: 16,
538
+ dataProviderVariables: [],
539
+ conditionId: 'CON204213105050670',
540
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670',
541
+ mustExecute: false,
542
+ isForLoopStep: true,
543
+ displayOrder: '6',
544
+ imported: false,
545
+ isDisabled: false,
546
+ isStepGroupStep: false,
547
+ isJDBCStep: false,
548
+ afterBreakStep: false,
549
+ afterContinueStep: false,
550
+ },
551
+ {
552
+ name: 'String : Concatenate sadfvg with wedrfgh',
553
+ type: 'step',
554
+ nlpName: 'ConcatString',
555
+ executionOrder: 15,
556
+ nlpId: 'NLP1065',
557
+ passMessage: 'Concatenated *string1* with *string2*',
558
+ failMessage: 'Failed to concatenate *string1* with *string2*',
559
+ skip: false,
560
+ returnType: 'String: returnValue',
561
+ platform: 'Common',
562
+ searchName: 'String : Concatenate *string1* with *string2*',
563
+ displayName: 'String : Concatenate sadfvg with wedrfgh',
564
+ actualFailedResult: 'N/A',
565
+ defaultDisplayName: 'String : Concatenate *string1* with *string2*',
566
+ stepId: 'STP80536M2D13H10M51S20M811R36',
567
+ toolTip: 'String : Concatenate sadfvg with wedrfgh',
568
+ defaultToolTip: 'String : Concatenate *string1* with *string2*',
569
+ hierarchy: 0,
570
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
571
+ marginLeft: 16,
572
+ dataProviderVariables: [],
573
+ conditionId: 'CON204213105050670',
574
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670',
575
+ mustExecute: false,
576
+ isForLoopStep: true,
577
+ displayOrder: '7',
578
+ imported: false,
579
+ isDisabled: false,
580
+ isStepGroupStep: false,
581
+ isJDBCStep: false,
582
+ afterBreakStep: false,
583
+ afterContinueStep: false,
584
+ },
585
+ {
586
+ name: 'End Else If Condition',
587
+ type: 'step',
588
+ nlpName: 'EndElseIfCondition',
589
+ executionOrder: 16,
590
+ nlpId: 'NLP1399',
591
+ passMessage: 'End Else If Condition passed',
592
+ failMessage: 'End Else If Condition failed',
593
+ stepInputs: [],
594
+ skip: false,
595
+ returnType: 'void',
596
+ nlpType: 'NLP',
597
+ platform: 'Common',
598
+ packageName: 'com.tyss.optimize.nlp.Nlp',
599
+ searchName: 'End Else If Condition',
600
+ displayName: 'End Else If Condition',
601
+ description: 'This NLP is used to end else if condition',
602
+ actualFailedResult: 'N/A',
603
+ defaultDisplayName: 'End Else If Condition',
604
+ stepId: 'STP54482M2D13H10M50S50M670R96',
605
+ toolTip: 'End Else If Condition',
606
+ hierarchy: 0,
607
+ isSpecialNlp: true,
608
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
609
+ marginLeft: 8,
610
+ conditionId: 'CON204213105050670',
611
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670',
612
+ mustExecute: false,
613
+ imported: false,
614
+ isStepGroupStep: false,
615
+ isJDBCStep: false,
616
+ afterBreakStep: false,
617
+ afterContinueStep: false,
618
+ },
619
+ {
620
+ name: 'Start Else If Condition',
621
+ type: 'step',
622
+ nlpName: 'ElseIfCondition',
623
+ executionOrder: 17,
624
+ nlpId: 'NLP1395',
625
+ passMessage: 'Condition is true',
626
+ failMessage: 'Condition is false',
627
+ skip: false,
628
+ returnType: 'void',
629
+ platform: 'Common',
630
+ searchName: 'Start Else If Condition',
631
+ displayName: 'Start Else If Condition',
632
+ actualFailedResult: 'N/A',
633
+ defaultDisplayName: 'Start Else If Condition',
634
+ stepId: 'STP60330M2D13H10M51S41M88R90',
635
+ toolTip: 'Start Else If Condition',
636
+ defaultToolTip: 'Start Else If Condition',
637
+ hierarchy: 0,
638
+ isSpecialNlp: true,
639
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
640
+ marginLeft: 8,
641
+ dataProviderVariables: [],
642
+ conditionId: 'CON68121310514188',
643
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
644
+ mustExecute: false,
645
+ isForLoopStep: true,
646
+ imported: false,
647
+ isDisabled: false,
648
+ isStepGroupStep: false,
649
+ isJDBCStep: false,
650
+ afterBreakStep: false,
651
+ afterContinueStep: false,
652
+ },
653
+ {
654
+ name: 'Press Shift key',
655
+ type: 'step',
656
+ nlpName: 'PressShiftKey',
657
+ executionOrder: 18,
658
+ nlpId: 'NLP1032',
659
+ passMessage: 'Shift key is pressed',
660
+ failMessage: 'Failed to press Shift key',
661
+ skip: false,
662
+ returnType: 'void',
663
+ platform: 'Web',
664
+ searchName: 'Keyboard : Press Shift key',
665
+ displayName: 'Press Shift key',
666
+ actualFailedResult: 'N/A',
667
+ defaultDisplayName: 'Press Shift key',
668
+ stepId: 'STP98471M2D13H10M52S8M506R12',
669
+ toolTip: 'Press Shift key',
670
+ defaultToolTip: 'Press Shift key',
671
+ hierarchy: 0,
672
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
673
+ marginLeft: 16,
674
+ dataProviderVariables: [],
675
+ conditionId: 'CON68121310514188',
676
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
677
+ mustExecute: false,
678
+ isForLoopStep: true,
679
+ displayOrder: '8',
680
+ imported: false,
681
+ isDisabled: false,
682
+ isStepGroupStep: false,
683
+ isJDBCStep: false,
684
+ afterBreakStep: false,
685
+ afterContinueStep: false,
686
+ },
687
+ {
688
+ name: 'Wait for 3 seconds',
689
+ type: 'step',
690
+ nlpName: 'Sleep',
691
+ executionOrder: 19,
692
+ nlpId: 'NLP1008',
693
+ passMessage: 'Completed wait for *seconds* seconds',
694
+ failMessage: 'Failed to wait for *seconds* seconds',
695
+ skip: false,
696
+ returnType: 'void',
697
+ platform: 'Web',
698
+ searchName: 'Wait for *seconds* seconds',
699
+ displayName: 'Wait for 3 seconds',
700
+ actualFailedResult: 'Failed to wait for *seconds* seconds',
701
+ defaultDisplayName: 'Wait for *seconds* seconds',
702
+ stepId: 'STP658M2D13H10M52S29M761R84',
703
+ toolTip: 'Wait for 3 seconds',
704
+ defaultToolTip: 'Wait for *seconds* seconds',
705
+ hierarchy: 0,
706
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
707
+ marginLeft: 16,
708
+ dataProviderVariables: [],
709
+ conditionId: 'CON68121310514188',
710
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
711
+ mustExecute: false,
712
+ isForLoopStep: true,
713
+ displayOrder: '9',
714
+ imported: false,
715
+ isDisabled: false,
716
+ isStepGroupStep: false,
717
+ isJDBCStep: false,
718
+ afterBreakStep: false,
719
+ afterContinueStep: false,
720
+ },
721
+ {
722
+ name: 'Print Value of 3',
723
+ type: 'step',
724
+ nlpName: 'PrintValue',
725
+ executionOrder: 20,
726
+ nlpId: 'NLP1258',
727
+ passMessage: 'Value of *input* is *returnValue*',
728
+ failMessage: 'Failed to print value of *input*',
729
+ skip: false,
730
+ returnType: 'void',
731
+ platform: 'Common',
732
+ searchName: 'Print Value',
733
+ displayName: 'Print Value of 3',
734
+ actualFailedResult: 'N/A',
735
+ defaultDisplayName: 'Print Value of *input*',
736
+ stepId: 'STP12838M2D13H10M52S42M184R57',
737
+ toolTip: 'Print Value of 3',
738
+ defaultToolTip: 'Print Value of *input*',
739
+ hierarchy: 0,
740
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
741
+ marginLeft: 16,
742
+ dataProviderVariables: [],
743
+ conditionId: 'CON68121310514188',
744
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
745
+ mustExecute: false,
746
+ isForLoopStep: true,
747
+ displayOrder: '10',
748
+ imported: false,
749
+ isDisabled: false,
750
+ isStepGroupStep: false,
751
+ isJDBCStep: false,
752
+ afterBreakStep: false,
753
+ afterContinueStep: false,
754
+ },
755
+ {
756
+ name: 'End Else If Condition',
757
+ type: 'step',
758
+ nlpName: 'EndElseIfCondition',
759
+ executionOrder: 21,
760
+ nlpId: 'NLP1399',
761
+ passMessage: 'End Else If Condition passed',
762
+ failMessage: 'End Else If Condition failed',
763
+ stepInputs: [],
764
+ skip: false,
765
+ returnType: 'void',
766
+ nlpType: 'NLP',
767
+ platform: 'Common',
768
+ packageName: 'com.tyss.optimize.nlp.Nlp',
769
+ searchName: 'End Else If Condition',
770
+ displayName: 'End Else If Condition',
771
+ description: 'This NLP is used to end else if condition',
772
+ actualFailedResult: 'N/A',
773
+ defaultDisplayName: 'End Else If Condition',
774
+ stepId: 'STP79063M2D13H10M51S41M88R54',
775
+ toolTip: 'End Else If Condition',
776
+ hierarchy: 0,
777
+ isSpecialNlp: true,
778
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
779
+ marginLeft: 8,
780
+ conditionId: 'CON68121310514188',
781
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
782
+ mustExecute: false,
783
+ imported: false,
784
+ isStepGroupStep: false,
785
+ isJDBCStep: false,
786
+ afterBreakStep: false,
787
+ afterContinueStep: false,
788
+ },
789
+ {
790
+ name: 'Start Else If Condition',
791
+ type: 'step',
792
+ nlpName: 'ElseIfCondition',
793
+ executionOrder: 22,
794
+ nlpId: 'NLP1395',
795
+ passMessage: 'Condition is true',
796
+ failMessage: 'Condition is false',
797
+ skip: false,
798
+ returnType: 'void',
799
+ platform: 'Common',
800
+ searchName: 'Start Else If Condition',
801
+ displayName: 'Start Else If Condition',
802
+ actualFailedResult: 'N/A',
803
+ defaultDisplayName: 'Start Else If Condition',
804
+ stepId: 'STP86004M2D13H10M53S16M113R73',
805
+ toolTip: 'Start Else If Condition',
806
+ defaultToolTip: 'Start Else If Condition',
807
+ hierarchy: 0,
808
+ isSpecialNlp: true,
809
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
810
+ marginLeft: 8,
811
+ dataProviderVariables: [],
812
+ conditionId: 'CON720213105316113',
813
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188/CON720213105316113',
814
+ mustExecute: false,
815
+ isForLoopStep: true,
816
+ imported: false,
817
+ isDisabled: false,
818
+ isStepGroupStep: false,
819
+ isJDBCStep: false,
820
+ afterBreakStep: false,
821
+ afterContinueStep: false,
822
+ },
823
+ {
824
+ name: 'Navigate to URL https://www.myntra.com/',
825
+ type: 'step',
826
+ nlpName: 'NavigateToURL',
827
+ executionOrder: 23,
828
+ nlpId: 'NLP1099',
829
+ passMessage: 'Navigated to URL *url*',
830
+ failMessage: 'Failed to navigate to URL *url*',
831
+ skip: false,
832
+ returnType: 'void',
833
+ platform: 'Web',
834
+ searchName: 'Navigate to *url*',
835
+ displayName: 'Navigate to URL https://www.myntra.com/',
836
+ actualFailedResult: 'N/A',
837
+ defaultDisplayName: 'Navigate to URL *url*',
838
+ stepId: 'STP73942M2D13H10M54S4M105R17',
839
+ toolTip: 'Navigate to URL https://www.myntra.com/',
840
+ defaultToolTip: 'Navigate to URL *url*',
841
+ hierarchy: 0,
842
+ marginLeft: 16,
843
+ dataProviderVariables: [],
844
+ conditionId: 'CON720213105316113',
845
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188/CON720213105316113',
846
+ mustExecute: false,
847
+ isForLoopStep: true,
848
+ displayOrder: '11',
849
+ imported: false,
850
+ isDisabled: false,
851
+ isStepGroupStep: false,
852
+ isJDBCStep: false,
853
+ afterBreakStep: false,
854
+ afterContinueStep: false,
855
+ },
856
+ {
857
+ name: 'Press ArrowLeft key',
858
+ type: 'step',
859
+ nlpName: 'PressArrowLeft',
860
+ executionOrder: 24,
861
+ nlpId: 'NLP1024',
862
+ passMessage: 'ArrowLeft key is pressed',
863
+ failMessage: 'Failed to press ArrowLeft key',
864
+ skip: false,
865
+ returnType: 'void',
866
+ platform: 'Web',
867
+ searchName: 'Keyboard : Press ArrowLeft key',
868
+ displayName: 'Press ArrowLeft key',
869
+ actualFailedResult: 'N/A',
870
+ defaultDisplayName: 'Press ArrowLeft key',
871
+ stepId: 'STP14942M2D13H10M54S10M962R91',
872
+ toolTip: 'Press ArrowLeft key',
873
+ defaultToolTip: 'Press ArrowLeft key',
874
+ hierarchy: 0,
875
+ marginLeft: 16,
876
+ dataProviderVariables: [],
877
+ conditionId: 'CON720213105316113',
878
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188/CON720213105316113',
879
+ mustExecute: false,
880
+ isForLoopStep: true,
881
+ displayOrder: '12',
882
+ imported: false,
883
+ isDisabled: false,
884
+ isStepGroupStep: false,
885
+ isJDBCStep: false,
886
+ afterBreakStep: false,
887
+ afterContinueStep: false,
888
+ },
889
+ {
890
+ name: 'Press Shift key',
891
+ type: 'step',
892
+ nlpName: 'PressShiftKey',
893
+ executionOrder: 25,
894
+ nlpId: 'NLP1032',
895
+ passMessage: 'Shift key is pressed',
896
+ failMessage: 'Failed to press Shift key',
897
+ skip: false,
898
+ returnType: 'void',
899
+ platform: 'Web',
900
+ searchName: 'Keyboard : Press Shift key',
901
+ displayName: 'Press Shift key',
902
+ actualFailedResult: 'N/A',
903
+ defaultDisplayName: 'Press Shift key',
904
+ stepId: 'STP86748M2D13H10M54S16M800R6',
905
+ toolTip: 'Press Shift key',
906
+ defaultToolTip: 'Press Shift key',
907
+ hierarchy: 0,
908
+ marginLeft: 16,
909
+ dataProviderVariables: [],
910
+ conditionId: 'CON720213105316113',
911
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188/CON720213105316113',
912
+ mustExecute: false,
913
+ isForLoopStep: true,
914
+ displayOrder: '13',
915
+ imported: false,
916
+ isDisabled: false,
917
+ isStepGroupStep: false,
918
+ isJDBCStep: false,
919
+ afterBreakStep: false,
920
+ afterContinueStep: false,
921
+ },
922
+ {
923
+ name: 'End Else If Condition',
924
+ type: 'step',
925
+ nlpName: 'EndElseIfCondition',
926
+ executionOrder: 26,
927
+ nlpId: 'NLP1399',
928
+ passMessage: 'End Else If Condition passed',
929
+ failMessage: 'End Else If Condition failed',
930
+ stepInputs: [],
931
+ skip: false,
932
+ returnType: 'void',
933
+ nlpType: 'NLP',
934
+ platform: 'Common',
935
+ packageName: 'com.tyss.optimize.nlp.Nlp',
936
+ searchName: 'End Else If Condition',
937
+ displayName: 'End Else If Condition',
938
+ description: 'This NLP is used to end else if condition',
939
+ actualFailedResult: 'N/A',
940
+ defaultDisplayName: 'End Else If Condition',
941
+ stepId: 'STP64752M2D13H10M53S16M113R86',
942
+ toolTip: 'End Else If Condition',
943
+ hierarchy: 0,
944
+ isSpecialNlp: true,
945
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
946
+ marginLeft: 8,
947
+ conditionId: 'CON720213105316113',
948
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188/CON720213105316113',
949
+ mustExecute: false,
950
+ imported: false,
951
+ isStepGroupStep: false,
952
+ isJDBCStep: false,
953
+ afterBreakStep: false,
954
+ afterContinueStep: false,
955
+ },
956
+ {
957
+ name: 'Get all broken links',
958
+ type: 'step',
959
+ nlpName: 'GetAllBrokenLinks',
960
+ executionOrder: 27,
961
+ nlpId: 'NLP1048',
962
+ passMessage: 'Broken links are *returnValue*',
963
+ failMessage: 'Failed to fetch all broken links',
964
+ skip: false,
965
+ returnType: 'List<String>',
966
+ platform: 'Web',
967
+ searchName: 'Get all broken links',
968
+ displayName: 'Get all broken links',
969
+ actualFailedResult: 'N/A',
970
+ defaultDisplayName: 'Get all broken links',
971
+ stepId: 'STP38577M2D13H10M55S1M284R46',
972
+ toolTip: 'Get all broken links',
973
+ defaultToolTip: 'Get all broken links',
974
+ hierarchy: 0,
975
+ parentSpecialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
976
+ marginLeft: 8,
977
+ dataProviderVariables: [],
978
+ conditionId: 'CON68121310514188',
979
+ conditionSearchKey: 'CON699213103842424/CON772213104952673/CON204213105050670/CON68121310514188',
980
+ mustExecute: false,
981
+ isForLoopStep: true,
982
+ displayOrder: '14',
983
+ imported: false,
984
+ isDisabled: false,
985
+ isStepGroupStep: false,
986
+ isJDBCStep: false,
987
+ afterBreakStep: false,
988
+ afterContinueStep: false,
989
+ },
990
+ {
991
+ name: 'End for loop',
992
+ type: '_endforloop',
993
+ nlpName: 'EndForLoop',
994
+ executionOrder: 28,
995
+ nlpId: 'NLP1702',
996
+ passMessage: 'End for loop passed',
997
+ failMessage: 'End for loop failed',
998
+ stepInputs: [],
999
+ skip: false,
1000
+ returnType: 'Void',
1001
+ nlpType: 'NLP',
1002
+ platform: 'Web',
1003
+ searchName: 'End for loop',
1004
+ displayName: 'End for loop',
1005
+ description: 'This NLP is used to end for loop',
1006
+ defaultDisplayName: 'End for loop',
1007
+ stepId: 'STP82202M2D13H10M37S33M981R22',
1008
+ toolTip: 'End for loop',
1009
+ hierarchy: 0,
1010
+ specialNlpId: 'forloop_d5a18760-eb7a-42d9-b17d-658815b94ca1',
1011
+ isSpecialNlp: true,
1012
+ marginLeft: 0,
1013
+ mustExecute: false,
1014
+ imported: false,
1015
+ isStepGroupStep: false,
1016
+ isJDBCStep: false,
1017
+ afterBreakStep: false,
1018
+ afterContinueStep: false,
1019
+ },
1020
+ ],
1021
+ metaData: {
1022
+ total: 10,
1023
+ totalPassed: 6,
1024
+ totalFailed: 1,
1025
+ totalWarning: 0,
1026
+ totalSkipped: 0,
1027
+ totalTerminated: 0,
1028
+ totalAborted: 0,
1029
+ totalNA: 3,
1030
+ totalPartiallyExecuted: 0,
1031
+ totalNonCascadedPreConditionFailed: 0,
1032
+ totalNonCascadedPostConditionFailed: 0,
1033
+ totalNonCascadedPreConditionWarning: 0,
1034
+ totalNonCascadedPostConditionWarning: 0,
1035
+ executionDuration: 80129,
1036
+ executionDurationInHourMinSecFormat: '00:01:20:129',
1037
+ message: 'One or more steps are failed',
1038
+ status: 'FAIL',
1039
+ },
1040
+ actionCell: () => {
1041
+ return (_jsxs("div", { style: { display: 'flex', justifyContent: 'space-around' }, children: [_jsx(Icon, { name: "no_access_icon" }), _jsx(Icon, { name: "step_group" }), _jsx(Icon, { name: "delete" })] }));
1042
+ },
1043
+ },
1044
+ {
1045
+ title: 'Post Conditions',
1046
+ data: [
1047
+ {
1048
+ stepId: ffid(),
1049
+ name: 'close browser',
1050
+ modifiedBy: 'Krishna',
1051
+ suiteName: 'test 2',
1052
+ type: 'POST',
1053
+ },
1054
+ ],
1055
+ },
1056
+ ];
1057
+ //# sourceMappingURL=constant.js.map