@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.
@@ -23,7 +23,6 @@ interface KeyMetricsProps {
23
23
  metrics: KeyMetricsData;
24
24
  communication: CommunicationData;
25
25
  businessContext: BusinessContextData;
26
- updateOpportunityKeyMetrics: any;
27
26
  GetOpportunityInsightsDocument: any;
28
27
  selectedOpportunityId: string;
29
28
  }
@@ -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, updateOpportunityKeyMetrics, GetOpportunityInsightsDocument, selectedOpportunityId }) => {
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,6 @@ interface ProjectIntelligenceProps {
12
12
  updateOpportunityFocusArea: any;
13
13
  isInternal?: boolean;
14
14
  handleRouteToDocuments?: () => void;
15
- updateOpportunityKeyMetrics: any;
16
15
  onSaveFocusArea?: any;
17
16
  onSaveMissingInformation?: any;
18
17
  }
@@ -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, updateOpportunityKeyMetrics, onSaveFocusArea, onSaveMissingInformation, }) => {
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
- }, updateOpportunityKeyMetrics: updateOpportunityKeyMetrics, GetOpportunityInsightsDocument: GetOpportunityInsightsDocument, selectedOpportunityId: selectedOpportunityId }))))));
162
+ }, GetOpportunityInsightsDocument: GetOpportunityInsightsDocument, selectedOpportunityId: selectedOpportunityId }))))));
163
163
  };
164
164
  exports.ProjectIntelligence = ProjectIntelligence;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paro.io/expert-shared-components",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {