@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.
Files changed (108) hide show
  1. package/README.md +2 -2
  2. package/dist/cjs/features/Bookemon/BookElementsCard/BookElementsCard.js +1 -1
  3. package/dist/cjs/features/Bookemon/BookPreview/BookPreview.js +1 -1
  4. package/dist/cjs/features/Bookemon/Bookemon.js +1 -1
  5. package/dist/cjs/features/Bookemon/BookemonContent.js +1 -1
  6. package/dist/cjs/features/ChatCitation/ChatCitationRenderer.js +1 -1
  7. package/dist/cjs/features/ChatCitation/InternalChatCitationRenderer.js +1 -1
  8. package/dist/cjs/features/ChatCitation/components/AssistantChatItem.js +1 -1
  9. package/dist/cjs/features/ChatCitation/components/ChatCitation.js +1 -1
  10. package/dist/cjs/features/ChatCitation/components/InViewNavigation.js +1 -1
  11. package/dist/cjs/features/CodeCitation/_components/CodeCitationPopup.js +1 -1
  12. package/dist/cjs/features/CodeCitation/_components/Spinner.js +1 -1
  13. package/dist/cjs/features/CodeCitation/_components/TooltipComponent.js +1 -1
  14. package/dist/cjs/features/PaginatedTable/PaginatedTable.js +1 -1
  15. package/dist/cjs/features/PdfEditorCitation/PdfEditorCitation.js +1 -1
  16. package/dist/cjs/features/ProjectAccordion/ProjectAccordion.js +1 -1
  17. package/dist/cjs/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.js +1 -1
  18. package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.js +1 -1
  19. package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.js +1 -1
  20. package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.js +1 -1
  21. package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.js +2 -0
  22. package/dist/cjs/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.js.map +1 -0
  23. package/dist/cjs/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js +1 -1
  24. package/dist/cjs/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js +1 -1
  25. package/dist/cjs/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js +1 -1
  26. package/dist/cjs/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js +1 -1
  27. package/dist/cjs/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js +1 -1
  28. package/dist/features/Bookemon/BookElementsCard/BookElementsCard.js +1 -1
  29. package/dist/features/Bookemon/BookPreview/BookPreview.js +1 -1
  30. package/dist/features/Bookemon/Bookemon.js +1 -1
  31. package/dist/features/Bookemon/BookemonContent.js +1 -1
  32. package/dist/features/ChatCitation/ChatCitationRenderer.js +1 -1
  33. package/dist/features/ChatCitation/InternalChatCitationRenderer.js +1 -1
  34. package/dist/features/ChatCitation/components/AssistantChatItem.js +1 -1
  35. package/dist/features/ChatCitation/components/ChatCitation.js +1 -1
  36. package/dist/features/ChatCitation/components/InViewNavigation.js +1 -1
  37. package/dist/features/CodeCitation/_components/CodeCitationPopup.js +1 -1
  38. package/dist/features/CodeCitation/_components/Spinner.js +1 -1
  39. package/dist/features/CodeCitation/_components/TooltipComponent.js +1 -1
  40. package/dist/features/PaginatedTable/PaginatedTable.js +1 -1
  41. package/dist/features/PdfEditorCitation/PdfEditorCitation.js +1 -1
  42. package/dist/features/ProjectAccordion/ProjectAccordion.js +1 -1
  43. package/dist/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.js +1 -1
  44. package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.js +1 -1
  45. package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.js +1 -1
  46. package/dist/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.js +1 -1
  47. package/dist/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.js +2 -0
  48. package/dist/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.js.map +1 -0
  49. package/dist/features/RequirementAiCitations/ImageCitation/ImageCitationContent.js +1 -1
  50. package/dist/features/RequirementAiCitations/VideoCitation/VideoCitationContent.js +1 -1
  51. package/dist/features/RequirementAiCitations/WebCitation/WebCitationWithImageContent.js +1 -1
  52. package/dist/features/RequirementAiCitations/WebCitation/components/ImagePreviewDialog.js +1 -1
  53. package/dist/features/RequirementAiCitations/components/CitationAIConfidenceDisplay.js +1 -1
  54. package/dist/types/src/AccordianHeadTest.d.ts.map +1 -1
  55. package/dist/types/src/ChatCitationTest.d.ts +6 -1
  56. package/dist/types/src/ChatCitationTest.d.ts.map +1 -1
  57. package/dist/types/src/CommonComponents/CustomDropdown.d.ts.map +1 -1
  58. package/dist/types/src/CommonComponents/NoTableData.d.ts.map +1 -1
  59. package/dist/types/src/CustomStylesProvider.d.ts.map +1 -1
  60. package/dist/types/src/RequirementAICitationTest.d.ts.map +1 -1
  61. package/dist/types/src/features/Bookemon/BookDetailsCard/BookDetailsCard.d.ts.map +1 -1
  62. package/dist/types/src/features/Bookemon/BookElementsCard/BookElementsCard.d.ts.map +1 -1
  63. package/dist/types/src/features/Bookemon/BookOverviewCard/BookOverviewCard.d.ts.map +1 -1
  64. package/dist/types/src/features/Bookemon/BookemonContent.d.ts.map +1 -1
  65. package/dist/types/src/features/ChatCitation/ChatCitationRenderer.d.ts +4 -0
  66. package/dist/types/src/features/ChatCitation/ChatCitationRenderer.d.ts.map +1 -1
  67. package/dist/types/src/features/ChatCitation/InternalChatCitationRenderer.d.ts +1 -1
  68. package/dist/types/src/features/ChatCitation/InternalChatCitationRenderer.d.ts.map +1 -1
  69. package/dist/types/src/features/ChatCitation/components/ChatCitation.d.ts.map +1 -1
  70. package/dist/types/src/features/ChatCitation/constants/icons.d.ts +3 -3
  71. package/dist/types/src/features/ChatCitation/constants/icons.d.ts.map +1 -1
  72. package/dist/types/src/features/ChatCitation/types/citations.types.d.ts +7 -0
  73. package/dist/types/src/features/ChatCitation/types/citations.types.d.ts.map +1 -1
  74. package/dist/types/src/features/CodeCitation/_components/CodeCitationPopup.d.ts.map +1 -1
  75. package/dist/types/src/features/CodeCitation/_components/DescriptionWithToggle.d.ts.map +1 -1
  76. package/dist/types/src/features/CodeCitation/_components/HighlightedCodeDetails.d.ts.map +1 -1
  77. package/dist/types/src/features/DataSelector/components/DataSelectionOptionsScreen.d.ts.map +1 -1
  78. package/dist/types/src/features/DataSelector/components/RlefDataTabsComponent.d.ts.map +1 -1
  79. package/dist/types/src/features/DataSelector/tables/ShowSelectedDataTable.d.ts.map +1 -1
  80. package/dist/types/src/features/DatagestMon/DynamicDataPreviiewer/DynamicDataPreviewer.d.ts.map +1 -1
  81. package/dist/types/src/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.d.ts +7 -1
  82. package/dist/types/src/features/RequirementAiCitations/AiReasoning/AiReasoningCitation.d.ts.map +1 -1
  83. package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.d.ts +11 -2
  84. package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasonMarkdownWrapper.d.ts.map +1 -1
  85. package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.d.ts +7 -1
  86. package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationContent.d.ts.map +1 -1
  87. package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.d.ts +7 -1
  88. package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/AiReasoningCitationPreview.d.ts.map +1 -1
  89. package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.d.ts +7 -0
  90. package/dist/types/src/features/RequirementAiCitations/AiReasoning/components/ChatCitationTestForAiReasoning.d.ts.map +1 -0
  91. package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts +11 -3
  92. package/dist/types/src/features/RequirementAiCitations/AiReasoning/types/interface.d.ts.map +1 -1
  93. package/dist/types/src/features/UploadData/Components/SelectDataFromGoogleDrive/SelectDataFromGoogleDriveButton.d.ts.map +1 -1
  94. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/ProjectTaskSelect.d.ts.map +1 -1
  95. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/Tooltip.d.ts.map +1 -1
  96. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/ConfidenceScoreColumnMenu.d.ts.map +1 -1
  97. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/LabelColumnMenu.d.ts.map +1 -1
  98. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts +5 -16
  99. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TableColumnResetFilterButton.d.ts.map +1 -1
  100. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dataset-collectionFilterColumnMenuComponents/TagColumnMenu.d.ts.map +1 -1
  101. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/dropdown-with-radio.d.ts.map +1 -1
  102. package/dist/types/src/features/UploadData/Components/SelectDataFromRLEF/Components/input-label-with-info.d.ts.map +1 -1
  103. package/dist/types/src/features/UploadData/Components/SelectDataFromSavedDataSet/SelectDataFromSavedDataSetButton.d.ts.map +1 -1
  104. package/dist/types/src/features/UploadData/main.d.ts.map +1 -1
  105. package/dist/types/src/theme.d.ts +1 -1
  106. package/dist/types/src/theme.d.ts.map +1 -1
  107. package/dist/types/src/utils/CustomSkeleton.d.ts.map +1 -1
  108. 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,4CAqHlF,CAAA;AAED,eAAe,8BAA8B,CAAA"}
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"}
@@ -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,4CAchC,CAAA;AAED,eAAe,aAAa,CAAA"}
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,2CAiGA;AAED,eAAe,yBAAyB,CAAC"}
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,2CAqUA;AAED,eAAe,eAAe,CAAA"}
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 { SvgIconTypeMap } from "@material-ui/core";
2
- import { CommonProps } from "@material-ui/core/OverridableComponent";
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?: JSX.IntrinsicAttributes & {
8
- component: ElementType<any>;
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":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAGrE,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAY/C,wBAAgB,4BAA4B,CAAC,KAAK,EAAE;IAClD,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,GAAG,CAAC,mBAAmB,GAAG;QAC7C,SAAS,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;KAC7B,GAAG;QACF,QAAQ,CAAC,EAAE,SAAS,CAAC;QACrB,KAAK,CAAC,EACF,SAAS,GACT,UAAU,GACV,QAAQ,GACR,SAAS,GACT,WAAW,GACX,OAAO,GACP,SAAS,CAAC;QACd,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;QACjE,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QAC/B,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QACpC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;QACjC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;KAC9B,GAAG,WAAW,CAAC,cAAc,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,GACxC,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,CAAC;CACvC,2CAcA"}
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,2CAwIA;AAED,eAAe,aAAa,CAAC"}
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,4CAgIR,CAAA;AAED,eAAe,iBAAiB,CAAA"}
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,4CAmBvG,CAAA;AAED,eAAe,kBAAkB,CAAA"}
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,4CAkBpD,CAAC;AAEF,eAAe,iCAAiC,CAAA"}
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,EAyJjB,CAAC;AAEF,eAAe,IAAI,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-ui/core/styles").Theme;
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,0CAgEhB,CAAC"}
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,4CAOxC,CAAA"}
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.123",
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
- "@material-ui/core": "4.12.4",
159
- "@material-ui/icons": "^4.11.3",
160
- "@material-ui/lab": "4.0.0-alpha.58",
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",