@e-llm-studio/instant-learning 0.0.100 → 0.0.102

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 (224) hide show
  1. package/dist/cjs/features/IL-OTJ/ILOTJ.js +2 -0
  2. package/dist/cjs/features/IL-OTJ/ILOTJ.js.map +1 -0
  3. package/dist/cjs/features/IL-OTJ/InstantLearning.module.css.js +2 -0
  4. package/dist/cjs/features/IL-OTJ/InstantLearning.module.css.js.map +1 -0
  5. package/dist/cjs/features/IL-OTJ/_components/AudioWaveform.js +2 -0
  6. package/dist/cjs/features/IL-OTJ/_components/AudioWaveform.js.map +1 -0
  7. package/dist/cjs/features/IL-OTJ/_components/ChatComponent.js +2 -0
  8. package/dist/cjs/features/IL-OTJ/_components/ChatComponent.js.map +1 -0
  9. package/dist/cjs/features/IL-OTJ/_components/ILPopup.js +2 -0
  10. package/dist/cjs/features/IL-OTJ/_components/ILPopup.js.map +1 -0
  11. package/dist/cjs/features/IL-OTJ/_components/ILPopup.styles.js +2 -0
  12. package/dist/cjs/features/IL-OTJ/_components/ILPopup.styles.js.map +1 -0
  13. package/dist/cjs/features/IL-OTJ/_components/MessageRendering.js +2 -0
  14. package/dist/cjs/features/IL-OTJ/_components/MessageRendering.js.map +1 -0
  15. package/dist/cjs/features/IL-OTJ/_components/MinimizedThinkingSteps.js +2 -0
  16. package/dist/cjs/features/IL-OTJ/_components/MinimizedThinkingSteps.js.map +1 -0
  17. package/dist/cjs/features/IL-OTJ/_components/_svg/ArrowDown.js +2 -0
  18. package/dist/cjs/features/IL-OTJ/_components/_svg/ArrowDown.js.map +1 -0
  19. package/dist/cjs/features/IL-OTJ/_components/_svg/ArrowIconBlue.js +2 -0
  20. package/dist/cjs/features/IL-OTJ/_components/_svg/ArrowIconBlue.js.map +1 -0
  21. package/dist/cjs/features/IL-OTJ/_components/_svg/CompleteIconGreen.js +2 -0
  22. package/dist/cjs/features/IL-OTJ/_components/_svg/CompleteIconGreen.js.map +1 -0
  23. package/dist/cjs/features/IL-OTJ/_components/_svg/NewChatIcon.js +2 -0
  24. package/dist/cjs/features/IL-OTJ/_components/_svg/NewChatIcon.js.map +1 -0
  25. package/dist/cjs/features/IL-OTJ/_components/atoms/Button/Button.js +2 -0
  26. package/dist/cjs/features/IL-OTJ/_components/atoms/Button/Button.js.map +1 -0
  27. package/dist/cjs/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +2 -0
  28. package/dist/cjs/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js.map +1 -0
  29. package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +2 -0
  30. package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea/Textarea.js.map +1 -0
  31. package/dist/cjs/features/IL-OTJ/_components/atoms/Toggle/Toggle.js +2 -0
  32. package/dist/cjs/features/IL-OTJ/_components/atoms/Toggle/Toggle.js.map +1 -0
  33. package/dist/cjs/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +2 -0
  34. package/dist/cjs/features/IL-OTJ/_components/molecules/Condition/ConditionList.js.map +1 -0
  35. package/dist/cjs/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js +2 -0
  36. package/dist/cjs/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js.map +1 -0
  37. package/dist/cjs/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.js +2 -0
  38. package/dist/cjs/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.js.map +1 -0
  39. package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +2 -0
  40. package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js.map +1 -0
  41. package/dist/cjs/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js +2 -0
  42. package/dist/cjs/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js.map +1 -0
  43. package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +2 -0
  44. package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js.map +1 -0
  45. package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +2 -0
  46. package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection/TextSection.js.map +1 -0
  47. package/dist/cjs/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js +2 -0
  48. package/dist/cjs/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js.map +1 -0
  49. package/dist/cjs/features/IL-OTJ/_components/templates/Testing/Testing.js +2 -0
  50. package/dist/cjs/features/IL-OTJ/_components/templates/Testing/Testing.js.map +1 -0
  51. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +2 -0
  52. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js.map +1 -0
  53. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.js +2 -0
  54. package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.js.map +1 -0
  55. package/dist/cjs/features/IL-OTJ/helpers/utils.js +2 -0
  56. package/dist/cjs/features/IL-OTJ/helpers/utils.js.map +1 -0
  57. package/dist/cjs/features/InstantLearning/InstantLearning.js +1 -1
  58. package/dist/cjs/features/InstantLearning/_components/ChatComponent.js +1 -1
  59. package/dist/cjs/features/InstantLearning/_components/LearningDetailsForm.js +1 -1
  60. package/dist/cjs/index.js +1 -1
  61. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/pencil.js +1 -1
  62. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/pencil.js.map +1 -1
  63. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/trash-2.js +1 -1
  64. package/dist/cjs/node_modules/lucide-react/dist/esm/icons/trash-2.js.map +1 -1
  65. package/dist/features/IL-OTJ/ILOTJ.js +2 -0
  66. package/dist/features/IL-OTJ/ILOTJ.js.map +1 -0
  67. package/dist/features/IL-OTJ/InstantLearning.module.css.js +2 -0
  68. package/dist/features/IL-OTJ/InstantLearning.module.css.js.map +1 -0
  69. package/dist/features/IL-OTJ/_components/AudioWaveform.js +2 -0
  70. package/dist/features/IL-OTJ/_components/AudioWaveform.js.map +1 -0
  71. package/dist/features/IL-OTJ/_components/ChatComponent.js +2 -0
  72. package/dist/features/IL-OTJ/_components/ChatComponent.js.map +1 -0
  73. package/dist/features/IL-OTJ/_components/ILPopup.js +2 -0
  74. package/dist/features/IL-OTJ/_components/ILPopup.js.map +1 -0
  75. package/dist/features/IL-OTJ/_components/ILPopup.styles.js +2 -0
  76. package/dist/features/IL-OTJ/_components/ILPopup.styles.js.map +1 -0
  77. package/dist/features/IL-OTJ/_components/MessageRendering.js +2 -0
  78. package/dist/features/IL-OTJ/_components/MessageRendering.js.map +1 -0
  79. package/dist/features/IL-OTJ/_components/MinimizedThinkingSteps.js +2 -0
  80. package/dist/features/IL-OTJ/_components/MinimizedThinkingSteps.js.map +1 -0
  81. package/dist/features/IL-OTJ/_components/_svg/ArrowDown.js +2 -0
  82. package/dist/features/IL-OTJ/_components/_svg/ArrowDown.js.map +1 -0
  83. package/dist/features/IL-OTJ/_components/_svg/ArrowIconBlue.js +2 -0
  84. package/dist/features/IL-OTJ/_components/_svg/ArrowIconBlue.js.map +1 -0
  85. package/dist/features/IL-OTJ/_components/_svg/CompleteIconGreen.js +2 -0
  86. package/dist/features/IL-OTJ/_components/_svg/CompleteIconGreen.js.map +1 -0
  87. package/dist/features/IL-OTJ/_components/_svg/NewChatIcon.js +2 -0
  88. package/dist/features/IL-OTJ/_components/_svg/NewChatIcon.js.map +1 -0
  89. package/dist/features/IL-OTJ/_components/atoms/Button/Button.js +2 -0
  90. package/dist/features/IL-OTJ/_components/atoms/Button/Button.js.map +1 -0
  91. package/dist/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +2 -0
  92. package/dist/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js.map +1 -0
  93. package/dist/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +2 -0
  94. package/dist/features/IL-OTJ/_components/atoms/Textarea/Textarea.js.map +1 -0
  95. package/dist/features/IL-OTJ/_components/atoms/Toggle/Toggle.js +2 -0
  96. package/dist/features/IL-OTJ/_components/atoms/Toggle/Toggle.js.map +1 -0
  97. package/dist/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +2 -0
  98. package/dist/features/IL-OTJ/_components/molecules/Condition/ConditionList.js.map +1 -0
  99. package/dist/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js +2 -0
  100. package/dist/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js.map +1 -0
  101. package/dist/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.js +2 -0
  102. package/dist/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.js.map +1 -0
  103. package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +2 -0
  104. package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js.map +1 -0
  105. package/dist/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js +2 -0
  106. package/dist/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js.map +1 -0
  107. package/dist/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +2 -0
  108. package/dist/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js.map +1 -0
  109. package/dist/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +2 -0
  110. package/dist/features/IL-OTJ/_components/organisms/TextSection/TextSection.js.map +1 -0
  111. package/dist/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js +2 -0
  112. package/dist/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js.map +1 -0
  113. package/dist/features/IL-OTJ/_components/templates/Testing/Testing.js +2 -0
  114. package/dist/features/IL-OTJ/_components/templates/Testing/Testing.js.map +1 -0
  115. package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +2 -0
  116. package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js.map +1 -0
  117. package/dist/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.js +2 -0
  118. package/dist/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.js.map +1 -0
  119. package/dist/features/IL-OTJ/helpers/utils.js +2 -0
  120. package/dist/features/IL-OTJ/helpers/utils.js.map +1 -0
  121. package/dist/features/InstantLearning/InstantLearning.js +1 -1
  122. package/dist/features/InstantLearning/_components/ChatComponent.js +1 -1
  123. package/dist/features/InstantLearning/_components/LearningDetailsForm.js +1 -1
  124. package/dist/index.js +1 -1
  125. package/dist/node_modules/lucide-react/dist/esm/icons/pencil.js +1 -1
  126. package/dist/node_modules/lucide-react/dist/esm/icons/pencil.js.map +1 -1
  127. package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js +1 -1
  128. package/dist/node_modules/lucide-react/dist/esm/icons/trash-2.js.map +1 -1
  129. package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts +33 -0
  130. package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts.map +1 -0
  131. package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts +8 -0
  132. package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -0
  133. package/dist/types/src/features/IL-OTJ/_components/AudioWaveform.d.ts +13 -0
  134. package/dist/types/src/features/IL-OTJ/_components/AudioWaveform.d.ts.map +1 -0
  135. package/dist/types/src/features/IL-OTJ/_components/ChatComponent.d.ts +27 -0
  136. package/dist/types/src/features/IL-OTJ/_components/ChatComponent.d.ts.map +1 -0
  137. package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts +19 -0
  138. package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts.map +1 -0
  139. package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts +2 -0
  140. package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts.map +1 -0
  141. package/dist/types/src/features/IL-OTJ/_components/MessageRendering.d.ts +11 -0
  142. package/dist/types/src/features/IL-OTJ/_components/MessageRendering.d.ts.map +1 -0
  143. package/dist/types/src/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts +3 -0
  144. package/dist/types/src/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts.map +1 -0
  145. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowDown.d.ts +3 -0
  146. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowDown.d.ts.map +1 -0
  147. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowIconBlue.d.ts +3 -0
  148. package/dist/types/src/features/IL-OTJ/_components/_svg/ArrowIconBlue.d.ts.map +1 -0
  149. package/dist/types/src/features/IL-OTJ/_components/_svg/CompleteIconGreen.d.ts +3 -0
  150. package/dist/types/src/features/IL-OTJ/_components/_svg/CompleteIconGreen.d.ts.map +1 -0
  151. package/dist/types/src/features/IL-OTJ/_components/_svg/NewChatIcon.d.ts +3 -0
  152. package/dist/types/src/features/IL-OTJ/_components/_svg/NewChatIcon.d.ts.map +1 -0
  153. package/dist/types/src/features/IL-OTJ/_components/atoms/Button/Button.d.ts +7 -0
  154. package/dist/types/src/features/IL-OTJ/_components/atoms/Button/Button.d.ts.map +1 -0
  155. package/dist/types/src/features/IL-OTJ/_components/atoms/Button/index.d.ts +2 -0
  156. package/dist/types/src/features/IL-OTJ/_components/atoms/Button/index.d.ts.map +1 -0
  157. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts +13 -0
  158. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts.map +1 -0
  159. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/index.d.ts +2 -0
  160. package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/index.d.ts.map +1 -0
  161. package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts +7 -0
  162. package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts.map +1 -0
  163. package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/index.d.ts +2 -0
  164. package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/index.d.ts.map +1 -0
  165. package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle/Toggle.d.ts +7 -0
  166. package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle/Toggle.d.ts.map +1 -0
  167. package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle/index.d.ts +2 -0
  168. package/dist/types/src/features/IL-OTJ/_components/atoms/Toggle/index.d.ts.map +1 -0
  169. package/dist/types/src/features/IL-OTJ/_components/index.d.ts +17 -0
  170. package/dist/types/src/features/IL-OTJ/_components/index.d.ts.map +1 -0
  171. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +17 -0
  172. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map +1 -0
  173. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/index.d.ts +2 -0
  174. package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/index.d.ts.map +1 -0
  175. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts +13 -0
  176. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts.map +1 -0
  177. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/index.d.ts +2 -0
  178. package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/index.d.ts.map +1 -0
  179. package/dist/types/src/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.d.ts +12 -0
  180. package/dist/types/src/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.d.ts.map +1 -0
  181. package/dist/types/src/features/IL-OTJ/_components/molecules/SeperationRow/index.d.ts +2 -0
  182. package/dist/types/src/features/IL-OTJ/_components/molecules/SeperationRow/index.d.ts.map +1 -0
  183. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts +2 -0
  184. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts.map +1 -0
  185. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/index.d.ts +2 -0
  186. package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/index.d.ts.map +1 -0
  187. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts +20 -0
  188. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts.map +1 -0
  189. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/index.d.ts +2 -0
  190. package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/index.d.ts.map +1 -0
  191. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts +24 -0
  192. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts.map +1 -0
  193. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/index.d.ts +2 -0
  194. package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/index.d.ts.map +1 -0
  195. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts +3 -0
  196. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts.map +1 -0
  197. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/index.d.ts +2 -0
  198. package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/index.d.ts.map +1 -0
  199. package/dist/types/src/features/IL-OTJ/_components/templates/TemplatesMap/index.d.ts +2 -0
  200. package/dist/types/src/features/IL-OTJ/_components/templates/TemplatesMap/index.d.ts.map +1 -0
  201. package/dist/types/src/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.d.ts +8 -0
  202. package/dist/types/src/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.d.ts.map +1 -0
  203. package/dist/types/src/features/IL-OTJ/_components/templates/Testing/Testing.d.ts +2 -0
  204. package/dist/types/src/features/IL-OTJ/_components/templates/Testing/Testing.d.ts.map +1 -0
  205. package/dist/types/src/features/IL-OTJ/_components/templates/Testing/index.d.ts +2 -0
  206. package/dist/types/src/features/IL-OTJ/_components/templates/Testing/index.d.ts.map +1 -0
  207. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts +2 -0
  208. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map +1 -0
  209. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.d.ts +2 -0
  210. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.d.ts.map +1 -0
  211. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/index.d.ts +2 -0
  212. package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/index.d.ts.map +1 -0
  213. package/dist/types/src/features/IL-OTJ/helpers/index.d.ts +2 -0
  214. package/dist/types/src/features/IL-OTJ/helpers/index.d.ts.map +1 -0
  215. package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts +14 -0
  216. package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts.map +1 -0
  217. package/dist/types/src/features/InstantLearning/InstantLearning.d.ts +1 -0
  218. package/dist/types/src/features/InstantLearning/InstantLearning.d.ts.map +1 -1
  219. package/dist/types/src/features/InstantLearning/_components/ChatComponent.d.ts +1 -0
  220. package/dist/types/src/features/InstantLearning/_components/ChatComponent.d.ts.map +1 -1
  221. package/dist/types/src/features/InstantLearning/_components/LearningDetailsForm.d.ts.map +1 -1
  222. package/dist/types/src/index.d.ts +2 -0
  223. package/dist/types/src/index.d.ts.map +1 -1
  224. package/package.json +1 -1
