@e-llm-studio/instant-learning 1.3.0-alpha.267 → 1.3.0-alpha.269

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 (1015) hide show
  1. package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
  2. package/dist/cjs/features/IL-OTJ/_components/ChatComponents/NormalChat.js +1 -1
  3. package/dist/cjs/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js +2 -0
  4. package/dist/cjs/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js.map +1 -0
  5. package/dist/cjs/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js +2 -0
  6. package/dist/cjs/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js.map +1 -0
  7. package/dist/cjs/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js +2 -0
  8. package/dist/cjs/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js.map +1 -0
  9. package/dist/cjs/features/LSCGuidelinesCart/Cart/Cart.js +2 -0
  10. package/dist/cjs/features/LSCGuidelinesCart/Cart/Cart.js.map +1 -0
  11. package/dist/cjs/features/LSCGuidelinesCart/Cart/Cart.styles.js +2 -0
  12. package/dist/cjs/features/LSCGuidelinesCart/Cart/Cart.styles.js.map +1 -0
  13. package/dist/cjs/features/LSCGuidelinesCart/GuidelineCard.js +2 -0
  14. package/dist/cjs/features/LSCGuidelinesCart/GuidelineCard.js.map +1 -0
  15. package/dist/cjs/features/LSCGuidelinesCart/GuidelineCard.styles.js +2 -0
  16. package/dist/cjs/features/LSCGuidelinesCart/GuidelineCard.styles.js.map +1 -0
  17. package/dist/cjs/features/LSCGuidelinesCart/GuidelinesLandingPage.js +2 -0
  18. package/dist/cjs/features/LSCGuidelinesCart/GuidelinesLandingPage.js.map +1 -0
  19. package/dist/cjs/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.js +2 -0
  20. package/dist/cjs/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.js.map +1 -0
  21. package/dist/cjs/features/LSCGuidelinesCart/LearningManagementWrapper.js +2 -0
  22. package/dist/cjs/features/LSCGuidelinesCart/LearningManagementWrapper.js.map +1 -0
  23. package/dist/cjs/features/LSCGuidelinesCart/api.js +2 -0
  24. package/dist/cjs/features/LSCGuidelinesCart/api.js.map +1 -0
  25. package/dist/cjs/features/LSCGuidelinesCart/endpoints.js +2 -0
  26. package/dist/cjs/features/LSCGuidelinesCart/endpoints.js.map +1 -0
  27. package/dist/cjs/features/LSCGuidelinesCart/transformSelectedGuidelineData.js +2 -0
  28. package/dist/cjs/features/LSCGuidelinesCart/transformSelectedGuidelineData.js.map +1 -0
  29. package/dist/cjs/features/LearningManagement/RuleContent/RuleContent.js +1 -1
  30. package/dist/cjs/features/LearningManagement/components/CreateLearningSetModal.js +2 -0
  31. package/dist/cjs/features/LearningManagement/components/CreateLearningSetModal.js.map +1 -0
  32. package/dist/cjs/features/LearningManagement/components/InstantLearningModal.js +1 -1
  33. package/dist/cjs/features/LearningManagement/components/InstantLearningModalDynamic.js +1 -1
  34. package/dist/cjs/features/LearningManagement/styles/CreateLearningSetModal.module.css.js +2 -0
  35. package/dist/cjs/features/LearningManagement/styles/CreateLearningSetModal.module.css.js.map +1 -0
  36. package/dist/cjs/features/LearningManagement/utils/learningMetadataUtils.js +1 -1
  37. package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
  38. package/dist/features/IL-OTJ/_components/ChatComponents/NormalChat.js +1 -1
  39. package/dist/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js +2 -0
  40. package/dist/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js.map +1 -0
  41. package/dist/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js +2 -0
  42. package/dist/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js.map +1 -0
  43. package/dist/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js +2 -0
  44. package/dist/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js.map +1 -0
  45. package/dist/features/LSCGuidelinesCart/Cart/Cart.js +2 -0
  46. package/dist/features/LSCGuidelinesCart/Cart/Cart.js.map +1 -0
  47. package/dist/features/LSCGuidelinesCart/Cart/Cart.styles.js +2 -0
  48. package/dist/features/LSCGuidelinesCart/Cart/Cart.styles.js.map +1 -0
  49. package/dist/features/LSCGuidelinesCart/GuidelineCard.js +2 -0
  50. package/dist/features/LSCGuidelinesCart/GuidelineCard.js.map +1 -0
  51. package/dist/features/LSCGuidelinesCart/GuidelineCard.styles.js +2 -0
  52. package/dist/features/LSCGuidelinesCart/GuidelineCard.styles.js.map +1 -0
  53. package/dist/features/LSCGuidelinesCart/GuidelinesLandingPage.js +2 -0
  54. package/dist/features/LSCGuidelinesCart/GuidelinesLandingPage.js.map +1 -0
  55. package/dist/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.js +2 -0
  56. package/dist/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.js.map +1 -0
  57. package/dist/features/LSCGuidelinesCart/LearningManagementWrapper.js +2 -0
  58. package/dist/features/LSCGuidelinesCart/LearningManagementWrapper.js.map +1 -0
  59. package/dist/features/LSCGuidelinesCart/api.js +2 -0
  60. package/dist/features/LSCGuidelinesCart/api.js.map +1 -0
  61. package/dist/features/LSCGuidelinesCart/endpoints.js +2 -0
  62. package/dist/features/LSCGuidelinesCart/endpoints.js.map +1 -0
  63. package/dist/features/LSCGuidelinesCart/transformSelectedGuidelineData.js +2 -0
  64. package/dist/features/LSCGuidelinesCart/transformSelectedGuidelineData.js.map +1 -0
  65. package/dist/features/LearningManagement/RuleContent/RuleContent.js +1 -1
  66. package/dist/features/LearningManagement/components/CreateLearningSetModal.js +2 -0
  67. package/dist/features/LearningManagement/components/CreateLearningSetModal.js.map +1 -0
  68. package/dist/features/LearningManagement/components/InstantLearningModal.js +1 -1
  69. package/dist/features/LearningManagement/components/InstantLearningModalDynamic.js +1 -1
  70. package/dist/features/LearningManagement/styles/CreateLearningSetModal.module.css.js +2 -0
  71. package/dist/features/LearningManagement/styles/CreateLearningSetModal.module.css.js.map +1 -0
  72. package/dist/features/LearningManagement/utils/learningMetadataUtils.js +1 -1
  73. package/dist/types/AccordianHeadTest.d.ts +3 -0
  74. package/dist/types/AccordianHeadTest.d.ts.map +1 -0
  75. package/dist/types/App.d.ts +4 -0
  76. package/dist/types/App.d.ts.map +1 -0
  77. package/dist/types/CommonComponents/AccordianHead/AccordianHead.d.ts +9 -0
  78. package/dist/types/CommonComponents/AccordianHead/AccordianHead.d.ts.map +1 -0
  79. package/dist/types/CommonComponents/CustomDropdown.d.ts +4 -0
  80. package/dist/types/CommonComponents/CustomDropdown.d.ts.map +1 -0
  81. package/dist/types/CommonComponents/GradientSparkleIcon.d.ts +6 -0
  82. package/dist/types/CommonComponents/GradientSparkleIcon.d.ts.map +1 -0
  83. package/dist/types/CommonComponents/HelloWorld.d.ts +3 -0
  84. package/dist/types/CommonComponents/HelloWorld.d.ts.map +1 -0
  85. package/dist/types/CommonComponents/NoTableData.d.ts +7 -0
  86. package/dist/types/CommonComponents/NoTableData.d.ts.map +1 -0
  87. package/dist/types/CommonComponents/Spinner.d.ts +5 -0
  88. package/dist/types/CommonComponents/Spinner.d.ts.map +1 -0
  89. package/dist/types/CommonConstants/CommonConstants.d.ts +5 -0
  90. package/dist/types/CommonConstants/CommonConstants.d.ts.map +1 -0
  91. package/dist/types/ComponentRegistry.d.ts +13 -0
  92. package/dist/types/ComponentRegistry.d.ts.map +1 -0
  93. package/dist/types/ContinueWithTemplateModal.d.ts +24 -0
  94. package/dist/types/ContinueWithTemplateModal.d.ts.map +1 -0
  95. package/dist/types/CustomStylesProvider.d.ts +6 -0
  96. package/dist/types/CustomStylesProvider.d.ts.map +1 -0
  97. package/dist/types/CustomThemeProvider.d.ts +7 -0
  98. package/dist/types/CustomThemeProvider.d.ts.map +1 -0
  99. package/dist/types/GoogleFilePickerDemo.d.ts +3 -0
  100. package/dist/types/GoogleFilePickerDemo.d.ts.map +1 -0
  101. package/dist/types/ILMarketplaceMockTest.d.ts +4 -0
  102. package/dist/types/ILMarketplaceMockTest.d.ts.map +1 -0
  103. package/dist/types/ILMarketplaceWrapper.d.ts +174 -0
  104. package/dist/types/ILMarketplaceWrapper.d.ts.map +1 -0
  105. package/dist/types/PublishToMarketplaceTest.d.ts +4 -0
  106. package/dist/types/PublishToMarketplaceTest.d.ts.map +1 -0
  107. package/dist/types/api/transport.d.ts +44 -0
  108. package/dist/types/api/transport.d.ts.map +1 -0
  109. package/dist/types/context/DataSelectedContext.d.ts +73 -0
  110. package/dist/types/context/DataSelectedContext.d.ts.map +1 -0
  111. package/dist/types/features/DataSelector/DataSelector.d.ts +18 -0
  112. package/dist/types/features/DataSelector/DataSelector.d.ts.map +1 -0
  113. package/dist/types/features/DataSelector/components/DataSelectionOptionsScreen.d.ts +4 -0
  114. package/dist/types/features/DataSelector/components/DataSelectionOptionsScreen.d.ts.map +1 -0
  115. package/dist/types/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts +4 -0
  116. package/dist/types/features/DataSelector/components/RLEFDataPointsListInSelectedDataSetCollection.d.ts.map +1 -0
  117. package/dist/types/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts +4 -0
  118. package/dist/types/features/DataSelector/components/RLEFDataSetCollectionsList.d.ts.map +1 -0
  119. package/dist/types/features/DataSelector/components/RlefDataTabsComponent.d.ts +4 -0
  120. package/dist/types/features/DataSelector/components/RlefDataTabsComponent.d.ts.map +1 -0
  121. package/dist/types/features/DataSelector/components/RlefHistoricalCopilotData.d.ts +4 -0
  122. package/dist/types/features/DataSelector/components/RlefHistoricalCopilotData.d.ts.map +1 -0
  123. package/dist/types/features/DataSelector/components/SavedDataSetListScreen.d.ts +14 -0
  124. package/dist/types/features/DataSelector/components/SavedDataSetListScreen.d.ts.map +1 -0
  125. package/dist/types/features/DataSelector/components/SelectedDataList.d.ts +4 -0
  126. package/dist/types/features/DataSelector/components/SelectedDataList.d.ts.map +1 -0
  127. package/dist/types/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts +11 -0
  128. package/dist/types/features/DataSelector/components/subcomponents/DataSetElement/DataSetElement.d.ts.map +1 -0
  129. package/dist/types/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts +8 -0
  130. package/dist/types/features/DataSelector/components/subcomponents/Pagination/Pagination.d.ts.map +1 -0
  131. package/dist/types/features/DataSelector/tables/ShowSelectedDataTable.d.ts +4 -0
  132. package/dist/types/features/DataSelector/tables/ShowSelectedDataTable.d.ts.map +1 -0
  133. package/dist/types/features/DocumentLearning/DocumentLearning.d.ts +21 -0
  134. package/dist/types/features/DocumentLearning/DocumentLearning.d.ts.map +1 -0
  135. package/dist/types/features/DocumentLearning/_components/AudioWaveform.d.ts +13 -0
  136. package/dist/types/features/DocumentLearning/_components/AudioWaveform.d.ts.map +1 -0
  137. package/dist/types/features/DocumentLearning/_components/BookLearningForm.d.ts +23 -0
  138. package/dist/types/features/DocumentLearning/_components/BookLearningForm.d.ts.map +1 -0
  139. package/dist/types/features/DocumentLearning/_components/ChatComponent.d.ts +61 -0
  140. package/dist/types/features/DocumentLearning/_components/ChatComponent.d.ts.map +1 -0
  141. package/dist/types/features/DocumentLearning/_components/ConflictingLearningWarnCard.d.ts +13 -0
  142. package/dist/types/features/DocumentLearning/_components/ConflictingLearningWarnCard.d.ts.map +1 -0
  143. package/dist/types/features/DocumentLearning/_components/ConflictingLearningWarnCardDB.d.ts +41 -0
  144. package/dist/types/features/DocumentLearning/_components/ConflictingLearningWarnCardDB.d.ts.map +1 -0
  145. package/dist/types/features/DocumentLearning/_components/ContextualChatComponent.d.ts +62 -0
  146. package/dist/types/features/DocumentLearning/_components/ContextualChatComponent.d.ts.map +1 -0
  147. package/dist/types/features/DocumentLearning/_components/ContextualConflictDBCard.d.ts +30 -0
  148. package/dist/types/features/DocumentLearning/_components/ContextualConflictDBCard.d.ts.map +1 -0
  149. package/dist/types/features/DocumentLearning/_components/ContextualLearningForm.d.ts +1 -0
  150. package/dist/types/features/DocumentLearning/_components/ContextualLearningForm.d.ts.map +1 -0
  151. package/dist/types/features/DocumentLearning/_components/LearningDetailsForm.d.ts +71 -0
  152. package/dist/types/features/DocumentLearning/_components/LearningDetailsForm.d.ts.map +1 -0
  153. package/dist/types/features/DocumentLearning/_components/MessageRendering.d.ts +10 -0
  154. package/dist/types/features/DocumentLearning/_components/MessageRendering.d.ts.map +1 -0
  155. package/dist/types/features/DocumentLearning/_components/MinimizedThinkingSteps.d.ts +4 -0
  156. package/dist/types/features/DocumentLearning/_components/MinimizedThinkingSteps.d.ts.map +1 -0
  157. package/dist/types/features/DocumentLearning/_components/SimilarLearningCard.d.ts +20 -0
  158. package/dist/types/features/DocumentLearning/_components/SimilarLearningCard.d.ts.map +1 -0
  159. package/dist/types/features/DocumentLearning/_components/TemplateRetrievalForm.d.ts +50 -0
  160. package/dist/types/features/DocumentLearning/_components/TemplateRetrievalForm.d.ts.map +1 -0
  161. package/dist/types/features/DocumentLearning/_components/TooltipComponent.d.ts +8 -0
  162. package/dist/types/features/DocumentLearning/_components/TooltipComponent.d.ts.map +1 -0
  163. package/dist/types/features/DocumentLearning/_components/_svg/ArrowDown.d.ts +4 -0
  164. package/dist/types/features/DocumentLearning/_components/_svg/ArrowDown.d.ts.map +1 -0
  165. package/dist/types/features/DocumentLearning/_components/_svg/ArrowIconBlue.d.ts +4 -0
  166. package/dist/types/features/DocumentLearning/_components/_svg/ArrowIconBlue.d.ts.map +1 -0
  167. package/dist/types/features/DocumentLearning/_components/_svg/CompleteIconGreen.d.ts +4 -0
  168. package/dist/types/features/DocumentLearning/_components/_svg/CompleteIconGreen.d.ts.map +1 -0
  169. package/dist/types/features/DocumentLearning/_components/_svg/NewChatIcon.d.ts +4 -0
  170. package/dist/types/features/DocumentLearning/_components/_svg/NewChatIcon.d.ts.map +1 -0
  171. package/dist/types/features/IL-OTJ/ILOTJ.d.ts +95 -0
  172. package/dist/types/features/IL-OTJ/ILOTJ.d.ts.map +1 -0
  173. package/dist/types/features/IL-OTJ/ILOTJTest.d.ts +609 -0
  174. package/dist/types/features/IL-OTJ/ILOTJTest.d.ts.map +1 -0
  175. package/dist/types/features/IL-OTJ/ILOTJTriageAITest.d.ts +12 -0
  176. package/dist/types/features/IL-OTJ/ILOTJTriageAITest.d.ts.map +1 -0
  177. package/dist/types/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.d.ts +102 -0
  178. package/dist/types/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.d.ts.map +1 -0
  179. package/dist/types/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.d.ts +33 -0
  180. package/dist/types/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.d.ts.map +1 -0
  181. package/dist/types/features/IL-OTJ/_components/AccordianSection.d.ts +52 -0
  182. package/dist/types/features/IL-OTJ/_components/AccordianSection.d.ts.map +1 -0
  183. package/dist/types/features/IL-OTJ/_components/AudioWaveform.d.ts +13 -0
  184. package/dist/types/features/IL-OTJ/_components/AudioWaveform.d.ts.map +1 -0
  185. package/dist/types/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts +59 -0
  186. package/dist/types/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts.map +1 -0
  187. package/dist/types/features/IL-OTJ/_components/ChatComponents/ChatHeader.d.ts +12 -0
  188. package/dist/types/features/IL-OTJ/_components/ChatComponents/ChatHeader.d.ts.map +1 -0
  189. package/dist/types/features/IL-OTJ/_components/ChatComponents/NormalChat.d.ts +45 -0
  190. package/dist/types/features/IL-OTJ/_components/ChatComponents/NormalChat.d.ts.map +1 -0
  191. package/dist/types/features/IL-OTJ/_components/ChatComponents/mockComparisonData.d.ts +1503 -0
  192. package/dist/types/features/IL-OTJ/_components/ChatComponents/mockComparisonData.d.ts.map +1 -0
  193. package/dist/types/features/IL-OTJ/_components/CitationLink.d.ts +18 -0
  194. package/dist/types/features/IL-OTJ/_components/CitationLink.d.ts.map +1 -0
  195. package/dist/types/features/IL-OTJ/_components/CognitiveDecisioningCard.d.ts +11 -0
  196. package/dist/types/features/IL-OTJ/_components/CognitiveDecisioningCard.d.ts.map +1 -0
  197. package/dist/types/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts +11 -0
  198. package/dist/types/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts.map +1 -0
  199. package/dist/types/features/IL-OTJ/_components/CriticalGaps.d.ts +11 -0
  200. package/dist/types/features/IL-OTJ/_components/CriticalGaps.d.ts.map +1 -0
  201. package/dist/types/features/IL-OTJ/_components/GapExplanationAccordion.d.ts +10 -0
  202. package/dist/types/features/IL-OTJ/_components/GapExplanationAccordion.d.ts.map +1 -0
  203. package/dist/types/features/IL-OTJ/_components/ILPopup.d.ts +33 -0
  204. package/dist/types/features/IL-OTJ/_components/ILPopup.d.ts.map +1 -0
  205. package/dist/types/features/IL-OTJ/_components/ILPopup.styles.d.ts +2 -0
  206. package/dist/types/features/IL-OTJ/_components/ILPopup.styles.d.ts.map +1 -0
  207. package/dist/types/features/IL-OTJ/_components/InputDataReasoningCard.d.ts +11 -0
  208. package/dist/types/features/IL-OTJ/_components/InputDataReasoningCard.d.ts.map +1 -0
  209. package/dist/types/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts +33 -0
  210. package/dist/types/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts.map +1 -0
  211. package/dist/types/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts +26 -0
  212. package/dist/types/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts.map +1 -0
  213. package/dist/types/features/IL-OTJ/_components/MarkdownRenderer.d.ts +25 -0
  214. package/dist/types/features/IL-OTJ/_components/MarkdownRenderer.d.ts.map +1 -0
  215. package/dist/types/features/IL-OTJ/_components/MessageRendering/ChatFeedback.d.ts +26 -0
  216. package/dist/types/features/IL-OTJ/_components/MessageRendering/ChatFeedback.d.ts.map +1 -0
  217. package/dist/types/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.d.ts +8 -0
  218. package/dist/types/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.d.ts.map +1 -0
  219. package/dist/types/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts +35 -0
  220. package/dist/types/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -0
  221. package/dist/types/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts +24 -0
  222. package/dist/types/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts.map +1 -0
  223. package/dist/types/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts +17 -0
  224. package/dist/types/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts.map +1 -0
  225. package/dist/types/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts +4 -0
  226. package/dist/types/features/IL-OTJ/_components/MinimizedThinkingSteps.d.ts.map +1 -0
  227. package/dist/types/features/IL-OTJ/_components/NewMinimizedThinkingSteps.d.ts +7 -0
  228. package/dist/types/features/IL-OTJ/_components/NewMinimizedThinkingSteps.d.ts.map +1 -0
  229. package/dist/types/features/IL-OTJ/_components/TooltipComponent.d.ts +8 -0
  230. package/dist/types/features/IL-OTJ/_components/TooltipComponent.d.ts.map +1 -0
  231. package/dist/types/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts +9 -0
  232. package/dist/types/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts.map +1 -0
  233. package/dist/types/features/IL-OTJ/_components/ViewFormUpdateCard.d.ts +3 -0
  234. package/dist/types/features/IL-OTJ/_components/ViewFormUpdateCard.d.ts.map +1 -0
  235. package/dist/types/features/IL-OTJ/_components/ViewIdentifiedFieldsCard.d.ts +3 -0
  236. package/dist/types/features/IL-OTJ/_components/ViewIdentifiedFieldsCard.d.ts.map +1 -0
  237. package/dist/types/features/IL-OTJ/_components/WatchMeWork/AgentStepsView.d.ts +16 -0
  238. package/dist/types/features/IL-OTJ/_components/WatchMeWork/AgentStepsView.d.ts.map +1 -0
  239. package/dist/types/features/IL-OTJ/_components/WatchMeWork/StepDetailView.d.ts +11 -0
  240. package/dist/types/features/IL-OTJ/_components/WatchMeWork/StepDetailView.d.ts.map +1 -0
  241. package/dist/types/features/IL-OTJ/_components/WatchMeWork/Thinkingstepshelper.d.ts +43 -0
  242. package/dist/types/features/IL-OTJ/_components/WatchMeWork/Thinkingstepshelper.d.ts.map +1 -0
  243. package/dist/types/features/IL-OTJ/_components/WatchMeWork/Usethinkingsteps.d.ts +27 -0
  244. package/dist/types/features/IL-OTJ/_components/WatchMeWork/Usethinkingsteps.d.ts.map +1 -0
  245. package/dist/types/features/IL-OTJ/_components/WatchMeWork/WorkingIndicator.d.ts +7 -0
  246. package/dist/types/features/IL-OTJ/_components/WatchMeWork/WorkingIndicator.d.ts.map +1 -0
  247. package/dist/types/features/IL-OTJ/_components/_svg/ArrowDown.d.ts +4 -0
  248. package/dist/types/features/IL-OTJ/_components/_svg/ArrowDown.d.ts.map +1 -0
  249. package/dist/types/features/IL-OTJ/_components/_svg/ArrowIconBlue.d.ts +4 -0
  250. package/dist/types/features/IL-OTJ/_components/_svg/ArrowIconBlue.d.ts.map +1 -0
  251. package/dist/types/features/IL-OTJ/_components/_svg/BookIcon.d.ts +4 -0
  252. package/dist/types/features/IL-OTJ/_components/_svg/BookIcon.d.ts.map +1 -0
  253. package/dist/types/features/IL-OTJ/_components/_svg/ButtonCognitiveIcon.d.ts +7 -0
  254. package/dist/types/features/IL-OTJ/_components/_svg/ButtonCognitiveIcon.d.ts.map +1 -0
  255. package/dist/types/features/IL-OTJ/_components/_svg/ChevronDown.d.ts +4 -0
  256. package/dist/types/features/IL-OTJ/_components/_svg/ChevronDown.d.ts.map +1 -0
  257. package/dist/types/features/IL-OTJ/_components/_svg/ChevronIcon.d.ts +7 -0
  258. package/dist/types/features/IL-OTJ/_components/_svg/ChevronIcon.d.ts.map +1 -0
  259. package/dist/types/features/IL-OTJ/_components/_svg/ChevronUp.d.ts +4 -0
  260. package/dist/types/features/IL-OTJ/_components/_svg/ChevronUp.d.ts.map +1 -0
  261. package/dist/types/features/IL-OTJ/_components/_svg/CitationLinkSparkleIcon.d.ts +10 -0
  262. package/dist/types/features/IL-OTJ/_components/_svg/CitationLinkSparkleIcon.d.ts.map +1 -0
  263. package/dist/types/features/IL-OTJ/_components/_svg/CognitiveDecisioning.d.ts +4 -0
  264. package/dist/types/features/IL-OTJ/_components/_svg/CognitiveDecisioning.d.ts.map +1 -0
  265. package/dist/types/features/IL-OTJ/_components/_svg/CompleteIconGreen.d.ts +4 -0
  266. package/dist/types/features/IL-OTJ/_components/_svg/CompleteIconGreen.d.ts.map +1 -0
  267. package/dist/types/features/IL-OTJ/_components/_svg/EditPencilIcon.d.ts +7 -0
  268. package/dist/types/features/IL-OTJ/_components/_svg/EditPencilIcon.d.ts.map +1 -0
  269. package/dist/types/features/IL-OTJ/_components/_svg/GapIcon.d.ts +10 -0
  270. package/dist/types/features/IL-OTJ/_components/_svg/GapIcon.d.ts.map +1 -0
  271. package/dist/types/features/IL-OTJ/_components/_svg/HumanWithBrainIcon.d.ts +9 -0
  272. package/dist/types/features/IL-OTJ/_components/_svg/HumanWithBrainIcon.d.ts.map +1 -0
  273. package/dist/types/features/IL-OTJ/_components/_svg/InfoIcon.d.ts +4 -0
  274. package/dist/types/features/IL-OTJ/_components/_svg/InfoIcon.d.ts.map +1 -0
  275. package/dist/types/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts +4 -0
  276. package/dist/types/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts.map +1 -0
  277. package/dist/types/features/IL-OTJ/_components/_svg/Lightbulb.d.ts +10 -0
  278. package/dist/types/features/IL-OTJ/_components/_svg/Lightbulb.d.ts.map +1 -0
  279. package/dist/types/features/IL-OTJ/_components/_svg/NewChatIcon.d.ts +10 -0
  280. package/dist/types/features/IL-OTJ/_components/_svg/NewChatIcon.d.ts.map +1 -0
  281. package/dist/types/features/IL-OTJ/_components/_svg/PencilEdit.d.ts +9 -0
  282. package/dist/types/features/IL-OTJ/_components/_svg/PencilEdit.d.ts.map +1 -0
  283. package/dist/types/features/IL-OTJ/_components/_svg/RadioButton.d.ts +10 -0
  284. package/dist/types/features/IL-OTJ/_components/_svg/RadioButton.d.ts.map +1 -0
  285. package/dist/types/features/IL-OTJ/_components/_svg/RightSideIcons.d.ts +10 -0
  286. package/dist/types/features/IL-OTJ/_components/_svg/RightSideIcons.d.ts.map +1 -0
  287. package/dist/types/features/IL-OTJ/_components/_svg/ScrollToBottom.d.ts +3 -0
  288. package/dist/types/features/IL-OTJ/_components/_svg/ScrollToBottom.d.ts.map +1 -0
  289. package/dist/types/features/IL-OTJ/_components/_svg/SendButton.d.ts +3 -0
  290. package/dist/types/features/IL-OTJ/_components/_svg/SendButton.d.ts.map +1 -0
  291. package/dist/types/features/IL-OTJ/_components/_svg/SparkleIcon.d.ts +4 -0
  292. package/dist/types/features/IL-OTJ/_components/_svg/SparkleIcon.d.ts.map +1 -0
  293. package/dist/types/features/IL-OTJ/_components/_svg/TickIcon.d.ts +10 -0
  294. package/dist/types/features/IL-OTJ/_components/_svg/TickIcon.d.ts.map +1 -0
  295. package/dist/types/features/IL-OTJ/_components/_svg/UserIcon.d.ts +3 -0
  296. package/dist/types/features/IL-OTJ/_components/_svg/UserIcon.d.ts.map +1 -0
  297. package/dist/types/features/IL-OTJ/_components/_svg/WarningIcon.d.ts +4 -0
  298. package/dist/types/features/IL-OTJ/_components/_svg/WarningIcon.d.ts.map +1 -0
  299. package/dist/types/features/IL-OTJ/_components/_svg/WatchMeWorkIcon.d.ts +4 -0
  300. package/dist/types/features/IL-OTJ/_components/_svg/WatchMeWorkIcon.d.ts.map +1 -0
  301. package/dist/types/features/IL-OTJ/_components/atoms/Button/Button.d.ts +7 -0
  302. package/dist/types/features/IL-OTJ/_components/atoms/Button/Button.d.ts.map +1 -0
  303. package/dist/types/features/IL-OTJ/_components/atoms/Button/index.d.ts +2 -0
  304. package/dist/types/features/IL-OTJ/_components/atoms/Button/index.d.ts.map +1 -0
  305. package/dist/types/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts +15 -0
  306. package/dist/types/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts.map +1 -0
  307. package/dist/types/features/IL-OTJ/_components/atoms/Dropdown/index.d.ts +2 -0
  308. package/dist/types/features/IL-OTJ/_components/atoms/Dropdown/index.d.ts.map +1 -0
  309. package/dist/types/features/IL-OTJ/_components/atoms/SkeletonLoader/SkeletonLoader.d.ts +11 -0
  310. package/dist/types/features/IL-OTJ/_components/atoms/SkeletonLoader/SkeletonLoader.d.ts.map +1 -0
  311. package/dist/types/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts +27 -0
  312. package/dist/types/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts.map +1 -0
  313. package/dist/types/features/IL-OTJ/_components/atoms/Textarea/index.d.ts +2 -0
  314. package/dist/types/features/IL-OTJ/_components/atoms/Textarea/index.d.ts.map +1 -0
  315. package/dist/types/features/IL-OTJ/_components/atoms/Toggle/Toggle.d.ts +9 -0
  316. package/dist/types/features/IL-OTJ/_components/atoms/Toggle/Toggle.d.ts.map +1 -0
  317. package/dist/types/features/IL-OTJ/_components/atoms/Toggle/index.d.ts +2 -0
  318. package/dist/types/features/IL-OTJ/_components/atoms/Toggle/index.d.ts.map +1 -0
  319. package/dist/types/features/IL-OTJ/_components/cognitiveDecisioningThemeStyles.d.ts +98 -0
  320. package/dist/types/features/IL-OTJ/_components/cognitiveDecisioningThemeStyles.d.ts.map +1 -0
  321. package/dist/types/features/IL-OTJ/_components/hooks/usePendingEditHighlight.d.ts +5 -0
  322. package/dist/types/features/IL-OTJ/_components/hooks/usePendingEditHighlight.d.ts.map +1 -0
  323. package/dist/types/features/IL-OTJ/_components/hooks/useVariantEditSession.d.ts +66 -0
  324. package/dist/types/features/IL-OTJ/_components/hooks/useVariantEditSession.d.ts.map +1 -0
  325. package/dist/types/features/IL-OTJ/_components/index.d.ts +22 -0
  326. package/dist/types/features/IL-OTJ/_components/index.d.ts.map +1 -0
  327. package/dist/types/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +39 -0
  328. package/dist/types/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map +1 -0
  329. package/dist/types/features/IL-OTJ/_components/molecules/Condition/index.d.ts +2 -0
  330. package/dist/types/features/IL-OTJ/_components/molecules/Condition/index.d.ts.map +1 -0
  331. package/dist/types/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts +19 -0
  332. package/dist/types/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts.map +1 -0
  333. package/dist/types/features/IL-OTJ/_components/molecules/Sections/index.d.ts +2 -0
  334. package/dist/types/features/IL-OTJ/_components/molecules/Sections/index.d.ts.map +1 -0
  335. package/dist/types/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.d.ts +15 -0
  336. package/dist/types/features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.d.ts.map +1 -0
  337. package/dist/types/features/IL-OTJ/_components/molecules/SeperationRow/index.d.ts +2 -0
  338. package/dist/types/features/IL-OTJ/_components/molecules/SeperationRow/index.d.ts.map +1 -0
  339. package/dist/types/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts +3 -0
  340. package/dist/types/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts.map +1 -0
  341. package/dist/types/features/IL-OTJ/_components/organisms/ConditionSection/index.d.ts +2 -0
  342. package/dist/types/features/IL-OTJ/_components/organisms/ConditionSection/index.d.ts.map +1 -0
  343. package/dist/types/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts +30 -0
  344. package/dist/types/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts.map +1 -0
  345. package/dist/types/features/IL-OTJ/_components/organisms/ConfigSection/index.d.ts +2 -0
  346. package/dist/types/features/IL-OTJ/_components/organisms/ConfigSection/index.d.ts.map +1 -0
  347. package/dist/types/features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.d.ts +17 -0
  348. package/dist/types/features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.d.ts.map +1 -0
  349. package/dist/types/features/IL-OTJ/_components/organisms/DropdownSection/index.d.ts +2 -0
  350. package/dist/types/features/IL-OTJ/_components/organisms/DropdownSection/index.d.ts.map +1 -0
  351. package/dist/types/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts +34 -0
  352. package/dist/types/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts.map +1 -0
  353. package/dist/types/features/IL-OTJ/_components/organisms/ScopeSection/index.d.ts +2 -0
  354. package/dist/types/features/IL-OTJ/_components/organisms/ScopeSection/index.d.ts.map +1 -0
  355. package/dist/types/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts +3 -0
  356. package/dist/types/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts.map +1 -0
  357. package/dist/types/features/IL-OTJ/_components/organisms/TextSection/index.d.ts +2 -0
  358. package/dist/types/features/IL-OTJ/_components/organisms/TextSection/index.d.ts.map +1 -0
  359. package/dist/types/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.d.ts +73 -0
  360. package/dist/types/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.d.ts.map +1 -0
  361. package/dist/types/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.d.ts +71 -0
  362. package/dist/types/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.d.ts.map +1 -0
  363. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/AgentComposerRuleComparison.d.ts +55 -0
  364. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/AgentComposerRuleComparison.d.ts.map +1 -0
  365. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts +22 -0
  366. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts.map +1 -0
  367. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/RuleComparisonNew.d.ts +57 -0
  368. package/dist/types/features/IL-OTJ/_components/templates/RuleComparison/RuleComparisonNew.d.ts.map +1 -0
  369. package/dist/types/features/IL-OTJ/_components/templates/SchemaDriven/SchemaDrivenCreateRule.d.ts +12 -0
  370. package/dist/types/features/IL-OTJ/_components/templates/SchemaDriven/SchemaDrivenCreateRule.d.ts.map +1 -0
  371. package/dist/types/features/IL-OTJ/_components/templates/TemplatesMap/index.d.ts +2 -0
  372. package/dist/types/features/IL-OTJ/_components/templates/TemplatesMap/index.d.ts.map +1 -0
  373. package/dist/types/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.d.ts +12 -0
  374. package/dist/types/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.d.ts.map +1 -0
  375. package/dist/types/features/IL-OTJ/_components/templates/Testing/Testing.d.ts +3 -0
  376. package/dist/types/features/IL-OTJ/_components/templates/Testing/Testing.d.ts.map +1 -0
  377. package/dist/types/features/IL-OTJ/_components/templates/Testing/index.d.ts +2 -0
  378. package/dist/types/features/IL-OTJ/_components/templates/Testing/index.d.ts.map +1 -0
  379. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts +10 -0
  380. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map +1 -0
  381. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.d.ts +3 -0
  382. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.d.ts.map +1 -0
  383. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/index.d.ts +2 -0
  384. package/dist/types/features/IL-OTJ/_components/templates/TrafficManager/index.d.ts.map +1 -0
  385. package/dist/types/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.d.ts +3 -0
  386. package/dist/types/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.d.ts.map +1 -0
  387. package/dist/types/features/IL-OTJ/helpers/index.d.ts +2 -0
  388. package/dist/types/features/IL-OTJ/helpers/index.d.ts.map +1 -0
  389. package/dist/types/features/IL-OTJ/helpers/message-rendering-utils.d.ts +26 -0
  390. package/dist/types/features/IL-OTJ/helpers/message-rendering-utils.d.ts.map +1 -0
  391. package/dist/types/features/IL-OTJ/helpers/utils.d.ts +23 -0
  392. package/dist/types/features/IL-OTJ/helpers/utils.d.ts.map +1 -0
  393. package/dist/types/features/IL-OTJ/store/CitationsContext.d.ts +23 -0
  394. package/dist/types/features/IL-OTJ/store/CitationsContext.d.ts.map +1 -0
  395. package/dist/types/features/IL-OTJ/store/index.d.ts +2 -0
  396. package/dist/types/features/IL-OTJ/store/index.d.ts.map +1 -0
  397. package/dist/types/features/IL-marketplace/components/GuidelineCardMenu.d.ts +34 -0
  398. package/dist/types/features/IL-marketplace/components/GuidelineCardMenu.d.ts.map +1 -0
  399. package/dist/types/features/IL-marketplace/components/GuidelineCart.d.ts +4 -0
  400. package/dist/types/features/IL-marketplace/components/GuidelineCart.d.ts.map +1 -0
  401. package/dist/types/features/IL-marketplace/components/GuidelineCartHeader.d.ts +14 -0
  402. package/dist/types/features/IL-marketplace/components/GuidelineCartHeader.d.ts.map +1 -0
  403. package/dist/types/features/IL-marketplace/components/GuidelineCartItem.d.ts +16 -0
  404. package/dist/types/features/IL-marketplace/components/GuidelineCartItem.d.ts.map +1 -0
  405. package/dist/types/features/IL-marketplace/components/GuidelineConfirmDialog.d.ts +18 -0
  406. package/dist/types/features/IL-marketplace/components/GuidelineConfirmDialog.d.ts.map +1 -0
  407. package/dist/types/features/IL-marketplace/components/GuidelineEmptyState.d.ts +11 -0
  408. package/dist/types/features/IL-marketplace/components/GuidelineEmptyState.d.ts.map +1 -0
  409. package/dist/types/features/IL-marketplace/components/GuidelineFilterPanel.d.ts +9 -0
  410. package/dist/types/features/IL-marketplace/components/GuidelineFilterPanel.d.ts.map +1 -0
  411. package/dist/types/features/IL-marketplace/components/GuidelineHeader.d.ts +4 -0
  412. package/dist/types/features/IL-marketplace/components/GuidelineHeader.d.ts.map +1 -0
  413. package/dist/types/features/IL-marketplace/components/GuidelineIconButton.d.ts +15 -0
  414. package/dist/types/features/IL-marketplace/components/GuidelineIconButton.d.ts.map +1 -0
  415. package/dist/types/features/IL-marketplace/components/GuidelineLandingPage.d.ts +4 -0
  416. package/dist/types/features/IL-marketplace/components/GuidelineLandingPage.d.ts.map +1 -0
  417. package/dist/types/features/IL-marketplace/components/GuidelineLibrary.d.ts +68 -0
  418. package/dist/types/features/IL-marketplace/components/GuidelineLibrary.d.ts.map +1 -0
  419. package/dist/types/features/IL-marketplace/components/GuidelineLibraryCard.d.ts +94 -0
  420. package/dist/types/features/IL-marketplace/components/GuidelineLibraryCard.d.ts.map +1 -0
  421. package/dist/types/features/IL-marketplace/components/GuidelineLibraryContent.d.ts +96 -0
  422. package/dist/types/features/IL-marketplace/components/GuidelineLibraryContent.d.ts.map +1 -0
  423. package/dist/types/features/IL-marketplace/components/GuidelineLibraryTab.d.ts +27 -0
  424. package/dist/types/features/IL-marketplace/components/GuidelineLibraryTab.d.ts.map +1 -0
  425. package/dist/types/features/IL-marketplace/components/GuidelineProceedButton.d.ts +4 -0
  426. package/dist/types/features/IL-marketplace/components/GuidelineProceedButton.d.ts.map +1 -0
  427. package/dist/types/features/IL-marketplace/components/GuidelineSelectButton.d.ts +11 -0
  428. package/dist/types/features/IL-marketplace/components/GuidelineSelectButton.d.ts.map +1 -0
  429. package/dist/types/features/IL-marketplace/components/GuidelineStatusChip.d.ts +10 -0
  430. package/dist/types/features/IL-marketplace/components/GuidelineStatusChip.d.ts.map +1 -0
  431. package/dist/types/features/IL-marketplace/components/GuidelineTooltip.d.ts +10 -0
  432. package/dist/types/features/IL-marketplace/components/GuidelineTooltip.d.ts.map +1 -0
  433. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionBody.d.ts +3 -0
  434. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionBody.d.ts.map +1 -0
  435. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionFooter.d.ts +8 -0
  436. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionFooter.d.ts.map +1 -0
  437. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationBody.d.ts +3 -0
  438. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationBody.d.ts.map +1 -0
  439. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationFooter.d.ts +8 -0
  440. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationFooter.d.ts.map +1 -0
  441. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishDetailsCards.d.ts +24 -0
  442. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishDetailsCards.d.ts.map +1 -0
  443. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.d.ts +8 -0
  444. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.d.ts.map +1 -0
  445. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.d.ts +4 -0
  446. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.d.ts.map +1 -0
  447. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.d.ts +4 -0
  448. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.d.ts.map +1 -0
  449. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.d.ts +5 -0
  450. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.d.ts.map +1 -0
  451. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.constants.d.ts +3 -0
  452. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.constants.d.ts.map +1 -0
  453. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.types.d.ts +94 -0
  454. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.types.d.ts.map +1 -0
  455. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.d.ts +44 -0
  456. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.d.ts.map +1 -0
  457. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.d.ts +4 -0
  458. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.d.ts.map +1 -0
  459. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryFooter.d.ts +14 -0
  460. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryFooter.d.ts.map +1 -0
  461. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.d.ts +4 -0
  462. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.d.ts.map +1 -0
  463. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsFooter.d.ts +8 -0
  464. package/dist/types/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsFooter.d.ts.map +1 -0
  465. package/dist/types/features/IL-marketplace/components/LearningManagementWrapper.d.ts +31 -0
  466. package/dist/types/features/IL-marketplace/components/LearningManagementWrapper.d.ts.map +1 -0
  467. package/dist/types/features/IL-marketplace/components/VersionSelectDropdown.d.ts +13 -0
  468. package/dist/types/features/IL-marketplace/components/VersionSelectDropdown.d.ts.map +1 -0
  469. package/dist/types/features/IL-marketplace/constants.d.ts +183 -0
  470. package/dist/types/features/IL-marketplace/constants.d.ts.map +1 -0
  471. package/dist/types/features/IL-marketplace/hooks/useControllableState.d.ts +8 -0
  472. package/dist/types/features/IL-marketplace/hooks/useControllableState.d.ts.map +1 -0
  473. package/dist/types/features/IL-marketplace/hooks/useDeleteGuidelineMutation.d.ts +10 -0
  474. package/dist/types/features/IL-marketplace/hooks/useDeleteGuidelineMutation.d.ts.map +1 -0
  475. package/dist/types/features/IL-marketplace/hooks/useGuidelineSelection.d.ts +17 -0
  476. package/dist/types/features/IL-marketplace/hooks/useGuidelineSelection.d.ts.map +1 -0
  477. package/dist/types/features/IL-marketplace/hooks/useGuidelineWorkspaceLegacyBridge.d.ts +6 -0
  478. package/dist/types/features/IL-marketplace/hooks/useGuidelineWorkspaceLegacyBridge.d.ts.map +1 -0
  479. package/dist/types/features/IL-marketplace/hooks/useMarketplaceApprovalStatus.d.ts +4 -0
  480. package/dist/types/features/IL-marketplace/hooks/useMarketplaceApprovalStatus.d.ts.map +1 -0
  481. package/dist/types/features/IL-marketplace/hooks/useMarketplacePublishILKBData.d.ts +29 -0
  482. package/dist/types/features/IL-marketplace/hooks/useMarketplacePublishILKBData.d.ts.map +1 -0
  483. package/dist/types/features/IL-marketplace/hooks/usePublishingFlowConfig.d.ts +17 -0
  484. package/dist/types/features/IL-marketplace/hooks/usePublishingFlowConfig.d.ts.map +1 -0
  485. package/dist/types/features/IL-marketplace/icons/GuidelineSpinner.d.ts +7 -0
  486. package/dist/types/features/IL-marketplace/icons/GuidelineSpinner.d.ts.map +1 -0
  487. package/dist/types/features/IL-marketplace/index.d.ts +42 -0
  488. package/dist/types/features/IL-marketplace/index.d.ts.map +1 -0
  489. package/dist/types/features/IL-marketplace/marketplaceTheme.d.ts +99 -0
  490. package/dist/types/features/IL-marketplace/marketplaceTheme.d.ts.map +1 -0
  491. package/dist/types/features/IL-marketplace/queryClient.d.ts +3 -0
  492. package/dist/types/features/IL-marketplace/queryClient.d.ts.map +1 -0
  493. package/dist/types/features/IL-marketplace/services/IL-marketplace.api.d.ts +156 -0
  494. package/dist/types/features/IL-marketplace/services/IL-marketplace.api.d.ts.map +1 -0
  495. package/dist/types/features/IL-marketplace/services/guideline.api.d.ts +2 -0
  496. package/dist/types/features/IL-marketplace/services/guideline.api.d.ts.map +1 -0
  497. package/dist/types/features/IL-marketplace/services/guideline.cart.api.d.ts +28 -0
  498. package/dist/types/features/IL-marketplace/services/guideline.cart.api.d.ts.map +1 -0
  499. package/dist/types/features/IL-marketplace/services/guideline.chat.d.ts +2 -0
  500. package/dist/types/features/IL-marketplace/services/guideline.chat.d.ts.map +1 -0
  501. package/dist/types/features/IL-marketplace/services/guideline.content.d.ts +2 -0
  502. package/dist/types/features/IL-marketplace/services/guideline.content.d.ts.map +1 -0
  503. package/dist/types/features/IL-marketplace/services/guideline.core.api.d.ts +51 -0
  504. package/dist/types/features/IL-marketplace/services/guideline.core.api.d.ts.map +1 -0
  505. package/dist/types/features/IL-marketplace/services/guideline.runtime.config.d.ts +47 -0
  506. package/dist/types/features/IL-marketplace/services/guideline.runtime.config.d.ts.map +1 -0
  507. package/dist/types/features/IL-marketplace/services/guideline.session.d.ts +10 -0
  508. package/dist/types/features/IL-marketplace/services/guideline.session.d.ts.map +1 -0
  509. package/dist/types/features/IL-marketplace/services/instant-learning.api.d.ts +112 -0
  510. package/dist/types/features/IL-marketplace/services/instant-learning.api.d.ts.map +1 -0
  511. package/dist/types/features/IL-marketplace/services/instant-learning.wishlist.d.ts +8 -0
  512. package/dist/types/features/IL-marketplace/services/instant-learning.wishlist.d.ts.map +1 -0
  513. package/dist/types/features/IL-marketplace/store/usePublishTemplateStore.d.ts +14 -0
  514. package/dist/types/features/IL-marketplace/store/usePublishTemplateStore.d.ts.map +1 -0
  515. package/dist/types/features/IL-marketplace/store/usePublishingFlowConfigStore.d.ts +132 -0
  516. package/dist/types/features/IL-marketplace/store/usePublishingFlowConfigStore.d.ts.map +1 -0
  517. package/dist/types/features/IL-marketplace/types/add-context.types.d.ts +40 -0
  518. package/dist/types/features/IL-marketplace/types/add-context.types.d.ts.map +1 -0
  519. package/dist/types/features/IL-marketplace/types/api.types.d.ts +116 -0
  520. package/dist/types/features/IL-marketplace/types/api.types.d.ts.map +1 -0
  521. package/dist/types/features/IL-marketplace/types/file-item.d.ts +60 -0
  522. package/dist/types/features/IL-marketplace/types/file-item.d.ts.map +1 -0
  523. package/dist/types/features/IL-marketplace/types/guideline.api.types.d.ts +11 -0
  524. package/dist/types/features/IL-marketplace/types/guideline.api.types.d.ts.map +1 -0
  525. package/dist/types/features/IL-marketplace/types/guideline.types.d.ts +42 -0
  526. package/dist/types/features/IL-marketplace/types/guideline.types.d.ts.map +1 -0
  527. package/dist/types/features/IL-marketplace/types.d.ts +443 -0
  528. package/dist/types/features/IL-marketplace/types.d.ts.map +1 -0
  529. package/dist/types/features/IL-marketplace/utils/addContextHelpers.d.ts +7 -0
  530. package/dist/types/features/IL-marketplace/utils/addContextHelpers.d.ts.map +1 -0
  531. package/dist/types/features/IL-marketplace/utils/cn.d.ts +3 -0
  532. package/dist/types/features/IL-marketplace/utils/cn.d.ts.map +1 -0
  533. package/dist/types/features/IL-marketplace/utils/guidelineFiles.d.ts +17 -0
  534. package/dist/types/features/IL-marketplace/utils/guidelineFiles.d.ts.map +1 -0
  535. package/dist/types/features/IL-marketplace/utils/guidelineOverlay.d.ts +3 -0
  536. package/dist/types/features/IL-marketplace/utils/guidelineOverlay.d.ts.map +1 -0
  537. package/dist/types/features/IL-marketplace/utils/guidelineSort.d.ts +3 -0
  538. package/dist/types/features/IL-marketplace/utils/guidelineSort.d.ts.map +1 -0
  539. package/dist/types/features/IL-marketplace/utils/microfrontend.d.ts +23 -0
  540. package/dist/types/features/IL-marketplace/utils/microfrontend.d.ts.map +1 -0
  541. package/dist/types/features/IL-marketplace/utils/publishingFlow.d.ts +35 -0
  542. package/dist/types/features/IL-marketplace/utils/publishingFlow.d.ts.map +1 -0
  543. package/dist/types/features/IL-marketplace/utils/session.d.ts +4 -0
  544. package/dist/types/features/IL-marketplace/utils/session.d.ts.map +1 -0
  545. package/dist/types/features/IL-marketplace/utils/url.d.ts +2 -0
  546. package/dist/types/features/IL-marketplace/utils/url.d.ts.map +1 -0
  547. package/dist/types/features/IL-marketplace/utils.d.ts +75 -0
  548. package/dist/types/features/IL-marketplace/utils.d.ts.map +1 -0
  549. package/dist/types/features/IL-marketplace/workspace/useGuidelineWorkspace.d.ts +44 -0
  550. package/dist/types/features/IL-marketplace/workspace/useGuidelineWorkspace.d.ts.map +1 -0
  551. package/dist/types/features/IL-marketplace/workspace/workspace.context.d.ts +9 -0
  552. package/dist/types/features/IL-marketplace/workspace/workspace.context.d.ts.map +1 -0
  553. package/dist/types/features/IL-marketplace/workspace/workspace.runtime.d.ts +12 -0
  554. package/dist/types/features/IL-marketplace/workspace/workspace.runtime.d.ts.map +1 -0
  555. package/dist/types/features/IL-marketplace/workspace/workspace.selectors.d.ts +5 -0
  556. package/dist/types/features/IL-marketplace/workspace/workspace.selectors.d.ts.map +1 -0
  557. package/dist/types/features/IL-marketplace/workspace/workspace.types.d.ts +89 -0
  558. package/dist/types/features/IL-marketplace/workspace/workspace.types.d.ts.map +1 -0
  559. package/dist/types/features/InstantLearning/InstantLearning.d.ts +118 -0
  560. package/dist/types/features/InstantLearning/InstantLearning.d.ts.map +1 -0
  561. package/dist/types/features/InstantLearning/_components/AudioWaveform.d.ts +13 -0
  562. package/dist/types/features/InstantLearning/_components/AudioWaveform.d.ts.map +1 -0
  563. package/dist/types/features/InstantLearning/_components/ChatComponent.d.ts +58 -0
  564. package/dist/types/features/InstantLearning/_components/ChatComponent.d.ts.map +1 -0
  565. package/dist/types/features/InstantLearning/_components/ConflictingLearningWarnCard.d.ts +13 -0
  566. package/dist/types/features/InstantLearning/_components/ConflictingLearningWarnCard.d.ts.map +1 -0
  567. package/dist/types/features/InstantLearning/_components/ConflictingLearningWarnCardDB.d.ts +41 -0
  568. package/dist/types/features/InstantLearning/_components/ConflictingLearningWarnCardDB.d.ts.map +1 -0
  569. package/dist/types/features/InstantLearning/_components/ContextualChatComponent.d.ts +64 -0
  570. package/dist/types/features/InstantLearning/_components/ContextualChatComponent.d.ts.map +1 -0
  571. package/dist/types/features/InstantLearning/_components/ContextualConflictDBCard.d.ts +32 -0
  572. package/dist/types/features/InstantLearning/_components/ContextualConflictDBCard.d.ts.map +1 -0
  573. package/dist/types/features/InstantLearning/_components/ContextualLearningForm.d.ts +45 -0
  574. package/dist/types/features/InstantLearning/_components/ContextualLearningForm.d.ts.map +1 -0
  575. package/dist/types/features/InstantLearning/_components/DebuggerPanel.d.ts +16 -0
  576. package/dist/types/features/InstantLearning/_components/DebuggerPanel.d.ts.map +1 -0
  577. package/dist/types/features/InstantLearning/_components/GeneralizationAccordion.d.ts +28 -0
  578. package/dist/types/features/InstantLearning/_components/GeneralizationAccordion.d.ts.map +1 -0
  579. package/dist/types/features/InstantLearning/_components/LearningDetailsForm.d.ts +74 -0
  580. package/dist/types/features/InstantLearning/_components/LearningDetailsForm.d.ts.map +1 -0
  581. package/dist/types/features/InstantLearning/_components/MessageRendering.d.ts +10 -0
  582. package/dist/types/features/InstantLearning/_components/MessageRendering.d.ts.map +1 -0
  583. package/dist/types/features/InstantLearning/_components/MinimizedThinkingSteps.d.ts +4 -0
  584. package/dist/types/features/InstantLearning/_components/MinimizedThinkingSteps.d.ts.map +1 -0
  585. package/dist/types/features/InstantLearning/_components/SimilarLearningCard.d.ts +20 -0
  586. package/dist/types/features/InstantLearning/_components/SimilarLearningCard.d.ts.map +1 -0
  587. package/dist/types/features/InstantLearning/_components/TemplateRetrievalForm.d.ts +50 -0
  588. package/dist/types/features/InstantLearning/_components/TemplateRetrievalForm.d.ts.map +1 -0
  589. package/dist/types/features/InstantLearning/_components/TooltipComponent.d.ts +8 -0
  590. package/dist/types/features/InstantLearning/_components/TooltipComponent.d.ts.map +1 -0
  591. package/dist/types/features/InstantLearning/_components/_svg/ArrowDown.d.ts +4 -0
  592. package/dist/types/features/InstantLearning/_components/_svg/ArrowDown.d.ts.map +1 -0
  593. package/dist/types/features/InstantLearning/_components/_svg/ArrowIconBlue.d.ts +4 -0
  594. package/dist/types/features/InstantLearning/_components/_svg/ArrowIconBlue.d.ts.map +1 -0
  595. package/dist/types/features/InstantLearning/_components/_svg/CompleteIconGreen.d.ts +4 -0
  596. package/dist/types/features/InstantLearning/_components/_svg/CompleteIconGreen.d.ts.map +1 -0
  597. package/dist/types/features/InstantLearning/_components/_svg/NewChatIcon.d.ts +4 -0
  598. package/dist/types/features/InstantLearning/_components/_svg/NewChatIcon.d.ts.map +1 -0
  599. package/dist/types/features/LearningManagement/AuditLog/AuditLog.d.ts +11 -0
  600. package/dist/types/features/LearningManagement/AuditLog/AuditLog.d.ts.map +1 -0
  601. package/dist/types/features/LearningManagement/AuditLog/ChangeLogDiff.d.ts +15 -0
  602. package/dist/types/features/LearningManagement/AuditLog/ChangeLogDiff.d.ts.map +1 -0
  603. package/dist/types/features/LearningManagement/LearningManagement.d.ts +67 -0
  604. package/dist/types/features/LearningManagement/LearningManagement.d.ts.map +1 -0
  605. package/dist/types/features/LearningManagement/LearningManagementTest.d.ts +4 -0
  606. package/dist/types/features/LearningManagement/LearningManagementTest.d.ts.map +1 -0
  607. package/dist/types/features/LearningManagement/LearningTemplateLayout.d.ts +41 -0
  608. package/dist/types/features/LearningManagement/LearningTemplateLayout.d.ts.map +1 -0
  609. package/dist/types/features/LearningManagement/RBAC/AccessManagementPanel.d.ts +8 -0
  610. package/dist/types/features/LearningManagement/RBAC/AccessManagementPanel.d.ts.map +1 -0
  611. package/dist/types/features/LearningManagement/RBAC/AccessPanel.d.ts +12 -0
  612. package/dist/types/features/LearningManagement/RBAC/AccessPanel.d.ts.map +1 -0
  613. package/dist/types/features/LearningManagement/RBAC/index.d.ts +4 -0
  614. package/dist/types/features/LearningManagement/RBAC/index.d.ts.map +1 -0
  615. package/dist/types/features/LearningManagement/RuleContent/AddScopeApprovalSearchComponent.d.ts +12 -0
  616. package/dist/types/features/LearningManagement/RuleContent/AddScopeApprovalSearchComponent.d.ts.map +1 -0
  617. package/dist/types/features/LearningManagement/RuleContent/AddScopeModal.d.ts +19 -0
  618. package/dist/types/features/LearningManagement/RuleContent/AddScopeModal.d.ts.map +1 -0
  619. package/dist/types/features/LearningManagement/RuleContent/ApprovalActionButton.d.ts +8 -0
  620. package/dist/types/features/LearningManagement/RuleContent/ApprovalActionButton.d.ts.map +1 -0
  621. package/dist/types/features/LearningManagement/RuleContent/ApprovalLearningDialog.d.ts +18 -0
  622. package/dist/types/features/LearningManagement/RuleContent/ApprovalLearningDialog.d.ts.map +1 -0
  623. package/dist/types/features/LearningManagement/RuleContent/ContentLogic.d.ts +44 -0
  624. package/dist/types/features/LearningManagement/RuleContent/ContentLogic.d.ts.map +1 -0
  625. package/dist/types/features/LearningManagement/RuleContent/HistorySkeleton.d.ts +10 -0
  626. package/dist/types/features/LearningManagement/RuleContent/HistorySkeleton.d.ts.map +1 -0
  627. package/dist/types/features/LearningManagement/RuleContent/InheritanceBreadcrumb.d.ts +22 -0
  628. package/dist/types/features/LearningManagement/RuleContent/InheritanceBreadcrumb.d.ts.map +1 -0
  629. package/dist/types/features/LearningManagement/RuleContent/InstructionPromptBlock.d.ts +27 -0
  630. package/dist/types/features/LearningManagement/RuleContent/InstructionPromptBlock.d.ts.map +1 -0
  631. package/dist/types/features/LearningManagement/RuleContent/OverrideTimeline.d.ts +23 -0
  632. package/dist/types/features/LearningManagement/RuleContent/OverrideTimeline.d.ts.map +1 -0
  633. package/dist/types/features/LearningManagement/RuleContent/PendingApprovalChip.d.ts +7 -0
  634. package/dist/types/features/LearningManagement/RuleContent/PendingApprovalChip.d.ts.map +1 -0
  635. package/dist/types/features/LearningManagement/RuleContent/RenameScopeModal.d.ts +10 -0
  636. package/dist/types/features/LearningManagement/RuleContent/RenameScopeModal.d.ts.map +1 -0
  637. package/dist/types/features/LearningManagement/RuleContent/RuleAccordion.d.ts +131 -0
  638. package/dist/types/features/LearningManagement/RuleContent/RuleAccordion.d.ts.map +1 -0
  639. package/dist/types/features/LearningManagement/RuleContent/RuleAccordionHeader.d.ts +47 -0
  640. package/dist/types/features/LearningManagement/RuleContent/RuleAccordionHeader.d.ts.map +1 -0
  641. package/dist/types/features/LearningManagement/RuleContent/RuleAccordionShell.d.ts +69 -0
  642. package/dist/types/features/LearningManagement/RuleContent/RuleAccordionShell.d.ts.map +1 -0
  643. package/dist/types/features/LearningManagement/RuleContent/RuleConditionBlock.d.ts +39 -0
  644. package/dist/types/features/LearningManagement/RuleContent/RuleConditionBlock.d.ts.map +1 -0
  645. package/dist/types/features/LearningManagement/RuleContent/RuleContent.d.ts +49 -0
  646. package/dist/types/features/LearningManagement/RuleContent/RuleContent.d.ts.map +1 -0
  647. package/dist/types/features/LearningManagement/RuleContent/RuleHeader.d.ts +41 -0
  648. package/dist/types/features/LearningManagement/RuleContent/RuleHeader.d.ts.map +1 -0
  649. package/dist/types/features/LearningManagement/RuleContent/RuleTierList.d.ts +51 -0
  650. package/dist/types/features/LearningManagement/RuleContent/RuleTierList.d.ts.map +1 -0
  651. package/dist/types/features/LearningManagement/RuleContent/TierCard.d.ts +60 -0
  652. package/dist/types/features/LearningManagement/RuleContent/TierCard.d.ts.map +1 -0
  653. package/dist/types/features/LearningManagement/RuleContent/VariantCard.d.ts +109 -0
  654. package/dist/types/features/LearningManagement/RuleContent/VariantCard.d.ts.map +1 -0
  655. package/dist/types/features/LearningManagement/RuleContent/VariantList.d.ts +106 -0
  656. package/dist/types/features/LearningManagement/RuleContent/VariantList.d.ts.map +1 -0
  657. package/dist/types/features/LearningManagement/ScopeSelector.d.ts +45 -0
  658. package/dist/types/features/LearningManagement/ScopeSelector.d.ts.map +1 -0
  659. package/dist/types/features/LearningManagement/Sidebar.d.ts +37 -0
  660. package/dist/types/features/LearningManagement/Sidebar.d.ts.map +1 -0
  661. package/dist/types/features/LearningManagement/SidebarWrapper.d.ts +34 -0
  662. package/dist/types/features/LearningManagement/SidebarWrapper.d.ts.map +1 -0
  663. package/dist/types/features/LearningManagement/StationsContent/StationsContent.d.ts +17 -0
  664. package/dist/types/features/LearningManagement/StationsContent/StationsContent.d.ts.map +1 -0
  665. package/dist/types/features/LearningManagement/apis/apiConfig.d.ts +54 -0
  666. package/dist/types/features/LearningManagement/apis/apiConfig.d.ts.map +1 -0
  667. package/dist/types/features/LearningManagement/apis/scopeApis.d.ts +388 -0
  668. package/dist/types/features/LearningManagement/apis/scopeApis.d.ts.map +1 -0
  669. package/dist/types/features/LearningManagement/components/CardSkeleton.d.ts +8 -0
  670. package/dist/types/features/LearningManagement/components/CardSkeleton.d.ts.map +1 -0
  671. package/dist/types/features/LearningManagement/components/ConfirmationModal.d.ts +22 -0
  672. package/dist/types/features/LearningManagement/components/ConfirmationModal.d.ts.map +1 -0
  673. package/dist/types/features/LearningManagement/components/CreateLearningSetModal.d.ts +20 -0
  674. package/dist/types/features/LearningManagement/components/CreateLearningSetModal.d.ts.map +1 -0
  675. package/dist/types/features/LearningManagement/components/CreateRuleSetLegacyModal.d.ts +12 -0
  676. package/dist/types/features/LearningManagement/components/CreateRuleSetLegacyModal.d.ts.map +1 -0
  677. package/dist/types/features/LearningManagement/components/CustomTooltip.d.ts +16 -0
  678. package/dist/types/features/LearningManagement/components/CustomTooltip.d.ts.map +1 -0
  679. package/dist/types/features/LearningManagement/components/EmptyLearningState.d.ts +42 -0
  680. package/dist/types/features/LearningManagement/components/EmptyLearningState.d.ts.map +1 -0
  681. package/dist/types/features/LearningManagement/components/ErrorStateDisplay.d.ts +25 -0
  682. package/dist/types/features/LearningManagement/components/ErrorStateDisplay.d.ts.map +1 -0
  683. package/dist/types/features/LearningManagement/components/InstantLearningModal.d.ts +41 -0
  684. package/dist/types/features/LearningManagement/components/InstantLearningModal.d.ts.map +1 -0
  685. package/dist/types/features/LearningManagement/components/InstantLearningModalDynamic.d.ts +62 -0
  686. package/dist/types/features/LearningManagement/components/InstantLearningModalDynamic.d.ts.map +1 -0
  687. package/dist/types/features/LearningManagement/components/LearningTemplateManagementSkeleton.d.ts +8 -0
  688. package/dist/types/features/LearningManagement/components/LearningTemplateManagementSkeleton.d.ts.map +1 -0
  689. package/dist/types/features/LearningManagement/components/PromptTextEditor.d.ts +44 -0
  690. package/dist/types/features/LearningManagement/components/PromptTextEditor.d.ts.map +1 -0
  691. package/dist/types/features/LearningManagement/components/RuleContentSkeleton.d.ts +8 -0
  692. package/dist/types/features/LearningManagement/components/RuleContentSkeleton.d.ts.map +1 -0
  693. package/dist/types/features/LearningManagement/components/ScopeSkeletonLoader.d.ts +36 -0
  694. package/dist/types/features/LearningManagement/components/ScopeSkeletonLoader.d.ts.map +1 -0
  695. package/dist/types/features/LearningManagement/components/ScopeTree/HighlightedText.d.ts +8 -0
  696. package/dist/types/features/LearningManagement/components/ScopeTree/HighlightedText.d.ts.map +1 -0
  697. package/dist/types/features/LearningManagement/components/ScopeTree/TreeAddAction.d.ts +10 -0
  698. package/dist/types/features/LearningManagement/components/ScopeTree/TreeAddAction.d.ts.map +1 -0
  699. package/dist/types/features/LearningManagement/components/ScopeTree/TreeMenu.d.ts +17 -0
  700. package/dist/types/features/LearningManagement/components/ScopeTree/TreeMenu.d.ts.map +1 -0
  701. package/dist/types/features/LearningManagement/components/ScopeTree/TreeNode.d.ts +38 -0
  702. package/dist/types/features/LearningManagement/components/ScopeTree/TreeNode.d.ts.map +1 -0
  703. package/dist/types/features/LearningManagement/components/ScopeTree/TreeNodeHeader.d.ts +22 -0
  704. package/dist/types/features/LearningManagement/components/ScopeTree/TreeNodeHeader.d.ts.map +1 -0
  705. package/dist/types/features/LearningManagement/components/ScopeTree/TreeSectionItem.d.ts +16 -0
  706. package/dist/types/features/LearningManagement/components/ScopeTree/TreeSectionItem.d.ts.map +1 -0
  707. package/dist/types/features/LearningManagement/components/ScopeTree/TreeSidebar.d.ts +23 -0
  708. package/dist/types/features/LearningManagement/components/ScopeTree/TreeSidebar.d.ts.map +1 -0
  709. package/dist/types/features/LearningManagement/components/ScopeTree/TreeTooltip.d.ts +10 -0
  710. package/dist/types/features/LearningManagement/components/ScopeTree/TreeTooltip.d.ts.map +1 -0
  711. package/dist/types/features/LearningManagement/components/SidebarSearch.d.ts +25 -0
  712. package/dist/types/features/LearningManagement/components/SidebarSearch.d.ts.map +1 -0
  713. package/dist/types/features/LearningManagement/components/Skeleton.d.ts +12 -0
  714. package/dist/types/features/LearningManagement/components/Skeleton.d.ts.map +1 -0
  715. package/dist/types/features/LearningManagement/components/StationOnboarding/DayToggleSelector.d.ts +13 -0
  716. package/dist/types/features/LearningManagement/components/StationOnboarding/DayToggleSelector.d.ts.map +1 -0
  717. package/dist/types/features/LearningManagement/components/StationOnboarding/InputField.d.ts +27 -0
  718. package/dist/types/features/LearningManagement/components/StationOnboarding/InputField.d.ts.map +1 -0
  719. package/dist/types/features/LearningManagement/components/StationOnboarding/OnboardingLoader.d.ts +19 -0
  720. package/dist/types/features/LearningManagement/components/StationOnboarding/OnboardingLoader.d.ts.map +1 -0
  721. package/dist/types/features/LearningManagement/components/StationOnboarding/StationAutocomplete.d.ts +15 -0
  722. package/dist/types/features/LearningManagement/components/StationOnboarding/StationAutocomplete.d.ts.map +1 -0
  723. package/dist/types/features/LearningManagement/components/StationOnboarding/StationOnboardModal.d.ts +16 -0
  724. package/dist/types/features/LearningManagement/components/StationOnboarding/StationOnboardModal.d.ts.map +1 -0
  725. package/dist/types/features/LearningManagement/components/StationOnboarding/TemplateCard.d.ts +22 -0
  726. package/dist/types/features/LearningManagement/components/StationOnboarding/TemplateCard.d.ts.map +1 -0
  727. package/dist/types/features/LearningManagement/components/ToolTip.d.ts +8 -0
  728. package/dist/types/features/LearningManagement/components/ToolTip.d.ts.map +1 -0
  729. package/dist/types/features/LearningManagement/config.d.ts +64 -0
  730. package/dist/types/features/LearningManagement/config.d.ts.map +1 -0
  731. package/dist/types/features/LearningManagement/constants.d.ts +19 -0
  732. package/dist/types/features/LearningManagement/constants.d.ts.map +1 -0
  733. package/dist/types/features/LearningManagement/hooks/useLearningTemplateQueryParams.d.ts +62 -0
  734. package/dist/types/features/LearningManagement/hooks/useLearningTemplateQueryParams.d.ts.map +1 -0
  735. package/dist/types/features/LearningManagement/queries/useApprovalQueries.d.ts +20 -0
  736. package/dist/types/features/LearningManagement/queries/useApprovalQueries.d.ts.map +1 -0
  737. package/dist/types/features/LearningManagement/queries/useLMSConfigQuery.d.ts +9 -0
  738. package/dist/types/features/LearningManagement/queries/useLMSConfigQuery.d.ts.map +1 -0
  739. package/dist/types/features/LearningManagement/shared/ErrorToastContent.d.ts +22 -0
  740. package/dist/types/features/LearningManagement/shared/ErrorToastContent.d.ts.map +1 -0
  741. package/dist/types/features/LearningManagement/shared/SuccessToastContent.d.ts +22 -0
  742. package/dist/types/features/LearningManagement/shared/SuccessToastContent.d.ts.map +1 -0
  743. package/dist/types/features/LearningManagement/shared/index.d.ts +7 -0
  744. package/dist/types/features/LearningManagement/shared/index.d.ts.map +1 -0
  745. package/dist/types/features/LearningManagement/store/types.d.ts +32 -0
  746. package/dist/types/features/LearningManagement/store/types.d.ts.map +1 -0
  747. package/dist/types/features/LearningManagement/store/useAppSecRolesStore.d.ts +11 -0
  748. package/dist/types/features/LearningManagement/store/useAppSecRolesStore.d.ts.map +1 -0
  749. package/dist/types/features/LearningManagement/store/useAuthStore.d.ts +12 -0
  750. package/dist/types/features/LearningManagement/store/useAuthStore.d.ts.map +1 -0
  751. package/dist/types/features/LearningManagement/store/useConfigStore.d.ts +18 -0
  752. package/dist/types/features/LearningManagement/store/useConfigStore.d.ts.map +1 -0
  753. package/dist/types/features/LearningManagement/store/useEnvStore.d.ts +36 -0
  754. package/dist/types/features/LearningManagement/store/useEnvStore.d.ts.map +1 -0
  755. package/dist/types/features/LearningManagement/store/useExternalWorkflowStore.d.ts +38 -0
  756. package/dist/types/features/LearningManagement/store/useExternalWorkflowStore.d.ts.map +1 -0
  757. package/dist/types/features/LearningManagement/store/useLMSConfigStore.d.ts +388 -0
  758. package/dist/types/features/LearningManagement/store/useLMSConfigStore.d.ts.map +1 -0
  759. package/dist/types/features/LearningManagement/store/useLearningTemplateStore.d.ts +84 -0
  760. package/dist/types/features/LearningManagement/store/useLearningTemplateStore.d.ts.map +1 -0
  761. package/dist/types/features/LearningManagement/store/usePermissionsStore.d.ts +35 -0
  762. package/dist/types/features/LearningManagement/store/usePermissionsStore.d.ts.map +1 -0
  763. package/dist/types/features/LearningManagement/types.d.ts +288 -0
  764. package/dist/types/features/LearningManagement/types.d.ts.map +1 -0
  765. package/dist/types/features/LearningManagement/utils/learningMetadataUtils.d.ts +17 -0
  766. package/dist/types/features/LearningManagement/utils/learningMetadataUtils.d.ts.map +1 -0
  767. package/dist/types/features/LearningManagement/utils/treeUtils.d.ts +18 -0
  768. package/dist/types/features/LearningManagement/utils/treeUtils.d.ts.map +1 -0
  769. package/dist/types/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts +4 -0
  770. package/dist/types/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDrive.d.ts.map +1 -0
  771. package/dist/types/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts +10 -0
  772. package/dist/types/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts.map +1 -0
  773. package/dist/types/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts +4 -0
  774. package/dist/types/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystem.d.ts.map +1 -0
  775. package/dist/types/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts +10 -0
  776. package/dist/types/features/UploadData/Components/SelectDataFromLocalSystem/SelectDataFromLocalSystemButton.d.ts.map +1 -0
  777. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts +13 -0
  778. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/Dataset-collection.d.ts.map +1 -0
  779. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts +4 -0
  780. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/DatasetCollectionInfo.d.ts.map +1 -0
  781. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts +4 -0
  782. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts.map +1 -0
  783. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts +10 -0
  784. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map +1 -0
  785. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts +22 -0
  786. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts.map +1 -0
  787. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts +33 -0
  788. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/FilterHandlerUtility.d.ts.map +1 -0
  789. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts +20 -0
  790. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts.map +1 -0
  791. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts +7 -0
  792. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts.map +1 -0
  793. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts +18 -0
  794. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts.map +1 -0
  795. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts +26 -0
  796. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts.map +1 -0
  797. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts +4 -0
  798. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts.map +1 -0
  799. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts +3 -0
  800. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/RELFInterfaces.d.ts.map +1 -0
  801. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts +4 -0
  802. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEF.d.ts.map +1 -0
  803. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts +10 -0
  804. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/SelectDataFromRLEFButton.d.ts.map +1 -0
  805. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts +1108 -0
  806. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/collections.d.ts.map +1 -0
  807. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts +57 -0
  808. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/common.d.ts.map +1 -0
  809. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts +643 -0
  810. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/data.d.ts.map +1 -0
  811. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts +24 -0
  812. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/modelGroup.type.d.ts.map +1 -0
  813. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts +283 -0
  814. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/models.d.ts.map +1 -0
  815. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts +58 -0
  816. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/projects.d.ts.map +1 -0
  817. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts +20 -0
  818. package/dist/types/features/UploadData/Components/SelectDataFromRLEF/interfaces/tags.d.ts.map +1 -0
  819. package/dist/types/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts +4 -0
  820. package/dist/types/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSet.d.ts.map +1 -0
  821. package/dist/types/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts +4 -0
  822. package/dist/types/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts.map +1 -0
  823. package/dist/types/features/UploadData/NotFound.d.ts +4 -0
  824. package/dist/types/features/UploadData/NotFound.d.ts.map +1 -0
  825. package/dist/types/features/UploadData/main.d.ts +10 -0
  826. package/dist/types/features/UploadData/main.d.ts.map +1 -0
  827. package/dist/types/features/WtaWnta/WtaWnta.d.ts +55 -0
  828. package/dist/types/features/WtaWnta/WtaWnta.d.ts.map +1 -0
  829. package/dist/types/features/WtaWnta/_components/AgentDetailsForm.d.ts +43 -0
  830. package/dist/types/features/WtaWnta/_components/AgentDetailsForm.d.ts.map +1 -0
  831. package/dist/types/features/WtaWnta/_components/SimilarConflictingCard.d.ts +18 -0
  832. package/dist/types/features/WtaWnta/_components/SimilarConflictingCard.d.ts.map +1 -0
  833. package/dist/types/features/WtaWnta/_components/ValidationCard.d.ts +30 -0
  834. package/dist/types/features/WtaWnta/_components/ValidationCard.d.ts.map +1 -0
  835. package/dist/types/hooks/useAgentFix.d.ts +15 -0
  836. package/dist/types/hooks/useAgentFix.d.ts.map +1 -0
  837. package/dist/types/hooks/useAgentSuggestions.d.ts +20 -0
  838. package/dist/types/hooks/useAgentSuggestions.d.ts.map +1 -0
  839. package/dist/types/hooks/useAgentValidation.d.ts +17 -0
  840. package/dist/types/hooks/useAgentValidation.d.ts.map +1 -0
  841. package/dist/types/hooks/useDebounce copy.d.ts +2 -0
  842. package/dist/types/hooks/useDebounce copy.d.ts.map +1 -0
  843. package/dist/types/hooks/useDebounce.d.ts +2 -0
  844. package/dist/types/hooks/useDebounce.d.ts.map +1 -0
  845. package/dist/types/hooks/useExistingAgentCheck.d.ts +28 -0
  846. package/dist/types/hooks/useExistingAgentCheck.d.ts.map +1 -0
  847. package/dist/types/hooks/useExistingPromptCheck.d.ts +36 -0
  848. package/dist/types/hooks/useExistingPromptCheck.d.ts.map +1 -0
  849. package/dist/types/hooks/usePromptFix.d.ts +14 -0
  850. package/dist/types/hooks/usePromptFix.d.ts.map +1 -0
  851. package/dist/types/hooks/usePromptSuggestions.d.ts +8 -0
  852. package/dist/types/hooks/usePromptSuggestions.d.ts.map +1 -0
  853. package/dist/types/hooks/usePromptValidation.d.ts +18 -0
  854. package/dist/types/hooks/usePromptValidation.d.ts.map +1 -0
  855. package/dist/types/hooks/useTableHeadCellsCount copy.d.ts +6 -0
  856. package/dist/types/hooks/useTableHeadCellsCount copy.d.ts.map +1 -0
  857. package/dist/types/hooks/useTableHeadCellsCount.d.ts +6 -0
  858. package/dist/types/hooks/useTableHeadCellsCount.d.ts.map +1 -0
  859. package/dist/types/hooks/useURLQuery copy.d.ts +10 -0
  860. package/dist/types/hooks/useURLQuery copy.d.ts.map +1 -0
  861. package/dist/types/hooks/useURLQuery.d.ts +10 -0
  862. package/dist/types/hooks/useURLQuery.d.ts.map +1 -0
  863. package/dist/types/index.d.ts +58 -0
  864. package/dist/types/index.d.ts.map +1 -0
  865. package/dist/types/methodsToExpose.d.ts +13 -0
  866. package/dist/types/methodsToExpose.d.ts.map +1 -0
  867. package/dist/types/plugins/ValueTypes/Category/CategoryTeachMeRenderer.d.ts +29 -0
  868. package/dist/types/plugins/ValueTypes/Category/CategoryTeachMeRenderer.d.ts.map +1 -0
  869. package/dist/types/plugins/ValueTypes/Default/DefaultTeachMeRenderer.d.ts +22 -0
  870. package/dist/types/plugins/ValueTypes/Default/DefaultTeachMeRenderer.d.ts.map +1 -0
  871. package/dist/types/plugins/ValueTypes/Default/DefaultTeachMeRendererOld.d.ts +28 -0
  872. package/dist/types/plugins/ValueTypes/Default/DefaultTeachMeRendererOld.d.ts.map +1 -0
  873. package/dist/types/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.d.ts +29 -0
  874. package/dist/types/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.d.ts.map +1 -0
  875. package/dist/types/plugins/ValueTypes/RadioTrafficLearning/RadioTrafficLearningRenderer.d.ts +5 -0
  876. package/dist/types/plugins/ValueTypes/RadioTrafficLearning/RadioTrafficLearningRenderer.d.ts.map +1 -0
  877. package/dist/types/schema-driven/BPARenderer.d.ts +14 -0
  878. package/dist/types/schema-driven/BPARenderer.d.ts.map +1 -0
  879. package/dist/types/schema-driven/FallbackField.d.ts +13 -0
  880. package/dist/types/schema-driven/FallbackField.d.ts.map +1 -0
  881. package/dist/types/schema-driven/components/ConditionSectionField.d.ts +3 -0
  882. package/dist/types/schema-driven/components/ConditionSectionField.d.ts.map +1 -0
  883. package/dist/types/schema-driven/components/ConfigSectionField.d.ts +3 -0
  884. package/dist/types/schema-driven/components/ConfigSectionField.d.ts.map +1 -0
  885. package/dist/types/schema-driven/components/DropdownSectionField.d.ts +3 -0
  886. package/dist/types/schema-driven/components/DropdownSectionField.d.ts.map +1 -0
  887. package/dist/types/schema-driven/components/GlobalSetupAccordionField.d.ts +3 -0
  888. package/dist/types/schema-driven/components/GlobalSetupAccordionField.d.ts.map +1 -0
  889. package/dist/types/schema-driven/components/GroupEditRow.d.ts +3 -0
  890. package/dist/types/schema-driven/components/GroupEditRow.d.ts.map +1 -0
  891. package/dist/types/schema-driven/components/PromptTextEditorField.d.ts +3 -0
  892. package/dist/types/schema-driven/components/PromptTextEditorField.d.ts.map +1 -0
  893. package/dist/types/schema-driven/components/ScopeSectionField.d.ts +3 -0
  894. package/dist/types/schema-driven/components/ScopeSectionField.d.ts.map +1 -0
  895. package/dist/types/schema-driven/components/TextInputField.d.ts +3 -0
  896. package/dist/types/schema-driven/components/TextInputField.d.ts.map +1 -0
  897. package/dist/types/schema-driven/components/VariantListField.d.ts +3 -0
  898. package/dist/types/schema-driven/components/VariantListField.d.ts.map +1 -0
  899. package/dist/types/schema-driven/demoSchema.d.ts +13 -0
  900. package/dist/types/schema-driven/demoSchema.d.ts.map +1 -0
  901. package/dist/types/schema-driven/hooks/useParentEditEnabled.d.ts +18 -0
  902. package/dist/types/schema-driven/hooks/useParentEditEnabled.d.ts.map +1 -0
  903. package/dist/types/schema-driven/hooks/useSectionEditSession.d.ts +34 -0
  904. package/dist/types/schema-driven/hooks/useSectionEditSession.d.ts.map +1 -0
  905. package/dist/types/schema-driven/primitives/Accordion.d.ts +21 -0
  906. package/dist/types/schema-driven/primitives/Accordion.d.ts.map +1 -0
  907. package/dist/types/schema-driven/store/useDynamicFormStore.d.ts +28 -0
  908. package/dist/types/schema-driven/store/useDynamicFormStore.d.ts.map +1 -0
  909. package/dist/types/schema-driven/types.d.ts +81 -0
  910. package/dist/types/schema-driven/types.d.ts.map +1 -0
  911. package/dist/types/schema-driven/utils/PayloadUtils.d.ts +82 -0
  912. package/dist/types/schema-driven/utils/PayloadUtils.d.ts.map +1 -0
  913. package/dist/types/schema-driven/utils/aiReasoning.d.ts +5 -0
  914. package/dist/types/schema-driven/utils/aiReasoning.d.ts.map +1 -0
  915. package/dist/types/schema-driven/utils/conditionText.d.ts +8 -0
  916. package/dist/types/schema-driven/utils/conditionText.d.ts.map +1 -0
  917. package/dist/types/schema-driven/utils/editLock.d.ts +39 -0
  918. package/dist/types/schema-driven/utils/editLock.d.ts.map +1 -0
  919. package/dist/types/service/API.d.ts +6 -0
  920. package/dist/types/service/API.d.ts.map +1 -0
  921. package/dist/types/service/DataService.d.ts +73 -0
  922. package/dist/types/service/DataService.d.ts.map +1 -0
  923. package/dist/types/service/GoogleFilePickerService.d.ts +61 -0
  924. package/dist/types/service/GoogleFilePickerService.d.ts.map +1 -0
  925. package/dist/types/service/InstantLearningService.d.ts +20 -0
  926. package/dist/types/service/InstantLearningService.d.ts.map +1 -0
  927. package/dist/types/service/JavascriptFileService.d.ts +4 -0
  928. package/dist/types/service/JavascriptFileService.d.ts.map +1 -0
  929. package/dist/types/service/ModelService.d.ts +68 -0
  930. package/dist/types/service/ModelService.d.ts.map +1 -0
  931. package/dist/types/service/ProjectService.d.ts +16 -0
  932. package/dist/types/service/ProjectService.d.ts.map +1 -0
  933. package/dist/types/service/SavedDataSetService.d.ts +22 -0
  934. package/dist/types/service/SavedDataSetService.d.ts.map +1 -0
  935. package/dist/types/service/constants.d.ts +3 -0
  936. package/dist/types/service/constants.d.ts.map +1 -0
  937. package/dist/types/service/envHelperService.d.ts +5 -0
  938. package/dist/types/service/envHelperService.d.ts.map +1 -0
  939. package/dist/types/service/variableHelperService.d.ts +6 -0
  940. package/dist/types/service/variableHelperService.d.ts.map +1 -0
  941. package/dist/types/shims/react-dom-shim.d.ts +17 -0
  942. package/dist/types/shims/react-dom-shim.d.ts.map +1 -0
  943. package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts.map +1 -1
  944. package/dist/types/src/features/IL-OTJ/_components/ChatComponents/NormalChat.d.ts.map +1 -1
  945. package/dist/types/src/features/LSCGuidelinesCart/Cart/Cart.d.ts +10 -0
  946. package/dist/types/src/features/LSCGuidelinesCart/Cart/Cart.d.ts.map +1 -0
  947. package/dist/types/src/features/LSCGuidelinesCart/Cart/Cart.styles.d.ts +6 -0
  948. package/dist/types/src/features/LSCGuidelinesCart/Cart/Cart.styles.d.ts.map +1 -0
  949. package/dist/types/src/features/LSCGuidelinesCart/GuidelineCard.d.ts +11 -0
  950. package/dist/types/src/features/LSCGuidelinesCart/GuidelineCard.d.ts.map +1 -0
  951. package/dist/types/src/features/LSCGuidelinesCart/GuidelineCard.styles.d.ts +6 -0
  952. package/dist/types/src/features/LSCGuidelinesCart/GuidelineCard.styles.d.ts.map +1 -0
  953. package/dist/types/src/features/LSCGuidelinesCart/GuidelinesLandingPage.d.ts +16 -0
  954. package/dist/types/src/features/LSCGuidelinesCart/GuidelinesLandingPage.d.ts.map +1 -0
  955. package/dist/types/src/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.d.ts +6 -0
  956. package/dist/types/src/features/LSCGuidelinesCart/GuidelinesLandingPage.styles.d.ts.map +1 -0
  957. package/dist/types/src/features/LSCGuidelinesCart/LearningManagementWrapper.d.ts +19 -0
  958. package/dist/types/src/features/LSCGuidelinesCart/LearningManagementWrapper.d.ts.map +1 -0
  959. package/dist/types/src/features/LSCGuidelinesCart/api.d.ts +4 -0
  960. package/dist/types/src/features/LSCGuidelinesCart/api.d.ts.map +1 -0
  961. package/dist/types/src/features/LSCGuidelinesCart/endpoints.d.ts +5 -0
  962. package/dist/types/src/features/LSCGuidelinesCart/endpoints.d.ts.map +1 -0
  963. package/dist/types/src/features/LSCGuidelinesCart/interfacesApi.d.ts +25 -0
  964. package/dist/types/src/features/LSCGuidelinesCart/interfacesApi.d.ts.map +1 -0
  965. package/dist/types/src/features/LSCGuidelinesCart/transformSelectedGuidelineData.d.ts +18 -0
  966. package/dist/types/src/features/LSCGuidelinesCart/transformSelectedGuidelineData.d.ts.map +1 -0
  967. package/dist/types/src/features/LearningManagement/RuleContent/RuleContent.d.ts.map +1 -1
  968. package/dist/types/src/features/LearningManagement/components/InstantLearningModal.d.ts.map +1 -1
  969. package/dist/types/src/features/LearningManagement/components/InstantLearningModalDynamic.d.ts.map +1 -1
  970. package/dist/types/src/features/LearningManagement/utils/learningMetadataUtils.d.ts.map +1 -1
  971. package/dist/types/src/routes/ErrorBoundary.d.ts +22 -0
  972. package/dist/types/src/routes/ErrorBoundary.d.ts.map +1 -0
  973. package/dist/types/src/routes/Routes.d.ts +3 -0
  974. package/dist/types/src/routes/Routes.d.ts.map +1 -0
  975. package/dist/types/theme.d.ts +4 -0
  976. package/dist/types/theme.d.ts.map +1 -0
  977. package/dist/types/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts +23 -0
  978. package/dist/types/types/GoogleFilePicker/GoogleFilePickerCallbackFunctionType.d.ts.map +1 -0
  979. package/dist/types/userProvidedConfig.d.ts +8 -0
  980. package/dist/types/userProvidedConfig.d.ts.map +1 -0
  981. package/dist/types/utils/CustomSkeleton.d.ts +3 -0
  982. package/dist/types/utils/CustomSkeleton.d.ts.map +1 -0
  983. package/dist/types/utils/SkeletonLoader.d.ts +8 -0
  984. package/dist/types/utils/SkeletonLoader.d.ts.map +1 -0
  985. package/dist/types/utils/agentGenieAPI.d.ts +21 -0
  986. package/dist/types/utils/agentGenieAPI.d.ts.map +1 -0
  987. package/dist/types/utils/api.d.ts +2 -0
  988. package/dist/types/utils/api.d.ts.map +1 -0
  989. package/dist/types/utils/bookGenieAPI.d.ts +14 -0
  990. package/dist/types/utils/bookGenieAPI.d.ts.map +1 -0
  991. package/dist/types/utils/codeCitations.utils.d.ts +2 -0
  992. package/dist/types/utils/codeCitations.utils.d.ts.map +1 -0
  993. package/dist/types/utils/colors.d.ts +5 -0
  994. package/dist/types/utils/colors.d.ts.map +1 -0
  995. package/dist/types/utils/date.d.ts +8 -0
  996. package/dist/types/utils/date.d.ts.map +1 -0
  997. package/dist/types/utils/helperFunctions.d.ts +2 -0
  998. package/dist/types/utils/helperFunctions.d.ts.map +1 -0
  999. package/dist/types/utils/instantLearning.utils.d.ts +3 -0
  1000. package/dist/types/utils/instantLearning.utils.d.ts.map +1 -0
  1001. package/dist/types/utils/instantLearningAPI.d.ts +21 -0
  1002. package/dist/types/utils/instantLearningAPI.d.ts.map +1 -0
  1003. package/dist/types/utils/payloadParsers.d.ts +16 -0
  1004. package/dist/types/utils/payloadParsers.d.ts.map +1 -0
  1005. package/dist/types/utils/recommendationParser.d.ts +22 -0
  1006. package/dist/types/utils/recommendationParser.d.ts.map +1 -0
  1007. package/dist/types/utils/regexHelperService.d.ts +9 -0
  1008. package/dist/types/utils/regexHelperService.d.ts.map +1 -0
  1009. package/dist/types/utils/urlQueryParamService.d.ts +2 -0
  1010. package/dist/types/utils/urlQueryParamService.d.ts.map +1 -0
  1011. package/dist/types/utils/variableHelperService.d.ts +7 -0
  1012. package/dist/types/utils/variableHelperService.d.ts.map +1 -0
  1013. package/dist/types/utils/variantParser.d.ts +14 -0
  1014. package/dist/types/utils/variantParser.d.ts.map +1 -0
  1015. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ import{__assign as e,__awaiter as n,__generator as t}from"tslib";import{jsx as i,jsxs as r,Fragment as o}from"react/jsx-runtime";import{useState as l,useEffect as d}from"react";import{CircleHelp as a,Plus as s,UserCheck as u,Clock3 as c,ShoppingBag as p,Search as h,Check as f,ChevronDown as m,ChevronUp as g}from"lucide-react";import{fetchGuidelineInstances as b}from"./api.js";import{GuidelineCard as y}from"./GuidelineCard.js";import{Cart as _}from"./Cart/Cart.js";import{LearningManagementWrapper as v}from"./LearningManagementWrapper.js";import k from"./GuidelinesLandingPage.styles.js";import{OutlinedInput as C,InputAdornment as z}from"@mui/material";import{transformSelectedToILData as S}from"./transformSelectedGuidelineData.js";function w(e,n){var t,i,r,o;return n?null!==(o=null===(r=e.mode_mappings.find(function(e){return e.mode_id===n}))||void 0===r?void 0:r.application_integration_id)&&void 0!==o?o:"":null!==(i=null===(t=e.mode_mappings[0])||void 0===t?void 0:t.application_integration_id)&&void 0!==i?i:""}function A(A){var W=A.baseUrl,x=A.baseWebsocketUrl,B=A.token,F=A.userDetails,I=A.modeId,U=A.assistantName,j=A.appsecRbacUrl,G=A.appsecBaseUrl,L=A.onProceedSelected,T=l([]),D=T[0],E=T[1],M=l(6),R=M[0],N=M[1],O=l([]),P=O[0],H=O[1],K=l(!1),q=K[0],J=K[1],Q=l(null),V=Q[0],X=Q[1],Y=l(null),Z=Y[0],$=Y[1],ee=l(""),ne=ee[0],te=ee[1],ie=l(""),re=ie[0],oe=ie[1];d(function(){var e=setTimeout(function(){oe(ne.trim())},750);return function(){return clearTimeout(e)}},[ne]),d(function(){N(6)},[re]),d(function(){J(!0),X(null),b(W,B).then(function(e){E(e.data)}).catch(function(e){return X(e.message)}).finally(function(){return J(!1)})},[W,B]);var le=new Set(P.map(function(e){return e.instant_learning_id}));function de(e){H(function(n){return n.some(function(n){return n.instant_learning_id===e.instant_learning_id})?n.filter(function(n){return n.instant_learning_id!==e.instant_learning_id}):[e]})}var ae=re.length>=2?D.filter(function(e){var n,t,i=re.toLowerCase();return(null===(n=e.instant_learning_title)||void 0===n?void 0:n.toLowerCase().includes(i))||(null===(t=e.instant_learning_description)||void 0===t?void 0:t.toLowerCase().includes(i))}):D,se=ae.slice(0,R),ue=ae.length-R,ce=R>6;return i("div",e({style:k.page},{children:r("main",e({style:k.main},{children:[r("section",e({style:k.headerSection},{children:[r("div",e({style:k.intro},{children:[i("h1",e({style:k.title},{children:"Add Guidelines"})),i("p",e({style:k.description},{children:"Add guidelines that shape how your agent behaves, responds, and interprets."})),r("button",e({type:"button",style:k.debugLink},{children:[i("span",{children:"Know more about debug mode"}),i(a,{size:18,strokeWidth:2})]}))]})),r("button",e({type:"button",style:k.addButton},{children:[i(s,{size:20,strokeWidth:2.4}),i("span",{children:"Add Guideline"})]}))]})),r("section",e({style:k.bodySection},{children:[r("section",e({style:k.librarySection},{children:[r("div",e({style:k.libraryTabs},{children:[r("button",e({type:"button",style:e(e({},k.tab),k.tabActive)},{children:[i(u,{size:18,strokeWidth:2}),i("span",{children:"Saved"})]})),r("button",e({type:"button",style:k.tab},{children:[i(c,{size:18,strokeWidth:2}),i("span",{children:"Recently used"})]})),r("button",e({type:"button",style:k.tab},{children:[i(p,{size:18,strokeWidth:2}),i("span",{children:"Marketplace"})]}))]})),!Z&&i("div",e({style:{position:"sticky",top:0,zIndex:10,backgroundColor:"#FFFFFF",paddingTop:12,backdropFilter:"blur(8px)"}},{children:i(C,{placeholder:"Search Guideline",value:ne,onChange:function(e){return te(e.target.value)},size:"small",startAdornment:i(z,e({position:"start"},{children:i(h,{size:16,color:"#9CA3AF"})})),sx:{width:"280px",borderRadius:"8px",fontSize:"14px","& .MuiOutlinedInput-notchedOutline":{borderColor:"#E5E7EB"},"&:hover .MuiOutlinedInput-notchedOutline":{borderColor:"#D1D5DB"},bgcolor:"#fff"}})})),Z?i(v,{userDetails:F,baseUrl:W,baseWebsocketUrl:x,assistantName:U,appsecRbacUrl:j,appsecBaseUrl:G,appIntegrationId:w(Z,I),modeId:I,guidelineTitle:Z.instant_learning_title,onBack:function(){return $(null)},headerActions:le.has(Z.instant_learning_id)?r("button",e({type:"button",style:k.cardAddedButton,onClick:function(){return de(Z)}},{children:[i(f,{size:16,strokeWidth:2.4}),i("span",{children:"Added to Cart"})]})):r("button",e({type:"button",style:k.cardAddButton,onClick:function(){return de(Z)}},{children:[i(s,{size:16,strokeWidth:2.4}),i("span",{children:"Add to Cart"})]}))}):r(o,{children:[q&&i("p",e({style:k.loadingState},{children:"Loading guidelines..."})),V&&r("p",e({style:k.errorState},{children:["Error: ",V]})),!q&&!V&&i(o,{children:0===ae.length?i("p",e({style:k.loadingState},{children:re.length>=2?"No guidelines match your search.":"No guidelines found."})):r(o,{children:[i("div",e({style:k.libraryGrid},{children:se.map(function(e){return i(y,{guideline:e,inCart:le.has(e.instant_learning_id),onToggleCart:de,onExplore:$},e.instant_learning_id)})})),r("div",e({style:{display:"flex",alignItems:"center",gap:16}},{children:[ue>0&&r("button",e({type:"button",style:k.showMore,onClick:function(){return N(function(e){return e+6})}},{children:[r("span",{children:["Show more guidelines (",ue,")"]}),i(m,{size:16,strokeWidth:2.4})]})),ce&&r("button",e({type:"button",style:k.showMore,onClick:function(){return N(6)}},{children:[i("span",{children:"Hide"}),i(g,{size:16,strokeWidth:2.4})]}))]}))]})})]})]})),i(_,{items:P,onRemove:function(e){H(function(n){return n.filter(function(n){return n.instant_learning_id!==e})})},onProceed:function(e){return n(this,void 0,void 0,function(){var n,i;return t(this,function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,S(e,I,F.accessToken)];case 1:return n=t.sent(),console.log("Proceeding with il_data:",n),L(n),[3,3];case 2:return i=t.sent(),console.error("Error building il_data for selected guidelines:",i),[3,3];case 3:return[2]}})})}})]}))]}))}))}export{A as GuidelineLandingPage,A as default};
