kcommons 9.28.2 → 9.29.0

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.
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.companyNavConfig = exports.COMPANY_ROUTE_IDS = void 0;
4
- const comparative_typings_1 = require("../typings/comparative.typings");
5
4
  const parseReqString_1 = require("../utils/parseReqString");
6
5
  var COMPANY_ROUTE_IDS;
7
6
  (function (COMPANY_ROUTE_IDS) {
@@ -474,7 +473,7 @@ exports.companyNavConfig = {
474
473
  route: (comparative_id, queryParams) => (0, parseReqString_1.parseReqString)(`/purchase/comparative/${comparative_id}`, {
475
474
  route_id: COMPANY_ROUTE_IDS.CMPRTV_VIEW,
476
475
  opent: queryParams === null || queryParams === void 0 ? void 0 : queryParams.activeNegotiationQuoteId,
477
- active_tab: comparative_typings_1.COMPARATIVE_TABS.COMMERCIAL,
476
+ active_tab: queryParams === null || queryParams === void 0 ? void 0 : queryParams.active_tab,
478
477
  }),
479
478
  id: COMPANY_ROUTE_IDS.CMPRTV_VIEW,
480
479
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "9.28.2",
3
+ "version": "9.29.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",