@@ -0,0 +1,27 @@
1
+ import React from 'react';
2
+ import './ChatComponent.css';
3
+ interface ChatComponentProps {
4
+ chatAssistantName: string;
5
+ organizationName: string;
6
+ baseUrl: string;
7
+ baseWebsocketUrl: string;
8
+ setIsNewChatClicked: React.Dispatch<React.SetStateAction<boolean>>;
9
+ ThinkingBulbIconComponent: React.ReactNode;
10
+ isFormSaveClicked: boolean;
11
+ setIsFormSavedClicked: React.Dispatch<React.SetStateAction<boolean>>;
12
+ onResetLearningData?: () => void;
13
+ sendMessageInChat: string;
14
+ setSendMessageInChat?: React.Dispatch<React.SetStateAction<string>>;
15
+ isFormValidating: boolean;
16
+ chatTitle: string;
17
+ customMetaData?: Record<string, any>;
18
+ headerMessageHandlers: any;
19
+ aiResponse?: any;
20
+ setAIResponse?: React.Dispatch<React.SetStateAction<unknown>>;
21
+ onResetChat?: () => void;
22
+ initialChatMessage?: string;
23
+ onSave?: () => void;
24
+ }
25
+ declare const ChatComponent: React.FC<ChatComponentProps>;
26
+ export default ChatComponent;
27
+ //# sourceMappingURL=ChatComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatComponent.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ChatComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAA;AAYhF,OAAO,qBAAqB,CAAA;AA0C5B,UAAU,kBAAkB;IAExB,iBAAiB,EAAE,MAAM,CAAA;IACzB,gBAAgB,EAAE,MAAM,CAAA;IACxB,OAAO,EAAE,MAAM,CAAA;IAMf,gBAAgB,EAAE,MAAM,CAAA;IACxB,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAA;IAIlE,yBAAyB,EAAE,KAAK,CAAC,SAAS,CAAA;IAW1C,iBAAiB,EAAE,OAAO,CAAC;IAC3B,qBAAqB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IAWrE,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IAGjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oBAAoB,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IAKpE,gBAAgB,EAAE,OAAO,CAAC;IAM1B,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAIrC,qBAAqB,EAAE,GAAG,CAAC;IAC3B,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,aAAa,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IAC9D,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AAoaD,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAgjE/C,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { TemplateList } from '../../IL-OTJ/_components/templates/TemplatesMap';
3
+ export type ConditionItem = {
4
+ id: number;
5
+ text: string;
6
+ };
7
+ interface ILPopupProps {
8
+ setIsFormSavedClicked: any;
9
+ customSections: React.ReactNode;
10
+ onSave?: any;
11
+ formHeader: string;
12
+ onClose: () => void;
13
+ validateCustom?: () => boolean;
14
+ template?: TemplateList;
15
+ templateProps?: any;
16
+ }
17
+ declare const ILPopup: ({ setIsFormSavedClicked, customSections, onSave, formHeader, onClose, validateCustom, template, templateProps }: ILPopupProps) => import("react/jsx-runtime").JSX.Element;
18
+ export default ILPopup;
19
+ //# sourceMappingURL=ILPopup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ILPopup.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ILPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,YAAY,EAAe,MAAM,iDAAiD,CAAC;AAG5F,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AACF,UAAU,YAAY;IACpB,qBAAqB,EAAE,GAAG,CAAC;IAC3B,cAAc,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,OAAO,CAAC;IAC/B,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,aAAa,CAAC,EAAE,GAAG,CAAC;CACrB;AAED,QAAA,MAAM,OAAO,oHASV,YAAY,4CAuDd,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const componentStyles = "\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n font-family: 'Plus Jakarta Sans', sans-serif !important;\n }\n\n .form-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 0.78rem;\n border-bottom: 1px solid #e5e7eb;\n color: #0F172A;\n font-style: normal;\n font-weight: 500;\n line-height: 12px;\n position: sticky;\n top: 0;\n z-index: 10;\n }\n\n .form-header svg {\n cursor: pointer;\n transition: opacity 0.2s ease;\n }\n\n .form-header svg:hover {\n opacity: 0.7;\n }\n\n .il-popup-container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n \n .sections-space {\n display: grid;\n gap: 1rem;\n margin-bottom: 2rem;\n }\n\n .section-wrapper {\n background-color: white;\n overflow: hidden;\n font-family: 'Plus Jakarta Sans', sans-serif;\n }\n\n .section-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n cursor: pointer;\n transition: all 150ms ease-in-out;\n background-color: white;\n }\n\n .section-header-title {\n display: flex;\n align-items: center;\n font-weight: 500;\n color: #19213D;\n transition: color 150ms ease-in-out;\n }\n\n .section-chevron {\n width: 24px;\n height: 24px;\n color: #19213D;\n transition: transform 300ms ease-in-out, color 300ms ease-in-out;\n }\n\n .section-chevron.open {\n transform: rotate(180deg);\n }\n\n .section-divider {\n border: none;\n border-top: 2px solid #e5e7eb;\n margin-top: 0.5rem;\n padding-bottom: 0.5rem;\n }\n\n .section-content {\n animation: slideInFromTop 200ms ease-in-out;\n }\n\n .textarea-wrapper {\n padding-top: 1rem;\n }\n\n .textarea {\n width: 100%;\n padding: 12px;\n border: 1px solid #d1d5db;\n border-radius: 0.675rem;\n resize: none;\n font-size: 0.875rem;\n font-family: inherit;\n transition: border-color 150ms ease-in-out;\n }\n\n .condition-wrapper {\n display: flex;\n flex-direction: column;\n gap: 12px;\n padding-top: 8px;\n padding-bottom: 16px;\n }\n\n .condition-item {\n display: flex;\n align-items: center;\n justify-content: space-between;\n border: 1px solid #d1d5db;\n border-radius: 8px;\n padding: 8px 12px;\n background-color: white;\n transition: border-color 0.2s ease;\n }\n\n .condition-left {\n display: flex;\n align-items: flex-start;\n flex: 1;\n }\n\n .condition-index {\n font-size: 14px;\n color: #64748B;\n margin-right: 8px;\n min-width: 20px;\n padding-top: 2px;\n }\n\n .condition-text {\n flex: 1;\n border: none;\n font-size: 0.875rem;\n color: #1e293b;\n background: transparent;\n resize: none; \n overflow: hidden;\n line-height: 1.5;\n padding: 0;\n display: block;\n width: 100%;\n }\n\n .condition-text:focus {\n outline: none;\n }\n\n .action-buttons {\n display: flex;\n gap: 4px;\n }\n\n .btn-icon {\n background: transparent !important;\n border: none;\n cursor: pointer;\n padding: 4px;\n display: flex;\n align-items: center;\n justify-content: center;\n border-radius: 4px;\n transition: background-color 0.2s;\n }\n\n .btn-icon:hover {\n background-color: #f1f5f9 !important;\n }\n\n .btn-save { color: #22c55e; } /* Green Check */\n .btn-cancel { color: #ef4444; } /* Red Cross */\n .btn-edit { color: #64748B; } /* Grey Pencil */\n .btn-delete { color: #64748B; } /* Grey Trash */\n\n .btn-delete:hover { color: #ef4444; }\n\n .condition-add {\n display: flex;\n align-items: center;\n padding: 8px 0;\n cursor: pointer;\n color: #2563EB;\n width: fit-content;\n }\n\n .condition-remove-btn {\n background: none;\n border: none;\n cursor: pointer;\n color: #9ca3af;\n transition: color 200ms ease-in-out;\n padding: 0;\n display: flex;\n align-items: center;\n }\n\n .condition-remove-btn:hover {\n color: #ef4444;\n }\n\n .condition-add-icon {\n width: 20px;\n height: 20px;\n margin-right: 8px;\n }\n\n .condition-add-text {\n font-weight: 500;\n font-size: 0.875rem;\n }\n\n .scope-content {\n padding: 8px;\n display: flex;\n flex-direction: column;\n gap: 16px;\n }\n\n @media (min-width: 640px) {\n .scope-content {\n grid-template-columns: 1fr 1fr;\n }\n }\n\n .form-group {\n display: flex;\n flex-direction: column;\n }\n\n .form-label {\n display: block;\n font-size: 16px;\n font-weight: 400;\n color: #64748B;\n margin-bottom: 4px;\n }\n\n .dropdown {\n width: 100%;\n max-width: fit-content;\n padding: 8px;\n border: 1px solid #d1d5db;\n border-radius: 8px;\n background-color: white;\n box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);\n transition: all 150ms ease-in-out;\n font-size: 0.875rem;\n }\n .checkbox-group {\n display: flex;\n margin-top: 8px;\n gap: 24px;\n align-items: center;\n }\n\n .checkbox-item {\n display: flex;\n align-items: center;\n gap: 8px;\n cursor: pointer;\n }\n\n .checkbox-input {\n width: 15px;\n height: 15px;\n cursor: pointer;\n accent-color: #2563eb;\n }\n\n .checkbox-label {\n font-size: 0.875rem;\n color: #374151;\n cursor: pointer;\n user-select: none;\n }\n\n .config-content {\n padding: 8px;\n }\n\n .config-content-grid {\n display: flex;\n flex-direction: column;\n gap: 12px;\n padding: 16px 0;\n }\n\n .separation-row-container {\n background: #F7F8FA99;\n border: 1px solid #F5F6F7;\n border-radius: 8px;\n padding: 10px 16px;\n display: flex;\n flex-direction: column;\n gap: 8px;\n }\n\n .separation-header-row {\n display: flex;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n }\n\n .separation-label {\n font-size: 16px;\n font-weight: 500;\n color: #19213D;\n }\n\n .separation-controls-row {\n display: flex;\n align-items: center;\n }\n\n .duration-input-wrapper {\n display: flex;\n align-items: center;\n gap: 8px;\n }\n\n .separation-input:disabled {\n background: transparent;\n border-color: transparent;\n color: #64748B;\n }\n\n .separation-unit {\n font-size: 16px;\n color: #64748B;\n }\n\n .toggle-switch {\n position: relative;\n display: inline-flex;\n height: 24px;\n width: 44px;\n flex-shrink: 0;\n cursor: pointer;\n border-radius: 9999px;\n border: 2px solid transparent;\n transition: background-color 200ms ease-in-out;\n background-color: #e5e7eb;\n appearance: none;\n padding: 0;\n }\n\n .toggle-switch.enabled {\n background-color: #2563eb;\n }\n\n .toggle-switch::after {\n content: '';\n position: absolute;\n pointer-events: none;\n display: inline-block;\n height: 20px;\n width: 20px;\n transform: translateX(2px);\n border-radius: 9999px;\n background-color: white;\n box-shadow: 0 0 0 0;\n transition: transform 200ms ease-in-out;\n }\n\n .toggle-switch.enabled::after {\n transform: translateX(22px);\n }\n\n .separation-input {\n width: 48px;\n text-align: center;\n padding: 4px;\n border: 1px solid #d1d5db;\n border-radius: 6px;\n font-size: 0.875rem;\n }\n\n .separation-unit {\n font-size: 0.875rem;\n color: #6b7280;\n }\n\n .code-toggle-row {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding-top: 12px;\n padding-bottom: 12px;\n }\n\n .config-section-divider {\n padding-top: 12px;\n }\n\n .save-button-container {\n background-color: white;\n max-width: fit-content;\n margin-left: auto;\n padding: 16px;\n }\n\n .save-button {\n width: 100%;\n background-color: #2563eb;\n color: white;\n padding: 8px;\n border-radius: 8px;\n border: none;\n cursor: pointer;\n transition: background-color 150ms ease-in-out;\n font-size: 0.875rem;\n }\n\n .save-button:hover {\n background-color: #1055e8;\n }\n\n .save-button:active {\n background-color: #2563eb;\n }\n\n .traffic-manager-template {\n display: flex;\n flex-direction: column;\n gap: 16px;\n }\n";
2
+ //# sourceMappingURL=ILPopup.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ILPopup.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/ILPopup.styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,ypQAkb3B,CAAA"}
@@ -0,0 +1,11 @@
1
+ declare const MessageRendering: ({ index, content, messages, handleStream, scrollToBottom, isLastMessage, onSave }: {
2
+ index: number;
3
+ content: string;
4
+ messages: any;
5
+ handleStream: any;
6
+ scrollToBottom: any;
7
+ isLastMessage?: boolean | undefined;
8
+ onSave?: (() => void) | undefined;
9
+ }) => import("react/jsx-runtime").JSX.Element;
10
+ export default MessageRendering;
11
+ //# sourceMappingURL=MessageRendering.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageRendering.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/MessageRendering.tsx"],"names":[],"mappings":"AAqSA,QAAA,MAAM,gBAAgB;WAEP,MAAM;aACJ,MAAM;cACL,GAAG;kBACC,GAAG;oBACD,GAAG;;oBAEJ,IAAI;6CA0gB1B,CAAA;AAED,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const MinimizedThinkingSteps: ({ orchestratorAndAgentsMessages, isStreamEnd, isCurrentMessage, name, ThinkingBulbIconComponent }: any) => import("react/jsx-runtime").JSX.Element;
2
+ export default MinimizedThinkingSteps;
3
+ //# sourceMappingURL=MinimizedThinkingSteps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MinimizedThinkingSteps.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/MinimizedThinkingSteps.tsx"],"names":[],"mappings":"AAmEA,QAAA,MAAM,sBAAsB,sGAAuG,GAAG,4CAwIrI,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const ArrowDown: () => import("react/jsx-runtime").JSX.Element;
2
+ export default ArrowDown;
3
+ //# sourceMappingURL=ArrowDown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowDown.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/ArrowDown.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,SAAS,+CAOd,CAAC;AAEF,eAAe,SAAS,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const ArrowIconBlue: () => import("react/jsx-runtime").JSX.Element;
2
+ export default ArrowIconBlue;
3
+ //# sourceMappingURL=ArrowIconBlue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowIconBlue.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/ArrowIconBlue.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,aAAa,+CAOlB,CAAC;AAEF,eAAe,aAAa,CAAA"}
@@ -0,0 +1,3 @@
1
+ declare const CompleteIconGreen: () => import("react/jsx-runtime").JSX.Element;
2
+ export default CompleteIconGreen;
3
+ //# sourceMappingURL=CompleteIconGreen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompleteIconGreen.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/CompleteIconGreen.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB,+CAsBpB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const NewChatIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default NewChatIcon;
3
+ //# sourceMappingURL=NewChatIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewChatIcon.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/IL-OTJ/_components/_svg/NewChatIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW,+CAUhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ButtonHTMLAttributes, ReactNode } from "react";
2
+ interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
3
+ icon?: ReactNode;
4
+ }
5
+ export declare const Button: ({ children, icon, className, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAExD,UAAU,WAAY,SAAQ,oBAAoB,CAAC,iBAAiB,CAAC;IACnE,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED,eAAO,MAAM,MAAM,4CAA6C,WAAW,4CAK1E,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Button';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Button/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ interface DropdownProps {
3
+ value: string;
4
+ onChange: (e: React.ChangeEvent<HTMLSelectElement>) => void;
5
+ options: {
6
+ label: string;
7
+ value: string;
8
+ }[];
9
+ placeholder: string;
10
+ }
11
+ export declare const Dropdown: ({ value, onChange, options, placeholder }: DropdownProps) => import("react/jsx-runtime").JSX.Element;
12
+ export {};
13
+ //# sourceMappingURL=Dropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.tsx"],"names":[],"mappings":";AAAA,UAAU,aAAa;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IAC5D,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,QAAQ,8CAA+C,aAAa,4CAShF,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Dropdown';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Dropdown/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const Textarea: ({ rows, placeholder, value, onChange }: {
2
+ rows?: number | undefined;
3
+ placeholder?: string | undefined;
4
+ value: string;
5
+ onChange: (e: React.ChangeEvent<HTMLTextAreaElement>) => void;
6
+ }) => import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=Textarea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Textarea/Textarea.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;WAGZ,MAAM;kBACC,MAAM,WAAW,CAAC,mBAAmB,CAAC,KAAK,IAAI;6CAY9D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Textarea';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Textarea/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
@@ -0,0 +1,7 @@
1
+ interface ToggleProps {
2
+ isEnabled: boolean;
3
+ onToggle: () => void;
4
+ }
5
+ export declare const Toggle: ({ isEnabled, onToggle }: ToggleProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=Toggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Toggle.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Toggle/Toggle.tsx"],"names":[],"mappings":"AAAA,UAAU,WAAW;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,MAAM,4BAA6B,WAAW,4CAQ1D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Toggle';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/atoms/Toggle/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -0,0 +1,17 @@
1
+ export * from './atoms/Button';
2
+ export * from './atoms/Dropdown';
3
+ export * from './atoms/Toggle';
4
+ export * from './atoms/Textarea';
5
+ export * from './molecules/Condition';
6
+ export * from './molecules/Sections';
7
+ export * from './molecules/SeperationRow';
8
+ export * from './organisms/ConfigSection';
9
+ export * from './organisms/TextSection';
10
+ export * from './organisms/ScopeSection';
11
+ export * from './organisms/ConditionSection';
12
+ export * from './templates/TrafficManager';
13
+ export * from './templates/Testing';
14
+ export * from './templates/TemplatesMap';
15
+ export * from '../helpers/utils';
16
+ export * from '../ILOTJTest';
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/_components/index.ts"],"names":[],"mappings":"AAGA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AAKjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAI1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAI7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AAGzC,cAAc,kBAAkB,CAAA;AAChC,cAAc,cAAc,CAAA"}
@@ -0,0 +1,17 @@
1
+ interface ListItem {
2
+ id: number | string;
3
+ text: string;
4
+ isAiSuggested?: boolean;
5
+ }
6
+ interface ConditionListProps {
7
+ items: ListItem[];
8
+ onAdd: () => void;
9
+ onRemove: (id: any) => void;
10
+ onEdit: (id: any, text: string) => void;
11
+ placeholder?: string;
12
+ addLabel?: string;
13
+ showAddButton?: boolean;
14
+ }
15
+ export declare const ConditionList: ({ items, onAdd, onRemove, onEdit, placeholder, addLabel, showAddButton, }: ConditionListProps) => import("react/jsx-runtime").JSX.Element;
16
+ export {};
17
+ //# sourceMappingURL=ConditionList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConditionList.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Condition/ConditionList.tsx"],"names":[],"mappings":"AAKA,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,UAAU,kBAAkB;IAC1B,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,QAAQ,EAAE,CAAC,EAAE,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5B,MAAM,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,aAAa,8EAQvB,kBAAkB,4CA+FpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './ConditionList';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Condition/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { ReactNode } from "react";
2
+ export interface SectionWrapperProps {
3
+ id: string;
4
+ required?: boolean;
5
+ title: string;
6
+ children: ReactNode;
7
+ openSections?: Set<string>;
8
+ setOpenSections?: React.Dispatch<React.SetStateAction<Set<string>>>;
9
+ defaultOpen?: boolean;
10
+ collapsible?: boolean;
11
+ }
12
+ export declare const SectionWrapper: ({ id, required, title, children, openSections, setOpenSections, defaultOpen, collapsible }: SectionWrapperProps) => import("react/jsx-runtime").JSX.Element;
13
+ //# sourceMappingURL=SectionWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SectionWrapper.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.tsx"],"names":[],"mappings":"AACA,OAAO,EAAe,SAAS,EAAY,MAAM,OAAO,CAAC;AAEzD,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,SAAS,CAAC;IACpB,YAAY,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC3B,eAAe,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IACpE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,cAAc,+FASxB,mBAAmB,4CA+CrB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './SectionWrapper';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Sections/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,12 @@
1
+ interface SeparationRowProps {
2
+ label: string;
3
+ isEnabled: boolean;
4
+ duration: number;
5
+ onToggle: () => void;
6
+ onDurationChange: (value: number) => void;
7
+ unit?: string;
8
+ placeholder?: string;
9
+ }
10
+ export declare const SeparationRow: ({ label, isEnabled, duration, onToggle, onDurationChange, unit, }: SeparationRowProps) => import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=SeparationRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SeparationRow.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.tsx"],"names":[],"mappings":"AAEA,UAAU,kBAAkB;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,gBAAgB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,aAAa,sEAOvB,kBAAkB,4CAqBpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './SeparationRow';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/SeperationRow/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const ConditionSection: ({ conditions, onAdd, onRemove, onEdit, ...props }: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=ConditionSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConditionSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,sDAAuD,GAAG,4CAStF,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './ConditionSection';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConditionSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { SectionWrapperProps } from "../../molecules/Sections/SectionWrapper";
2
+ interface SeparationItem {
3
+ key: string;
4
+ label: string;
5
+ enabled: boolean;
6
+ global_min_separation_seconds: number;
7
+ }
8
+ interface ToggleItem {
9
+ key: string;
10
+ label: string;
11
+ enabled: boolean;
12
+ }
13
+ interface ConfigSectionProps extends Omit<SectionWrapperProps, 'children'> {
14
+ separationItems?: SeparationItem[];
15
+ toggles?: ToggleItem[];
16
+ onConfigChange: (key: string, value: any) => void;
17
+ }
18
+ export declare const ConfigSection: ({ separationItems, toggles, onConfigChange, ...wrapperProps }: ConfigSectionProps) => import("react/jsx-runtime").JSX.Element;
19
+ export {};
20
+ //# sourceMappingURL=ConfigSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfigSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAI9F,UAAU,cAAc;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,6BAA6B,EAAE,MAAM,CAAC;CACvC;AAED,UAAU,UAAU;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,UAAU,kBAAmB,SAAQ,IAAI,CAAC,mBAAmB,EAAE,UAAU,CAAC;IACxE,eAAe,CAAC,EAAE,cAAc,EAAE,CAAC;IACnC,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,cAAc,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CACnD;AAED,eAAO,MAAM,aAAa,kEAKvB,kBAAkB,4CA6CpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './ConfigSection';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConfigSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,24 @@
1
+ /// <reference types="react" />
2
+ interface Option {
3
+ label: string;
4
+ value: string;
5
+ }
6
+ interface ScopeSectionProps {
7
+ id: string;
8
+ title?: string;
9
+ required?: boolean;
10
+ openSections: Set<string>;
11
+ setOpenSections: React.Dispatch<React.SetStateAction<Set<string>>>;
12
+ scopeData: {
13
+ station?: string;
14
+ tiers?: string[];
15
+ };
16
+ onScopeChange: (field: string, value: any) => void;
17
+ stationOptions?: Option[];
18
+ tierOptions?: string[];
19
+ stationLabel?: string;
20
+ tierLabel?: string;
21
+ }
22
+ export declare const ScopeSection: ({ id, title, required, openSections, setOpenSections, scopeData, onScopeChange, stationOptions, tierOptions, stationLabel, tierLabel, ...props }: ScopeSectionProps) => import("react/jsx-runtime").JSX.Element;
23
+ export {};
24
+ //# sourceMappingURL=ScopeSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScopeSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.tsx"],"names":[],"mappings":";AAGA,UAAU,MAAM;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,UAAU,iBAAiB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,eAAe,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;IACnE,SAAS,EAAE;QACT,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;KAClB,CAAC;IACF,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IACnD,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,qJAatB,iBAAiB,4CAsDnB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './ScopeSection';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ScopeSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const AiSuggestedBadge: () => import("react/jsx-runtime").JSX.Element;
2
+ export declare const TextSection: ({ rows, value, onChange, placeholder, title, isAiSuggested, ...props }: any) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TextSection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/TextSection/TextSection.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB,+CAkB5B,CAAC;AAEF,eAAO,MAAM,WAAW,2EAA4E,GAAG,4CA4BtG,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './TextSection';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/TextSection/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './templatesMap';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TemplatesMap/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ export declare enum TemplateList {
3
+ TrafficManager = "TRAFFIC_MANAGER",
4
+ testing = "TESTING",
5
+ CreateRule = "CREATE_RULE"
6
+ }
7
+ export declare const TemplateMap: Record<string, React.FC<any>>;
8
+ //# sourceMappingURL=templatesMap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"templatesMap.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.ts"],"names":[],"mappings":";AAIA,oBAAY,YAAY;IACtB,cAAc,oBAAoB;IAClC,OAAO,YAAY;IACnB,UAAU,gBAAgB;CAE3B;AAED,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,CAIrD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const Testing: ({ state, handlers, uiState }: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=Testing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Testing.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/Testing/Testing.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,iCAAkC,GAAG,4CA0BxD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './Testing';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/Testing/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const CreateRule: ({ state, handlers, uiState }: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=CreateRule.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateRule.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU,iCAAkC,GAAG,4CAoF3D,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const TrafficManagerTemplate: ({ state, handlers, uiState }: any) => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=TrafficManagerTemplate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrafficManagerTemplate.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,sBAAsB,iCAAkC,GAAG,4CA6EvE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './TrafficManagerTemplate';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/templates/TrafficManager/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './utils';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/helpers/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
@@ -0,0 +1,14 @@
1
+ export type HeaderMessageHandler = (rawData: unknown, onResult: (val: unknown) => void) => void;
2
+ interface UseHeaderObserverProps {
3
+ handlers?: Record<string, HeaderMessageHandler>;
4
+ setResult?: (result: unknown) => void;
5
+ }
6
+ export declare function extractAndParseResponse(responseText: string): any | null;
7
+ /** * rawData: The string returned by the AI agent
8
+ * onResult: The generic callback (e.g., setStructuredAIResponse)
9
+ */
10
+ export declare const useHeaderObserver: ({ handlers, setResult }: UseHeaderObserverProps) => {
11
+ processHeaderMessage: (message: any) => void;
12
+ };
13
+ export {};
14
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/features/IL-OTJ/helpers/utils.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,KAAK,IAAI,CAAC;AAEhG,UAAU,sBAAsB;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;IAChD,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAA;CACtC;AAED,wBAAgB,uBAAuB,CAAC,YAAY,EAAE,MAAM,GAAG,GAAG,GAAG,IAAI,CAuBxE;AAED;;GAEG;AAEH,eAAO,MAAM,iBAAiB,4BAA6B,sBAAsB;oCACxC,GAAG;CAa3C,CAAC"}
@@ -111,6 +111,7 @@ interface InstantLearningProps {
111
111
  variant_id: string;
112
112
  }[];
113
113
  isFromDashboard?: boolean;
114
+ fullMessageText?: string;
114
115
  }
115
116
  declare const InstantLearning: React.FC<InstantLearningProps>;
116
117
  export default InstantLearning;
@@ -1 +1 @@
1
- {"version":3,"file":"InstantLearning.d.ts","sourceRoot":"","sources":["../../../../../src/features/InstantLearning/InstantLearning.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"InstantLearning.d.ts","sourceRoot":"","sources":["../../../../../src/features/InstantLearning/InstantLearning.tsx"],"names":[],"mappings":"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"}
@@ -51,6 +51,7 @@ interface ChatComponentProps {
51
51
  isFormValidating: boolean;
52
52
  validationRecommendations: FormattedValidationRecommendation | null;
53
53
  isFromDashboard?: boolean;
54
+ fullMessageText?: string;
54
55
  }
55
56
  declare const ChatComponent: React.FC<ChatComponentProps>;
56
57
  export default ChatComponent;