@colijnit/sharedcomponents 255.1.19 → 255.1.21
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 +506 -676
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +120 -123
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +121 -124
- package/esm2015/lib/components/activity-list/activity-list.component.js +3 -3
- package/esm2015/lib/components/activity-list-header/activity-list-header.component.js +4 -4
- package/esm2015/lib/components/activity-list-header/activity-list-header.module.js +9 -9
- package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter-popup.component.js +3 -3
- package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter.component.js +2 -2
- package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter.module.js +9 -10
- package/esm2015/lib/components/activity-overview-component/component-activity-overview.component.js +8 -11
- package/esm2015/lib/components/activity-overview-component/component-activity-overview.module.js +8 -8
- package/esm2015/lib/components/activity-overview-component/components/base-activity-overview.component.js +3 -3
- package/esm2015/lib/components/app-file-dropzone/app-file-dropzone.component.js +3 -3
- package/esm2015/lib/components/email-selector/email-selector.module.js +9 -9
- package/esm2015/lib/components/file-upload-popup/file-upload-popup.component.js +7 -7
- package/esm2015/lib/components/file-upload-popup/file-upload-popup.module.js +8 -8
- package/esm2015/lib/components/files-upload/components/base-file-upload.component.js +3 -3
- package/esm2015/lib/components/files-upload/files-upload.component.js +5 -5
- package/esm2015/lib/components/files-upload/files-upload.module.js +14 -14
- package/esm2015/lib/components/image-display/image-display.component.js +2 -2
- package/esm2015/lib/components/image-display/image-display.module.js +7 -7
- package/esm2015/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.component.js +3 -3
- package/esm2015/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.module.js +7 -7
- package/esm2015/lib/components/modify-task-form/components/base-activity-summary.component.js +3 -3
- package/esm2015/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.js +7 -7
- package/esm2015/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module.js +8 -8
- package/esm2015/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.js +6 -6
- package/esm2015/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module.js +7 -7
- package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.js +3 -3
- package/esm2015/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.js +6 -6
- package/esm2015/lib/components/modify-task-form/components/status-summary-block/status-summary-block.module.js +7 -7
- package/esm2015/lib/components/modify-task-form/components/task-details/task-details.component.js +7 -7
- package/esm2015/lib/components/modify-task-form/components/task-details/task-details.module.js +7 -7
- package/esm2015/lib/components/modify-task-form/modify-task-form.component.js +7 -7
- package/esm2015/lib/components/modify-task-form/modify-task-form.module.js +15 -15
- package/esm2015/lib/components/multi-property-toggler/multiple-property-toggler.component.js +2 -2
- package/esm2015/lib/components/open-activity-list/component-activity-list.module.js +10 -10
- package/esm2015/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component.js +1 -1
- package/esm2015/lib/components/role-email-selector/role-email-selector.component.js +3 -3
- package/esm2015/lib/components/role-email-selector/role-email-selector.module.js +8 -8
- package/esm2015/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.js +14 -14
- package/esm2015/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.js +14 -14
- package/esm2015/lib/components/stock/components/order-stock-history/order-stock-history.component.js +14 -14
- package/esm2015/lib/components/stock/components/order-stock-tab/order-stock-tab.component.js +7 -7
- package/esm2015/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.js +14 -14
- package/esm2015/lib/components/stock/components/order-tab/order-tab.component.js +9 -9
- package/esm2015/lib/components/stock/components/stock-history/stock-history.component.js +14 -14
- package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +14 -14
- package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +15 -15
- package/esm2015/lib/components/stock/components/stock-prognose/stock-prognose.component.js +11 -11
- package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +11 -18
- package/esm2015/lib/components/stock/stock-history-tabs/stock-history-tabs.component.js +6 -6
- package/esm2015/lib/components/stock/stock-information/stock-information.component.js +6 -6
- package/esm2015/lib/components/stock/stock-information-grid/stock-information-grid.component.js +61 -61
- package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +26 -29
- package/esm2015/lib/components/stock/stock-transfer/stock-change-amount.component.js +5 -5
- package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +12 -12
- package/esm2015/lib/components/stock/stock.component.js +4 -15
- package/esm2015/lib/components/stock/stock.module.js +6 -8
- package/esm2015/lib/components/tab-bar/tab-bar.component.js +17 -23
- package/esm2015/lib/components/tab-bar/tab-bar.module.js +3 -2
- package/esm2015/lib/components/task-creator/task-creator.component.js +24 -24
- package/esm2015/lib/components/task-creator/task-creator.module.js +11 -11
- package/esm2015/lib/components/task-modifyer/task-modifier.component.js +15 -15
- package/esm2015/lib/components/task-modifyer/task-modifyer.module..js +9 -9
- package/esm2015/lib/components/workflow-info-tiles/components/workflow-info-tile.component.js +2 -2
- package/esm2015/lib/components/workflow-info-tiles/components/workflow-info-tile.module.js +6 -6
- package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle.component.js +2 -2
- package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle.module.js +9 -9
- package/esm2015/lib/res/dictionary/dictionaries.js +9 -0
- package/esm2015/lib/service/options.service.js +5 -5
- package/esm2015/lib/service/shared.service.js +5 -5
- package/esm2015/lib/translation/shared-components-dictionary.service.js +69 -0
- package/esm2015/lib/translation/shared-components-translation.module.js +15 -0
- package/esm2015/lib/translation/shared-localize.pipe.js +26 -0
- package/esm2015/lib/utils/enum-utils.js +1 -1
- package/esm2015/public-api.js +3 -2
- package/fesm2015/colijnit-sharedcomponents.js +512 -658
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/activity-list/activity-list.component.d.ts +2 -2
- package/lib/components/activity-overview-component/component-activity-overview.component.d.ts +3 -3
- package/lib/components/activity-overview-component/components/base-activity-overview.component.d.ts +2 -2
- package/lib/components/app-file-dropzone/app-file-dropzone.component.d.ts +3 -3
- package/lib/components/files-upload/components/base-file-upload.component.d.ts +3 -3
- package/lib/components/files-upload/files-upload.component.d.ts +2 -2
- package/lib/components/modify-task-form/components/base-activity-summary.component.d.ts +3 -3
- package/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.d.ts +3 -3
- package/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.d.ts +3 -3
- package/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.d.ts +3 -3
- package/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.d.ts +3 -3
- package/lib/components/modify-task-form/components/task-details/task-details.component.d.ts +3 -3
- package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +17 -19
- package/lib/components/stock/stock.component.d.ts +2 -6
- package/lib/components/tab-bar/tab-bar.component.d.ts +0 -3
- package/lib/components/task-creator/task-creator.component.d.ts +17 -17
- package/lib/components/task-modifyer/task-modifier.component.d.ts +13 -13
- package/lib/res/dictionary/dictionaries.d.ts +18809 -0
- package/lib/service/options.service.d.ts +2 -2
- package/lib/service/shared.service.d.ts +3 -3
- package/lib/{service/dictionary.service.d.ts → translation/shared-components-dictionary.service.d.ts} +5 -7
- package/lib/translation/shared-components-translation.module.d.ts +2 -0
- package/lib/translation/shared-localize.pipe.d.ts +7 -0
- package/lib/utils/enum-utils.d.ts +3 -3
- package/package.json +1 -1
- package/public-api.d.ts +2 -1
- package/3rdpartylicenses.txt +0 -1405
- package/esm2015/lib/assets/dictionary/text.properties.js +0 -11
- package/esm2015/lib/components/stock/localization/translation.js +0 -78
- package/esm2015/lib/localization/localization.module.js +0 -19
- package/esm2015/lib/localization/localize.pipe.js +0 -26
- package/esm2015/lib/localization/localize.service.js +0 -30
- package/esm2015/lib/localization/translation.js +0 -3
- package/esm2015/lib/service/dictionary.service.js +0 -76
- package/favicon.ico +0 -0
- package/index.html +0 -12
- package/lib/assets/dictionary/text.properties.d.ts +0 -3
- package/lib/components/stock/localization/translation.d.ts +0 -75
- package/lib/localization/localization.module.d.ts +0 -2
- package/lib/localization/localize.pipe.d.ts +0 -7
- package/lib/localization/localize.service.d.ts +0 -7
- package/lib/localization/translation.d.ts +0 -2
- package/main.871f327ed7ea343aa7b1.js +0 -1
- package/polyfills.907fe9d1887c5de17993.js +0 -1
- package/runtime.8aac21847ed3d3829cca.js +0 -1
- package/styles.47560e51cc093de66ebe.css +0 -1
|
@@ -4,10 +4,10 @@ import { RelationKind } from "@colijnit/articleapi/build/enum/relation-kind.enum
|
|
|
4
4
|
import { Activity } from "@colijnit/mainapi/build/model/activity.bo";
|
|
5
5
|
import { ActivityType } from "@colijnit/mainapi/build/enum/activity-type";
|
|
6
6
|
import { IconCacheService } from "../../service/icon-cache.service";
|
|
7
|
-
import { DictionaryService } from "../../service/dictionary.service";
|
|
8
7
|
import { TimeUtils } from "@colijnit/mainapi/build/utils/time-utils";
|
|
9
8
|
import { RelationSmallObject } from "@colijnit/mainapi/build/model/relation-small-object.bo";
|
|
10
9
|
import { CoDocument } from "@colijnit/mainapi/build/model/co-document";
|
|
10
|
+
import { SharedComponentsDictionaryService } from '../../translation/shared-components-dictionary.service';
|
|
11
11
|
export declare class ActivityListComponent implements OnInit {
|
|
12
12
|
iconCacheService: IconCacheService;
|
|
13
13
|
private _dictionaryService;
|
|
@@ -25,7 +25,7 @@ export declare class ActivityListComponent implements OnInit {
|
|
|
25
25
|
showActivityPopup: Boolean;
|
|
26
26
|
currentActivityDocuments: CoDocument[];
|
|
27
27
|
private _activities;
|
|
28
|
-
constructor(iconCacheService: IconCacheService, _dictionaryService:
|
|
28
|
+
constructor(iconCacheService: IconCacheService, _dictionaryService: SharedComponentsDictionaryService);
|
|
29
29
|
ngOnInit(): Promise<void>;
|
|
30
30
|
getRelationKind(author: RelationSmallObject): RelationKind;
|
|
31
31
|
getDateString(date: Date): string;
|
package/lib/components/activity-overview-component/component-activity-overview.component.d.ts
CHANGED
|
@@ -2,13 +2,13 @@ import { CoreDialogService } from "@colijnit/corecomponents_v12";
|
|
|
2
2
|
import { BaseActivityOverviewComponent } from "./components/base-activity-overview.component";
|
|
3
3
|
import { Icon } from "../../enum/icon.enum";
|
|
4
4
|
import { IconCacheService } from "../../service/icon-cache.service";
|
|
5
|
-
import { DictionaryService } from "../../service/dictionary.service";
|
|
6
5
|
import { SharedService } from "../../service/shared.service";
|
|
7
6
|
import { Activity } from "@colijnit/mainapi/build/model/activity.bo";
|
|
7
|
+
import { SharedComponentsDictionaryService } from '../../translation/shared-components-dictionary.service';
|
|
8
8
|
export declare class ComponentActivityOverviewComponent extends BaseActivityOverviewComponent {
|
|
9
9
|
iconCacheService: IconCacheService;
|
|
10
10
|
dialogService: CoreDialogService;
|
|
11
|
-
dictionaryService:
|
|
11
|
+
dictionaryService: SharedComponentsDictionaryService;
|
|
12
12
|
protected sharedService: SharedService;
|
|
13
13
|
readonly Icon: typeof Icon;
|
|
14
14
|
remarkIcon: Icon;
|
|
@@ -16,6 +16,6 @@ export declare class ComponentActivityOverviewComponent extends BaseActivityOver
|
|
|
16
16
|
statusIcon: Icon;
|
|
17
17
|
taskIcon: Icon;
|
|
18
18
|
showClass(): boolean;
|
|
19
|
-
constructor(iconCacheService: IconCacheService, dialogService: CoreDialogService, dictionaryService:
|
|
19
|
+
constructor(iconCacheService: IconCacheService, dialogService: CoreDialogService, dictionaryService: SharedComponentsDictionaryService, sharedService: SharedService);
|
|
20
20
|
getActivityIcon(activity: Activity): Icon;
|
|
21
21
|
}
|
package/lib/components/activity-overview-component/components/base-activity-overview.component.d.ts
CHANGED
|
@@ -10,9 +10,9 @@ import { Icon } from "../../../enum/icon.enum";
|
|
|
10
10
|
import { ActivityCfgName } from "../../../enum/activity-cfg-name.enum";
|
|
11
11
|
import { ActivitiesTaskConfigNames } from "../../../interface/activities-task-config-names";
|
|
12
12
|
import { OperationCallbackSimpleFunction } from "../../../interface/operation-callback-simple-function";
|
|
13
|
-
import { DictionaryService } from "../../../service/dictionary.service";
|
|
14
13
|
import { TaskModifierComponent } from "../../task-modifyer/task-modifier.component";
|
|
15
14
|
import { SharedService } from "../../../service/shared.service";
|
|
15
|
+
import { SharedComponentsDictionaryService } from '../../../translation/shared-components-dictionary.service';
|
|
16
16
|
export declare abstract class BaseActivityOverviewComponent {
|
|
17
17
|
private _dialogService;
|
|
18
18
|
private _dictionaryService;
|
|
@@ -63,7 +63,7 @@ export declare abstract class BaseActivityOverviewComponent {
|
|
|
63
63
|
private _activity;
|
|
64
64
|
private _viewModel;
|
|
65
65
|
private _triggerToFireOnSave;
|
|
66
|
-
constructor(_dialogService: CoreDialogService, _dictionaryService:
|
|
66
|
+
constructor(_dialogService: CoreDialogService, _dictionaryService: SharedComponentsDictionaryService, _sharedService: SharedService);
|
|
67
67
|
handleButtonEndClick(): void;
|
|
68
68
|
handleGenericTriggerClick(event: WorkflowGenericTransition): Promise<void>;
|
|
69
69
|
handleTriggerClick(eventTrigger: WorkflowTrigger): Promise<void>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Icon } from "../../enum/icon.enum";
|
|
2
2
|
import { IconCacheService } from "../../service/icon-cache.service";
|
|
3
|
-
import {
|
|
3
|
+
import { SharedComponentsDictionaryService } from '../../translation/shared-components-dictionary.service';
|
|
4
4
|
export declare class AppFileDropzoneComponent {
|
|
5
|
-
protected dictionary:
|
|
5
|
+
protected dictionary: SharedComponentsDictionaryService;
|
|
6
6
|
iconCacheService: IconCacheService;
|
|
7
7
|
readonly icons: typeof Icon;
|
|
8
8
|
customDropActionMessage: string;
|
|
9
9
|
showClass(): boolean;
|
|
10
10
|
readonly Icons: typeof Icon;
|
|
11
11
|
private readonly _defaultDropActionMessage;
|
|
12
|
-
constructor(dictionary:
|
|
12
|
+
constructor(dictionary: SharedComponentsDictionaryService, iconCacheService: IconCacheService);
|
|
13
13
|
getDropActionMessage(): string;
|
|
14
14
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ComponentFactoryResolver, EventEmitter, OnDestroy, ViewContainerRef } from "@angular/core";
|
|
2
2
|
import { ScreenConfigAdapterComponent } from "@colijnit/corecomponents_v12";
|
|
3
3
|
import { TableName } from "../../../enum/table-name.enum";
|
|
4
|
-
import { DictionaryService } from "../../../service/dictionary.service";
|
|
5
4
|
import { FileType } from "@colijnit/mainapi/build/enum/file-type.enum";
|
|
6
5
|
import { OperationCallbackSimpleFunction } from "../../../interface/operation-callback-simple-function";
|
|
7
6
|
import { InternalParam } from "../../../enum/internal-param.enum";
|
|
8
7
|
import { FilesUploadConfigObjects } from "../../../enum/files-upload-config-objects";
|
|
9
8
|
import { TagCategory } from "../../../enum/tag-category.enum";
|
|
10
9
|
import { CoDocument } from "@colijnit/mainapi/build/model/co-document";
|
|
10
|
+
import { SharedComponentsDictionaryService } from '../../../translation/shared-components-dictionary.service';
|
|
11
11
|
export declare abstract class BaseFileUploadComponent implements ScreenConfigAdapterComponent, OnDestroy {
|
|
12
|
-
protected _dictionaryService:
|
|
12
|
+
protected _dictionaryService: SharedComponentsDictionaryService;
|
|
13
13
|
protected _container: ViewContainerRef;
|
|
14
14
|
protected _factory: ComponentFactoryResolver;
|
|
15
15
|
decimals: number;
|
|
@@ -74,7 +74,7 @@ export declare abstract class BaseFileUploadComponent implements ScreenConfigAda
|
|
|
74
74
|
private _docChangeSub;
|
|
75
75
|
private _popupCloseSub;
|
|
76
76
|
private _readonly;
|
|
77
|
-
constructor(_dictionaryService:
|
|
77
|
+
constructor(_dictionaryService: SharedComponentsDictionaryService, _container: ViewContainerRef, _factory: ComponentFactoryResolver);
|
|
78
78
|
ngOnDestroy(): void;
|
|
79
79
|
private _showDropzone;
|
|
80
80
|
private _clearDropzone;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ComponentFactoryResolver, ElementRef, EventEmitter, OnDestroy, TemplateRef, ViewContainerRef } from "@angular/core";
|
|
2
2
|
import { BaseFileUploadComponent } from "./components/base-file-upload.component";
|
|
3
|
-
import { DictionaryService } from "../../service/dictionary.service";
|
|
4
3
|
import { CoDocument } from "@colijnit/mainapi/build/model/co-document";
|
|
5
4
|
import { TagTreeItem } from "@colijnit/mainapi/build/model/tag-tree-item.bo";
|
|
5
|
+
import { SharedComponentsDictionaryService } from '../../translation/shared-components-dictionary.service';
|
|
6
6
|
export declare class FilesUploadComponent extends BaseFileUploadComponent implements OnDestroy {
|
|
7
7
|
protected _container: ViewContainerRef;
|
|
8
8
|
protected _factory: ComponentFactoryResolver;
|
|
@@ -25,7 +25,7 @@ export declare class FilesUploadComponent extends BaseFileUploadComponent implem
|
|
|
25
25
|
mouseOverAdd: boolean;
|
|
26
26
|
slideoutShown: boolean;
|
|
27
27
|
isDropzone: boolean;
|
|
28
|
-
constructor(dictionaryService:
|
|
28
|
+
constructor(dictionaryService: SharedComponentsDictionaryService, _container: ViewContainerRef, _factory: ComponentFactoryResolver);
|
|
29
29
|
ngOnDestroy(): void;
|
|
30
30
|
openFileBrowser(): Promise<void>;
|
|
31
31
|
handleAddClick(): void;
|
|
@@ -4,12 +4,12 @@ import { TableName } from "@colijnit/mainapi/build/enum/table-name.enum";
|
|
|
4
4
|
import { WorkflowTrigger } from "@colijnit/mainapi/build/model/workflow-trigger.bo";
|
|
5
5
|
import { Task } from "@colijnit/mainapi/build/model/task.bo";
|
|
6
6
|
import { CoreDialogService, ScreenConfigAdapterComponent } from "@colijnit/corecomponents_v12";
|
|
7
|
-
import { DictionaryService } from "../../../service/dictionary.service";
|
|
8
7
|
import { OperationCallbackSimpleFunction } from "../../../interface/operation-callback-simple-function";
|
|
9
8
|
import { ActivityWorkflow } from "@colijnit/mainapi/build/model/activity-workflow";
|
|
10
9
|
import { SharedService } from "../../../service/shared.service";
|
|
10
|
+
import { SharedComponentsDictionaryService } from '../../../translation/shared-components-dictionary.service';
|
|
11
11
|
export declare abstract class BaseActivitySummaryComponent implements ScreenConfigAdapterComponent {
|
|
12
|
-
protected dictionaryService:
|
|
12
|
+
protected dictionaryService: SharedComponentsDictionaryService;
|
|
13
13
|
protected dialogService: CoreDialogService;
|
|
14
14
|
private _sharedService;
|
|
15
15
|
decimals: number;
|
|
@@ -40,7 +40,7 @@ export declare abstract class BaseActivitySummaryComponent implements ScreenConf
|
|
|
40
40
|
private _workFlow;
|
|
41
41
|
private _task;
|
|
42
42
|
private _triggerToFireOnSave;
|
|
43
|
-
constructor(dictionaryService:
|
|
43
|
+
constructor(dictionaryService: SharedComponentsDictionaryService, dialogService: CoreDialogService, _sharedService: SharedService);
|
|
44
44
|
handleSave(event: MouseEvent): void;
|
|
45
45
|
handleCancel(event: MouseEvent): void;
|
|
46
46
|
handleTriggerClick(trigger: WorkflowTrigger): Promise<void>;
|
|
@@ -2,13 +2,13 @@ import { OnDestroy, OnInit, TemplateRef } from "@angular/core";
|
|
|
2
2
|
import { CoreDialogService } from "@colijnit/corecomponents_v12";
|
|
3
3
|
import { BaseActivitySummaryComponent } from "../base-activity-summary.component";
|
|
4
4
|
import { Icon } from "../../../../enum/icon.enum";
|
|
5
|
-
import { DictionaryService } from "../../../../service/dictionary.service";
|
|
6
5
|
import { SharedService } from "../../../../service/shared.service";
|
|
7
6
|
import { TaskCategory } from "@colijnit/mainapi/build/model/task-category.bo";
|
|
8
7
|
import { CoDomainValue } from "@colijnit/mainapi/build/model/co-domain-value.bo";
|
|
9
8
|
import { LanguageCode } from "../../../../enum/language-code.enum";
|
|
9
|
+
import { SharedComponentsDictionaryService } from '../../../../translation/shared-components-dictionary.service';
|
|
10
10
|
export declare class CreationSummaryBlockComponent extends BaseActivitySummaryComponent implements OnInit, OnDestroy {
|
|
11
|
-
protected dictionaryService:
|
|
11
|
+
protected dictionaryService: SharedComponentsDictionaryService;
|
|
12
12
|
protected dialogService: CoreDialogService;
|
|
13
13
|
protected sharedService: SharedService;
|
|
14
14
|
protected readonly locale: LanguageCode;
|
|
@@ -19,7 +19,7 @@ export declare class CreationSummaryBlockComponent extends BaseActivitySummaryCo
|
|
|
19
19
|
chosenPriority: CoDomainValue;
|
|
20
20
|
editTemplate: TemplateRef<any>;
|
|
21
21
|
showClass(): boolean;
|
|
22
|
-
constructor(dictionaryService:
|
|
22
|
+
constructor(dictionaryService: SharedComponentsDictionaryService, dialogService: CoreDialogService, sharedService: SharedService, locale: LanguageCode);
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
ngOnInit(): void;
|
|
25
25
|
handleTaskCategoryChange(taskCategory: TaskCategory): void;
|
|
@@ -2,16 +2,16 @@ import { OnInit } from "@angular/core";
|
|
|
2
2
|
import { CoreDialogService } from "@colijnit/corecomponents_v12";
|
|
3
3
|
import { BaseActivitySummaryComponent } from "../base-activity-summary.component";
|
|
4
4
|
import { Icon } from "../../../../enum/icon.enum";
|
|
5
|
-
import { DictionaryService } from "../../../../service/dictionary.service";
|
|
6
5
|
import { RelationListObject } from "@colijnit/relationapi/build/model/relation-list-object.bo";
|
|
7
6
|
import { SharedService } from "../../../../service/shared.service";
|
|
7
|
+
import { SharedComponentsDictionaryService } from '../../../../translation/shared-components-dictionary.service';
|
|
8
8
|
export declare enum RelationType {
|
|
9
9
|
Executive = "executive",
|
|
10
10
|
Reporter = "reporter",
|
|
11
11
|
Supervisor = "supervisor"
|
|
12
12
|
}
|
|
13
13
|
export declare class ExecutiveSummaryBlockComponent extends BaseActivitySummaryComponent implements OnInit {
|
|
14
|
-
protected dictionaryService:
|
|
14
|
+
protected dictionaryService: SharedComponentsDictionaryService;
|
|
15
15
|
protected dialogService: CoreDialogService;
|
|
16
16
|
protected sharedService: SharedService;
|
|
17
17
|
readonly RelationType: typeof RelationType;
|
|
@@ -19,6 +19,6 @@ export declare class ExecutiveSummaryBlockComponent extends BaseActivitySummaryC
|
|
|
19
19
|
showClass(): boolean;
|
|
20
20
|
private _textSearchParams;
|
|
21
21
|
personnel: RelationListObject[];
|
|
22
|
-
constructor(dictionaryService:
|
|
22
|
+
constructor(dictionaryService: SharedComponentsDictionaryService, dialogService: CoreDialogService, sharedService: SharedService);
|
|
23
23
|
ngOnInit(): Promise<void>;
|
|
24
24
|
}
|
|
@@ -4,13 +4,13 @@ import { BaseActivitySummaryComponent } from "../base-activity-summary.component
|
|
|
4
4
|
import { ActivitySummaryBlockComponent } from "../activity-summary-block/activity-summary-block.component";
|
|
5
5
|
import { Icon } from "../../../../enum/icon.enum";
|
|
6
6
|
import { BusinessObjectFactory } from "@colijnit/ioneconnector/build/service/business-object-factory";
|
|
7
|
-
import { DictionaryService } from "../../../../service/dictionary.service";
|
|
8
7
|
import { RoleEmailaddress } from "@colijnit/mainapi/build/model/role-email-address";
|
|
9
8
|
import { SharedService } from "../../../../service/shared.service";
|
|
10
9
|
import { WorkflowCategoryType } from "@colijnit/mainapi/build/enum/workflow-category.enum";
|
|
10
|
+
import { SharedComponentsDictionaryService } from '../../../../translation/shared-components-dictionary.service';
|
|
11
11
|
export declare class NotificationSummaryBlockComponent extends BaseActivitySummaryComponent implements OnInit {
|
|
12
12
|
protected boFactory: BusinessObjectFactory;
|
|
13
|
-
protected dictionaryService:
|
|
13
|
+
protected dictionaryService: SharedComponentsDictionaryService;
|
|
14
14
|
protected dialogService: CoreDialogService;
|
|
15
15
|
protected sharedService: SharedService;
|
|
16
16
|
readonly Icon: typeof Icon;
|
|
@@ -19,7 +19,7 @@ export declare class NotificationSummaryBlockComponent extends BaseActivitySumma
|
|
|
19
19
|
showClass(): boolean;
|
|
20
20
|
listItems: RoleEmailaddress[];
|
|
21
21
|
emailAddresses: string[];
|
|
22
|
-
constructor(boFactory: BusinessObjectFactory, dictionaryService:
|
|
22
|
+
constructor(boFactory: BusinessObjectFactory, dictionaryService: SharedComponentsDictionaryService, dialogService: CoreDialogService, sharedService: SharedService);
|
|
23
23
|
ngOnInit(): Promise<void>;
|
|
24
24
|
handleSendEmail(event: MouseEvent): Promise<void>;
|
|
25
25
|
private createEmailAddressString;
|
|
@@ -2,16 +2,16 @@ import { OnInit } from "@angular/core";
|
|
|
2
2
|
import { CoreDialogService } from "@colijnit/corecomponents_v12";
|
|
3
3
|
import { BaseActivitySummaryComponent } from "../base-activity-summary.component";
|
|
4
4
|
import { Icon } from "../../../../enum/icon.enum";
|
|
5
|
-
import { DictionaryService } from "../../../../service/dictionary.service";
|
|
6
5
|
import { IconCacheService } from "../../../../service/icon-cache.service";
|
|
7
6
|
import { SharedService } from "../../../../service/shared.service";
|
|
7
|
+
import { SharedComponentsDictionaryService } from '../../../../translation/shared-components-dictionary.service';
|
|
8
8
|
export declare class StatusSummaryBlockComponent extends BaseActivitySummaryComponent implements OnInit {
|
|
9
|
-
protected dictionaryService:
|
|
9
|
+
protected dictionaryService: SharedComponentsDictionaryService;
|
|
10
10
|
protected dialogService: CoreDialogService;
|
|
11
11
|
iconService: IconCacheService;
|
|
12
12
|
protected sharedService: SharedService;
|
|
13
13
|
showClass(): boolean;
|
|
14
14
|
readonly Icon: typeof Icon;
|
|
15
|
-
constructor(dictionaryService:
|
|
15
|
+
constructor(dictionaryService: SharedComponentsDictionaryService, dialogService: CoreDialogService, iconService: IconCacheService, sharedService: SharedService);
|
|
16
16
|
ngOnInit(): Promise<void>;
|
|
17
17
|
}
|
|
@@ -2,12 +2,12 @@ import { BaseActivitySummaryComponent } from "../base-activity-summary.component
|
|
|
2
2
|
import { AsyncValidatorFn } from "@angular/forms";
|
|
3
3
|
import { Activity } from "@colijnit/mainapi/build/model/activity.bo";
|
|
4
4
|
import { CoreDialogService } from "@colijnit/corecomponents_v12";
|
|
5
|
-
import { DictionaryService } from "../../../../service/dictionary.service";
|
|
6
5
|
import { Icon } from "../../../../enum/icon.enum";
|
|
7
6
|
import { IconCacheService } from "../../../../service/icon-cache.service";
|
|
8
7
|
import { SharedService } from "../../../../service/shared.service";
|
|
8
|
+
import { SharedComponentsDictionaryService } from '../../../../translation/shared-components-dictionary.service';
|
|
9
9
|
export declare class TaskDetailsComponent extends BaseActivitySummaryComponent {
|
|
10
|
-
protected dictionaryService:
|
|
10
|
+
protected dictionaryService: SharedComponentsDictionaryService;
|
|
11
11
|
protected dialogService: CoreDialogService;
|
|
12
12
|
iconCacheService: IconCacheService;
|
|
13
13
|
protected sharedService: SharedService;
|
|
@@ -17,7 +17,7 @@ export declare class TaskDetailsComponent extends BaseActivitySummaryComponent {
|
|
|
17
17
|
set activity(value: Activity);
|
|
18
18
|
showClass(): boolean;
|
|
19
19
|
get activity(): Activity;
|
|
20
|
-
constructor(dictionaryService:
|
|
20
|
+
constructor(dictionaryService: SharedComponentsDictionaryService, dialogService: CoreDialogService, iconCacheService: IconCacheService, sharedService: SharedService);
|
|
21
21
|
toggleStatusDropdown(): void;
|
|
22
22
|
handleTriggerClickAndClose(trigger: any): void;
|
|
23
23
|
}
|
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { Icon } from
|
|
3
|
-
import { ArticleStock as ArticleStockBo } from
|
|
4
|
-
import { StockService } from
|
|
5
|
-
import { StockHistoryBo } from
|
|
6
|
-
import { Tab } from
|
|
7
|
-
import { ArticleTransaction as ArticleTransactionBo } from
|
|
8
|
-
import { StockManagementWarehouses } from
|
|
9
|
-
import { PrintPriceStickers } from
|
|
10
|
-
import { StockForecast } from
|
|
11
|
-
import { ArticleStockManagement } from
|
|
12
|
-
import { ArticleDetailsBo } from
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { BaseModuleScreenConfigService } from "@colijnit/corecomponents_v12";
|
|
2
|
+
import { Icon } from '../../../enum/icon.enum';
|
|
3
|
+
import { ArticleStock as ArticleStockBo } from '@colijnit/articleapi/build/model/article-stock.bo';
|
|
4
|
+
import { StockService } from '../../../service/stock.service';
|
|
5
|
+
import { StockHistoryBo } from '@colijnit/articleapi/build/model/stock-history.bo';
|
|
6
|
+
import { Tab } from '../../tab-bar/tab.interface';
|
|
7
|
+
import { ArticleTransaction as ArticleTransactionBo } from '@colijnit/articleapi/build/model/article-transaction.bo';
|
|
8
|
+
import { StockManagementWarehouses } from '@colijnit/articleapi/build/model/stock-management-warehouses.bo';
|
|
9
|
+
import { PrintPriceStickers } from '@colijnit/sharedapi/build/model/print-price-stickers.bo';
|
|
10
|
+
import { StockForecast } from '@colijnit/articleapi/build/model/stock-forecast.bo';
|
|
11
|
+
import { ArticleStockManagement } from '@colijnit/articleapi/build/model/article-stock-management';
|
|
12
|
+
import { ArticleDetailsBo } from '@colijnit/articleapi/build/model/article-details.bo';
|
|
13
|
+
import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
|
|
14
|
+
import { ArticleFlat } from '@colijnit/articleapi/build/model/article-flat.bo';
|
|
15
|
+
import { StockLocation } from '@colijnit/articleapi/build/model/stock-location.bo';
|
|
16
|
+
import { SharedComponentsDictionaryService } from '../../../translation/shared-components-dictionary.service';
|
|
18
17
|
export declare class StockTabsComponent implements OnInit {
|
|
19
18
|
private _stockService;
|
|
20
|
-
private
|
|
19
|
+
private _dictionaryService;
|
|
21
20
|
private _changeDetector;
|
|
22
|
-
private _screenConfigService;
|
|
23
21
|
readonly icons: typeof Icon;
|
|
24
22
|
stockInformation: ArticleStockBo[];
|
|
25
23
|
article: ArticleExtended;
|
|
@@ -44,7 +42,7 @@ export declare class StockTabsComponent implements OnInit {
|
|
|
44
42
|
articleDetails: ArticleDetailsBo[];
|
|
45
43
|
tabs: Tab[];
|
|
46
44
|
historyTabs: Tab[];
|
|
47
|
-
constructor(_stockService: StockService,
|
|
45
|
+
constructor(_stockService: StockService, _dictionaryService: SharedComponentsDictionaryService, _changeDetector: ChangeDetectorRef);
|
|
48
46
|
ngOnInit(): void;
|
|
49
47
|
onShowStockTransferChange(show: boolean): void;
|
|
50
48
|
handleLocationClicked(data: string): void;
|
|
@@ -5,25 +5,21 @@ import { ArticleExtended } from "@colijnit/articleapi/build/model/article-extend
|
|
|
5
5
|
import { StockHistoryBo } from "@colijnit/articleapi/build/model/stock-history.bo";
|
|
6
6
|
import { ArticleDetailsBo } from "@colijnit/articleapi/build/model/article-details.bo";
|
|
7
7
|
import { OptionsService } from "../../service/options.service";
|
|
8
|
-
import { DictionaryService } from "../../service/dictionary.service";
|
|
9
8
|
import { StockManagementWarehouses } from "@colijnit/articleapi/build/model/stock-management-warehouses.bo";
|
|
10
|
-
import { Translation } from './localization/translation';
|
|
11
|
-
import { LocalizeService } from '../../localization/localize.service';
|
|
12
9
|
import { SharedConnectorService } from "../../service/shared-connector.service";
|
|
13
10
|
import { ArticleFlat } from "@colijnit/articleapi/build/model/article-flat.bo";
|
|
14
11
|
import { Icon } from "../../enum/icon.enum";
|
|
15
12
|
import { IconCacheService } from "../../service/icon-cache.service";
|
|
16
13
|
import { ArticleStockManagement } from "@colijnit/articleapi/build/model/article-stock-management";
|
|
14
|
+
import { SharedComponentsDictionaryService } from '../../translation/shared-components-dictionary.service';
|
|
17
15
|
export declare class StockComponent implements OnDestroy, OnInit {
|
|
18
16
|
private _stockService;
|
|
19
17
|
private _optionsService;
|
|
20
18
|
private _dictionary;
|
|
21
19
|
private _changeDetector;
|
|
22
|
-
private _localizeService;
|
|
23
20
|
private _connector;
|
|
24
21
|
iconCacheService: IconCacheService;
|
|
25
22
|
readonly icons: typeof Icon;
|
|
26
|
-
set translation(value: Translation);
|
|
27
23
|
handleStickerClicked: EventEmitter<any>;
|
|
28
24
|
set article(articleOrGoodId: ArticleExtended | number);
|
|
29
25
|
articleWarehouse: any[];
|
|
@@ -51,7 +47,7 @@ export declare class StockComponent implements OnDestroy, OnInit {
|
|
|
51
47
|
warehouses: StockManagementWarehouses[];
|
|
52
48
|
private _subscriptions;
|
|
53
49
|
private _goodId;
|
|
54
|
-
constructor(_stockService: StockService, _optionsService: OptionsService, _dictionary:
|
|
50
|
+
constructor(_stockService: StockService, _optionsService: OptionsService, _dictionary: SharedComponentsDictionaryService, _changeDetector: ChangeDetectorRef, _connector: SharedConnectorService, iconCacheService: IconCacheService);
|
|
55
51
|
ngOnDestroy(): void;
|
|
56
52
|
ngOnInit(): void;
|
|
57
53
|
handleStockTransferClick(event: any): void;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from "@angular/core";
|
|
2
2
|
import { Tab } from "./tab.interface";
|
|
3
3
|
import { StockManagementWarehouses } from "@colijnit/articleapi/build/model/stock-management-warehouses.bo";
|
|
4
|
-
import { StockService } from "../../service/stock.service";
|
|
5
4
|
export declare class TabBarComponent {
|
|
6
|
-
private _stockService;
|
|
7
5
|
wareHouseLabel: string;
|
|
8
6
|
wareHouseSearchLabel: string;
|
|
9
7
|
tabs: Tab[];
|
|
@@ -14,7 +12,6 @@ export declare class TabBarComponent {
|
|
|
14
12
|
showWarehouseSelection: boolean;
|
|
15
13
|
warehouseSelected: EventEmitter<StockManagementWarehouses>;
|
|
16
14
|
selectedWarehouse: StockManagementWarehouses;
|
|
17
|
-
constructor(_stockService: StockService);
|
|
18
15
|
selectTab(tab: Tab): void;
|
|
19
16
|
selectSecondaryTab(secondaryTab: Tab): void;
|
|
20
17
|
onSelectWarehouse(event: any): void;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from
|
|
2
|
-
import { Icon } from
|
|
3
|
-
import { IconCacheService } from
|
|
4
|
-
import { Remark } from
|
|
5
|
-
import { RelationSmallObject } from
|
|
6
|
-
import { TableName } from
|
|
7
|
-
import { Work } from
|
|
8
|
-
import { Task } from
|
|
9
|
-
import { WorkflowCategoryType } from
|
|
10
|
-
import { CoDocument } from
|
|
11
|
-
import { activityEmailRequestData } from
|
|
12
|
-
import { SharedService } from
|
|
13
|
-
import { CoreDialogService, FormComponent, FormMasterService } from
|
|
14
|
-
import { IconListItem } from
|
|
15
|
-
import {
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Icon } from '../../enum/icon.enum';
|
|
3
|
+
import { IconCacheService } from '../../service/icon-cache.service';
|
|
4
|
+
import { Remark } from '@colijnit/mainapi/build/model/remark.bo';
|
|
5
|
+
import { RelationSmallObject } from '@colijnit/mainapi/build/model/relation-small-object.bo';
|
|
6
|
+
import { TableName } from '@colijnit/mainapi/build/enum/table-name.enum';
|
|
7
|
+
import { Work } from '@colijnit/mainapi/build/model/work.bo';
|
|
8
|
+
import { Task } from '@colijnit/mainapi/build/model/task.bo';
|
|
9
|
+
import { WorkflowCategoryType } from '@colijnit/mainapi/build/enum/workflow-category.enum';
|
|
10
|
+
import { CoDocument } from '@colijnit/mainapi/build/model/co-document';
|
|
11
|
+
import { activityEmailRequestData } from '@colijnit/mainapi/build/model/activity-email-request-data';
|
|
12
|
+
import { SharedService } from '../../service/shared.service';
|
|
13
|
+
import { CoreDialogService, FormComponent, FormMasterService } from '@colijnit/corecomponents_v12';
|
|
14
|
+
import { IconListItem } from '@colijnit/corecomponents_v12/lib/model/icon-list-item';
|
|
15
|
+
import { SharedComponentsDictionaryService } from '../../translation/shared-components-dictionary.service';
|
|
16
16
|
export declare class TaskCreatorComponent implements OnInit {
|
|
17
17
|
iconService: IconCacheService;
|
|
18
|
-
dictionaryService:
|
|
18
|
+
dictionaryService: SharedComponentsDictionaryService;
|
|
19
19
|
sharedService: SharedService;
|
|
20
20
|
private _dialogService;
|
|
21
21
|
private _formMasterService;
|
|
@@ -46,7 +46,7 @@ export declare class TaskCreatorComponent implements OnInit {
|
|
|
46
46
|
workDescription: string;
|
|
47
47
|
taskName: string;
|
|
48
48
|
taskDescription: string;
|
|
49
|
-
constructor(iconService: IconCacheService, dictionaryService:
|
|
49
|
+
constructor(iconService: IconCacheService, dictionaryService: SharedComponentsDictionaryService, sharedService: SharedService, _dialogService: CoreDialogService, _formMasterService: FormMasterService);
|
|
50
50
|
ngOnInit(): Promise<void>;
|
|
51
51
|
itemSelected(item: IconListItem): void;
|
|
52
52
|
openAttachmentDialog(): void;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy } from
|
|
2
|
-
import { CoreDialogService, FormComponent } from
|
|
3
|
-
import { Activity } from
|
|
4
|
-
import { WorkflowCategoryType } from
|
|
5
|
-
import { Icon } from
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
1
|
+
import { EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
+
import { CoreDialogService, FormComponent } from '@colijnit/corecomponents_v12';
|
|
3
|
+
import { Activity } from '@colijnit/mainapi/build/model/activity.bo';
|
|
4
|
+
import { WorkflowCategoryType } from '@colijnit/mainapi/build/enum/workflow-category.enum';
|
|
5
|
+
import { Icon } from '../../enum/icon.enum';
|
|
6
|
+
import { BusinessObjectFactory } from '@colijnit/ioneconnector/build/service/business-object-factory';
|
|
7
|
+
import { Task } from '@colijnit/mainapi/build/model/task.bo';
|
|
8
|
+
import { OperationCallbackActivity } from '../../interface/operation-callback-activity';
|
|
9
|
+
import { IconCacheService } from '../../service/icon-cache.service';
|
|
10
|
+
import { ModifyTaskFormComponent } from '../modify-task-form/modify-task-form.component';
|
|
11
|
+
import { SharedService } from '../../service/shared.service';
|
|
12
|
+
import { SharedComponentsDictionaryService } from '../../translation/shared-components-dictionary.service';
|
|
13
13
|
export declare class TaskModifierComponent implements OnDestroy {
|
|
14
14
|
private _dialogService;
|
|
15
15
|
private _boFactory;
|
|
@@ -48,7 +48,7 @@ export declare class TaskModifierComponent implements OnDestroy {
|
|
|
48
48
|
currentActivity: Activity;
|
|
49
49
|
editActivity: Activity;
|
|
50
50
|
taskEditting: boolean;
|
|
51
|
-
constructor(_dialogService: CoreDialogService, _boFactory: BusinessObjectFactory, _dictionary:
|
|
51
|
+
constructor(_dialogService: CoreDialogService, _boFactory: BusinessObjectFactory, _dictionary: SharedComponentsDictionaryService, iconService: IconCacheService, sharedService: SharedService);
|
|
52
52
|
ngOnDestroy(): void;
|
|
53
53
|
handleSaveForm(): void;
|
|
54
54
|
onValid(): Promise<void>;
|