@colijnit/relation 257.1.0 → 257.1.2
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 +19 -19
- package/bundles/colijnit-relation.umd.js.map +1 -1
- package/colijnit-relation-257.1.0.tgz +0 -0
- package/colijnit-relation-257.1.1.tgz +0 -0
- package/colijnit-relation.d.ts +12 -13
- package/colijnit-relation.metadata.json +1 -1
- package/esm2015/colijnit-relation.js +13 -14
- package/esm2015/lib/component/base/relation-base.component.js +2 -2
- package/esm2015/lib/relation-version.js +4 -4
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/public_api.js +2 -1
- package/fesm2015/colijnit-relation.js +7 -7
- package/fesm2015/colijnit-relation.js.map +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +7 -0
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
|
@@ -4589,6 +4589,7 @@ export declare class Dictionaries {
|
|
|
4589
4589
|
MUTATION_USER: string;
|
|
4590
4590
|
MY_CLIENTDATA: string;
|
|
4591
4591
|
MY_EMPLOYERS: string;
|
|
4592
|
+
MY_PLANNING: string;
|
|
4592
4593
|
MY_ORDERS: string;
|
|
4593
4594
|
MY_SERVICES: string;
|
|
4594
4595
|
MY_SERVICE_REQUESTS: string;
|
|
@@ -12916,6 +12917,7 @@ export declare class Dictionaries {
|
|
|
12916
12917
|
COPY_SALES_ORDER: string;
|
|
12917
12918
|
COPY_SALES_QUOTATION_ORDER: string;
|
|
12918
12919
|
COPY_SERVICE_ORDER: string;
|
|
12920
|
+
COPY_LINE: string;
|
|
12919
12921
|
COPY_LINK_TO_CLIPBOARD: string;
|
|
12920
12922
|
COPY_TO_CLIPBOARD: string;
|
|
12921
12923
|
COPY_TREE: string;
|
|
@@ -14839,6 +14841,7 @@ export declare class Dictionaries {
|
|
|
14839
14841
|
LOCATIONS: string;
|
|
14840
14842
|
LOCATION_ADVICE: string;
|
|
14841
14843
|
LOCATION_FROM: string;
|
|
14844
|
+
LOCATION_INVENTORY: string;
|
|
14842
14845
|
LOCATION_IS_NOT_VALID_WITHIN_WAREHOUSE: string;
|
|
14843
14846
|
LOCATION_NOT_EDITABLE: string;
|
|
14844
14847
|
LOCATION_NOT_SAME_AS_ROW: string;
|
|
@@ -15395,6 +15398,7 @@ export declare class Dictionaries {
|
|
|
15395
15398
|
MY_ABSENCEFILES: string;
|
|
15396
15399
|
MY_CLIENTDATA: string;
|
|
15397
15400
|
MY_EMPLOYERS: string;
|
|
15401
|
+
MY_PLANNING: string;
|
|
15398
15402
|
MY_ORDERS: string;
|
|
15399
15403
|
MY_SERVICES: string;
|
|
15400
15404
|
MY_SERVICE_REQUESTS: string;
|
|
@@ -16866,6 +16870,8 @@ export declare class Dictionaries {
|
|
|
16866
16870
|
RECALCULATE_ALL_PRICES: string;
|
|
16867
16871
|
RECALCULATE_DELIVERYDATE_FOR_ALL_LINES: string;
|
|
16868
16872
|
RECALCULATE_DEPOSIT_AMOUNT: string;
|
|
16873
|
+
RECALCULATE_FOR_ALL_LOCATIONS: string;
|
|
16874
|
+
RECALCULATE_FOR_SINGLE_LOCATION: string;
|
|
16869
16875
|
RECALCULATE_TO_PAY_DOWN: string;
|
|
16870
16876
|
RECEIPT: string;
|
|
16871
16877
|
RECEIPT_DETAILS: string;
|
|
@@ -18533,6 +18539,7 @@ export declare class Dictionaries {
|
|
|
18533
18539
|
UPDATE_ARTICLE_PRICE: string;
|
|
18534
18540
|
UPDATE_CONTAINER: string;
|
|
18535
18541
|
UPDATE_DATE: string;
|
|
18542
|
+
UPDATE_LOCATION_INVENTORY: string;
|
|
18536
18543
|
UPDATE_SEARCH_INDEXES: string;
|
|
18537
18544
|
UPDATE_SINGLE_SEARCH_INDEX: string;
|
|
18538
18545
|
UPDATE_STOCK: string;
|
package/package.json
CHANGED
package/public_api.d.ts
CHANGED
|
@@ -30,3 +30,4 @@ export * from "./lib/component/relation-title/relation-title.module";
|
|
|
30
30
|
export * from "./lib/service/relation.service";
|
|
31
31
|
export * from './lib/translation/relation-translation.module';
|
|
32
32
|
export * from './lib/translation/relation-translation.service';
|
|
33
|
+
export * from './lib/translation/relation-dictionary.service';
|