@colijnit/sharedcomponents 257.1.8 → 257.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 +28 -4
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/statusbar/statusbar-popup.component.js +8 -3
- package/esm2015/lib/components/statusbar/statusbar.component.js +7 -2
- 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 +29 -3
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/statusbar/statusbar-popup.component.d.ts +3 -1
- package/lib/components/statusbar/statusbar.component.d.ts +3 -0
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { StatusbarData } from './statusbar.component';
|
|
3
3
|
export declare enum GaugeColor {
|
|
4
4
|
Lowest = "#E0E0E0",
|
|
@@ -13,9 +13,11 @@ export declare class StatusbarPopupComponent implements OnInit {
|
|
|
13
13
|
defaultColor: '#e0e0e0';
|
|
14
14
|
statusbarData: StatusbarData[];
|
|
15
15
|
parentForOverlay: ElementRef;
|
|
16
|
+
statusClicked: EventEmitter<string>;
|
|
16
17
|
showClass: boolean;
|
|
17
18
|
doughnutCharts: ElementRef[];
|
|
18
19
|
ngOnInit(): void;
|
|
19
20
|
private _prepareChartData;
|
|
20
21
|
private _getColor;
|
|
22
|
+
handleStatusClicked(label: string): void;
|
|
21
23
|
}
|
|
@@ -5,6 +5,7 @@ export interface StatusbarData {
|
|
|
5
5
|
percentage: number;
|
|
6
6
|
count?: number;
|
|
7
7
|
totalCount?: number;
|
|
8
|
+
category?: string;
|
|
8
9
|
}
|
|
9
10
|
export declare class StatusbarComponent {
|
|
10
11
|
private _elementRef;
|
|
@@ -14,6 +15,7 @@ export declare class StatusbarComponent {
|
|
|
14
15
|
defaultColor: '#e0e0e0';
|
|
15
16
|
focusedStatusIndex: number;
|
|
16
17
|
statusbarClick: EventEmitter<void>;
|
|
18
|
+
statusClicked: EventEmitter<string>;
|
|
17
19
|
showClass(): boolean;
|
|
18
20
|
handleClick(event: MouseEvent): void;
|
|
19
21
|
popupShowing: boolean;
|
|
@@ -23,4 +25,5 @@ export declare class StatusbarComponent {
|
|
|
23
25
|
handleShowPopup(event: MouseEvent): void;
|
|
24
26
|
handleHidePopup(): void;
|
|
25
27
|
adjustTooHighPercentages(): void;
|
|
28
|
+
handleStatusClicked(label: string): void;
|
|
26
29
|
}
|
|
@@ -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;
|