@colijnit/sharedcomponents 256.1.8 → 256.2.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-sharedcomponents.umd.js +29 -5
- 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/components/stock/components/stock-location/stock-location.component.js +15 -1
- package/esm2015/lib/enum/icon.enum.js +2 -1
- package/esm2015/lib/model/icon-svg.js +2 -1
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +27 -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/components/stock/components/stock-location/stock-location.component.d.ts +1 -0
- package/lib/components/stock/style/_layout.scss +3 -0
- package/lib/enum/icon.enum.d.ts +1 -0
- package/lib/res/dictionary/dictionaries.d.ts +13 -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>;
|
|
@@ -55,6 +55,7 @@ export declare class StockLocationComponent extends BaseStockComponent implement
|
|
|
55
55
|
onRowSelected(row: ArticleDetailsBo): void;
|
|
56
56
|
onOkClickSendLocations(row: ArticleDetailsBo): void;
|
|
57
57
|
handleAddRow(): void;
|
|
58
|
+
handleDeleteRow(): void;
|
|
58
59
|
handleOkClick(): void;
|
|
59
60
|
handleStockStatusChange(status: StockStatus): void;
|
|
60
61
|
handleStockStatusRemarkChange(remark: string): void;
|
package/lib/enum/icon.enum.d.ts
CHANGED
|
@@ -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;
|
|
@@ -11873,6 +11873,7 @@ export declare class Dictionaries {
|
|
|
11873
11873
|
AMOUNT_OF_EMPLOYEES: string;
|
|
11874
11874
|
AMOUNT_OF_WEEKS2: string;
|
|
11875
11875
|
AMOUNT_OF_WEEKS: string;
|
|
11876
|
+
AMOUNT_ON_STORAGE_UNIT: string;
|
|
11876
11877
|
AMOUNT_ORDERLINES: string;
|
|
11877
11878
|
AMOUNT_OUT: string;
|
|
11878
11879
|
AMOUNT_OUTSTANDING_CREDITORS: string;
|
|
@@ -12199,6 +12200,8 @@ export declare class Dictionaries {
|
|
|
12199
12200
|
BOM_COMPONENTS: string;
|
|
12200
12201
|
BOM_CONFIGURATION: string;
|
|
12201
12202
|
BOM_PURCHASE_PRICE: string;
|
|
12203
|
+
BONEPAIR_1: string;
|
|
12204
|
+
BONEPAIR_2: string;
|
|
12202
12205
|
BONUS: string;
|
|
12203
12206
|
BOOK: string;
|
|
12204
12207
|
BOOKINGS: string;
|
|
@@ -14991,6 +14994,7 @@ export declare class Dictionaries {
|
|
|
14991
14994
|
MAX_USAGE_NUMBER: string;
|
|
14992
14995
|
MAX_USAGE_USER: string;
|
|
14993
14996
|
MAX_USERS: string;
|
|
14997
|
+
MAX_VALUE: string;
|
|
14994
14998
|
MAY: string;
|
|
14995
14999
|
MEASUREMENTS2: string;
|
|
14996
15000
|
MEASUREMENTS: string;
|
|
@@ -15071,7 +15075,7 @@ export declare class Dictionaries {
|
|
|
15071
15075
|
MESSAGE_CONNECTION_MODULE_CLOSED: string;
|
|
15072
15076
|
MESSAGE_CONNECTION_RESUMED: string;
|
|
15073
15077
|
MESSAGE_COPY_RECORD_QUESTION: string;
|
|
15074
|
-
|
|
15078
|
+
MESSAGE_COULD_NOT_CHECK_UNIQUE_BUILD_NUMBER: string;
|
|
15075
15079
|
MESSAGE_CUSTOMER_NOT_FOUND: string;
|
|
15076
15080
|
MESSAGE_DATA_ALREADY_DELETED: string;
|
|
15077
15081
|
MESSAGE_DATA_IS_BEING_LOADED: string;
|
|
@@ -15368,6 +15372,7 @@ export declare class Dictionaries {
|
|
|
15368
15372
|
MIN_NUMBER: string;
|
|
15369
15373
|
MIN_NUMBER_NON_ZERO: string;
|
|
15370
15374
|
MIN_STOCK: string;
|
|
15375
|
+
MIN_VALUE: string;
|
|
15371
15376
|
MIX_AND_MATCH: string;
|
|
15372
15377
|
MOBILE: string;
|
|
15373
15378
|
MODE: string;
|
|
@@ -15763,6 +15768,7 @@ export declare class Dictionaries {
|
|
|
15763
15768
|
NO_VALID_DEFAULT: string;
|
|
15764
15769
|
NO_VALID_EMPLOYEE_CONTRACT: string;
|
|
15765
15770
|
NO_VALID_EMPLOYEE_CONTRACT_TODAY: string;
|
|
15771
|
+
NO_VALID_INPUT: string;
|
|
15766
15772
|
NO_VALID_NUMBER: string;
|
|
15767
15773
|
NO_VALUE: string;
|
|
15768
15774
|
NO_VOLUME_DISTRIBUTE_ON_PRICE: string;
|
|
@@ -17197,7 +17203,6 @@ export declare class Dictionaries {
|
|
|
17197
17203
|
REVENUE: string;
|
|
17198
17204
|
REVENUE_VAT: string;
|
|
17199
17205
|
REVIEW: string;
|
|
17200
|
-
REVISION: string;
|
|
17201
17206
|
RE_INTEGRATIE_START: string;
|
|
17202
17207
|
RE_LOGIN_TO_APPLY_CHANGES: string;
|
|
17203
17208
|
RGB_COLOR: string;
|
|
@@ -17230,6 +17235,7 @@ export declare class Dictionaries {
|
|
|
17230
17235
|
ROUTE: string;
|
|
17231
17236
|
ROUTE_OF: string;
|
|
17232
17237
|
ROW: string;
|
|
17238
|
+
ROW_ADVICE: string;
|
|
17233
17239
|
ROWS: string;
|
|
17234
17240
|
ROW_BEING_EDITED: string;
|
|
17235
17241
|
ROW_NUMBER: string;
|
|
@@ -17359,6 +17365,8 @@ export declare class Dictionaries {
|
|
|
17359
17365
|
SAVING_SYSTEM_ACTION: string;
|
|
17360
17366
|
SAVING_WORKFLOW_DELETES_ALL_TEST_DATA: string;
|
|
17361
17367
|
SBI_CODE: string;
|
|
17368
|
+
SCALING_AXIS: string;
|
|
17369
|
+
SCALING_PARAMETERS: string;
|
|
17362
17370
|
SCANNED: string;
|
|
17363
17371
|
SCAN_ARTICLE2: string;
|
|
17364
17372
|
SCAN_ARTICLE: string;
|
|
@@ -18735,6 +18743,7 @@ export declare class Dictionaries {
|
|
|
18735
18743
|
WAREHOUSE_NUMBER: string;
|
|
18736
18744
|
WAREHOUSE_RECEIPT: string;
|
|
18737
18745
|
WAREHOUSE_REQUIRED: string;
|
|
18746
|
+
WAREHOUSE_ROWS: string;
|
|
18738
18747
|
WARNING: string;
|
|
18739
18748
|
WARNING_MESSAGE_DELETE_NOTIFICATION_LINKS: string;
|
|
18740
18749
|
WARNING_MESSAGE_DELETE_STANDARD_LIST: string;
|