@colijnit/sharedcomponents 257.1.7 → 257.1.8
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/components/stock/style/_layout.scss +5 -0
- package/lib/components/stock/style/_material-definition.scss +1 -1
- package/lib/res/dictionary/dictionaries.d.ts +11 -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>;
|
|
@@ -16,7 +16,7 @@ $sc-stock-tab-link-buttons-pointer: pointer !default;
|
|
|
16
16
|
$sc-stock-grid-margin: 0 0 0 0 !default;
|
|
17
17
|
$sc-stock-simple-grid-column-header-wrapper-border-bottom: 1px solid black !default;
|
|
18
18
|
$sc-stock-info-container-max-width: 100% !default;
|
|
19
|
-
$sc-stock-info-container-width:
|
|
19
|
+
$sc-stock-info-container-width: 100% !default;
|
|
20
20
|
$sc-stock-info-container-padding: 40px 0 0 0 !default;
|
|
21
21
|
$sc-stock-info-container-height: 100% !default;
|
|
22
22
|
$sc-stock-image-height: 50px !default;
|
|
@@ -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;
|
|
@@ -11944,6 +11944,7 @@ export declare class Dictionaries {
|
|
|
11944
11944
|
ARTICLE: string;
|
|
11945
11945
|
ARTICLEGROUP: string;
|
|
11946
11946
|
ARTICLENR: string;
|
|
11947
|
+
ARTICLE_ACTIVE: string;
|
|
11947
11948
|
ARTICLES: string;
|
|
11948
11949
|
ARTICLES_ALREADY_PRESENT: string;
|
|
11949
11950
|
ARTICLES_GENERATED: string;
|
|
@@ -12198,6 +12199,8 @@ export declare class Dictionaries {
|
|
|
12198
12199
|
BOM_COMPONENTS: string;
|
|
12199
12200
|
BOM_CONFIGURATION: string;
|
|
12200
12201
|
BOM_PURCHASE_PRICE: string;
|
|
12202
|
+
BONEPAIR_1: string;
|
|
12203
|
+
BONEPAIR_2: string;
|
|
12201
12204
|
BONUS: string;
|
|
12202
12205
|
BOOK: string;
|
|
12203
12206
|
BOOKINGS: string;
|
|
@@ -14990,6 +14993,7 @@ export declare class Dictionaries {
|
|
|
14990
14993
|
MAX_USAGE_NUMBER: string;
|
|
14991
14994
|
MAX_USAGE_USER: string;
|
|
14992
14995
|
MAX_USERS: string;
|
|
14996
|
+
MAX_VALUE: string;
|
|
14993
14997
|
MAY: string;
|
|
14994
14998
|
MEASUREMENTS2: string;
|
|
14995
14999
|
MEASUREMENTS: string;
|
|
@@ -15070,7 +15074,7 @@ export declare class Dictionaries {
|
|
|
15070
15074
|
MESSAGE_CONNECTION_MODULE_CLOSED: string;
|
|
15071
15075
|
MESSAGE_CONNECTION_RESUMED: string;
|
|
15072
15076
|
MESSAGE_COPY_RECORD_QUESTION: string;
|
|
15073
|
-
|
|
15077
|
+
MESSAGE_COULD_NOT_CHECK_UNIQUE_BUILD_NUMBER: string;
|
|
15074
15078
|
MESSAGE_CUSTOMER_NOT_FOUND: string;
|
|
15075
15079
|
MESSAGE_DATA_ALREADY_DELETED: string;
|
|
15076
15080
|
MESSAGE_DATA_IS_BEING_LOADED: string;
|
|
@@ -15367,6 +15371,7 @@ export declare class Dictionaries {
|
|
|
15367
15371
|
MIN_NUMBER: string;
|
|
15368
15372
|
MIN_NUMBER_NON_ZERO: string;
|
|
15369
15373
|
MIN_STOCK: string;
|
|
15374
|
+
MIN_VALUE: string;
|
|
15370
15375
|
MIX_AND_MATCH: string;
|
|
15371
15376
|
MOBILE: string;
|
|
15372
15377
|
MODE: string;
|
|
@@ -15762,6 +15767,7 @@ export declare class Dictionaries {
|
|
|
15762
15767
|
NO_VALID_DEFAULT: string;
|
|
15763
15768
|
NO_VALID_EMPLOYEE_CONTRACT: string;
|
|
15764
15769
|
NO_VALID_EMPLOYEE_CONTRACT_TODAY: string;
|
|
15770
|
+
NO_VALID_INPUT: string;
|
|
15765
15771
|
NO_VALID_NUMBER: string;
|
|
15766
15772
|
NO_VALUE: string;
|
|
15767
15773
|
NO_VOLUME_DISTRIBUTE_ON_PRICE: string;
|
|
@@ -17196,7 +17202,6 @@ export declare class Dictionaries {
|
|
|
17196
17202
|
REVENUE: string;
|
|
17197
17203
|
REVENUE_VAT: string;
|
|
17198
17204
|
REVIEW: string;
|
|
17199
|
-
REVISION: string;
|
|
17200
17205
|
RE_INTEGRATIE_START: string;
|
|
17201
17206
|
RE_LOGIN_TO_APPLY_CHANGES: string;
|
|
17202
17207
|
RGB_COLOR: string;
|
|
@@ -17358,6 +17363,8 @@ export declare class Dictionaries {
|
|
|
17358
17363
|
SAVING_SYSTEM_ACTION: string;
|
|
17359
17364
|
SAVING_WORKFLOW_DELETES_ALL_TEST_DATA: string;
|
|
17360
17365
|
SBI_CODE: string;
|
|
17366
|
+
SCALING_AXIS: string;
|
|
17367
|
+
SCALING_PARAMETERS: string;
|
|
17361
17368
|
SCANNED: string;
|
|
17362
17369
|
SCAN_ARTICLE2: string;
|
|
17363
17370
|
SCAN_ARTICLE: string;
|