@colijnit/sharedcomponents 255.1.14 → 255.1.16
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 +230 -80
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +19 -17
- package/colijnit-sharedcomponents.metadata.json +1 -1
- package/esm2015/colijnit-sharedcomponents.js +20 -18
- package/esm2015/lib/components/activity-overview-component/component-activity-overview.component.js +4 -3
- package/esm2015/lib/components/email-selector/email-selector.component.js +112 -0
- package/esm2015/lib/components/email-selector/email-selector.module.js +32 -0
- package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.js +1 -6
- package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module.js +4 -2
- package/esm2015/lib/components/role-email-selector/role-email-selector.component.js +49 -26
- package/esm2015/lib/components/task-creator/task-creator.component.js +15 -64
- package/esm2015/lib/components/task-creator/task-creator.module.js +4 -2
- package/esm2015/lib/enum/icon.enum.js +3 -1
- package/esm2015/lib/model/icon-svg.js +3 -1
- package/esm2015/lib/service/shared.service.js +2 -2
- package/fesm2015/colijnit-sharedcomponents.js +204 -99
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/components/email-selector/email-selector.component.d.ts +37 -0
- package/lib/components/email-selector/email-selector.module.d.ts +2 -0
- package/lib/components/email-selector/style/_layout.scss +15 -0
- package/lib/components/email-selector/style/_material-definition.scss +15 -0
- package/lib/components/email-selector/style/_theme.scss +4 -0
- package/lib/components/email-selector/style/material.scss +4 -0
- package/lib/components/role-email-selector/role-email-selector.component.d.ts +10 -3
- package/lib/components/role-email-selector/style/_layout.scss +2 -2
- package/lib/components/task-creator/style/_layout.scss +73 -55
- package/lib/components/task-creator/task-creator.component.d.ts +0 -5
- package/lib/enum/icon.enum.d.ts +2 -0
- package/lib/service/shared.service.d.ts +2 -1
- package/package.json +3 -3
- package/3rdpartylicenses.txt +0 -1405
- package/favicon.ico +0 -0
- package/index.html +0 -12
- package/main.f010af331eeb875858fe.js +0 -1
- package/polyfills.907fe9d1887c5de17993.js +0 -1
- package/runtime.8aac21847ed3d3829cca.js +0 -1
- package/styles.eab53d84c672390d990a.css +0 -1
|
@@ -2,12 +2,12 @@
|
|
|
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
|
|
5
|
+
export { ActivityListHeaderComponent as ɵev } from './lib/components/activity-list-header/activity-list-header.component';
|
|
6
|
+
export { ActivityListHeaderModule as ɵej } from './lib/components/activity-list-header/activity-list-header.module';
|
|
7
|
+
export { PeriodFilterPopupComponent as ɵeu } from './lib/components/activity-list-header/components/period-filter/period-filter-popup.component';
|
|
8
|
+
export { PeriodFilterComponent as ɵet } from './lib/components/activity-list-header/components/period-filter/period-filter.component';
|
|
9
|
+
export { PeriodFilterModule as ɵes } from './lib/components/activity-list-header/components/period-filter/period-filter.module';
|
|
10
|
+
export { ComponentActivityOverviewComponent as ɵei } from './lib/components/activity-overview-component/component-activity-overview.component';
|
|
11
11
|
export { ComponentActivityOverviewModule as ɵdq } from './lib/components/activity-overview-component/component-activity-overview.module';
|
|
12
12
|
export { BaseActivityOverviewComponent as ɵdm } from './lib/components/activity-overview-component/components/base-activity-overview.component';
|
|
13
13
|
export { AppFileDropzoneComponent as ɵdh } from './lib/components/app-file-dropzone/app-file-dropzone.component';
|
|
@@ -34,6 +34,8 @@ export { CalendarViewComponent as ɵca } from './lib/components/date-planning/co
|
|
|
34
34
|
export { CalendarComponent as ɵbz } 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 ɵeg } from './lib/components/email-selector/email-selector.component';
|
|
38
|
+
export { EmailSelectorModule as ɵef } from './lib/components/email-selector/email-selector.module';
|
|
37
39
|
export { FileUploadPopupComponent as ɵdf } from './lib/components/file-upload-popup/file-upload-popup.component';
|
|
38
40
|
export { FileUploadPopupModule as ɵdc } from './lib/components/file-upload-popup/file-upload-popup.module';
|
|
39
41
|
export { FileUploadComponent as ɵdb } from './lib/components/file-upload/file-upload.component';
|
|
@@ -49,7 +51,7 @@ export { CreationSummaryBlockComponent as ɵed } from './lib/components/modify-t
|
|
|
49
51
|
export { CreationSummaryBlockModule as ɵec } from './lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module';
|
|
50
52
|
export { ExecutiveSummaryBlockComponent as ɵdz } from './lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component';
|
|
51
53
|
export { ExecutiveSummaryBlockModule as ɵdw } from './lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module';
|
|
52
|
-
export { NotificationSummaryBlockComponent as
|
|
54
|
+
export { NotificationSummaryBlockComponent as ɵeh } from './lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component';
|
|
53
55
|
export { NotificationSummaryBlockModule as ɵee } from './lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module';
|
|
54
56
|
export { StatusSummaryBlockComponent as ɵeb } from './lib/components/modify-task-form/components/status-summary-block/status-summary-block.component';
|
|
55
57
|
export { StatusSummaryBlockModule as ɵea } from './lib/components/modify-task-form/components/status-summary-block/status-summary-block.module';
|
|
@@ -101,16 +103,16 @@ export { TaskModifierComponent as ɵdn } from './lib/components/task-modifyer/ta
|
|
|
101
103
|
export { TaskModifyerModule as ɵdr } from './lib/components/task-modifyer/task-modifyer.module.';
|
|
102
104
|
export { TileRenderComponent as ɵda } from './lib/components/tile-renderer/tile-render.component';
|
|
103
105
|
export { TileRenderModule as ɵcz } from './lib/components/tile-renderer/tile-render.module';
|
|
104
|
-
export { WorkflowInfoTileComponent as
|
|
105
|
-
export { WorkflowInfoTileModule as
|
|
106
|
-
export { WorkflowNotificationTogglePopupComponent as
|
|
107
|
-
export { WorkflowNotificationToggleComponent as
|
|
108
|
-
export { WorkflowNotificationToggleModule as
|
|
106
|
+
export { WorkflowInfoTileComponent as ɵex } from './lib/components/workflow-info-tiles/components/workflow-info-tile.component';
|
|
107
|
+
export { WorkflowInfoTileModule as ɵew } from './lib/components/workflow-info-tiles/components/workflow-info-tile.module';
|
|
108
|
+
export { WorkflowNotificationTogglePopupComponent as ɵer } from './lib/components/workflow-notification-toggle/workflow-notification-toggle-popup';
|
|
109
|
+
export { WorkflowNotificationToggleComponent as ɵeq } from './lib/components/workflow-notification-toggle/workflow-notification-toggle.component';
|
|
110
|
+
export { WorkflowNotificationToggleModule as ɵek } from './lib/components/workflow-notification-toggle/workflow-notification-toggle.module';
|
|
109
111
|
export { InputBoolean as ɵcv } from './lib/decorator/input-boolean.decorator';
|
|
110
|
-
export { AbsoluteOverlayTemplateDirective as
|
|
111
|
-
export { AlignWithDirective as
|
|
112
|
-
export { ClickOutsideDirective as
|
|
113
|
-
export { DirectivesModule as
|
|
112
|
+
export { AbsoluteOverlayTemplateDirective as ɵem } from './lib/directives/absolute-overlay-template.directive';
|
|
113
|
+
export { AlignWithDirective as ɵeo } from './lib/directives/align-with.directive';
|
|
114
|
+
export { ClickOutsideDirective as ɵep } from './lib/directives/click-outside.directive';
|
|
115
|
+
export { DirectivesModule as ɵel } from './lib/directives/directives.module';
|
|
114
116
|
export { Icon as ɵbv } from './lib/enum/icon.enum';
|
|
115
117
|
export { LanguageCode as ɵi } from './lib/enum/language-code.enum';
|
|
116
118
|
export { LocalizationModule as ɵbb } from './lib/localization/localization.module';
|
|
@@ -121,7 +123,7 @@ export { ArrayNumberPipe as ɵcr } from './lib/pipe/array-number.pipe';
|
|
|
121
123
|
export { FileTypeImagePipe as ɵct } from './lib/pipe/file-type-image.pipe';
|
|
122
124
|
export { MASTER_PIPES as ɵcq } from './lib/pipe/master-pipes';
|
|
123
125
|
export { UCfirstPipe as ɵcs } from './lib/pipe/ucfirst.pipe';
|
|
124
|
-
export { AppAbsoluteOverlayOutletService as
|
|
126
|
+
export { AppAbsoluteOverlayOutletService as ɵen } from './lib/service/app-absolute-overlay-outlet.service';
|
|
125
127
|
export { DictionaryService as ɵf } from './lib/service/dictionary.service';
|
|
126
128
|
export { DragDropService as ɵdj } from './lib/service/drag-drop.service';
|
|
127
129
|
export { IconCacheService as ɵh } from './lib/service/icon-cache.service';
|