@e-llm-studio/instant-learning 0.0.208 → 0.0.210
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/_components/molecules/Condition/ConditionList.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
- package/dist/cjs/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
- package/dist/features/IL-OTJ/_components/molecules/Condition/ConditionList.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.js +1 -1
- package/dist/features/IL-OTJ/_components/organisms/TextSection/TextSection.js +1 -1
- package/dist/types/src/features/IL-OTJ/ILOTJTest.d.ts.map +1 -1
- package/dist/types/src/features/IL-OTJ/_components/molecules/Condition/ConditionList.d.ts +3 -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/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/TextSection/TextSection.d.ts +1 -1
- package/dist/types/src/features/IL-OTJ/_components/organisms/TextSection/TextSection.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../../node_modules/tslib/tslib.es6.mjs.js"),i=require("react/jsx-runtime"),t=require("../../molecules/Sections/SectionWrapper.js"),s=require("../../molecules/Condition/ConditionList.js");exports.ConditionSection=function(n){var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../../../../node_modules/tslib/tslib.es6.mjs.js"),i=require("react/jsx-runtime"),t=require("../../molecules/Sections/SectionWrapper.js"),s=require("../../molecules/Condition/ConditionList.js");exports.ConditionSection=function(n){var d=n.conditions,o=n.onAdd,r=n.onRemove,a=n.onEdit,l=n.index,c=n.isHighlighted,g=n.highlightedIds,h=n.footer,p=n.tooltipDescription,m=n.citations,u=n.addLabel,v=n.title;n.sendMessageInChat;var I=n.setSendMessageInChat,x=n.readOnly,S=n.isAiStreaming,f=n.errorMessage,j=n.activeEditId,A=n.setActiveEditId,C=e.__rest(n,["conditions","onAdd","onRemove","onEdit","index","isHighlighted","highlightedIds","footer","tooltipDescription","citations","addLabel","title","sendMessageInChat","setSendMessageInChat","readOnly","isAiStreaming","errorMessage","activeEditId","setActiveEditId"]);return i.jsxs(t.SectionWrapper,e.__assign({},C,{title:v,collapsible:!0,defaultOpen:!0},{children:[i.jsx(s.ConditionList,{items:d,onAdd:o,onRemove:r,onEdit:a,index:l,tierKey:C.tierKey,readOnly:x,isHighlighted:c,highlightedIds:g,footer:h,tooltipDescription:p,citations:m,addLabel:u,setSendMessageInChat:I,fieldName:v,isAiStreaming:S,activeEditId:j,setActiveEditId:A}),f&&i.jsx("div",e.__assign({style:{color:"#ef4444",fontSize:"12px",marginTop:"4px"}},{children:f}))]}))};
|
|
2
2
|
//# sourceMappingURL=ConditionSection.js.map
|