@limetech/limepkg-cpq-order 2.14.2-dev.2 → 2.14.2
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/dist/components/article-selector/article-group-picker.d.ts +2 -2
- package/dist/components/article-selector/article-picker.d.ts +2 -2
- package/dist/components/article-selector/article-selector.d.ts +2 -2
- package/dist/components/cpq-tab/cpq-tab.d.ts +2 -2
- package/dist/components/deal-view/deal-view.d.ts +2 -2
- package/dist/components/edit-item-dialog/edit-item-dialog.d.ts +2 -2
- package/dist/components/erp-status/erp-status.d.ts +2 -2
- package/dist/components/item-form/item-form.d.ts +2 -2
- package/dist/components/item-summary/item-summary.d.ts +2 -2
- package/dist/components/item-table/item-table.d.ts +2 -2
- package/dist/components/new-order-dialog/new-order-dialog.d.ts +3 -2
- package/dist/components/order-card/order-card.d.ts +2 -2
- package/dist/components/order-view/order-view.d.ts +2 -2
- package/dist/components/position-index/position-index.d.ts +2 -2
- package/dist/components/template-selector/template-selector.d.ts +2 -2
- package/dist/components.d.ts +56 -108
- package/package.json +1 -1
|
@@ -3,11 +3,11 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
3
3
|
import { Iconfig, IarticleGroup } from '../../interfaces';
|
|
4
4
|
export declare class ArticleGroupPicker implements LimeWebComponent {
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* {@inheritDoc}
|
|
7
7
|
*/
|
|
8
8
|
platform: LimeWebComponentPlatform;
|
|
9
9
|
/**
|
|
10
|
-
* @
|
|
10
|
+
* {@inheritDoc}
|
|
11
11
|
*/
|
|
12
12
|
context: LimeWebComponentContext;
|
|
13
13
|
config?: Iconfig;
|
|
@@ -3,11 +3,11 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
3
3
|
import { Iconfig, Iarticle, IarticleGroup } from '../../interfaces';
|
|
4
4
|
export declare class ArticlePicker implements LimeWebComponent {
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* {@inheritDoc}
|
|
7
7
|
*/
|
|
8
8
|
platform: LimeWebComponentPlatform;
|
|
9
9
|
/**
|
|
10
|
-
* @
|
|
10
|
+
* {@inheritDoc}
|
|
11
11
|
*/
|
|
12
12
|
context: LimeWebComponentContext;
|
|
13
13
|
config?: Iconfig;
|
|
@@ -3,11 +3,11 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
3
3
|
import { Iarticle, IarticleGroup, Iitem, ArticleSelectorComponent } from '../../interfaces';
|
|
4
4
|
export declare class ArticleSelector implements LimeWebComponent, ArticleSelectorComponent {
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* {@inheritDoc}
|
|
7
7
|
*/
|
|
8
8
|
platform: LimeWebComponentPlatform;
|
|
9
9
|
/**
|
|
10
|
-
* @
|
|
10
|
+
* {@inheritDoc}
|
|
11
11
|
*/
|
|
12
12
|
context: LimeWebComponentContext;
|
|
13
13
|
/**
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { LimeWebComponent, LimeWebComponentContext, LimeWebComponentPlatform } from '@limetech/lime-web-components';
|
|
2
2
|
export declare class CpqTab implements LimeWebComponent {
|
|
3
3
|
/**
|
|
4
|
-
* @
|
|
4
|
+
* {@inheritDoc}
|
|
5
5
|
*/
|
|
6
6
|
platform: LimeWebComponentPlatform;
|
|
7
7
|
/**
|
|
8
|
-
* @
|
|
8
|
+
* {@inheritDoc}
|
|
9
9
|
*/
|
|
10
10
|
context: LimeWebComponentContext;
|
|
11
11
|
private currentLimeobject;
|
|
@@ -4,11 +4,11 @@ import { Deal, Item } from '../../classes';
|
|
|
4
4
|
import { Iconfig, ActiveEventItem } from '../../interfaces';
|
|
5
5
|
export declare class DealView implements LimeWebComponent {
|
|
6
6
|
/**
|
|
7
|
-
* @
|
|
7
|
+
* {@inheritDoc}
|
|
8
8
|
*/
|
|
9
9
|
platform: LimeWebComponentPlatform;
|
|
10
10
|
/**
|
|
11
|
-
* @
|
|
11
|
+
* {@inheritDoc}
|
|
12
12
|
*/
|
|
13
13
|
context: LimeWebComponentContext;
|
|
14
14
|
deal: Deal;
|
|
@@ -4,11 +4,11 @@ import { Deal, Item, Order } from '../../classes';
|
|
|
4
4
|
import { Iconfig, IconfigItemMapping } from '../../interfaces';
|
|
5
5
|
export declare class EditItemDialog implements LimeWebComponent {
|
|
6
6
|
/**
|
|
7
|
-
* @
|
|
7
|
+
* {@inheritDoc}
|
|
8
8
|
*/
|
|
9
9
|
platform: LimeWebComponentPlatform;
|
|
10
10
|
/**
|
|
11
|
-
* @
|
|
11
|
+
* {@inheritDoc}
|
|
12
12
|
*/
|
|
13
13
|
context: LimeWebComponentContext;
|
|
14
14
|
item: Item;
|
|
@@ -3,11 +3,11 @@ import { ErpStatus } from '../../interfaces';
|
|
|
3
3
|
import { StatusLabelMapping } from './flow-items';
|
|
4
4
|
export declare class ErpStatusFlow implements LimeWebComponent {
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* {@inheritDoc}
|
|
7
7
|
*/
|
|
8
8
|
platform: LimeWebComponentPlatform;
|
|
9
9
|
/**
|
|
10
|
-
* @
|
|
10
|
+
* {@inheritDoc}
|
|
11
11
|
*/
|
|
12
12
|
context: LimeWebComponentContext;
|
|
13
13
|
statusLabels: StatusLabelMapping;
|
|
@@ -14,11 +14,11 @@ export interface IitemFormSchema extends FormSchema {
|
|
|
14
14
|
}
|
|
15
15
|
export declare class ItemForm implements LimeWebComponent {
|
|
16
16
|
/**
|
|
17
|
-
* @
|
|
17
|
+
* {@inheritDoc}
|
|
18
18
|
*/
|
|
19
19
|
platform: LimeWebComponentPlatform;
|
|
20
20
|
/**
|
|
21
|
-
* @
|
|
21
|
+
* {@inheritDoc}
|
|
22
22
|
*/
|
|
23
23
|
context: LimeWebComponentContext;
|
|
24
24
|
itemData: Item;
|
|
@@ -2,11 +2,11 @@ import { LimeWebComponent, LimeWebComponentContext, LimeWebComponentPlatform, Tr
|
|
|
2
2
|
import { IconfigGeneral } from 'src/interfaces';
|
|
3
3
|
export declare class ItemSummary implements LimeWebComponent {
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* {@inheritDoc}
|
|
6
6
|
*/
|
|
7
7
|
platform: LimeWebComponentPlatform;
|
|
8
8
|
/**
|
|
9
|
-
* @
|
|
9
|
+
* {@inheritDoc}
|
|
10
10
|
*/
|
|
11
11
|
context: LimeWebComponentContext;
|
|
12
12
|
subtotal: number;
|
|
@@ -8,11 +8,11 @@ export declare type ItemPosition = {
|
|
|
8
8
|
};
|
|
9
9
|
export declare class ItemTable implements LimeWebComponent {
|
|
10
10
|
/**
|
|
11
|
-
* @
|
|
11
|
+
* {@inheritDoc}
|
|
12
12
|
*/
|
|
13
13
|
platform: LimeWebComponentPlatform;
|
|
14
14
|
/**
|
|
15
|
-
* @
|
|
15
|
+
* {@inheritDoc}
|
|
16
16
|
*/
|
|
17
17
|
context: LimeWebComponentContext;
|
|
18
18
|
items: Item[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LimeWebComponent, LimeWebComponentContext, LimeWebComponentPlatform, Translator } from '@limetech/lime-web-components';
|
|
1
|
+
import { LimeWebComponent, LimeWebComponentContext, LimeWebComponentPlatform, Navigator, Translator } from '@limetech/lime-web-components';
|
|
2
2
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
3
3
|
export declare class NewOrderDialog implements LimeWebComponent {
|
|
4
4
|
platform: LimeWebComponentPlatform;
|
|
@@ -13,7 +13,7 @@ export declare class NewOrderDialog implements LimeWebComponent {
|
|
|
13
13
|
private savingFailed;
|
|
14
14
|
private formIsValid;
|
|
15
15
|
destroyDialog: EventEmitter;
|
|
16
|
-
get
|
|
16
|
+
get navigator(): Navigator;
|
|
17
17
|
get translate(): Translator;
|
|
18
18
|
private orderLimetype;
|
|
19
19
|
private orderContext;
|
|
@@ -23,6 +23,7 @@ export declare class NewOrderDialog implements LimeWebComponent {
|
|
|
23
23
|
private handlePropertiesChange;
|
|
24
24
|
private onClose;
|
|
25
25
|
private onSave;
|
|
26
|
+
private handleOnSave;
|
|
26
27
|
private routeToObject;
|
|
27
28
|
private handleFormValidate;
|
|
28
29
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { LimeWebComponent, LimeWebComponentContext, LimeWebComponentPlatform } from '@limetech/lime-web-components';
|
|
2
2
|
export declare class OrderCard implements LimeWebComponent {
|
|
3
3
|
/**
|
|
4
|
-
* @
|
|
4
|
+
* {@inheritDoc}
|
|
5
5
|
*/
|
|
6
6
|
platform: LimeWebComponentPlatform;
|
|
7
7
|
/**
|
|
8
|
-
* @
|
|
8
|
+
* {@inheritDoc}
|
|
9
9
|
*/
|
|
10
10
|
context: LimeWebComponentContext;
|
|
11
11
|
private currentLimeobject;
|
|
@@ -4,11 +4,11 @@ import { Item, Order } from '../../classes';
|
|
|
4
4
|
import { Iconfig, ActiveEventItem } from '../../interfaces';
|
|
5
5
|
export declare class OrderView implements LimeWebComponent {
|
|
6
6
|
/**
|
|
7
|
-
* @
|
|
7
|
+
* {@inheritDoc}
|
|
8
8
|
*/
|
|
9
9
|
platform: LimeWebComponentPlatform;
|
|
10
10
|
/**
|
|
11
|
-
* @
|
|
11
|
+
* {@inheritDoc}
|
|
12
12
|
*/
|
|
13
13
|
context: LimeWebComponentContext;
|
|
14
14
|
order: Order;
|
|
@@ -4,11 +4,11 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
4
4
|
import { ItemPosition } from '../item-table/item-table';
|
|
5
5
|
export declare class CocPositionIndex implements TableComponent {
|
|
6
6
|
/**
|
|
7
|
-
* @
|
|
7
|
+
* {@inheritDoc}
|
|
8
8
|
*/
|
|
9
9
|
platform: LimeWebComponentPlatform;
|
|
10
10
|
/**
|
|
11
|
-
* @
|
|
11
|
+
* {@inheritDoc}
|
|
12
12
|
*/
|
|
13
13
|
context: LimeWebComponentContext;
|
|
14
14
|
value: ItemPosition;
|
|
@@ -3,12 +3,12 @@ import { EventEmitter } from '../../stencil-public-runtime';
|
|
|
3
3
|
import { DocumentTemplate } from '@limetech/limepkg-document-templates';
|
|
4
4
|
export declare class TemplateSelector implements LimeWebComponent {
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* {@inheritDoc}
|
|
7
7
|
*/
|
|
8
8
|
platform: LimeWebComponentPlatform;
|
|
9
9
|
private deviceState;
|
|
10
10
|
/**
|
|
11
|
-
* @
|
|
11
|
+
* {@inheritDoc}
|
|
12
12
|
*/
|
|
13
13
|
context: LimeWebComponentContext;
|
|
14
14
|
limetype: string;
|
package/dist/components.d.ts
CHANGED
|
@@ -17,14 +17,12 @@ export namespace Components {
|
|
|
17
17
|
interface CocArticleGroupPicker {
|
|
18
18
|
"config"?: Iconfig;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
21
|
-
* @inherit
|
|
20
|
+
* {@inheritDoc}
|
|
22
21
|
*/
|
|
23
22
|
"context": LimeWebComponentContext;
|
|
24
23
|
"label": string;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
27
|
-
* @inherit
|
|
25
|
+
* {@inheritDoc}
|
|
28
26
|
*/
|
|
29
27
|
"platform": LimeWebComponentPlatform;
|
|
30
28
|
"selectedArticleGroup": IarticleGroup | null;
|
|
@@ -32,14 +30,12 @@ export namespace Components {
|
|
|
32
30
|
interface CocArticlePicker {
|
|
33
31
|
"config"?: Iconfig;
|
|
34
32
|
/**
|
|
35
|
-
*
|
|
36
|
-
* @inherit
|
|
33
|
+
* {@inheritDoc}
|
|
37
34
|
*/
|
|
38
35
|
"context": LimeWebComponentContext;
|
|
39
36
|
"label": string;
|
|
40
37
|
/**
|
|
41
|
-
*
|
|
42
|
-
* @inherit
|
|
38
|
+
* {@inheritDoc}
|
|
43
39
|
*/
|
|
44
40
|
"platform": LimeWebComponentPlatform;
|
|
45
41
|
"selectedArticle": Iarticle | null;
|
|
@@ -55,8 +51,7 @@ export namespace Components {
|
|
|
55
51
|
*/
|
|
56
52
|
"articleProperty"?: LimeProperty;
|
|
57
53
|
/**
|
|
58
|
-
*
|
|
59
|
-
* @inherit
|
|
54
|
+
* {@inheritDoc}
|
|
60
55
|
*/
|
|
61
56
|
"context": LimeWebComponentContext;
|
|
62
57
|
/**
|
|
@@ -64,8 +59,7 @@ export namespace Components {
|
|
|
64
59
|
*/
|
|
65
60
|
"item": Iitem;
|
|
66
61
|
/**
|
|
67
|
-
*
|
|
68
|
-
* @inherit
|
|
62
|
+
* {@inheritDoc}
|
|
69
63
|
*/
|
|
70
64
|
"platform": LimeWebComponentPlatform;
|
|
71
65
|
}
|
|
@@ -73,28 +67,24 @@ export namespace Components {
|
|
|
73
67
|
}
|
|
74
68
|
interface CocCpqTab {
|
|
75
69
|
/**
|
|
76
|
-
*
|
|
77
|
-
* @inherit
|
|
70
|
+
* {@inheritDoc}
|
|
78
71
|
*/
|
|
79
72
|
"context": LimeWebComponentContext;
|
|
80
73
|
/**
|
|
81
|
-
*
|
|
82
|
-
* @inherit
|
|
74
|
+
* {@inheritDoc}
|
|
83
75
|
*/
|
|
84
76
|
"platform": LimeWebComponentPlatform;
|
|
85
77
|
}
|
|
86
78
|
interface CocDealView {
|
|
87
79
|
"config": Iconfig;
|
|
88
80
|
/**
|
|
89
|
-
*
|
|
90
|
-
* @inherit
|
|
81
|
+
* {@inheritDoc}
|
|
91
82
|
*/
|
|
92
83
|
"context": LimeWebComponentContext;
|
|
93
84
|
"deal": Deal;
|
|
94
85
|
"disabled": boolean;
|
|
95
86
|
/**
|
|
96
|
-
*
|
|
97
|
-
* @inherit
|
|
87
|
+
* {@inheritDoc}
|
|
98
88
|
*/
|
|
99
89
|
"platform": LimeWebComponentPlatform;
|
|
100
90
|
}
|
|
@@ -113,8 +103,7 @@ export namespace Components {
|
|
|
113
103
|
interface CocEditItemDialog {
|
|
114
104
|
"config": Iconfig;
|
|
115
105
|
/**
|
|
116
|
-
*
|
|
117
|
-
* @inherit
|
|
106
|
+
* {@inheritDoc}
|
|
118
107
|
*/
|
|
119
108
|
"context": LimeWebComponentContext;
|
|
120
109
|
"currency": string;
|
|
@@ -124,20 +113,17 @@ export namespace Components {
|
|
|
124
113
|
"itemParent": Deal | Order;
|
|
125
114
|
"open": boolean;
|
|
126
115
|
/**
|
|
127
|
-
*
|
|
128
|
-
* @inherit
|
|
116
|
+
* {@inheritDoc}
|
|
129
117
|
*/
|
|
130
118
|
"platform": LimeWebComponentPlatform;
|
|
131
119
|
}
|
|
132
120
|
interface CocErpStatus {
|
|
133
121
|
/**
|
|
134
|
-
*
|
|
135
|
-
* @inherit
|
|
122
|
+
* {@inheritDoc}
|
|
136
123
|
*/
|
|
137
124
|
"context": LimeWebComponentContext;
|
|
138
125
|
/**
|
|
139
|
-
*
|
|
140
|
-
* @inherit
|
|
126
|
+
* {@inheritDoc}
|
|
141
127
|
*/
|
|
142
128
|
"platform": LimeWebComponentPlatform;
|
|
143
129
|
"status": ErpStatus;
|
|
@@ -145,8 +131,7 @@ export namespace Components {
|
|
|
145
131
|
}
|
|
146
132
|
interface CocItemForm {
|
|
147
133
|
/**
|
|
148
|
-
*
|
|
149
|
-
* @inherit
|
|
134
|
+
* {@inheritDoc}
|
|
150
135
|
*/
|
|
151
136
|
"context": LimeWebComponentContext;
|
|
152
137
|
"currency": string;
|
|
@@ -155,23 +140,20 @@ export namespace Components {
|
|
|
155
140
|
"itemMapping": IconfigItemMapping;
|
|
156
141
|
"limetype": LimeType;
|
|
157
142
|
/**
|
|
158
|
-
*
|
|
159
|
-
* @inherit
|
|
143
|
+
* {@inheritDoc}
|
|
160
144
|
*/
|
|
161
145
|
"platform": LimeWebComponentPlatform;
|
|
162
146
|
}
|
|
163
147
|
interface CocItemSummary {
|
|
164
148
|
/**
|
|
165
|
-
*
|
|
166
|
-
* @inherit
|
|
149
|
+
* {@inheritDoc}
|
|
167
150
|
*/
|
|
168
151
|
"context": LimeWebComponentContext;
|
|
169
152
|
"currency": string;
|
|
170
153
|
"discount": number;
|
|
171
154
|
"generalConfig"?: IconfigGeneral1;
|
|
172
155
|
/**
|
|
173
|
-
*
|
|
174
|
-
* @inherit
|
|
156
|
+
* {@inheritDoc}
|
|
175
157
|
*/
|
|
176
158
|
"platform": LimeWebComponentPlatform;
|
|
177
159
|
"subtotal": number;
|
|
@@ -182,16 +164,14 @@ export namespace Components {
|
|
|
182
164
|
interface CocItemTable {
|
|
183
165
|
"activeRow": Item;
|
|
184
166
|
/**
|
|
185
|
-
*
|
|
186
|
-
* @inherit
|
|
167
|
+
* {@inheritDoc}
|
|
187
168
|
*/
|
|
188
169
|
"context": LimeWebComponentContext;
|
|
189
170
|
"discount": number;
|
|
190
171
|
"itemMapping": IconfigItemMapping;
|
|
191
172
|
"items": Item[];
|
|
192
173
|
/**
|
|
193
|
-
*
|
|
194
|
-
* @inherit
|
|
174
|
+
* {@inheritDoc}
|
|
195
175
|
*/
|
|
196
176
|
"platform": LimeWebComponentPlatform;
|
|
197
177
|
"tableIsReadonly": boolean;
|
|
@@ -212,38 +192,34 @@ export namespace Components {
|
|
|
212
192
|
}
|
|
213
193
|
interface CocOrderCard {
|
|
214
194
|
/**
|
|
215
|
-
*
|
|
216
|
-
* @inherit
|
|
195
|
+
* {@inheritDoc}
|
|
217
196
|
*/
|
|
218
197
|
"context": LimeWebComponentContext;
|
|
219
198
|
/**
|
|
220
|
-
*
|
|
221
|
-
* @inherit
|
|
199
|
+
* {@inheritDoc}
|
|
222
200
|
*/
|
|
223
201
|
"platform": LimeWebComponentPlatform;
|
|
224
202
|
}
|
|
225
203
|
interface CocOrderView {
|
|
226
204
|
"config": Iconfig;
|
|
227
205
|
/**
|
|
228
|
-
*
|
|
229
|
-
* @inherit
|
|
206
|
+
* {@inheritDoc}
|
|
230
207
|
*/
|
|
231
208
|
"context": LimeWebComponentContext;
|
|
232
209
|
"disabled": boolean;
|
|
233
210
|
"order": Order;
|
|
234
211
|
/**
|
|
235
|
-
*
|
|
236
|
-
* @inherit
|
|
212
|
+
* {@inheritDoc}
|
|
237
213
|
*/
|
|
238
214
|
"platform": LimeWebComponentPlatform;
|
|
239
215
|
}
|
|
240
216
|
interface CocPositionIndex {
|
|
241
217
|
/**
|
|
242
|
-
* @
|
|
218
|
+
* {@inheritDoc}
|
|
243
219
|
*/
|
|
244
220
|
"context": LimeWebComponentContext;
|
|
245
221
|
/**
|
|
246
|
-
* @
|
|
222
|
+
* {@inheritDoc}
|
|
247
223
|
*/
|
|
248
224
|
"platform": LimeWebComponentPlatform;
|
|
249
225
|
/**
|
|
@@ -253,14 +229,12 @@ export namespace Components {
|
|
|
253
229
|
}
|
|
254
230
|
interface CocTemplateSelector {
|
|
255
231
|
/**
|
|
256
|
-
*
|
|
257
|
-
* @inherit
|
|
232
|
+
* {@inheritDoc}
|
|
258
233
|
*/
|
|
259
234
|
"context": LimeWebComponentContext;
|
|
260
235
|
"limetype": string;
|
|
261
236
|
/**
|
|
262
|
-
*
|
|
263
|
-
* @inherit
|
|
237
|
+
* {@inheritDoc}
|
|
264
238
|
*/
|
|
265
239
|
"platform": LimeWebComponentPlatform;
|
|
266
240
|
}
|
|
@@ -547,15 +521,13 @@ declare namespace LocalJSX {
|
|
|
547
521
|
interface CocArticleGroupPicker {
|
|
548
522
|
"config"?: Iconfig;
|
|
549
523
|
/**
|
|
550
|
-
*
|
|
551
|
-
* @inherit
|
|
524
|
+
* {@inheritDoc}
|
|
552
525
|
*/
|
|
553
526
|
"context"?: LimeWebComponentContext;
|
|
554
527
|
"label"?: string;
|
|
555
528
|
"onArticleGroupChange"?: (event: CocArticleGroupPickerCustomEvent<IarticleGroup | null>) => void;
|
|
556
529
|
/**
|
|
557
|
-
*
|
|
558
|
-
* @inherit
|
|
530
|
+
* {@inheritDoc}
|
|
559
531
|
*/
|
|
560
532
|
"platform"?: LimeWebComponentPlatform;
|
|
561
533
|
"selectedArticleGroup"?: IarticleGroup | null;
|
|
@@ -563,15 +535,13 @@ declare namespace LocalJSX {
|
|
|
563
535
|
interface CocArticlePicker {
|
|
564
536
|
"config"?: Iconfig;
|
|
565
537
|
/**
|
|
566
|
-
*
|
|
567
|
-
* @inherit
|
|
538
|
+
* {@inheritDoc}
|
|
568
539
|
*/
|
|
569
540
|
"context"?: LimeWebComponentContext;
|
|
570
541
|
"label"?: string;
|
|
571
542
|
"onArticleChange"?: (event: CocArticlePickerCustomEvent<Iarticle | null>) => void;
|
|
572
543
|
/**
|
|
573
|
-
*
|
|
574
|
-
* @inherit
|
|
544
|
+
* {@inheritDoc}
|
|
575
545
|
*/
|
|
576
546
|
"platform"?: LimeWebComponentPlatform;
|
|
577
547
|
"selectedArticle"?: Iarticle | null;
|
|
@@ -587,8 +557,7 @@ declare namespace LocalJSX {
|
|
|
587
557
|
*/
|
|
588
558
|
"articleProperty"?: LimeProperty;
|
|
589
559
|
/**
|
|
590
|
-
*
|
|
591
|
-
* @inherit
|
|
560
|
+
* {@inheritDoc}
|
|
592
561
|
*/
|
|
593
562
|
"context"?: LimeWebComponentContext;
|
|
594
563
|
/**
|
|
@@ -597,8 +566,7 @@ declare namespace LocalJSX {
|
|
|
597
566
|
"item"?: Iitem;
|
|
598
567
|
"onArticleChange"?: (event: CocArticleSelectorCustomEvent<Iarticle | null>) => void;
|
|
599
568
|
/**
|
|
600
|
-
*
|
|
601
|
-
* @inherit
|
|
569
|
+
* {@inheritDoc}
|
|
602
570
|
*/
|
|
603
571
|
"platform"?: LimeWebComponentPlatform;
|
|
604
572
|
}
|
|
@@ -606,29 +574,25 @@ declare namespace LocalJSX {
|
|
|
606
574
|
}
|
|
607
575
|
interface CocCpqTab {
|
|
608
576
|
/**
|
|
609
|
-
*
|
|
610
|
-
* @inherit
|
|
577
|
+
* {@inheritDoc}
|
|
611
578
|
*/
|
|
612
579
|
"context"?: LimeWebComponentContext;
|
|
613
580
|
/**
|
|
614
|
-
*
|
|
615
|
-
* @inherit
|
|
581
|
+
* {@inheritDoc}
|
|
616
582
|
*/
|
|
617
583
|
"platform"?: LimeWebComponentPlatform;
|
|
618
584
|
}
|
|
619
585
|
interface CocDealView {
|
|
620
586
|
"config"?: Iconfig;
|
|
621
587
|
/**
|
|
622
|
-
*
|
|
623
|
-
* @inherit
|
|
588
|
+
* {@inheritDoc}
|
|
624
589
|
*/
|
|
625
590
|
"context"?: LimeWebComponentContext;
|
|
626
591
|
"deal"?: Deal;
|
|
627
592
|
"disabled"?: boolean;
|
|
628
593
|
"onItemsChange"?: (event: CocDealViewCustomEvent<Deal>) => void;
|
|
629
594
|
/**
|
|
630
|
-
*
|
|
631
|
-
* @inherit
|
|
595
|
+
* {@inheritDoc}
|
|
632
596
|
*/
|
|
633
597
|
"platform"?: LimeWebComponentPlatform;
|
|
634
598
|
}
|
|
@@ -649,8 +613,7 @@ declare namespace LocalJSX {
|
|
|
649
613
|
interface CocEditItemDialog {
|
|
650
614
|
"config"?: Iconfig;
|
|
651
615
|
/**
|
|
652
|
-
*
|
|
653
|
-
* @inherit
|
|
616
|
+
* {@inheritDoc}
|
|
654
617
|
*/
|
|
655
618
|
"context"?: LimeWebComponentContext;
|
|
656
619
|
"currency"?: string;
|
|
@@ -664,20 +627,17 @@ declare namespace LocalJSX {
|
|
|
664
627
|
"onUpdateItem"?: (event: CocEditItemDialogCustomEvent<any>) => void;
|
|
665
628
|
"open"?: boolean;
|
|
666
629
|
/**
|
|
667
|
-
*
|
|
668
|
-
* @inherit
|
|
630
|
+
* {@inheritDoc}
|
|
669
631
|
*/
|
|
670
632
|
"platform"?: LimeWebComponentPlatform;
|
|
671
633
|
}
|
|
672
634
|
interface CocErpStatus {
|
|
673
635
|
/**
|
|
674
|
-
*
|
|
675
|
-
* @inherit
|
|
636
|
+
* {@inheritDoc}
|
|
676
637
|
*/
|
|
677
638
|
"context"?: LimeWebComponentContext;
|
|
678
639
|
/**
|
|
679
|
-
*
|
|
680
|
-
* @inherit
|
|
640
|
+
* {@inheritDoc}
|
|
681
641
|
*/
|
|
682
642
|
"platform"?: LimeWebComponentPlatform;
|
|
683
643
|
"status"?: ErpStatus;
|
|
@@ -685,8 +645,7 @@ declare namespace LocalJSX {
|
|
|
685
645
|
}
|
|
686
646
|
interface CocItemForm {
|
|
687
647
|
/**
|
|
688
|
-
*
|
|
689
|
-
* @inherit
|
|
648
|
+
* {@inheritDoc}
|
|
690
649
|
*/
|
|
691
650
|
"context"?: LimeWebComponentContext;
|
|
692
651
|
"currency"?: string;
|
|
@@ -697,23 +656,20 @@ declare namespace LocalJSX {
|
|
|
697
656
|
"onChange"?: (event: CocItemFormCustomEvent<Item>) => void;
|
|
698
657
|
"onValidate"?: (event: CocItemFormCustomEvent<any>) => void;
|
|
699
658
|
/**
|
|
700
|
-
*
|
|
701
|
-
* @inherit
|
|
659
|
+
* {@inheritDoc}
|
|
702
660
|
*/
|
|
703
661
|
"platform"?: LimeWebComponentPlatform;
|
|
704
662
|
}
|
|
705
663
|
interface CocItemSummary {
|
|
706
664
|
/**
|
|
707
|
-
*
|
|
708
|
-
* @inherit
|
|
665
|
+
* {@inheritDoc}
|
|
709
666
|
*/
|
|
710
667
|
"context"?: LimeWebComponentContext;
|
|
711
668
|
"currency"?: string;
|
|
712
669
|
"discount"?: number;
|
|
713
670
|
"generalConfig"?: IconfigGeneral1;
|
|
714
671
|
/**
|
|
715
|
-
*
|
|
716
|
-
* @inherit
|
|
672
|
+
* {@inheritDoc}
|
|
717
673
|
*/
|
|
718
674
|
"platform"?: LimeWebComponentPlatform;
|
|
719
675
|
"subtotal"?: number;
|
|
@@ -724,8 +680,7 @@ declare namespace LocalJSX {
|
|
|
724
680
|
interface CocItemTable {
|
|
725
681
|
"activeRow"?: Item;
|
|
726
682
|
/**
|
|
727
|
-
*
|
|
728
|
-
* @inherit
|
|
683
|
+
* {@inheritDoc}
|
|
729
684
|
*/
|
|
730
685
|
"context"?: LimeWebComponentContext;
|
|
731
686
|
"discount"?: number;
|
|
@@ -735,8 +690,7 @@ declare namespace LocalJSX {
|
|
|
735
690
|
"onActiveRowChange"?: (event: CocItemTableCustomEvent<Item>) => void;
|
|
736
691
|
"onPositionUpdate"?: (event: CocItemTableCustomEvent<Item[]>) => void;
|
|
737
692
|
/**
|
|
738
|
-
*
|
|
739
|
-
* @inherit
|
|
693
|
+
* {@inheritDoc}
|
|
740
694
|
*/
|
|
741
695
|
"platform"?: LimeWebComponentPlatform;
|
|
742
696
|
"tableIsReadonly"?: boolean;
|
|
@@ -758,40 +712,36 @@ declare namespace LocalJSX {
|
|
|
758
712
|
}
|
|
759
713
|
interface CocOrderCard {
|
|
760
714
|
/**
|
|
761
|
-
*
|
|
762
|
-
* @inherit
|
|
715
|
+
* {@inheritDoc}
|
|
763
716
|
*/
|
|
764
717
|
"context"?: LimeWebComponentContext;
|
|
765
718
|
/**
|
|
766
|
-
*
|
|
767
|
-
* @inherit
|
|
719
|
+
* {@inheritDoc}
|
|
768
720
|
*/
|
|
769
721
|
"platform"?: LimeWebComponentPlatform;
|
|
770
722
|
}
|
|
771
723
|
interface CocOrderView {
|
|
772
724
|
"config"?: Iconfig;
|
|
773
725
|
/**
|
|
774
|
-
*
|
|
775
|
-
* @inherit
|
|
726
|
+
* {@inheritDoc}
|
|
776
727
|
*/
|
|
777
728
|
"context"?: LimeWebComponentContext;
|
|
778
729
|
"disabled"?: boolean;
|
|
779
730
|
"onItemsChange"?: (event: CocOrderViewCustomEvent<Order>) => void;
|
|
780
731
|
"order"?: Order;
|
|
781
732
|
/**
|
|
782
|
-
*
|
|
783
|
-
* @inherit
|
|
733
|
+
* {@inheritDoc}
|
|
784
734
|
*/
|
|
785
735
|
"platform"?: LimeWebComponentPlatform;
|
|
786
736
|
}
|
|
787
737
|
interface CocPositionIndex {
|
|
788
738
|
/**
|
|
789
|
-
* @
|
|
739
|
+
* {@inheritDoc}
|
|
790
740
|
*/
|
|
791
741
|
"context"?: LimeWebComponentContext;
|
|
792
742
|
"onValueChange"?: (event: CocPositionIndexCustomEvent<ItemPosition>) => void;
|
|
793
743
|
/**
|
|
794
|
-
* @
|
|
744
|
+
* {@inheritDoc}
|
|
795
745
|
*/
|
|
796
746
|
"platform"?: LimeWebComponentPlatform;
|
|
797
747
|
/**
|
|
@@ -801,15 +751,13 @@ declare namespace LocalJSX {
|
|
|
801
751
|
}
|
|
802
752
|
interface CocTemplateSelector {
|
|
803
753
|
/**
|
|
804
|
-
*
|
|
805
|
-
* @inherit
|
|
754
|
+
* {@inheritDoc}
|
|
806
755
|
*/
|
|
807
756
|
"context"?: LimeWebComponentContext;
|
|
808
757
|
"limetype"?: string;
|
|
809
758
|
"onTemplateSelected"?: (event: CocTemplateSelectorCustomEvent<DocumentTemplate>) => void;
|
|
810
759
|
/**
|
|
811
|
-
*
|
|
812
|
-
* @inherit
|
|
760
|
+
* {@inheritDoc}
|
|
813
761
|
*/
|
|
814
762
|
"platform"?: LimeWebComponentPlatform;
|
|
815
763
|
}
|