@paro.io/expert-shared-components 1.14.24 → 1.14.26

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 (82) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +2 -2
  3. package/lib/components/ClientReferencesSection/DeleteButton.js +11 -11
  4. package/lib/components/ClientReferencesSection/ParoError.js +10 -10
  5. package/lib/components/ClientReferencesSection/TagsSection.js +2 -2
  6. package/lib/components/ClientReferencesSection/styles/BrandedTypography.js +2 -2
  7. package/lib/components/ClientReferencesSection/styles/Buttons.js +15 -15
  8. package/lib/components/ClientReferencesSection/styles/Name.js +5 -5
  9. package/lib/components/ClientReferencesSection/styles/NullContentConditionalColor.js +4 -4
  10. package/lib/components/ClientReferencesSection/styles/SectionBody.js +11 -11
  11. package/lib/components/ClientReferencesSection/styles/SectionTitle.js +6 -6
  12. package/lib/components/ClientReferencesSection/styles/Tags.js +2 -2
  13. package/lib/components/DiscussionThread/DiscussionThread.d.ts +25 -25
  14. package/lib/components/DiscussionThread/DiscussionThread.js +137 -137
  15. package/lib/components/DiscussionThread/chat.d.ts +22 -22
  16. package/lib/components/DiscussionThread/chat.js +106 -106
  17. package/lib/components/DiscussionThread/index.d.ts +1 -1
  18. package/lib/components/DiscussionThread/index.js +5 -5
  19. package/lib/components/DocumentCenter/ClientDocumentsTable.d.ts +2 -1
  20. package/lib/components/DocumentCenter/ClientDocumentsTable.js +2 -4
  21. package/lib/components/DocumentCenter/DocumentCenter.d.ts +2 -1
  22. package/lib/components/DocumentCenter/DocumentCenter.js +44 -34
  23. package/lib/components/DocumentCenter/DocumentTable.d.ts +15 -15
  24. package/lib/components/DocumentCenter/DocumentTable.js +350 -350
  25. package/lib/components/DocumentCenter/DocumentUploadRow.d.ts +2 -1
  26. package/lib/components/DocumentCenter/DocumentUploadRow.js +2 -2
  27. package/lib/components/DocumentCenter/ParoDocumentsTable.d.ts +2 -1
  28. package/lib/components/DocumentCenter/ParoDocumentsTable.js +2 -2
  29. package/lib/components/DocumentCenter/UploadFilesButton.d.ts +6 -6
  30. package/lib/components/DocumentCenter/UploadFilesButton.js +29 -29
  31. package/lib/components/EarningsTracker/ActiveProjectCard.d.ts +52 -52
  32. package/lib/components/EarningsTracker/ActiveProjectCard.js +161 -161
  33. package/lib/components/EarningsTracker/CenterCardUI.d.ts +13 -13
  34. package/lib/components/EarningsTracker/CenterCardUI.js +134 -134
  35. package/lib/components/EarningsTracker/EarningsTracker.d.ts +52 -52
  36. package/lib/components/EarningsTracker/EarningsTracker.js +508 -508
  37. package/lib/components/EarningsTracker/EditDateModal.d.ts +22 -22
  38. package/lib/components/EarningsTracker/EditDateModal.js +149 -149
  39. package/lib/components/EarningsTracker/EmailModal.d.ts +14 -14
  40. package/lib/components/EarningsTracker/EmailModal.js +79 -79
  41. package/lib/components/EarningsTracker/EndProjectModal.d.ts +56 -56
  42. package/lib/components/EarningsTracker/EndProjectModal.js +221 -221
  43. package/lib/components/EarningsTracker/LeftCardUI.d.ts +18 -18
  44. package/lib/components/EarningsTracker/LeftCardUI.js +189 -189
  45. package/lib/components/EarningsTracker/LogTimeModalAuthenticated.d.ts +52 -52
  46. package/lib/components/EarningsTracker/LogTimeModalAuthenticated.js +358 -358
  47. package/lib/components/EarningsTracker/ProgressBar.d.ts +4 -4
  48. package/lib/components/EarningsTracker/ProgressBar.js +66 -66
  49. package/lib/components/EarningsTracker/ReviewRequestModal.d.ts +17 -17
  50. package/lib/components/EarningsTracker/ReviewRequestModal.js +135 -135
  51. package/lib/components/EarningsTracker/RightCardUI.d.ts +46 -46
  52. package/lib/components/EarningsTracker/RightCardUI.js +231 -231
  53. package/lib/components/EarningsTracker/index.d.ts +1 -1
  54. package/lib/components/EarningsTracker/index.js +5 -5
  55. package/lib/components/Escalations/CustomTag.d.ts +3 -3
  56. package/lib/components/Escalations/CustomTag.js +25 -25
  57. package/lib/components/Escalations/ViewReponseModal.d.ts +8 -8
  58. package/lib/components/Escalations/ViewReponseModal.js +27 -27
  59. package/lib/components/ExpertProfileHeader/ActionButtonSection.js +6 -6
  60. package/lib/components/ExpertProfileHeader/ProfileSection.js +7 -7
  61. package/lib/components/HeaderNavBar/index.js +3 -3
  62. package/lib/components/Invoices/TestDecisionSection.d.ts +1 -1
  63. package/lib/components/Invoices/TestDecisionSection.js +126 -126
  64. package/lib/components/OrganizationChart/OrganizationChart.d.ts +15 -15
  65. package/lib/components/OrganizationChart/OrganizationChart.js +312 -312
  66. package/lib/components/OrganizationChart/PersonCard.js +5 -5
  67. package/lib/components/OrganizationChart/utils.js +79 -79
  68. package/lib/components/ProjectCard/ProgressBar.js +4 -4
  69. package/lib/components/ProjectCard/ReviewRequestModal.js +5 -5
  70. package/lib/components/ProjectIntelligence/MissingInformation/index.js +1 -1
  71. package/lib/components/Reviews/Pagination.js +6 -6
  72. package/lib/components/ReviewsTab/RatingHeader.js +6 -6
  73. package/lib/components/ReviewsTab/expert-shared-components.code-workspace +20 -20
  74. package/lib/components/ReviewsTab/reviewRequestModal.js +5 -5
  75. package/lib/components/shared/Image.js +13 -13
  76. package/lib/components/shared/ProfileTextField.d.ts +18 -18
  77. package/lib/components/shared/ProfileTextField.js +16 -16
  78. package/lib/components/shared/StyledActionButtons.d.ts +7 -7
  79. package/lib/components/shared/StyledActionButtons.js +15 -15
  80. package/lib/components/shared/ToastNotification.d.ts +10 -10
  81. package/lib/components/shared/ToastNotification.js +63 -63
  82. package/package.json +66 -66
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 Paro, Inc
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Paro, Inc
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,2 +1,2 @@
1
- # expert-shared-components
2
- Repository to store Components shared between the Expert Apps and Internal Apps
1
+ # expert-shared-components
2
+ Repository to store Components shared between the Expert Apps and Internal Apps
@@ -15,26 +15,26 @@ const omitDeleteButtonIconProps = ["isDisabled"];
15
15
  const omitDeleteButtonTypographyProps = ["isDisabled"];
