@colijnit/transaction 12.1.141 → 12.1.142
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-transaction.umd.js +38 -3
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/service/transaction-connector-adapter.service.js +6 -2
- package/esm2015/lib/service/transaction-connector.service.js +6 -1
- package/esm2015/lib/service/transaction.service.js +6 -1
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +17 -3
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/service/transaction-connector-adapter.service.d.ts +1 -1
- package/lib/service/transaction-connector.service.d.ts +1 -0
- package/lib/service/transaction.service.d.ts +1 -0
- package/package.json +3 -3
- package/lib/component/transaction-document-button/style/_layout.scss +0 -59
- package/lib/component/transaction-document-button/style/_material-definition.scss +0 -9
- package/lib/component/transaction-document-button/style/_theme.scss +0 -5
- package/lib/component/transaction-document-button/style/material.scss +0 -4
|
@@ -132,9 +132,9 @@ export declare class TransactionConnectorAdapterService {
|
|
|
132
132
|
mainConnector: MainApi;
|
|
133
133
|
controllerInitialized: BehaviorSubject<boolean>;
|
|
134
134
|
private _boFactory;
|
|
135
|
-
private _internalParameterCache;
|
|
136
135
|
constructor(_optionsService: OptionsService, _selectMultipleCacheService: SelectMultipleCacheService, _selectMultipleParameterizedCacheService: SelectMultipleParameterizedCacheService, _errorService: ErrorService);
|
|
137
136
|
connect(): Promise<void>;
|
|
137
|
+
logOut(): Promise<void>;
|
|
138
138
|
getArticleFullObject(goodId: number): Promise<ArticleFullObject>;
|
|
139
139
|
getGoodIdFromArticleNr(articleNr: string): Promise<number>;
|
|
140
140
|
getSingleImage(nodeId: number | string, publication: number, includeMimetype: boolean, thumb: boolean): Promise<string>;
|
|
@@ -120,6 +120,7 @@ export declare class TransactionConnectorService {
|
|
|
120
120
|
private _selectSinlgeParameterizedCacheService;
|
|
121
121
|
constructor(_adapterService: TransactionConnectorAdapterService, _selectSingleCacheService: SelectSingleCacheService, _selectMultipleCacheService: SelectMultipleCacheService, _selectMultipleParameterizedCacheService: SelectMultipleParameterizedCacheService, _selectSinlgeParameterizedCacheService: SelectSingleParameterizedCacheService);
|
|
122
122
|
connect(): Promise<void>;
|
|
123
|
+
logOut(): Promise<void>;
|
|
123
124
|
getArticleFullObject(goodId: number): Promise<ArticleFullObject>;
|
|
124
125
|
getGoodIdFromArticleNr(articleNr: string): Promise<number>;
|
|
125
126
|
getSingleImage(nodeId: number | string, publication: number, includeMimetype: boolean, thumb: boolean): Promise<string>;
|
|
@@ -108,6 +108,7 @@ export declare class TransactionService extends PendingReasonService {
|
|
|
108
108
|
internalParameterAllowsDropShipment: boolean;
|
|
109
109
|
internalParameterPartialInvoice: boolean;
|
|
110
110
|
internalParameterReceiveGoodsWithDataTerminal: boolean;
|
|
111
|
+
logOut(): Promise<void>;
|
|
111
112
|
prepareDropShipmentInternalParam(): void;
|
|
112
113
|
preparePartialInvoiceInternalParam(): void;
|
|
113
114
|
prepareReceiveGoodsWithDataTerminalInternalParam(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/transaction",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.142",
|
|
4
4
|
"description": "Colijn IT transaction module for Angular 12",
|
|
5
5
|
"repository": "npm/npm",
|
|
6
6
|
"author": "Colijn IT",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"@colijnit/catalog": ">=12.1.42",
|
|
14
14
|
"@colijnit/corecomponents": ">=1.12.0",
|
|
15
15
|
"@colijnit/corecomponents_v12": ">=12.1.8",
|
|
16
|
-
"@colijnit/ioneconnector": ">=3.1.
|
|
16
|
+
"@colijnit/ioneconnector": ">=3.1.6",
|
|
17
17
|
"@colijnit/mainapi": ">=1.0.23",
|
|
18
18
|
"@colijnit/relationapi": ">=1.0.8",
|
|
19
19
|
"@colijnit/sharedapi": ">=1.0.16",
|
|
20
20
|
"@colijnit/sharedcomponents": ">=1.0.46",
|
|
21
|
-
"@colijnit/transactionapi": ">=1.1.
|
|
21
|
+
"@colijnit/transactionapi": ">=1.1.100",
|
|
22
22
|
"@types/three": ">=0.125.0",
|
|
23
23
|
"@tweenjs/tween.js": ">=17.2.0",
|
|
24
24
|
"three": ">=0.125.0"
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
@include export-module('co-transaction-document-button-bar-layout') {
|
|
2
|
-
.co-transaction-document-button-bar {
|
|
3
|
-
font-family: $tp-co-transaction-document-button-bar-font-family;
|
|
4
|
-
font-size: $tp-co-transaction-document-button-bar-font-size;
|
|
5
|
-
.button-bar-wrapper {
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-direction: row;
|
|
8
|
-
justify-content: center;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.co-transaction-document-button {
|
|
12
|
-
.co-transaction-document-button-icon {
|
|
13
|
-
height: $tp-co-transaction-button-bar-icon-size;
|
|
14
|
-
width: $tp-co-transaction-button-bar-icon-size;
|
|
15
|
-
margin: $tp-co-transaction-button-bar-icon-margin;
|
|
16
|
-
svg {
|
|
17
|
-
height: 100%;
|
|
18
|
-
width: 100%;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
.button-wrapper {
|
|
23
|
-
//height: $tp-co-transaction-button-bar-button-size;
|
|
24
|
-
//min-width: $tp-co-transaction-button-bar-button-size;
|
|
25
|
-
background: $tp-co-transaction-document-button-background-color;
|
|
26
|
-
border-radius: $tp-co-transaction-document-button-border-radius;
|
|
27
|
-
padding: $tp-co-transaction-document-button-padding;
|
|
28
|
-
display: flex;
|
|
29
|
-
flex-direction: column;
|
|
30
|
-
align-items: center;
|
|
31
|
-
justify-content: center;
|
|
32
|
-
cursor: pointer;
|
|
33
|
-
.button-title {
|
|
34
|
-
font-size: $tp-co-transaction-document-button-label-font-size;
|
|
35
|
-
//padding: 0 7px 4px 7px;
|
|
36
|
-
}
|
|
37
|
-
.co-transaction-document-button-icon {
|
|
38
|
-
height: $tp-co-transaction-document-button-icon-size;
|
|
39
|
-
width: $tp-co-transaction-document-button-icon-size;
|
|
40
|
-
margin: $tp-co-transaction-document-button-icon-margin;
|
|
41
|
-
svg {
|
|
42
|
-
height: 100%;
|
|
43
|
-
width: 100%;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
/*.co-transaction-sales-purchase-button-bar-button,
|
|
48
|
-
.co-transaction-purchase-receive-goods-button-bar-button,
|
|
49
|
-
.co-transaction-sales-allocation-button-bar-button,
|
|
50
|
-
.co-transaction-purchase-confirmation-button-bar-button,
|
|
51
|
-
.co-transaction-purchase-invoice-button-bar-button,
|
|
52
|
-
.co-transaction-sales-invoice-button-bar-button,
|
|
53
|
-
.co-transaction-sales-delivery-button-bar-button {
|
|
54
|
-
display: flex;
|
|
55
|
-
flex-direction: column;
|
|
56
|
-
align-items: center;
|
|
57
|
-
}*/
|
|
58
|
-
}
|
|
59
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
$tp-co-transaction-document-button-bar-font-family: $tp-font-family !default;
|
|
2
|
-
$tp-co-transaction-document-button-bar-font-size: $tp-font-size !default;
|
|
3
|
-
//$tp-co-transaction-button-bar-button-size: 65px !default;
|
|
4
|
-
$tp-co-transaction-document-button-background-color: white !default;
|
|
5
|
-
$tp-co-transaction-document-button-border-radius: $tp-default-border-radius !default;
|
|
6
|
-
$tp-co-transaction-document-button-padding: 5px !default;
|
|
7
|
-
$tp-co-transaction-document-button-icon-size: 60px !default;
|
|
8
|
-
$tp-co-transaction-document-button-icon-margin: 0 0 5px 0 !default;
|
|
9
|
-
$tp-co-transaction-document-button-label-font-size: $tp-font-size-small !default;
|