@colijnit/sharedcomponents 255.1.19 → 255.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.
- 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 +9 -21
- 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 +504 -656
- 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 +18805 -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
|
@@ -2,131 +2,128 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { ActivityListHeaderComponent as
|
|
6
|
-
export { ActivityListHeaderModule as
|
|
7
|
-
export { PeriodFilterPopupComponent as
|
|
8
|
-
export { PeriodFilterComponent as
|
|
9
|
-
export { PeriodFilterModule as
|
|
10
|
-
export { ComponentActivityOverviewComponent as
|
|
11
|
-
export { ComponentActivityOverviewModule as
|
|
12
|
-
export { BaseActivityOverviewComponent as
|
|
13
|
-
export { AppFileDropzoneComponent as
|
|
14
|
-
export { AppFileDropzoneModule as
|
|
15
|
-
export { AgendaBaseViewComponent as
|
|
16
|
-
export { AgendaDayViewComponent as
|
|
17
|
-
export { AgendaEventComponent as
|
|
18
|
-
export { AgendaEventsComponent as
|
|
19
|
-
export { AgendaHalfHourCellComponent as
|
|
20
|
-
export { AgendaHeaderComponent as
|
|
21
|
-
export { AgendaHourCellComponent as
|
|
22
|
-
export { AgendaHourViewLabelsComponent as
|
|
23
|
-
export { AgendaHourViewComponent as
|
|
24
|
-
export { AgendaMonthViewComponent as
|
|
25
|
-
export { AgendaSelectEventComponent as
|
|
26
|
-
export { AgendaViewComponent as
|
|
27
|
-
export { AgendaWeekSelectViewComponent as
|
|
28
|
-
export { AgendaWeekViewComponent as
|
|
29
|
-
export { ViewSelectComponent as
|
|
30
|
-
export { CalendarAllMonthsComponent as
|
|
31
|
-
export { CalendarAllYearsComponent as
|
|
32
|
-
export { CalendarHeaderComponent as
|
|
33
|
-
export { CalendarViewComponent as
|
|
34
|
-
export { CalendarComponent as
|
|
5
|
+
export { ActivityListHeaderComponent as ɵes } from './lib/components/activity-list-header/activity-list-header.component';
|
|
6
|
+
export { ActivityListHeaderModule as ɵeg } from './lib/components/activity-list-header/activity-list-header.module';
|
|
7
|
+
export { PeriodFilterPopupComponent as ɵer } from './lib/components/activity-list-header/components/period-filter/period-filter-popup.component';
|
|
8
|
+
export { PeriodFilterComponent as ɵeq } from './lib/components/activity-list-header/components/period-filter/period-filter.component';
|
|
9
|
+
export { PeriodFilterModule as ɵep } from './lib/components/activity-list-header/components/period-filter/period-filter.module';
|
|
10
|
+
export { ComponentActivityOverviewComponent as ɵef } from './lib/components/activity-overview-component/component-activity-overview.component';
|
|
11
|
+
export { ComponentActivityOverviewModule as ɵdn } from './lib/components/activity-overview-component/component-activity-overview.module';
|
|
12
|
+
export { BaseActivityOverviewComponent as ɵdj } from './lib/components/activity-overview-component/components/base-activity-overview.component';
|
|
13
|
+
export { AppFileDropzoneComponent as ɵde } from './lib/components/app-file-dropzone/app-file-dropzone.component';
|
|
14
|
+
export { AppFileDropzoneModule as ɵdd } from './lib/components/app-file-dropzone/app-file-dropzone.module';
|
|
15
|
+
export { AgendaBaseViewComponent as ɵcb } from './lib/components/date-planning/component/agenda/agenda-base-view.component';
|
|
16
|
+
export { AgendaDayViewComponent as ɵcc } from './lib/components/date-planning/component/agenda/agenda-day-view.component';
|
|
17
|
+
export { AgendaEventComponent as ɵck } from './lib/components/date-planning/component/agenda/agenda-event.component';
|
|
18
|
+
export { AgendaEventsComponent as ɵcj } from './lib/components/date-planning/component/agenda/agenda-events.component';
|
|
19
|
+
export { AgendaHalfHourCellComponent as ɵci } from './lib/components/date-planning/component/agenda/agenda-half-hour-cell.component';
|
|
20
|
+
export { AgendaHeaderComponent as ɵby } from './lib/components/date-planning/component/agenda/agenda-header.component';
|
|
21
|
+
export { AgendaHourCellComponent as ɵcg } from './lib/components/date-planning/component/agenda/agenda-hour-cell.component';
|
|
22
|
+
export { AgendaHourViewLabelsComponent as ɵch } from './lib/components/date-planning/component/agenda/agenda-hour-view-labels.component';
|
|
23
|
+
export { AgendaHourViewComponent as ɵcf } from './lib/components/date-planning/component/agenda/agenda-hour-view.component';
|
|
24
|
+
export { AgendaMonthViewComponent as ɵca } from './lib/components/date-planning/component/agenda/agenda-month-view.component';
|
|
25
|
+
export { AgendaSelectEventComponent as ɵcm } from './lib/components/date-planning/component/agenda/agenda-select-event.component';
|
|
26
|
+
export { AgendaViewComponent as ɵbz } from './lib/components/date-planning/component/agenda/agenda-view.component';
|
|
27
|
+
export { AgendaWeekSelectViewComponent as ɵce } from './lib/components/date-planning/component/agenda/agenda-week-select-view.component';
|
|
28
|
+
export { AgendaWeekViewComponent as ɵcd } from './lib/components/date-planning/component/agenda/agenda-week-view.component';
|
|
29
|
+
export { ViewSelectComponent as ɵcl } from './lib/components/date-planning/component/agenda/view-select.component';
|
|
30
|
+
export { CalendarAllMonthsComponent as ɵbu } from './lib/components/date-planning/component/calendar/calendar-all-months.component';
|
|
31
|
+
export { CalendarAllYearsComponent as ɵbt } from './lib/components/date-planning/component/calendar/calendar-all-years.component';
|
|
32
|
+
export { CalendarHeaderComponent as ɵbv } from './lib/components/date-planning/component/calendar/calendar-header.component';
|
|
33
|
+
export { CalendarViewComponent as ɵbx } from './lib/components/date-planning/component/calendar/calendar-view.component';
|
|
34
|
+
export { CalendarComponent as ɵbw } from './lib/components/date-planning/component/calendar/calendar.component';
|
|
35
35
|
export { SignatureComponent as ɵa } from './lib/components/docsign/component/signature/signature.component';
|
|
36
36
|
export { SignaturesComponent as ɵb } from './lib/components/docsign/component/signatures/signatures.component';
|
|
37
|
-
export { EmailSelectorComponent as
|
|
38
|
-
export { EmailSelectorModule as
|
|
39
|
-
export { FileUploadPopupComponent as
|
|
40
|
-
export { FileUploadPopupModule as
|
|
41
|
-
export { FileUploadComponent as
|
|
42
|
-
export { FileUploadModule as
|
|
43
|
-
export { BaseFileUploadComponent as
|
|
44
|
-
export { DragDropContainerComponent as
|
|
45
|
-
export { ImageDisplayComponent as
|
|
46
|
-
export { ImageDisplayModule as
|
|
47
|
-
export { ActivitySummaryBlockComponent as
|
|
48
|
-
export { ActivitySummaryBlockModule as
|
|
49
|
-
export { BaseActivitySummaryComponent as
|
|
50
|
-
export { CreationSummaryBlockComponent as
|
|
51
|
-
export { CreationSummaryBlockModule as
|
|
52
|
-
export { ExecutiveSummaryBlockComponent as
|
|
53
|
-
export { ExecutiveSummaryBlockModule as
|
|
54
|
-
export { NotificationSummaryBlockComponent as
|
|
55
|
-
export { NotificationSummaryBlockModule as
|
|
56
|
-
export { StatusSummaryBlockComponent as
|
|
57
|
-
export { StatusSummaryBlockModule as
|
|
58
|
-
export { TaskDetailsComponent as
|
|
59
|
-
export { TaskDetailsModule as
|
|
60
|
-
export { ModifyTaskFormComponent as
|
|
61
|
-
export { ModifyTaskFormModule as
|
|
62
|
-
export { MultiplePropertyTogglerComponent as
|
|
63
|
-
export { MultiplePropertyTogglerModule as
|
|
64
|
-
export { BaseActivityListComponent as
|
|
65
|
-
export { PersonalActivityOverviewComponent as
|
|
66
|
-
export { PersonalActivityOverviewModule as
|
|
67
|
-
export { LayoutSelectionComponent as
|
|
68
|
-
export { LayoutSelectionModule as
|
|
69
|
-
export { PrinterSelectionComponent as
|
|
70
|
-
export { PrinterSelectionModule as
|
|
71
|
-
export { SendMethodEmailComponent as
|
|
72
|
-
export { SendMethodEmailModule as
|
|
73
|
-
export { SendMethodPdfComponent as
|
|
74
|
-
export { SendMethodPdfModule as
|
|
75
|
-
export { SendMethodPrinterComponent as
|
|
76
|
-
export { SendMethodPrinterModule as
|
|
77
|
-
export { SignatureButtonComponent as
|
|
78
|
-
export { SignatureButtonModule as
|
|
79
|
-
export { SendMethodService as
|
|
80
|
-
export { StatusbarPopupComponent as
|
|
81
|
-
export { StockStatusbarComponent as
|
|
82
|
-
export { StockStatusbarModule as
|
|
83
|
-
export { AllocationStockHistoryComponent as
|
|
84
|
-
export { OrderCommissionStockHistoryComponent as
|
|
85
|
-
export { OrderStockHistoryComponent as
|
|
86
|
-
export { OrderStockTabComponent as
|
|
87
|
-
export { OrderSupplyStockHistoryComponent as
|
|
88
|
-
export { OrderTabComponent as
|
|
89
|
-
export { StockHistoryComponent as
|
|
90
|
-
export { StockLocationPopupComponent as
|
|
91
|
-
export { StockLocationComponent as
|
|
92
|
-
export { StockPrognoseComponent as
|
|
93
|
-
export { StockTabComponent as
|
|
94
|
-
export { StockHistoryTabsComponent as
|
|
95
|
-
export { StockInformationGridComponent as
|
|
96
|
-
export { StockInformationComponent as
|
|
97
|
-
export { StockTabsComponent as
|
|
98
|
-
export { StockChangeAmountComponent as
|
|
99
|
-
export { StockTransferComponent as
|
|
100
|
-
export { TabBarComponent as
|
|
101
|
-
export { TabBarModule as
|
|
102
|
-
export { TaskModifierComponent as
|
|
103
|
-
export { TaskModifyerModule as
|
|
104
|
-
export { TileRenderComponent as
|
|
105
|
-
export { TileRenderModule as
|
|
106
|
-
export { WorkflowInfoTileComponent as
|
|
107
|
-
export { WorkflowInfoTileModule as
|
|
108
|
-
export { WorkflowNotificationTogglePopupComponent as
|
|
109
|
-
export { WorkflowNotificationToggleComponent as
|
|
110
|
-
export { WorkflowNotificationToggleModule as
|
|
111
|
-
export { InputBoolean as
|
|
112
|
-
export { AbsoluteOverlayTemplateDirective as
|
|
113
|
-
export { AlignWithDirective as
|
|
114
|
-
export { ClickOutsideDirective as
|
|
115
|
-
export { DirectivesModule as
|
|
116
|
-
export { Icon as
|
|
117
|
-
export { LanguageCode as
|
|
118
|
-
export {
|
|
119
|
-
export {
|
|
120
|
-
export {
|
|
121
|
-
export {
|
|
122
|
-
export {
|
|
123
|
-
export {
|
|
124
|
-
export {
|
|
125
|
-
export {
|
|
126
|
-
export { AppAbsoluteOverlayOutletService as ɵen } from './lib/service/app-absolute-overlay-outlet.service';
|
|
127
|
-
export { DictionaryService as ɵf } from './lib/service/dictionary.service';
|
|
128
|
-
export { DragDropService as ɵdj } from './lib/service/drag-drop.service';
|
|
129
|
-
export { IconCacheService as ɵh } from './lib/service/icon-cache.service';
|
|
37
|
+
export { EmailSelectorComponent as ɵed } from './lib/components/email-selector/email-selector.component';
|
|
38
|
+
export { EmailSelectorModule as ɵec } from './lib/components/email-selector/email-selector.module';
|
|
39
|
+
export { FileUploadPopupComponent as ɵdc } from './lib/components/file-upload-popup/file-upload-popup.component';
|
|
40
|
+
export { FileUploadPopupModule as ɵcz } from './lib/components/file-upload-popup/file-upload-popup.module';
|
|
41
|
+
export { FileUploadComponent as ɵcy } from './lib/components/file-upload/file-upload.component';
|
|
42
|
+
export { FileUploadModule as ɵcv } from './lib/components/file-upload/file-upload.module';
|
|
43
|
+
export { BaseFileUploadComponent as ɵcr } from './lib/components/files-upload/components/base-file-upload.component';
|
|
44
|
+
export { DragDropContainerComponent as ɵdf } from './lib/components/files-upload/components/drag-drop-container.component';
|
|
45
|
+
export { ImageDisplayComponent as ɵcu } from './lib/components/image-display/image-display.component';
|
|
46
|
+
export { ImageDisplayModule as ɵct } from './lib/components/image-display/image-display.module';
|
|
47
|
+
export { ActivitySummaryBlockComponent as ɵdv } from './lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.component';
|
|
48
|
+
export { ActivitySummaryBlockModule as ɵdu } from './lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.module';
|
|
49
|
+
export { BaseActivitySummaryComponent as ɵds } from './lib/components/modify-task-form/components/base-activity-summary.component';
|
|
50
|
+
export { CreationSummaryBlockComponent as ɵea } from './lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component';
|
|
51
|
+
export { CreationSummaryBlockModule as ɵdz } from './lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module';
|
|
52
|
+
export { ExecutiveSummaryBlockComponent as ɵdw } from './lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component';
|
|
53
|
+
export { ExecutiveSummaryBlockModule as ɵdt } from './lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module';
|
|
54
|
+
export { NotificationSummaryBlockComponent as ɵee } from './lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component';
|
|
55
|
+
export { NotificationSummaryBlockModule as ɵeb } from './lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module';
|
|
56
|
+
export { StatusSummaryBlockComponent as ɵdy } from './lib/components/modify-task-form/components/status-summary-block/status-summary-block.component';
|
|
57
|
+
export { StatusSummaryBlockModule as ɵdx } from './lib/components/modify-task-form/components/status-summary-block/status-summary-block.module';
|
|
58
|
+
export { TaskDetailsComponent as ɵdr } from './lib/components/modify-task-form/components/task-details/task-details.component';
|
|
59
|
+
export { TaskDetailsModule as ɵdq } from './lib/components/modify-task-form/components/task-details/task-details.module';
|
|
60
|
+
export { ModifyTaskFormComponent as ɵdl } from './lib/components/modify-task-form/modify-task-form.component';
|
|
61
|
+
export { ModifyTaskFormModule as ɵdp } from './lib/components/modify-task-form/modify-task-form.module';
|
|
62
|
+
export { MultiplePropertyTogglerComponent as ɵdb } from './lib/components/multi-property-toggler/multiple-property-toggler.component';
|
|
63
|
+
export { MultiplePropertyTogglerModule as ɵda } from './lib/components/multi-property-toggler/multiple-property-toggler.module';
|
|
64
|
+
export { BaseActivityListComponent as ɵdh } from './lib/components/open-activity-list/components/base-open-activity-list.component';
|
|
65
|
+
export { PersonalActivityOverviewComponent as ɵdi } from './lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component';
|
|
66
|
+
export { PersonalActivityOverviewModule as ɵdm } from './lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module.';
|
|
67
|
+
export { LayoutSelectionComponent as ɵk } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.component';
|
|
68
|
+
export { LayoutSelectionModule as ɵj } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.module';
|
|
69
|
+
export { PrinterSelectionComponent as ɵq } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.component';
|
|
70
|
+
export { PrinterSelectionModule as ɵp } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.module';
|
|
71
|
+
export { SendMethodEmailComponent as ɵn } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.component';
|
|
72
|
+
export { SendMethodEmailModule as ɵi } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.module';
|
|
73
|
+
export { SendMethodPdfComponent as ɵt } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component';
|
|
74
|
+
export { SendMethodPdfModule as ɵs } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module';
|
|
75
|
+
export { SendMethodPrinterComponent as ɵr } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component';
|
|
76
|
+
export { SendMethodPrinterModule as ɵo } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module';
|
|
77
|
+
export { SignatureButtonComponent as ɵm } from './lib/components/send-method-dialog/components/signature-button/signature-button.component';
|
|
78
|
+
export { SignatureButtonModule as ɵl } from './lib/components/send-method-dialog/components/signature-button/signature-button.module';
|
|
79
|
+
export { SendMethodService as ɵh } from './lib/components/send-method-dialog/service/send-method.service';
|
|
80
|
+
export { StatusbarPopupComponent as ɵw } from './lib/components/statusbar/statusbar-popup.component';
|
|
81
|
+
export { StockStatusbarComponent as ɵy } from './lib/components/stock-statusbar/stock-statusbar.component';
|
|
82
|
+
export { StockStatusbarModule as ɵx } from './lib/components/stock-statusbar/stock-statusbar.module';
|
|
83
|
+
export { AllocationStockHistoryComponent as ɵbo } from './lib/components/stock/components/allocation-stock-history/allocation-stock-history.component';
|
|
84
|
+
export { OrderCommissionStockHistoryComponent as ɵbm } from './lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component';
|
|
85
|
+
export { OrderStockHistoryComponent as ɵbn } from './lib/components/stock/components/order-stock-history/order-stock-history.component';
|
|
86
|
+
export { OrderStockTabComponent as ɵbi } from './lib/components/stock/components/order-stock-tab/order-stock-tab.component';
|
|
87
|
+
export { OrderSupplyStockHistoryComponent as ɵbl } from './lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component';
|
|
88
|
+
export { OrderTabComponent as ɵbf } from './lib/components/stock/components/order-tab/order-tab.component';
|
|
89
|
+
export { StockHistoryComponent as ɵbk } from './lib/components/stock/components/stock-history/stock-history.component';
|
|
90
|
+
export { StockLocationPopupComponent as ɵbq } from './lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component';
|
|
91
|
+
export { StockLocationComponent as ɵbj } from './lib/components/stock/components/stock-location/stock-location.component';
|
|
92
|
+
export { StockPrognoseComponent as ɵbp } from './lib/components/stock/components/stock-prognose/stock-prognose.component';
|
|
93
|
+
export { StockTabComponent as ɵbe } from './lib/components/stock/components/stock-tab/stock-tab.component';
|
|
94
|
+
export { StockHistoryTabsComponent as ɵbh } from './lib/components/stock/stock-history-tabs/stock-history-tabs.component';
|
|
95
|
+
export { StockInformationGridComponent as ɵbb } from './lib/components/stock/stock-information-grid/stock-information-grid.component';
|
|
96
|
+
export { StockInformationComponent as ɵba } from './lib/components/stock/stock-information/stock-information.component';
|
|
97
|
+
export { StockTabsComponent as ɵbg } from './lib/components/stock/stock-tabs/stock-tabs.component';
|
|
98
|
+
export { StockChangeAmountComponent as ɵbd } from './lib/components/stock/stock-transfer/stock-change-amount.component';
|
|
99
|
+
export { StockTransferComponent as ɵbc } from './lib/components/stock/stock-transfer/stock-transfer.component';
|
|
100
|
+
export { TabBarComponent as ɵv } from './lib/components/tab-bar/tab-bar.component';
|
|
101
|
+
export { TabBarModule as ɵu } from './lib/components/tab-bar/tab-bar.module';
|
|
102
|
+
export { TaskModifierComponent as ɵdk } from './lib/components/task-modifyer/task-modifier.component';
|
|
103
|
+
export { TaskModifyerModule as ɵdo } from './lib/components/task-modifyer/task-modifyer.module.';
|
|
104
|
+
export { TileRenderComponent as ɵcx } from './lib/components/tile-renderer/tile-render.component';
|
|
105
|
+
export { TileRenderModule as ɵcw } from './lib/components/tile-renderer/tile-render.module';
|
|
106
|
+
export { WorkflowInfoTileComponent as ɵeu } from './lib/components/workflow-info-tiles/components/workflow-info-tile.component';
|
|
107
|
+
export { WorkflowInfoTileModule as ɵet } from './lib/components/workflow-info-tiles/components/workflow-info-tile.module';
|
|
108
|
+
export { WorkflowNotificationTogglePopupComponent as ɵeo } from './lib/components/workflow-notification-toggle/workflow-notification-toggle-popup';
|
|
109
|
+
export { WorkflowNotificationToggleComponent as ɵen } from './lib/components/workflow-notification-toggle/workflow-notification-toggle.component';
|
|
110
|
+
export { WorkflowNotificationToggleModule as ɵeh } from './lib/components/workflow-notification-toggle/workflow-notification-toggle.module';
|
|
111
|
+
export { InputBoolean as ɵcs } from './lib/decorator/input-boolean.decorator';
|
|
112
|
+
export { AbsoluteOverlayTemplateDirective as ɵej } from './lib/directives/absolute-overlay-template.directive';
|
|
113
|
+
export { AlignWithDirective as ɵel } from './lib/directives/align-with.directive';
|
|
114
|
+
export { ClickOutsideDirective as ɵem } from './lib/directives/click-outside.directive';
|
|
115
|
+
export { DirectivesModule as ɵei } from './lib/directives/directives.module';
|
|
116
|
+
export { Icon as ɵbs } from './lib/enum/icon.enum';
|
|
117
|
+
export { LanguageCode as ɵg } from './lib/enum/language-code.enum';
|
|
118
|
+
export { SendMethod as ɵbr } from './lib/model/send-method';
|
|
119
|
+
export { ArrayNumberPipe as ɵco } from './lib/pipe/array-number.pipe';
|
|
120
|
+
export { FileTypeImagePipe as ɵcq } from './lib/pipe/file-type-image.pipe';
|
|
121
|
+
export { MASTER_PIPES as ɵcn } from './lib/pipe/master-pipes';
|
|
122
|
+
export { UCfirstPipe as ɵcp } from './lib/pipe/ucfirst.pipe';
|
|
123
|
+
export { AppAbsoluteOverlayOutletService as ɵek } from './lib/service/app-absolute-overlay-outlet.service';
|
|
124
|
+
export { DragDropService as ɵdg } from './lib/service/drag-drop.service';
|
|
125
|
+
export { IconCacheService as ɵf } from './lib/service/icon-cache.service';
|
|
130
126
|
export { OptionsService as ɵe } from './lib/service/options.service';
|
|
131
127
|
export { SharedConnectorService as ɵd } from './lib/service/shared-connector.service';
|
|
132
128
|
export { StockService as ɵc } from './lib/service/stock.service';
|
|
129
|
+
export { SharedLocalizePipe as ɵz } from './lib/translation/shared-localize.pipe';
|