@kontur.candy/generator 5.76.0 → 5.77.0-combine-new.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.
Files changed (2) hide show
  1. package/dist/index.js +32 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -45629,6 +45629,33 @@ let CombinatorType = /*#__PURE__*/function (CombinatorType) {
45629
45629
 
45630
45630
  /***/ }),
45631
45631
 
45632
+ /***/ "./Common/CommonConstants/DefaultServicesUrls.ts":
45633
+ /*!*******************************************************!*\
45634
+ !*** ./Common/CommonConstants/DefaultServicesUrls.ts ***!
45635
+ \*******************************************************/
45636
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
45637
+
45638
+ "use strict";
45639
+ __webpack_require__.r(__webpack_exports__);
45640
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
45641
+ /* harmony export */ DEFAULT_STAFF_SERVICE_URL: () => (/* binding */ DEFAULT_STAFF_SERVICE_URL),
45642
+ /* harmony export */ defaultServicesUrls: () => (/* binding */ defaultServicesUrls)
45643
+ /* harmony export */ });
45644
+ const DEFAULT_KEFORMS_URL = "";
45645
+ const DEFAULT_STAFF_SERVICE_URL = "https://api.kontur.ru/staff";
45646
+ const DEFAULT_PICKLIST_URL = "";
45647
+ const DEFAULT_NIDUS_URL = "";
45648
+ const DEFAULT_FSPRINTER_URL = "";
45649
+ const defaultServicesUrls = {
45650
+ keformsUrl: DEFAULT_KEFORMS_URL,
45651
+ staffServiceUrl: DEFAULT_STAFF_SERVICE_URL,
45652
+ picklistUrl: DEFAULT_PICKLIST_URL,
45653
+ nidusUrl: DEFAULT_NIDUS_URL,
45654
+ fsPrinterUrl: DEFAULT_FSPRINTER_URL
45655
+ };
45656
+
45657
+ /***/ }),
45658
+
45632
45659
  /***/ "./Common/CommonConstants/SectionNames.ts":
45633
45660
  /*!************************************************!*\
45634
45661
  !*** ./Common/CommonConstants/SectionNames.ts ***!
@@ -104092,13 +104119,15 @@ __webpack_require__.r(__webpack_exports__);
104092
104119
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
104093
104120
  /* harmony export */ getSettings: () => (/* binding */ getSettings)
104094
104121
  /* harmony export */ });
104095
- /* harmony import */ var _getRootPath__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./getRootPath */ "./Generator/src/generators/markupGenerator/getRootPath.ts");
104122
+ /* harmony import */ var _Common_CommonConstants_DefaultServicesUrls__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../../Common/CommonConstants/DefaultServicesUrls */ "./Common/CommonConstants/DefaultServicesUrls.ts");
104123
+ /* harmony import */ var _getRootPath__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./getRootPath */ "./Generator/src/generators/markupGenerator/getRootPath.ts");
104124
+
104096
104125
 
104097
104126
  function getSettings(sugarRoot, gfv, additionalSettings, formJsonSettings) {
104098
104127
  var _sugarRoot$isReadOnly;
104099
104128
  const settings = {
104100
- formRoot: (0,_getRootPath__WEBPACK_IMPORTED_MODULE_0__.getRootPath)(sugarRoot),
104101
- keformsUrl: "",
104129
+ formRoot: (0,_getRootPath__WEBPACK_IMPORTED_MODULE_1__.getRootPath)(sugarRoot),
104130
+ ..._Common_CommonConstants_DefaultServicesUrls__WEBPACK_IMPORTED_MODULE_0__.defaultServicesUrls,
104102
104131
  showFormContainer: true,
104103
104132
  embeddedLogEnabled: false,
104104
104133
  allowsend: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "5.76.0",
3
+ "version": "5.77.0-combine-new.0",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,