@e-llm-studio/instant-learning 1.3.0-alpha.19 → 1.3.0-alpha.190
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.
- package/README.md +704 -32
- package/dist/ComponentRegistry.js +2 -0
- package/dist/ComponentRegistry.js.map +1 -0
- package/dist/ContinueWithTemplateModal.js +2 -0
- package/dist/ContinueWithTemplateModal.js.map +1 -0
- package/dist/ContinueWithTemplateModal.module.css.js +2 -0
- package/dist/ContinueWithTemplateModal.module.css.js.map +1 -0
- package/dist/ILMarketplaceWrapper.js +2 -0
- package/dist/ILMarketplaceWrapper.js.map +1 -0
- package/dist/ILMarketplaceWrapper.module.css.js +2 -0
- package/dist/ILMarketplaceWrapper.module.css.js.map +1 -0
- package/dist/api/transport.js +2 -0
- package/dist/api/transport.js.map +1 -0
- package/dist/cjs/ComponentRegistry.js +2 -0
- package/dist/cjs/ComponentRegistry.js.map +1 -0
- package/dist/cjs/ContinueWithTemplateModal.js +2 -0
- package/dist/cjs/ContinueWithTemplateModal.js.map +1 -0
- package/dist/cjs/ContinueWithTemplateModal.module.css.js +2 -0
- package/dist/cjs/ContinueWithTemplateModal.module.css.js.map +1 -0
- package/dist/cjs/ILMarketplaceWrapper.js +2 -0
- package/dist/cjs/ILMarketplaceWrapper.js.map +1 -0
- package/dist/cjs/ILMarketplaceWrapper.module.css.js +2 -0
- package/dist/cjs/ILMarketplaceWrapper.module.css.js.map +1 -0
- package/dist/cjs/api/transport.js +2 -0
- package/dist/cjs/api/transport.js.map +1 -0
- package/dist/cjs/features/DocumentLearning/DocumentLearning.js +1 -1
- package/dist/cjs/features/DocumentLearning/_components/BookLearningForm.js +1 -1
- package/dist/cjs/features/DocumentLearning/_components/ChatComponent.js +1 -1
- package/dist/cjs/features/IL-OTJ/ILOTJ.js +1 -1
- package/dist/cjs/features/IL-OTJ/ILOTJTest.js +1 -1
- package/dist/cjs/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.js +1 -1
- package/dist/cjs/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/AccordianSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ChatComponents/NormalChat.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/CitationLink.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ConflictingReasoningCard.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/CriticalGaps.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ILPopup.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/InputDataReasoningCard.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MarkdownRenderer.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MarkdownRenderer.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/MarkdownRenderer.module.css.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MarkdownRenderer.module.css.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/MessageRendering.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ViewFormUpdateCard.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ViewIdentifiedFieldsCard.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/_svg/EditPencilIcon.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/EditPencilIcon.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/templates/SchemaDriven/SchemaDrivenCreateRule.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/SchemaDriven/SchemaDrivenCreateRule.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
- package/dist/cjs/features/IL-OTJ/helpers/message-rendering-utils.js +1 -1
- package/dist/cjs/features/IL-marketplace/components/GuidelineCardMenu.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCardMenu.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCardMenu.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCardMenu.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCart.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCart.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCart.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCart.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCartHeader.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCartHeader.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCartHeader.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCartHeader.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCartItem.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCartItem.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCartItem.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineCartItem.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineConfirmDialog.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineConfirmDialog.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineConfirmDialog.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineConfirmDialog.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineEmptyState.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineEmptyState.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineEmptyState.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineEmptyState.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineFilterPanel.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineFilterPanel.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineFilterPanel.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineFilterPanel.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineHeader.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineHeader.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineHeader.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineHeader.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineIconButton.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineIconButton.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineIconButton.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineIconButton.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLandingPage.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLandingPage.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLandingPage.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLandingPage.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibrary.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibrary.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibrary.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibrary.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibraryCard.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibraryCard.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibraryCard.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibraryCard.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibraryContent.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibraryContent.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibraryTab.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineLibraryTab.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineProceedButton.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineProceedButton.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineProceedButton.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineProceedButton.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineSelectButton.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineSelectButton.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineSelectButton.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineSelectButton.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineStatusChip.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineStatusChip.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineStatusChip.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineStatusChip.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineTooltip.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/GuidelineTooltip.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionBody.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionBody.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionFooter.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionFooter.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationBody.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationBody.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationFooter.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationFooter.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.constants.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.constants.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryFooter.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryFooter.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsFooter.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsFooter.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/LearningManagementWrapper.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/LearningManagementWrapper.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/VersionSelectDropdown.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/VersionSelectDropdown.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/components/VersionSelectDropdown.module.css.js +2 -0
- package/dist/cjs/features/IL-marketplace/components/VersionSelectDropdown.module.css.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/constants.js +2 -0
- package/dist/cjs/features/IL-marketplace/constants.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/hooks/useControllableState.js +2 -0
- package/dist/cjs/features/IL-marketplace/hooks/useControllableState.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/hooks/useDeleteGuidelineMutation.js +2 -0
- package/dist/cjs/features/IL-marketplace/hooks/useDeleteGuidelineMutation.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/hooks/useGuidelineSelection.js +2 -0
- package/dist/cjs/features/IL-marketplace/hooks/useGuidelineSelection.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/hooks/useMarketplaceApprovalStatus.js +2 -0
- package/dist/cjs/features/IL-marketplace/hooks/useMarketplaceApprovalStatus.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/hooks/useMarketplacePublishILKBData.js +2 -0
- package/dist/cjs/features/IL-marketplace/hooks/useMarketplacePublishILKBData.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/icons/GuidelineSpinner.js +2 -0
- package/dist/cjs/features/IL-marketplace/icons/GuidelineSpinner.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/queryClient.js +2 -0
- package/dist/cjs/features/IL-marketplace/queryClient.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/services/IL-marketplace.api.js +2 -0
- package/dist/cjs/features/IL-marketplace/services/IL-marketplace.api.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/services/guideline.cart.api.js +2 -0
- package/dist/cjs/features/IL-marketplace/services/guideline.cart.api.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/services/guideline.core.api.js +2 -0
- package/dist/cjs/features/IL-marketplace/services/guideline.core.api.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/services/guideline.runtime.config.js +2 -0
- package/dist/cjs/features/IL-marketplace/services/guideline.runtime.config.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/services/guideline.session.js +2 -0
- package/dist/cjs/features/IL-marketplace/services/guideline.session.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/services/instant-learning.api.js +2 -0
- package/dist/cjs/features/IL-marketplace/services/instant-learning.api.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/store/usePublishTemplateStore.js +2 -0
- package/dist/cjs/features/IL-marketplace/store/usePublishTemplateStore.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/utils/guidelineFiles.js +2 -0
- package/dist/cjs/features/IL-marketplace/utils/guidelineFiles.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/utils/guidelineOverlay.js +2 -0
- package/dist/cjs/features/IL-marketplace/utils/guidelineOverlay.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/utils/microfrontend.js +2 -0
- package/dist/cjs/features/IL-marketplace/utils/microfrontend.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/utils/session.js +2 -0
- package/dist/cjs/features/IL-marketplace/utils/session.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/utils.js +2 -0
- package/dist/cjs/features/IL-marketplace/utils.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/workspace/useGuidelineWorkspace.js +2 -0
- package/dist/cjs/features/IL-marketplace/workspace/useGuidelineWorkspace.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/workspace/workspace.context.js +2 -0
- package/dist/cjs/features/IL-marketplace/workspace/workspace.context.js.map +1 -0
- package/dist/cjs/features/IL-marketplace/workspace/workspace.runtime.js +2 -0
- package/dist/cjs/features/IL-marketplace/workspace/workspace.runtime.js.map +1 -0
- package/dist/cjs/features/InstantLearning/_components/ChatComponent.js +1 -1
- package/dist/cjs/features/InstantLearning/_components/ContextualChatComponent.js +1 -1
- package/dist/cjs/features/InstantLearning/_components/ContextualLearningForm.js +1 -1
- package/dist/cjs/features/InstantLearning/_components/LearningDetailsForm.js +1 -1
- package/dist/cjs/features/LearningManagement/AuditLog/AuditLog.js +1 -1
- package/dist/cjs/features/LearningManagement/LearningManagement.js +1 -1
- package/dist/cjs/features/LearningManagement/LearningManagementTest.js +2 -0
- package/dist/cjs/features/LearningManagement/LearningManagementTest.js.map +1 -0
- package/dist/cjs/features/LearningManagement/LearningTemplateLayout.js +1 -1
- package/dist/cjs/features/LearningManagement/RBAC/AccessManagementPanel.js +1 -1
- package/dist/cjs/features/LearningManagement/RBAC/AccessPanel.js +1 -1
- package/dist/cjs/features/LearningManagement/RuleContent/AddScopeApprovalSearchComponent.js +1 -1
- package/dist/cjs/features/LearningManagement/RuleContent/AddScopeModal.js +1 -1
- package/dist/cjs/features/LearningManagement/RuleContent/ApprovalLearningDialog.js +1 -1
- package/dist/cjs/features/LearningManagement/RuleContent/InstructionPromptBlock.js +2 -0
- package/dist/cjs/features/LearningManagement/RuleContent/InstructionPromptBlock.js.map +1 -0
- package/dist/cjs/features/LearningManagement/RuleContent/RuleAccordionHeader.js +1 -1
- package/dist/cjs/features/LearningManagement/RuleContent/RuleContent.js +1 -1
- package/dist/cjs/features/LearningManagement/RuleContent/RuleHeader.js +1 -1
- package/dist/cjs/features/LearningManagement/RuleContent/RuleTierList.js +1 -1
- package/dist/cjs/features/LearningManagement/RuleContent/TierCard.js +1 -1
- package/dist/cjs/features/LearningManagement/RuleContent/VariantCard.js +1 -1
- package/dist/cjs/features/LearningManagement/ScopeSelector.js +2 -0
- package/dist/cjs/features/LearningManagement/ScopeSelector.js.map +1 -0
- package/dist/cjs/features/LearningManagement/Sidebar.js +1 -1
- package/dist/cjs/features/LearningManagement/StationsContent/StationsContent.js +1 -1
- package/dist/cjs/features/LearningManagement/apis/apiConfig.js +1 -1
- package/dist/cjs/features/LearningManagement/apis/scopeApis.js +1 -1
- package/dist/cjs/features/LearningManagement/components/CreateRuleSetLegacyModal.js +1 -1
- package/dist/cjs/features/LearningManagement/components/EmptyLearningState.js +1 -1
- package/dist/cjs/features/LearningManagement/components/InstantLearningModal.js +1 -1
- package/dist/cjs/features/LearningManagement/components/InstantLearningModalDynamic.js +2 -0
- package/dist/cjs/features/LearningManagement/components/InstantLearningModalDynamic.js.map +1 -0
- package/dist/cjs/features/LearningManagement/components/PromptTextEditor.js +2 -0
- package/dist/cjs/features/LearningManagement/components/PromptTextEditor.js.map +1 -0
- package/dist/cjs/features/LearningManagement/components/ScopeSkeletonLoader.js +1 -1
- package/dist/cjs/features/LearningManagement/components/ScopeTree/TreeMenu.js +1 -1
- package/dist/cjs/features/LearningManagement/components/ScopeTree/TreeNode.js +1 -1
- package/dist/cjs/features/LearningManagement/components/ScopeTree/TreeNodeHeader.js +1 -1
- package/dist/cjs/features/LearningManagement/components/ScopeTree/TreeSidebar.js +1 -1
- package/dist/cjs/features/LearningManagement/components/StationOnboarding/DayToggleSelector.js +2 -0
- package/dist/cjs/features/LearningManagement/components/StationOnboarding/DayToggleSelector.js.map +1 -0
- package/dist/cjs/features/LearningManagement/components/StationOnboarding/StationOnboardModal.js +1 -1
- package/dist/cjs/features/LearningManagement/config.js +1 -1
- package/dist/cjs/features/LearningManagement/constants.js +2 -0
- package/dist/cjs/features/LearningManagement/constants.js.map +1 -0
- package/dist/cjs/features/LearningManagement/hooks/useLearningTemplateQueryParams.js +1 -1
- package/dist/cjs/features/LearningManagement/queries/useLMSConfigQuery.js +1 -1
- package/dist/cjs/features/LearningManagement/store/useEnvStore.js +1 -1
- package/dist/cjs/features/LearningManagement/store/useExternalWorkflowStore.js +2 -0
- package/dist/cjs/features/LearningManagement/store/useExternalWorkflowStore.js.map +1 -0
- package/dist/cjs/features/LearningManagement/store/useLMSConfigStore.js +1 -1
- package/dist/cjs/features/LearningManagement/store/useLearningTemplateStore.js +1 -1
- package/dist/cjs/features/LearningManagement/store/usePermissionsStore.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/LearningContent.module.css.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/LearningContentSkeleton.module.css.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/LearningTemplateLayout.module.css.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/LearningTemplateManagement.module.css.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/LearningTemplateManagementSkeleton.module.css.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/PromptTextEditor.module.css.js +2 -0
- package/dist/cjs/features/LearningManagement/styles/PromptTextEditor.module.css.js.map +1 -0
- package/dist/cjs/features/LearningManagement/styles/RuleAccordion.module.css.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/ScopeTree.module.css.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/Sidebar.module.css.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/StationsContent.module.css.js +1 -1
- package/dist/cjs/features/LearningManagement/styles/TierCard.module.css.js +1 -1
- package/dist/cjs/features/LearningManagement/utils/learningMetadataUtils.js +2 -0
- package/dist/cjs/features/LearningManagement/utils/learningMetadataUtils.js.map +1 -0
- package/dist/cjs/features/LearningManagement/utils/treeUtils.js +1 -1
- package/dist/cjs/hooks/useAgentFix.js +1 -1
- package/dist/cjs/hooks/useAgentSuggestions.js +1 -1
- package/dist/cjs/hooks/useAgentValidation.js +1 -1
- package/dist/cjs/hooks/useExistingAgentCheck.js +1 -1
- package/dist/cjs/hooks/useExistingPromptCheck.js +1 -1
- package/dist/cjs/hooks/usePromptFix.js +1 -1
- package/dist/cjs/hooks/usePromptSuggestions.js +1 -1
- package/dist/cjs/hooks/usePromptValidation.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/plugins/ValueTypes/Default/DefaultTeachMeRenderer.js +1 -1
- package/dist/cjs/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.js +1 -1
- package/dist/cjs/plugins/ValueTypes/RadioTrafficLearning/RadioTrafficLearningRenderer.js +1 -1
- package/dist/cjs/schema-driven/BPARenderer.js +2 -0
- package/dist/cjs/schema-driven/BPARenderer.js.map +1 -0
- package/dist/cjs/schema-driven/FallbackField.js +2 -0
- package/dist/cjs/schema-driven/FallbackField.js.map +1 -0
- package/dist/cjs/schema-driven/components/ConditionSectionField.js +2 -0
- package/dist/cjs/schema-driven/components/ConditionSectionField.js.map +1 -0
- package/dist/cjs/schema-driven/components/ConfigSectionField.js +2 -0
- package/dist/cjs/schema-driven/components/ConfigSectionField.js.map +1 -0
- package/dist/cjs/schema-driven/components/DropdownSectionField.js +2 -0
- package/dist/cjs/schema-driven/components/DropdownSectionField.js.map +1 -0
- package/dist/cjs/schema-driven/components/GlobalSetupAccordionField.js +2 -0
- package/dist/cjs/schema-driven/components/GlobalSetupAccordionField.js.map +1 -0
- package/dist/cjs/schema-driven/components/GroupEditRow.js +2 -0
- package/dist/cjs/schema-driven/components/GroupEditRow.js.map +1 -0
- package/dist/cjs/schema-driven/components/PromptTextEditorField.js +2 -0
- package/dist/cjs/schema-driven/components/PromptTextEditorField.js.map +1 -0
- package/dist/cjs/schema-driven/components/ScopeSectionField.js +2 -0
- package/dist/cjs/schema-driven/components/ScopeSectionField.js.map +1 -0
- package/dist/cjs/schema-driven/components/TextInputField.js +2 -0
- package/dist/cjs/schema-driven/components/TextInputField.js.map +1 -0
- package/dist/cjs/schema-driven/components/VariantListField.js +2 -0
- package/dist/cjs/schema-driven/components/VariantListField.js.map +1 -0
- package/dist/cjs/schema-driven/primitives/Accordion.js +2 -0
- package/dist/cjs/schema-driven/primitives/Accordion.js.map +1 -0
- package/dist/cjs/schema-driven/store/useDynamicFormStore.js +2 -0
- package/dist/cjs/schema-driven/store/useDynamicFormStore.js.map +1 -0
- package/dist/cjs/schema-driven/utils/PayloadUtils.js +2 -0
- package/dist/cjs/schema-driven/utils/PayloadUtils.js.map +1 -0
- package/dist/cjs/schema-driven/utils/aiReasoning.js +2 -0
- package/dist/cjs/schema-driven/utils/aiReasoning.js.map +1 -0
- package/dist/cjs/service/InstantLearningService.js +1 -1
- package/dist/cjs/utils/agentGenieAPI.js +1 -1
- package/dist/cjs/utils/bookGenieAPI.js +1 -1
- package/dist/cjs/utils/instantLearningAPI.js +1 -1
- package/dist/features/DocumentLearning/DocumentLearning.js +1 -1
- package/dist/features/DocumentLearning/_components/BookLearningForm.js +1 -1
- package/dist/features/DocumentLearning/_components/ChatComponent.js +1 -1
- package/dist/features/IL-OTJ/ILOTJ.js +1 -1
- package/dist/features/IL-OTJ/ILOTJTest.js +1 -1
- package/dist/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.js +1 -1
- package/dist/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.js +1 -1
- package/dist/features/IL-OTJ/_components/AccordianSection.js +1 -1
- package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
- package/dist/features/IL-OTJ/_components/ChatComponents/NormalChat.js +1 -1
- package/dist/features/IL-OTJ/_components/CitationLink.js +1 -1
- package/dist/features/IL-OTJ/_components/ConflictingReasoningCard.js +1 -1
- package/dist/features/IL-OTJ/_components/CriticalGaps.js +1 -1
- package/dist/features/IL-OTJ/_components/ILPopup.js +1 -1
- package/dist/features/IL-OTJ/_components/InputDataReasoningCard.js +1 -1
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js +1 -1
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js +1 -1
- package/dist/features/IL-OTJ/_components/MarkdownRenderer.js +2 -0
- package/dist/features/IL-OTJ/_components/MarkdownRenderer.js.map +1 -0
- package/dist/features/IL-OTJ/_components/MarkdownRenderer.module.css.js +2 -0
- package/dist/features/IL-OTJ/_components/MarkdownRenderer.module.css.js.map +1 -0
- package/dist/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.js +1 -1
- package/dist/features/IL-OTJ/_components/MessageRendering/MessageRendering.js +1 -1
- package/dist/features/IL-OTJ/_components/ViewFormUpdateCard.js +1 -1
- package/dist/features/IL-OTJ/_components/ViewIdentifiedFieldsCard.js +1 -1
- package/dist/features/IL-OTJ/_components/_svg/EditPencilIcon.js +2 -0
- package/dist/features/IL-OTJ/_components/_svg/EditPencilIcon.js.map +1 -0
- package/dist/features/IL-OTJ/_components/atoms/Textarea/Textarea.js +1 -1
- package/dist/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
- package/dist/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.js +2 -0
- package/dist/features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.js.map +1 -0
- package/dist/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
- package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +1 -1
- package/dist/features/IL-OTJ/_components/templates/SchemaDriven/SchemaDrivenCreateRule.js +2 -0
- package/dist/features/IL-OTJ/_components/templates/SchemaDriven/SchemaDrivenCreateRule.js.map +1 -0
- package/dist/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js +1 -1
- package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
- package/dist/features/IL-OTJ/helpers/message-rendering-utils.js +1 -1
- package/dist/features/IL-marketplace/components/GuidelineCardMenu.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineCardMenu.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineCardMenu.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineCardMenu.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineCart.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineCart.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineCart.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineCart.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineCartHeader.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineCartHeader.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineCartHeader.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineCartHeader.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineCartItem.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineCartItem.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineCartItem.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineCartItem.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineConfirmDialog.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineConfirmDialog.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineConfirmDialog.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineConfirmDialog.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineEmptyState.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineEmptyState.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineEmptyState.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineEmptyState.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineFilterPanel.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineFilterPanel.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineFilterPanel.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineFilterPanel.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineHeader.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineHeader.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineHeader.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineHeader.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineIconButton.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineIconButton.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineIconButton.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineIconButton.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineLandingPage.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineLandingPage.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineLandingPage.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineLandingPage.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineLibrary.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineLibrary.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineLibrary.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineLibrary.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineLibraryCard.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineLibraryCard.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineLibraryCard.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineLibraryCard.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineLibraryContent.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineLibraryContent.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineLibraryTab.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineLibraryTab.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineProceedButton.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineProceedButton.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineProceedButton.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineProceedButton.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineSelectButton.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineSelectButton.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineSelectButton.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineSelectButton.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineStatusChip.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineStatusChip.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineStatusChip.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineStatusChip.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/GuidelineTooltip.js +2 -0
- package/dist/features/IL-marketplace/components/GuidelineTooltip.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionBody.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionBody.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionFooter.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionFooter.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationBody.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationBody.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationFooter.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationFooter.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.constants.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.constants.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryFooter.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryFooter.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsFooter.js +2 -0
- package/dist/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsFooter.js.map +1 -0
- package/dist/features/IL-marketplace/components/LearningManagementWrapper.js +2 -0
- package/dist/features/IL-marketplace/components/LearningManagementWrapper.js.map +1 -0
- package/dist/features/IL-marketplace/components/VersionSelectDropdown.js +2 -0
- package/dist/features/IL-marketplace/components/VersionSelectDropdown.js.map +1 -0
- package/dist/features/IL-marketplace/components/VersionSelectDropdown.module.css.js +2 -0
- package/dist/features/IL-marketplace/components/VersionSelectDropdown.module.css.js.map +1 -0
- package/dist/features/IL-marketplace/constants.js +2 -0
- package/dist/features/IL-marketplace/constants.js.map +1 -0
- package/dist/features/IL-marketplace/hooks/useControllableState.js +2 -0
- package/dist/features/IL-marketplace/hooks/useControllableState.js.map +1 -0
- package/dist/features/IL-marketplace/hooks/useDeleteGuidelineMutation.js +2 -0
- package/dist/features/IL-marketplace/hooks/useDeleteGuidelineMutation.js.map +1 -0
- package/dist/features/IL-marketplace/hooks/useGuidelineSelection.js +2 -0
- package/dist/features/IL-marketplace/hooks/useGuidelineSelection.js.map +1 -0
- package/dist/features/IL-marketplace/hooks/useMarketplaceApprovalStatus.js +2 -0
- package/dist/features/IL-marketplace/hooks/useMarketplaceApprovalStatus.js.map +1 -0
- package/dist/features/IL-marketplace/hooks/useMarketplacePublishILKBData.js +2 -0
- package/dist/features/IL-marketplace/hooks/useMarketplacePublishILKBData.js.map +1 -0
- package/dist/features/IL-marketplace/icons/GuidelineSpinner.js +2 -0
- package/dist/features/IL-marketplace/icons/GuidelineSpinner.js.map +1 -0
- package/dist/features/IL-marketplace/queryClient.js +2 -0
- package/dist/features/IL-marketplace/queryClient.js.map +1 -0
- package/dist/features/IL-marketplace/services/IL-marketplace.api.js +2 -0
- package/dist/features/IL-marketplace/services/IL-marketplace.api.js.map +1 -0
- package/dist/features/IL-marketplace/services/guideline.cart.api.js +2 -0
- package/dist/features/IL-marketplace/services/guideline.cart.api.js.map +1 -0
- package/dist/features/IL-marketplace/services/guideline.core.api.js +2 -0
- package/dist/features/IL-marketplace/services/guideline.core.api.js.map +1 -0
- package/dist/features/IL-marketplace/services/guideline.runtime.config.js +2 -0
- package/dist/features/IL-marketplace/services/guideline.runtime.config.js.map +1 -0
- package/dist/features/IL-marketplace/services/guideline.session.js +2 -0
- package/dist/features/IL-marketplace/services/guideline.session.js.map +1 -0
- package/dist/features/IL-marketplace/services/instant-learning.api.js +2 -0
- package/dist/features/IL-marketplace/services/instant-learning.api.js.map +1 -0
- package/dist/features/IL-marketplace/store/usePublishTemplateStore.js +2 -0
- package/dist/features/IL-marketplace/store/usePublishTemplateStore.js.map +1 -0
- package/dist/features/IL-marketplace/utils/guidelineFiles.js +2 -0
- package/dist/features/IL-marketplace/utils/guidelineFiles.js.map +1 -0
- package/dist/features/IL-marketplace/utils/guidelineOverlay.js +2 -0
- package/dist/features/IL-marketplace/utils/guidelineOverlay.js.map +1 -0
- package/dist/features/IL-marketplace/utils/microfrontend.js +2 -0
- package/dist/features/IL-marketplace/utils/microfrontend.js.map +1 -0
- package/dist/features/IL-marketplace/utils/session.js +2 -0
- package/dist/features/IL-marketplace/utils/session.js.map +1 -0
- package/dist/features/IL-marketplace/utils.js +2 -0
- package/dist/features/IL-marketplace/utils.js.map +1 -0
- package/dist/features/IL-marketplace/workspace/useGuidelineWorkspace.js +2 -0
- package/dist/features/IL-marketplace/workspace/useGuidelineWorkspace.js.map +1 -0
- package/dist/features/IL-marketplace/workspace/workspace.context.js +2 -0
- package/dist/features/IL-marketplace/workspace/workspace.context.js.map +1 -0
- package/dist/features/IL-marketplace/workspace/workspace.runtime.js +2 -0
- package/dist/features/IL-marketplace/workspace/workspace.runtime.js.map +1 -0
- package/dist/features/InstantLearning/_components/ChatComponent.js +1 -1
- package/dist/features/InstantLearning/_components/ContextualChatComponent.js +1 -1
- package/dist/features/InstantLearning/_components/ContextualLearningForm.js +1 -1
- package/dist/features/InstantLearning/_components/LearningDetailsForm.js +1 -1
- package/dist/features/LearningManagement/AuditLog/AuditLog.js +1 -1
- package/dist/features/LearningManagement/LearningManagement.js +1 -1
- package/dist/features/LearningManagement/LearningManagementTest.js +2 -0
- package/dist/features/LearningManagement/LearningManagementTest.js.map +1 -0
- package/dist/features/LearningManagement/LearningTemplateLayout.js +1 -1
- package/dist/features/LearningManagement/RBAC/AccessManagementPanel.js +1 -1
- package/dist/features/LearningManagement/RBAC/AccessPanel.js +1 -1
- package/dist/features/LearningManagement/RuleContent/AddScopeApprovalSearchComponent.js +1 -1
- package/dist/features/LearningManagement/RuleContent/AddScopeModal.js +1 -1
- package/dist/features/LearningManagement/RuleContent/ApprovalLearningDialog.js +1 -1
- package/dist/features/LearningManagement/RuleContent/InstructionPromptBlock.js +2 -0
- package/dist/features/LearningManagement/RuleContent/InstructionPromptBlock.js.map +1 -0
- package/dist/features/LearningManagement/RuleContent/RuleAccordionHeader.js +1 -1
- package/dist/features/LearningManagement/RuleContent/RuleContent.js +1 -1
- package/dist/features/LearningManagement/RuleContent/RuleHeader.js +1 -1
- package/dist/features/LearningManagement/RuleContent/RuleTierList.js +1 -1
- package/dist/features/LearningManagement/RuleContent/TierCard.js +1 -1
- package/dist/features/LearningManagement/RuleContent/VariantCard.js +1 -1
- package/dist/features/LearningManagement/ScopeSelector.js +2 -0
- package/dist/features/LearningManagement/ScopeSelector.js.map +1 -0
- package/dist/features/LearningManagement/Sidebar.js +1 -1
- package/dist/features/LearningManagement/StationsContent/StationsContent.js +1 -1
- package/dist/features/LearningManagement/apis/apiConfig.js +1 -1
- package/dist/features/LearningManagement/apis/scopeApis.js +1 -1
- package/dist/features/LearningManagement/components/CreateRuleSetLegacyModal.js +1 -1
- package/dist/features/LearningManagement/components/EmptyLearningState.js +1 -1
- package/dist/features/LearningManagement/components/InstantLearningModal.js +1 -1
- package/dist/features/LearningManagement/components/InstantLearningModalDynamic.js +2 -0
- package/dist/features/LearningManagement/components/InstantLearningModalDynamic.js.map +1 -0
- package/dist/features/LearningManagement/components/PromptTextEditor.js +2 -0
- package/dist/features/LearningManagement/components/PromptTextEditor.js.map +1 -0
- package/dist/features/LearningManagement/components/ScopeSkeletonLoader.js +1 -1
- package/dist/features/LearningManagement/components/ScopeTree/TreeMenu.js +1 -1
- package/dist/features/LearningManagement/components/ScopeTree/TreeNode.js +1 -1
- package/dist/features/LearningManagement/components/ScopeTree/TreeNodeHeader.js +1 -1
- package/dist/features/LearningManagement/components/ScopeTree/TreeSidebar.js +1 -1
- package/dist/features/LearningManagement/components/StationOnboarding/DayToggleSelector.js +2 -0
- package/dist/features/LearningManagement/components/StationOnboarding/DayToggleSelector.js.map +1 -0
- package/dist/features/LearningManagement/components/StationOnboarding/StationOnboardModal.js +1 -1
- package/dist/features/LearningManagement/config.js +1 -1
- package/dist/features/LearningManagement/constants.js +2 -0
- package/dist/features/LearningManagement/constants.js.map +1 -0
- package/dist/features/LearningManagement/hooks/useLearningTemplateQueryParams.js +1 -1
- package/dist/features/LearningManagement/queries/useLMSConfigQuery.js +1 -1
- package/dist/features/LearningManagement/store/useEnvStore.js +1 -1
- package/dist/features/LearningManagement/store/useExternalWorkflowStore.js +2 -0
- package/dist/features/LearningManagement/store/useExternalWorkflowStore.js.map +1 -0
- package/dist/features/LearningManagement/store/useLMSConfigStore.js +1 -1
- package/dist/features/LearningManagement/store/useLearningTemplateStore.js +1 -1
- package/dist/features/LearningManagement/store/usePermissionsStore.js +1 -1
- package/dist/features/LearningManagement/styles/LearningContent.module.css.js +1 -1
- package/dist/features/LearningManagement/styles/LearningContentSkeleton.module.css.js +1 -1
- package/dist/features/LearningManagement/styles/LearningTemplateLayout.module.css.js +1 -1
- package/dist/features/LearningManagement/styles/LearningTemplateManagement.module.css.js +1 -1
- package/dist/features/LearningManagement/styles/LearningTemplateManagementSkeleton.module.css.js +1 -1
- package/dist/features/LearningManagement/styles/PromptTextEditor.module.css.js +2 -0
- package/dist/features/LearningManagement/styles/PromptTextEditor.module.css.js.map +1 -0
- package/dist/features/LearningManagement/styles/RuleAccordion.module.css.js +1 -1
- package/dist/features/LearningManagement/styles/ScopeTree.module.css.js +1 -1
- package/dist/features/LearningManagement/styles/Sidebar.module.css.js +1 -1
- package/dist/features/LearningManagement/styles/StationsContent.module.css.js +1 -1
- package/dist/features/LearningManagement/styles/TierCard.module.css.js +1 -1
- package/dist/features/LearningManagement/utils/learningMetadataUtils.js +2 -0
- package/dist/features/LearningManagement/utils/learningMetadataUtils.js.map +1 -0
- package/dist/features/LearningManagement/utils/treeUtils.js +1 -1
- package/dist/hooks/useAgentFix.js +1 -1
- package/dist/hooks/useAgentSuggestions.js +1 -1
- package/dist/hooks/useAgentValidation.js +1 -1
- package/dist/hooks/useExistingAgentCheck.js +1 -1
- package/dist/hooks/useExistingPromptCheck.js +1 -1
- package/dist/hooks/usePromptFix.js +1 -1
- package/dist/hooks/usePromptSuggestions.js +1 -1
- package/dist/hooks/usePromptValidation.js +1 -1
- package/dist/index.js +1 -1
- package/dist/plugins/ValueTypes/Default/DefaultTeachMeRenderer.js +1 -1
- package/dist/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.js +1 -1
- package/dist/plugins/ValueTypes/RadioTrafficLearning/RadioTrafficLearningRenderer.js +1 -1
- package/dist/schema-driven/BPARenderer.js +2 -0
- package/dist/schema-driven/BPARenderer.js.map +1 -0
- package/dist/schema-driven/FallbackField.js +2 -0
- package/dist/schema-driven/FallbackField.js.map +1 -0
- package/dist/schema-driven/components/ConditionSectionField.js +2 -0
- package/dist/schema-driven/components/ConditionSectionField.js.map +1 -0
- package/dist/schema-driven/components/ConfigSectionField.js +2 -0
- package/dist/schema-driven/components/ConfigSectionField.js.map +1 -0
- package/dist/schema-driven/components/DropdownSectionField.js +2 -0
- package/dist/schema-driven/components/DropdownSectionField.js.map +1 -0
- package/dist/schema-driven/components/GlobalSetupAccordionField.js +2 -0
- package/dist/schema-driven/components/GlobalSetupAccordionField.js.map +1 -0
- package/dist/schema-driven/components/GroupEditRow.js +2 -0
- package/dist/schema-driven/components/GroupEditRow.js.map +1 -0
- package/dist/schema-driven/components/PromptTextEditorField.js +2 -0
- package/dist/schema-driven/components/PromptTextEditorField.js.map +1 -0
- package/dist/schema-driven/components/ScopeSectionField.js +2 -0
- package/dist/schema-driven/components/ScopeSectionField.js.map +1 -0
- package/dist/schema-driven/components/TextInputField.js +2 -0
- package/dist/schema-driven/components/TextInputField.js.map +1 -0
- package/dist/schema-driven/components/VariantListField.js +2 -0
- package/dist/schema-driven/components/VariantListField.js.map +1 -0
- package/dist/schema-driven/primitives/Accordion.js +2 -0
- package/dist/schema-driven/primitives/Accordion.js.map +1 -0
- package/dist/schema-driven/store/useDynamicFormStore.js +2 -0
- package/dist/schema-driven/store/useDynamicFormStore.js.map +1 -0
- package/dist/schema-driven/utils/PayloadUtils.js +2 -0
- package/dist/schema-driven/utils/PayloadUtils.js.map +1 -0
- package/dist/schema-driven/utils/aiReasoning.js +2 -0
- package/dist/schema-driven/utils/aiReasoning.js.map +1 -0
- package/dist/service/InstantLearningService.js +1 -1
- package/dist/types/src/ComponentRegistry.d.ts +13 -0
- package/dist/types/src/ComponentRegistry.d.ts.map +1 -0
- package/dist/types/src/ContinueWithTemplateModal.d.ts +24 -0
- package/dist/types/src/ContinueWithTemplateModal.d.ts.map +1 -0
- package/dist/types/src/ILMarketplaceMockTest.d.ts +4 -0
- package/dist/types/src/ILMarketplaceMockTest.d.ts.map +1 -0
- package/dist/types/src/ILMarketplaceWrapper.d.ts +162 -0
- package/dist/types/src/ILMarketplaceWrapper.d.ts.map +1 -0
- package/dist/types/src/PublishToMarketplaceTest.d.ts +3 -0
- package/dist/types/src/PublishToMarketplaceTest.d.ts.map +1 -0
- package/dist/types/src/api/transport.d.ts +44 -0
- package/dist/types/src/api/transport.d.ts.map +1 -0
- package/dist/types/src/features/DocumentLearning/DocumentLearning.d.ts.map +1 -1
- package/dist/types/src/features/DocumentLearning/_components/BookLearningForm.d.ts.map +1 -1
- package/dist/types/src/features/DocumentLearning/_components/LearningDetailsForm.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts +8 -2
- package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.d.ts +38 -17
- package/dist/types/src/features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.d.ts +13 -1
- package/dist/types/src/features/IL-OTJ/ValueTypeWrappers/TeachMeWrapper.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts +3 -1
- package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/CitationLink.d.ts +1 -1
- package/dist/types/src/features/IL-OTJ/_components/CitationLink.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts +3 -1
- package/dist/types/src/features/IL-OTJ/_components/ILPopup.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/InputDataReasoningCard.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MarkdownRenderer.d.ts +25 -0
- package/dist/types/src/features/IL-OTJ/_components/MarkdownRenderer.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/ClickableChatComponents.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts +9 -1
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ViewFormUpdateCard.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ViewIdentifiedFieldsCard.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/_svg/EditPencilIcon.d.ts +7 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/EditPencilIcon.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/index.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/_components/index.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +4 -1
- package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts +2 -1
- package/dist/types/src/features/IL-OTJ/_components/molecules/Sections/SectionWrapper.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.d.ts +17 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/DropdownSection/index.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/DropdownSection/index.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/templates/SchemaDriven/SchemaDrivenCreateRule.d.ts +12 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/SchemaDriven/SchemaDrivenCreateRule.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.d.ts +2 -1
- package/dist/types/src/features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts +6 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/helpers/message-rendering-utils.d.ts.map +1 -1
- package/dist/types/src/features/IL-marketplace/components/GuidelineCardMenu.d.ts +34 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineCardMenu.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineCart.d.ts +4 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineCart.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineCartHeader.d.ts +14 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineCartHeader.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineCartItem.d.ts +16 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineCartItem.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineConfirmDialog.d.ts +18 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineConfirmDialog.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineEmptyState.d.ts +11 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineEmptyState.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineFilterPanel.d.ts +9 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineFilterPanel.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineHeader.d.ts +4 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineHeader.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineIconButton.d.ts +15 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineIconButton.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineLandingPage.d.ts +4 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineLandingPage.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineLibrary.d.ts +65 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineLibrary.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineLibraryCard.d.ts +77 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineLibraryCard.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineLibraryContent.d.ts +89 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineLibraryContent.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineLibraryTab.d.ts +26 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineLibraryTab.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineProceedButton.d.ts +4 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineProceedButton.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineSelectButton.d.ts +11 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineSelectButton.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineStatusChip.d.ts +9 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineStatusChip.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineTooltip.d.ts +10 -0
- package/dist/types/src/features/IL-marketplace/components/GuidelineTooltip.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionBody.d.ts +3 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionBody.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionFooter.d.ts +8 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/LearningsSelectionFooter.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationBody.d.ts +3 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationBody.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationFooter.d.ts +8 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/LearningsValidationFooter.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.d.ts +8 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishEmptyState.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.d.ts +4 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepBody.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.d.ts +4 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepFooter.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.d.ts +5 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishStepper.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.constants.d.ts +3 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.constants.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.types.d.ts +92 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplace.types.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.d.ts +28 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/PublishToMarketplaceCompnent.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.d.ts +4 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryBody.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryFooter.d.ts +12 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/ReleaseSummaryFooter.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.d.ts +4 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsBody.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsFooter.d.ts +8 -0
- package/dist/types/src/features/IL-marketplace/components/ILMarketPlacePublish/TemplateDetailsFooter.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/LearningManagementWrapper.d.ts +24 -0
- package/dist/types/src/features/IL-marketplace/components/LearningManagementWrapper.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/components/VersionSelectDropdown.d.ts +13 -0
- package/dist/types/src/features/IL-marketplace/components/VersionSelectDropdown.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/constants.d.ts +183 -0
- package/dist/types/src/features/IL-marketplace/constants.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/hooks/useControllableState.d.ts +8 -0
- package/dist/types/src/features/IL-marketplace/hooks/useControllableState.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/hooks/useDeleteGuidelineMutation.d.ts +10 -0
- package/dist/types/src/features/IL-marketplace/hooks/useDeleteGuidelineMutation.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/hooks/useGuidelineSelection.d.ts +17 -0
- package/dist/types/src/features/IL-marketplace/hooks/useGuidelineSelection.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/hooks/useGuidelineWorkspaceLegacyBridge.d.ts +6 -0
- package/dist/types/src/features/IL-marketplace/hooks/useGuidelineWorkspaceLegacyBridge.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/hooks/useMarketplaceApprovalStatus.d.ts +4 -0
- package/dist/types/src/features/IL-marketplace/hooks/useMarketplaceApprovalStatus.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/hooks/useMarketplacePublishILKBData.d.ts +29 -0
- package/dist/types/src/features/IL-marketplace/hooks/useMarketplacePublishILKBData.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/icons/GuidelineSpinner.d.ts +7 -0
- package/dist/types/src/features/IL-marketplace/icons/GuidelineSpinner.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/index.d.ts +42 -0
- package/dist/types/src/features/IL-marketplace/index.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/queryClient.d.ts +3 -0
- package/dist/types/src/features/IL-marketplace/queryClient.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/services/IL-marketplace.api.d.ts +154 -0
- package/dist/types/src/features/IL-marketplace/services/IL-marketplace.api.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.api.d.ts +2 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.api.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.cart.api.d.ts +28 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.cart.api.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.chat.d.ts +2 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.chat.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.content.d.ts +2 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.content.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.core.api.d.ts +51 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.core.api.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.runtime.config.d.ts +47 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.runtime.config.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.session.d.ts +10 -0
- package/dist/types/src/features/IL-marketplace/services/guideline.session.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/services/instant-learning.api.d.ts +112 -0
- package/dist/types/src/features/IL-marketplace/services/instant-learning.api.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/services/instant-learning.wishlist.d.ts +8 -0
- package/dist/types/src/features/IL-marketplace/services/instant-learning.wishlist.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/store/usePublishTemplateStore.d.ts +14 -0
- package/dist/types/src/features/IL-marketplace/store/usePublishTemplateStore.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/types/add-context.types.d.ts +39 -0
- package/dist/types/src/features/IL-marketplace/types/add-context.types.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/types/api.types.d.ts +116 -0
- package/dist/types/src/features/IL-marketplace/types/api.types.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/types/file-item.d.ts +60 -0
- package/dist/types/src/features/IL-marketplace/types/file-item.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/types/guideline.api.types.d.ts +11 -0
- package/dist/types/src/features/IL-marketplace/types/guideline.api.types.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/types/guideline.types.d.ts +42 -0
- package/dist/types/src/features/IL-marketplace/types/guideline.types.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/types.d.ts +432 -0
- package/dist/types/src/features/IL-marketplace/types.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/utils/addContextHelpers.d.ts +6 -0
- package/dist/types/src/features/IL-marketplace/utils/addContextHelpers.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/utils/cn.d.ts +3 -0
- package/dist/types/src/features/IL-marketplace/utils/cn.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/utils/guidelineFiles.d.ts +17 -0
- package/dist/types/src/features/IL-marketplace/utils/guidelineFiles.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/utils/guidelineOverlay.d.ts +3 -0
- package/dist/types/src/features/IL-marketplace/utils/guidelineOverlay.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/utils/guidelineSort.d.ts +3 -0
- package/dist/types/src/features/IL-marketplace/utils/guidelineSort.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/utils/microfrontend.d.ts +13 -0
- package/dist/types/src/features/IL-marketplace/utils/microfrontend.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/utils/session.d.ts +4 -0
- package/dist/types/src/features/IL-marketplace/utils/session.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/utils/url.d.ts +2 -0
- package/dist/types/src/features/IL-marketplace/utils/url.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/utils.d.ts +75 -0
- package/dist/types/src/features/IL-marketplace/utils.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/workspace/useGuidelineWorkspace.d.ts +44 -0
- package/dist/types/src/features/IL-marketplace/workspace/useGuidelineWorkspace.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/workspace/workspace.context.d.ts +9 -0
- package/dist/types/src/features/IL-marketplace/workspace/workspace.context.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/workspace/workspace.runtime.d.ts +12 -0
- package/dist/types/src/features/IL-marketplace/workspace/workspace.runtime.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/workspace/workspace.selectors.d.ts +5 -0
- package/dist/types/src/features/IL-marketplace/workspace/workspace.selectors.d.ts.map +1 -0
- package/dist/types/src/features/IL-marketplace/workspace/workspace.types.d.ts +89 -0
- package/dist/types/src/features/IL-marketplace/workspace/workspace.types.d.ts.map +1 -0
- package/dist/types/src/features/InstantLearning/_components/ContextualLearningForm.d.ts.map +1 -1
- package/dist/types/src/features/InstantLearning/_components/LearningDetailsForm.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/AuditLog/AuditLog.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/LearningManagement.d.ts +30 -1
- package/dist/types/src/features/LearningManagement/LearningManagement.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/LearningManagementTest.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/LearningTemplateLayout.d.ts +11 -1
- package/dist/types/src/features/LearningManagement/LearningTemplateLayout.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RBAC/AccessManagementPanel.d.ts +1 -1
- package/dist/types/src/features/LearningManagement/RBAC/AccessManagementPanel.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RBAC/AccessPanel.d.ts +0 -2
- package/dist/types/src/features/LearningManagement/RBAC/AccessPanel.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RuleContent/AddScopeApprovalSearchComponent.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RuleContent/AddScopeModal.d.ts +3 -0
- package/dist/types/src/features/LearningManagement/RuleContent/AddScopeModal.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RuleContent/ApprovalLearningDialog.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RuleContent/InstructionPromptBlock.d.ts +27 -0
- package/dist/types/src/features/LearningManagement/RuleContent/InstructionPromptBlock.d.ts.map +1 -0
- package/dist/types/src/features/LearningManagement/RuleContent/RuleAccordionHeader.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RuleContent/RuleContent.d.ts +1 -0
- package/dist/types/src/features/LearningManagement/RuleContent/RuleContent.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RuleContent/RuleHeader.d.ts +2 -0
- package/dist/types/src/features/LearningManagement/RuleContent/RuleHeader.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RuleContent/RuleTierList.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RuleContent/TierCard.d.ts +1 -0
- package/dist/types/src/features/LearningManagement/RuleContent/TierCard.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/RuleContent/VariantCard.d.ts +4 -0
- package/dist/types/src/features/LearningManagement/RuleContent/VariantCard.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/ScopeSelector.d.ts +45 -0
- package/dist/types/src/features/LearningManagement/ScopeSelector.d.ts.map +1 -0
- package/dist/types/src/features/LearningManagement/Sidebar.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/StationsContent/StationsContent.d.ts +1 -0
- package/dist/types/src/features/LearningManagement/StationsContent/StationsContent.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/apis/apiConfig.d.ts +10 -0
- package/dist/types/src/features/LearningManagement/apis/apiConfig.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/apis/scopeApis.d.ts +42 -6
- package/dist/types/src/features/LearningManagement/apis/scopeApis.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/CreateRuleSetLegacyModal.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/EmptyLearningState.d.ts +6 -0
- package/dist/types/src/features/LearningManagement/components/EmptyLearningState.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/InstantLearningModal.d.ts +1 -0
- package/dist/types/src/features/LearningManagement/components/InstantLearningModal.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/InstantLearningModalDynamic.d.ts +59 -0
- package/dist/types/src/features/LearningManagement/components/InstantLearningModalDynamic.d.ts.map +1 -0
- package/dist/types/src/features/LearningManagement/components/PromptTextEditor.d.ts +44 -0
- package/dist/types/src/features/LearningManagement/components/PromptTextEditor.d.ts.map +1 -0
- package/dist/types/src/features/LearningManagement/components/ScopeSkeletonLoader.d.ts +4 -0
- package/dist/types/src/features/LearningManagement/components/ScopeSkeletonLoader.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeMenu.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeNode.d.ts +9 -0
- package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeNode.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeNodeHeader.d.ts +2 -0
- package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeNodeHeader.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/ScopeTree/TreeSidebar.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/components/StationOnboarding/DayToggleSelector.d.ts +13 -0
- package/dist/types/src/features/LearningManagement/components/StationOnboarding/DayToggleSelector.d.ts.map +1 -0
- package/dist/types/src/features/LearningManagement/components/StationOnboarding/StationOnboardModal.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/constants.d.ts +19 -0
- package/dist/types/src/features/LearningManagement/constants.d.ts.map +1 -0
- package/dist/types/src/features/LearningManagement/hooks/useLearningTemplateQueryParams.d.ts +13 -0
- package/dist/types/src/features/LearningManagement/hooks/useLearningTemplateQueryParams.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/queries/useApprovalQueries.d.ts +11 -8
- package/dist/types/src/features/LearningManagement/queries/useApprovalQueries.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/queries/useLMSConfigQuery.d.ts +8 -1
- package/dist/types/src/features/LearningManagement/queries/useLMSConfigQuery.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/store/useEnvStore.d.ts +2 -0
- package/dist/types/src/features/LearningManagement/store/useEnvStore.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/store/useExternalWorkflowStore.d.ts +38 -0
- package/dist/types/src/features/LearningManagement/store/useExternalWorkflowStore.d.ts.map +1 -0
- package/dist/types/src/features/LearningManagement/store/useLMSConfigStore.d.ts +158 -0
- package/dist/types/src/features/LearningManagement/store/useLMSConfigStore.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/store/useLearningTemplateStore.d.ts +13 -0
- package/dist/types/src/features/LearningManagement/store/useLearningTemplateStore.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/store/usePermissionsStore.d.ts +2 -1
- package/dist/types/src/features/LearningManagement/store/usePermissionsStore.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/types.d.ts +53 -0
- package/dist/types/src/features/LearningManagement/types.d.ts.map +1 -1
- package/dist/types/src/features/LearningManagement/utils/learningMetadataUtils.d.ts +12 -0
- package/dist/types/src/features/LearningManagement/utils/learningMetadataUtils.d.ts.map +1 -0
- package/dist/types/src/features/LearningManagement/utils/treeUtils.d.ts +2 -1
- package/dist/types/src/features/LearningManagement/utils/treeUtils.d.ts.map +1 -1
- package/dist/types/src/hooks/useAgentFix.d.ts.map +1 -1
- package/dist/types/src/hooks/useAgentSuggestions.d.ts.map +1 -1
- package/dist/types/src/hooks/useAgentValidation.d.ts.map +1 -1
- package/dist/types/src/hooks/useExistingAgentCheck.d.ts.map +1 -1
- package/dist/types/src/hooks/useExistingPromptCheck.d.ts.map +1 -1
- package/dist/types/src/hooks/usePromptFix.d.ts.map +1 -1
- package/dist/types/src/hooks/usePromptSuggestions.d.ts.map +1 -1
- package/dist/types/src/hooks/usePromptValidation.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +47 -0
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/plugins/ValueTypes/Category/CategoryTeachMeRenderer.d.ts +1 -0
- package/dist/types/src/plugins/ValueTypes/Category/CategoryTeachMeRenderer.d.ts.map +1 -1
- package/dist/types/src/plugins/ValueTypes/Default/DefaultTeachMeRenderer.d.ts.map +1 -1
- package/dist/types/src/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.d.ts +1 -0
- package/dist/types/src/plugins/ValueTypes/Guidelines/GuidelinesTeachMeRenderer.d.ts.map +1 -1
- package/dist/types/src/schema-driven/BPARenderer.d.ts +14 -0
- package/dist/types/src/schema-driven/BPARenderer.d.ts.map +1 -0
- package/dist/types/src/schema-driven/FallbackField.d.ts +13 -0
- package/dist/types/src/schema-driven/FallbackField.d.ts.map +1 -0
- package/dist/types/src/schema-driven/components/ConditionSectionField.d.ts +3 -0
- package/dist/types/src/schema-driven/components/ConditionSectionField.d.ts.map +1 -0
- package/dist/types/src/schema-driven/components/ConfigSectionField.d.ts +3 -0
- package/dist/types/src/schema-driven/components/ConfigSectionField.d.ts.map +1 -0
- package/dist/types/src/schema-driven/components/DropdownSectionField.d.ts +3 -0
- package/dist/types/src/schema-driven/components/DropdownSectionField.d.ts.map +1 -0
- package/dist/types/src/schema-driven/components/GlobalSetupAccordionField.d.ts +3 -0
- package/dist/types/src/schema-driven/components/GlobalSetupAccordionField.d.ts.map +1 -0
- package/dist/types/src/schema-driven/components/GroupEditRow.d.ts +3 -0
- package/dist/types/src/schema-driven/components/GroupEditRow.d.ts.map +1 -0
- package/dist/types/src/schema-driven/components/PromptTextEditorField.d.ts +3 -0
- package/dist/types/src/schema-driven/components/PromptTextEditorField.d.ts.map +1 -0
- package/dist/types/src/schema-driven/components/ScopeSectionField.d.ts +3 -0
- package/dist/types/src/schema-driven/components/ScopeSectionField.d.ts.map +1 -0
- package/dist/types/src/schema-driven/components/TextInputField.d.ts +3 -0
- package/dist/types/src/schema-driven/components/TextInputField.d.ts.map +1 -0
- package/dist/types/src/schema-driven/components/VariantListField.d.ts +3 -0
- package/dist/types/src/schema-driven/components/VariantListField.d.ts.map +1 -0
- package/dist/types/src/schema-driven/demoSchema.d.ts +13 -0
- package/dist/types/src/schema-driven/demoSchema.d.ts.map +1 -0
- package/dist/types/src/schema-driven/primitives/Accordion.d.ts +10 -0
- package/dist/types/src/schema-driven/primitives/Accordion.d.ts.map +1 -0
- package/dist/types/src/schema-driven/store/useDynamicFormStore.d.ts +20 -0
- package/dist/types/src/schema-driven/store/useDynamicFormStore.d.ts.map +1 -0
- package/dist/types/src/schema-driven/types.d.ts +63 -0
- package/dist/types/src/schema-driven/types.d.ts.map +1 -0
- package/dist/types/src/schema-driven/utils/PayloadUtils.d.ts +81 -0
- package/dist/types/src/schema-driven/utils/PayloadUtils.d.ts.map +1 -0
- package/dist/types/src/schema-driven/utils/aiReasoning.d.ts +5 -0
- package/dist/types/src/schema-driven/utils/aiReasoning.d.ts.map +1 -0
- package/dist/types/src/service/API.d.ts.map +1 -1
- package/dist/types/src/service/GoogleFilePickerService.d.ts.map +1 -1
- package/dist/types/src/service/InstantLearningService.d.ts +12 -1
- package/dist/types/src/service/InstantLearningService.d.ts.map +1 -1
- package/dist/types/src/service/ModelService.d.ts.map +1 -1
- package/dist/types/src/service/SavedDataSetService.d.ts.map +1 -1
- package/dist/types/src/utils/bookGenieAPI.d.ts.map +1 -1
- package/dist/types/src/utils/date.d.ts.map +1 -1
- package/dist/types/src/utils/instantLearningAPI.d.ts.map +1 -1
- package/dist/utils/agentGenieAPI.js +1 -1
- package/dist/utils/bookGenieAPI.js +1 -1
- package/dist/utils/instantLearningAPI.js +1 -1
- package/package.json +41 -17
- package/dist/cjs/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js.map +0 -1
- package/dist/cjs/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js +0 -2
- package/dist/cjs/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js.map +0 -1
- package/dist/cjs/features/LearningManagement/assets/Search-result(add new).svg.js +0 -2
- package/dist/cjs/features/LearningManagement/assets/Search-result(add new).svg.js.map +0 -1
- package/dist/cjs/features/LearningManagement/components/CreateLearningSetModal.js +0 -2
- package/dist/cjs/features/LearningManagement/components/CreateLearningSetModal.js.map +0 -1
- package/dist/cjs/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.js +0 -2
- package/dist/cjs/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.js.map +0 -1
- package/dist/cjs/features/LearningManagement/styles/CreateLearningSetModal.module.css.js +0 -2
- package/dist/cjs/features/LearningManagement/styles/CreateLearningSetModal.module.css.js.map +0 -1
- package/dist/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js +0 -2
- package/dist/features/IL-OTJ/_components/templates/BaseTemplate/BaseTemplate.js.map +0 -1
- package/dist/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js +0 -2
- package/dist/features/IL-OTJ/_components/templates/CreateCategory/CreateCategory.js.map +0 -1
- package/dist/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js +0 -2
- package/dist/features/IL-OTJ/_components/templates/WorkflowComposer/WorkflowComposer.js.map +0 -1
- package/dist/features/LearningManagement/assets/Search-result(add new).svg.js +0 -2
- package/dist/features/LearningManagement/assets/Search-result(add new).svg.js.map +0 -1
- package/dist/features/LearningManagement/components/CreateLearningSetModal.js +0 -2
- package/dist/features/LearningManagement/components/CreateLearningSetModal.js.map +0 -1
- package/dist/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.js +0 -2
- package/dist/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.js.map +0 -1
- package/dist/features/LearningManagement/styles/CreateLearningSetModal.module.css.js +0 -2
- package/dist/features/LearningManagement/styles/CreateLearningSetModal.module.css.js.map +0 -1
- package/dist/types/src/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.d.ts +0 -12
- package/dist/types/src/features/LearningManagement/components/StationOnboarding/BackwardStationOnboardModal.d.ts.map +0 -1
- package/dist/types/src/routes/ErrorBoundary.d.ts +0 -22
- package/dist/types/src/routes/ErrorBoundary.d.ts.map +0 -1
- package/dist/types/src/routes/Routes.d.ts +0 -3
- package/dist/types/src/routes/Routes.d.ts.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__awaiter as n,__generator as t,__assign as e}from"tslib";import{useState as o}from"react";var
|
|
1
|
+
import{__awaiter as n,__generator as t,__assign as e}from"tslib";import{useState as o}from"react";import{http as r}from"../api/transport.js";var a=function(a){var i=o(!1),s=i[0],c=i[1],u=o([]),l=u[0],p=u[1],f=o(null),d=f[0],w=f[1];return{fixAgentRules:function(o,i,s,u,l){return n(void 0,void 0,void 0,function(){var n,f,d,h,m,x,v;return t(this,function(t){switch(t.label){case 0:c(!0),p([]),w(null),n=e(e({},o),{wta:i.wta.map(function(n){return n.text}),wnta:i.wnta.map(function(n){return n.text}),mode:"AgentGenie",agent_description:u,agent_context:s,llm:l,n:1}),t.label=1;case 1:return t.trys.push([1,3,4,5]),[4,r.post("".concat(a,"/instant_learning/mode-wta-validation-fix"),n)];case 2:return f=t.sent(),d=f.data,h=[],null===(x=d.response.conditions_whentoapply)||void 0===x||x.forEach(function(n){h.push({type:"wta",text:n.whentoapply,score:n.confidence_score,reason:n.reason})}),null===(v=d.response.conditions_whennottoapply)||void 0===v||v.forEach(function(n){h.push({type:"wnta",text:n.whennottoapply,score:n.confidence_score,reason:n.reason})}),p(h),[3,5];case 3:return m=t.sent(),console.error("Failed to fix rules:",m),w(m),[3,5];case 4:return c(!1),[7];case 5:return[2]}})})},isFixing:s,fixedSuggestions:l,error:d}};export{a as default};
|
|
2
2
|
//# sourceMappingURL=useAgentFix.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__awaiter as e,__generator as
|
|
1
|
+
import{__awaiter as e,__generator as o}from"tslib";import{useState as n,useEffect as t}from"react";import s from"./useDebounce.js";import{http as r}from"../api/transport.js";var a=function(a,i,c,l,u,p){void 0===u&&(u=!0);var d=n([]),f=d[0],g=d[1],h=n(!1),m=h[0],v=h[1],w=n(null),y=w[0],_=w[1],b=s(a,500),x=s(i,500);return t(function(){if(x&&u){e(void 0,void 0,void 0,function(){var e,n,t,s,a,i,c;return o(this,function(o){switch(o.label){case 0:console.log("[".concat((new Date).toLocaleTimeString(),"] Attempting to fetch suggestions...")),v(!0),_(null),o.label=1;case 1:return o.trys.push([1,3,4,5]),e={agent_context:b,agent_description:x,mode:"AgentGenie",llm:l,n:1},console.log("API Payload:",e),[4,r.post("".concat(p,"/instant_learning/mode-wta-suggestion"),e)];case 2:return n=o.sent(),t=n.data,s=[],null===(i=t.response.conditions_whentoapply)||void 0===i||i.forEach(function(e){s.push({type:"wta",text:e.whentoapply,score:e.confidence_score,reason:e.reason})}),null===(c=t.response.conditions_whennottoapply)||void 0===c||c.forEach(function(e){s.push({type:"wnta",text:e.whennottoapply,score:e.confidence_score,reason:e.reason})}),g(s),[3,5];case 3:return a=o.sent(),console.error("Failed to fetch suggestions:",a),_(a),[3,5];case 4:return v(!1),[7];case 5:return[2]}})})}else g([])},[b,x,c,u]),{suggestions:f,isLoading:m,error:y}};export{a as default};
|
|
2
2
|
//# sourceMappingURL=useAgentSuggestions.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__awaiter as n,__generator as t}from"tslib";import{useState as e,useCallback as r}from"react";var o=function(o,
|
|
1
|
+
import{__awaiter as n,__generator as t}from"tslib";import{useState as e,useCallback as r}from"react";import{http as a}from"../api/transport.js";var o=function(o,l,i){var s=e(!1),u=s[0],c=s[1],d=e(null),f=d[0],p=d[1],m=e(null),v=m[0],g=m[1],w=r(function(e,r){return n(void 0,void 0,void 0,function(){var n,s,u,d;return t(this,function(t){switch(t.label){case 0:if(c(!0),p(null),g(null),0===(n={agent_context:o,agent_description:l,mode:"AgentGenie",llm:r,wta:e.wta.map(function(n){return n.text}),wnta:e.wnta.map(function(n){return n.text})}).wta.length)return console.error("WTA conditions cannot be empty."),c(!1),[2,null];t.label=1;case 1:return t.trys.push([1,3,4,5]),[4,a.post("".concat(i,"/instant_learning/mode-wta-validation"),n)];case 2:return s=t.sent(),(u=s.data).response.is_valid?(console.log("Validation Successful!"),p(null)):(console.warn("Validation failed, conflicts found."),p(u.response)),[2,u.response];case 3:return d=t.sent(),console.error("Failed to validate rules:",d),g(d),[2,null];case 4:return c(!1),[7];case 5:return[2]}})})},[o,l,i]);return{validateAgentRules:w,clearValidation:function(){p(null)},isSaving:u,validationResponse:f,error:v}};export{o as default};
|
|
2
2
|
//# sourceMappingURL=useAgentValidation.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__awaiter as n,__generator as
|
|
1
|
+
import{__awaiter as n,__generator as t}from"tslib";import{useState as e}from"react";import{http as r}from"../api/transport.js";var s=function(s){var o=e(!1),i=o[0],a=o[1],c=e(null),l=c[0],u=c[1],f=e(null),g=f[0],p=f[1];return{checkExistingRules:function(e,o,i,c){return n(void 0,void 0,void 0,function(){var n,l,f,g;return t(this,function(t){switch(t.label){case 0:a(!0),p(null),u(null),n={mode:"AgentGenie",assistantname:i,organizationname:c,wta:e.wta.map(function(n){return n.text}),wnta:e.wnta.map(function(n){return n.text}),agent_id:o},console.log("Checking for existing DB conflicts with payload:",n),t.label=1;case 1:return t.trys.push([1,3,4,5]),[4,r.post("".concat(s,"/instant_learning/mode-wta-existing"),n)];case 2:return l=t.sent(),(f=l.data).response?(console.log("DB check successful. Setting state with:",f.response),u(f.response)):(console.error("DB check: API response object was missing."),u(null)),[3,5];case 3:return g=t.sent(),console.error("Failed to check for existing rules:",g),p(g),[3,5];case 4:return a(!1),[7];case 5:return[2]}})})},isLoading:i,existingConflicts:l,error:g,clearExistingAgentConflicts:function(){u(null)}}};export{s as default};
|
|
2
2
|
//# sourceMappingURL=useExistingAgentCheck.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__awaiter as
|
|
1
|
+
import{__awaiter as t,__generator as e}from"tslib";import{useState as n}from"react";import{http as r}from"../api/transport.js";var o=function(o){var i=n(!1),s=i[0],c=i[1],l=n(null),a=l[0],u=l[1],p=n(null),m=p[0],f=p[1];return{checkExistingPromptRules:function(n,i,s,l){return t(void 0,void 0,void 0,function(){var t,a,p,m;return e(this,function(e){switch(e.label){case 0:c(!0),f(null),u(null),t={mode:"PromptGenie",template_title:i,template_description:s,wta:n.wta.map(function(t){return t.text}).join(" OR "),wnta:n.wnta.map(function(t){return t.text}).join(" OR "),llm:l},console.log("Checking for existing DB conflicts (PromptGenie) with payload:",t),e.label=1;case 1:return e.trys.push([1,3,4,5]),[4,r.post("".concat(o,"/instant_learning/mode-wta-existing"),t)];case 2:return a=e.sent(),(p=a.data).response?(console.log("DB check (PromptGenie) successful. Setting state with:",p.response),u(p.response)):(console.error("DB check (PromptGenie): API response object was missing."),u(null)),[3,5];case 3:return m=e.sent(),console.error("Failed to check for existing prompt rules:",m),f(m),[3,5];case 4:return c(!1),[7];case 5:return[2]}})})},isLoading:s,existingPromptConflicts:a,error:m,clearExistingPromptConflicts:function(){u(null)}}};export{o as default};
|
|
2
2
|
//# sourceMappingURL=useExistingPromptCheck.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__awaiter as t,__generator as e,__assign as n}from"tslib";import{useState as o}from"react";var
|
|
1
|
+
import{__awaiter as t,__generator as e,__assign as n}from"tslib";import{useState as o}from"react";import{http as r}from"../api/transport.js";var a=function(a){var i=o(!1),s=i[0],c=i[1],p=o([]),u=p[0],l=p[1],f=o(null),d=f[0],m=f[1];return{fixPromptRules:function(o,i,s,p,u){return t(void 0,void 0,void 0,function(){var t,f,d,w,h,x,v;return e(this,function(e){switch(e.label){case 0:c(!0),l([]),m(null),t=n(n({},o),{wta:i.wta.map(function(t){return t.text}),wnta:i.wnta.map(function(t){return t.text}),mode:"PromptGenie",template_context:s,template_description:p,llm:u}),e.label=1;case 1:return e.trys.push([1,3,4,5]),[4,r.post("".concat(a,"/instant_learning/mode-wta-validation-fix"),t)];case 2:return f=e.sent(),d=f.data,w=[],null===(x=d.response.conditions_whentoapply)||void 0===x||x.forEach(function(t){w.push({type:"wta",text:t.whentoapply,score:t.confidence_score,reason:t.reason})}),null===(v=d.response.conditions_whennottoapply)||void 0===v||v.forEach(function(t){w.push({type:"wnta",text:t.whennottoapply,score:t.confidence_score,reason:t.reason})}),l(w),[3,5];case 3:return h=e.sent(),console.error("Failed to fix prompt rules:",h),m(h),[3,5];case 4:return c(!1),[7];case 5:return[2]}})})},isFixing:s,fixedSuggestions:u,error:d}};export{a as default};
|
|
2
2
|
//# sourceMappingURL=usePromptFix.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__awaiter as e,__generator as
|
|
1
|
+
import{__awaiter as e,__generator as o}from"tslib";import{useState as t,useEffect as n}from"react";import r from"./useDebounce.js";import{http as s}from"../api/transport.js";var a=function(a,i,c,p,l,u){void 0===l&&(l=!0);var d=t([]),f=d[0],m=d[1],h=t(!1),v=h[0],g=h[1],w=t(null),y=w[0],_=w[1],b=r(a,500),x=r(i,500);return n(function(){if(b&&x&&l){e(void 0,void 0,void 0,function(){var e,t,n,r,a,i,c;return o(this,function(o){switch(o.label){case 0:g(!0),_(null),o.label=1;case 1:return o.trys.push([1,3,4,5]),e={template_context:b,template_description:x,mode:"PromptGenie",llm:p,n:1},[4,s.post("".concat(u,"/instant_learning/mode-wta-suggestion"),e)];case 2:return t=o.sent(),n=t.data,r=[],null===(i=n.response.conditions_whentoapply)||void 0===i||i.forEach(function(e){r.push({type:"wta",text:e.whentoapply,score:e.confidence_score,reason:e.reason})}),null===(c=n.response.conditions_whennottoapply)||void 0===c||c.forEach(function(e){r.push({type:"wnta",text:e.whennottoapply,score:e.confidence_score,reason:e.reason})}),m(r),[3,5];case 3:return a=o.sent(),console.error("Failed to fetch prompt suggestions:",a),_(a),[3,5];case 4:return g(!1),[7];case 5:return[2]}})})}else m([])},[b,x,c,l]),{suggestions:f,isLoading:v,error:y}};export{a as default};
|
|
2
2
|
//# sourceMappingURL=usePromptSuggestions.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__awaiter as n,__generator as t}from"tslib";import{useState as e}from"react";var
|
|
1
|
+
import{__awaiter as n,__generator as t}from"tslib";import{useState as e}from"react";import{http as o}from"../api/transport.js";var r=function(r,a,l,i){void 0===l&&(l=!0);var s=e(!1),u=s[0],c=s[1],p=e(null),d=p[0],m=p[1],f=e(null),v=f[0],w=f[1];return{validateRules:function(e,s){return n(void 0,void 0,void 0,function(){var n,u,p,d;return t(this,function(t){switch(t.label){case 0:if(!l)return[2,null];if(c(!0),m(null),w(null),0===(n={template_context:r,template_description:a,wta:e.wta.map(function(n){return n.text}),wnta:e.wnta.map(function(n){return n.text}),mode:"PromptGenie",llm_model:s}).wta.length)return console.error("WTA conditions cannot be empty."),w(new Error("When to Apply conditions cannot be empty.")),c(!1),[2,null];t.label=1;case 1:return t.trys.push([1,3,4,5]),[4,o.post("".concat(i,"/instant_learning/mode-wta-validation"),n)];case 2:return u=t.sent(),(p=u.data).response.is_valid?(console.log("Prompt Validation Successful!"),m(null)):(console.warn("Prompt Validation failed, conflicts found."),m(p.response)),[2,p.response];case 3:return d=t.sent(),console.error("Failed to validate prompt rules:",d),w(d),[2,null];case 4:return c(!1),[7];case 5:return[2]}})})},clearValidation:function(){m(null)},isSaving:u,validationResponse:d,error:v}};export{r as default};
|
|
2
2
|
//# sourceMappingURL=usePromptValidation.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{default as InstantLearning}from"./features/InstantLearning/InstantLearning.js";export{default as WtaWnta}from"./features/WtaWnta/WtaWnta.js";export{default as BookLearning}from"./features/DocumentLearning/DocumentLearning.js";export{default as ILOTJ}from"./features/IL-OTJ/ILOTJ.js";export{Button}from"./features/IL-OTJ/_components/atoms/Button/Button.js";export{Dropdown}from"./features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js";export{Toggle}from"./features/IL-OTJ/_components/atoms/Toggle/Toggle.js";export{Textarea}from"./features/IL-OTJ/_components/atoms/Textarea/Textarea.js";export{ConditionList}from"./features/IL-OTJ/_components/molecules/Condition/ConditionList.js";export{SectionWrapper}from"./features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js";export{SeparationRow}from"./features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.js";export{ConfigSection}from"./features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js";export{TextSection}from"./features/IL-OTJ/_components/organisms/TextSection/TextSection.js";export{ScopeSection}from"./features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js";export{ConditionSection}from"./features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js";export{TrafficManagerTemplate}from"./features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.js";export{Testing}from"./features/IL-OTJ/_components/templates/Testing/Testing.js";export{TemplateList,TemplateMap}from"./features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js";export{extractAndParseResponse,extractAndParseWithProperty,extractTextFromChildren,extractVariantIds,parseValidationData,useHeaderObserver}from"./features/IL-OTJ/helpers/utils.js";export{CitationProvider,useCitations}from"./features/IL-OTJ/store/CitationsContext.js";export{dummyDat,getVariantInfo}from"./features/IL-OTJ/ILOTJTest.js";export{default as LearningManagement}from"./features/LearningManagement/LearningManagement.js";
|
|
1
|
+
export{default as InstantLearning}from"./features/InstantLearning/InstantLearning.js";export{default as WtaWnta}from"./features/WtaWnta/WtaWnta.js";export{default as BookLearning}from"./features/DocumentLearning/DocumentLearning.js";export{default as ILOTJ}from"./features/IL-OTJ/ILOTJ.js";export{Button}from"./features/IL-OTJ/_components/atoms/Button/Button.js";export{Dropdown}from"./features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js";export{Toggle}from"./features/IL-OTJ/_components/atoms/Toggle/Toggle.js";export{Textarea}from"./features/IL-OTJ/_components/atoms/Textarea/Textarea.js";export{ConditionList,hasMeaningfulText}from"./features/IL-OTJ/_components/molecules/Condition/ConditionList.js";export{SectionWrapper}from"./features/IL-OTJ/_components/molecules/Sections/SectionWrapper.js";export{SeparationRow}from"./features/IL-OTJ/_components/molecules/SeperationRow/SeparationRow.js";export{ConfigSection}from"./features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js";export{TextSection}from"./features/IL-OTJ/_components/organisms/TextSection/TextSection.js";export{ScopeSection}from"./features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js";export{ConditionSection}from"./features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js";export{TrafficManagerTemplate}from"./features/IL-OTJ/_components/templates/TrafficManager/TrafficManagerTemplate.js";export{Testing}from"./features/IL-OTJ/_components/templates/Testing/Testing.js";export{TemplateList,TemplateMap}from"./features/IL-OTJ/_components/templates/TemplatesMap/templatesMap.js";export{extractAndParseResponse,extractAndParseWithProperty,extractTextFromChildren,extractVariantIds,parseValidationData,useHeaderObserver}from"./features/IL-OTJ/helpers/utils.js";export{CitationProvider,useCitations}from"./features/IL-OTJ/store/CitationsContext.js";export{dummyDat,getVariantInfo}from"./features/IL-OTJ/ILOTJTest.js";export{default as LearningManagement}from"./features/LearningManagement/LearningManagement.js";export{DEFAULT_IL_MARKETPLACE_TAB_ROUTES,DEFAULT_TAB_ROUTES,default as ILMarketplaceWrapper,IL_MARKETPLACE_TAB_ID,IL_MARKETPLACE_VIEW,MY_KNOWLEDGE_BASES_TAB_ID,SAVED_TAB_ID}from"./ILMarketplaceWrapper.js";export{default as TeachMePlugin,TemplateRegistry}from"./features/IL-OTJ/ValueTypeWrappers/TeachMePlugin.js";import"./features/LearningManagement/LearningManagementTest.js";export{default as ScopeSelector}from"./features/LearningManagement/ScopeSelector.js";export{setApiDebug}from"./api/transport.js";export{default as ContinueWithTemplateModal}from"./ContinueWithTemplateModal.js";export{GuidelineCart}from"./features/IL-marketplace/components/GuidelineCart.js";export{GuidelineCartHeader}from"./features/IL-marketplace/components/GuidelineCartHeader.js";export{GuidelineCartItem}from"./features/IL-marketplace/components/GuidelineCartItem.js";export{GuidelineEmptyState}from"./features/IL-marketplace/components/GuidelineEmptyState.js";export{GuidelineHeader}from"./features/IL-marketplace/components/GuidelineHeader.js";export{GuidelineIconButton}from"./features/IL-marketplace/components/GuidelineIconButton.js";export{GuidelineLandingPage}from"./features/IL-marketplace/components/GuidelineLandingPage.js";export{GuidelineFilterPanel}from"./features/IL-marketplace/components/GuidelineFilterPanel.js";export{GuidelineLibrary}from"./features/IL-marketplace/components/GuidelineLibrary.js";export{GuidelineLibraryCard}from"./features/IL-marketplace/components/GuidelineLibraryCard.js";export{LearningManagementWrapper}from"./features/IL-marketplace/components/LearningManagementWrapper.js";export{GuidelineProceedButton}from"./features/IL-marketplace/components/GuidelineProceedButton.js";export{GuidelineSelectButton}from"./features/IL-marketplace/components/GuidelineSelectButton.js";export{GuidelineCardMenu,createGuidelineCardMenuItems}from"./features/IL-marketplace/components/GuidelineCardMenu.js";export{GuidelineConfirmDialog}from"./features/IL-marketplace/components/GuidelineConfirmDialog.js";export{useGuidelineSelection}from"./features/IL-marketplace/hooks/useGuidelineSelection.js";export{DEFAULT_GUIDELINE_ARTIFACT_TEMPLATE,DEFAULT_GUIDELINE_LABELS}from"./features/IL-marketplace/constants.js";export{createGuidelineId,cx,defaultFormatAddedOnLabel,getAppIntegrationId,getGuidelineDate,getGuidelineDescription,getGuidelineDisplayDescription,getGuidelineId,getGuidelineTitle,isInstantLearningGuideline,mergeGuidelineLabels}from"./features/IL-marketplace/utils.js";export{getGuidelineWorkspaceActions,getGuidelineWorkspaceSnapshot}from"./features/IL-marketplace/workspace/workspace.runtime.js";export{useGuidelineWorkspace,useGuidelineWorkspaceActions,useOptionalGuidelineWorkspace,useOptionalGuidelineWorkspaceActions}from"./features/IL-marketplace/workspace/useGuidelineWorkspace.js";export{clearGuidelineCartClearPending,clearInstantLearningGuidelineCartPresent,getGuidelineSessionId,markGuidelineCartClearPending,rotateGuidelineSessionId}from"./features/IL-marketplace/services/guideline.session.js";export{removeInstantLearningGuidelinesFromCart}from"./features/IL-marketplace/services/instant-learning.api.js";export{closeGuidelineOverlayWithSync}from"./features/IL-marketplace/utils/guidelineOverlay.js";export{dataCartFileToGuidelineFileItem,getDataCartFilesFromResponse,isGuidelineDataCartFile,mergeGuidelineFiles}from"./features/IL-marketplace/utils/guidelineFiles.js";export{syncGuidelineCartWithMemstore}from"./features/IL-marketplace/services/guideline.cart.api.js";export{guidelineQueryClient}from"./features/IL-marketplace/queryClient.js";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as e}from"tslib";import{jsx as i}from"react/jsx-runtime";import{
|
|
1
|
+
import{__assign as e}from"tslib";import{jsxs as t,jsx as i}from"react/jsx-runtime";import{useMemo as n}from"react";import a from"../../../features/LearningManagement/components/InstantLearningModal.js";import o from"../../../features/LearningManagement/components/InstantLearningModalDynamic.js";import{useTeachMeConfigStore as r,dtt as l,dttWelcomeMessageParts as s,dt as p,dttValue as c}from"../../../features/LearningManagement/store/useLMSConfigStore.js";import d from"react-markdown";import{renderToStaticMarkup as u}from"react-dom/server";import{resolveRegistryComponent as g}from"../../../ComponentRegistry.js";import{useLearningTemplateStore as m}from"../../../features/LearningManagement/store/useLearningTemplateStore.js";var f=function(f){var T,h,L=f.pluginPayload||{},b=L.editingRule,v=L.editingTier,I=L.editingVariants,y=L.focusedVariantIndex,M=L.setFocusedVariantIndex,A=L.triggerAddVariant,w=L.triggerFixGaps,S=L.triggerValidateMessage,C=L.copiedRule,D=L.copiedSourceTier,P=L.copiedTargetTier,_=L.initialDraftMessage,x=L.modeId,V=L.mode,N=L.is_publishing,R=f.app_integration_id,E="instruction_prompt",F=r(function(e){return e.teachMeConfig});console.log("teachMeConfig:",F);var W=l("learningMetadataComponents.properties.instruction_prompt.bpa_ui_component",""),B=m(function(e){var t;return null!==(t=e.learningMetadata[E])&&void 0!==t?t:""}),O=m(function(e){return e.setLearningMetadataField}),j=n(function(){return g(W)},[W]),k=s(),G=k.greeting,J=k.subtitle,z=k.actions,H=u(t("p",{children:[i("span",{children:G}),i(d,{children:J}),i("span",e({className:"clickable-button-group"},{children:z.map(function(t){var n=t.label,a=t.value;return i("button",e({className:"clickable-button","data-value":a},{children:n}),n)})}))]})),q=(null===(T=f.pluginPayload)||void 0===T?void 0:T.dynamicOptions)||{},K=(null===(h=f.pluginPayload)||void 0===h?void 0:h.prefilledData)||{},Q={showScope:!1,showConfiguration:!1,welcomeMessage:l("welcomeMessage","Hi! 👋 I'm your Instant Learning Concierge."),formTitle:l("formTitle","Rule setup"),setupLabel:l("setupLabel","Configure your IL"),ruleTitle:l("ruleTitle","Main Rule Name"),ruleTitleInformation:l("ruleTitleInformation","Give a concise title which isn't too specific"),scopeLabel:l("scopeLabel","Define Scope"),tierLabel:l("tierLabel","Select Tiers"),variantPillLabel:l("variantPillLabel","Variant"),ruleDescriptionTitle:l("ruleDescriptionTitle","Learning Explanation"),ruleDescriptionInformation:l("ruleDescriptionInformation","A short summary of the intent of the learning"),promptDescriptionInformation:l("promptDescriptionInformation","Provides the detailed instructions the AI should follow"),wtaInformation:l("wtaInformation","Specifies the use case when the learning should be used"),wntaInformation:l("wntaInformation","Specifies the use case when the learning should not be used"),whenToApplyTitle:l("whenToApplyTitle","Trigger Events (When to Apply)"),addWhenToApplyBtnLabel:l("addWhenToApplyBtnLabel","Add WTA"),whenNotToApplyTitle:l("whenNotToApplyTitle","Exclusion Events (When NOT to Apply)"),addWhenNotToApplyBtnLabel:l("addWhenNotToApplyBtnLabel","Add WNTA"),configTitle:l("configTitle","Advanced Settings"),saveBtnConfig:{label:l("saveBtnLabel","Save Rule"),loadingLabel:l("saveBtnLoadingLabel","Saving Rule...")},chatTitle:l("chatTitle","Teach Me OTJ - {scope} - Add Learning"),chatTitleEdit:l("chatTitleEdit","Teach Me OTJ - {scope} - Edit Learning"),chatTextareaPlaceholder:l("chatTextareaPlaceholder","Tell me more about this learning.."),LearningTerm:p("agents.LearningTerm","Learnings"),LazyPromptEditor:j,instructionPrompt:B,setInstructionPrompt:function(e){return O(E,e)},instructionPromptTitle:l("learningMetadataComponents.properties.instruction_prompt.title","Instruction Prompt"),instructionPromptViewToggle:c("learningMetadataComponents.properties.instruction_prompt.bpa_ui_view_toggle",!1)},U={dynamicOptions:q,prefilledData:K},X=f.useDynamicForm||!0===(null==F?void 0:F.useDynamicForm);return i(X?o:a,{isOpen:f.isOpen,onClose:f.onClose,initialScope:f.initialScope,ruleSet:f.ruleSet,editingRule:b,editingTier:v,editingVariants:I,focusedVariantIndex:y,setFocusedVariantIndex:M,triggerAddVariant:A,triggerFixGaps:w,triggerValidateMessage:S,copiedRule:C,copiedSourceTier:D,copiedTargetTier:P,initialDraftMessage:_,initialChatMessage:H,applicationIntegrationId:null!=R?R:"",modeId:x,mode:V,is_publishing:N,uiStateLabels:Q,dynamicFormConfig:U,customSections:null})};export{f as default};
|
|
2
2
|
//# sourceMappingURL=DefaultTeachMeRenderer.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as e,__spreadArray as
|
|
1
|
+
import{__assign as e,__spreadArray as n}from"tslib";import{jsx as t,Fragment as o,jsxs as r}from"react/jsx-runtime";import{useState as i,useCallback as a}from"react";import{Lightbulb as l}from"lucide-react";import s from"../../../features/IL-OTJ/_components/AccordianSection.js";import u from"../../../features/IL-OTJ/ILOTJ.js";var d={order_rules:{enabled:!1,global_min_separation_seconds:0},advertiser_rules:{enabled:!1,global_min_separation_seconds:0},inventory_rules:{respect_inventory_code:!1},break_code_rules:{respect_break_code:!1},is_default_enabled:!1},c=[{label:"Global Scope",value:"global"},{label:"Genre Scope",value:"genre"},{label:"Custom Scope",value:"custom"}],p=["Tier 1"],b=function(b){b.baseURL;var _=i(!0),f=_[0],y=_[1],h=i(""),m=h[0],v=h[1],g=i(""),T=g[0],k=g[1],w=i({station:"",tiers:["Tier 1"]}),A=w[0],C=w[1],G=i([]),S=G[0],L=G[1],I=i([]),N=I[0],W=I[1],x=i(d),D=x[0],O=x[1],j=a(function(n,t){C(function(o){var r;return e(e({},o),((r={})[n]=t,r))})},[]),J=a(function(n,t){O(function(o){var r=e({},o);switch(n){case"order_rules":case"advertiser_rules":r[n]="boolean"==typeof t?e(e({},o[n]),{enabled:t}):{enabled:t.enabled,global_min_separation_seconds:t.global_min_separation_seconds};break;case"inventory_rules":r.inventory_rules={respect_inventory_code:"boolean"==typeof t?t:t.respect_inventory_code};break;case"break_code_rules":r.break_code_rules={respect_break_code:"boolean"==typeof t?t:t.respect_break_code};break;case"is_default_enabled":r.is_default_enabled="boolean"==typeof t?t:!!t}return r})},[]),R=function(e){e(function(e){return n(n([],e,!0),[{id:Date.now(),text:"",reasoning:""}],!1)})},U=function(e,n){e(function(e){return e.filter(function(e){return e.id!==n})})},q=function(n,t,o){n(function(n){return n.map(function(n){return String(n.id)===String(t)?e(e({},n),{text:o}):n})})},z=[e({key:"order_rules",label:"Order"},D.order_rules),e({key:"advertiser_rules",label:"Advertiser"},D.advertiser_rules)],B=[{key:"inventory_rules",label:"Inventory code",enabled:D.inventory_rules.respect_inventory_code},{key:"break_code_rules",label:"Break Code",enabled:D.break_code_rules.respect_break_code},{key:"is_default_enabled",label:"Default Variant",enabled:D.is_default_enabled}],H={"Add Guideline":"I would want to add a separation rule","Search Guideline":"I would want to set a max priority rule","Type your query":"I would want to add a break code matching rule"},E="<p><span>Hi! 👋 I'm your Instant Learning Concierge.</span>\n <span>How would you like to get started? You can select an option below or describe the Guideline you’d like to create.</span>\n ".concat(["Add Guideline","Search Guideline","Type your query"].map(function(e){return'<button class="clickable-button" data-value="'.concat(H[e],'">').concat(e,"</button>")}).join(""),"</p>");return t(u,{open:f,closeFunction:function(){return y(!1)},chatAssistantName:"defaultAssistant",organizationName:"techolution",baseUrl:"https://devllmstudio.creativeworkspace.ai",baseWebsocketUrl:"wss://devllmstudio.creativeworkspace.ai/graphql",ThinkingBulbIconComponent:t(l,{}),customSections:t(o,{}),isUseNormalChat:!0,chatTitle:"Create New Guideline",formTitle:"Guideline Details",initialChatMessage:E,templateProps:{state:{title:m,description:T,scopeData:A,whenToApplyConditions:S,whenNotToApplyConditions:N,configData:D,citations:[],citation:{}},handlers:{onTitleChange:function(e){var n,t;return v(null!==(t=null===(n=null==e?void 0:e.target)||void 0===n?void 0:n.value)&&void 0!==t?t:e)},onDescriptionChange:function(e){var n,t;return k(null!==(t=null===(n=null==e?void 0:e.target)||void 0===n?void 0:n.value)&&void 0!==t?t:e)},onAddWhenToApply:function(){return R(L)},onRemoveWhenToApply:function(e){return U(L,e)},onEditWhenToApply:function(e,n){return q(L,e,n)},onAddWhenNotToApply:function(){return R(W)},onRemoveWhenNotToApply:function(e){return U(W,e)},onEditWhenNotToApply:function(e,n){return q(W,e,n)},onScopeChange:j,onConfigChange:J},uiState:{showScope:!1,showConfiguration:!1,titleLabel:"Guideline Name",scopeLabel:"Define Scope",tierLabel:"Select Tier",descriptionLabel:"Guideline Description",whenToApplyLabel:"When to apply this Guideline (When to Apply)",whenNotToApplyLabel:"When not to apply this Guideline (When NOT to Apply)",configLabel:"Advanced Settings",stationOptions:c,tierOptions:p,separationItems:z,toggles:B},customNodes:{afterTitle:t(s,e({title:{type:"other",label:"Guideline"}},{children:t("p",e({style:{padding:"12px",fontSize:"14px",color:"#64748b"}},{children:"HealthCare"}))})),top:r("div",e({style:{marginBottom:"12px",padding:"8px",backgroundColor:"#f0f4ff",borderRadius:"4px"}},{children:[t("strong",{children:"Guideline Template:"})," This is an ILOTJ TeachMe customized for Guideline Value Type"]}))}}})};export{b as default};
|
|
2
2
|
//# sourceMappingURL=GuidelinesTeachMeRenderer.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import t from"../../../features/LearningManagement/components/InstantLearningModal.js";var a=function(a){var i=a.pluginPayload||{},n=i.editingRule,r=i.editingTier,o=i.editingVariants,d=i.focusedVariantIndex,c=i.setFocusedVariantIndex,u=i.triggerAddVariant,l=i.triggerFixGaps,s=i.copiedRule,p=i.copiedSourceTier,g=i.copiedTargetTier,m=i.initialDraftMessage,I=i.app_integration_id,w=i.modeId,x={"Separation rule":"I would want to add a separation rule","Max priority rule":"I would want to set a max priority rule","Break code matching":"I would want to add a break code matching rule","Inventory code matching":"I would want to add a inventory window matching rule","Enter a rule description":"I want to add a rule description"
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import t from"../../../features/LearningManagement/components/InstantLearningModal.js";var a=function(a){var i=a.pluginPayload||{},n=i.editingRule,r=i.editingTier,o=i.editingVariants,d=i.focusedVariantIndex,c=i.setFocusedVariantIndex,u=i.triggerAddVariant,l=i.triggerFixGaps,s=i.copiedRule,p=i.copiedSourceTier,g=i.copiedTargetTier,m=i.initialDraftMessage,I=i.app_integration_id,w=i.modeId,x={"Separation rule":"I would want to add a separation rule","Max priority rule":"I would want to set a max priority rule","Break code matching":"I would want to add a break code matching rule","Inventory code matching":"I would want to add a inventory window matching rule","Enter a rule description":"I want to add a rule description"},f="<p><span>Hi! 👋 I'm your Instant Learning Concierge.</span>\n <span>How would you like to get started? You can select an option below or describe the rule you’d like to create.</span>\n ".concat(["Separation rule","Max priority rule","Break code matching","Inventory code matching","Enter a rule description"].map(function(e){return'<button class="clickable-button" data-value="'.concat(x[e],'">').concat(e,"</button>")}).join(""),"</p>");return e(t,{isOpen:a.isOpen,onClose:a.onClose,initialScope:a.initialScope,ruleSet:a.ruleSet,editingRule:n,editingTier:r,editingVariants:o,focusedVariantIndex:d,setFocusedVariantIndex:c,triggerAddVariant:u,triggerFixGaps:l,copiedRule:s,copiedSourceTier:p,copiedTargetTier:g,initialDraftMessage:m,initialChatMessage:f,applicationIntegrationId:I,modeId:w})};export{a as default};
|
|
2
2
|
//# sourceMappingURL=RadioTrafficLearningRenderer.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__spreadArray as e,__assign as i}from"tslib";import{jsx as t,Fragment as n}from"react/jsx-runtime";import{useMemo as r,Suspense as o}from"react";import{resolveRegistryComponentOrFallback as d,isContainerComponent as a}from"../ComponentRegistry.js";import{useDynamicFormStore as l}from"./store/useDynamicFormStore.js";var u=function(n){var r,u=n.node,v=n.id,s=n.tierKey,p=n.variantIndex,c=n.uiState,g=n.state,f=n.handlers,m=n.contextOverrides,h=n.renderChildren,y=l(),I=y.getGlobalField,b=y.getVariantField,x=y.setGlobalField,_=y.setVariantField,E=y.getGlobalReasoning,S=y.getVariantReasoning;if(u.hidden)return null;var O=u.data_key||v,C=O.startsWith("global.")||void 0===p,V=O.replace("global.",""),j=null==m?void 0:m[V],A=void 0!==(null==j?void 0:j.value)?j.value:C?I(V):s&&void 0!==p?b(s,p,V):void 0;null==A&&(A="array"===u.type?[]:"boolean"!==u.type&&("object"===u.type?{}:""));var F=C?E(V):s&&void 0!==p?S(s,p,V):void 0,K=function(e){var i,t,n=void 0!==(null===(i=null==e?void 0:e.target)||void 0===i?void 0:i.value)?e.target.value:e;(null===(t=null==m?void 0:m[V])||void 0===t?void 0:t.onChange)?m[V].onChange(n):C?x(V,n):s&&void 0!==p&&_(s,p,V,n)},R="array"===u.type?{onAdd:function(){return K(e(e([],A||[],!0),[{id:Date.now(),text:""}],!1))},onRemove:function(e,i,t){return K((A||[]).filter(function(e){return e.id!==t}))},onEdit:function(e,t,n,r){return K((A||[]).map(function(e){return e.id===n?i(i({},e),{text:r}):e}))}}:{},w=null==c?void 0:c.isAiStreaming,D=void 0!==(null==j?void 0:j.readOnly)?j.readOnly:u.read_only||w,G=null===(r=null==c?void 0:c.validationErrors)||void 0===r?void 0:r[V],M=d(u.bpa_ui_component);return t(o,i({fallback:t("div",i({style:{padding:12,fontSize:13,color:"#9ca3af"}},{children:"Loading..."}))},{children:t(M,i({id:v,schema:u,title:u.title,fieldName:u.title,placeholder:u.placeholder,required:u.is_required,tooltipDescription:u.tooltip||"No tooltip provided.",value:A,onChange:K,citation:F,readOnly:D,enableInlineEdit:!u.read_only,enableViewToggle:u.bpa_ui_view_toggle,errorMessage:G,isAiStreaming:w,uiState:c,state:g,handlers:f,tierKey:s,variantIndex:p,activeEditId:null==c?void 0:c.activeEditId,setActiveEditId:null==c?void 0:c.setActiveEditId,pendingEditId:null==c?void 0:c.pendingEditId,setPendingEditId:null==c?void 0:c.setPendingEditId,setSendMessageInChat:null==c?void 0:c.setSendMessageInChat,renderChildren:h,parentValueOverride:null==j?void 0:j.parentValueOverride},R,{conditions:"array"===u.type?A:void 0},{children:a(u.bpa_ui_component)&&h?h():null}))}))},v=function(e){var i=e.properties,o=e.tierKey,d=e.variantIndex,a=e.uiState,l=e.state,s=e.handlers,p=e.contextOverrides,c=r(function(){return i?Object.entries(i).sort(function(e,i){var t,n,r=e[1],o=i[1];return(null!==(t=r.ui_position)&&void 0!==t?t:0)-(null!==(n=o.ui_position)&&void 0!==n?n:0)}):[]},[i]);return t(n,{children:c.map(function(e){var i=e[0],n=e[1];return t(u,{id:i,node:n,tierKey:o,variantIndex:d,uiState:a,state:l,handlers:s,contextOverrides:p,renderChildren:function(e,i,r){return n.properties?t(v,{properties:n.properties,tierKey:void 0!==r?r:o,variantIndex:void 0!==e?e:d,uiState:a,state:l,handlers:s,contextOverrides:i||p}):null}},i)})})};export{v as BPARenderer};
|
|
2
|
+
//# sourceMappingURL=BPARenderer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BPARenderer.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as o}from"tslib";import{jsxs as n}from"react/jsx-runtime";var e=function(e){var r,t,i=e.schema;return"production"!==process.env.NODE_ENV&&console.warn('[componentRegistry] No component registered for bpa_ui_component "'.concat(null!==(r=null==i?void 0:i.bpa_ui_component)&&void 0!==r?r:"unknown",'"')),n("div",o({style:{border:"1px dashed #FCA5A5",borderRadius:8,padding:12,fontSize:13,color:"#B91C1C",background:"#FEF2F2",fontFamily:'"Plus Jakarta Sans", sans-serif'}},{children:[(null==i?void 0:i.title)?"".concat(i.title,": "):"","Unsupported field (",null!==(t=null==i?void 0:i.bpa_ui_component)&&void 0!==t?t:"unknown",")"]}))};export{e as default};
|
|
2
|
+
//# sourceMappingURL=FallbackField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FallbackField.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__spreadArray as n,__assign as t}from"tslib";import{jsx as o}from"react/jsx-runtime";import{useMemo as i,useState as e,useRef as r,useEffect as a}from"react";import{ConditionSection as c}from"../../features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js";var d=/<ai_reasoning>([\s\S]*?)<\/ai_reasoning>/,u=/<ai_reasoning>[\s\S]*?<\/ai_reasoning>/g,l=/(?:<ai_reasoning>[\s\S]*?<\/ai_reasoning>|[^\r\n])+/g;function s(s){var v,f,p,m,g,h,_="whenToApply"===(null===(v=s.schema)||void 0===v?void 0:v.data_key),y=(null===(f=s.schema)||void 0===f?void 0:f.data_key)||"condition",x="string"==typeof s.value?s.value:"",S=i(function(){return function(n,t){var o;return(null!==(o=String(null!=n?n:"").replace(/\\+n/g,"\n").match(l))&&void 0!==o?o:[]).map(function(n){var t,o=null===(t=n.match(d))||void 0===t?void 0:t[1];return{text:n.replace(u,"").trim().replace(/^-\s*/,""),reasoning:o}}).filter(function(n){return n.text}).map(function(n,o){return{id:"".concat(t,"-").concat(o),text:n.text,reasoning:n.reasoning}})}(x,y)},[x,y]),A=e([]),b=A[0],T=A[1],L=r(x);a(function(){L.current!==x&&(T([]),L.current=x)},[x]);var W=n(n([],S,!0),b,!0);return o(c,t({},s,{citations:null===(p=s.state)||void 0===p?void 0:p.citations,conditions:W,onAdd:function(){return T(function(t){return n(n([],t,!0),[{id:"new-".concat(Date.now(),"-").concat(t.length),text:""}],!1)})},onRemove:function(n,t,o){return T(function(n){return n.filter(function(n){return n.id!==o})})},bordered:!0,idPrefix:"condition-".concat(null===(m=s.schema)||void 0===m?void 0:m.data_key),addLabel:_?(null===(g=s.uiState)||void 0===g?void 0:g.addWhenToApplyBtnLabel)||"Add When to apply":(null===(h=s.uiState)||void 0===h?void 0:h.addWhenNotToApplyBtnLabel)||"Add When NOT to apply"}))}export{s as default};
|
|
2
|
+
//# sourceMappingURL=ConditionSectionField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConditionSectionField.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as o}from"tslib";import{jsx as i}from"react/jsx-runtime";import{ConfigSection as t}from"../../features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.js";function e(e){var n,r,a,l,v,u,d=e.tierKey||"tier_1",s=e.variantIndex||0,g=(null===(a=null===(r=null===(n=e.uiState)||void 0===n?void 0:n.separationItemsByTier)||void 0===r?void 0:r[d])||void 0===a?void 0:a.get(s))||[],m=(null===(u=null===(v=null===(l=e.uiState)||void 0===l?void 0:l.togglesByTier)||void 0===v?void 0:v[d])||void 0===u?void 0:u.get(s))||[];return i(t,o({},e,{separationItems:g,toggles:m,onConfigChange:function(i,t){var n;e.onChange(o(o({},e.value||{}),((n={})[i]=t,n)))}}))}export{e as default};
|
|
2
|
+
//# sourceMappingURL=ConfigSectionField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfigSectionField.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as o}from"tslib";import{jsx as e}from"react/jsx-runtime";import{DropdownSection as i}from"../../features/IL-OTJ/_components/organisms/DropdownSection/DropdownSection.js";import{useDynamicFormStore as n}from"../store/useDynamicFormStore.js";var r=function(o){if(Array.isArray(o))return o.map(function(o){return o&&"object"==typeof o?o:{label:String(o),value:o}})};function l(l){var t,a,d,u,v,s,m,c,p,f,y=(null===(t=l.schema)||void 0===t?void 0:t.dynamic_options_key)||"".concat(null===(a=l.schema)||void 0===a?void 0:a.data_key,"Options"),h=null===(u=null===(d=l.uiState)||void 0===d?void 0:d.dynamicOptions)||void 0===u?void 0:u[y],O=null!==(m=null!==(v=Array.isArray(h)&&h.length>0?h:void 0)&&void 0!==v?v:r(null===(s=l.schema)||void 0===s?void 0:s.options))&&void 0!==m?m:r(null===(c=l.schema)||void 0===c?void 0:c.enum),_=null===(p=l.schema)||void 0===p?void 0:p.depends_on_global_key,g=_?void 0!==l.parentValueOverride?l.parentValueOverride:n.getState().getGlobalField(_):void 0;_&&(O=(null==O?void 0:O.filter(function(o){return o.parentValue===g}))||[]);var S=!!_&&!g;return e("div",o({style:{flex:1,minWidth:0}},{children:e(i,o({},l,{options:O,placeholder:null===(f=l.schema)||void 0===f?void 0:f.placeholder,readOnly:l.readOnly||S}))}))}export{l as default};
|
|
2
|
+
//# sourceMappingURL=DropdownSectionField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DropdownSectionField.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as i}from"tslib";import{jsx as t,jsxs as e}from"react/jsx-runtime";import{useState as l,useRef as n,useEffect as o}from"react";import{Loader2Icon as d,Pencil as a,Check as u,AlertTriangle as r}from"lucide-react";import s from"../../features/IL-OTJ/_components/AccordianSection.js";function v(v){var c,p,f,g,S,m,h,x,y,C,I,b,E,D,T,A,k,z,O,N,j,P,R=l(null),_=R[0],w=R[1],J=l(null),F=J[0],W=J[1],L=l(!1),M=L[0],B=L[1],K=n(null===(c=v.uiState)||void 0===c?void 0:c.isAiStreaming),U="rule-setup"===(null===(p=v.uiState)||void 0===p?void 0:p.activeEditId);o(function(){var i,t;K.current&&!(null===(i=v.uiState)||void 0===i?void 0:i.isAiStreaming)&&M&&B(!1),K.current=null===(t=v.uiState)||void 0===t?void 0:t.isAiStreaming},[null===(f=v.uiState)||void 0===f?void 0:f.isAiStreaming,M]);var q=function(){var i,t;w(null),W(null),null===(t=null===(i=v.uiState)||void 0===i?void 0:i.setActiveEditId)||void 0===t||t.call(i,null)},G=function(){var i,t,e,l,n,o,d,a=null!=_?_:null===(i=v.state)||void 0===i?void 0:i.ruleTitle,u=null!=F?F:null===(t=v.state)||void 0===t?void 0:t.scopeData,r=a!==(null===(e=v.state)||void 0===e?void 0:e.ruleTitle),s=JSON.stringify(u)!==JSON.stringify(null===(l=v.state)||void 0===l?void 0:l.scopeData);if(r||s){if(null===(n=v.uiState)||void 0===n?void 0:n.setSendMessageInChat){var c="sk-".concat(Date.now(),"-").concat(Math.random().toString(36).slice(2,8)),p=[];if(r&&p.push((null==a?void 0:a.trim())?"Title with ".concat(a):"No Title"),s){var f=null==u?void 0:u.tiers;p.push(f&&f.length>0?"tiers: ".concat(f.join(", ")):"No Tier Selected")}v.uiState.setSendMessageInChat("__SKELETON__:".concat(c,":Update Rule Setup ").concat(p.join(" and ")))}B(!0),w(null),W(null),null===(d=null===(o=v.uiState)||void 0===o?void 0:o.setActiveEditId)||void 0===d||d.call(o,null)}else q()},H=null!==_?null==_?void 0:_.trim():((null===(g=v.state)||void 0===g?void 0:g.ruleTitle)||"").trim(),Q=null!=F?F:null===(S=v.state)||void 0===S?void 0:S.scopeData,V=H!==((null===(m=v.state)||void 0===m?void 0:m.ruleTitle)||"").trim(),X=JSON.stringify(Q)!==JSON.stringify(null===(h=v.state)||void 0===h?void 0:h.scopeData),Y=!V&&!X||""===H,Z=U?{ruleTitle:{value:null!==_?_:null===(x=v.state)||void 0===x?void 0:x.ruleTitle,onChange:w},scopeData:{value:null!==F?F:null===(y=v.state)||void 0===y?void 0:y.scopeData,onChange:W}}:{};return t("div",i({"data-edit-id":"rule-setup"},{children:t(s,i({},v,{title:{type:"other",label:(null===(C=v.schema)||void 0===C?void 0:C.title)||"Rule Setup"},actionButtons:function(e,l){var n;if(U)return null;var o=!!(null===(n=v.uiState)||void 0===n?void 0:n.activeEditId)&&"rule-setup"!==v.uiState.activeEditId;return t("div",i({style:{position:"relative",display:"flex",flexDirection:"column"}},{children:t("button",i({title:o?"Save active edits first":"Edit",onClick:function(t){var n,d;t.stopPropagation(),o?(null===(n=v.uiState)||void 0===n?void 0:n.setPendingEditId)&&v.uiState.setPendingEditId(v.uiState.activeEditId||null):(!function(){var t,e,l,n,o,d;(null===(t=v.uiState)||void 0===t?void 0:t.activeEditId)&&"rule-setup"!==v.uiState.activeEditId||(null===(l=null===(e=v.uiState)||void 0===e?void 0:e.setActiveEditId)||void 0===l||l.call(e,"rule-setup"),w(null!==(o=null===(n=v.state)||void 0===n?void 0:n.ruleTitle)&&void 0!==o?o:""),W((null===(d=v.state)||void 0===d?void 0:d.scopeData)?i({},v.state.scopeData):{}))}(),(null===(d=v.uiState)||void 0===d?void 0:d.setPendingEditId)&&v.uiState.setPendingEditId(null),e||l())},disabled:M,style:{display:"flex",alignItems:"center",justifyContent:"center",gap:"8px",padding:"6px 8px",border:"1px solid #e5e7eb",borderRadius:"8px",cursor:M?"not-allowed":"pointer",backgroundColor:"#ffffff",color:"#6b7280",opacity:M?.5:1}},{children:t(a,{size:14})}))}))},defaultOpen:null!==(b=null===(I=v.schema)||void 0===I?void 0:I.default_open)&&void 0!==b?b:"Create"===(null===(E=v.uiState)||void 0===E?void 0:E.usedFor),readOnly:"Create"!==(null===(D=v.uiState)||void 0===D?void 0:D.usedFor),editFlow:"Edit"===(null===(T=v.uiState)||void 0===T?void 0:T.usedFor),isAiStreaming:null===(A=v.uiState)||void 0===A?void 0:A.isAiStreaming,footerData:{ruleTitle:null===(k=v.state)||void 0===k?void 0:k.ruleTitle,stations:[null===(O=null===(z=v.state)||void 0===z?void 0:z.scopeData)||void 0===O?void 0:O.station],tiers:null===(j=null===(N=v.state)||void 0===N?void 0:N.scopeData)||void 0===j?void 0:j.tiers}},{children:e("div",i({style:{display:"flex",flexDirection:"column",gap:"12px"}},{children:[M&&(null===(P=v.uiState)||void 0===P?void 0:P.isAiStreaming)&&e("div",i({style:{display:"flex",alignItems:"center",color:"#141414ff",fontSize:"13px",fontWeight:500,fontStyle:"italic",marginBottom:"8px",paddingLeft:"4px"}},{children:[t(d,{size:16,style:{marginRight:8,animation:"spin 1s linear infinite"}}),"Checking the correctness of your Rule Setup..."]})),v.renderChildren?v.renderChildren(void 0,Z):null,function(){var l;return U?e("div",i({style:{display:"flex",flexDirection:"column",alignItems:"flex-start"}},{children:[e("div",i({style:{display:"flex",justifyContent:"flex-start",alignItems:"center",gap:"16px"}},{children:[t("button",i({onClick:q,style:{background:"none",border:"none",color:"#6b7280",fontSize:"14px",fontWeight:"500",cursor:"pointer",padding:"0"}},{children:"Discard Changes"})),e("button",i({onClick:G,disabled:Y,style:{display:"flex",alignItems:"center",gap:"8px",padding:"8px 16px",borderRadius:"12px",border:"none",backgroundColor:"#2563eb",color:"#ffffff",fontSize:"14px",fontWeight:"500",cursor:Y?"not-allowed":"pointer",opacity:Y?.5:1}},{children:[t(u,{size:18,strokeWidth:2.5,color:"#ffffff"})," Save Changes"]}))]})),"rule-setup"===(null===(l=v.uiState)||void 0===l?void 0:l.pendingEditId)&&e("div",i({style:{display:"flex",alignItems:"center",gap:"6px",marginTop:"10px"}},{children:[t(r,{size:14,style:{color:"#C2410C"}}),t("div",i({style:{color:"#C2410C",fontSize:"13px"}},{children:"Pending - Changes not applied yet. Apply or discard them to continue."}))]}))]})):null}()]}))}))}))}export{v as default};
|
|
2
|
+
//# sourceMappingURL=GlobalSetupAccordionField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GlobalSetupAccordionField.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"tslib";import{jsx as n,jsxs as t}from"react/jsx-runtime";import{useState as i,useRef as o,useEffect as l}from"react";import{Pencil as d,Loader2Icon as r,Check as a,AlertTriangle as u}from"lucide-react";import{useDynamicFormStore as c}from"../store/useDynamicFormStore.js";var s={display:"flex",gap:"16px",width:"100%",alignItems:"flex-start"};function f(f){var v,p,y,g,h,m,x,b,S=!!(null===(v=f.schema)||void 0===v?void 0:v.group_edit),k=c(function(e){return e.globalData}),_=c(function(e){return e.setGlobalField}),C=i({}),I=C[0],E=C[1],A=i(!1),j=A[0],z=A[1],w=null===(p=f.uiState)||void 0===p?void 0:p.isAiStreaming,D=o(w);if(l(function(){D.current&&!w&&j&&z(!1),D.current=w},[w,j]),!S)return n("div",e({style:s},{children:f.renderChildren?f.renderChildren():null}));var P=Object.entries((null===(y=f.schema)||void 0===y?void 0:y.properties)||{}).map(function(e){return{key:e[0],node:e[1]}}).filter(function(e){var n;return null===(n=e.node)||void 0===n?void 0:n.data_key}),W="group-".concat(f.id||"flexrow"),O=(null===(g=f.uiState)||void 0===g?void 0:g.activeEditId)===W,R=!!(null===(h=f.uiState)||void 0===h?void 0:h.activeEditId)&&!O,F=(null===(m=f.uiState)||void 0===m?void 0:m.pendingEditId)===W,M=P.filter(function(e){return e.node.is_required}).map(function(e){return e.node.data_key}).every(function(e){var n;return""!==String(null!==(n=I[e])&&void 0!==n?n:"").trim()}),L=P.some(function(e){var n,t;return(null!==(n=I[e.node.data_key])&&void 0!==n?n:"")!==(null!==(t=k[e.node.data_key])&&void 0!==t?t:"")}),T=!M||!L||w,q={};P.forEach(function(n){var t,i,o,l,d=n.node.data_key,r=n.node.depends_on_global_key;q[d]={value:O?null!==(t=I[d])&&void 0!==t?t:"":null!==(i=k[d])&&void 0!==i?i:"",onChange:function(n){return t=d,i=n,void E(function(n){var o,l=e(e({},n),((o={})[t]=i,o));return P.forEach(function(e){e.node.depends_on_global_key===t&&(l[e.node.data_key]="")}),l});var t,i},readOnly:w,parentValueOverride:r?O?null!==(o=I[r])&&void 0!==o?o:"":null!==(l=k[r])&&void 0!==l?l:"":void 0}});var G={display:"flex",alignItems:"center",justifyContent:"center",padding:"6px 8px",border:"1px solid #e5e7eb",borderRadius:"8px",backgroundColor:"#ffffff",color:"#6b7280",cursor:j?"not-allowed":"pointer",opacity:j?.5:1};return t("div",e({"data-edit-id":W,style:{border:"1px solid #e5e7eb",borderRadius:"12px",padding:"16px",width:"100%",display:"flex",flexDirection:"column",gap:"12px",backgroundColor:"#ffffff"}},{children:[t("div",e({style:{display:"flex",alignItems:"center",justifyContent:"space-between"}},{children:[n("span",e({style:{fontSize:"14px",fontWeight:500,color:w?"#717b8c":"#19213D",fontFamily:'"Plus Jakarta Sans", sans-serif'}},{children:(null===(x=f.schema)||void 0===x?void 0:x.group_title)||(null===(b=f.schema)||void 0===b?void 0:b.title)||""})),!O&&n("button",e({title:R?"Save active edits first":"Edit",onClick:function(){var e,n,t,i,o,l,d;if(!(null===(e=f.uiState)||void 0===e?void 0:e.activeEditId)||O){var r={};P.forEach(function(e){var n;r[e.node.data_key]=null!==(n=k[e.node.data_key])&&void 0!==n?n:""}),E(r),null===(o=null===(i=f.uiState)||void 0===i?void 0:i.setPendingEditId)||void 0===o||o.call(i,null),null===(d=null===(l=f.uiState)||void 0===l?void 0:l.setActiveEditId)||void 0===d||d.call(l,W)}else null===(t=null===(n=f.uiState)||void 0===n?void 0:n.setPendingEditId)||void 0===t||t.call(n,f.uiState.activeEditId)},disabled:j||w,style:G},{children:n(d,{size:14})}))]})),j&&w&&t("div",e({style:{display:"flex",alignItems:"center",color:"#141414",fontSize:"13px",fontWeight:500,fontStyle:"italic",paddingLeft:"2px"}},{children:[n("style",{children:"@keyframes spin { to { transform: rotate(360deg); } }"}),n(r,{size:16,style:{marginRight:8,animation:"spin 1s linear infinite"}}),"Checking the correctness of your selection..."]})),n("div",e({style:e(e({},s),{pointerEvents:O?"auto":"none"})},{children:f.renderChildren?f.renderChildren(void 0,q):null})),O&&t("div",e({style:{display:"flex",flexDirection:"column",alignItems:"flex-start",gap:"10px"}},{children:[t("div",e({style:{display:"flex",justifyContent:"flex-start",alignItems:"center",gap:"16px"}},{children:[n("button",e({onClick:function(){var e,n,t,i;E({}),null===(n=null===(e=f.uiState)||void 0===e?void 0:e.setPendingEditId)||void 0===n||n.call(e,null),null===(i=null===(t=f.uiState)||void 0===t?void 0:t.setActiveEditId)||void 0===i||i.call(t,null)},style:{background:"none",border:"none",color:"#6b7280",fontSize:"14px",fontWeight:500,cursor:"pointer",padding:0}},{children:"Discard Changes"})),t("button",e({onClick:function(){var e,n,t,i,o;if(!T){if(P.forEach(function(e){var n;return _(e.node.data_key,null!==(n=I[e.node.data_key])&&void 0!==n?n:"")}),null===(e=f.uiState)||void 0===e?void 0:e.setSendMessageInChat){var l="sk-".concat(Date.now(),"-").concat(Math.random().toString(36).slice(2,8)),d=P.filter(function(e){return e.node.ai_generated}),r=P.filter(function(e){return!e.node.ai_generated}),a="";if(d.length>0){var u=d.map(function(e){var n;return"".concat(e.node.title||e.node.data_key," to ").concat(function(e,n){var t,i;return null!==(i=null===(t=(Array.isArray(null==e?void 0:e.options)?e.options:Array.isArray(null==e?void 0:e.enum)?e.enum.map(function(e){return e&&"object"==typeof e?e:{label:String(e),value:e}}):[]).find(function(e){return e.value===n}))||void 0===t?void 0:t.label)&&void 0!==i?i:n||"empty"}(e.node,null!==(n=I[e.node.data_key])&&void 0!==n?n:""))});a+="Update ".concat(u.join(" and "))}if(r.length>0){var c=r.map(function(e){return e.node.title||e.node.data_key}).join(" and ");a+="".concat(a?" and ":"","The ").concat(c," have been updated through the learning form")}f.uiState.setSendMessageInChat("__SKELETON__:".concat(l,":").concat(a))}z(!0),E({}),null===(t=null===(n=f.uiState)||void 0===n?void 0:n.setPendingEditId)||void 0===t||t.call(n,null),null===(o=null===(i=f.uiState)||void 0===i?void 0:i.setActiveEditId)||void 0===o||o.call(i,null)}},disabled:T,style:{display:"flex",alignItems:"center",gap:"8px",padding:"8px 16px",borderRadius:"12px",border:"none",backgroundColor:"#2563eb",color:"#ffffff",fontSize:"14px",fontWeight:500,cursor:T?"not-allowed":"pointer",opacity:T?.5:1}},{children:[n(a,{size:18,strokeWidth:2.5,color:"#ffffff"})," Apply"]}))]})),F&&t("div",e({style:{display:"flex",alignItems:"center",gap:"6px"}},{children:[n(u,{size:14,style:{color:"#C2410C"}}),n("div",e({style:{color:"#C2410C",fontSize:"13px"}},{children:"Pending - Changes not applied yet. Apply or discard them to continue."}))]}))]}))]}))}export{f as default};
|
|
2
|
+
//# sourceMappingURL=GroupEditRow.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupEditRow.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as e}from"tslib";import{jsxs as t,jsx as i,Fragment as n}from"react/jsx-runtime";import{useState as r,useRef as o,useEffect as a}from"react";import{Check as l,X as d,Pencil as u}from"lucide-react";import c from"../../features/LearningManagement/components/PromptTextEditor.js";import{Textarea as s}from"../../features/IL-OTJ/_components/atoms/Textarea/Textarea.js";import{useLearningTemplateStore as p}from"../../features/LearningManagement/store/useLearningTemplateStore.js";var f=[{key:"text",label:"Text"},{key:"prompt",label:"Prompt"}];function v(v){var h,g,m,x,b,y=r(null),S=y[0],E=y[1],C=r("text"),k=C[0],I=C[1],w=p(function(e){return e.backwardCompatibility}),A=v.id||"prompt-editor",T=!!v.hideEditControls,L=T?!!v.parentEditing:(null===(h=v.uiState)||void 0===h?void 0:h.activeEditId)===A,B=!!(null===(g=v.uiState)||void 0===g?void 0:g.activeEditId)&&v.uiState.activeEditId!==A,F=o(null);a(function(){if(!L&&F.current){var e=F.current,t=e.querySelector(":focus");t&&t.blur();var i=function(e){L||(e.preventDefault(),e.target.blur())};return e.addEventListener("focus",i,{capture:!0}),function(){e.removeEventListener("focus",i,{capture:!0})}}},[L]),a(function(){F.current&&(L?(F.current.inert=!1,F.current.querySelectorAll('[aria-hidden="true"]').forEach(function(e){e.removeAttribute("aria-hidden");var t=e.tagName.toLowerCase();"button"!==t&&"input"!==t&&"textarea"!==t&&"a"!==t||(e.removeAttribute("tabindex"),e.disabled=!1)})):(F.current.inert=!0,F.current.querySelectorAll("input, textarea, button, a, [tabindex], [contenteditable]").forEach(function(e){e.setAttribute("tabindex","-1"),e.setAttribute("aria-hidden","true"),e.disabled=!0})))},[L]);var O=!S||S.trim()===(v.value||"").trim(),M={display:"flex",alignItems:"center",justifyContent:"center",padding:"8px",border:"1px solid #e5e7eb",borderRadius:"8px",cursor:"pointer",width:"36px",height:"36px",backgroundColor:"#ffffff"},_=(null===(b=null===(x=null===(m=v.uiState)||void 0===m?void 0:m.highlights)||void 0===x?void 0:x.get("".concat(v.tierKey,"_").concat(v.variantIndex)))||void 0===b?void 0:b.instruction_prompt)||!1,j=w?"#2563EB":"#5925DC",z=w?"37, 99, 235":"89, 37, 220",R=T?v.value||"":L&&null!==S?S:v.value||"",W=function(e){return T||!L?v.onChange(e):E(e)};return t("div",e({style:{display:"flex",flexDirection:"column",gap:"4px",width:"100%",marginBottom:"12px"},"data-edit-id":A},{children:[t("div",e({style:{display:"flex",alignItems:"center",width:"100%",justifyContent:"space-between",marginBottom:"4px"}},{children:[i("span",e({style:{fontSize:"14px",fontWeight:500,color:"#19213D",fontFamily:'"Plus Jakarta Sans", sans-serif'}},{children:v.title})),v.enableViewToggle&&i("div",e({style:{display:"flex",alignItems:"center",gap:"2px",padding:"2px",backgroundColor:"#F1F5F9",border:"1px solid #E2E8F0",borderRadius:"6px"}},{children:f.map(function(t){var n=t.key,r=t.label,o=k===n;return i("button",e({type:"button",onClick:function(){return I(n)},style:{padding:"3px 8px",borderRadius:"4px",border:"none",cursor:"pointer",fontSize:"11px",fontWeight:500,fontFamily:"Inter, sans-serif",backgroundColor:o?"#ffffff":"transparent",color:o?j:"#64748B",boxShadow:o?"0px 1px 2px rgba(18, 18, 23, 0.05)":"none"}},{children:r}),n)})}))]})),v.description&&i("div",e({style:{fontFamily:"Inter",fontWeight:400,fontSize:"12px",lineHeight:"130%",color:"#64748B",marginBottom:"4px"}},{children:v.description})),t("div",e({style:{display:"flex",alignItems:"flex-start",gap:"8px",width:"100%"}},{children:[i("div",e({ref:F,style:{flex:1,minWidth:0,border:_?"1px solid ".concat(j):"none",borderRadius:"8px",boxShadow:_?"0 0 12px 3px rgba(".concat(z,", 0.3)"):"none",transition:"all 0.3s",scrollBehavior:L?"auto":"unset"},"aria-disabled":!L},{children:i("div",e({style:{pointerEvents:L?"auto":"none",opacity:L?1:.75}},{children:v.enableViewToggle&&"text"===k?i(s,{rows:6,placeholder:v.placeholder||"Enter the instruction prompt..",value:R,onChange:function(e){return W(e.target.value)},isReadOnly:v.readOnly||v.isAiStreaming,inputReadOnly:!L,isHighlighted:_,errorMessage:v.errorMessage}):i(c,e({},v,{value:R,onChange:W,minHeight:"220px",maxHeight:"400px",readOnly:v.readOnly||v.isAiStreaming||!L}))}))})),!v.readOnly&&!T&&i("div",e({style:{display:"flex",gap:"8px"}},{children:L?t(n,{children:[t("button",e({onClick:function(){var e,t,i;if(null!==S&&S!==(v.value||"")&&(v.onChange(S),null===(e=v.uiState)||void 0===e?void 0:e.setSendMessageInChat)){var n="sk-".concat(Date.now(),"-").concat(Math.random().toString(36).slice(2,8));v.uiState.setSendMessageInChat("__SKELETON__:".concat(n,":The ").concat(v.title," has been updated through the Learning Form"))}E(null),null===(i=null===(t=v.uiState)||void 0===t?void 0:t.setActiveEditId)||void 0===i||i.call(t,null)},disabled:O,style:e(e({},M),{backgroundColor:"#2563EB",color:"white",width:"auto"})},{children:[i(l,{size:20,strokeWidth:2.5})," Apply"]})),i("button",e({onClick:function(){var e,t;E(null),null===(t=null===(e=v.uiState)||void 0===e?void 0:e.setActiveEditId)||void 0===t||t.call(e,null)},style:e(e({},M),{color:"#dc2626"})},{children:i(d,{size:20,strokeWidth:2.5})}))]}):i("button",e({onClick:function(){var e,t;B||(null===(t=null===(e=v.uiState)||void 0===e?void 0:e.setActiveEditId)||void 0===t||t.call(e,A),E(v.value||""))},disabled:v.isAiStreaming||B,style:e(e({},M),{color:"#6b7280"})},{children:i(u,{size:20})}))}))]}))]}))}export{v as default};
|
|
2
|
+
//# sourceMappingURL=PromptTextEditorField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PromptTextEditorField.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as o}from"tslib";import{jsx as t}from"react/jsx-runtime";import{ScopeSection as i}from"../../features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js";function n(n){var e,a;return t(i,o({},n,{scopeData:n.value||{},onScopeChange:function(t,i){var e;n.onChange(o(o({},n.value||{}),((e={})[t]=i,e)))},stationOptions:(null===(e=n.uiState)||void 0===e?void 0:e.stationOptions)||[],tierOptions:(null===(a=n.uiState)||void 0===a?void 0:a.tierOptions)||[]}))}export{n as default};
|
|
2
|
+
//# sourceMappingURL=ScopeSectionField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScopeSectionField.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as t}from"tslib";import{jsxs as e,Fragment as o,jsx as i}from"react/jsx-runtime";import{useState as n}from"react";import{TextSection as r}from"../../features/IL-OTJ/_components/organisms/TextSection/TextSection.js";import{InputDataReasoningCard as a}from"../../features/IL-OTJ/_components/InputDataReasoningCard.js";function s(s){var c,l=n(!1),m=l[0],u=l[1],f=s.citation,p=s.title,d=s.value,v=s.state;return e(o,{children:[i(r,t({},s,{placeholder:null===(c=s.schema)||void 0===c?void 0:c.placeholder,showCognitiveIcon:!!f,isOpen:m,onToggle:function(){return u(function(t){return!t})}})),f&&i(a,{isVisible:m,citation:f,citations:null==v?void 0:v.citations,fieldName:p,fieldValue:d})]})}export{s as default};
|
|
2
|
+
//# sourceMappingURL=TextInputField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextInputField.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as i}from"tslib";import{jsx as e}from"react/jsx-runtime";import{VariantListWrapper as t}from"../../features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js";import a from"../../features/IL-OTJ/_components/AccordianSection.js";function n(n){var r,o,d,l,u=n.tierKey||"tier_1",v=(null===(o=null===(r=n.state)||void 0===r?void 0:r.variantsByTier)||void 0===o?void 0:o[u])||[{}],s=function(i){var e,t={},a=function(e){void 0===e&&(e={}),Object.entries(e).forEach(function(e){var n=e[0],r=e[1],o=((null==r?void 0:r.data_key)||n).replace("global.","");t[o]={readOnly:i},(null==r?void 0:r.properties)&&a(r.properties)})};return a(null===(e=n.schema)||void 0===e?void 0:e.properties),t};return e(t,i({onAddVariant:function(){var i;(null===(i=n.handlers)||void 0===i?void 0:i.addNewVariant)&&n.handlers.addNewVariant(u)},isDisabled:null===(d=n.uiState)||void 0===d?void 0:d.isAiStreaming,showAddVariantBtn:"Edit"!==(null===(l=n.uiState)||void 0===l?void 0:l.usedFor)},{children:v.map(function(t,r){var o,d,l=t.variantType||"default",v="default"===l||"default_variant"===l,c="".concat(u,"-variant-").concat(r),f=!0===t.is_variant,p=null===(o=n.uiState)||void 0===o?void 0:o.activeVariantAccordionIndex,m=void 0!==p?p===r:f,h=t.isReadOnly||(null===(d=n.uiState)||void 0===d?void 0:d.isAiStreaming);return e("div",i({style:{width:"100%"}},{children:e(a,i({title:{type:v?"default":"variant",label:l,number:r+1,isNewVariant:f,isDefault:t.isDefault,isModified:t.isModified},expanded:m,onToggle:function(){var i,e;return null===(e=null===(i=n.uiState)||void 0===i?void 0:i.setActiveVariantAccordionIndex)||void 0===e?void 0:e.call(i,m?null:r)},variant:"rule-behavior",footerData:{ruleTitle:l,description:t.ruleDescription||""},readOnly:h},{children:e("div",i({style:{display:"flex",flexDirection:"column",gap:"12px"}},{children:n.renderChildren?n.renderChildren(r,s(h),u):null}))}))}),c)})}))}export{n as default};
|
|
2
|
+
//# sourceMappingURL=VariantListField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VariantListField.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as t}from"tslib";import{jsxs as e,jsx as r}from"react/jsx-runtime";import{useState as n}from"react";import{ChevronDown as o}from"lucide-react";var i=function(i){var a=i.schema,d=i.children,l=n(!!a.default_open),s=l[0],c=l[1];return e("div",t({style:{border:"1px solid #E2E8F0",borderRadius:12,marginBottom:12,overflow:"hidden"}},{children:[e("button",t({type:"button",onClick:function(){return c(function(t){return!t})},"aria-expanded":s,style:{width:"100%",display:"flex",alignItems:"center",justifyContent:"space-between",padding:"12px 16px",background:"#F8FAFC",border:"none",cursor:"pointer",fontSize:14,fontWeight:500,color:"#19213D",fontFamily:'"Plus Jakarta Sans", sans-serif'}},{children:[a.title,r(o,{size:18,style:{transform:s?"rotate(180deg)":"rotate(0deg)",transition:"transform 0.2s"}})]})),s&&r("div",t({style:{padding:16,display:"flex",flexDirection:"column",gap:12}},{children:d}))]}))};export{i as default};
|
|
2
|
+
//# sourceMappingURL=Accordion.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Accordion.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__assign as a}from"tslib";import{create as n}from"zustand";var t=n(function(n,t){return{globalData:{},variantData:{},globalReasoning:{},variantReasoning:{},setGlobalField:function(t,i){return n(function(n){var r;return{globalData:a(a({},n.globalData),(r={},r[t]=i,r))}})},setVariantField:function(t,i,r,o){return n(function(n){var e,l,u,v=n.variantData[t]||{},g=v[i]||{};return{variantData:a(a({},n.variantData),(e={},e[t]=a(a({},v),(l={},l[i]=a(a({},g),(u={},u[r]=o,u)),l)),e))}})},setGlobalReasoning:function(t,i){return n(function(n){var r;return{globalReasoning:a(a({},n.globalReasoning),(r={},r[t]=i,r))}})},setVariantReasoning:function(t,i,r,o){return n(function(n){var e,l,u,v=n.variantReasoning[t]||{},g=v[i]||{};return{variantReasoning:a(a({},n.variantReasoning),(e={},e[t]=a(a({},v),(l={},l[i]=a(a({},g),(u={},u[r]=o,u)),l)),e))}})},getGlobalField:function(a){return t().globalData[a]},getVariantField:function(a,n,i){var r,o;return null===(o=null===(r=t().variantData[a])||void 0===r?void 0:r[n])||void 0===o?void 0:o[i]},getGlobalReasoning:function(a){return t().globalReasoning[a]},getVariantReasoning:function(a,n,i){var r,o;return null===(o=null===(r=t().variantReasoning[a])||void 0===r?void 0:r[n])||void 0===o?void 0:o[i]},mergeVariantSlot:function(t,i,r,o){return n(function(n){var e,l,u,v,g={};if(r&&Object.keys(r).length>0){var s=n.variantData[t]||{};g.variantData=a(a({},n.variantData),((e={})[t]=a(a({},s),((l={})[i]=a(a({},s[i]||{}),r),l)),e))}if(o&&Object.keys(o).length>0){s=n.variantReasoning[t]||{};g.variantReasoning=a(a({},n.variantReasoning),((u={})[t]=a(a({},s),((v={})[i]=a(a({},s[i]||{}),o),v)),u))}return g})},initializeStore:function(t,i){return void 0===i&&(i={}),n(function(n){var r=a({},n.globalData);return Object.entries(t||{}).forEach(function(a){var n=a[0],t=a[1];void 0!==t&&void 0===r[n]&&(r[n]=t)}),{globalData:r,variantData:a(a({},n.variantData),i)}})},resetStore:function(){return n({globalData:{},variantData:{},globalReasoning:{},variantReasoning:{}})}}});export{t as useDynamicFormStore};
|
|
2
|
+
//# sourceMappingURL=useDynamicFormStore.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDynamicFormStore.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{useDynamicFormStore as e}from"../store/useDynamicFormStore.js";import{stripAiReasoning as r}from"./aiReasoning.js";var t=function(e,r){return{cleanKey:e.replace("global.",""),isGlobal:e.startsWith("global.")||!r}},i=function(e){return!0===(null==e?void 0:e.is_repeatable_variant)||"VariantListWrapper"===(null==e?void 0:e.bpa_ui_component)},n={rule_title:["title","ruleTitle"],rule_description:["description","variant_description"],wta:["whenToApply","when_to_apply"],wnta:["whenNotToApply","when_not_to_apply"]},o=function(e){var r={},t=function(e){e&&Object.entries(e).forEach(function(e){var i,o=e[0],a=e[1];(null==a?void 0:a.data_key)&&(null==a?void 0:a.title)&&(r[o]=a.title,null===(i=n[o])||void 0===i||i.forEach(function(e){r[e]=a.title})),(null==a?void 0:a.properties)&&t(a.properties)})};return t(null==e?void 0:e.properties),r},a=function(n,o,a){var l=e.getState(),u=l.getGlobalField,p=l.getVariantField,s={},d={},c=[],v=function(e,n){void 0===n&&(n=!1),e&&Object.entries(e).forEach(function(e){var l=e[0],f=e[1];if(f.ui_only){if(i(f))return;f.properties&&v(f.properties,n)}else{if(f.data_key){var y=t(f.data_key,n),_=y.cleanKey,b=y.isGlobal?u(_):p(o,a,_);void 0===b&&(b="array"===f.type?[]:"boolean"!==f.type&&("object"===f.type?{}:"")),"string"==typeof b&&b.includes("<ai_reasoning>")&&(b=r(b).clean),f.core_field?s[l]=b:(d[l]=b,f.is_required&&!c.includes(l)&&c.push(l))}f.properties&&!i(f)&&v(f.properties,n)}})},f=(null==n?void 0:n.properties)||{};v(f,!1);var y=Object.values(f).find(i);return y&&y.properties&&v(y.properties,!0),{rootPayload:s,learningMetadata:{properties:d,required:c}}},l=["ruleset_id","scope_id"],u=function(e){if(!e)return null;for(var r=0,t=Object.entries(e);r<t.length;r++){var i=t[r],n=i[0],o=i[1];if(l.includes(n)&&(null==o?void 0:o.data_key))return o;var a=u(null==o?void 0:o.properties);if(a)return a}return null},p=function(r,i){var n,o=u(null==r?void 0:r.properties);if(!o)return null;var a=t(o.data_key,!1).cleanKey,l=e.getState().getGlobalField(a);if(!l)return null;var p=function(e,r){var t=(null==e?void 0:e.dynamic_options_key)||"".concat(null==e?void 0:e.data_key,"Options"),i=null==r?void 0:r[t];return Array.isArray(i)&&i.length>0?i:Array.isArray(null==e?void 0:e.options)?e.options:Array.isArray(null==e?void 0:e.enum)?e.enum.map(function(e){return e&&"object"==typeof e?e:{label:String(e),value:e}}):[]}(o,i).find(function(e){return(null==e?void 0:e.value)===l});return null!==(n=null==p?void 0:p.id)&&void 0!==n?n:null},s=function(r,n){var o=e.getState(),a=o.getGlobalField,l=o.getVariantField,u=(null==r?void 0:r.properties)||{},p=!0,s=function(e,r,n){e&&Object.entries(e).forEach(function(e){var o=e[1];if(!o.ui_only||!i(o)){if(o.data_key&&o.is_required){var u=t(o.data_key,void 0!==r),d=u.cleanKey;(function(e){return null!=e&&(Array.isArray(e)?e.length>0:"string"!=typeof e||""!==e.trim())})(u.isGlobal?a(d):l(r,n,d))||(p=!1)}o.properties&&!i(o)&&s(o.properties,r,n)}})};s(u);var d=Object.values(u).find(i);return(null==d?void 0:d.properties)&&n.forEach(function(e,r){e.forEach(function(e,t){s(d.properties,r,t)})}),p},d=function(o,a,l,u,p){var s,d;if(a&&"object"==typeof a){var c=e.getState(),v=c.setGlobalField,f=c.setVariantField,y=c.setGlobalReasoning,_=c.setVariantReasoning,b=!!l&&void 0!==u,g=Symbol("not-found"),h=null!==(d=null===(s=a.learning_metadata)||void 0===s?void 0:s.properties)&&void 0!==d?d:a.learning_metadata,j=function(e,o){void 0===o&&(o=!1),e&&Object.entries(e).forEach(function(e){var s=e[0],d=e[1];if(d.ui_only){if(i(d))return;d.properties&&j(d.properties,o)}else{if(d.data_key&&(!0===d.ai_generated||(null==p?void 0:p.hydrateAll))){var c=t(d.data_key,o),m=c.cleanKey,A=c.isGlobal,O=function(e,r){var t;if(r){if(Object.prototype.hasOwnProperty.call(a,e))return a[e];var i=null===(t=n[e])||void 0===t?void 0:t.find(function(e){return Object.prototype.hasOwnProperty.call(a,e)});return i?a[i]:g}if(h&&"object"==typeof h&&e in h){var o=h[e];return o&&"object"==typeof o&&!Array.isArray(o)&&"value"in o?o.value:o}return g}(s,!!d.core_field);if(O!==g&&("array"!==d.type&&Array.isArray(O)&&(O=O.join("\n")),void 0!==O)){var k=null;if(!("ConditionSection"===d.bpa_ui_component)&&"string"==typeof O&&O.includes("<ai_reasoning>")){var w=r(O);O=w.clean,k=w.raw}A?(v(m,O),k&&y(m,k)):b&&(f(l,u,m,O),k&&_(l,u,m,k))}}d.properties&&!i(d)&&j(d.properties,o)}})},m=(null==o?void 0:o.properties)||{};(null==p?void 0:p.variantOnly)||j(m,!1);var A=Object.values(m).find(i);A&&A.properties&&j(A.properties,!0)}};export{n as CORE_KEY_ALIASES,d as applyResponseToStore,s as areRequiredFieldsFilled,o as buildFieldLabelMap,a as generatePayloadFromSchema,p as resolveSchemaRuleSetId};
|
|
2
|
+
//# sourceMappingURL=PayloadUtils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PayloadUtils.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aiReasoning.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__awaiter as t,__generator as a,__assign as e}from"tslib";import{http as n}from"../api/transport.js";function s(s){return t(this,void 0,void 0,function(){var t,r,o,i,c,u,l;return a(this,function(a){switch(a.label){case 0:t=s.baseUrl,r=s.organizationName,o=s.payload,i=s.additionalHeaders,c="".concat(t,"/api/chatbot/publishAgenticFeedbackForVariantIngestion?name=ilnewtest&organizationName=").concat(encodeURIComponent(r)),a.label=1;case 1:return a.trys.push([1,3,,4]),[4,n.post(c,"string"==typeof o?o:JSON.stringify(o),{headers:e({"Content-Type":"application/json"},null!=i?i:{}),withCredentials:!0,validateStatus:function(){return!0}})];case 2:return[2,{ok:(u=a.sent()).status>=200&&u.status<300,status:u.status,statusText:u.statusText,data:u.data}];case 3:throw l=a.sent(),console.error("[InstantLearningService] Request error:",l),l;case 4:return[2]}})})}export{s as publishAgenticFeedbackForVariantIngestion};
|
|
2
2
|
//# sourceMappingURL=InstantLearningService.js.map
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface RegistryEntry {
|
|
3
|
+
importPath: () => Promise<{
|
|
4
|
+
default: React.ComponentType<any>;
|
|
5
|
+
}>;
|
|
6
|
+
isContainer?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare const componentRegistry: Record<string, RegistryEntry>;
|
|
9
|
+
export declare const isRegistryComponentName: (name: string) => boolean;
|
|
10
|
+
export declare const resolveRegistryComponent: (name?: string | null) => React.LazyExoticComponent<React.ComponentType<any>> | null;
|
|
11
|
+
export declare const resolveRegistryComponentOrFallback: (name?: string | null) => React.FC<import("./schema-driven/types").SchemaComponentProps> | React.LazyExoticComponent<React.ComponentType<any>>;
|
|
12
|
+
export declare const isContainerComponent: (name?: string | null) => boolean;
|
|
13
|
+
//# sourceMappingURL=ComponentRegistry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComponentRegistry.d.ts","sourceRoot":"","sources":["../../../src/ComponentRegistry.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE,MAAM,OAAO,CAAC;QAAE,OAAO,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAA;KAAE,CAAC,CAAC;IACjE,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAMD,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAW3D,CAAC;AAGF,eAAO,MAAM,uBAAuB,SAAU,MAAM,KAAG,OAAoC,CAAC;AAI5F,eAAO,MAAM,wBAAwB,UAC5B,MAAM,GAAG,IAAI,KACnB,MAAM,mBAAmB,CAAC,MAAM,aAAa,CAAC,GAAG,CAAC,CAAC,GAAG,IAWxD,CAAC;AAEF,eAAO,MAAM,kCAAkC,UAAW,MAAM,GAAG,IAAI,yHACtB,CAAC;AAElD,eAAO,MAAM,oBAAoB,UAAW,MAAM,GAAG,IAAI,KAAG,OACsB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ExternalWorkflowStepBadges } from './features/LearningManagement/store/useExternalWorkflowStore';
|
|
3
|
+
export interface TemplateContinueOption {
|
|
4
|
+
id: string;
|
|
5
|
+
icon: React.ReactNode;
|
|
6
|
+
title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
onClick: () => void;
|
|
9
|
+
footerNote?: string;
|
|
10
|
+
stepBadges?: string[];
|
|
11
|
+
}
|
|
12
|
+
export interface ContinueWithTemplateModalProps {
|
|
13
|
+
heading?: string;
|
|
14
|
+
options?: TemplateContinueOption[];
|
|
15
|
+
/**
|
|
16
|
+
* Step chips for the default cards. Normally supplied by the host through
|
|
17
|
+
* `externalWorkflowMetaData.stepBadges` on <TeachMePlugin />; this prop is
|
|
18
|
+
* only for rendering the modal standalone.
|
|
19
|
+
*/
|
|
20
|
+
stepBadges?: ExternalWorkflowStepBadges;
|
|
21
|
+
}
|
|
22
|
+
declare const ContinueWithTemplateModal: ({ heading, options, stepBadges, }: ContinueWithTemplateModalProps) => import("react").JSX.Element;
|
|
23
|
+
export default ContinueWithTemplateModal;
|
|
24
|
+
//# sourceMappingURL=ContinueWithTemplateModal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContinueWithTemplateModal.d.ts","sourceRoot":"","sources":["../../../src/ContinueWithTemplateModal.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,0BAA0B,EAA4B,MAAM,8DAA8D,CAAC;AAIpI,MAAM,WAAW,sBAAsB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;AAED,MAAM,WAAW,8BAA8B;IAC3C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACnC;;;;OAIG;IACH,UAAU,CAAC,EAAE,0BAA0B,CAAC;CAC3C;AAED,QAAA,MAAM,yBAAyB,sCAI5B,8BAA8B,gCAqKhC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ILMarketplaceMockTest.d.ts","sourceRoot":"","sources":["../../../src/ILMarketplaceMockTest.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsM1B,QAAA,MAAM,qBAAqB,yBAS1B,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|