@e-llm-studio/instant-learning 0.0.148 → 0.0.149
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/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/_components/AccordianSection.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/AccordianSection.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatComponent.module.css.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatHeader.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ChatComponents/ChatHeader.module.css.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ConflictingReasoningCard.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/ConflictingReasoningCard.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/CriticalGaps.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/CriticalGaps.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/ILPopup.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/ILPopup.styles.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.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/MessageRendering/RuleValidationCard.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/VariantLoadingOverlay.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/VariantLoadingOverlay.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/PencilEdit.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/PencilEdit.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/RadioButton.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/_svg/RadioButton.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +1 -1
- 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/ConfigSection/ConfigSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +2 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js.map +1 -0
- package/dist/cjs/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
- package/dist/cjs/features/IL-OTJ/helpers/utils.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/loader-circle.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/loader-circle.js.map +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/send-horizontal.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/send-horizontal.js.map +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/triangle-alert.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/triangle-alert.js.map +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/undo-2.js +1 -1
- package/dist/cjs/node_modules/lucide-react/dist/esm/icons/undo-2.js.map +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/_components/AccordianSection.js +2 -0
- package/dist/features/IL-OTJ/_components/AccordianSection.js.map +1 -0
- package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.js +1 -1
- package/dist/features/IL-OTJ/_components/ChatComponents/ChatComponent.module.css.js +1 -1
- package/dist/features/IL-OTJ/_components/ChatComponents/ChatHeader.js +1 -1
- package/dist/features/IL-OTJ/_components/ChatComponents/ChatHeader.module.css.js +1 -1
- package/dist/features/IL-OTJ/_components/ConflictingReasoningCard.js +2 -0
- package/dist/features/IL-OTJ/_components/ConflictingReasoningCard.js.map +1 -0
- package/dist/features/IL-OTJ/_components/CriticalGaps.js +2 -0
- package/dist/features/IL-OTJ/_components/CriticalGaps.js.map +1 -0
- package/dist/features/IL-OTJ/_components/ILPopup.js +1 -1
- package/dist/features/IL-OTJ/_components/ILPopup.styles.js +1 -1
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js +2 -0
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.js.map +1 -0
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.js +2 -0
- package/dist/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.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/MessageRendering/RuleValidationCard.js +2 -0
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.js.map +1 -0
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js +2 -0
- package/dist/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.js.map +1 -0
- package/dist/features/IL-OTJ/_components/VariantLoadingOverlay.js +2 -0
- package/dist/features/IL-OTJ/_components/VariantLoadingOverlay.js.map +1 -0
- package/dist/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js +2 -0
- package/dist/features/IL-OTJ/_components/_svg/LeftAndRightArrow.js.map +1 -0
- package/dist/features/IL-OTJ/_components/_svg/PencilEdit.js +2 -0
- package/dist/features/IL-OTJ/_components/_svg/PencilEdit.js.map +1 -0
- package/dist/features/IL-OTJ/_components/_svg/RadioButton.js +2 -0
- package/dist/features/IL-OTJ/_components/_svg/RadioButton.js.map +1 -0
- package/dist/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.js +1 -1
- 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/ConfigSection/ConfigSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
- package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js +2 -0
- package/dist/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.js.map +1 -0
- package/dist/features/IL-OTJ/_components/templates/TrafficManager/CreateRule.js +1 -1
- package/dist/features/IL-OTJ/helpers/utils.js +1 -1
- 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/index.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/loader-circle.js.map +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/send-horizontal.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/send-horizontal.js.map +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js.map +1 -1
- package/dist/node_modules/lucide-react/dist/esm/icons/undo-2.js +2 -2
- package/dist/node_modules/lucide-react/dist/esm/icons/undo-2.js.map +1 -1
- package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts +15 -0
- package/dist/types/src/features/IL-OTJ/ILOTJ.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts +4 -0
- package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts +31 -0
- package/dist/types/src/features/IL-OTJ/_components/AccordianSection.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts +5 -0
- package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatComponent.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ChatComponents/ChatHeader.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts +10 -0
- package/dist/types/src/features/IL-OTJ/_components/ConflictingReasoningCard.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts +8 -0
- package/dist/types/src/features/IL-OTJ/_components/CriticalGaps.d.ts.map +1 -0
- 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/ILPopup.styles.d.ts +1 -1
- package/dist/types/src/features/IL-OTJ/_components/ILPopup.styles.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts +29 -0
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownElements.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.d.ts +20 -0
- package/dist/types/src/features/IL-OTJ/_components/MarkdownComponents/MarkdownSelect.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 +11 -8
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/MessageRendering.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts +22 -0
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleValidationCard.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts +17 -0
- package/dist/types/src/features/IL-OTJ/_components/MessageRendering/RuleVariantCard.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts +9 -0
- package/dist/types/src/features/IL-OTJ/_components/VariantLoadingOverlay.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts +3 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/LeftAndRightArrow.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/PencilEdit.d.ts +8 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/PencilEdit.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/RadioButton.d.ts +9 -0
- package/dist/types/src/features/IL-OTJ/_components/_svg/RadioButton.d.ts.map +1 -0
- package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts +2 -1
- package/dist/types/src/features/IL-OTJ/_components/atoms/Dropdown/Dropdown.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/atoms/Textarea/Textarea.d.ts +7 -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/molecules/Condition/ConditionList.d.ts +9 -3
- 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/ConfigSection/ConfigSection.d.ts +3 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/ConfigSection/ConfigSection.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts +5 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/ScopeSection/ScopeSection.d.ts.map +1 -1
- 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 +20 -0
- package/dist/types/src/features/IL-OTJ/_components/templates/RuleComparison/RuleComparison.d.ts.map +1 -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/utils.d.ts +2 -0
- package/dist/types/src/features/IL-OTJ/helpers/utils.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__rest as
|
|
1
|
+
import{__rest as e,__assign as i}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsxs as t,jsx as o}from"react/jsx-runtime";import{SectionWrapper as n}from"../../molecules/Sections/SectionWrapper.js";import{ConditionList as s}from"../../molecules/Condition/ConditionList.js";var d=function(d){var r=d.conditions,a=d.onAdd,l=d.onRemove,g=d.onEdit,h=d.index,m=d.isHighlighted,c=d.highlightedIds,p=d.footer,f=d.tooltipDescription,S=d.citations,I=d.addLabel,u=d.title;d.sendMessageInChat;var v=d.setSendMessageInChat,x=d.readOnly,C=d.isAiStreaming,M=d.errorMessage,b=e(d,["conditions","onAdd","onRemove","onEdit","index","isHighlighted","highlightedIds","footer","tooltipDescription","citations","addLabel","title","sendMessageInChat","setSendMessageInChat","readOnly","isAiStreaming","errorMessage"]);return t(n,i({},b,{title:u,collapsible:!0,defaultOpen:!0},{children:[o(s,{items:r,onAdd:a,onRemove:l,onEdit:g,index:h,tierKey:b.tierKey,readOnly:x,isHighlighted:m,highlightedIds:c,footer:p,tooltipDescription:f,citations:S,addLabel:I,setSendMessageInChat:v,fieldName:u,isAiStreaming:C}),M&&o("div",i({style:{color:"#ef4444",fontSize:"12px",marginTop:"4px"}},{children:M}))]}))};export{d as ConditionSection};
|
|
2
2
|
//# sourceMappingURL=ConditionSection.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__rest as e,__assign as n}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as o,jsxs as i}from"react/jsx-runtime";import{SectionWrapper as a}from"../../molecules/Sections/SectionWrapper.js";import{SeparationRow as t}from"../../molecules/SeperationRow/SeparationRow.js";import{Toggle as
|
|
1
|
+
import{__rest as e,__assign as n}from"../../../../../node_modules/tslib/tslib.es6.mjs.js";import{jsx as o,jsxs as i}from"react/jsx-runtime";import{SectionWrapper as a}from"../../molecules/Sections/SectionWrapper.js";import{SeparationRow as t}from"../../molecules/SeperationRow/SeparationRow.js";import{Toggle as l}from"../../atoms/Toggle/Toggle.js";var s=function(s){var r=s.separationItems,c=void 0===r?[]:r,g=s.toggles,d=void 0===g?[]:g,p=s.onConfigChange,m=s.highlights,u=void 0===m?{}:m;s.index;var b=s.openSections,f=s.readOnly,h=void 0!==f&&f,_=s.setOpenSections,v=e(s,["separationItems","toggles","onConfigChange","highlights","index","openSections","readOnly","setOpenSections"]);return o(a,n({},v,{collapsible:!0,defaultOpen:!1,openSections:b,setOpenSections:_},{children:i("div",n({className:"config-content-grid"},{children:[c.map(function(e){return o(t,{label:"".concat(e.label," Separation"),isEnabled:e.enabled,duration:e.global_min_separation_seconds,onToggle:function(){return function(e){h||(console.log("Toggling separation item:",e),p(e.key,{enabled:!e.enabled,global_min_separation_seconds:e.global_min_separation_seconds}))}(e)},onDurationChange:function(n){return function(e,n){h||(console.log("Updating separation duration:",e.key,n),p(e.key,{enabled:e.enabled,global_min_separation_seconds:n}))}(e,n)},isHighlighted:u["config_".concat(e.key)]},e.key)}),d.map(function(e){return o("div",n({className:"separation-row-container"},{children:i("div",n({className:"separation-header-row"},{children:[o("div",n({className:"separation-label"},{children:e.label})),o(l,{isEnabled:e.enabled,onToggle:function(){return function(e){h||(console.log("Toggling config item:",e),p(e.key,!e.enabled))}(e)}})]}))}),e.key)})]}))}))};export{s as ConfigSection};
|
|
2
2
|
//# sourceMappingURL=ConfigSection.js.map
|