@colijnit/sharedcomponents 256.1.9 → 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 +15 -2
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- 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 +2 -2
- package/fesm2015/colijnit-sharedcomponents.js +17 -1
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -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 +3 -0
- package/package.json +1 -1
|
@@ -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
|
@@ -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;
|
|
@@ -17234,6 +17235,7 @@ export declare class Dictionaries {
|
|
|
17234
17235
|
ROUTE: string;
|
|
17235
17236
|
ROUTE_OF: string;
|
|
17236
17237
|
ROW: string;
|
|
17238
|
+
ROW_ADVICE: string;
|
|
17237
17239
|
ROWS: string;
|
|
17238
17240
|
ROW_BEING_EDITED: string;
|
|
17239
17241
|
ROW_NUMBER: string;
|
|
@@ -18741,6 +18743,7 @@ export declare class Dictionaries {
|
|
|
18741
18743
|
WAREHOUSE_NUMBER: string;
|
|
18742
18744
|
WAREHOUSE_RECEIPT: string;
|
|
18743
18745
|
WAREHOUSE_REQUIRED: string;
|
|
18746
|
+
WAREHOUSE_ROWS: string;
|
|
18744
18747
|
WARNING: string;
|
|
18745
18748
|
WARNING_MESSAGE_DELETE_NOTIFICATION_LINKS: string;
|
|
18746
18749
|
WARNING_MESSAGE_DELETE_STANDARD_LIST: string;
|