@colijnit/sharedcomponents 259.1.19 → 259.1.20

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.
@@ -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;
@@ -24589,9 +24589,12 @@ export declare class Dictionaries {
24589
24589
  ALLOW_OPEN_ABSENCEFILE: string;
24590
24590
  ALLOW_PART_DELIVERY: string;
24591
24591
  ALLOW_PONTO_CONNECTION: string;
24592
+ ALLOW_REMARK_CREATE: string;
24592
24593
  ALLOW_ROTATION: string;
24593
24594
  ALLOW_SIDEBAR: string;
24594
24595
  ALLOW_STORAGE_DECOUPLING: string;
24596
+ ALLOW_TASK_CREATE: string;
24597
+ ALLOW_WORK_CREATE: string;
24595
24598
  ALL_ADDRESSES: string;
24596
24599
  ALL_AVAILABLE_STOCK_RESERVED_DO_YOU_WANT_TO_TRY_AGAIN_PLEASE_CONFIRM: string;
24597
24600
  ALL_CASH_DRAWERS: string;
@@ -29768,6 +29771,7 @@ export declare class Dictionaries {
29768
29771
  QUICK_OPTION_VALUE: string;
29769
29772
  QUOTATION: string;
29770
29773
  QUOTATIONS: string;
29774
+ QUOTATION_CART_OVERVIEW: string;
29771
29775
  QUOTATION_COPIED: string;
29772
29776
  QUOTATION_DATE: string;
29773
29777
  QUOTATION_DATE_CUSTOMER: string;
@@ -30698,6 +30702,7 @@ export declare class Dictionaries {
30698
30702
  SHOW_CONTAINER_INFO: string;
30699
30703
  SHOW_CUSTOMIZED_ARTICLES: string;
30700
30704
  SHOW_DASHBOARDS: string;
30705
+ SHOW_DELIVERY_CHECKOUT: string;
30701
30706
  SHOW_DETAILS: string;
30702
30707
  SHOW_FULLY_ACCEPTED: string;
30703
30708
  SHOW_FULL_CONFIGURATION: string;
@@ -30718,6 +30723,7 @@ export declare class Dictionaries {
30718
30723
  SHOW_OPTION_PRICES: string;
30719
30724
  SHOW_ORDERS_WITHOUT_LINES: string;
30720
30725
  SHOW_OUTSTANDING_ENTRIES: string;
30726
+ SHOW_PAYMENT_CHECKOUT: string;
30721
30727
  SHOW_POPUP: string;
30722
30728
  SHOW_PRIVACY_PREFERENCES: string;
30723
30729
  SHOW_REGULAR_ARTICLES: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "259.1.19",
3
+ "version": "259.1.20",
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": ">=259.1.0",
13
13
  "@colijnit/mainapi": ">=259.1.0",
14
- "@colijnit/corecomponents_v12": ">=259.1.0",
14
+ "@colijnit/corecomponents_v12": ">=259.1.20",
15
15
  "@colijnit/ioneconnector": ">=259.1.0",
16
16
  "@colijnit/sharedapi": ">=1.0.20",
17
17
  "@colijnit/relationapi": ">=259.1.0",