@paro.io/expert-shared-components 1.14.0 → 1.14.1
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.
|
@@ -26,7 +26,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.KeyMetrics = void 0;
|
|
27
27
|
const react_1 = __importStar(require("react"));
|
|
28
28
|
// Edit Metrics Modal Component
|
|
29
|
-
const EditMetricsModal = ({ isOpen, metrics, onClose, onSave,
|
|
29
|
+
const EditMetricsModal = ({ isOpen, metrics, onClose, onSave, GetOpportunityInsightsDocument, selectedOpportunityId }) => {
|
|
30
30
|
const [formData, setFormData] = (0, react_1.useState)(metrics);
|
|
31
31
|
react_1.default.useEffect(() => {
|
|
32
32
|
setFormData(metrics);
|
|
@@ -12,7 +12,7 @@ const TeamSection_1 = require("./TeamSection");
|
|
|
12
12
|
const ProjectHealth_1 = require("./ProjectHealth");
|
|
13
13
|
const KeyMetrics_1 = require("./KeyMetrics");
|
|
14
14
|
const MissingInformation_1 = require("./MissingInformation");
|
|
15
|
-
const ProjectIntelligence = ({ checkIfOpportunityInsightsExistData, opportunityInsightsData, selectedOpportunityId, setSelectedOpportunityId, GetOpportunityInsightsDocument, updateOpportunityMissingInformation, documentCenterController = null, updateOpportunityFocusArea, isInternal = false, handleRouteToDocuments,
|
|
15
|
+
const ProjectIntelligence = ({ checkIfOpportunityInsightsExistData, opportunityInsightsData, selectedOpportunityId, setSelectedOpportunityId, GetOpportunityInsightsDocument, updateOpportunityMissingInformation, documentCenterController = null, updateOpportunityFocusArea, isInternal = false, handleRouteToDocuments, onSaveFocusArea, onSaveMissingInformation, }) => {
|
|
16
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10;
|
|
17
17
|
const opportunityInsights = opportunityInsightsData === null || opportunityInsightsData === void 0 ? void 0 : opportunityInsightsData.getOpportunityInsights;
|
|
18
18
|
// Create client tabs from checkIfOpportunityInsightsExistData
|
|
@@ -159,6 +159,6 @@ const ProjectIntelligence = ({ checkIfOpportunityInsightsExistData, opportunityI
|
|
|
159
159
|
challenge: ((_8 = opportunityInsights === null || opportunityInsights === void 0 ? void 0 : opportunityInsights.businessContext) === null || _8 === void 0 ? void 0 : _8.challenge) || 'N/A',
|
|
160
160
|
opportunity: ((_9 = opportunityInsights === null || opportunityInsights === void 0 ? void 0 : opportunityInsights.businessContext) === null || _9 === void 0 ? void 0 : _9.opportunity) || 'N/A',
|
|
161
161
|
tags: ((_10 = opportunityInsights === null || opportunityInsights === void 0 ? void 0 : opportunityInsights.businessContext) === null || _10 === void 0 ? void 0 : _10.tags) || []
|
|
162
|
-
},
|
|
162
|
+
}, GetOpportunityInsightsDocument: GetOpportunityInsightsDocument, selectedOpportunityId: selectedOpportunityId }))))));
|
|
163
163
|
};
|
|
164
164
|
exports.ProjectIntelligence = ProjectIntelligence;
|