2
+ //# sourceMappingURL=GuidelinesLandingPage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuidelinesLandingPage.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var e={page:{height:"100%",width:"100%",background:"#ffffff",fontFamily:"Inter, sans-serif"},main:{height:"100%",overflow:"auto",padding:40},headerSection:{display:"flex",flexDirection:"row",flexWrap:"wrap",gap:24,justifyContent:"space-between",alignItems:"flex-start"},intro:{minWidth:280,flex:"1 1 0%"},title:{fontSize:30,fontWeight:700,lineHeight:"38px",color:"#6D35F2",margin:0},description:{marginTop:8,fontSize:19,lineHeight:"28px",color:"#1F2937"},debugLink:{marginTop:12,display:"inline-flex",alignItems:"center",gap:8,fontSize:14,fontWeight:500,color:"#53657D",background:"none",border:"none",padding:0,cursor:"pointer"},addButton:{display:"inline-flex",height:44,minWidth:210,flexShrink:0,alignItems:"center",justifyContent:"center",gap:12,borderRadius:6,background:"#4438F5",padding:"0 20px",fontSize:15,fontWeight:600,color:"#ffffff",border:"none",boxShadow:"0 1px 2px rgba(16,24,40,0.08)",cursor:"pointer",marginLeft:"auto"},bodySection:{marginTop:48,display:"grid",width:"100%",gridTemplateColumns:"minmax(0,1fr) minmax(300px,360px)",alignItems:"start",gap:24},librarySection:{minWidth:0},libraryTabs:{display:"flex",borderBottom:"1px solid #EAECF0"},tab:{position:"relative",display:"inline-flex",height:40,alignItems:"center",gap:8,padding:"0 16px",fontSize:14,fontWeight:500,background:"none",border:"none",cursor:"pointer",color:"#B5BDC8"},tabActive:{color:"#1F2937",boxShadow:"inset 0 -3px 0 0 #6D5BFF"},libraryGrid:{marginTop:24,display:"grid",gridTemplateColumns:"repeat(2, minmax(0, 1fr))",gap:20},cardAddButton:{display:"inline-flex",height:36,flex:1,alignItems:"center",justifyContent:"center",gap:8,borderRadius:6,border:"1px solid #4438F5",background:"#ffffff",fontSize:13,fontWeight:600,color:"#4438F5",cursor:"pointer"},cardAddedButton:{display:"inline-flex",height:36,flex:1,alignItems:"center",justifyContent:"center",gap:8,borderRadius:6,border:"1px solid #EAE7FF",background:"#EDE9FE",fontSize:13,fontWeight:600,color:"#4438F5",cursor:"pointer"},showMore:{marginTop:28,display:"inline-flex",alignItems:"center",gap:8,fontSize:14,fontWeight:600,color:"#5B2CF4",background:"none",border:"none",cursor:"pointer"},loadingState:{marginTop:24,fontSize:14,color:"#667085"},errorState:{marginTop:24,fontSize:14,color:"#F04438"}};export{e as default};
2
+ //# sourceMappingURL=GuidelinesLandingPage.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GuidelinesLandingPage.styles.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{__assign as e}from"tslib";import{jsx as a,jsxs as i}from"react/jsx-runtime";import{useState as t,useEffect as n}from"react";import{ArrowLeft as o}from"lucide-react";import{QueryClient as l,QueryClientProvider as r}from"@tanstack/react-query";import c from"../LearningManagement/LearningManagement.js";import{fetchRBACConfig as d}from"./api.js";var p={config:{CUSTOM_SCOPE_GROUP_NAME:"Preview",INSTANT_LEARNING_TYPE:"iL",MODEL:"claude-3.5-sonnet",CONFIG_MASTER_NAME:"preview-config",SCOPE_NAME:"Custom",ASSISTANT_NAME:"preview",ORGANIZATION_NAME:"techolution",BASE_URL:"https://devllmstudio.creativeworkspace.ai",BASE_WEBSOCKET_URL:"wss://devllmstudio.creativeworkspace.ai/graphql",CHAT_TITLE:"Preview",CHAT_TITLE_EDIT:"Preview Edit",FORM_TITLE:"Learning Details",INITIAL_CHAT_MESSAGE:"Hi",CATEGORY:"Global-Template",SOCKET_TIMEOUT:24e4},llmStudioUrl:"https://devllmstudio.creativeworkspace.ai",audacyBackendUrl:"https://dev-audacy-traffic-manager.techo.camp",ilLabels:{setupLabel:"Learning Setup",ruleTitle:"Learning Title",ruleDescriptionTitle:"Learning Description"}},s={applicationName:"IL Mode - ILOTJ",applicationId:"6a22c19581f05dc3afc8ad57",moduleId:"6a22c19581f05dc3afc8ad8e",applicationModuleId:"6a22c19581f05dc3afc8ad88",applicationResourceId:"6a22c19681f05dc3afc8ad94",appsecRbacUrl:"https://dev-cw-appsec.techo.camp/granularApi",appsecBaseUrl:"https://dev-cw-appsec.techo.camp"},f={configId:"6a1825e9fb722c37637b9490"},u=new l,g={wrapper:{display:"flex",flexDirection:"column",height:"100%",minHeight:0},header:{display:"flex",alignItems:"center",gap:12,padding:"10px 0",borderBottom:"1px solid #EAECF0",flexShrink:0},backButton:{display:"inline-flex",alignItems:"center",gap:6,background:"none",border:"none",cursor:"pointer",fontSize:14,fontWeight:500,color:"#344054",padding:"4px 8px",borderRadius:6},headerTitle:{fontSize:14,fontWeight:600,color:"#1F2937",margin:0,flex:1,overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},headerActions:{display:"flex",alignItems:"center",gap:8,marginLeft:"auto"},lmsContainer:{flex:1,minHeight:0,overflow:"hidden"},loadingState:{padding:24,fontSize:14,color:"#667085"}};function m(l){var m=l.userDetails,h=l.baseUrl,T=l.baseWebsocketUrl,I=l.assistantName,v=l.appsecRbacUrl,_=l.appsecBaseUrl,E=l.appIntegrationId,A=l.modeId,S=l.guidelineTitle,L=l.onBack,b=l.headerActions,C=t(null),w=C[0],U=C[1];return n(function(){if(E){var a=e(e({},p),{config:e(e({},p.config),{ASSISTANT_NAME:I,BASE_URL:h,BASE_WEBSOCKET_URL:T}),llmStudioUrl:h}),i=e(e({},s),{appsecRbacUrl:v,appsecBaseUrl:_}),t=!1;return U(null),d(h,m.accessToken,E).then(function(n){var o,l,r,c;if(!t){var d=n?{applicationName:n.application_name,applicationId:n.application_id,moduleId:null===(o=n.module_data)||void 0===o?void 0:o.Scopes,applicationModuleId:null===(l=n.module_data)||void 0===l?void 0:l.General,applicationResourceId:null===(r=n.resource_data)||void 0===r?void 0:r["Learning Management"],appsecRbacUrl:v,appsecBaseUrl:_}:i;U(e(e({},a),{auditLogConfig:{configId:null!==(c=null==n?void 0:n.change_log_config_id)&&void 0!==c?c:f.configId},rbacConfig:d}))}}).catch(function(){t||(console.warn("RBAC config fetch failed, using fallback."),U(e(e({},a),{auditLogConfig:f,rbacConfig:i})))}),function(){t=!0}}},[E,h,T,I,v,_]),a(r,e({client:u},{children:i("div",e({style:g.wrapper},{children:[i("div",e({style:g.header},{children:[i("button",e({type:"button",style:g.backButton,onClick:L},{children:[a(o,{size:16,strokeWidth:2}),"Back"]})),S&&a("p",e({style:g.headerTitle},{children:S})),b&&a("div",e({style:g.headerActions},{children:b}))]})),a("div",e({style:g.lmsContainer},{children:w?a(c,e({},w,{userDetails:m,app_integration_id:E,modeId:A}),"lms-explore"):a("p",e({style:g.loadingState},{children:"Loading..."}))}))]}))}))}export{m as LearningManagementWrapper,m as default};
2
+ //# sourceMappingURL=LearningManagementWrapper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LearningManagementWrapper.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{__awaiter as t,__generator as n}from"tslib";import{endpoints as e}from"./endpoints.js";function r(r,o){return t(this,void 0,void 0,function(){var t;return n(this,function(n){switch(n.label){case 0:return[4,fetch(e.listInstances(r),{headers:{accept:"application/json, text/plain, */*",authorization:"Bearer ".concat(o)}})];case 1:if(!(t=n.sent()).ok)throw new Error("Failed to fetch guidelines: ".concat(t.status));return[2,t.json()]}})})}function o(r,o,i){return t(this,void 0,void 0,function(){var t;return n(this,function(n){switch(n.label){case 0:return[4,fetch(e.getRbacConfig(r,i),{headers:{accept:"application/json, text/plain, */*",authorization:"Bearer ".concat(o)}})];case 1:if(!(t=n.sent()).ok)throw new Error("Failed to fetch RBAC config: ".concat(t.status));return[4,t.json()];case 2:return[2,n.sent().data]}})})}export{r as fetchGuidelineInstances,o as fetchRBACConfig};
2
+ //# sourceMappingURL=api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ var n={listInstances:function(n){return"".concat(n,"/instant_learning/ilotj/listInstances?createdAt=desc")},getRbacConfig:function(n,t){return"".concat(n,"/instant_learning/ilotj/application/getRBACAuditConfig/").concat(t)}};export{n as endpoints};
2
+ //# sourceMappingURL=endpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoints.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import{__awaiter as e,__generator as t}from"tslib";import{API_ENDPOINTS as n}from"../LearningManagement/apis/apiConfig.js";import{llmApiWithToken as i}from"../LearningManagement/apis/scopeApis.js";function r(r,o){var s;return e(this,void 0,void 0,function(){var e,a;return t(this,function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,i(o).get(n.getTiers.replace("{appIntegrationId}",r))];case 1:return e=t.sent(),"success"===(null===(s=e.data)||void 0===s?void 0:s.status)?[2,e.data.data.map(function(e){return e.id})]:[2,[]];case 2:throw a=t.sent(),console.error("Error fetching tiers:",a),a;case 3:return[2]}})})}function o(r,o){var s,a,c;return e(this,void 0,void 0,function(){var e,u,d;return t(this,function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,i(o).get("".concat(n.fetchScopes,"/").concat(r))];case 1:return e=t.sent(),console.log("fetchScopeIds response:",e),[2,(u=null===(c=null===(a=null===(s=e.data)||void 0===s?void 0:s.data)||void 0===a?void 0:a.data)||void 0===c?void 0:c.id)?[u]:[]];case 2:throw d=t.sent(),console.error("Error fetching rule sets:",d),d;case 3:return[2]}})})}function s(n,i,s){return e(this,void 0,void 0,function(){var a=this;return t(this,function(c){switch(c.label){case 0:return console.log(n,"selected",i,"modeId"),[4,Promise.all(n.map(function(n){return e(a,void 0,void 0,function(){var e,a,c,u;return t(this,function(t){switch(t.label){case 0:return e=function(e,t){var n,i,r,o;return t?null!==(o=null===(r=e.mode_mappings.find(function(e){return e.mode_id===t}))||void 0===r?void 0:r.application_integration_id)&&void 0!==o?o:"":null!==(i=null===(n=e.mode_mappings[0])||void 0===n?void 0:n.application_integration_id)&&void 0!==i?i:""}(n,i),[4,Promise.all([e?o(e,s):Promise.resolve([]),e?r(e,s):Promise.resolve([])])];case 1:return a=t.sent(),c=a[0],u=a[1],[2,{app_map_id:e,scope_ids:c,tier_ids:u}]}})})}))];case 1:return[2,{il_data:{selected_guidelines:c.sent()}}]}})})}export{s as transformSelectedToILData};
2
+ //# sourceMappingURL=transformSelectedGuidelineData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transformSelectedGuidelineData.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,2 +1,2 @@
1
- import{__awaiter as e,__generator as t,__assign as n,__spreadArray as r}from"tslib";import{jsx as o,jsxs as i,Fragment as l}from"react/jsx-runtime";import{useRef as a,useState as u,useEffect as s}from"react";import{useLearningTemplateStore as d}from"../store/useLearningTemplateStore.js";import c from"../components/EmptyLearningState.js";import{getRulesInRuleSetById as v,exportRuleSet as p,deleteRule as m,deleteQuestion as f,alterQuestionPriority as g}from"../apis/scopeApis.js";import h from"../components/RuleContentSkeleton.js";import{Toast as y}from"primereact/toast";import T from"./ContentLogic.js";import w from"../components/ErrorStateDisplay.js";import _ from"../shared/SuccessToastContent.js";import I from"../shared/ErrorToastContent.js";import{findNodeById as S}from"../utils/treeUtils.js";import j from"../styles/LearningContent.module.css.js";import C from"../components/ConfirmationModal.js";import{dt as b}from"../store/useLMSConfigStore.js";import"../../IL-OTJ/_components/atoms/Textarea/Textarea.js";import"lucide-react";import"../../IL-OTJ/_components/InputDataReasoningCard.js";import"../../IL-OTJ/_components/TooltipComponent.js";import"../../IL-OTJ/_components/templates/TemplatesMap/templatesMap.js";import{CitationProvider as D}from"../../IL-OTJ/store/CitationsContext.js";import"@mui/material";import"uuid";import"@mui/material/Tooltip";import"react-markdown";import"rehype-raw";import"../../../api/transport.js";import"@e-llm-studio/streaming-response";import"@e-llm-studio/watch-me-work";import"../../IL-OTJ/_components/ChatComponents/ChatHeader.js";import"remark-gfm";import"../../IL-OTJ/_components/MarkdownComponents/MarkdownElements.js";import"../../IL-OTJ/_components/CitationLink.js";import"@e-llm-studio/citation";import R from"../../IL-OTJ/ValueTypeWrappers/TeachMePlugin.js";import x from"../../../ContinueWithTemplateModal.js";import{LEARNING_DT_PATH as L,VARIANT_DT_PATH as A,TIER_DT_PATH as k}from"../constants.js";import{useConfigStore as M}from"../store/useConfigStore.js";import"../store/usePermissionsStore.js";import"appsec-ui";import"../store/useAuthStore.js";import"../store/useEnvStore.js";import"../../IL-marketplace/marketplaceTheme.js";import"react-dom";import"@radix-ui/react-tooltip";import"../components/StationOnboarding/InputField.js";import"../config.js";import"../store/useAppSecRolesStore.js";import"@tanstack/react-query";import"@e-llm-studio/audit-log";import"@e-llm-studio/audit-log/dist/styles.css";import"../AuditLog/ChangeLogDiff.js";import"react-router-dom";import"../../IL-marketplace/components/GuidelineIconButton.js";import"@e-llm-studio/federated-dashboard-components";import"@e-llm-studio/federated-dashboard-components/styles.css";import"../hooks/useLearningTemplateQueryParams.js";import"../components/ToolTip.js";import"../../../ILMarketplaceWrapper.js";import"../LearningManagementTest.js";var O=function(O){var N,E=O.noRulesTitle,F=void 0===E?"No rules have been added !":E,V=O.noRulesDesc,P=void 0===V?"Start by adding rules that should apply across all stations.":V,B=O.noRulesButtonText,J=void 0===B?"Create New Rule":B,U=O.deleteRuleSuccessMessage,q=void 0===U?"Rule deleted successfully!":U,W=O.deleteVariantSuccessMessage,G=void 0===W?"Variant deleted successfully!":W,Q=O.deleteRuleErrorMessage,H=void 0===Q?"Failed to delete rule. Please try again.":Q,$=O.deleteVariantErrorMessage,z=void 0===$?"Failed to delete variant. Please try again.":$,K=O.deleteModalTitle,X=void 0===K?"Delete":K,Y=O.deleteRuleModalWarning,Z=void 0===Y?"This will permanently delete the rule configuration.":Y,ee=O.deleteVariantModalWarning,te=void 0===ee?"This will permanently delete the variant configuration.":ee,ne=O.deleteConfirmText,re=void 0===ne?"Delete":ne,oe=O.onRefreshRuleSets,ie=O.app_integration_id,le=O.token,ae=O.modeId,ue=d(function(e){return e.selectedRuleSetId}),se=d(function(e){return e.scopeTreeData}),de=d(function(e){return e.sidebarTab}),ce=d(function(e){return e.setInitialRules}),ve=d(function(e){return e.currentRules}),pe=d(function(e){return e.setRawAuditRuleData});d(function(e){return e.createdVariantInfo});var me=d(function(e){return e.resetCreatedVariantInfo}),fe=d(function(e){return e.isILModalTriggered}),ge=d(function(e){return e.setIsILModalTriggered}),he=a(null),ye=M.getState().configuration,Te=u(!1),we=Te[0],_e=Te[1],Ie=u(null),Se=Ie[0],je=Ie[1],Ce=u(null),be=Ce[0],De=Ce[1],Re=u(null),xe=Re[0],Le=Re[1],Ae=u("create"),ke=Ae[0],Me=Ae[1],Oe=u(null),Ne=Oe[0],Ee=Oe[1],Fe=u(!1),Ve=Fe[0],Pe=Fe[1],Be=u(null),Je=Be[0],Ue=Be[1],qe=u(!1),We=qe[0],Ge=qe[1],Qe=u(""),He=Qe[0],$e=Qe[1],ze=u(null),Ke=ze[0],Xe=ze[1],Ye=u(!1),Ze=Ye[0],et=Ye[1],tt=u(!1),nt=tt[0],rt=tt[1],ot=u("ruleDeletion"),it=ot[0],lt=ot[1],at=u(null),ut=at[0],st=at[1],dt=u(!1),ct=dt[0],vt=dt[1],pt=u(!1),mt=pt[0],ft=pt[1],gt=u(!1),ht=gt[0],yt=gt[1],Tt=d.getState().tiers,wt=u(null),_t=wt[0],It=wt[1],St=u(null),jt=St[0],Ct=St[1],bt=u(null),Dt=bt[0],Rt=bt[1],xt=function(e){return String(e||"").trim().toLowerCase().replace(/\s+/g,"_").replace(/tier_?(\d+)/i,"tier_$1")},Lt=function(e){return xt(e).replace(/_/g," ").replace(/\b\w/g,function(e){return e.toUpperCase()})},At=function(e){if(!e||"object"!=typeof e)return!1;var t=e;return Boolean(t.ruleId||t.ruleTitle||Array.isArray(t.variants))},kt=function(e){var t,r,o,i,l,a,u,s,d,c=null!==(i=null!==(o=null!==(r=null!==(t=null==e?void 0:e.ruleId)&&void 0!==t?t:null==e?void 0:e.id)&&void 0!==r?r:null==e?void 0:e.questionId)&&void 0!==o?o:null==e?void 0:e.question_id)&&void 0!==i?i:"",v=null!==(d=null!==(s=null!==(u=null!==(a=null!==(l=null==e?void 0:e.ruleTitle)&&void 0!==l?l:null==e?void 0:e.title)&&void 0!==a?a:null==e?void 0:e.question_title)&&void 0!==u?u:null==e?void 0:e.originalQuestion)&&void 0!==s?s:null==e?void 0:e.question)&&void 0!==d?d:"",p=Array.isArray(null==e?void 0:e.variants)?e.variants:(null==e?void 0:e.variantId)||(null==e?void 0:e.description)||(null==e?void 0:e.ruleDesc)?[e]:[];return n(n({},e),{ruleId:c,ruleTitle:v,variants:p.map(function(e,t){var r,o,i,l,a,u,s,d,p,m,f,g,h,y,T,w,_,I,S=null!==(l=null!==(i=null!==(o=null!==(r=null==e?void 0:e.variantId)&&void 0!==r?r:null==e?void 0:e.variant_id)&&void 0!==o?o:null==e?void 0:e.id)&&void 0!==i?i:null==e?void 0:e.new_variant_id)&&void 0!==l?l:"".concat(c||"rule","-variant-").concat(t);return n(n({},e),{variantId:S,description:null!==(s=null!==(u=null!==(a=null==e?void 0:e.description)&&void 0!==a?a:null==e?void 0:e.ruleDesc)&&void 0!==u?u:null==e?void 0:e.variant)&&void 0!==s?s:"",whenToApply:null!==(m=null!==(p=null!==(d=null==e?void 0:e.whenToApply)&&void 0!==d?d:null==e?void 0:e.conditions_whentoapply)&&void 0!==p?p:null==e?void 0:e.wta)&&void 0!==m?m:"",whenNotToApply:null!==(h=null!==(g=null!==(f=null==e?void 0:e.whenNotToApply)&&void 0!==f?f:null==e?void 0:e.conditions_whennottoapply)&&void 0!==g?g:null==e?void 0:e.wnta)&&void 0!==h?h:"",variantType:null!==(T=null!==(y=null==e?void 0:e.variantType)&&void 0!==y?y:null==e?void 0:e.variant_type)&&void 0!==T?T:"variant",is_drafted:(I=null!==(w=null==e?void 0:e.is_drafted)&&void 0!==w?w:null==e?void 0:e.wasDrafted,!0===I||"true"===I||1===I||"1"===I),is_enabled:null===(_=null==e?void 0:e.is_enabled)||void 0===_||_,ruleTitle:v,title:v})})})},Mt=function(){Me("create"),je(null),Le(null),De(null),It(null),Ct(null),Rt(null),$e(""),yt(!1),_e(!0),Ee(0)},Ot=function(){_e(!1),ge(!1),je(null),De(null),Le(null),Ee(null),rt(!1),ft(!1),yt(!1),Nt(),It(null),Ct(null),Rt(null),$e(""),oe&&oe(!1,ue||void 0)};s(function(){Nt()},[ue,ce]),s(function(){fe&&_e(!0)},[fe]);var Nt=function(o){return void 0===o&&(o=!1),e(void 0,void 0,void 0,function(){var e,i,l,a,u,s,c,p,m,f,g,h,y,T,w,_,I,S;return t(this,function(t){switch(t.label){case 0:if(!ue)return ce([]),[2];o||Pe(!0),Ue(null),t.label=1;case 1:return t.trys.push([1,3,4,5]),[4,v(ue,le)];case 2:return e=t.sent(),console.log("response==",e),(null==e?void 0:e.data)&&0!==Object.keys(e.data).length?(pe(e),i=e.data,console.log("rulesData==",i),l=function(e){var t=function(e){var t,n,r,o,i=null!==(o=null!==(r=null!==(n=null!==(t=null==e?void 0:e.value)&&void 0!==t?t:null==e?void 0:e.rules)&&void 0!==n?n:null==e?void 0:e.learnings)&&void 0!==r?r:null==e?void 0:e.questions)&&void 0!==o?o:[];return Array.isArray(i)?i.filter(At).map(kt):[]};if(Array.isArray(e))return[["tier_1",e.filter(At).map(kt)]];if(Array.isArray(e.tiers))return r([],e.tiers,!0).sort(function(e,t){var n,r,o,i;return(null!==(r=null!==(n=e.tier_priority)&&void 0!==n?n:e.priority)&&void 0!==r?r:0)-(null!==(i=null!==(o=t.tier_priority)&&void 0!==o?o:t.priority)&&void 0!==i?i:0)}).map(function(e,n){var r,o,i;return[null!==(i=null!==(o=null!==(r=e.name)&&void 0!==r?r:e.tier_name)&&void 0!==o?o:e.tier_title)&&void 0!==i?i:"tier_".concat(n+1),t(e)]});var n=t(e);if(n.length>0)return[["tier_1",n]];var o=new Set(["ruleSetName","ruleSetDesc","created_at","updated_at","created_by","updated_by","scope_id","application_mapping_id"]);return Object.entries(e).filter(function(e){var t=e[0],n=e[1];return!o.has(t)&&Array.isArray(n)&&n.some(At)}).map(function(e){return[e[0],e[1].map(kt)]})}(i),a=l.map(function(e){var t=e[1];return new Set(t.flatMap(function(e){var t,n;return null!==(n=null===(t=e.variants)||void 0===t?void 0:t.map(function(e){return e.link_id}).filter(Boolean))&&void 0!==n?n:[]}))}),u=a.flatMap(function(e){return Array.from(e)}),s=u.reduce(function(e,t){var n;return e[t]=(null!==(n=e[t])&&void 0!==n?n:0)+1,e},{}),c=new Set(Object.entries(s).filter(function(e){return e[1]>1}).map(function(e){return e[0]})),p=function(e){return e.map(function(e){var t;return n(n({},e),{variants:null===(t=e.variants)||void 0===t?void 0:t.map(function(e){return n(n({},e),{isLinked:!!e.link_id&&c.has(e.link_id)})})})})},m=l.map(function(e,t){var n,r=e[0],o=e[1],i=xt(r),l=Tt.find(function(e){return xt(e.tier_name)===i});return{id:null!==(n=null==l?void 0:l.tier_id)&&void 0!==n?n:String(t+1),name:Lt(r),ruleCount:o.length,description:0===t?"".concat(b("tier.subtitle","These are the system-wide learnings applied across all stations.")):"These learnings apply after higher-priority tiers and may refine or relax default behavior.",isOpen:0===t,rules:p(o)}}),(f=d.getState().createdVariantInfo)&&f.length>0?(g=Object.fromEntries(l.flatMap(function(e,t){var n,r,o=e[0],i=null!==(r=null===(n=m[t])||void 0===n?void 0:n.id)&&void 0!==r?r:String(t+1);return[[o,i],[xt(o),i],[Lt(o),i]]})),h=new Set(f.flatMap(function(e){return[e.tierName,xt(e.tierName)]}).map(function(e){return g[e]}).filter(Boolean)),y=m.map(function(e){return n(n({},e),{isOpen:e.isOpen||h.has(e.id)})}),ce(y),(T=null===(S=null===(I=null===(_=f[0])||void 0===_?void 0:_.variants)||void 0===I?void 0:I[0])||void 0===S?void 0:S.id)?setTimeout(function(){var e=document.querySelector('[data-variant-id="'.concat(T,'"]'));e&&e.scrollIntoView({behavior:"smooth",block:"center"}),setTimeout(function(){return me()},1e4)},500):me()):ce(m),[3,5]):(ce([]),[2]);case 3:return w=t.sent(),console.error("Failed to fetch rule details",w),404!==(null==w?void 0:w.status)&&Ue((null==w?void 0:w.message)||"Failed to load rules. Please try again."),ce([]),[3,5];case 4:return o||Pe(!1),[7];case 5:return[2]}})})},Et=ue?S((null==se?void 0:se.data)||null,ue):null,Ft=Et?{ruleSetId:Et.id,ruleSetName:Et.name,ruleSetDesc:"",ruleCount:null===(N=null==Et?void 0:Et.metrics)||void 0===N?void 0:N.learningsCount}:void 0,Vt=Boolean(null==se?void 0:se.data),Pt=Boolean(ue&&!Et&&Vt),Bt=function(){if("stations"===de)return"custom";if(!Et)return"global";switch(Et.type){case"GLOBAL":default:return"global";case"SCOPE":return"genre";case"SUBSCOPE":case"Custom":return"custom"}},Jt=function(e){var t;if(!e)return o("p",{children:b("".concat(k,".deleteDialog.description"),"Are you sure you want to delete this rule? This action cannot be undone.")});var n=null==ve?void 0:ve.flatMap(function(e){var t;return null!==(t=e.rules)&&void 0!==t?t:[]}).find(function(t){return t.ruleId===e});return o("p",{children:b("".concat(k,".deleteDialog.description"),"Are you sure you want to delete ".concat(null==n?void 0:n.ruleTitle," rule? This action cannot be undone."),{rule_title:null!==(t=null==n?void 0:n.ruleTitle)&&void 0!==t?t:""})})},Ut={flow:ke,editingRule:Se,editingTier:be,editingVariants:xe,focusedVariantIndex:Ne,setFocusedVariantIndex:Ee,triggerAddVariant:nt,triggerFixGaps:mt,isDraftFlow:ht,copiedRule:_t,copiedSourceTier:jt,copiedTargetTier:Dt,initialDraftMessage:He,app_integration_id:ie,modeId:ae};return Ft?i(l,{children:[o(y,{ref:he}),o("div",n({className:j.container},{children:Ve?o(h,{}):Je?o(w,{errorMessage:Je,onRetry:Nt}):o(T,{onAddRule:Mt,onDeleteRule:function(e){Xe(e)},onEditRule:function(e,t){Me("edit"),je(e),De(t||null),Le(e.variants||null),Ee(null),rt(!0),yt(!1),_e(!0)},onEditVariant:function(e,t,n,r){var o,i,l,a,u=null!==(l=null===(i=null===(o=null==ve?void 0:ve.find(function(e){return e.name===n}))||void 0===o?void 0:o.rules)||void 0===i?void 0:i.find(function(e){return e.ruleId===t}))&&void 0!==l?l:null==ve?void 0:ve.flatMap(function(e){return e.rules}).find(function(e){return e.ruleId===t});if(u){if(e.is_drafted)return Me("create"),je(null),De(n||null),Le([e]),Ee(0),yt(!0),void _e(!0);var s=null===(a=u.variants)||void 0===a?void 0:a.findIndex(function(t){return t.variantId===e.variantId}),d=void 0!==s&&-1!==s?s:0;Me("edit"),je(u),De(n||null),Le(u.variants||null),Ee(d),yt(!1),_e(!0),"resolve_gaps"===r&&ft(!0)}},onDeleteVariant:function(e,t){st({variantId:e,ruleId:t})},onExportRule:function(){return e(void 0,void 0,void 0,function(){var e,n,r,i,l,a,u;return t(this,function(t){switch(t.label){case 0:if(!ue)return[2];Ge(!0),t.label=1;case 1:return t.trys.push([1,3,4,5]),[4,p(ue)];case 2:return e=t.sent(),n=window.URL.createObjectURL(e),(r=document.createElement("a")).href=n,i=(null==Ft?void 0:Ft.ruleSetName)?"".concat(Ft.ruleSetName.replace(/\s+/g,"_"),"_rules.csv"):"ruleset_".concat(ue,".csv"),r.download=i,document.body.appendChild(r),r.click(),document.body.removeChild(r),window.URL.revokeObjectURL(n),null===(a=he.current)||void 0===a||a.show({severity:"success",sticky:!1,life:3e3,className:j.successToast,content:o(_,{message:"Ruleset exported successfully!"})}),[3,5];case 3:return l=t.sent(),console.error("Export error:",l),null===(u=he.current)||void 0===u||u.show({severity:"error",sticky:!1,className:j.errorToast,content:o(I,{message:l.message||"Failed to export ruleset. Please try again."})}),[3,5];case 4:return Ge(!1),[7];case 5:return[2]}})})},isExporting:We,onToggleSuccess:function(){return Nt(!0)},onReorderRules:function(n,r,i,l,a){return e(void 0,void 0,void 0,function(){var e,u,s;return t(this,function(t){switch(t.label){case 0:return t.trys.push([0,2,,3]),[4,g(n,r,i,l,a)];case 1:return t.sent(),Nt(!0),null===(u=he.current)||void 0===u||u.show({severity:"success",sticky:!1,life:3e3,className:j.successToast,content:o(_,{message:"Rule order changed successfully. Future rule applications will follow the updated order."})}),[3,3];case 2:return e=t.sent(),console.error("Failed to reorder rules:",e),Nt(!0),null===(s=he.current)||void 0===s||s.show({severity:"error",sticky:!1,className:j.errorToast,content:o(I,{message:"Failed to update rule order. Please try again."})}),[3,3];case 3:return[2]}})})},onRefreshRuleSets:oe,setDeleteConfirmationUsedFor:lt,onCopyToTier:function(e,t,n,r,o){var i,l,a=null===(l=null===(i=null==ve?void 0:ve.find(function(e){return e.name===r}))||void 0===i?void 0:i.rules)||void 0===l?void 0:l.find(function(e){return e.ruleId===t});if(a){var u=["Add a new learning with the following details:","- Rule Title: ".concat(n),"- Description: ".concat(e.description),"- When to apply: ".concat(e.whenToApply),"- When NOT to apply: ".concat(e.whenNotToApply),"- Tier information: ".concat(o)].join("\n");$e(u),It(a),Ct(r),Rt(o),Me("create"),je(null),De(null),Le(null),Ee(null),yt(!1),_e(!0)}}})})),we&&o(D,{children:o(R,{isOpen:we,onClose:Ot,app_integration_id:ie,token:le,mode:"ADD",config:ye,pluginPayload:n(n({},Ut),{initialScope:Bt(),ruleSet:Ft}),renderContinueModal:!1})}),o(x,{}),o(C,{isOpen:!!Ke,title:b("".concat(L,".deleteDialog.title"),X),description:Jt(Ke),warning:b("".concat(L,".deleteDialog.warningText"),Z),confirmText:b("".concat(L,".deleteDialog.deleteText"),re),cancelText:b("".concat(L,".deleteDialog.cancelText"),"Cancel"),loadingText:b("".concat(L,".deleteDialog.loadingText"),"Deleting..."),confirmBgColor:"#EF4444",onConfirm:function(){return e(void 0,void 0,void 0,function(){var e,n,r,i,l;return t(this,function(t){switch(t.label){case 0:if(!Ke)return[2];et(!0),t.label=1;case 1:return t.trys.push([1,3,4,5]),[4,m(Ke)];case 2:return t.sent(),Xe(null),null===(n=he.current)||void 0===n||n.show({severity:"success",sticky:!1,life:3e3,className:j.successToast,content:o(_,{message:q})}),Nt(),oe&&oe(!1,ue||void 0),[3,5];case 3:return e=t.sent(),console.error("Failed to delete rule",e),null===(r=he.current)||void 0===r||r.show({severity:"error",sticky:!1,className:j.errorToast,content:o(I,{message:(null===(l=null===(i=null==e?void 0:e.response)||void 0===i?void 0:i.data)||void 0===l?void 0:l.detail)||H})}),[3,5];case 4:return et(!1),[7];case 5:return[2]}})})},onCancel:function(){return Xe(null)},isLoading:Ze,position:"fixed"}),o(C,{isOpen:!!ut,title:b("".concat(A,".deleteVariant.title"),X),description:"variantDeletion"===it?o("span",{children:b("".concat(A,".deleteVariant.desc"),"Are you sure you want to delete this variant? This action cannot be undone.")}):Jt((null==ut?void 0:ut.ruleId)||null),warning:b("".concat(A,".deleteVariant.warningText"),"ruleDeletion"===it?Z:te),confirmText:b("".concat(A,".deleteDialog.deleteText"),re),cancelText:b("".concat(A,".cancelText"),"Cancel"),loadingText:b("".concat(A,".loadingText"),"Deleting..."),confirmBgColor:"#EF4444",onConfirm:function(){return e(void 0,void 0,void 0,function(){var e,n,r,i,l;return t(this,function(t){switch(t.label){case 0:if(!ut)return[2];vt(!0),t.label=1;case 1:return t.trys.push([1,6,7,8]),"ruleDeletion"!==it?[3,3]:[4,f(ut.ruleId)];case 2:return t.sent(),[3,5];case 3:return[4,m(ut.variantId)];case 4:t.sent(),t.label=5;case 5:return st(null),null===(n=he.current)||void 0===n||n.show({severity:"success",sticky:!1,life:3e3,className:j.successToast,content:o(_,{message:"ruleDeletion"===it?q:G})}),Nt(),oe&&oe(!1,ue||void 0),[3,8];case 6:return e=t.sent(),console.error("Failed to delete variant",e),null===(r=he.current)||void 0===r||r.show({severity:"error",sticky:!1,className:j.errorToast,content:o(I,{message:(null===(l=null===(i=null==e?void 0:e.response)||void 0===i?void 0:i.data)||void 0===l?void 0:l.detail)||("ruleDeletion"===it?H:z)})}),[3,8];case 7:return vt(!1),[7];case 8:return[2]}})})},onCancel:function(){return st(null)},isLoading:ct,position:"fixed"})]}):Pt?o(w,{title:"Scope Not Found",errorMessage:"The selected scope does not exist. Please refresh the page or choose a valid scope.",onRetry:function(){return null==oe?void 0:oe(!0)},retryButtonText:"Refresh"}):i(l,{children:[o(c,{onCreate:Mt,title:F,desc:P,button:J}),we&&o(D,{children:o(R,{isOpen:we,onClose:Ot,app_integration_id:ie,token:le,mode:"ADD",config:ye,pluginPayload:n(n({},Ut),{initialScope:Bt(),ruleSet:Ft}),renderContinueModal:!1})}),o(x,{})]})};export{O as default};
1
+ import{__awaiter as e,__generator as n,__assign as t,__spreadArray as r}from"tslib";import{jsx as o,jsxs as i,Fragment as l}from"react/jsx-runtime";import{useRef as a,useState as u,useEffect as s}from"react";import{useLearningTemplateStore as d}from"../store/useLearningTemplateStore.js";import c from"../components/EmptyLearningState.js";import{getRulesInRuleSetById as v,exportRuleSet as p,deleteRule as m,deleteQuestion as f,alterQuestionPriority as g}from"../apis/scopeApis.js";import h from"../components/RuleContentSkeleton.js";import{Toast as y}from"primereact/toast";import T from"./ContentLogic.js";import w from"../components/ErrorStateDisplay.js";import _ from"../shared/SuccessToastContent.js";import I from"../shared/ErrorToastContent.js";import{findNodeById as S}from"../utils/treeUtils.js";import j from"../styles/LearningContent.module.css.js";import C from"../components/ConfirmationModal.js";import{dt as b}from"../store/useLMSConfigStore.js";import"../../IL-OTJ/_components/atoms/Textarea/Textarea.js";import"lucide-react";import"../../IL-OTJ/_components/InputDataReasoningCard.js";import"../../IL-OTJ/_components/TooltipComponent.js";import"../../IL-OTJ/_components/templates/TemplatesMap/templatesMap.js";import{CitationProvider as D}from"../../IL-OTJ/store/CitationsContext.js";import"@mui/material";import"uuid";import"@mui/material/Tooltip";import"react-markdown";import"rehype-raw";import"../../../api/transport.js";import"@e-llm-studio/streaming-response";import"@e-llm-studio/watch-me-work";import"../../IL-OTJ/_components/ChatComponents/ChatHeader.js";import"remark-gfm";import"../../IL-OTJ/_components/MarkdownComponents/MarkdownElements.js";import"../../IL-OTJ/_components/CitationLink.js";import"@e-llm-studio/citation";import R from"../../IL-OTJ/ValueTypeWrappers/TeachMePlugin.js";import x from"../../../ContinueWithTemplateModal.js";import{LEARNING_DT_PATH as L,VARIANT_DT_PATH as A,TIER_DT_PATH as k}from"../constants.js";import{useConfigStore as M}from"../store/useConfigStore.js";import"../store/usePermissionsStore.js";import"appsec-ui";import"../store/useAuthStore.js";import"../store/useEnvStore.js";import"../../IL-marketplace/marketplaceTheme.js";import"react-dom";import"@radix-ui/react-tooltip";import"../components/StationOnboarding/InputField.js";import"../config.js";import"../store/useAppSecRolesStore.js";import"@tanstack/react-query";import"@e-llm-studio/audit-log";import"@e-llm-studio/audit-log/dist/styles.css";import"../AuditLog/ChangeLogDiff.js";import"react-router-dom";import"../../IL-marketplace/components/GuidelineIconButton.js";import"@e-llm-studio/federated-dashboard-components";import"@e-llm-studio/federated-dashboard-components/styles.css";import"../hooks/useLearningTemplateQueryParams.js";import"../components/ToolTip.js";import"../../../ILMarketplaceWrapper.js";import"../LearningManagementTest.js";var O=function(O){var N,E=O.noRulesTitle,F=void 0===E?"No rules have been added !":E,V=O.noRulesDesc,P=void 0===V?"Start by adding rules that should apply across all stations.":V,B=O.noRulesButtonText,J=void 0===B?"Create New Rule":B,U=O.deleteRuleSuccessMessage,q=void 0===U?"Rule deleted successfully!":U,W=O.deleteVariantSuccessMessage,G=void 0===W?"Variant deleted successfully!":W,Q=O.deleteRuleErrorMessage,H=void 0===Q?"Failed to delete rule. Please try again.":Q,$=O.deleteVariantErrorMessage,z=void 0===$?"Failed to delete variant. Please try again.":$,K=O.deleteModalTitle,X=void 0===K?"Delete":K,Y=O.deleteRuleModalWarning,Z=void 0===Y?"This will permanently delete the rule configuration.":Y,ee=O.deleteVariantModalWarning,ne=void 0===ee?"This will permanently delete the variant configuration.":ee,te=O.deleteConfirmText,re=void 0===te?"Delete":te,oe=O.onRefreshRuleSets,ie=O.app_integration_id,le=O.token,ae=O.modeId,ue=d(function(e){return e.selectedRuleSetId}),se=d(function(e){return e.scopeTreeData}),de=d(function(e){return e.sidebarTab}),ce=d(function(e){return e.setInitialRules}),ve=d(function(e){return e.currentRules}),pe=d(function(e){return e.setRawAuditRuleData});d(function(e){return e.createdVariantInfo});var me=d(function(e){return e.resetCreatedVariantInfo}),fe=d(function(e){return e.isILModalTriggered}),ge=d(function(e){return e.setIsILModalTriggered}),he=a(null),ye=M.getState().configuration,Te=u(!1),we=Te[0],_e=Te[1],Ie=u(null),Se=Ie[0],je=Ie[1],Ce=u(null),be=Ce[0],De=Ce[1],Re=u(null),xe=Re[0],Le=Re[1],Ae=u("create"),ke=Ae[0],Me=Ae[1],Oe=u(null),Ne=Oe[0],Ee=Oe[1],Fe=u(0),Ve=Fe[0],Pe=Fe[1],Be=u(!1),Je=Be[0],Ue=Be[1],qe=u(null),We=qe[0],Ge=qe[1],Qe=u(!1),He=Qe[0],$e=Qe[1],ze=u(""),Ke=ze[0],Xe=ze[1],Ye=u(null),Ze=Ye[0],en=Ye[1],nn=u(!1),tn=nn[0],rn=nn[1],on=u(!1),ln=on[0],an=on[1],un=u("ruleDeletion"),sn=un[0],dn=un[1],cn=u(null),vn=cn[0],pn=cn[1],mn=u(!1),fn=mn[0],gn=mn[1],hn=u(!1),yn=hn[0],Tn=hn[1],wn=u(!1),_n=wn[0],In=wn[1],Sn=d.getState().tiers,jn=u(null),Cn=jn[0],bn=jn[1],Dn=u(null),Rn=Dn[0],xn=Dn[1],Ln=u(null),An=Ln[0],kn=Ln[1],Mn=function(e){return String(e||"").trim().toLowerCase().replace(/\s+/g,"_").replace(/tier_?(\d+)/i,"tier_$1")},On=function(e){return Mn(e).replace(/_/g," ").replace(/\b\w/g,function(e){return e.toUpperCase()})},Nn=function(e){if(!e||"object"!=typeof e)return!1;var n=e;return Boolean(n.ruleId||n.ruleTitle||Array.isArray(n.variants))},En=function(e){var n,r,o,i,l,a,u,s,d,c=null!==(i=null!==(o=null!==(r=null!==(n=null==e?void 0:e.ruleId)&&void 0!==n?n:null==e?void 0:e.id)&&void 0!==r?r:null==e?void 0:e.questionId)&&void 0!==o?o:null==e?void 0:e.question_id)&&void 0!==i?i:"",v=null!==(d=null!==(s=null!==(u=null!==(a=null!==(l=null==e?void 0:e.ruleTitle)&&void 0!==l?l:null==e?void 0:e.title)&&void 0!==a?a:null==e?void 0:e.question_title)&&void 0!==u?u:null==e?void 0:e.originalQuestion)&&void 0!==s?s:null==e?void 0:e.question)&&void 0!==d?d:"",p=Array.isArray(null==e?void 0:e.variants)?e.variants:(null==e?void 0:e.variantId)||(null==e?void 0:e.description)||(null==e?void 0:e.ruleDesc)?[e]:[];return t(t({},e),{ruleId:c,ruleTitle:v,variants:p.map(function(e,n){var r,o,i,l,a,u,s,d,p,m,f,g,h,y,T,w,_,I,S=null!==(l=null!==(i=null!==(o=null!==(r=null==e?void 0:e.variantId)&&void 0!==r?r:null==e?void 0:e.variant_id)&&void 0!==o?o:null==e?void 0:e.id)&&void 0!==i?i:null==e?void 0:e.new_variant_id)&&void 0!==l?l:"".concat(c||"rule","-variant-").concat(n);return t(t({},e),{variantId:S,description:null!==(s=null!==(u=null!==(a=null==e?void 0:e.description)&&void 0!==a?a:null==e?void 0:e.ruleDesc)&&void 0!==u?u:null==e?void 0:e.variant)&&void 0!==s?s:"",whenToApply:null!==(m=null!==(p=null!==(d=null==e?void 0:e.whenToApply)&&void 0!==d?d:null==e?void 0:e.conditions_whentoapply)&&void 0!==p?p:null==e?void 0:e.wta)&&void 0!==m?m:"",whenNotToApply:null!==(h=null!==(g=null!==(f=null==e?void 0:e.whenNotToApply)&&void 0!==f?f:null==e?void 0:e.conditions_whennottoapply)&&void 0!==g?g:null==e?void 0:e.wnta)&&void 0!==h?h:"",variantType:null!==(T=null!==(y=null==e?void 0:e.variantType)&&void 0!==y?y:null==e?void 0:e.variant_type)&&void 0!==T?T:"variant",is_drafted:(I=null!==(w=null==e?void 0:e.is_drafted)&&void 0!==w?w:null==e?void 0:e.wasDrafted,!0===I||"true"===I||1===I||"1"===I),is_enabled:null===(_=null==e?void 0:e.is_enabled)||void 0===_||_,ruleTitle:v,title:v})})})},Fn=function(){Me("create"),je(null),Le(null),De(null),bn(null),xn(null),kn(null),Xe(""),In(!1),an(!1),Tn(!1),Ee(null),Pe(function(e){return e+1}),_e(!0)},Vn=function(){_e(!1),ge(!1),je(null),De(null),Le(null),Ee(null),an(!1),Tn(!1),In(!1),Pn(),bn(null),xn(null),kn(null),Xe(""),oe&&oe(!1,ue||void 0)};s(function(){Pn()},[ue,ce]),s(function(){fe&&_e(!0)},[fe]);var Pn=function(o){return void 0===o&&(o=!1),e(void 0,void 0,void 0,function(){var e,i,l,a,u,s,c,p,m,f,g,h,y,T,w,_,I,S;return n(this,function(n){switch(n.label){case 0:if(!ue)return ce([]),[2];o||Ue(!0),Ge(null),n.label=1;case 1:return n.trys.push([1,3,4,5]),[4,v(ue,le)];case 2:return e=n.sent(),console.log("response==",e),(null==e?void 0:e.data)&&0!==Object.keys(e.data).length?(pe(e),i=e.data,console.log("rulesData==",i),l=function(e){var n=function(e){var n,t,r,o,i=null!==(o=null!==(r=null!==(t=null!==(n=null==e?void 0:e.value)&&void 0!==n?n:null==e?void 0:e.rules)&&void 0!==t?t:null==e?void 0:e.learnings)&&void 0!==r?r:null==e?void 0:e.questions)&&void 0!==o?o:[];return Array.isArray(i)?i.filter(Nn).map(En):[]};if(Array.isArray(e))return[["tier_1",e.filter(Nn).map(En)]];if(Array.isArray(e.tiers))return r([],e.tiers,!0).sort(function(e,n){var t,r,o,i;return(null!==(r=null!==(t=e.tier_priority)&&void 0!==t?t:e.priority)&&void 0!==r?r:0)-(null!==(i=null!==(o=n.tier_priority)&&void 0!==o?o:n.priority)&&void 0!==i?i:0)}).map(function(e,t){var r,o,i;return[null!==(i=null!==(o=null!==(r=e.name)&&void 0!==r?r:e.tier_name)&&void 0!==o?o:e.tier_title)&&void 0!==i?i:"tier_".concat(t+1),n(e)]});var t=n(e);if(t.length>0)return[["tier_1",t]];var o=new Set(["ruleSetName","ruleSetDesc","created_at","updated_at","created_by","updated_by","scope_id","application_mapping_id"]);return Object.entries(e).filter(function(e){var n=e[0],t=e[1];return!o.has(n)&&Array.isArray(t)&&t.some(Nn)}).map(function(e){return[e[0],e[1].map(En)]})}(i),a=l.map(function(e){var n=e[1];return new Set(n.flatMap(function(e){var n,t;return null!==(t=null===(n=e.variants)||void 0===n?void 0:n.map(function(e){return e.link_id}).filter(Boolean))&&void 0!==t?t:[]}))}),u=a.flatMap(function(e){return Array.from(e)}),s=u.reduce(function(e,n){var t;return e[n]=(null!==(t=e[n])&&void 0!==t?t:0)+1,e},{}),c=new Set(Object.entries(s).filter(function(e){return e[1]>1}).map(function(e){return e[0]})),p=function(e){return e.map(function(e){var n;return t(t({},e),{variants:null===(n=e.variants)||void 0===n?void 0:n.map(function(e){return t(t({},e),{isLinked:!!e.link_id&&c.has(e.link_id)})})})})},m=l.map(function(e,n){var t,r=e[0],o=e[1],i=Mn(r),l=Sn.find(function(e){return Mn(e.tier_name)===i});return{id:null!==(t=null==l?void 0:l.tier_id)&&void 0!==t?t:String(n+1),name:On(r),ruleCount:o.length,description:0===n?"".concat(b("tier.subtitle","These are the system-wide learnings applied across all stations.")):"These learnings apply after higher-priority tiers and may refine or relax default behavior.",isOpen:0===n,rules:p(o)}}),(f=d.getState().createdVariantInfo)&&f.length>0?(g=Object.fromEntries(l.flatMap(function(e,n){var t,r,o=e[0],i=null!==(r=null===(t=m[n])||void 0===t?void 0:t.id)&&void 0!==r?r:String(n+1);return[[o,i],[Mn(o),i],[On(o),i]]})),h=new Set(f.flatMap(function(e){return[e.tierName,Mn(e.tierName)]}).map(function(e){return g[e]}).filter(Boolean)),y=m.map(function(e){return t(t({},e),{isOpen:e.isOpen||h.has(e.id)})}),ce(y),(T=null===(S=null===(I=null===(_=f[0])||void 0===_?void 0:_.variants)||void 0===I?void 0:I[0])||void 0===S?void 0:S.id)?setTimeout(function(){var e=document.querySelector('[data-variant-id="'.concat(T,'"]'));e&&e.scrollIntoView({behavior:"smooth",block:"center"}),setTimeout(function(){return me()},1e4)},500):me()):ce(m),[3,5]):(ce([]),[2]);case 3:return w=n.sent(),console.error("Failed to fetch rule details",w),404!==(null==w?void 0:w.status)&&Ge((null==w?void 0:w.message)||"Failed to load rules. Please try again."),ce([]),[3,5];case 4:return o||Ue(!1),[7];case 5:return[2]}})})},Bn=ue?S((null==se?void 0:se.data)||null,ue):null,Jn=Bn?{ruleSetId:Bn.id,ruleSetName:Bn.name,ruleSetDesc:"",ruleCount:null===(N=null==Bn?void 0:Bn.metrics)||void 0===N?void 0:N.learningsCount}:void 0,Un=Boolean(null==se?void 0:se.data),qn=Boolean(ue&&!Bn&&Un),Wn=function(){if("stations"===de)return"custom";if(!Bn)return"global";switch(Bn.type){case"GLOBAL":default:return"global";case"SCOPE":return"genre";case"SUBSCOPE":case"Custom":return"custom"}},Gn=function(e){var n;if(!e)return o("p",{children:b("".concat(k,".deleteDialog.description"),"Are you sure you want to delete this rule? This action cannot be undone.")});var t=null==ve?void 0:ve.flatMap(function(e){var n;return null!==(n=e.rules)&&void 0!==n?n:[]}).find(function(n){return n.ruleId===e});return o("p",{children:b("".concat(k,".deleteDialog.description"),"Are you sure you want to delete ".concat(null==t?void 0:t.ruleTitle," rule? This action cannot be undone."),{rule_title:null!==(n=null==t?void 0:t.ruleTitle)&&void 0!==n?n:""})})},Qn={flow:ke,editingRule:Se,editingTier:be,editingVariants:xe,focusedVariantIndex:Ne,setFocusedVariantIndex:Ee,triggerAddVariant:ln,triggerFixGaps:yn,isDraftFlow:_n,copiedRule:Cn,copiedSourceTier:Rn,copiedTargetTier:An,initialDraftMessage:Ke,app_integration_id:ie,modeId:ae};return Jn?i(l,{children:[o(y,{ref:he}),o("div",t({className:j.container},{children:Je?o(h,{}):We?o(w,{errorMessage:We,onRetry:Pn}):o(T,{onAddRule:Fn,onDeleteRule:function(e){en(e)},onEditRule:function(e,n){Me("edit"),je(e),De(n||null),Le(e.variants||null),Ee(null),an(!0),In(!1),Tn(!1),Pe(function(e){return e+1}),_e(!0)},onEditVariant:function(e,n,t,r){var o,i,l,a,u=null!==(l=null===(i=null===(o=null==ve?void 0:ve.find(function(e){return e.name===t}))||void 0===o?void 0:o.rules)||void 0===i?void 0:i.find(function(e){return e.ruleId===n}))&&void 0!==l?l:null==ve?void 0:ve.flatMap(function(e){return e.rules}).find(function(e){return e.ruleId===n});if(u){if(e.is_drafted)return Me("create"),je(null),De(t||null),Le([e]),Ee(0),In(!0),an(!1),Tn(!1),Pe(function(e){return e+1}),void _e(!0);var s=null===(a=u.variants)||void 0===a?void 0:a.findIndex(function(n){return n.variantId===e.variantId}),d=void 0!==s&&-1!==s?s:0;Me("edit"),je(u),De(t||null),Le(u.variants||null),Ee(d),In(!1),an(!1),Tn(!1),Pe(function(e){return e+1}),_e(!0),"resolve_gaps"===r&&Tn(!0)}},onDeleteVariant:function(e,n){pn({variantId:e,ruleId:n})},onExportRule:function(){return e(void 0,void 0,void 0,function(){var e,t,r,i,l,a,u;return n(this,function(n){switch(n.label){case 0:if(!ue)return[2];$e(!0),n.label=1;case 1:return n.trys.push([1,3,4,5]),[4,p(ue)];case 2:return e=n.sent(),t=window.URL.createObjectURL(e),(r=document.createElement("a")).href=t,i=(null==Jn?void 0:Jn.ruleSetName)?"".concat(Jn.ruleSetName.replace(/\s+/g,"_"),"_rules.csv"):"ruleset_".concat(ue,".csv"),r.download=i,document.body.appendChild(r),r.click(),document.body.removeChild(r),window.URL.revokeObjectURL(t),null===(a=he.current)||void 0===a||a.show({severity:"success",sticky:!1,life:3e3,className:j.successToast,content:o(_,{message:"Ruleset exported successfully!"})}),[3,5];case 3:return l=n.sent(),console.error("Export error:",l),null===(u=he.current)||void 0===u||u.show({severity:"error",sticky:!1,className:j.errorToast,content:o(I,{message:l.message||"Failed to export ruleset. Please try again."})}),[3,5];case 4:return $e(!1),[7];case 5:return[2]}})})},isExporting:He,onToggleSuccess:function(){return Pn(!0)},onReorderRules:function(t,r,i,l,a){return e(void 0,void 0,void 0,function(){var e,u,s;return n(this,function(n){switch(n.label){case 0:return n.trys.push([0,2,,3]),[4,g(t,r,i,l,a)];case 1:return n.sent(),Pn(!0),null===(u=he.current)||void 0===u||u.show({severity:"success",sticky:!1,life:3e3,className:j.successToast,content:o(_,{message:"Rule order changed successfully. Future rule applications will follow the updated order."})}),[3,3];case 2:return e=n.sent(),console.error("Failed to reorder rules:",e),Pn(!0),null===(s=he.current)||void 0===s||s.show({severity:"error",sticky:!1,className:j.errorToast,content:o(I,{message:"Failed to update rule order. Please try again."})}),[3,3];case 3:return[2]}})})},onRefreshRuleSets:oe,setDeleteConfirmationUsedFor:dn,onCopyToTier:function(e,n,t,r,o){var i,l,a=null===(l=null===(i=null==ve?void 0:ve.find(function(e){return e.name===r}))||void 0===i?void 0:i.rules)||void 0===l?void 0:l.find(function(e){return e.ruleId===n});if(a){var u=["Add a new learning with the following details:","- Rule Title: ".concat(t),"- Description: ".concat(e.description),"- When to apply: ".concat(e.whenToApply),"- When NOT to apply: ".concat(e.whenNotToApply),"- Tier information: ".concat(o)].join("\n");Xe(u),bn(a),xn(r),kn(o),Me("create"),je(null),De(null),Le(null),Ee(null),In(!1),an(!1),Tn(!1),Pe(function(e){return e+1}),_e(!0)}}})})),we&&o(D,{children:o(R,{isOpen:we,onClose:Vn,app_integration_id:ie,token:le,mode:"ADD",config:ye,pluginPayload:t(t({},Qn),{initialScope:Wn(),ruleSet:Jn}),renderContinueModal:!1},Ve)}),o(x,{}),o(C,{isOpen:!!Ze,title:b("".concat(L,".deleteDialog.title"),X),description:Gn(Ze),warning:b("".concat(L,".deleteDialog.warningText"),Z),confirmText:b("".concat(L,".deleteDialog.deleteText"),re),cancelText:b("".concat(L,".deleteDialog.cancelText"),"Cancel"),loadingText:b("".concat(L,".deleteDialog.loadingText"),"Deleting..."),confirmBgColor:"#EF4444",onConfirm:function(){return e(void 0,void 0,void 0,function(){var e,t,r,i,l;return n(this,function(n){switch(n.label){case 0:if(!Ze)return[2];rn(!0),n.label=1;case 1:return n.trys.push([1,3,4,5]),[4,m(Ze)];case 2:return n.sent(),en(null),null===(t=he.current)||void 0===t||t.show({severity:"success",sticky:!1,life:3e3,className:j.successToast,content:o(_,{message:q})}),Pn(),oe&&oe(!1,ue||void 0),[3,5];case 3:return e=n.sent(),console.error("Failed to delete rule",e),null===(r=he.current)||void 0===r||r.show({severity:"error",sticky:!1,className:j.errorToast,content:o(I,{message:(null===(l=null===(i=null==e?void 0:e.response)||void 0===i?void 0:i.data)||void 0===l?void 0:l.detail)||H})}),[3,5];case 4:return rn(!1),[7];case 5:return[2]}})})},onCancel:function(){return en(null)},isLoading:tn,position:"fixed"}),o(C,{isOpen:!!vn,title:b("".concat(A,".deleteVariant.title"),X),description:"variantDeletion"===sn?o("span",{children:b("".concat(A,".deleteVariant.desc"),"Are you sure you want to delete this variant? This action cannot be undone.")}):Gn((null==vn?void 0:vn.ruleId)||null),warning:b("".concat(A,".deleteVariant.warningText"),"ruleDeletion"===sn?Z:ne),confirmText:b("".concat(A,".deleteDialog.deleteText"),re),cancelText:b("".concat(A,".cancelText"),"Cancel"),loadingText:b("".concat(A,".loadingText"),"Deleting..."),confirmBgColor:"#EF4444",onConfirm:function(){return e(void 0,void 0,void 0,function(){var e,t,r,i,l;return n(this,function(n){switch(n.label){case 0:if(!vn)return[2];gn(!0),n.label=1;case 1:return n.trys.push([1,6,7,8]),"ruleDeletion"!==sn?[3,3]:[4,f(vn.ruleId)];case 2:return n.sent(),[3,5];case 3:return[4,m(vn.variantId)];case 4:n.sent(),n.label=5;case 5:return pn(null),null===(t=he.current)||void 0===t||t.show({severity:"success",sticky:!1,life:3e3,className:j.successToast,content:o(_,{message:"ruleDeletion"===sn?q:G})}),Pn(),oe&&oe(!1,ue||void 0),[3,8];case 6:return e=n.sent(),console.error("Failed to delete variant",e),null===(r=he.current)||void 0===r||r.show({severity:"error",sticky:!1,className:j.errorToast,content:o(I,{message:(null===(l=null===(i=null==e?void 0:e.response)||void 0===i?void 0:i.data)||void 0===l?void 0:l.detail)||("ruleDeletion"===sn?H:z)})}),[3,8];case 7:return gn(!1),[7];case 8:return[2]}})})},onCancel:function(){return pn(null)},isLoading:fn,position:"fixed"})]}):qn?o(w,{title:"Scope Not Found",errorMessage:"The selected scope does not exist. Please refresh the page or choose a valid scope.",onRetry:function(){return null==oe?void 0:oe(!0)},retryButtonText:"Refresh"}):i(l,{children:[o(c,{onCreate:Fn,title:F,desc:P,button:J}),we&&o(D,{children:o(R,{isOpen:we,onClose:Vn,app_integration_id:ie,token:le,mode:"ADD",config:ye,pluginPayload:t(t({},Qn),{initialScope:Wn(),ruleSet:Jn}),renderContinueModal:!1},Ve)}),o(x,{})]})};export{O as default};
2
2
  //# sourceMappingURL=RuleContent.js.map
