@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.
@@ -1 +1 @@
1
- {"version":3,"file":"ILOTJTest.d.ts","sourceRoot":"","sources":["../../../../../src/features/IL-OTJ/ILOTJTest.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAKzE,OAAO,EAA8C,oBAAoB,EAAuB,MAAM,iBAAiB,CAAC;AASxH,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;AAEzE,UAAU,UAAU;CACnB;AAKD,MAAM,WAAW,qBAAqB;IACpC,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB;AAKD,eAAO,MAAM,cAAc,YAAmB,qBAAqB,iBASlE,CAAC;AAEF,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA8jEnC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"ILOTJTest.d.ts","sourceRoot":"","sources":["../../../../../src/features/IL-OTJ/ILOTJTest.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAKzE,OAAO,EAA8C,oBAAoB,EAAuB,MAAM,iBAAiB,CAAC;AASxH,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC;AAEzE,UAAU,UAAU;CACnB;AAKD,MAAM,WAAW,qBAAqB;IACpC,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB;AAKD,eAAO,MAAM,cAAc,YAAmB,qBAAqB,iBASlE,CAAC;AAEF,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAgkEnC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -23,7 +23,9 @@ interface ConditionListProps {
23
23
  setSendMessageInChat?: (value: string) => void;
24
24
  fieldName?: string;
25
25
  isAiStreaming?: boolean;
26
+ activeEditId?: string | null;
27
+ setActiveEditId?: (id: string | null) => void;
26
28
  }
27
- export declare const ConditionList: ({ items, onAdd, onRemove, onEdit, index, tierKey, readOnly, placeholder, addLabel, showAddButton, isHighlighted, highlightedIds, footer, tooltipDescription, citations, setSendMessageInChat, fieldName, isAiStreaming }: ConditionListProps) => import("react/jsx-runtime").JSX.Element;
29
+ export declare const ConditionList: ({ items, onAdd, onRemove, onEdit, index, tierKey, readOnly, placeholder, addLabel, showAddButton, isHighlighted, highlightedIds, footer, tooltipDescription, citations, setSendMessageInChat, fieldName, isAiStreaming, activeEditId, setActiveEditId }: ConditionListProps) => import("react/jsx-runtime").JSX.Element;
28
30
  export {};
29
31
  //# sourceMappingURL=ConditionList.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConditionList.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Condition/ConditionList.tsx"],"names":[],"mappings":";AAQA,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,kBAAkB;IAC1B,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5D,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACxE,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACtC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,aAAa,6NAmBvB,kBAAkB,4CAsZpB,CAAC"}
1
+ {"version":3,"file":"ConditionList.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/molecules/Condition/ConditionList.tsx"],"names":[],"mappings":";AAQA,UAAU,QAAQ;IAChB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,UAAU,kBAAkB;IAC1B,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,KAAK,IAAI,CAAC;IAC5D,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACxE,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;IACtC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,GAAG,EAAE,CAAC;IAClB,oBAAoB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CAC/C;AAED,eAAO,MAAM,aAAa,4PAqBvB,kBAAkB,4CA0XpB,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const ConditionSection: ({ conditions, onAdd, onRemove, onEdit, index, isHighlighted, highlightedIds, footer, tooltipDescription, citations, addLabel, title, sendMessageInChat, setSendMessageInChat, readOnly, isAiStreaming, errorMessage, ...props }: any) => import("react/jsx-runtime").JSX.Element;
1
+ export declare const ConditionSection: ({ conditions, onAdd, onRemove, onEdit, index, isHighlighted, highlightedIds, footer, tooltipDescription, citations, addLabel, title, sendMessageInChat, setSendMessageInChat, readOnly, isAiStreaming, errorMessage, activeEditId, setActiveEditId, ...props }: any) => import("react/jsx-runtime").JSX.Element;
2
2
  //# sourceMappingURL=ConditionSection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConditionSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,oOAAoO,GAAG,4CA2BnQ,CAAC"}
1
+ {"version":3,"file":"ConditionSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/ConditionSection/ConditionSection.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,mQACE,GAAG,4CA6BjC,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const TextSection: ({ rows, value, errorMessage, onChange, placeholder, title, isHighlighted, isOpen, readOnly, showCognitiveIcon, onToggle, tooltipDescription, enableInlineEdit, setSendMessageInChat, isAiStreaming, fieldName, ...props }: any) => import("react/jsx-runtime").JSX.Element;
1
+ export declare const TextSection: ({ rows, value, errorMessage, onChange, placeholder, title, isHighlighted, isOpen, readOnly, showCognitiveIcon, onToggle, tooltipDescription, enableInlineEdit, setSendMessageInChat, isAiStreaming, fieldName, id, activeEditId, setActiveEditId, ...props }: any) => import("react/jsx-runtime").JSX.Element;
2
2
  //# sourceMappingURL=TextSection.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/TextSection/TextSection.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW,8NAkBrB,GAAG,4CA+JL,CAAC"}
1
+ {"version":3,"file":"TextSection.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/IL-OTJ/_components/organisms/TextSection/TextSection.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW,iQAqBrB,GAAG,4CA0KL,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e-llm-studio/instant-learning",
3
- "version": "0.0.208",
3
+ "version": "0.0.210",
4
4
  "author": "Devesh Patel",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -141,7 +141,7 @@
141
141
  "dependencies": {
142
142
  "@craco/craco": "^7.1.0",
143
143
  "@e-llm-studio/citation": "^0.0.110",
144
- "@e-llm-studio/watch-me-work": "^0.0.13",
144
+ "@e-llm-studio/watch-me-work": "^0.0.14",
145
145
  "pdf-collaborative-tool": "^0.7.0",
146
146
  "primeicons": "^7.0.0",
147
147
  "primereact": "^10.9.7",