@e-llm-studio/citation 0.0.123 → 0.0.124
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 +2 -2
- package/dist/cjs/features/Bookemon/BookElementsCard/BookElementsCard.js +1 -1
- package/dist/cjs/features/Bookemon/BookPreview/BookPreview.js +1 -1
- package/dist/cjs/features/Bookemon/Bookemon.js +1 -1
- package/dist/cjs/features/Bookemon/BookemonContent.js +1 -1
- package/dist/cjs/features/ChatCitation/ChatCitationRenderer.js +1 -1
- package/dist/cjs/features/ChatCitation/InternalChatCitationRenderer.js +1 -1
- package/dist/cjs/features/ChatCitation/components/AssistantChatItem.js +1 -1
- package/dist/cjs/features/ChatCitation/components/ChatCitation.js +1 -1
- package/dist/cjs/features/ChatCitation/components/InViewNavigation.js +1 -1
- package/dist/cjs/features/CodeCitation/_components/CodeCitationPopup.js +1 -1
- package/dist/cjs/features/CodeCitation/_components/Spinner.js +1 -1
- package/dist/cjs/features/CodeCitation/_components/TooltipComponent.js +1 -1
- package/dist/cjs/features/PaginatedTable/PaginatedTable.js +1 -1
- package/dist/cjs/features/PdfEditorCitation/PdfEditorCitation.js +1 -1
- package/dist/cjs/features/ProjectAccordion/ProjectAccordion.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.js +2 -0
- package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.js.map +1 -0
- package/dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js +1 -1
- package/dist/cjs/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js +1 -1
- package/dist/features/Bookemon/BookElementsCard/BookElementsCard.js +1 -1
- package/dist/features/Bookemon/BookPreview/BookPreview.js +1 -1
- package/dist/features/Bookemon/Bookemon.js +1 -1
- package/dist/features/Bookemon/BookemonContent.js +1 -1
- package/dist/features/ChatCitation/ChatCitationRenderer.js +1 -1
- package/dist/features/ChatCitation/InternalChatCitationRenderer.js +1 -1
- package/dist/features/ChatCitation/components/AssistantChatItem.js +1 -1
- package/dist/features/ChatCitation/components/ChatCitation.js +1 -1
- package/dist/features/ChatCitation/components/InViewNavigation.js +1 -1
- package/dist/features/CodeCitation/_components/CodeCitationPopup.js +1 -1
- package/dist/features/CodeCitation/_components/Spinner.js +1 -1
- package/dist/features/CodeCitation/_components/TooltipComponent.js +1 -1
- package/dist/features/PaginatedTable/PaginatedTable.js +1 -1
- package/dist/features/PdfEditorCitation/PdfEditorCitation.js +1 -1
- package/dist/features/ProjectAccordion/ProjectAccordion.js +1 -1
- package/dist/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.js +1 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.js +1 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.js +1 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.js +1 -1
- package/dist/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.js +2 -0
- package/dist/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.js.map +1 -0
- package/dist/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js +1 -1
- package/dist/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js +1 -1
- package/dist/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js +1 -1
- package/dist/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js +1 -1
- package/dist/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js +1 -1
- package/dist/types/src/AccordianHeadTest.d.ts.map +1 -1
- package/dist/types/src/ChatCitationTest.d.ts +6 -1
- package/dist/types/src/ChatCitationTest.d.ts.map +1 -1
- package/dist/types/src/CommonComponents/CustomDropdown.d.ts.map +1 -1
- package/dist/types/src/CommonComponents/NoTableData.d.ts.map +1 -1
- package/dist/types/src/CustomStylesProvider.d.ts.map +1 -1
- package/dist/types/src/RequirementAICitationTest.d.ts.map +1 -1
- package/dist/types/src/features/Bookemon/BookDetailsCard/BookDetailsCard.d.ts.map +1 -1
- package/dist/types/src/features/Bookemon/BookElementsCard/BookElementsCard.d.ts.map +1 -1
- package/dist/types/src/features/Bookemon/BookOverviewCard/BookOverviewCard.d.ts.map +1 -1
- package/dist/types/src/features/Bookemon/BookemonContent.d.ts.map +1 -1
- package/dist/types/src/features/ChatCitation/ChatCitationRenderer.d.ts +4 -0
- package/dist/types/src/features/ChatCitation/ChatCitationRenderer.d.ts.map +1 -1
- package/dist/types/src/features/ChatCitation/InternalChatCitationRenderer.d.ts +1 -1
- package/dist/types/src/features/ChatCitation/InternalChatCitationRenderer.d.ts.map +1 -1
- package/dist/types/src/features/ChatCitation/components/ChatCitation.d.ts.map +1 -1
- package/dist/types/src/features/ChatCitation/constants/icons.d.ts +3 -3
- package/dist/types/src/features/ChatCitation/constants/icons.d.ts.map +1 -1
- package/dist/types/src/features/ChatCitation/types/citations.types.d.ts +7 -0
- package/dist/types/src/features/ChatCitation/types/citations.types.d.ts.map +1 -1
- package/dist/types/src/features/CodeCitation/_components/CodeCitationPopup.d.ts.map +1 -1
- package/dist/types/src/features/CodeCitation/_components/DescriptionWithToggle.d.ts.map +1 -1
- package/dist/types/src/features/CodeCitation/_components/HighlightedCodeDetails.d.ts.map +1 -1
- package/dist/types/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts.map +1 -1
- package/dist/types/src/features/DataSelector/components/RlefDataTabsComponent.d.ts.map +1 -1
- package/dist/types/src/features/DataSelector/tables/ShowSelectedDataTable.d.ts.map +1 -1
- package/dist/types/src/features/DatagestMon/DynamicDataPreviiewer/DynamicDataPreviewer.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.d.ts +7 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.d.ts +11 -2
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.d.ts +7 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.d.ts +7 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.d.ts +7 -0
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts +11 -3
- package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts +5 -16
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts.map +1 -1
- package/dist/types/src/features/UploadData/main.d.ts.map +1 -1
- package/dist/types/src/theme.d.ts +1 -1
- package/dist/types/src/theme.d.ts.map +1 -1
- package/dist/types/src/utils/CustomSkeleton.d.ts.map +1 -1
- package/package.json +15 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProjectTaskSelect.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAK9C,UAAU,oCAAoC;IAC1C,cAAc,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AACD,QAAA,MAAM,8BAA8B,UAAW,oCAAoC,
|
|
1
|
+
{"version":3,"file":"ProjectTaskSelect.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAK9C,UAAU,oCAAoC;IAC1C,cAAc,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AACD,QAAA,MAAM,8BAA8B,UAAW,oCAAoC,4CAsHlF,CAAA;AAED,eAAe,8BAA8B,CAAA"}
|
package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,aAAa,UAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,aAAa,UAAW,GAAG,4CAehC,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfidenceScoreColumnMenu.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,eAAe,CAAC,SAAS;IACtC,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,KAAK,EAAE,SAAS,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,EAAE,CAAA;CACvB;AAGH,iBAAS,yBAAyB,CAAC,KAAK,EAAI;IACxC,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,eAAe,GAAG,eAAe,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;IACrF,YAAY,EAAE,MAAM,IAAI,CAAA;IACxB,eAAe,EAAE,OAAO,CAAA;IACxB,wBAAwB,EAAE,CAAC,KAAK,EAAC,CAAC,MAAM,EAAC,MAAM,CAAC,KAAK,IAAI,CAAA;IAEzD,uBAAuB,EAAC,MAAM,CAAA;CACjC,
|
|
1
|
+
{"version":3,"file":"ConfidenceScoreColumnMenu.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,eAAe,CAAC,SAAS;IACtC,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,KAAK,EAAE,SAAS,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,EAAE,CAAA;CACvB;AAGH,iBAAS,yBAAyB,CAAC,KAAK,EAAI;IACxC,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,eAAe,GAAG,eAAe,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;IACrF,YAAY,EAAE,MAAM,IAAI,CAAA;IACxB,eAAe,EAAE,OAAO,CAAA;IACxB,wBAAwB,EAAE,CAAC,KAAK,EAAC,CAAC,MAAM,EAAC,MAAM,CAAC,KAAK,IAAI,CAAA;IAEzD,uBAAuB,EAAC,MAAM,CAAA;CACjC,2CA+FA;AAED,eAAe,yBAAyB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabelColumnMenu.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,MAAM,yBAAyB,CAAC;AACxG,OAAO,EAAE,yCAAyC,EAAkB,MAAM,uBAAuB,CAAC;AAIlG,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE5D,wBAAgB,eAAe,CAAC,KAAK,EAAE;IACnC,IAAI,EAAE,OAAO,CAAC;IACd,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAE3B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,2BAA2B,CAAC;IACjD,gCAAgC,EAAE,yCAAyC,CAAC;IAC5E,OAAO,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,eAAe,GAAG,eAAe,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;IACrF,iBAAiB,EAAE,MAAM,IAAI,CAAA;IAC7B,oBAAoB,EAAE,OAAO,CAAA;IAE7B,6BAA6B,EAAE,CAAC,cAAc,EAAC,kBAAkB,KAAK,IAAI,CAAA;IAC1E,qBAAqB,EAAG,MAAM,EAAE,CAAC;IACjC,wBAAwB,EAAE,gCAAgC,CAAC;IAC3D,uBAAuB,EAAC,MAAM,CAAA;CACjC,
|
|
1
|
+
{"version":3,"file":"LabelColumnMenu.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,MAAM,yBAAyB,CAAC;AACxG,OAAO,EAAE,yCAAyC,EAAkB,MAAM,uBAAuB,CAAC;AAIlG,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE5D,wBAAgB,eAAe,CAAC,KAAK,EAAE;IACnC,IAAI,EAAE,OAAO,CAAC;IACd,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAE3B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,2BAA2B,CAAC;IACjD,gCAAgC,EAAE,yCAAyC,CAAC;IAC5E,OAAO,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,eAAe,GAAG,eAAe,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;IACrF,iBAAiB,EAAE,MAAM,IAAI,CAAA;IAC7B,oBAAoB,EAAE,OAAO,CAAA;IAE7B,6BAA6B,EAAE,CAAC,cAAc,EAAC,kBAAkB,KAAK,IAAI,CAAA;IAC1E,qBAAqB,EAAG,MAAM,EAAE,CAAC;IACjC,wBAAwB,EAAE,gCAAgC,CAAC;IAC3D,uBAAuB,EAAC,MAAM,CAAA;CACjC,2CAiUA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -1,19 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import { ElementType, ReactNode } from "react";
|
|
4
|
-
export declare function TableColumnResetFilterButton(props: {
|
|
1
|
+
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
+
export interface TableColumnResetFilterButtonProps {
|
|
5
3
|
onClick: () => void;
|
|
6
4
|
disabled?: boolean;
|
|
7
|
-
iconComponentProps?:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
children?: ReactNode;
|
|
11
|
-
color?: "inherit" | "disabled" | "action" | "primary" | "secondary" | "error" | undefined;
|
|
12
|
-
fontSize?: "small" | "inherit" | "default" | "large" | undefined;
|
|
13
|
-
htmlColor?: string | undefined;
|
|
14
|
-
shapeRendering?: string | undefined;
|
|
15
|
-
titleAccess?: string | undefined;
|
|
16
|
-
viewBox?: string | undefined;
|
|
17
|
-
} & CommonProps<SvgIconTypeMap<{}, "svg">> & Pick<any, string | number | symbol>;
|
|
18
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
iconComponentProps?: SvgIconProps;
|
|
6
|
+
}
|
|
7
|
+
export declare function TableColumnResetFilterButton({ onClick, disabled, iconComponentProps, }: TableColumnResetFilterButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
19
8
|
//# sourceMappingURL=TableColumnResetFilterButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableColumnResetFilterButton.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TableColumnResetFilterButton.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAerD,MAAM,WAAW,iCAAiC;IAChD,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,YAAY,CAAC;CACnC;AAED,wBAAgB,4BAA4B,CAAC,EAC3C,OAAO,EACP,QAAQ,EACR,kBAAkB,GACnB,EAAE,iCAAiC,2CAanC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagColumnMenu.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAA;AAInE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,eAAO,MAAM,6BAA6B,UAEzC,CAAC;AACF,iBAAS,aAAa,CAAC,KAAK,EAAE;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,sCAAsC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAChE,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C,OAAO,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,eAAe,GAAG,eAAe,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;IACrF,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,kBAAkB,EAAE,OAAO,CAAA;IAC3B,2BAA2B,EAAE,MAAM,EAAE,CAAA;IACrC,2BAA2B,EAAE,CAAC,YAAY,EAAC,gBAAgB,KAAK,IAAI,CAAA;IAEpE,uBAAuB,EAAC,MAAM,CAAA;CACjC,
|
|
1
|
+
{"version":3,"file":"TagColumnMenu.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAA;AAInE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,eAAO,MAAM,6BAA6B,UAEzC,CAAC;AACF,iBAAS,aAAa,CAAC,KAAK,EAAE;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,sCAAsC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAChE,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C,OAAO,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,eAAe,GAAG,eAAe,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;IACrF,eAAe,EAAE,MAAM,IAAI,CAAA;IAC3B,kBAAkB,EAAE,OAAO,CAAA;IAC3B,2BAA2B,EAAE,MAAM,EAAE,CAAA;IACrC,2BAA2B,EAAE,CAAC,YAAY,EAAC,gBAAgB,KAAK,IAAI,CAAA;IAEpE,uBAAuB,EAAC,MAAM,CAAA;CACjC,2CAuIA;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-with-radio.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.tsx"],"names":[],"mappings":";AAIA,UAAU,MAAM;IACZ,aAAa,EAAE,GAAG,CAAC;IACnB,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC;QAAE,KAAK,EAAE,OAAO,CAAA;KAAE,CAAC,KAAK,IAAI,CAAC;IACjE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAED;;;;;EAKE;AACF,QAAA,MAAM,iBAAiB,4JAapB,MAAM,
|
|
1
|
+
{"version":3,"file":"dropdown-with-radio.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.tsx"],"names":[],"mappings":";AAIA,UAAU,MAAM;IACZ,aAAa,EAAE,GAAG,CAAC;IACnB,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC;QAAE,KAAK,EAAE,OAAO,CAAA;KAAE,CAAC,KAAK,IAAI,CAAC;IACjE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAED;;;;;EAKE;AACF,QAAA,MAAM,iBAAiB,4JAapB,MAAM,4CAiIR,CAAA;AAED,eAAe,iBAAiB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-label-with-info.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,UAAU,MAAM;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,wBAAwB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,kBAAkB,0EAA0E,MAAM,
|
|
1
|
+
{"version":3,"file":"input-label-with-info.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,UAAU,MAAM;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,wBAAwB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,QAAA,MAAM,kBAAkB,0EAA0E,MAAM,4CAoBvG,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectDataFromSavedDataSetButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,iCAAiC,UAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"SelectDataFromSavedDataSetButton.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.tsx"],"names":[],"mappings":"AAWA,QAAA,MAAM,iCAAiC,UAAW,GAAG,4CAmBpD,CAAC;AAEF,eAAe,iCAAiC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/features/UploadData/main.tsx"],"names":[],"mappings":";AAkBA,oBAAY,YAAY;IACpB,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,KAAK,UAAU;IACf,KAAK,UAAU;CAClB;AACD,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../../../src/features/UploadData/main.tsx"],"names":[],"mappings":";AAkBA,oBAAY,YAAY;IACpB,IAAI,SAAS;IACb,YAAY,iBAAiB;IAC7B,KAAK,UAAU;IACf,KAAK,UAAU;CAClB;AACD,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EA0JjB,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const themePrimaryMainColor = "#008D9C";
|
|
2
2
|
export declare const themeDisabledFeildColor = "#00000042";
|
|
3
|
-
export declare const Theme: import("@material
|
|
3
|
+
export declare const Theme: import("@mui/material/styles").Theme;
|
|
4
4
|
//# sourceMappingURL=theme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/theme.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB,YAAY,CAAC;AAC/C,eAAO,MAAM,uBAAuB,cAAa,CAAC;AAGlD,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/theme.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB,YAAY,CAAC;AAC/C,eAAO,MAAM,uBAAuB,cAAa,CAAC;AAGlD,eAAO,MAAM,KAAK,sCAgEf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/utils/CustomSkeleton.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,cAAc,UAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"CustomSkeleton.d.ts","sourceRoot":"","sources":["../../../../src/utils/CustomSkeleton.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,cAAc,UAAW,GAAG,4CAQxC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e-llm-studio/citation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.124",
|
|
4
4
|
"author": "Devesh Patel",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -155,10 +155,14 @@
|
|
|
155
155
|
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
156
156
|
"@babel/preset-react": "7.26.3",
|
|
157
157
|
"@babel/preset-typescript": "7.26.0",
|
|
158
|
-
"@
|
|
159
|
-
"@
|
|
160
|
-
"@
|
|
158
|
+
"@craco/craco": "^7.1.0",
|
|
159
|
+
"@emotion/react": "^11.11.4",
|
|
160
|
+
"@emotion/styled": "^11.11.5",
|
|
161
161
|
"@monaco-editor/react": "^4.7.0",
|
|
162
|
+
"@mui/icons-material": "^5.15.14",
|
|
163
|
+
"@mui/lab": "^5.0.0-alpha.161",
|
|
164
|
+
"@mui/material": "^5.15.14",
|
|
165
|
+
"@mui/styles": "^5.15.14",
|
|
162
166
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
163
167
|
"@react-pdf-viewer/page-navigation": "^3.12.0",
|
|
164
168
|
"@react-pdf-viewer/search": "^3.12.0",
|
|
@@ -202,8 +206,7 @@
|
|
|
202
206
|
"rollup-plugin-visualizer": "5.12.0",
|
|
203
207
|
"ts-loader": "9.5.1",
|
|
204
208
|
"typescript": "4.9.5",
|
|
205
|
-
"webpack-bundle-analyzer": "^4.10.2"
|
|
206
|
-
"@craco/craco": "^7.1.0"
|
|
209
|
+
"webpack-bundle-analyzer": "^4.10.2"
|
|
207
210
|
},
|
|
208
211
|
"peerDependencies": {
|
|
209
212
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
@@ -212,7 +215,12 @@
|
|
|
212
215
|
"@react-pdf-viewer/zoom": "^3.12.0",
|
|
213
216
|
"pdfjs-dist": "^3.11.174",
|
|
214
217
|
"react": ">=16.8.0 <19.0.0",
|
|
215
|
-
"react-dom": ">=16.8.0 <19.0.0"
|
|
218
|
+
"react-dom": ">=16.8.0 <19.0.0",
|
|
219
|
+
"@mui/icons-material": "^5.15.14",
|
|
220
|
+
"@mui/lab": "^5.0.0-alpha.161",
|
|
221
|
+
"@mui/material": "^5.15.14",
|
|
222
|
+
"@emotion/react": "^11.11.4",
|
|
223
|
+
"@emotion/styled": "^11.11.5"
|
|
216
224
|
},
|
|
217
225
|
"dependencies": {
|
|
218
226
|
"dayjs": "^1.11.19",
|