@colijnit/sharedcomponents 256.1.2 → 256.1.4
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 +84 -67
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/task-creator/task-creator.component.js +34 -51
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/esm2015/lib/service/shared-connector.service.js +18 -7
- package/esm2015/lib/service/shared.service.js +13 -7
- package/fesm2015/colijnit-sharedcomponents.js +64 -63
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/activity-list/style/_layout.scss +6 -0
- package/lib/components/statusbar/style/_layout.scss +7 -7
- package/lib/components/task-creator/style/_layout.scss +26 -15
- package/lib/components/task-creator/task-creator.component.d.ts +4 -5
- package/lib/res/dictionary/dictionaries.d.ts +30 -1
- package/lib/service/shared-connector.service.d.ts +5 -3
- package/lib/service/shared.service.d.ts +6 -3
- package/package.json +3 -3
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
width: 30px !important;
|
|
58
58
|
height: 30px !important;
|
|
59
59
|
}
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
60
|
+
}
|
|
61
|
+
.co-linear-gauge {
|
|
62
|
+
&.focused-status {
|
|
63
|
+
div {
|
|
64
|
+
width: 18px;
|
|
65
|
+
height: 18px;
|
|
66
|
+
max-width: none;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
}
|
|
8
8
|
.task-creator-wrapper {
|
|
9
9
|
margin-left: 40px;
|
|
10
|
-
box-shadow:
|
|
10
|
+
box-shadow: 0 1px 4px 0 #8083a385;
|
|
11
11
|
border-radius: 5px;
|
|
12
12
|
}
|
|
13
13
|
.top-rows {
|
|
@@ -33,36 +33,25 @@
|
|
|
33
33
|
left: 0;
|
|
34
34
|
top: 0;
|
|
35
35
|
height: fit-content;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
border: 1px solid #DEDEEF;
|
|
39
|
-
|
|
36
|
+
box-shadow: 0 2px 2px 0 #0000001A;
|
|
37
|
+
border-radius: 3px;
|
|
40
38
|
.icon-item {
|
|
41
39
|
display: flex;
|
|
42
40
|
align-items: center;
|
|
43
41
|
position: relative;
|
|
44
|
-
|
|
45
|
-
&.menu-opened {
|
|
46
|
-
background: #f6f9fc;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
42
|
.drop-arrow {
|
|
50
43
|
display: none;
|
|
51
44
|
}
|
|
52
|
-
|
|
53
45
|
.label {
|
|
54
46
|
display: none;
|
|
55
47
|
}
|
|
56
|
-
|
|
57
48
|
.co-icon {
|
|
58
49
|
padding: 2px;
|
|
59
50
|
}
|
|
60
51
|
}
|
|
61
|
-
|
|
62
52
|
& > .icon-item {
|
|
63
53
|
cursor: pointer;
|
|
64
54
|
padding: 5px;
|
|
65
|
-
|
|
66
55
|
&:after {
|
|
67
56
|
content: '';
|
|
68
57
|
width: 0;
|
|
@@ -140,13 +129,15 @@
|
|
|
140
129
|
min-height: auto;
|
|
141
130
|
overflow-x: auto;
|
|
142
131
|
.co-drag-drop-container {
|
|
143
|
-
padding-top:
|
|
132
|
+
padding-top: 40px;
|
|
144
133
|
position: relative;
|
|
145
134
|
margin-top: 0;
|
|
146
135
|
gap: 5px;
|
|
147
136
|
align-items: flex-start;
|
|
148
137
|
.add-file {
|
|
149
138
|
top: 0;
|
|
139
|
+
right: 0;
|
|
140
|
+
z-index: 2;
|
|
150
141
|
.co-tile-render {
|
|
151
142
|
display: flex;
|
|
152
143
|
align-items: center;
|
|
@@ -154,11 +145,31 @@
|
|
|
154
145
|
.add-button {
|
|
155
146
|
position: unset;
|
|
156
147
|
}
|
|
148
|
+
.info {
|
|
149
|
+
display: none;
|
|
150
|
+
}
|
|
157
151
|
}
|
|
158
152
|
.description {
|
|
159
153
|
font-weight: bold;
|
|
160
154
|
font-size: 12px;
|
|
161
155
|
}
|
|
156
|
+
svg {
|
|
157
|
+
path {
|
|
158
|
+
fill: #1A73E8;
|
|
159
|
+
}
|
|
160
|
+
path + path {
|
|
161
|
+
display: none;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
.co-icon {
|
|
165
|
+
width: 40px;
|
|
166
|
+
height: 40px;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
.add-dropzone {
|
|
170
|
+
position: relative;
|
|
171
|
+
top: -30px;
|
|
172
|
+
z-index: 1;
|
|
162
173
|
}
|
|
163
174
|
.tile {
|
|
164
175
|
padding: 10px;
|
|
@@ -73,9 +73,8 @@ export declare class TaskCreatorComponent implements OnInit, ScreenConfigAdapter
|
|
|
73
73
|
private findReportType;
|
|
74
74
|
private findDefault;
|
|
75
75
|
private startEmailing;
|
|
76
|
-
private
|
|
77
|
-
private
|
|
78
|
-
private
|
|
79
|
-
private
|
|
80
|
-
private clearFields;
|
|
76
|
+
private _createEmailParams;
|
|
77
|
+
private _createEmailAddressString;
|
|
78
|
+
private _createEmailSubject;
|
|
79
|
+
private _clearFields;
|
|
81
80
|
}
|
|
@@ -2008,6 +2008,7 @@ export declare class Dictionaries {
|
|
|
2008
2008
|
CONFIRMATION_NO: string;
|
|
2009
2009
|
CONFIRMATION_STATE: string;
|
|
2010
2010
|
CONFIRMED: string;
|
|
2011
|
+
CONFIRMED_AMOUNT: string;
|
|
2011
2012
|
CONFIRMED_ARRIVAL_DATA: string;
|
|
2012
2013
|
CONFIRMED_DATE: string;
|
|
2013
2014
|
CONFIRMED_DELIVERY_DATA: string;
|
|
@@ -2899,6 +2900,7 @@ export declare class Dictionaries {
|
|
|
2899
2900
|
DIMENSION_STEP_1_MSG2: string;
|
|
2900
2901
|
DIMENSION_STEP_2_MSG: string;
|
|
2901
2902
|
DIMENSION_STEP_3_MSG: string;
|
|
2903
|
+
DROPZONE_TEXT: string;
|
|
2902
2904
|
AMORTIZATION: string;
|
|
2903
2905
|
AMORTIZATION_ENTRY: string;
|
|
2904
2906
|
AMORTIZATION_GRID_HEADER: string;
|
|
@@ -4987,6 +4989,8 @@ export declare class Dictionaries {
|
|
|
4987
4989
|
ONE_OF_FOLLOWING_APPLICABLE: string;
|
|
4988
4990
|
ONE_PAGE_PER_SORT: string;
|
|
4989
4991
|
ONE_PURCHASEORDER: string;
|
|
4992
|
+
ONE_OR_MORE_LEDGERACCOUNTS_REJECTED: string;
|
|
4993
|
+
ONE_OR_MORE_LINES_WITHOUT_LEDGERACCOUNT_ID: string;
|
|
4990
4994
|
ONLY_ACHIEVABLE: string;
|
|
4991
4995
|
ONLY_ADD_ALL_FROM_ONE_CONDITION: string;
|
|
4992
4996
|
ONLY_ADD_EVERYTHING_FROM_ONE_CONDITION: string;
|
|
@@ -5488,6 +5492,7 @@ export declare class Dictionaries {
|
|
|
5488
5492
|
CONTRACT_TYPE: string;
|
|
5489
5493
|
CONTRA_ACCOUNT: string;
|
|
5490
5494
|
CONTRA_LEDGERACCOUNT_DOWNPAYMENT: string;
|
|
5495
|
+
CONTRA_VAT: string;
|
|
5491
5496
|
WARRANTY: string;
|
|
5492
5497
|
WARRANTY_TYPE: string;
|
|
5493
5498
|
WASHING_SYMBOLS: string;
|
|
@@ -6046,6 +6051,7 @@ export declare class Dictionaries {
|
|
|
6046
6051
|
SELECT2: string;
|
|
6047
6052
|
SELECTED: string;
|
|
6048
6053
|
SELECTED_ADDRESSES: string;
|
|
6054
|
+
SELECTED_BALANCE: string;
|
|
6049
6055
|
SELECTED_CASH_DRAWER: string;
|
|
6050
6056
|
SELECTED_CASH_REGISTER: string;
|
|
6051
6057
|
SELECTED_LINES_NOT_FOUND: string;
|
|
@@ -6597,6 +6603,7 @@ export declare class Dictionaries {
|
|
|
6597
6603
|
USE_DEFAULTS: string;
|
|
6598
6604
|
USE_DEPOSIT_RULE: string;
|
|
6599
6605
|
USE_GOOGLE: string;
|
|
6606
|
+
USE_GENERAL_GAMEOBJECT: string;
|
|
6600
6607
|
USE_MIN_STOCK_CALC: string;
|
|
6601
6608
|
USE_OWN_ARTICLE_COUNTER: string;
|
|
6602
6609
|
USE_RECOMMENDED_PRICES: string;
|
|
@@ -6642,6 +6649,7 @@ export declare class Dictionaries {
|
|
|
6642
6649
|
VARIOUS_PRODUCTS: string;
|
|
6643
6650
|
VAT: string;
|
|
6644
6651
|
VAT2: string;
|
|
6652
|
+
VAT_CONTRA: string;
|
|
6645
6653
|
VAT_AMOUNT: string;
|
|
6646
6654
|
VAT_CODE: string;
|
|
6647
6655
|
VAT_CODE_PURCHASE: string;
|
|
@@ -7285,6 +7293,7 @@ export declare class Dictionaries {
|
|
|
7285
7293
|
NEXT_ORDER: string;
|
|
7286
7294
|
NEXT_PAGE: string;
|
|
7287
7295
|
NEXT_SLASH_FINISH: string;
|
|
7296
|
+
NEXT_STATE: string;
|
|
7288
7297
|
NEXT_VERSION: string;
|
|
7289
7298
|
NEXT_WEEK: string;
|
|
7290
7299
|
NIGHT_ROUTINE: string;
|
|
@@ -8001,6 +8010,7 @@ export declare class Dictionaries {
|
|
|
8001
8010
|
H3DCONNTARGETS: string;
|
|
8002
8011
|
H3DDEFAULT: string;
|
|
8003
8012
|
H3DGAMEOBJECT: string;
|
|
8013
|
+
H3DGENERALGAMEOBJECT: string;
|
|
8004
8014
|
H3DID: string;
|
|
8005
8015
|
H3DLINK: string;
|
|
8006
8016
|
H3DLINK_ORDERED: string;
|
|
@@ -9099,6 +9109,7 @@ export declare class Dictionaries {
|
|
|
9099
9109
|
DELIVERY_DATE_DEF: string;
|
|
9100
9110
|
DELIVERY_DATE_DEFINITE: string;
|
|
9101
9111
|
DELIVERY_DATE_DEFINITIVE: string;
|
|
9112
|
+
DELIVERY_DATE_SUPPLIER: string;
|
|
9102
9113
|
SUMMARY: string;
|
|
9103
9114
|
SUMMON: string;
|
|
9104
9115
|
SUM_INCLUDING_VAT: string;
|
|
@@ -9120,6 +9131,7 @@ export declare class Dictionaries {
|
|
|
9120
9131
|
SUPPLIERNAME: string;
|
|
9121
9132
|
SUPPLIERNO: string;
|
|
9122
9133
|
SUPPLIERNR: string;
|
|
9134
|
+
SUPPLIERNR_ARTICLE: string;
|
|
9123
9135
|
SUPPLIERS: string;
|
|
9124
9136
|
SUPPLIER_BLOCKED: string;
|
|
9125
9137
|
SUPPLIER_BLOCKED2: string;
|
|
@@ -9744,6 +9756,7 @@ export declare class Dictionaries {
|
|
|
9744
9756
|
MESSAGE_ERROR_NO_EMAIL: string;
|
|
9745
9757
|
MESSAGE_ERROR_OC_RETRIEVAL: string;
|
|
9746
9758
|
MESSAGE_ERROR_PASSWORD: string;
|
|
9759
|
+
DATA_AND_PREFERENCES: string;
|
|
9747
9760
|
};
|
|
9748
9761
|
text_fr: {
|
|
9749
9762
|
CHARACTERISTIC: string;
|
|
@@ -12723,6 +12736,7 @@ export declare class Dictionaries {
|
|
|
12723
12736
|
CONFIGURATION_COMPLETE: string;
|
|
12724
12737
|
CONFIGURATION_NOT_FINISHED_YET: string;
|
|
12725
12738
|
CONFIGURATION_OVERVIEW: string;
|
|
12739
|
+
CONFIGURATION_PRESET: string;
|
|
12726
12740
|
CONFIGURATION_YOURS: string;
|
|
12727
12741
|
CONFIGURATOR_TEST: string;
|
|
12728
12742
|
CONFIGURE: string;
|
|
@@ -12748,6 +12762,7 @@ export declare class Dictionaries {
|
|
|
12748
12762
|
CONFIRMATION_NO: string;
|
|
12749
12763
|
CONFIRMATION_STATE: string;
|
|
12750
12764
|
CONFIRMED: string;
|
|
12765
|
+
CONFIRMED_AMOUNT: string;
|
|
12751
12766
|
CONFIRMED_ARRIVAL_DATA: string;
|
|
12752
12767
|
CONFIRMED_DATE: string;
|
|
12753
12768
|
CONFIRMED_DELIVERY_DATA: string;
|
|
@@ -12853,6 +12868,7 @@ export declare class Dictionaries {
|
|
|
12853
12868
|
CONTRACT_TYPE: string;
|
|
12854
12869
|
CONTRA_ACCOUNT: string;
|
|
12855
12870
|
CONTRA_LEDGERACCOUNT_DOWNPAYMENT: string;
|
|
12871
|
+
CONTRA_VAT: string;
|
|
12856
12872
|
CONTRIBUTION_EMPLOYER: string;
|
|
12857
12873
|
CONTROLLED: string;
|
|
12858
12874
|
CONTROL_ORDER_PICKING: string;
|
|
@@ -13082,6 +13098,7 @@ export declare class Dictionaries {
|
|
|
13082
13098
|
DASHBOARD_CONFIGURE_START: string;
|
|
13083
13099
|
DASHBOARD_NEW_TILE: string;
|
|
13084
13100
|
DATA: string;
|
|
13101
|
+
DATA_AND_PREFERENCES: string;
|
|
13085
13102
|
DATABASE_DUMP: string;
|
|
13086
13103
|
DATABASE_DUMP_ACTIVE: string;
|
|
13087
13104
|
DATABASE_DUMP_BUSY_OTHER_JOB: string;
|
|
@@ -13305,8 +13322,8 @@ export declare class Dictionaries {
|
|
|
13305
13322
|
DELIVERY_DATE_ASKED: string;
|
|
13306
13323
|
DELIVERY_DATE_CALCULATED: string;
|
|
13307
13324
|
DELIVERY_DATE_CONFIRMATION_FROM_EARLY: string;
|
|
13308
|
-
DELIVERY_DATE_CONFIRMED2: string;
|
|
13309
13325
|
DELIVERY_DATE_CONFIRMED: string;
|
|
13326
|
+
DELIVERY_DATE_CONFIRMED2: string;
|
|
13310
13327
|
DELIVERY_DATE_CONFIRMED_AND_WILL_REMAIN_THE_SAME: string;
|
|
13311
13328
|
DELIVERY_DATE_DEF: string;
|
|
13312
13329
|
DELIVERY_DATE_DEFINITE: string;
|
|
@@ -13320,6 +13337,7 @@ export declare class Dictionaries {
|
|
|
13320
13337
|
DELIVERY_DATE_PREGNANT: string;
|
|
13321
13338
|
DELIVERY_DATE_PURCHASE: string;
|
|
13322
13339
|
DELIVERY_DATE_SALES: string;
|
|
13340
|
+
DELIVERY_DATE_SUPPLIER: string;
|
|
13323
13341
|
DELIVERY_DAYS: string;
|
|
13324
13342
|
DELIVERY_DELAY: string;
|
|
13325
13343
|
DELIVERY_DELAY_UNIT: string;
|
|
@@ -13550,6 +13568,7 @@ export declare class Dictionaries {
|
|
|
13550
13568
|
DROPSHIPMENT_INFO: string;
|
|
13551
13569
|
DROPSHIPMENT_POSSIBLE: string;
|
|
13552
13570
|
DROPSHIPPING_ADDRESS_CURRENT_ORDER: string;
|
|
13571
|
+
DROPZONE_TEXT: string;
|
|
13553
13572
|
DROP_ZONE_DOCUMENTS: string;
|
|
13554
13573
|
DROP_ZONE_IMAGES: string;
|
|
13555
13574
|
DROP_ZONE_SALARY_INFO: string;
|
|
@@ -14256,6 +14275,7 @@ export declare class Dictionaries {
|
|
|
14256
14275
|
H3DCONNTARGETS: string;
|
|
14257
14276
|
H3DDEFAULT: string;
|
|
14258
14277
|
H3DGAMEOBJECT: string;
|
|
14278
|
+
H3DGENERALGAMEOBJECT: string;
|
|
14259
14279
|
H3DID: string;
|
|
14260
14280
|
H3DLINK: string;
|
|
14261
14281
|
H3DLINK_ORDERED: string;
|
|
@@ -14292,6 +14312,7 @@ export declare class Dictionaries {
|
|
|
14292
14312
|
HD_DELETE_QUESTION: string;
|
|
14293
14313
|
HD_ORDER_DEFINITIVE: string;
|
|
14294
14314
|
HD_UNABLE_TO_REMOVE_PROJECT: string;
|
|
14315
|
+
HDECO_GENERIC_GAMEOBJECT: string;
|
|
14295
14316
|
HEADER: string;
|
|
14296
14317
|
HEADER_ACTIVE: string;
|
|
14297
14318
|
HEADER_DEFINITIVE: string;
|
|
@@ -15471,6 +15492,7 @@ export declare class Dictionaries {
|
|
|
15471
15492
|
NEXT_ORDER: string;
|
|
15472
15493
|
NEXT_PAGE: string;
|
|
15473
15494
|
NEXT_SLASH_FINISH: string;
|
|
15495
|
+
NEXT_STATE: string;
|
|
15474
15496
|
NEXT_VERSION: string;
|
|
15475
15497
|
NEXT_WEEK: string;
|
|
15476
15498
|
NIGHT_ROUTINE: string;
|
|
@@ -15776,6 +15798,8 @@ export declare class Dictionaries {
|
|
|
15776
15798
|
ONE_OF_FOLLOWING_APPLICABLE: string;
|
|
15777
15799
|
ONE_PAGE_PER_SORT: string;
|
|
15778
15800
|
ONE_PURCHASEORDER: string;
|
|
15801
|
+
ONE_OR_MORE_LEDGERACCOUNTS_REJECTED: string;
|
|
15802
|
+
ONE_OR_MORE_LINES_WITHOUT_LEDGERACCOUNT_ID: string;
|
|
15779
15803
|
ONLY_ACHIEVABLE: string;
|
|
15780
15804
|
ONLY_ADD_ALL_FROM_ONE_CONDITION: string;
|
|
15781
15805
|
ONLY_ADD_EVERYTHING_FROM_ONE_CONDITION: string;
|
|
@@ -17450,6 +17474,7 @@ export declare class Dictionaries {
|
|
|
17450
17474
|
SELECT_MEDICAL_OFFICER: string;
|
|
17451
17475
|
SELECTED: string;
|
|
17452
17476
|
SELECTED_ADDRESSES: string;
|
|
17477
|
+
SELECTED_BALANCE: string;
|
|
17453
17478
|
SELECTED_CASH_DRAWER: string;
|
|
17454
17479
|
SELECTED_CASH_REGISTER: string;
|
|
17455
17480
|
SELECTED_LINES_NOT_FOUND: string;
|
|
@@ -18024,6 +18049,7 @@ export declare class Dictionaries {
|
|
|
18024
18049
|
SUPPLIERNAME: string;
|
|
18025
18050
|
SUPPLIERNO: string;
|
|
18026
18051
|
SUPPLIERNR: string;
|
|
18052
|
+
SUPPLIERNR_ARTICLE: string;
|
|
18027
18053
|
SUPPLIERS: string;
|
|
18028
18054
|
SUPPLIER_BLOCKED2: string;
|
|
18029
18055
|
SUPPLIER_BLOCKED: string;
|
|
@@ -18500,6 +18526,7 @@ export declare class Dictionaries {
|
|
|
18500
18526
|
USE: string;
|
|
18501
18527
|
USE_CLASSIFICATION: string;
|
|
18502
18528
|
USE_DEPOSIT_RULE: string;
|
|
18529
|
+
USE_GENERIC_GAMEOBJECT: string;
|
|
18503
18530
|
USED_COUPONS: string;
|
|
18504
18531
|
USED_IN: string;
|
|
18505
18532
|
USER: string;
|
|
@@ -18522,6 +18549,7 @@ export declare class Dictionaries {
|
|
|
18522
18549
|
USER_UNKNOWN: string;
|
|
18523
18550
|
USE_DEFAULTS: string;
|
|
18524
18551
|
USE_GOOGLE: string;
|
|
18552
|
+
USE_GENERAL_GAMEOBJECT: string;
|
|
18525
18553
|
USE_MIN_STOCK_CALC: string;
|
|
18526
18554
|
USE_OWN_ARTICLE_COUNTER: string;
|
|
18527
18555
|
USE_RECOMMENDED_PRICES: string;
|
|
@@ -18559,6 +18587,7 @@ export declare class Dictionaries {
|
|
|
18559
18587
|
VARIOUS_PRODUCTS: string;
|
|
18560
18588
|
VAT2: string;
|
|
18561
18589
|
VAT: string;
|
|
18590
|
+
VAT_CONTRA: string;
|
|
18562
18591
|
VAT_AMOUNT: string;
|
|
18563
18592
|
VAT_CODE: string;
|
|
18564
18593
|
VAT_CODE_PURCHASE: string;
|
|
@@ -44,6 +44,7 @@ import { Remark } from "@colijnit/mainapi/build/model/remark.bo";
|
|
|
44
44
|
import { Task } from "@colijnit/mainapi/build/model/task.bo";
|
|
45
45
|
import { ActivityEmailHistory } from "@colijnit/mainapi/build/model/activity-email-history.bo";
|
|
46
46
|
import { ActivityWorkflow } from "@colijnit/mainapi/build/model/activity-workflow";
|
|
47
|
+
import { EmailActivityRequest } from "@colijnit/mainapi/build/model/email-activity-request";
|
|
47
48
|
export declare class SharedConnectorService {
|
|
48
49
|
private _optionsService;
|
|
49
50
|
articleConnector: Articles;
|
|
@@ -94,9 +95,10 @@ export declare class SharedConnectorService {
|
|
|
94
95
|
getEmailSenderByWorkflowCategoryAndKey(worlflowCategory: string, key: string): Promise<string>;
|
|
95
96
|
getReportTemplates(reportTemplatesRequest: SelectReportTemplatesRequest): Promise<Report[]>;
|
|
96
97
|
emailReport(emailJob: EmailJob): Promise<boolean>;
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
emailActivity(request: EmailActivityRequest): Promise<boolean>;
|
|
99
|
+
insertEmailHistoryForRemark(history: ActivityEmailHistory): Promise<boolean>;
|
|
100
|
+
insertEmailHistoryForWork(history: ActivityEmailHistory): Promise<boolean>;
|
|
101
|
+
insertEmailHistoryForTask(history: ActivityEmailHistory): Promise<boolean>;
|
|
100
102
|
getWorkflowProcessInfoPerStatus(worlflowCategory: string): Promise<WorkflowProcessInfoPerStatus[]>;
|
|
101
103
|
getHistoricActivities(table: TableName, key: string): Promise<Activity[]>;
|
|
102
104
|
getComponentActivities(table: TableName, key: string): Promise<Activity[]>;
|
|
@@ -26,6 +26,8 @@ import { ActivityEmailHistory } from "@colijnit/mainapi/build/model/activity-ema
|
|
|
26
26
|
import { ActivityWorkflow } from "@colijnit/mainapi/build/model/activity-workflow";
|
|
27
27
|
import { CoEmailAttachment } from "@colijnit/mainapi/build/model/co-email-attachment.bo";
|
|
28
28
|
import { SharedComponentsDictionaryService } from '../translation/shared-components-dictionary.service';
|
|
29
|
+
import { CoDocument } from "@colijnit/mainapi/build/model/co-document";
|
|
30
|
+
import { EmailActivityRequest } from "@colijnit/mainapi/build/model/email-activity-request";
|
|
29
31
|
export declare class SharedService {
|
|
30
32
|
protected readonly locale: LanguageCode;
|
|
31
33
|
protected options: OptionsService;
|
|
@@ -63,9 +65,10 @@ export declare class SharedService {
|
|
|
63
65
|
getDefaultEmailReportTemplatesForBranch(branchNr: string, reportType: ReportType): Promise<Report[]>;
|
|
64
66
|
emailViaTemplate(template: Report, emailTo: string, emailBcc: string, reply: string, subject?: string, message?: string, attachments?: CoEmailAttachment[], parameters?: object): Promise<boolean>;
|
|
65
67
|
private _createEmailJob;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
68
|
+
emailActivity(emailActivityRequest: EmailActivityRequest): Promise<CoDocument | boolean>;
|
|
69
|
+
insertEmailHistoryForRemark(history: ActivityEmailHistory): Promise<boolean>;
|
|
70
|
+
insertEmailHistoryForWork(history: ActivityEmailHistory): Promise<boolean>;
|
|
71
|
+
insertEmailHistoryForTask(history: ActivityEmailHistory): Promise<boolean>;
|
|
69
72
|
getWorkflowProcessInfoPerStatus(workflowCategory: string): Promise<WorkflowProcessInfoPerStatus[]>;
|
|
70
73
|
getActivities(table: TableName, key: string): Promise<Activity[]>;
|
|
71
74
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/sharedcomponents",
|
|
3
|
-
"version": "256.1.
|
|
3
|
+
"version": "256.1.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"chart.js": "4.3.0",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"@angular/common": ">=12.2.0",
|
|
11
11
|
"@angular/core": ">=12.2.0",
|
|
12
12
|
"@colijnit/articleapi": ">=256.1.0",
|
|
13
|
-
"@colijnit/mainapi": ">=256.1.
|
|
14
|
-
"@colijnit/corecomponents_v12": ">=256.1.
|
|
13
|
+
"@colijnit/mainapi": ">=256.1.2",
|
|
14
|
+
"@colijnit/corecomponents_v12": ">=256.1.8",
|
|
15
15
|
"@colijnit/ioneconnector": ">=256.1.0",
|
|
16
16
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
17
17
|
"@colijnit/relationapi": ">=1.0.14",
|