@colijnit/sharedcomponents 258.1.17 → 258.1.18
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 +60 -14
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/lib/components/activity-list/activity-list.component.js +2 -2
- package/esm2015/lib/components/task-creator/task-creator.component.js +108 -74
- package/esm2015/lib/components/task-creator/task-creator.module.js +2 -2
- package/esm2015/lib/res/dictionary/dictionaries.js +3 -3
- package/fesm2015/colijnit-sharedcomponents.js +110 -76
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/task-creator/task-creator.component.d.ts +11 -0
- package/lib/res/dictionary/dictionaries.d.ts +20 -0
- package/package.json +2 -2
|
@@ -27,6 +27,10 @@ export declare class TaskCreatorComponent implements OnInit, ScreenConfigAdapter
|
|
|
27
27
|
remarkAndWorkKey: string;
|
|
28
28
|
taskKey: string;
|
|
29
29
|
workflowCategoryType: WorkflowCategoryType;
|
|
30
|
+
set allowRemarkCreation(allow: boolean);
|
|
31
|
+
set allowWorkCreation(allow: boolean);
|
|
32
|
+
set allowTaskCreation(allow: boolean);
|
|
33
|
+
allowEmailing: boolean;
|
|
30
34
|
activityCreated: EventEmitter<void>;
|
|
31
35
|
showClass(): boolean;
|
|
32
36
|
objectConfigName: string;
|
|
@@ -38,6 +42,9 @@ export declare class TaskCreatorComponent implements OnInit, ScreenConfigAdapter
|
|
|
38
42
|
decimals: number;
|
|
39
43
|
redErrorBackground: boolean;
|
|
40
44
|
optionCollection: IconListItem[];
|
|
45
|
+
remarkListItem: IconListItem;
|
|
46
|
+
workListItem: IconListItem;
|
|
47
|
+
taskListItem: IconListItem;
|
|
41
48
|
showFilesDialog: boolean;
|
|
42
49
|
documents: CoDocument[];
|
|
43
50
|
oldDocuments: CoDocument[];
|
|
@@ -54,8 +61,12 @@ export declare class TaskCreatorComponent implements OnInit, ScreenConfigAdapter
|
|
|
54
61
|
workDescription: string;
|
|
55
62
|
taskName: string;
|
|
56
63
|
taskDescription: string;
|
|
64
|
+
private _allowRemarkCreation;
|
|
65
|
+
private _allowWorkCreation;
|
|
66
|
+
private _allowTaskCreation;
|
|
57
67
|
constructor(iconService: IconCacheService, dictionaryService: SharedComponentsDictionaryService, sharedService: SharedService, _dialogService: CoreDialogService, _formMasterService: FormMasterService);
|
|
58
68
|
ngOnInit(): Promise<void>;
|
|
69
|
+
setupOptionCollection(): void;
|
|
59
70
|
itemSelected(item: IconListItem): void;
|
|
60
71
|
openAttachmentDialog(): void;
|
|
61
72
|
attachmentDialogClosed(): void;
|
|
@@ -8820,7 +8820,9 @@ export declare class Dictionaries {
|
|
|
8820
8820
|
ACCOUNT_ACTIVE2: string;
|
|
8821
8821
|
ACCOUNT_AND_PRIVACY: string;
|
|
8822
8822
|
ACCOUNT_BUSINESSES: string;
|
|
8823
|
+
ACCOUNT_CONTRA: string;
|
|
8823
8824
|
ACCOUNT_DETAILS: string;
|
|
8825
|
+
ACCOUNT_DIFF: string;
|
|
8824
8826
|
ACCOUNT_EXPLANATION: string;
|
|
8825
8827
|
ACCOUNT_INACTIVE: string;
|
|
8826
8828
|
ACCOUNT_INACTIVE_PW_NOT_SENT: string;
|
|
@@ -9194,6 +9196,7 @@ export declare class Dictionaries {
|
|
|
9194
9196
|
BANK_BOOK: string;
|
|
9195
9197
|
BANK_RELATION: string;
|
|
9196
9198
|
BANK_STATEMENT_APPLICABLE_FOR_PAYMENT: string;
|
|
9199
|
+
BANK_STATEMENT_HOLDING_ACCOUNT: string;
|
|
9197
9200
|
BANK_STATEMENT_LEDGER_ACCOUNT_TO_LINK: string;
|
|
9198
9201
|
BANK_STATEMENT_LINK: string;
|
|
9199
9202
|
BANK_STATEMENT_SEARCH_COLUMN: string;
|
|
@@ -9868,6 +9871,7 @@ export declare class Dictionaries {
|
|
|
9868
9871
|
EXCLUDE_FROM_INVOICE_CHECK: string;
|
|
9869
9872
|
EXCLUDE_INVOICE_CHECK: string;
|
|
9870
9873
|
EXCLUDE_RETURNS: string;
|
|
9874
|
+
EXCLUDE_BALANCE_CALCULATION: string;
|
|
9871
9875
|
EXCLUSIONS: string;
|
|
9872
9876
|
EXPORT_GRIDS: string;
|
|
9873
9877
|
EXPORT_JOBS_NOT_STARTED: string;
|
|
@@ -10054,6 +10058,8 @@ export declare class Dictionaries {
|
|
|
10054
10058
|
FIELD_NAME: string;
|
|
10055
10059
|
FIELD_TYPE: string;
|
|
10056
10060
|
FIFO: string;
|
|
10061
|
+
FIRST_POSTING: string;
|
|
10062
|
+
FIRST_SETTLEMENT_NR: string;
|
|
10057
10063
|
COST_CENTER: string;
|
|
10058
10064
|
COST_CENTER_EMPLOYMENT_CONTRACT: string;
|
|
10059
10065
|
COST_CENTER_TYPE: string;
|
|
@@ -24132,7 +24138,9 @@ export declare class Dictionaries {
|
|
|
24132
24138
|
ACCOUNT_ACTIVE: string;
|
|
24133
24139
|
ACCOUNT_AND_PRIVACY: string;
|
|
24134
24140
|
ACCOUNT_BUSINESSES: string;
|
|
24141
|
+
ACCOUNT_CONTRA: string;
|
|
24135
24142
|
ACCOUNT_DETAILS: string;
|
|
24143
|
+
ACCOUNT_DIFF: string;
|
|
24136
24144
|
ACCOUNT_EXPLANATION: string;
|
|
24137
24145
|
ACCOUNT_INACTIVE: string;
|
|
24138
24146
|
ACCOUNT_INACTIVE_PW_NOT_SENT: string;
|
|
@@ -24548,9 +24556,12 @@ export declare class Dictionaries {
|
|
|
24548
24556
|
ALLOW_OPEN_ABSENCEFILE: string;
|
|
24549
24557
|
ALLOW_PART_DELIVERY: string;
|
|
24550
24558
|
ALLOW_PONTO_CONNECTION: string;
|
|
24559
|
+
ALLOW_REMARK_CREATE: string;
|
|
24551
24560
|
ALLOW_ROTATION: string;
|
|
24552
24561
|
ALLOW_SIDEBAR: string;
|
|
24553
24562
|
ALLOW_STORAGE_DECOUPLING: string;
|
|
24563
|
+
ALLOW_TASK_CREATE: string;
|
|
24564
|
+
ALLOW_WORK_CREATE: string;
|
|
24554
24565
|
ALL_ADDRESSES: string;
|
|
24555
24566
|
ALL_AVAILABLE_STOCK_RESERVED_DO_YOU_WANT_TO_TRY_AGAIN_PLEASE_CONFIRM: string;
|
|
24556
24567
|
ALL_CASH_DRAWERS: string;
|
|
@@ -24909,6 +24920,7 @@ export declare class Dictionaries {
|
|
|
24909
24920
|
BANK_BOOK: string;
|
|
24910
24921
|
BANK_RELATION: string;
|
|
24911
24922
|
BANK_STATEMENT_APPLICABLE_FOR_PAYMENT: string;
|
|
24923
|
+
BANK_STATEMENT_HOLDING_ACCOUNT: string;
|
|
24912
24924
|
BANK_STATEMENT_LEDGER_ACCOUNT_TO_LINK: string;
|
|
24913
24925
|
BANK_STATEMENT_LINK: string;
|
|
24914
24926
|
BANK_STATEMENT_SEARCH_COLUMN: string;
|
|
@@ -26724,6 +26736,7 @@ export declare class Dictionaries {
|
|
|
26724
26736
|
EXCLUDE_ALLOCATED_RETURNS: string;
|
|
26725
26737
|
EXCLUDE_ALLREADY_CONFIRMED: string;
|
|
26726
26738
|
EXCLUDE_ALREADY_ARRIVALDATE: string;
|
|
26739
|
+
EXCLUDE_BALANCE_CALCULATION: string;
|
|
26727
26740
|
EXCLUDE_FROM_HASH: string;
|
|
26728
26741
|
EXCLUDE_FROM_INVOICE_CHECK: string;
|
|
26729
26742
|
EXCLUDE_INVOICE_CHECK: string;
|
|
@@ -26848,6 +26861,8 @@ export declare class Dictionaries {
|
|
|
26848
26861
|
FIELD_TYPE: string;
|
|
26849
26862
|
FIFO: string;
|
|
26850
26863
|
FIFOLIFO: string;
|
|
26864
|
+
FIRST_POSTING: string;
|
|
26865
|
+
FIRST_SETTLEMENT_NR: string;
|
|
26851
26866
|
FILE2: string;
|
|
26852
26867
|
FILE: string;
|
|
26853
26868
|
FILENAME_CONTAINS_NO_EXTENSION: string;
|
|
@@ -27802,6 +27817,7 @@ export declare class Dictionaries {
|
|
|
27802
27817
|
MAX_ORDER_AMOUNT: string;
|
|
27803
27818
|
MAX_RESPONSE_TIME: string;
|
|
27804
27819
|
MAX_RESPONSE_TIME_MINUTES: string;
|
|
27820
|
+
MAX_SALES_DISCOUNT_PERC: string;
|
|
27805
27821
|
MAX_SEARCH_RESULTS: string;
|
|
27806
27822
|
MAX_STATE_DURATION: string;
|
|
27807
27823
|
MAX_STOCK: string;
|
|
@@ -28089,6 +28105,7 @@ export declare class Dictionaries {
|
|
|
28089
28105
|
MESSAGE_POS_GROUP_WAREHOUSE_EMPTY: string;
|
|
28090
28106
|
MESSAGE_POS_GROUP_WAREWHOUSE_EMPTY: string;
|
|
28091
28107
|
MESSAGE_POS_TRANS_NOT_SAVED: string;
|
|
28108
|
+
MESSAGE_PRESET_NAME_EXISTS: string;
|
|
28092
28109
|
MESSAGE_PRIMARY: string;
|
|
28093
28110
|
MESSAGE_PROCEED_IN_TRANSACTION: string;
|
|
28094
28111
|
MESSAGE_QUESTION_SEND_MESSAGES: string;
|
|
@@ -29692,6 +29709,7 @@ export declare class Dictionaries {
|
|
|
29692
29709
|
QUICK_OPTION_VALUE: string;
|
|
29693
29710
|
QUOTATION: string;
|
|
29694
29711
|
QUOTATIONS: string;
|
|
29712
|
+
QUOTATION_CART_OVERVIEW: string;
|
|
29695
29713
|
QUOTATION_COPIED: string;
|
|
29696
29714
|
QUOTATION_DATE: string;
|
|
29697
29715
|
QUOTATION_DATE_CUSTOMER: string;
|
|
@@ -30617,6 +30635,7 @@ export declare class Dictionaries {
|
|
|
30617
30635
|
SHOW_CONTAINER_INFO: string;
|
|
30618
30636
|
SHOW_CUSTOMIZED_ARTICLES: string;
|
|
30619
30637
|
SHOW_DASHBOARDS: string;
|
|
30638
|
+
SHOW_DELIVERY_CHECKOUT: string;
|
|
30620
30639
|
SHOW_DETAILS: string;
|
|
30621
30640
|
SHOW_FULLY_ACCEPTED: string;
|
|
30622
30641
|
SHOW_FULL_CONFIGURATION: string;
|
|
@@ -30637,6 +30656,7 @@ export declare class Dictionaries {
|
|
|
30637
30656
|
SHOW_OPTION_PRICES: string;
|
|
30638
30657
|
SHOW_ORDERS_WITHOUT_LINES: string;
|
|
30639
30658
|
SHOW_OUTSTANDING_ENTRIES: string;
|
|
30659
|
+
SHOW_PAYMENT_CHECKOUT: string;
|
|
30640
30660
|
SHOW_POPUP: string;
|
|
30641
30661
|
SHOW_PRIVACY_PREFERENCES: string;
|
|
30642
30662
|
SHOW_REGULAR_ARTICLES: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@colijnit/sharedcomponents",
|
|
3
|
-
"version": "258.1.
|
|
3
|
+
"version": "258.1.18",
|
|
4
4
|
"private": false,
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"chart.js": "4.3.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@angular/core": ">=12.2.0",
|
|
12
12
|
"@colijnit/articleapi": ">=258.1.0",
|
|
13
13
|
"@colijnit/mainapi": ">=258.1.0",
|
|
14
|
-
"@colijnit/corecomponents_v12": ">=258.1.
|
|
14
|
+
"@colijnit/corecomponents_v12": ">=258.1.27",
|
|
15
15
|
"@colijnit/ioneconnector": ">=258.1.0",
|
|
16
16
|
"@colijnit/sharedapi": ">=1.0.20",
|
|
17
17
|
"@colijnit/relationapi": ">=258.1.0",
|