16
16
  const DeleteButtonTypography = (0, styled_components_1.default)((props) => {
17
17
  return react_1.default.createElement(Typography_1.default, Object.assign({}, (0, omit_1.default)(props, omitDeleteButtonTypographyProps)));
18
- }) `
19
- padding-right: 17px;
20
- color: ${colors_1.default.deleteButtonRed} !important ;
18
+ }) `
19
+ padding-right: 17px;
20
+ color: ${colors_1.default.deleteButtonRed} !important ;
21
21
  ${({ isDisabled }) => {
22
22
  return (isDisabled &&
23
- `
24
- color: ${colors_1.default.notice} !important;
23
+ `
24
+ color: ${colors_1.default.notice} !important;
25
25
  `);
26
- }}
26
+ }}
27
27
  `;
28
28
  const DeleteButtonIcon = (0, styled_components_1.default)((props) => {
29
29
  return react_1.default.createElement(Clear_1.default, Object.assign({}, (0, omit_1.default)(props, omitDeleteButtonIconProps)));
30
- }) `
31
- color: ${colors_1.default.deleteButtonRed} !important ;
30
+ }) `
31
+ color: ${colors_1.default.deleteButtonRed} !important ;
32
32
  ${({ isDisabled }) => {
33
33
  return (isDisabled &&
34
- `
35
- color: ${colors_1.default.notice} !important;
34
+ `
35
+ color: ${colors_1.default.notice} !important;
36
36
  `);
37
- }}
37
+ }}
38
38
  `;
39
39
  const DeleteButton = ({ buttonText, onClick, variant = "text", isDisabled, className }) => {
40
40
  return (react_1.default.createElement(Buttons_1.StyledEditOrDeleteButton, { onClick: () => {
@@ -9,18 +9,18 @@ const core_1 = require("@material-ui/core");
9
9
  const styled_components_1 = __importDefault(require("styled-components"));
10
10
  const colors_1 = __importDefault(require("./constants/colors"));
11
11
  const AlertSnackBarButton_1 = require("./AlertSnackBarButton");
12
- const ErrorBox = (0, styled_components_1.default)(core_1.Box) `
13
- width: 100%;
14
- padding-bottom: 100;
12
+ const ErrorBox = (0, styled_components_1.default)(core_1.Box) `
13
+ width: 100%;
14
+ padding-bottom: 100;
15
15
  `;
16
- const ParoTitle = (0, styled_components_1.default)(core_1.Box) `
17
- color: ${colors_1.default.paroBlack};
18
- padding: 0px 0px 18px 0px;
16
+ const ParoTitle = (0, styled_components_1.default)(core_1.Box) `
17
+ color: ${colors_1.default.paroBlack};
18
+ padding: 0px 0px 18px 0px;
19
19
  `;
20
- const ParoSubtitle = styled_components_1.default.div `
21
- color: ${colors_1.default.paroBlack};
22
- margin-bottom: 24px;
23
- font-size: 1rem;
20
+ const ParoSubtitle = styled_components_1.default.div `
21
+ color: ${colors_1.default.paroBlack};
22
+ margin-bottom: 24px;
23
+ font-size: 1rem;
24
24
  `;
25
25
  const ParoError = ({ handleClose }) => {
26
26
  const handleCancelLanguage = handleClose ? "Close" : "Retry";
@@ -9,8 +9,8 @@ const core_1 = require("@material-ui/core");
9
9
  const styled_components_1 = __importDefault(require("styled-components"));
10
10
  const NullContentConditionalColor_1 = require("./styles/NullContentConditionalColor");
11
11
  const Tags_1 = require("./styles/Tags");
12
- const ProfileTags = (0, styled_components_1.default)(Tags_1.Tags) `
13
- margin: 0 5px 8px 0;
12
+ const ProfileTags = (0, styled_components_1.default)(Tags_1.Tags) `
13
+ margin: 0 5px 8px 0;
14
14
  `;
15
15
  const TagsSection = ({ multiLine, tags = [], tagsExpected, }) => {
16
16
  if ((tags === null || tags === void 0 ? void 0 : tags.length) < 1) {
@@ -7,6 +7,6 @@ exports.StyledTypography = void 0;
7
7
  const Typography_1 = __importDefault(require("@material-ui/core/Typography"));
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
9
  const colors_1 = __importDefault(require("../constants/colors"));
10
- exports.StyledTypography = (0, styled_components_1.default)(Typography_1.default) `
11
- color: ${colors_1.default.paroDeepblue} !important ;
10
+ exports.StyledTypography = (0, styled_components_1.default)(Typography_1.default) `
11
+ color: ${colors_1.default.paroDeepblue} !important ;
12
12
  `;
@@ -7,21 +7,21 @@ exports.StyledEditOrDeleteButton = exports.HeaderButtonUnderline = exports.Heade
7
7
  const core_1 = require("@material-ui/core");
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
9
  const colors_1 = __importDefault(require("../constants/colors"));
10
- exports.HeaderButtons = (0, styled_components_1.default)(core_1.Button) `
11
- margin-left: 0px !important;
12
- padding-left: 0px !important;
13
- span {
14
- color: ${colors_1.default.buttonText} !important;
15
- }
10
+ exports.HeaderButtons = (0, styled_components_1.default)(core_1.Button) `
11
+ margin-left: 0px !important;
12
+ padding-left: 0px !important;
13
+ span {
14
+ color: ${colors_1.default.buttonText} !important;
15
+ }
16
16
  `;
17
- exports.HeaderButtonUnderline = (0, styled_components_1.default)(exports.HeaderButtons) `
18
- text-decoration: underline;
17
+ exports.HeaderButtonUnderline = (0, styled_components_1.default)(exports.HeaderButtons) `
18
+ text-decoration: underline;
19
19
  `;
20
- exports.StyledEditOrDeleteButton = (0, styled_components_1.default)(core_1.Button) `
21
- margin: 10px 0px !important;
22
- background-color: ${colors_1.default.primary};
23
- color: ${colors_1.default.white};
24
- :hover {
25
- color: ${colors_1.default.primary} !important;
26
- }
20
+ exports.StyledEditOrDeleteButton = (0, styled_components_1.default)(core_1.Button) `
21
+ margin: 10px 0px !important;
22
+ background-color: ${colors_1.default.primary};
23
+ color: ${colors_1.default.white};
24
+ :hover {
25
+ color: ${colors_1.default.primary} !important;
26
+ }
27
27
  `;
@@ -11,12 +11,12 @@ const styled_components_1 = __importDefault(require("styled-components"));
11
11
  const colors_1 = __importDefault(require("../constants/colors"));
12
12
  exports.Name = (0, styled_components_1.default)((props) => {
13
13
  return react_1.default.createElement(core_1.Typography, Object.assign({}, (0, omit_1.default)(props, ["isNull"])));
14
- }) `
15
- font-family: Roboto-Bold;
14
+ }) `
15
+ font-family: Roboto-Bold;
16
16
  ${({ isNull }) => {
17
17
  return (isNull &&
18
- `
19
- color: ${colors_1.default.paroRed} !important;
18
+ `
19
+ color: ${colors_1.default.paroRed} !important;
20
20
  `);
21
- }}
21
+ }}
22
22
  `;
@@ -6,11 +6,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.NullContentConditionalColor = void 0;
7
7
  const styled_components_1 = __importDefault(require("styled-components"));
8
8
  const colors_1 = __importDefault(require("../constants/colors"));
9
- exports.NullContentConditionalColor = styled_components_1.default.span `
9
+ exports.NullContentConditionalColor = styled_components_1.default.span `
10
10
  ${(props) => {
11
11
  return (props.isNull &&
12
- `
13
- color: ${colors_1.default.paroRed} !important
12
+ `
13
+ color: ${colors_1.default.paroRed} !important
14
14
  `);
15
- }}
15
+ }}
16
16
  `;
@@ -10,18 +10,18 @@ const styled_components_1 = __importDefault(require("styled-components"));
10
10
  const colors_1 = __importDefault(require("../constants/colors"));
11
11
  exports.SectionBody = (0, styled_components_1.default)((props) => {
12
12
  return react_1.default.createElement("div", Object.assign({}, (0, omit_1.default)(props, ["atLeastOneValueIsNull"])));
13
- }) `
14
- background-color: ${colors_1.default.white};
15
- border-radius: 2px;
16
- border: 1px Solid ${colors_1.default.lightGray};
17
- color: ${colors_1.default.paroBlack};
18
- font-family: Roboto;
19
- padding: 32.5px 42.5px 32.5px 42.5px;
20
- width: 100%;
13
+ }) `
14
+ background-color: ${colors_1.default.white};
15
+ border-radius: 2px;
16
+ border: 1px Solid ${colors_1.default.lightGray};
17
+ color: ${colors_1.default.paroBlack};
18
+ font-family: Roboto;
19
+ padding: 32.5px 42.5px 32.5px 42.5px;
20
+ width: 100%;
21
21
  ${({ atLeastOneValueIsNull }) => {
22
22
  return (atLeastOneValueIsNull &&
23
- `
24
- border-color: ${colors_1.default.paroRed} !important;
23
+ `
24
+ border-color: ${colors_1.default.paroRed} !important;
25
25
  `);
26
- }}
26
+ }}
27
27
  `;
@@ -10,12 +10,12 @@ const styled_components_1 = __importDefault(require("styled-components"));
10
10
  const colors_1 = __importDefault(require("../constants/colors"));
11
11
  exports.SectionTitle = (0, styled_components_1.default)((props) => {
12
12
  return react_1.default.createElement("div", Object.assign({}, (0, omit_1.default)(props, ["noBottomPadding"])));
13
- }) `
14
- font-family: Roboto-Bold;
15
- font-size: 20px;
16
- color: ${colors_1.default.paroBlack};
17
- padding: 23px 0px 15.5px 0px;
13
+ }) `
14
+ font-family: Roboto-Bold;
15
+ font-size: 20px;
16
+ color: ${colors_1.default.paroBlack};
17
+ padding: 23px 0px 15.5px 0px;
18
18
  ${({ noBottomPadding }) => {
19
19
  return noBottomPadding && "padding-bottom: 0 !important;";
20
- }}
20
+ }}
21
21
  `;
@@ -6,6 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.Tags = void 0;
7
7
  const core_1 = require("@material-ui/core");
8
8
  const styled_components_1 = __importDefault(require("styled-components"));
9
- exports.Tags = (0, styled_components_1.default)(core_1.Chip) `
10
- font-family: Roboto-Bold;
9
+ exports.Tags = (0, styled_components_1.default)(core_1.Chip) `
10
+ font-family: Roboto-Bold;
11
11
  `;
@@ -1,25 +1,25 @@
1
- import React from "react";
2
- interface ChatMessages {
3
- messageId: number;
4
- disputeId: number;
5
- sender: {
6
- id: number;
7
- email: string;
8
- firstName: string;
9
- lastName: string;
10
- userTypeId: number;
11
- };
12
- messageText: string;
13
- visibility: "ALL" | "INTERNAL_ONLY" | "CLIENT_INTERNAL_ONLY" | "EXPERT_INTERNAL_ONLY";
14
- createdAt: string;
15
- updatedAt: string;
16
- isDeleted: boolean;
17
- }
18
- interface DiscussionThreadProps {
19
- currentUser: any;
20
- initialThreads: ChatMessages[] | [];
21
- createDisputeChatMessage: any;
22
- disputeId: number;
23
- }
24
- export declare const DiscussionThread: ({ currentUser, initialThreads, createDisputeChatMessage, disputeId, }: DiscussionThreadProps) => React.JSX.Element;
25
- export {};
1
+ import React from "react";
2
+ interface ChatMessages {
3
+ messageId: number;
4
+ disputeId: number;
5
+ sender: {
6
+ id: number;
7
+ email: string;
8
+ firstName: string;
9
+ lastName: string;
10
+ userTypeId: number;
11
+ };
12
+ messageText: string;
13
+ visibility: "ALL" | "INTERNAL_ONLY" | "CLIENT_INTERNAL_ONLY" | "EXPERT_INTERNAL_ONLY";
14
+ createdAt: string;
15
+ updatedAt: string;
16
+ isDeleted: boolean;
17
+ }
18
+ interface DiscussionThreadProps {
19
+ currentUser: any;
20
+ initialThreads: ChatMessages[] | [];
21
+ createDisputeChatMessage: any;
22
+ disputeId: number;
23
+ }
24
+ export declare const DiscussionThread: ({ currentUser, initialThreads, createDisputeChatMessage, disputeId, }: DiscussionThreadProps) => React.JSX.Element;
25
+ export {};
@@ -1,137 +1,137 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
- return new (P || (P = Promise))(function (resolve, reject) {
28
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
29
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
30
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
31
- step((generator = generator.apply(thisArg, _arguments || [])).next());
32
- });
33
- };
34
- Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.DiscussionThread = void 0;
36
- const react_1 = __importStar(require("react"));
37
- const base_ui_1 = require("@paro.io/base-ui");
38
- const DiscussionThread = ({ currentUser, initialThreads, createDisputeChatMessage, disputeId, }) => {
39
- const [messages, setMessages] = (0, react_1.useState)(initialThreads);
40
- const [sending, setSending] = (0, react_1.useState)(false);
41
- const [comment, setComment] = (0, react_1.useState)("");
42
- const threadsEndRef = (0, react_1.useRef)(null);
43
- const didMountRef = (0, react_1.useRef)(false);
44
- // Auto scroll to bottom when messages change
45
- (0, react_1.useEffect)(() => {
46
- if (didMountRef.current) {
47
- if (threadsEndRef.current) {
48
- threadsEndRef.current.scrollIntoView({ behavior: "smooth" });
49
- }
50
- }
51
- else {
52
- didMountRef.current = true;
53
- }
54
- }, [messages]);
55
- const handleSend = () => __awaiter(void 0, void 0, void 0, function* () {
56
- setSending(true);
57
- try {
58
- if (comment) {
59
- const chatInput = {
60
- disputeId: disputeId,
61
- messageText: comment,
62
- senderId: currentUser === null || currentUser === void 0 ? void 0 : currentUser.userId,
63
- visibility: "ALL"
64
- };
65
- yield createDisputeChatMessage({
66
- variables: {
67
- input: chatInput
68
- }
69
- }).then((res) => {
70
- const newMsg = {
71
- messageId: res.data.createDisputeChatMessage.messageId,
72
- disputeId: res.data.createDisputeChatMessage.disputeId,
73
- sender: res.data.createDisputeChatMessage.sender,
74
- messageText: res.data.createDisputeChatMessage.messageText,
75
- visibility: res.data.createDisputeChatMessage.visibility,
76
- createdAt: res.data.createDisputeChatMessage.createdAt,
77
- updatedAt: res.data.createDisputeChatMessage.updatedAt,
78
- isDeleted: res.data.createDisputeChatMessage.isDeleted,
79
- };
80
- setMessages([...messages, newMsg]);
81
- setComment("");
82
- }).catch((error) => {
83
- console.error("Error creating dispute chat message:", error);
84
- });
85
- }
86
- }
87
- catch (error) {
88
- console.error("Error sending message:", error);
89
- }
90
- finally {
91
- setSending(false);
92
- }
93
- });
94
- const handleKeyPress = (e) => {
95
- if (e.key === "Enter" && !e.shiftKey) {
96
- e.preventDefault();
97
- handleSend();
98
- }
99
- };
100
- const formatTime = (timestamp) => {
101
- const date = new Date(timestamp);
102
- return date.toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' }) +
103
- ' · ' + date.toLocaleDateString([], { month: 'short', day: 'numeric', year: 'numeric' });
104
- };
105
- const getInitials = (name) => {
106
- return name
107
- .split(' ')
108
- .map(word => word[0])
109
- .join('')
110
- .toUpperCase()
111
- .substring(0, 2);
112
- };
113
- return (react_1.default.createElement("div", { className: "flex flex-col w-full rounded-lg bg-white h-auto" },
114
- react_1.default.createElement("div", { className: `py-3 flex items-center` },
115
- react_1.default.createElement("div", { className: "font-semibold text-gray-800 capitalize" }, "Discussion Thread")),
116
- messages.length ? react_1.default.createElement("div", { className: "flex-1 max-h-[30vh] overflow-y-auto border rounded-md p-2" },
117
- messages.map((message) => {
118
- const isCurrentUser = currentUser.userId === message.sender.id;
119
- const userName = message.sender.firstName + message.sender.lastName;
120
- const timestamp = message.updatedAt ? message.updatedAt : message.createdAt;
121
- return (react_1.default.createElement("div", { key: message.messageId, className: `flex mb-4 ${isCurrentUser ? 'justify-end' : 'justify-start'}` },
122
- !isCurrentUser && (react_1.default.createElement("div", { className: "flex-shrink-0 mr-2" },
123
- react_1.default.createElement("div", { className: "h-8 w-8 rounded-full bg-gray-400 flex items-center justify-center text-white text-xs font-medium bg-[#5f4508]" }, getInitials(userName || 'User')))),
124
- react_1.default.createElement("div", { className: `ml-1 min-w-min max-w-[75%] break-words` },
125
- !isCurrentUser && (react_1.default.createElement("div", { className: "text-xs text-gray-500 font-medium mb-1" }, userName || 'Unknown User')),
126
- react_1.default.createElement("div", { className: `px-4 py-2 rounded-lg ${isCurrentUser
127
- ? 'bg-[#dbefef] rounded-br-none'
128
- : 'bg-[#f9d8a7] border rounded-bl-none'}` }, message.messageText),
129
- react_1.default.createElement("div", { className: "text-xs text-gray-500 mt-1" }, formatTime(timestamp)))));
130
- }),
131
- react_1.default.createElement("div", { ref: threadsEndRef })) : react_1.default.createElement(react_1.default.Fragment, null),
132
- react_1.default.createElement("div", { className: "py-3" },
133
- react_1.default.createElement("div", { className: "flex items-center" },
134
- react_1.default.createElement("textarea", { value: comment, onChange: (e) => setComment(e.target.value), onKeyDown: handleKeyPress, placeholder: "Type your message here...", className: "flex-1 border rounded-lg px-3 py-2 resize-none focus:outline-none focus:ring-2 focus:ring-blue-500", rows: 1 }),
135
- react_1.default.createElement(base_ui_1.Button, { label: "Send", onClick: handleSend, disabled: !comment.trim(), isLoading: sending, color: "primary", className: "ml-2 px-4 py-2" })))));
136
- };
137
- exports.DiscussionThread = DiscussionThread;
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
+ return new (P || (P = Promise))(function (resolve, reject) {
28
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
29
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
30
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
31
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
32
+ });
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.DiscussionThread = void 0;
36
+ const react_1 = __importStar(require("react"));
37
+ const base_ui_1 = require("@paro.io/base-ui");
38
+ const DiscussionThread = ({ currentUser, initialThreads, createDisputeChatMessage, disputeId, }) => {
39
+ const [messages, setMessages] = (0, react_1.useState)(initialThreads);
40
+ const [sending, setSending] = (0, react_1.useState)(false);
41
+ const [comment, setComment] = (0, react_1.useState)("");
42
+ const threadsEndRef = (0, react_1.useRef)(null);
43
+ const didMountRef = (0, react_1.useRef)(false);
44
+ // Auto scroll to bottom when messages change
45
+ (0, react_1.useEffect)(() => {
46
+ if (didMountRef.current) {
47
+ if (threadsEndRef.current) {
48
+ threadsEndRef.current.scrollIntoView({ behavior: "smooth" });
49
+ }
50
+ }
51
+ else {
52
+ didMountRef.current = true;
53
+ }
54
+ }, [messages]);
55
+ const handleSend = () => __awaiter(void 0, void 0, void 0, function* () {
56
+ setSending(true);
57
+ try {
58
+ if (comment) {
59
+ const chatInput = {
60
+ disputeId: disputeId,
61
+ messageText: comment,
62
+ senderId: currentUser === null || currentUser === void 0 ? void 0 : currentUser.userId,
63
+ visibility: "ALL"
64
+ };
65
+ yield createDisputeChatMessage({
66
+ variables: {
67
+ input: chatInput
68
+ }
69
+ }).then((res) => {
70
+ const newMsg = {
71
+ messageId: res.data.createDisputeChatMessage.messageId,
72
+ disputeId: res.data.createDisputeChatMessage.disputeId,
73
+ sender: res.data.createDisputeChatMessage.sender,
74
+ messageText: res.data.createDisputeChatMessage.messageText,
75
+ visibility: res.data.createDisputeChatMessage.visibility,
76
+ createdAt: res.data.createDisputeChatMessage.createdAt,
77
+ updatedAt: res.data.createDisputeChatMessage.updatedAt,
78
+ isDeleted: res.data.createDisputeChatMessage.isDeleted,
79
+ };
80
+ setMessages([...messages, newMsg]);
81
+ setComment("");
82
+ }).catch((error) => {
83
+ console.error("Error creating dispute chat message:", error);
84
+ });
85
+ }
86
+ }
87
+ catch (error) {
88
+ console.error("Error sending message:", error);
89
+ }
90
+ finally {
91
+ setSending(false);
92
+ }
93
+ });
94
+ const handleKeyPress = (e) => {
95
+ if (e.key === "Enter" && !e.shiftKey) {
96
+ e.preventDefault();
97
+ handleSend();
98
+ }
99
+ };
100
+ const formatTime = (timestamp) => {
101
+ const date = new Date(timestamp);
102
+ return date.toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' }) +
103
+ ' · ' + date.toLocaleDateString([], { month: 'short', day: 'numeric', year: 'numeric' });
104
+ };
105
+ const getInitials = (name) => {
106
+ return name
107
+ .split(' ')
108
+ .map(word => word[0])
109
+ .join('')
110
+ .toUpperCase()
111
+ .substring(0, 2);
112
+ };
113
+ return (react_1.default.createElement("div", { className: "flex flex-col w-full rounded-lg bg-white h-auto" },
114
+ react_1.default.createElement("div", { className: `py-3 flex items-center` },
115
+ react_1.default.createElement("div", { className: "font-semibold text-gray-800 capitalize" }, "Discussion Thread")),
116
+ messages.length ? react_1.default.createElement("div", { className: "flex-1 max-h-[30vh] overflow-y-auto border rounded-md p-2" },
117
+ messages.map((message) => {
118
+ const isCurrentUser = currentUser.userId === message.sender.id;
119
+ const userName = message.sender.firstName + message.sender.lastName;
120
+ const timestamp = message.updatedAt ? message.updatedAt : message.createdAt;
121
+ return (react_1.default.createElement("div", { key: message.messageId, className: `flex mb-4 ${isCurrentUser ? 'justify-end' : 'justify-start'}` },
122
+ !isCurrentUser && (react_1.default.createElement("div", { className: "flex-shrink-0 mr-2" },
123
+ react_1.default.createElement("div", { className: "h-8 w-8 rounded-full bg-gray-400 flex items-center justify-center text-white text-xs font-medium bg-[#5f4508]" }, getInitials(userName || 'User')))),
124
+ react_1.default.createElement("div", { className: `ml-1 min-w-min max-w-[75%] break-words` },
125
+ !isCurrentUser && (react_1.default.createElement("div", { className: "text-xs text-gray-500 font-medium mb-1" }, userName || 'Unknown User')),
126
+ react_1.default.createElement("div", { className: `px-4 py-2 rounded-lg ${isCurrentUser
127
+ ? 'bg-[#dbefef] rounded-br-none'
128
+ : 'bg-[#f9d8a7] border rounded-bl-none'}` }, message.messageText),
129
+ react_1.default.createElement("div", { className: "text-xs text-gray-500 mt-1" }, formatTime(timestamp)))));
130
+ }),
131
+ react_1.default.createElement("div", { ref: threadsEndRef })) : react_1.default.createElement(react_1.default.Fragment, null),
132
+ react_1.default.createElement("div", { className: "py-3" },
133
+ react_1.default.createElement("div", { className: "flex items-center" },
134
+ react_1.default.createElement("textarea", { value: comment, onChange: (e) => setComment(e.target.value), onKeyDown: handleKeyPress, placeholder: "Type your message here...", className: "flex-1 border rounded-lg px-3 py-2 resize-none focus:outline-none focus:ring-2 focus:ring-blue-500", rows: 1 }),
135
+ react_1.default.createElement(base_ui_1.Button, { label: "Send", onClick: handleSend, disabled: !comment.trim(), isLoading: sending, color: "primary", className: "ml-2 px-4 py-2" })))));
136
+ };
137
+ exports.DiscussionThread = DiscussionThread;