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,825 @@
1
+ import { PointRange } from './point-range';
2
+ import * as Matrix from './matrix';
3
+ import { RangeSelection, EntireColumnsSelection, EntireRowsSelection, EmptySelection, } from './selection';
4
+ import { createFormulaParser, Model } from './engine';
5
+ import { convertPtToPx } from './util';
6
+ export function applyBoldToCells(currentData, selectedRange, editable) {
7
+ if (!selectedRange) {
8
+ return currentData;
9
+ }
10
+ const { start, end } = selectedRange;
11
+ let updatedData = currentData;
12
+ let anyBold = false;
13
+ for (let row = start.row; row <= end.row; row++) {
14
+ for (let col = start.column; col <= end.column; col++) {
15
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
16
+ if (!currentCell || !editable)
17
+ continue;
18
+ if (currentCell.readOnly)
19
+ continue;
20
+ if (currentCell.style?.fontWeight === 'bold') {
21
+ anyBold = true;
22
+ break;
23
+ }
24
+ }
25
+ if (anyBold)
26
+ break;
27
+ }
28
+ for (let row = start.row; row <= end.row; row++) {
29
+ for (let col = start.column; col <= end.column; col++) {
30
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
31
+ if (!currentCell || !editable)
32
+ continue;
33
+ if (currentCell.readOnly)
34
+ continue;
35
+ const updatedCell = {
36
+ ...currentCell,
37
+ style: {
38
+ ...currentCell.style,
39
+ fontWeight: anyBold ? 'normal' : 'bold',
40
+ },
41
+ };
42
+ updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
43
+ }
44
+ }
45
+ return updatedData;
46
+ }
47
+ export function applyItalicToCells(currentData, selectedRange, editable) {
48
+ if (!selectedRange) {
49
+ return currentData;
50
+ }
51
+ const { start, end } = selectedRange;
52
+ let updatedData = currentData;
53
+ let anyItalic = false;
54
+ for (let row = start.row; row <= end.row; row++) {
55
+ for (let col = start.column; col <= end.column; col++) {
56
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
57
+ if (!currentCell || !editable)
58
+ continue;
59
+ if (currentCell.readOnly)
60
+ continue;
61
+ if (currentCell.style?.fontStyle === 'italic') {
62
+ anyItalic = true;
63
+ break;
64
+ }
65
+ }
66
+ if (anyItalic)
67
+ break;
68
+ }
69
+ for (let row = start.row; row <= end.row; row++) {
70
+ for (let col = start.column; col <= end.column; col++) {
71
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
72
+ if (!currentCell || !editable)
73
+ continue;
74
+ if (currentCell.readOnly)
75
+ continue;
76
+ const updatedCell = {
77
+ ...currentCell,
78
+ style: {
79
+ ...currentCell.style,
80
+ fontStyle: anyItalic ? 'normal' : 'italic',
81
+ },
82
+ };
83
+ updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
84
+ }
85
+ }
86
+ return updatedData;
87
+ }
88
+ export function applyFontFamily(currentData, selectedRange, value, editable) {
89
+ if (!selectedRange) {
90
+ return currentData;
91
+ }
92
+ const { start, end } = selectedRange;
93
+ let updatedData = currentData;
94
+ for (let row = start.row; row <= end.row; row++) {
95
+ for (let col = start.column; col <= end.column; col++) {
96
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
97
+ if (!currentCell || !editable)
98
+ continue;
99
+ if (currentCell.readOnly)
100
+ continue;
101
+ let updatedCell = {
102
+ ...currentCell,
103
+ style: {
104
+ ...currentCell.style,
105
+ fontFamily: value,
106
+ },
107
+ };
108
+ updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
109
+ }
110
+ }
111
+ return updatedData;
112
+ }
113
+ export function applyFontSize(currentData, selectedRange, value, editable) {
114
+ if (!selectedRange) {
115
+ return currentData;
116
+ }
117
+ const conversion = Number(value);
118
+ if (isNaN(conversion)) {
119
+ return currentData;
120
+ }
121
+ const fontSizeInPx = convertPtToPx(conversion);
122
+ const { start, end } = selectedRange;
123
+ let updatedData = currentData;
124
+ for (let row = start.row; row <= end.row; row++) {
125
+ for (let col = start.column; col <= end.column; col++) {
126
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
127
+ if (!currentCell || !editable)
128
+ continue;
129
+ if (currentCell.readOnly)
130
+ continue;
131
+ let updatedCell = {
132
+ ...currentCell,
133
+ style: {
134
+ ...currentCell.style,
135
+ fontSize: fontSizeInPx,
136
+ },
137
+ };
138
+ updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
139
+ }
140
+ }
141
+ return updatedData;
142
+ }
143
+ export function applyBorderToCells(currentData, selectedRange, value, color, editable) {
144
+ if (!selectedRange) {
145
+ return currentData;
146
+ }
147
+ let updatedData = currentData;
148
+ const { start, end } = selectedRange;
149
+ const getCell = (row, col) => Matrix.get({ row, column: col }, updatedData);
150
+ const setCell = (row, col, cell) => {
151
+ updatedData = Matrix.set({ row, column: col }, cell, updatedData);
152
+ };
153
+ for (let row = start.row; row <= end.row; row++) {
154
+ for (let col = start.column; col <= end.column; col++) {
155
+ const currentCell = getCell(row, col);
156
+ if (!currentCell || !editable || currentCell.readOnly)
157
+ continue;
158
+ const updatedCell = { ...currentCell, style: { ...currentCell.style } };
159
+ const aboveCell = getCell(row - 1, col);
160
+ const belowCell = getCell(row + 1, col);
161
+ const leftCell = getCell(row, col - 1);
162
+ const rightCell = getCell(row, col + 1);
163
+ const borderStyle = `2px solid ${color}`;
164
+ const defaultBorder = `1px solid var(--excel-header-border)`;
165
+ const applyBorder = (side) => {
166
+ switch (side) {
167
+ case 'borderTop':
168
+ if (!aboveCell || aboveCell.style?.borderBottom !== borderStyle) {
169
+ updatedCell.style.borderTop = borderStyle;
170
+ }
171
+ else {
172
+ updatedCell.style.borderTop = 'none';
173
+ }
174
+ break;
175
+ case 'borderBottom':
176
+ if (!belowCell || belowCell.style?.borderTop !== borderStyle) {
177
+ updatedCell.style.borderBottom = borderStyle;
178
+ }
179
+ else {
180
+ updatedCell.style.borderBottom = 'none';
181
+ }
182
+ break;
183
+ case 'borderLeft':
184
+ if (!leftCell || leftCell.style?.borderRight !== borderStyle) {
185
+ updatedCell.style.borderLeft = borderStyle;
186
+ }
187
+ else {
188
+ updatedCell.style.borderLeft = 'none';
189
+ }
190
+ break;
191
+ case 'borderRight':
192
+ if (!rightCell || rightCell.style?.borderLeft !== borderStyle) {
193
+ updatedCell.style.borderRight = borderStyle;
194
+ }
195
+ else {
196
+ updatedCell.style.borderRight = 'none';
197
+ }
198
+ break;
199
+ }
200
+ };
201
+ switch (value) {
202
+ case 'border-all-sides':
203
+ applyBorder('borderTop');
204
+ applyBorder('borderBottom');
205
+ applyBorder('borderLeft');
206
+ applyBorder('borderRight');
207
+ break;
208
+ case 'border-none':
209
+ updatedCell.style = {
210
+ ...updatedCell.style,
211
+ borderRight: defaultBorder,
212
+ borderLeft: defaultBorder,
213
+ borderTop: defaultBorder,
214
+ borderBottom: defaultBorder,
215
+ };
216
+ if (aboveCell) {
217
+ const updatedAbove = {
218
+ ...aboveCell,
219
+ style: { ...aboveCell.style },
220
+ };
221
+ if (updatedAbove.style.borderBottom === 'none') {
222
+ updatedAbove.style.borderBottom = borderStyle;
223
+ setCell(row - 1, col, updatedAbove);
224
+ }
225
+ }
226
+ if (belowCell) {
227
+ const updatedBelow = {
228
+ ...belowCell,
229
+ style: { ...belowCell.style },
230
+ };
231
+ if (updatedBelow.style.borderTop === 'none') {
232
+ updatedBelow.style.borderTop = borderStyle;
233
+ setCell(row + 1, col, updatedBelow);
234
+ }
235
+ }
236
+ if (leftCell) {
237
+ const updatedLeft = { ...leftCell, style: { ...leftCell.style } };
238
+ if (updatedLeft.style.borderRight === 'none') {
239
+ updatedLeft.style.borderRight = borderStyle;
240
+ setCell(row, col - 1, updatedLeft);
241
+ }
242
+ }
243
+ if (rightCell) {
244
+ const updatedRight = {
245
+ ...rightCell,
246
+ style: { ...rightCell.style },
247
+ };
248
+ if (updatedRight.style.borderLeft === 'none') {
249
+ updatedRight.style.borderLeft = borderStyle;
250
+ setCell(row, col + 1, updatedRight);
251
+ }
252
+ }
253
+ break;
254
+ case 'border-right':
255
+ applyBorder('borderRight');
256
+ break;
257
+ case 'border-left':
258
+ applyBorder('borderLeft');
259
+ break;
260
+ case 'border-top':
261
+ applyBorder('borderTop');
262
+ break;
263
+ case 'border-bottom':
264
+ applyBorder('borderBottom');
265
+ break;
266
+ }
267
+ setCell(row, col, updatedCell);
268
+ }
269
+ }
270
+ return updatedData;
271
+ }
272
+ export function applyTextAlign(currentData, selectedRange, value, editable) {
273
+ if (!selectedRange) {
274
+ return currentData;
275
+ }
276
+ const { start, end } = selectedRange;
277
+ let updatedData = currentData;
278
+ for (let row = start.row; row <= end.row; row++) {
279
+ for (let col = start.column; col <= end.column; col++) {
280
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
281
+ if (!currentCell || !editable)
282
+ continue;
283
+ if (currentCell.readOnly)
284
+ continue;
285
+ let updatedCell = {
286
+ ...currentCell,
287
+ style: {
288
+ ...currentCell.style,
289
+ textAlign: value,
290
+ },
291
+ };
292
+ updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
293
+ }
294
+ }
295
+ return updatedData;
296
+ }
297
+ export function applyUnderlineToCells(currentData, selectedRange, editable) {
298
+ if (!selectedRange) {
299
+ return currentData;
300
+ }
301
+ const { start, end } = selectedRange;
302
+ let updatedData = currentData;
303
+ let anyUnderlined = false;
304
+ for (let row = start.row; row <= end.row; row++) {
305
+ for (let col = start.column; col <= end.column; col++) {
306
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
307
+ if (!currentCell || !editable)
308
+ continue;
309
+ if (currentCell.readOnly)
310
+ continue;
311
+ if (currentCell.style?.textDecoration === 'underline') {
312
+ anyUnderlined = true;
313
+ break;
314
+ }
315
+ }
316
+ if (anyUnderlined)
317
+ break;
318
+ }
319
+ for (let row = start.row; row <= end.row; row++) {
320
+ for (let col = start.column; col <= end.column; col++) {
321
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
322
+ if (!currentCell || !editable)
323
+ continue;
324
+ if (currentCell.readOnly)
325
+ continue;
326
+ const updatedCell = {
327
+ ...currentCell,
328
+ style: {
329
+ ...currentCell.style,
330
+ textDecoration: anyUnderlined ? 'none' : 'underline',
331
+ },
332
+ };
333
+ updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
334
+ }
335
+ }
336
+ return updatedData;
337
+ }
338
+ export function isValidHexColor(color) {
339
+ if (color.length !== 6) {
340
+ return false;
341
+ }
342
+ const hexChars = '0123456789ABCDEFabcdef';
343
+ for (let i = 1; i < color.length; i++) {
344
+ if (!hexChars.includes(color[i])) {
345
+ return false;
346
+ }
347
+ }
348
+ return true;
349
+ }
350
+ export function applyColorToCells(currentData, selectedRange, color, editable) {
351
+ if (!selectedRange) {
352
+ return currentData;
353
+ }
354
+ const { start, end } = selectedRange;
355
+ let updatedData = currentData;
356
+ const isHex = isValidHexColor(color);
357
+ const applyColor = isHex ? `#${color}` : color;
358
+ for (let row = start.row; row <= end.row; row++) {
359
+ for (let col = start.column; col <= end.column; col++) {
360
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
361
+ if (!currentCell || !editable)
362
+ continue;
363
+ if (currentCell.readOnly)
364
+ continue;
365
+ const updatedCell = {
366
+ ...currentCell,
367
+ style: {
368
+ ...currentCell.style,
369
+ color: applyColor,
370
+ },
371
+ };
372
+ updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
373
+ }
374
+ }
375
+ return updatedData;
376
+ }
377
+ export function applyBackgroundColorToCells(currentData, selectedRange, backgroundColor, editable) {
378
+ if (!selectedRange) {
379
+ return currentData;
380
+ }
381
+ if (selectedRange) {
382
+ const { start, end } = selectedRange;
383
+ let updatedData = currentData;
384
+ const isHex = isValidHexColor(backgroundColor);
385
+ const applyColor = isHex ? `#${backgroundColor}` : backgroundColor;
386
+ for (let row = start.row; row <= end.row; row++) {
387
+ for (let col = start.column; col <= end.column; col++) {
388
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
389
+ if (!currentCell || !editable)
390
+ continue;
391
+ if (currentCell.readOnly)
392
+ continue;
393
+ const updatedCell = {
394
+ ...currentCell,
395
+ style: {
396
+ ...currentCell.style,
397
+ backgroundColor: applyColor,
398
+ },
399
+ };
400
+ updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
401
+ }
402
+ }
403
+ return updatedData;
404
+ }
405
+ return currentData;
406
+ }
407
+ export function applyFormatePainter(currentData, activePoint) {
408
+ if (!activePoint) {
409
+ return undefined;
410
+ }
411
+ const { row, column } = activePoint;
412
+ let updatedData = { ...currentData };
413
+ const currentCell = Matrix.get({ row, column }, updatedData);
414
+ if (currentCell && currentCell.style) {
415
+ return currentCell.style;
416
+ }
417
+ return undefined;
418
+ }
419
+ export function cellFormatePainter(currentData, formattedStyle, activePoint) {
420
+ if (!activePoint || !formattedStyle.open) {
421
+ return currentData;
422
+ }
423
+ let updatedData = currentData;
424
+ const currentCell = Matrix.get(activePoint, updatedData);
425
+ if (currentCell && !currentCell.readOnly) {
426
+ const updatedCell = {
427
+ ...currentCell,
428
+ style: formattedStyle.style,
429
+ };
430
+ updatedData = Matrix.set(activePoint, updatedCell, updatedData);
431
+ }
432
+ return updatedData;
433
+ }
434
+ export function dragEndFormatePainter(currentData, selectedRange, formattedStyle) {
435
+ if (!selectedRange || !formattedStyle.open) {
436
+ return currentData;
437
+ }
438
+ const { start, end } = selectedRange;
439
+ let updatedData = currentData;
440
+ for (let row = start.row; row <= end.row; row++) {
441
+ for (let col = start.column; col <= end.column; col++) {
442
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
443
+ if (!currentCell)
444
+ continue;
445
+ if (currentCell.readOnly)
446
+ continue;
447
+ const updatedCell = {
448
+ ...currentCell,
449
+ style: formattedStyle.style,
450
+ };
451
+ updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
452
+ }
453
+ }
454
+ return updatedData;
455
+ }
456
+ export function dragEndAutoFill(currentData, selectedRange, cellValue, activeCell, control) {
457
+ if (!selectedRange) {
458
+ return currentData;
459
+ }
460
+ const { start, end } = selectedRange;
461
+ const rowCount = start.row - end.row;
462
+ const columnCount = start.column - end.column;
463
+ let startPoint = { row: 0, column: 0 };
464
+ let endPoint = { row: 0, column: 0 };
465
+ if (Math.abs(rowCount) > Math.abs(columnCount)) {
466
+ // vertical drag
467
+ startPoint = {
468
+ row: Math.min(start.row, end.row),
469
+ column: activeCell?.column ?? start.column,
470
+ };
471
+ endPoint = {
472
+ row: Math.max(start.row, end.row),
473
+ column: activeCell?.column ?? start.column,
474
+ };
475
+ }
476
+ else {
477
+ // horizontal drag
478
+ startPoint = {
479
+ row: activeCell?.row ?? start.row,
480
+ column: Math.min(start.column, end.column),
481
+ };
482
+ endPoint = {
483
+ row: activeCell?.row ?? start.row,
484
+ column: Math.max(start.column, end.column),
485
+ };
486
+ }
487
+ let updatedData = currentData;
488
+ const baseValue = String(cellValue.value ?? '');
489
+ const matches = [...baseValue.matchAll(/(-?\d+)/g)];
490
+ for (let row = startPoint.row; row <= endPoint.row; row++) {
491
+ for (let col = startPoint.column; col <= endPoint.column; col++) {
492
+ const currentCell = Matrix.get({ row, column: col }, updatedData);
493
+ if (!currentCell ||
494
+ currentCell.readOnly ||
495
+ ['file'].includes(currentCell?.inputType?.type || '')) {
496
+ continue;
497
+ }
498
+ let newValue = baseValue;
499
+ if (!control && matches.length > 0) {
500
+ let step = 0;
501
+ if (Math.abs(rowCount) > Math.abs(columnCount)) {
502
+ step = row - (activeCell?.row ?? startPoint.row);
503
+ }
504
+ else {
505
+ step = col - (activeCell?.column ?? startPoint.column);
506
+ }
507
+ let index = 0;
508
+ newValue = newValue.replace(/(-?\d+)/g, () => {
509
+ const match = matches[index++];
510
+ if (!match)
511
+ return '';
512
+ const originalNum = parseInt(match?.[1] ?? '', 10);
513
+ return (originalNum + step).toString();
514
+ });
515
+ }
516
+ const updatedCell = {
517
+ ...currentCell,
518
+ style: cellValue.style,
519
+ value: newValue,
520
+ inputType: cellValue.inputType,
521
+ };
522
+ updatedData = Matrix.set({ row, column: col }, updatedCell, updatedData);
523
+ }
524
+ }
525
+ return updatedData;
526
+ }
527
+ export function edit(state) {
528
+ if (isActiveReadOnly(state) || !state.editable) {
529
+ return state;
530
+ }
531
+ return { ...state, mode: 'edit' };
532
+ }
533
+ const canClearCell = (cell) => cell && !cell.readOnly;
534
+ const clearCell = (cell) => {
535
+ if (!canClearCell(cell) || cell?.inputType?.type === 'file') {
536
+ return cell;
537
+ }
538
+ return {
539
+ ...cell,
540
+ value: '',
541
+ style: cell?.style,
542
+ };
543
+ };
544
+ const nextLine = (cell) => {
545
+ if (!cell)
546
+ return undefined;
547
+ return {
548
+ ...cell,
549
+ value: (cell.value || '') + '\n',
550
+ style: cell.style,
551
+ };
552
+ };
553
+ export function clear(state) {
554
+ if (!state.active) {
555
+ return state;
556
+ }
557
+ const selectedRange = state.selected.toRange(state.model.data);
558
+ const changes = [];
559
+ let newData = state.model.data;
560
+ for (const point of selectedRange || []) {
561
+ const cell = Matrix.get(point, state.model.data);
562
+ const clearedCell = clearCell(cell);
563
+ changes.push({
564
+ prevCell: cell || null,
565
+ nextCell: clearedCell || null,
566
+ });
567
+ newData = Matrix.set(point, clearedCell, newData);
568
+ }
569
+ return {
570
+ ...state,
571
+ model: new Model(createFormulaParser, newData),
572
+ ...commit(changes),
573
+ };
574
+ }
575
+ export function clearEditMode(state) {
576
+ if (!state.active) {
577
+ return state;
578
+ }
579
+ if (state.mode === 'view') {
580
+ const resultState = clear(state);
581
+ return resultState;
582
+ }
583
+ else {
584
+ const changes = [];
585
+ let newData = state.model.data;
586
+ const cell = Matrix.get(state.active, state.model.data);
587
+ const clearedCell = clearCell(cell);
588
+ changes.push({
589
+ prevCell: cell || null,
590
+ nextCell: clearedCell || null,
591
+ });
592
+ newData = Matrix.set(state.active, clearedCell, newData);
593
+ return {
594
+ ...state,
595
+ mode: 'edit',
596
+ model: new Model(createFormulaParser, newData),
597
+ ...commit(changes),
598
+ };
599
+ }
600
+ }
601
+ export function enterFunctionality(state) {
602
+ if (!state.active) {
603
+ return state;
604
+ }
605
+ const selectedRange = state.selected.toRange(state.model.data);
606
+ const changes = [];
607
+ let newData = state.model.data;
608
+ for (const point of selectedRange || []) {
609
+ const cell = Matrix.get(point, state.model.data);
610
+ const nextLineCell = nextLine(cell);
611
+ changes.push({
612
+ prevCell: cell || null,
613
+ nextCell: nextLineCell || null,
614
+ });
615
+ newData = Matrix.set(point, nextLineCell, newData);
616
+ }
617
+ return {
618
+ ...state,
619
+ mode: 'edit',
620
+ model: new Model(createFormulaParser, newData),
621
+ ...commit(changes),
622
+ };
623
+ }
624
+ export function blur(state) {
625
+ return {
626
+ ...state,
627
+ active: null,
628
+ copied: null,
629
+ formattedStyle: { open: false, style: undefined },
630
+ selected: new EmptySelection(),
631
+ };
632
+ }
633
+ export function view(state) {
634
+ return { ...state, mode: 'view' };
635
+ }
636
+ export function commit(changes) {
637
+ return { lastCommit: changes };
638
+ }
639
+ export const go = (rowDelta, columnDelta) => (state) => {
640
+ if (!state.active) {
641
+ return;
642
+ }
643
+ const size = Matrix.getSize(state.model.data);
644
+ const newColumn = state.active.column + columnDelta;
645
+ const shouldWrap = newColumn >= size.columns;
646
+ const nextActive = {
647
+ row: state.active.row + rowDelta + (shouldWrap ? 1 : 0),
648
+ column: (state.active.column + columnDelta) % size.columns,
649
+ };
650
+ if (!Matrix.has(nextActive, state.model.data)) {
651
+ return { ...state, mode: 'view' };
652
+ }
653
+ return {
654
+ ...state,
655
+ active: nextActive,
656
+ selected: new RangeSelection(new PointRange(nextActive, nextActive)),
657
+ mode: 'view',
658
+ };
659
+ };
660
+ const keyDownHandlers = {
661
+ ArrowUp: go(-1, 0),
662
+ ArrowDown: go(+1, 0),
663
+ ArrowLeft: go(0, -1),
664
+ ArrowRight: go(0, +1),
665
+ Tab: go(0, +1),
666
+ Enter: edit,
667
+ Backspace: clearEditMode,
668
+ Delete: clear,
669
+ Escape: blur,
670
+ };
671
+ const editKeyDownHandlers = {
672
+ Escape: view,
673
+ Tab: keyDownHandlers.Tab,
674
+ Enter: keyDownHandlers.ArrowDown,
675
+ Delete: clear,
676
+ };
677
+ const editShiftKeyDownHandlers = {
678
+ Tab: go(0, -1),
679
+ };
680
+ export var Direction;
681
+ (function (Direction) {
682
+ Direction["Left"] = "Left";
683
+ Direction["Right"] = "Right";
684
+ Direction["Top"] = "Top";
685
+ Direction["Bottom"] = "Bottom";
686
+ })(Direction || (Direction = {}));
687
+ const shiftKeyDownHandlers = {
688
+ ArrowUp: (state) => ({
689
+ ...state,
690
+ selected: modifyEdge(state.selected, state.active, state.model.data, Direction.Top),
691
+ }),
692
+ ArrowDown: (state) => ({
693
+ ...state,
694
+ selected: modifyEdge(state.selected, state.active, state.model.data, Direction.Bottom),
695
+ }),
696
+ ArrowLeft: (state) => ({
697
+ ...state,
698
+ selected: modifyEdge(state.selected, state.active, state.model.data, Direction.Left),
699
+ }),
700
+ ArrowRight: (state) => ({
701
+ ...state,
702
+ selected: modifyEdge(state.selected, state.active, state.model.data, Direction.Right),
703
+ }),
704
+ Tab: go(0, -1),
705
+ };
706
+ const shiftMetaKeyDownHandlers = {};
707
+ const metaKeyDownHandlers = {};
708
+ export function getKeyDownHandler(state, event) {
709
+ const { key } = event;
710
+ let handlers;
711
+ if (state.mode === 'edit') {
712
+ if (event.shiftKey && key === 'Enter') {
713
+ handlers = keyDownHandlers;
714
+ }
715
+ else if (event.altKey && key === 'Enter') {
716
+ return enterFunctionality;
717
+ }
718
+ else if (event.shiftKey) {
719
+ handlers = editShiftKeyDownHandlers;
720
+ }
721
+ else {
722
+ handlers = editKeyDownHandlers;
723
+ }
724
+ }
725
+ else if (event.shiftKey && event.metaKey) {
726
+ handlers = shiftMetaKeyDownHandlers;
727
+ }
728
+ else if (event.shiftKey) {
729
+ handlers = shiftKeyDownHandlers;
730
+ }
731
+ else if (event.metaKey) {
732
+ handlers = metaKeyDownHandlers;
733
+ }
734
+ else {
735
+ handlers = keyDownHandlers;
736
+ }
737
+ return handlers[key];
738
+ }
739
+ /** Returns whether the reducer has a handler for the given keydown event */
740
+ export function hasKeyDownHandler(state, event) {
741
+ return getKeyDownHandler(state, event) !== undefined;
742
+ }
743
+ /** Returns whether the active cell is read only */
744
+ export function isActiveReadOnly(state) {
745
+ const activeCell = getActive(state);
746
+ return Boolean(activeCell?.readOnly);
747
+ }
748
+ /** Gets active cell from given state */
749
+ export function getActive(state) {
750
+ const activeCell = state.active && Matrix.get(state.active, state.model.data);
751
+ return activeCell || null;
752
+ }
753
+ /** Modify given edge according to given active point and data */
754
+ export function modifyEdge(selection, active, data, direction) {
755
+ if (!active) {
756
+ return selection;
757
+ }
758
+ if (selection instanceof RangeSelection) {
759
+ const nextSelection = modifyRangeSelectionEdge(selection, active, data, direction);
760
+ // @ts-expect-error
761
+ return nextSelection;
762
+ }
763
+ if (selection instanceof EntireColumnsSelection) {
764
+ // @ts-expect-error
765
+ return modifyEntireColumnsSelection(selection, active, data, direction);
766
+ }
767
+ if (selection instanceof EntireRowsSelection) {
768
+ // @ts-expect-error
769
+ return modifyEntireRowsSelection(selection, active, data, direction);
770
+ }
771
+ return selection;
772
+ }
773
+ export function modifyRangeSelectionEdge(rangeSelection, active, data, edge) {
774
+ const field = edge === Direction.Left || edge === Direction.Right ? 'column' : 'row';
775
+ const key = edge === Direction.Left || edge === Direction.Top ? 'start' : 'end';
776
+ const delta = key === 'start' ? -1 : 1;
777
+ const edgeOffsets = rangeSelection.range.has({
778
+ ...active,
779
+ [field]: active[field] + delta * -1,
780
+ });
781
+ const keyToModify = edgeOffsets ? (key === 'start' ? 'end' : 'start') : key;
782
+ const nextRange = new PointRange(rangeSelection.range.start, rangeSelection.range.end);
783
+ nextRange[keyToModify][field] += delta;
784
+ const nextSelection = new RangeSelection(nextRange).normalizeTo(data);
785
+ return nextSelection;
786
+ }
787
+ export function modifyEntireRowsSelection(selection, active, data, edge) {
788
+ if (edge === Direction.Left || edge === Direction.Right) {
789
+ return selection;
790
+ }
791
+ const delta = edge === Direction.Top ? -1 : 1;
792
+ const property = edge === Direction.Top ? 'start' : 'end';
793
+ const oppositeProperty = property === 'start' ? 'end' : 'start';
794
+ const newSelectionData = { ...selection };
795
+ if (edge === Direction.Top
796
+ ? selection.end > active.row
797
+ : selection.start < active.row) {
798
+ newSelectionData[oppositeProperty] = selection[oppositeProperty] + delta;
799
+ }
800
+ else {
801
+ newSelectionData[property] = selection[property] + delta;
802
+ }
803
+ const nextSelection = new EntireRowsSelection(Math.max(newSelectionData.start, 0), Math.max(newSelectionData.end, 0));
804
+ return nextSelection.normalizeTo(data);
805
+ }
806
+ export function modifyEntireColumnsSelection(selection, active, data, edge) {
807
+ if (edge === Direction.Top || edge === Direction.Bottom) {
808
+ return selection;
809
+ }
810
+ const delta = edge === Direction.Left ? -1 : 1;
811
+ const property = edge === Direction.Left ? 'start' : 'end';
812
+ const oppositeProperty = property === 'start' ? 'end' : 'start';
813
+ const newSelectionData = { ...selection };
814
+ if (edge === Direction.Left
815
+ ? selection.end > active.row
816
+ : selection.start < active.row) {
817
+ newSelectionData[oppositeProperty] = selection[oppositeProperty] + delta;
818
+ }
819
+ else {
820
+ newSelectionData[property] = selection[property] + delta;
821
+ }
822
+ const nextSelection = new EntireColumnsSelection(Math.max(newSelectionData.start, 0), Math.max(newSelectionData.end, 0));
823
+ return nextSelection.normalizeTo(data);
824
+ }
825
+ //# sourceMappingURL=reducerFunctions.js.map