@colijnit/transaction 12.1.123 → 12.1.124
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 +16 -16
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/component/checkout/checkout.component.js +1 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/pending-reason.service.js +13 -13
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +16 -16
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +6 -0
- package/package.json +2 -2
|
@@ -2164,6 +2164,7 @@ export declare class Dictionaries {
|
|
|
2164
2164
|
AMORTIZATION_GRID_HEADER: string;
|
|
2165
2165
|
AMORTIZATION_HEADER: string;
|
|
2166
2166
|
AMORTIZATION_TEXT: string;
|
|
2167
|
+
AMORTIZED_AMOUNT: string;
|
|
2167
2168
|
AMORTIZED_BEFORE_THIS_YEAR: string;
|
|
2168
2169
|
AMORTIZED_THIS_YEAR: string;
|
|
2169
2170
|
AMOUNT1: string;
|
|
@@ -4578,6 +4579,7 @@ export declare class Dictionaries {
|
|
|
4578
4579
|
JOB_STATUS: string;
|
|
4579
4580
|
JOUNRAL_ENTRY_DATE: string;
|
|
4580
4581
|
JOURNAL: string;
|
|
4582
|
+
JOURNAL_ENTRy: string;
|
|
4581
4583
|
JOURNALS: string;
|
|
4582
4584
|
JSON: string;
|
|
4583
4585
|
JUDGE_AGAIN: string;
|
|
@@ -5269,6 +5271,7 @@ export declare class Dictionaries {
|
|
|
5269
5271
|
NEW_BALANCE: string;
|
|
5270
5272
|
NEW_BOOKLINE: string;
|
|
5271
5273
|
NEW_BRANCH: string;
|
|
5274
|
+
NEW_CONFIRMATION: string;
|
|
5272
5275
|
NEW_CONNECTIONS_CONTRACT: string;
|
|
5273
5276
|
NEW_CONTAINER: string;
|
|
5274
5277
|
NEW_CUSTOMER: string;
|
|
@@ -10148,6 +10151,7 @@ export declare class Dictionaries {
|
|
|
10148
10151
|
AMORTIZATION_GRID_HEADER: string;
|
|
10149
10152
|
AMORTIZATION_HEADER: string;
|
|
10150
10153
|
AMORTIZATION_TEXT: string;
|
|
10154
|
+
AMORTIZED_AMOUNT: string;
|
|
10151
10155
|
AMORTIZED_BEFORE_THIS_YEAR: string;
|
|
10152
10156
|
AMORTIZED_THIS_YEAR: string;
|
|
10153
10157
|
AMOUNT1: string;
|
|
@@ -12880,6 +12884,7 @@ export declare class Dictionaries {
|
|
|
12880
12884
|
JOB_STATUS: string;
|
|
12881
12885
|
JOUNRAL_ENTRY_DATE: string;
|
|
12882
12886
|
JOURNAL: string;
|
|
12887
|
+
JOURNAL_ENTRY: string;
|
|
12883
12888
|
JOURNALS: string;
|
|
12884
12889
|
JOURNAL_ITEM_NUMBER: string;
|
|
12885
12890
|
JSON: string;
|
|
@@ -13646,6 +13651,7 @@ export declare class Dictionaries {
|
|
|
13646
13651
|
NEW_BRANCH: string;
|
|
13647
13652
|
NEW_CASE_MANAGER: string;
|
|
13648
13653
|
NEW_CASE_MANAGER_TASK_DELEGATION: string;
|
|
13654
|
+
NEW_CONFIRMATION: string;
|
|
13649
13655
|
NEW_CONNECTIONS_CONTRACT: string;
|
|
13650
13656
|
NEW_CONSULT_DOCTOR: string;
|
|
13651
13657
|
NEW_CONTAINER: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.124",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 12",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@colijnit/relationapi": ">=1.0.6",
|
|
19
19
|
"@colijnit/sharedapi": ">=1.0.10",
|
|
20
20
|
"@colijnit/sharedcomponents": ">=1.0.40",
|
|
21
|
-
"@colijnit/transactionapi": ">=1.1.
|
|
21
|
+
"@colijnit/transactionapi": ">=1.1.81",
|
|
22
22
|
"@syncfusion/ej2-angular-buttons": ">=19.3.44",
|
|
23
23
|
"@syncfusion/ej2-angular-calendars": ">=19.3.44",
|
|
24
24
|
"@syncfusion/ej2-angular-dropdowns": ">=19.3.45",
|