@colijnit/sharedcomponents 1.0.45 → 1.0.46
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/3rdpartylicenses.txt +1112 -0
- package/bundles/colijnit-sharedcomponents.umd.js +32 -6
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/docsign/docsign.component.js +19 -2
- package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +2 -2
- package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +3 -2
- package/esm2015/lib/components/stock/localization/translation.js +9 -1
- package/esm2015/lib/components/stock/stock-information-grid/stock-information-grid.component.js +3 -2
- package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +1 -1
- package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +15 -16
- package/esm2015/lib/components/stock/stock.component.js +2 -2
- package/esm2015/lib/enum/icon.enum.js +1 -1
- package/esm2015/lib/model/icon-svg.js +1 -1
- package/favicon.ico +0 -0
- package/fesm2015/colijnit-sharedcomponents.js +45 -19
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/index.html +12 -0
- package/lib/components/docsign/docsign.component.d.ts +2 -0
- package/lib/components/screen-config-generator/style/_layout.scss +0 -1
- package/lib/components/stock/components/stock-tab/stock-tab.component.d.ts +3 -1
- package/lib/components/stock/localization/translation.d.ts +8 -0
- package/lib/components/stock/stock-information-grid/stock-information-grid.component.d.ts +2 -0
- package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +2 -2
- package/lib/components/stock/style/_layout.scss +6 -2
- package/main.9d48e64dce1f453fb5e6.js +1 -0
- package/package.json +2 -2
- package/polyfills.4a44032b137d291298c3.js +1 -0
- package/runtime.8aac21847ed3d3829cca.js +1 -0
- package/styles.ba023a0306f438960465.css +1 -0
package/index.html
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head>
|
|
2
|
+
<meta charset="utf-8">
|
|
3
|
+
<title>Sharedcomponents</title>
|
|
4
|
+
<base href="/">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
7
|
+
<style>@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@100;200;300;400;500;600;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Public+Sans&display=swap);body,html{margin:0;overflow:hidden}body,html{width:100%;height:100%}</style><link rel="stylesheet" href="styles.ba023a0306f438960465.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.ba023a0306f438960465.css"></noscript></head>
|
|
8
|
+
<body>
|
|
9
|
+
<app-root></app-root>
|
|
10
|
+
<script src="runtime.8aac21847ed3d3829cca.js" defer></script><script src="polyfills.4a44032b137d291298c3.js" defer></script><script src="main.9d48e64dce1f453fb5e6.js" defer></script>
|
|
11
|
+
|
|
12
|
+
</body></html>
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { EventEmitter } from "@angular/core";
|
|
2
2
|
import { ArticleStock as ArticleStockBo } from "@colijnit/articleapi/build/model/article-stock.bo";
|
|
3
|
+
import { StockManagementWarehouses } from "@colijnit/articleapi/build/model/stock-management-warehouses.bo";
|
|
3
4
|
export declare class StockTabComponent {
|
|
4
5
|
articleStockInformation: ArticleStockBo[];
|
|
5
|
-
locationClicked: EventEmitter<
|
|
6
|
+
locationClicked: EventEmitter<StockManagementWarehouses>;
|
|
7
|
+
warehouseToShow: StockManagementWarehouses;
|
|
6
8
|
onLocationClick(data: ArticleStockBo): void;
|
|
7
9
|
}
|
|
@@ -6,6 +6,7 @@ export declare class Translation {
|
|
|
6
6
|
AMOUNT_AVAILABLE?: string;
|
|
7
7
|
AMOUNT_IN_STOCK?: string;
|
|
8
8
|
AMOUNT_LATER_AVAILABLE?: string;
|
|
9
|
+
AVAILABILITY?: string;
|
|
9
10
|
AVAILABLE_STOCK?: string;
|
|
10
11
|
BACK_TO_STOCK_LINES?: string;
|
|
11
12
|
BATCH?: string;
|
|
@@ -13,11 +14,14 @@ export declare class Translation {
|
|
|
13
14
|
CHOICES?: string;
|
|
14
15
|
CUSTOMER?: string;
|
|
15
16
|
DATE?: string;
|
|
17
|
+
DATE_DELIVERED?: string;
|
|
16
18
|
DELIVERY_DATE?: string;
|
|
19
|
+
DELIVERY_DATE_CONFIRMED?: string;
|
|
17
20
|
DESCRIPTION?: string;
|
|
18
21
|
DOCUMENT_NUMBER?: string;
|
|
19
22
|
ECONOMICAL_STOCK?: string;
|
|
20
23
|
FREE_STOCK?: string;
|
|
24
|
+
FUTURE_FREE_STOCK?: string;
|
|
21
25
|
HISTORY?: string;
|
|
22
26
|
IN_ORDER?: string;
|
|
23
27
|
LINE?: string;
|
|
@@ -31,8 +35,11 @@ export declare class Translation {
|
|
|
31
35
|
ORDER_COMMISSION?: string;
|
|
32
36
|
ORDER_STOCK?: string;
|
|
33
37
|
OVERVIEW?: string;
|
|
38
|
+
PURCHASE_ORDER?: string;
|
|
39
|
+
PURCHASE_ORDER_DATE?: string;
|
|
34
40
|
PURCHASE_ORDER_NR?: string;
|
|
35
41
|
PURCHASE_PRICE?: string;
|
|
42
|
+
REFERENCE?: string;
|
|
36
43
|
RELATION_ID?: string;
|
|
37
44
|
RELATION_NR?: string;
|
|
38
45
|
RESERVED?: string;
|
|
@@ -41,6 +48,7 @@ export declare class Translation {
|
|
|
41
48
|
STICKER?: string;
|
|
42
49
|
STOCK?: string;
|
|
43
50
|
STOCK_DETAILS?: string;
|
|
51
|
+
STOCK_FORECAST?: string;
|
|
44
52
|
STOCK_REMARK?: string;
|
|
45
53
|
STOCK_STATE?: string;
|
|
46
54
|
STOCK_STATUS?: string;
|
|
@@ -12,6 +12,7 @@ import { CoDropDownListFields } from "../stock-transfer/co-drop-down-list-fields
|
|
|
12
12
|
import { ArticleTransaction as ArticleTransactionBo } from "@colijnit/articleapi/build/model/article-transaction.bo";
|
|
13
13
|
import { StockLocation } from "@colijnit/articleapi/build/model/stock-location.bo";
|
|
14
14
|
import { ArticleExtended } from "@colijnit/articleapi/build/model/article-extended.bo";
|
|
15
|
+
import { SendMethodType } from "@colijnit/mainapi/build/enum/send-method-type.enum";
|
|
15
16
|
export declare class StockInformationGridComponent {
|
|
16
17
|
iconCacheService: IconCacheService;
|
|
17
18
|
private _stockService;
|
|
@@ -44,6 +45,7 @@ export declare class StockInformationGridComponent {
|
|
|
44
45
|
selectedArticleDetailsData: ArticleDetailsBo;
|
|
45
46
|
showChangeStockDetails: boolean;
|
|
46
47
|
articleDetailsInformation: ArticleStockManagement;
|
|
48
|
+
sendMethod: SendMethodType[];
|
|
47
49
|
tabs: string[];
|
|
48
50
|
activeTab: string;
|
|
49
51
|
get activeTabText(): string;
|
|
@@ -20,7 +20,7 @@ export declare class StockTabsComponent implements OnInit {
|
|
|
20
20
|
warehouses: StockManagementWarehouses[];
|
|
21
21
|
readonly transferIconClicked: EventEmitter<ArticleStockBo>;
|
|
22
22
|
readonly sendMethodDialogClicked: EventEmitter<PrintPriceStickers>;
|
|
23
|
-
selectedLocation:
|
|
23
|
+
selectedLocation: number;
|
|
24
24
|
stockHistory: StockHistoryBo[];
|
|
25
25
|
orderSupplyStockHistory: StockHistoryBo[];
|
|
26
26
|
orderCommissionStockHistory: StockHistoryBo[];
|
|
@@ -37,7 +37,7 @@ export declare class StockTabsComponent implements OnInit {
|
|
|
37
37
|
historyTabs: Tab[];
|
|
38
38
|
constructor(_stockService: StockService, _localizeService: LocalizeService);
|
|
39
39
|
ngOnInit(): void;
|
|
40
|
-
handleLocationClicked(data:
|
|
40
|
+
handleLocationClicked(data: StockManagementWarehouses): void;
|
|
41
41
|
getStockHistory(): Promise<void>;
|
|
42
42
|
getOrderSupplyStockHistory(): Promise<void>;
|
|
43
43
|
getOrderCommissionStockHistory(): Promise<void>;
|
|
@@ -142,8 +142,12 @@
|
|
|
142
142
|
.ok-cancel-buttons {
|
|
143
143
|
display: flex;
|
|
144
144
|
justify-content: center;
|
|
145
|
-
padding: 25px;
|
|
146
|
-
|
|
145
|
+
padding-top: 25px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.ok-cancel-buttons co-button {
|
|
149
|
+
margin-right: 10px;
|
|
150
|
+
width: 100px;
|
|
147
151
|
}
|
|
148
152
|
|
|
149
153
|
.stock-transfer-columns {
|