@colijnit/transaction 257.1.36 → 257.1.37

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.
@@ -33,8 +33,8 @@
33
33
  function Version() {
34
34
  this.name = "@colijnit/transaction";
35
35
  this.description = "Colijn IT transaction package";
36
- this.symVer = "257.1.36";
37
- this.publishDate = "27/03/2025, 15:08:38";
36
+ this.symVer = "257.1.37";
37
+ this.publishDate = "27/03/2025, 15:36:28";
38
38
  }
39
39
  return Version;
40
40
  }());
@@ -21181,7 +21181,7 @@
21181
21181
  if (!this.customerGroups) {
21182
21182
  return;
21183
21183
  }
21184
- (_a = this.model) !== null && _a !== void 0 ? _a : (this.model = (_b = this.defaultValue) === null || _b === void 0 ? void 0 : _b.toString());
21184
+ (_a = this._model) !== null && _a !== void 0 ? _a : (this._model = (_b = this.defaultValue) === null || _b === void 0 ? void 0 : _b.toString());
21185
21185
  this.selectedCustomerGroup = this.customerGroups.find(function (c) { return c.groepsnummer === _this.model; });
21186
21186
  };
21187
21187
  return CustomerGroupsComponent;
@@ -21250,7 +21250,7 @@
21250
21250
  if (!this.customerLanguages) {
21251
21251
  return;
21252
21252
  }
21253
- (_a = this.model) !== null && _a !== void 0 ? _a : (this.model = (_b = this.defaultValue) === null || _b === void 0 ? void 0 : _b.toString());
21253
+ (_a = this._model) !== null && _a !== void 0 ? _a : (this._model = (_b = this.defaultValue) === null || _b === void 0 ? void 0 : _b.toString());
21254
21254
  this.selectedCustomerLanguage = this.customerLanguages.find(function (c) { return c.code === _this.model; });
21255
21255
  };
21256
21256
  return CustomerLanguagesComponent;
@@ -21849,7 +21849,7 @@
21849
21849
  if (!this.customerTitles) {
21850
21850
  return;
21851
21851
  }
21852
- (_a = this.model) !== null && _a !== void 0 ? _a : (this.model = Number(this.defaultValue));
21852
+ (_a = this._model) !== null && _a !== void 0 ? _a : (this._model = Number(this.defaultValue));
21853
21853
  this.selectedCustomerTitle = this.customerTitles.find(function (c) { return c.titleId === _this.model; });
21854
21854
  };
21855
21855
  return CustomerTitlesComponent;