@@ -0,0 +1,2 @@
1
+ import{__assign as e,__awaiter as l,__generator as r}from"tslib";import{jsx as i,jsxs as a,Fragment as n}from"react/jsx-runtime";import{useState as s,useEffect as t}from"react";import{X as c,Loader2 as o}from"lucide-react";import d from"../styles/CreateLearningSetModal.module.css.js";var u=function(u){var m=u.isOpen,v=u.onClose,h=u.onSubmit,p=u.title,f=u.description,b=u.inputLabel,N=u.submitLabel,g=u.placeholder,C=void 0===g?"":g,y=u.initialValue,k=void 0===y?"":y,x=u.isLoading,L=void 0!==x&&x,S=s(""),B=S[0],M=S[1],j=s(null),w=j[0],E=j[1];if(t(function(){m&&(M(k),E(null))},[m,k]),!m)return null;return i("div",e({className:d.overlay},{children:a("div",e({className:d.modal},{children:[a("div",e({className:d.header},{children:[a("div",e({className:d.headerContent},{children:[i("h2",e({className:d.title},{children:p})),f&&i("p",e({className:d.description},{children:f}))]})),i("button",e({onClick:v,className:d.closeBtn,disabled:L},{children:i(c,{size:24})}))]})),i("div",e({className:d.form},{children:a("div",e({className:d.formGroup},{children:[a("label",e({className:d.label},{children:[i("span",e({className:d.asterisk},{children:"*"})),b]})),i("input",{type:"text",value:B,onChange:function(e){var l=e.target.value;if(l.length>50)return M(l.slice(0,50)),void E("Maximum 50 characters allowed");M(l),w&&E(null)},className:"".concat(d.inputField," ").concat(w?d.inputError:""),placeholder:C,disabled:L}),w&&i("p",e({className:d.errorMessage},{children:w}))]}))})),a("div",e({className:d.footer},{children:[i("button",e({onClick:v,className:d.cancelBtn,disabled:L},{children:"Cancel"})),i("button",e({onClick:function(){return l(void 0,void 0,void 0,function(){var e,l,i;return r(this,function(r){switch(r.label){case 0:if(!(B.trim()?(E(null),1):(E("".concat(b.replace("*","").trim()," is required")),0)))return[2];r.label=1;case 1:return r.trys.push([1,3,,4]),[4,h(B)];case 2:return r.sent(),v(),[3,4];case 3:return e=r.sent(),console.error("Error in submission",e),409===(null==e?void 0:e.status)?(E(null===(i=null===(l=null==e?void 0:e.response)||void 0===l?void 0:l.data)||void 0===i?void 0:i.message),[2]):(E((null==e?void 0:e.message)||"An error occurred. Please try again."),[3,4]);case 4:return[2]}})})},className:d.confirmBtn,disabled:L},{children:L?a(n,{children:[i(o,{className:d.spinner}),"Save"===N?"Saving...":"Creating..."]}):N}))]}))]}))}))};export{u as default};
2
+ //# sourceMappingURL=CreateLearningSetModal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateLearningSetModal.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}