@colijnit/transaction 12.1.113 → 12.1.114
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.
- package/bundles/colijnit-transaction.umd.js +3 -3
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/esm2015/lib/component/dialog/catalog/dialog-catalog/dialog-catalog.component.js +2 -2
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +3 -3
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +1 -1
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
function Version() {
|
|
33
33
|
this.name = "@colijnit/transaction";
|
|
34
34
|
this.description = "Colijn IT transaction package";
|
|
35
|
-
this.symVer = "12.1.
|
|
36
|
-
this.publishDate = "
|
|
35
|
+
this.symVer = "12.1.114";
|
|
36
|
+
this.publishDate = "29-4-2023 11:18:46";
|
|
37
37
|
}
|
|
38
38
|
return Version;
|
|
39
39
|
}());
|
|
@@ -24564,7 +24564,7 @@
|
|
|
24564
24564
|
if (!this.catalogSettings) return [3 /*break*/, 2];
|
|
24565
24565
|
this.catalogSettings.options = this.options;
|
|
24566
24566
|
this.catalogSettings.catalogParameters = this.parameters;
|
|
24567
|
-
return [4 /*yield*/, this._catalogService.init(this.catalogSettings)];
|
|
24567
|
+
return [4 /*yield*/, this._catalogService.init(this.catalogSettings, true)];
|
|
24568
24568
|
case 1:
|
|
24569
24569
|
_a.sent();
|
|
24570
24570
|
_a.label = 2;
|