@colijnit/sharedcomponents 256.1.8 → 256.1.9
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-sharedcomponents.umd.js +15 -4
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +10 -3
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +11 -4
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.d.ts +3 -1
- package/lib/res/dictionary/dictionaries.d.ts +10 -4
- package/package.json +1 -1
|
@@ -13,6 +13,7 @@ export declare class StockLocationPopupComponent {
|
|
|
13
13
|
private _stockService;
|
|
14
14
|
private _changeDetector;
|
|
15
15
|
readonly icons: typeof Icon;
|
|
16
|
+
private _selectedLocationNo;
|
|
16
17
|
editingRow: boolean;
|
|
17
18
|
showConfirmationDialog: boolean;
|
|
18
19
|
newStockLine: boolean;
|
|
@@ -20,7 +21,8 @@ export declare class StockLocationPopupComponent {
|
|
|
20
21
|
articleFlat: ArticleFlat;
|
|
21
22
|
articleDetailsInformation: ArticleStockManagement;
|
|
22
23
|
selectedWarehouse: StockManagementWarehouses;
|
|
23
|
-
selectedLocationNo: string;
|
|
24
|
+
set selectedLocationNo(locationNo: string);
|
|
25
|
+
get selectedLocationNo(): string;
|
|
24
26
|
articleStockInfo: ArticleDetailsBo[];
|
|
25
27
|
togglePopupEvent: EventEmitter<void>;
|
|
26
28
|
saveEvent: EventEmitter<boolean>;
|
|
@@ -5573,7 +5573,6 @@ export declare class Dictionaries {
|
|
|
5573
5573
|
REVENUE: string;
|
|
5574
5574
|
REVENUE_VAT: string;
|
|
5575
5575
|
REVIEW: string;
|
|
5576
|
-
REVISION: string;
|
|
5577
5576
|
RE_INTEGRATIE_START: string;
|
|
5578
5577
|
RE_LOGIN_TO_APPLY_CHANGES: string;
|
|
5579
5578
|
RGB_COLOR: string;
|
|
@@ -9695,7 +9694,7 @@ export declare class Dictionaries {
|
|
|
9695
9694
|
MESSAGE_CONNECTION_MODULE_CLOSED: string;
|
|
9696
9695
|
MESSAGE_CONNECTION_RESUMED: string;
|
|
9697
9696
|
MESSAGE_COPY_RECORD_QUESTION: string;
|
|
9698
|
-
|
|
9697
|
+
MESSAGE_COULD_NOT_CHECK_UNIQUE_BUILD_NUMBER: string;
|
|
9699
9698
|
MESSAGE_CUSTOMER_NOT_FOUND: string;
|
|
9700
9699
|
MESSAGE_DATA_ALREADY_DELETED: string;
|
|
9701
9700
|
MESSAGE_DATA_IS_BEING_LOADED: string;
|
|
@@ -11562,6 +11561,7 @@ export declare class Dictionaries {
|
|
|
11562
11561
|
ADD_RETAIL_FORMULA: string;
|
|
11563
11562
|
ADD_ROLE: string;
|
|
11564
11563
|
ADD_ROUGHNESS_MAP: string;
|
|
11564
|
+
ADD_NEW_SCALING_BONES_RECORD: string;
|
|
11565
11565
|
ADD_STUDIO: string;
|
|
11566
11566
|
ADD_TAGS: string;
|
|
11567
11567
|
ADD_TASK2: string;
|
|
@@ -12199,6 +12199,8 @@ export declare class Dictionaries {
|
|
|
12199
12199
|
BOM_COMPONENTS: string;
|
|
12200
12200
|
BOM_CONFIGURATION: string;
|
|
12201
12201
|
BOM_PURCHASE_PRICE: string;
|
|
12202
|
+
BONEPAIR_1: string;
|
|
12203
|
+
BONEPAIR_2: string;
|
|
12202
12204
|
BONUS: string;
|
|
12203
12205
|
BOOK: string;
|
|
12204
12206
|
BOOKINGS: string;
|
|
@@ -14991,6 +14993,7 @@ export declare class Dictionaries {
|
|
|
14991
14993
|
MAX_USAGE_NUMBER: string;
|
|
14992
14994
|
MAX_USAGE_USER: string;
|
|
14993
14995
|
MAX_USERS: string;
|
|
14996
|
+
MAX_VALUE: string;
|
|
14994
14997
|
MAY: string;
|
|
14995
14998
|
MEASUREMENTS2: string;
|
|
14996
14999
|
MEASUREMENTS: string;
|
|
@@ -15071,7 +15074,7 @@ export declare class Dictionaries {
|
|
|
15071
15074
|
MESSAGE_CONNECTION_MODULE_CLOSED: string;
|
|
15072
15075
|
MESSAGE_CONNECTION_RESUMED: string;
|
|
15073
15076
|
MESSAGE_COPY_RECORD_QUESTION: string;
|
|
15074
|
-
|
|
15077
|
+
MESSAGE_COULD_NOT_CHECK_UNIQUE_BUILD_NUMBER: string;
|
|
15075
15078
|
MESSAGE_CUSTOMER_NOT_FOUND: string;
|
|
15076
15079
|
MESSAGE_DATA_ALREADY_DELETED: string;
|
|
15077
15080
|
MESSAGE_DATA_IS_BEING_LOADED: string;
|
|
@@ -15368,6 +15371,7 @@ export declare class Dictionaries {
|
|
|
15368
15371
|
MIN_NUMBER: string;
|
|
15369
15372
|
MIN_NUMBER_NON_ZERO: string;
|
|
15370
15373
|
MIN_STOCK: string;
|
|
15374
|
+
MIN_VALUE: string;
|
|
15371
15375
|
MIX_AND_MATCH: string;
|
|
15372
15376
|
MOBILE: string;
|
|
15373
15377
|
MODE: string;
|
|
@@ -15763,6 +15767,7 @@ export declare class Dictionaries {
|
|
|
15763
15767
|
NO_VALID_DEFAULT: string;
|
|
15764
15768
|
NO_VALID_EMPLOYEE_CONTRACT: string;
|
|
15765
15769
|
NO_VALID_EMPLOYEE_CONTRACT_TODAY: string;
|
|
15770
|
+
NO_VALID_INPUT: string;
|
|
15766
15771
|
NO_VALID_NUMBER: string;
|
|
15767
15772
|
NO_VALUE: string;
|
|
15768
15773
|
NO_VOLUME_DISTRIBUTE_ON_PRICE: string;
|
|
@@ -17197,7 +17202,6 @@ export declare class Dictionaries {
|
|
|
17197
17202
|
REVENUE: string;
|
|
17198
17203
|
REVENUE_VAT: string;
|
|
17199
17204
|
REVIEW: string;
|
|
17200
|
-
REVISION: string;
|
|
17201
17205
|
RE_INTEGRATIE_START: string;
|
|
17202
17206
|
RE_LOGIN_TO_APPLY_CHANGES: string;
|
|
17203
17207
|
RGB_COLOR: string;
|
|
@@ -17359,6 +17363,8 @@ export declare class Dictionaries {
|
|
|
17359
17363
|
SAVING_SYSTEM_ACTION: string;
|
|
17360
17364
|
SAVING_WORKFLOW_DELETES_ALL_TEST_DATA: string;
|
|
17361
17365
|
SBI_CODE: string;
|
|
17366
|
+
SCALING_AXIS: string;
|
|
17367
|
+
SCALING_PARAMETERS: string;
|
|
17362
17368
|
SCANNED: string;
|
|
17363
17369
|
SCAN_ARTICLE2: string;
|
|
17364
17370
|
SCAN_ARTICLE: string;
|