@colijnit/relation 259.1.3 → 260.1.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.
- package/bundles/colijnit-relation.umd.js +6 -9
- package/bundles/colijnit-relation.umd.js.map +1 -1
- package/colijnit-relation.metadata.json +1 -1
- package/esm2015/lib/relation-version.js +3 -3
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/translation/relation-translation.module.js +3 -6
- package/fesm2015/colijnit-relation.js +6 -9
- package/fesm2015/colijnit-relation.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +4 -0
- package/package.json +5 -5
- package/colijnit-relation-259.1.3.tgz +0 -0
|
@@ -12495,6 +12495,7 @@ export declare class Dictionaries {
|
|
|
12495
12495
|
VIEW_PRODUCTS_OWNED: string;
|
|
12496
12496
|
VIEW_TRANSACTION_OVERVIEW: string;
|
|
12497
12497
|
VIRTUAL_ASSISTANT: string;
|
|
12498
|
+
ORDER_DISCOUNT: string;
|
|
12498
12499
|
ORDER_NET: string;
|
|
12499
12500
|
ORDER_NO: string;
|
|
12500
12501
|
ORDER_NOT_COPIED: string;
|
|
@@ -28893,6 +28894,7 @@ export declare class Dictionaries {
|
|
|
28893
28894
|
ORDER_DEFINITIVE: string;
|
|
28894
28895
|
ORDER_DELIVERY_STATUS_NOT_COMPLETE: string;
|
|
28895
28896
|
ORDER_DETAILS: string;
|
|
28897
|
+
ORDER_DISCOUNT: string;
|
|
28896
28898
|
ORDER_DISCOUNTS: string;
|
|
28897
28899
|
ORDER_DISCOUNT_AMOUNT: string;
|
|
28898
28900
|
ORDER_DISCOUNT_GREATER_THAN_ORDER_PRICE: string;
|
|
@@ -28902,6 +28904,7 @@ export declare class Dictionaries {
|
|
|
28902
28904
|
ORDER_FOR_WAREHOUSE: string;
|
|
28903
28905
|
ORDER_FULLY_PAID: string;
|
|
28904
28906
|
ORDER_DEPOSIT_FULLY_PAID: string;
|
|
28907
|
+
ORDER_DIRECT_SELL: string;
|
|
28905
28908
|
ORDER_GROSS: string;
|
|
28906
28909
|
ORDER_HAS_PLANNING_REQUESTED_AT_LSP: string;
|
|
28907
28910
|
ORDER_HISTORY: string;
|
|
@@ -30399,6 +30402,7 @@ export declare class Dictionaries {
|
|
|
30399
30402
|
SEARCH_QUOTATION: string;
|
|
30400
30403
|
SEARCH_QUOTATIONS: string;
|
|
30401
30404
|
SEARCH_RELATION_DESCRIPTION: string;
|
|
30405
|
+
SEARCH_RELATION_TRANS_AMOUNT: string;
|
|
30402
30406
|
SEARCH_RESULTS: string;
|
|
30403
30407
|
SEARCH_SALESORDERS: string;
|
|
30404
30408
|
SEARCH_SALESPERSON: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/relation",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "260.1.0",
|
|
4
4
|
"description": "Colijn IT relation module for Angular 12",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"@angular/common": ">=12.2.0",
|
|
11
11
|
"@angular/core": ">=12.2.0",
|
|
12
12
|
"@colijnit/corecomponents": ">=1.12.0",
|
|
13
|
-
"@colijnit/corecomponents_v12": ">=
|
|
14
|
-
"@colijnit/ioneconnector": ">=
|
|
15
|
-
"@colijnit/mainapi": ">=
|
|
16
|
-
"@colijnit/relationapi": ">=
|
|
13
|
+
"@colijnit/corecomponents_v12": ">=260.1.0",
|
|
14
|
+
"@colijnit/ioneconnector": ">=260.1.0",
|
|
15
|
+
"@colijnit/mainapi": ">=260.1.0",
|
|
16
|
+
"@colijnit/relationapi": ">=260.1.0",
|
|
17
17
|
"@tweenjs/tween.js": ">=17.2.0",
|
|
18
18
|
"xlsx": ">=0.18.5"
|
|
19
19
|
},
|
|
Binary file
|