@colijnit/sharedcomponents 1.0.69 → 253.1.1

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.
Files changed (205) hide show
  1. package/bundles/colijnit-sharedcomponents.umd.js +3863 -56
  2. package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
  3. package/colijnit-sharedcomponents.d.ts +38 -0
  4. package/colijnit-sharedcomponents.metadata.json +1 -1
  5. package/esm2015/colijnit-sharedcomponents.js +39 -1
  6. package/esm2015/lib/components/activity-list-header/activity-list-header.component.js +67 -0
  7. package/esm2015/lib/components/activity-list-header/activity-list-header.module.js +28 -0
  8. package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter-popup.component.js +55 -0
  9. package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter.component.js +103 -0
  10. package/esm2015/lib/components/activity-list-header/components/period-filter/period-filter.module.js +34 -0
  11. package/esm2015/lib/components/activity-overview-component/component-activity-overview.component.js +130 -0
  12. package/esm2015/lib/components/activity-overview-component/component-activity-overview.module.js +26 -0
  13. package/esm2015/lib/components/activity-overview-component/components/base-activity-overview.component.js +278 -0
  14. package/esm2015/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.component.js +100 -0
  15. package/esm2015/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.module.js +25 -0
  16. package/esm2015/lib/components/modify-task-form/components/base-activity-summary.component.js +132 -0
  17. package/esm2015/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.js +118 -0
  18. package/esm2015/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module.js +27 -0
  19. package/esm2015/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.js +88 -0
  20. package/esm2015/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module.js +24 -0
  21. package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.js +77 -0
  22. package/esm2015/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module.js +24 -0
  23. package/esm2015/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.js +74 -0
  24. package/esm2015/lib/components/modify-task-form/components/status-summary-block/status-summary-block.module.js +25 -0
  25. package/esm2015/lib/components/modify-task-form/components/task-details/task-details.component.js +105 -0
  26. package/esm2015/lib/components/modify-task-form/components/task-details/task-details.module.js +25 -0
  27. package/esm2015/lib/components/modify-task-form/modify-task-form.component.js +284 -0
  28. package/esm2015/lib/components/modify-task-form/modify-task-form.module.js +40 -0
  29. package/esm2015/lib/components/open-activity-list/component-activity-list.component.js +278 -0
  30. package/esm2015/lib/components/open-activity-list/component-activity-list.module.js +30 -0
  31. package/esm2015/lib/components/open-activity-list/components/base-open-activity-list.component.js +266 -0
  32. package/esm2015/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component.js +41 -0
  33. package/esm2015/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module..js +19 -0
  34. package/esm2015/lib/components/simple-tags/simple-tags.component.js +5 -147
  35. package/esm2015/lib/components/simple-tags/simple-tags.module.js +4 -2
  36. package/esm2015/lib/components/simple-tags-form/simple-tags-form.component.js +196 -0
  37. package/esm2015/lib/components/simple-tags-form/simple-tags-form.module.js +26 -0
  38. package/esm2015/lib/components/stock/components/stock-location/components/stock-location-popup/stock-location-popup.component.js +3 -3
  39. package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +28 -2
  40. package/esm2015/lib/components/stock/localization/translation.js +3 -1
  41. package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +7 -2
  42. package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +144 -85
  43. package/esm2015/lib/components/stock/stock.component.js +11 -42
  44. package/esm2015/lib/components/stock/stock.module.js +4 -3
  45. package/esm2015/lib/components/task-modifyer/task-modifier.component.js +270 -0
  46. package/esm2015/lib/components/task-modifyer/task-modifyer.module..js +31 -0
  47. package/esm2015/lib/components/workflow-info-tiles/components/workflow-info-tile.component.js +45 -0
  48. package/esm2015/lib/components/workflow-info-tiles/components/workflow-info-tile.module.js +22 -0
  49. package/esm2015/lib/components/workflow-info-tiles/workflow-info-tiles.component.js +55 -0
  50. package/esm2015/lib/components/workflow-info-tiles/workflow-info-tiles.module.js +22 -0
  51. package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle-popup.js +53 -0
  52. package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle.component.js +81 -0
  53. package/esm2015/lib/components/workflow-notification-toggle/workflow-notification-toggle.module.js +34 -0
  54. package/esm2015/lib/directives/absolute-overlay-template.directive.js +29 -0
  55. package/esm2015/lib/directives/align-with.directive.js +174 -0
  56. package/esm2015/lib/directives/click-outside.directive.js +25 -0
  57. package/esm2015/lib/directives/directives.module.js +22 -0
  58. package/esm2015/lib/enum/activity-cfg-name.enum.js +29 -0
  59. package/esm2015/lib/enum/app-button-type.enum.js +11 -0
  60. package/esm2015/lib/enum/icon.enum.js +13 -1
  61. package/esm2015/lib/interface/activities-task-config-names.js +2 -0
  62. package/esm2015/lib/interface/operation-callback-activity.js +5 -0
  63. package/esm2015/lib/interface/operation-callback-function-with-validation.js +5 -0
  64. package/esm2015/lib/model/icon-svg.js +13 -1
  65. package/esm2015/lib/service/app-absolute-overlay-outlet.service.js +20 -0
  66. package/esm2015/lib/service/shared-connector.service.js +213 -1
  67. package/esm2015/lib/service/shared.service.js +93 -1
  68. package/esm2015/lib/utils/browser-utils.js +100 -0
  69. package/esm2015/lib/utils/event-utils.js +59 -0
  70. package/esm2015/lib/utils/string-utils.js +5 -1
  71. package/esm2015/public-api.js +7 -1
  72. package/fesm2015/colijnit-sharedcomponents.js +4044 -228
  73. package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
  74. package/lib/components/activity-list-header/activity-list-header.component.d.ts +25 -0
  75. package/lib/components/activity-list-header/activity-list-header.module.d.ts +2 -0
  76. package/lib/components/activity-list-header/components/period-filter/period-filter-popup.component.d.ts +11 -0
  77. package/lib/components/activity-list-header/components/period-filter/period-filter.component.d.ts +26 -0
  78. package/lib/components/activity-list-header/components/period-filter/period-filter.module.d.ts +2 -0
  79. package/lib/components/activity-list-header/components/period-filter/style/_layout.scss +62 -0
  80. package/lib/components/activity-list-header/components/period-filter/style/_material-definition.scss +1 -0
  81. package/lib/components/activity-list-header/components/period-filter/style/_theme.scss +5 -0
  82. package/lib/components/activity-list-header/components/period-filter/style/material.scss +4 -0
  83. package/lib/components/activity-list-header/style/_layout.scss +84 -0
  84. package/lib/components/activity-list-header/style/_material-definition.scss +1 -0
  85. package/lib/components/activity-list-header/style/_theme.scss +5 -0
  86. package/lib/components/activity-list-header/style/material.scss +4 -0
  87. package/lib/components/activity-overview-component/component-activity-overview.component.d.ts +15 -0
  88. package/lib/components/activity-overview-component/component-activity-overview.module.d.ts +2 -0
  89. package/lib/components/activity-overview-component/components/base-activity-overview.component.d.ts +79 -0
  90. package/lib/components/activity-overview-component/style/_layout.scss +107 -0
  91. package/lib/components/activity-overview-component/style/_material-definition.scss +1 -0
  92. package/lib/components/activity-overview-component/style/_theme.scss +5 -0
  93. package/lib/components/activity-overview-component/style/material.scss +4 -0
  94. package/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.component.d.ts +31 -0
  95. package/lib/components/modify-task-form/components/activity-summary-block/activity-summary-block.module.d.ts +2 -0
  96. package/lib/components/modify-task-form/components/activity-summary-block/style/_layout.scss +139 -0
  97. package/lib/components/modify-task-form/components/activity-summary-block/style/_material-definition.scss +0 -0
  98. package/lib/components/modify-task-form/components/activity-summary-block/style/_theme.scss +5 -0
  99. package/lib/components/modify-task-form/components/activity-summary-block/style/material.scss +4 -0
  100. package/lib/components/modify-task-form/components/base-activity-summary.component.d.ts +52 -0
  101. package/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.component.d.ts +28 -0
  102. package/lib/components/modify-task-form/components/creation-summary-block/creation-summary-block.module.d.ts +2 -0
  103. package/lib/components/modify-task-form/components/creation-summary-block/style/_layout.scss +5 -0
  104. package/lib/components/modify-task-form/components/creation-summary-block/style/_material-definition.scss +0 -0
  105. package/lib/components/modify-task-form/components/creation-summary-block/style/_theme.scss +5 -0
  106. package/lib/components/modify-task-form/components/creation-summary-block/style/material.scss +4 -0
  107. package/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.component.d.ts +24 -0
  108. package/lib/components/modify-task-form/components/executive-summary-block/executive-summary-block.module.d.ts +2 -0
  109. package/lib/components/modify-task-form/components/executive-summary-block/style/_layout.scss +5 -0
  110. package/lib/components/modify-task-form/components/executive-summary-block/style/_material-definition.scss +0 -0
  111. package/lib/components/modify-task-form/components/executive-summary-block/style/_theme.scss +5 -0
  112. package/lib/components/modify-task-form/components/executive-summary-block/style/material.scss +4 -0
  113. package/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.component.d.ts +23 -0
  114. package/lib/components/modify-task-form/components/notification-summary-block/notification-summary-block.module.d.ts +2 -0
  115. package/lib/components/modify-task-form/components/notification-summary-block/style/_layout.scss +161 -0
  116. package/lib/components/modify-task-form/components/notification-summary-block/style/_material-definition.scss +0 -0
  117. package/lib/components/modify-task-form/components/notification-summary-block/style/_theme.scss +5 -0
  118. package/lib/components/modify-task-form/components/notification-summary-block/style/material.scss +4 -0
  119. package/lib/components/modify-task-form/components/status-summary-block/status-summary-block.component.d.ts +17 -0
  120. package/lib/components/modify-task-form/components/status-summary-block/status-summary-block.module.d.ts +2 -0
  121. package/lib/components/modify-task-form/components/status-summary-block/style/_layout.scss +18 -0
  122. package/lib/components/modify-task-form/components/status-summary-block/style/_material-definition.scss +0 -0
  123. package/lib/components/modify-task-form/components/status-summary-block/style/_theme.scss +5 -0
  124. package/lib/components/modify-task-form/components/status-summary-block/style/material.scss +4 -0
  125. package/lib/components/modify-task-form/components/task-details/style/_layout.scss +142 -0
  126. package/lib/components/modify-task-form/components/task-details/style/_material-definition.scss +0 -0
  127. package/lib/components/modify-task-form/components/task-details/style/_theme.scss +5 -0
  128. package/lib/components/modify-task-form/components/task-details/style/material.scss +4 -0
  129. package/lib/components/modify-task-form/components/task-details/task-details.component.d.ts +23 -0
  130. package/lib/components/modify-task-form/components/task-details/task-details.module.d.ts +2 -0
  131. package/lib/components/modify-task-form/modify-task-form.component.d.ts +54 -0
  132. package/lib/components/modify-task-form/modify-task-form.module.d.ts +2 -0
  133. package/lib/components/modify-task-form/style/_layout.scss +139 -0
  134. package/lib/components/modify-task-form/style/_material-definition.scss +0 -0
  135. package/lib/components/modify-task-form/style/_theme.scss +5 -0
  136. package/lib/components/modify-task-form/style/material.scss +4 -0
  137. package/lib/components/open-activity-list/component-activity-list.component.d.ts +67 -0
  138. package/lib/components/open-activity-list/component-activity-list.module.d.ts +2 -0
  139. package/lib/components/open-activity-list/components/base-open-activity-list.component.d.ts +48 -0
  140. package/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.component.d.ts +4 -0
  141. package/lib/components/open-activity-list/components/personal-activity-overview/personal-activity-overview.module..d.ts +2 -0
  142. package/lib/components/open-activity-list/components/personal-activity-overview/style/_layout.scss +105 -0
  143. package/lib/components/open-activity-list/components/personal-activity-overview/style/_material-definition.scss +0 -0
  144. package/lib/components/open-activity-list/components/personal-activity-overview/style/_theme.scss +4 -0
  145. package/lib/components/open-activity-list/components/personal-activity-overview/style/material.scss +4 -0
  146. package/lib/components/open-activity-list/style/_layout.scss +26 -0
  147. package/lib/components/open-activity-list/style/_material-definition.scss +0 -0
  148. package/lib/components/open-activity-list/style/_theme.scss +4 -0
  149. package/lib/components/open-activity-list/style/material.scss +4 -0
  150. package/lib/components/simple-tags/simple-tags.component.d.ts +1 -8
  151. package/lib/components/simple-tags-form/simple-tags-form.component.d.ts +29 -0
  152. package/lib/components/simple-tags-form/simple-tags-form.module.d.ts +2 -0
  153. package/lib/components/simple-tags-form/style/_layout.scss +257 -0
  154. package/lib/components/simple-tags-form/style/_material-definition.scss +39 -0
  155. package/lib/components/simple-tags-form/style/_theme.scss +4 -0
  156. package/lib/components/simple-tags-form/style/material.scss +4 -0
  157. package/lib/components/stock/components/stock-location/stock-location.component.d.ts +7 -1
  158. package/lib/components/stock/localization/translation.d.ts +2 -0
  159. package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +2 -0
  160. package/lib/components/stock/stock-transfer/stock-transfer.component.d.ts +19 -6
  161. package/lib/components/stock/stock.component.d.ts +3 -0
  162. package/lib/components/stock/style/_layout.scss +64 -31
  163. package/lib/components/task-modifyer/style/_layout.scss +5 -0
  164. package/lib/components/task-modifyer/style/_material-definition.scss +0 -0
  165. package/lib/components/task-modifyer/style/_theme.scss +4 -0
  166. package/lib/components/task-modifyer/style/material.scss +4 -0
  167. package/lib/components/task-modifyer/task-modifier.component.d.ts +65 -0
  168. package/lib/components/task-modifyer/task-modifyer.module..d.ts +2 -0
  169. package/lib/components/workflow-info-tiles/components/style/_layout.scss +49 -0
  170. package/lib/components/workflow-info-tiles/components/style/_material-definition.scss +0 -0
  171. package/lib/components/workflow-info-tiles/components/style/_theme.scss +4 -0
  172. package/lib/components/workflow-info-tiles/components/style/material.scss +4 -0
  173. package/lib/components/workflow-info-tiles/components/workflow-info-tile.component.d.ts +15 -0
  174. package/lib/components/workflow-info-tiles/components/workflow-info-tile.module.d.ts +2 -0
  175. package/lib/components/workflow-info-tiles/style/_layout.scss +16 -0
  176. package/lib/components/workflow-info-tiles/style/_material-definition.scss +0 -0
  177. package/lib/components/workflow-info-tiles/style/_theme.scss +4 -0
  178. package/lib/components/workflow-info-tiles/style/material.scss +4 -0
  179. package/lib/components/workflow-info-tiles/workflow-info-tiles.component.d.ts +21 -0
  180. package/lib/components/workflow-info-tiles/workflow-info-tiles.module.d.ts +2 -0
  181. package/lib/components/workflow-notification-toggle/style/_layout.scss +59 -0
  182. package/lib/components/workflow-notification-toggle/style/_material-definition.scss +0 -0
  183. package/lib/components/workflow-notification-toggle/style/_theme.scss +4 -0
  184. package/lib/components/workflow-notification-toggle/style/material.scss +4 -0
  185. package/lib/components/workflow-notification-toggle/workflow-notification-toggle-popup.d.ts +15 -0
  186. package/lib/components/workflow-notification-toggle/workflow-notification-toggle.component.d.ts +28 -0
  187. package/lib/components/workflow-notification-toggle/workflow-notification-toggle.module.d.ts +2 -0
  188. package/lib/directives/absolute-overlay-template.directive.d.ts +9 -0
  189. package/lib/directives/align-with.directive.d.ts +35 -0
  190. package/lib/directives/click-outside.directive.d.ts +7 -0
  191. package/lib/directives/directives.module.d.ts +2 -0
  192. package/lib/enum/activity-cfg-name.enum.d.ts +27 -0
  193. package/lib/enum/app-button-type.enum.d.ts +9 -0
  194. package/lib/enum/icon.enum.d.ts +12 -0
  195. package/lib/interface/activities-task-config-names.d.ts +12 -0
  196. package/lib/interface/operation-callback-activity.d.ts +5 -0
  197. package/lib/interface/operation-callback-function-with-validation.d.ts +5 -0
  198. package/lib/service/app-absolute-overlay-outlet.service.d.ts +9 -0
  199. package/lib/service/shared-connector.service.d.ts +28 -0
  200. package/lib/service/shared.service.d.ts +28 -0
  201. package/lib/utils/browser-utils.d.ts +15 -0
  202. package/lib/utils/event-utils.d.ts +12 -0
  203. package/lib/utils/string-utils.d.ts +1 -0
  204. package/package.json +7 -5
  205. package/public-api.d.ts +6 -0
@@ -0,0 +1,49 @@
1
+ @include export-module('co-workflow-info-tile-layout') {
2
+ .co-workflow-info-tile {
3
+ display: flex;
4
+ flex-direction: column;
5
+ justify-content: space-between;
6
+ width: 200px;
7
+ height: 120px;
8
+ border-radius: 5px;
9
+
10
+
11
+ .top {
12
+ display: flex;
13
+ flex-direction: column;
14
+ padding: 10px;
15
+
16
+ .tile-row {
17
+ display: flex;
18
+ flex-direction: row;
19
+ justify-content: space-between;
20
+ align-items: center;
21
+
22
+ .status-text {
23
+ color: #B6BFBF;
24
+ }
25
+
26
+ .corner-icon {
27
+ width: 20px;
28
+ height: 20px;
29
+ }
30
+ }
31
+ }
32
+
33
+ .bottom {
34
+ padding: 10px;
35
+ }
36
+
37
+ .name-text {
38
+ font-weight: bold;
39
+ font-size: large;
40
+ color: #000000;
41
+ }
42
+ }
43
+ }
44
+
45
+
46
+
47
+
48
+
49
+
@@ -0,0 +1,4 @@
1
+ @include export-module('co-workflow-info-tile-theme') {
2
+ .co-workflow-info-tile {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../../style/mixin";
2
+ @import "./material-definition";
3
+ @import "./layout";
4
+ @import "./theme";
@@ -0,0 +1,15 @@
1
+ import { OnInit } from "@angular/core";
2
+ import { WorkflowProcessInfoPerStatus } from "@colijnit/mainapi/build/model/workflow-process-info-per-status";
3
+ import { IconCacheService } from "../../../service/icon-cache.service";
4
+ import { Icon } from "../../../enum/icon.enum";
5
+ import { ColorSequenceService } from "@colijnit/corecomponents_v12";
6
+ export declare class WorkflowInfoTileComponent implements OnInit {
7
+ iconCacheService: IconCacheService;
8
+ colorService: ColorSequenceService;
9
+ readonly Icon: typeof Icon;
10
+ workflowProcessInfoPerStatus: WorkflowProcessInfoPerStatus;
11
+ showClass(): boolean;
12
+ backgroundColor: string;
13
+ constructor(iconCacheService: IconCacheService, colorService: ColorSequenceService);
14
+ ngOnInit(): void;
15
+ }
@@ -0,0 +1,2 @@
1
+ export declare class WorkflowInfoTileModule {
2
+ }
@@ -0,0 +1,16 @@
1
+ @include export-module('co-workflow-info-tiles-layout') {
2
+ .co-workflow-info-tiles {
3
+ padding: 10px;
4
+ width: 100%;
5
+ .tile-row {
6
+ display: flex;
7
+ flex-direction: row;
8
+ gap: 5px;
9
+ }
10
+ }
11
+ }
12
+
13
+
14
+
15
+
16
+
@@ -0,0 +1,4 @@
1
+ @include export-module('co-workflow-info-tiles-theme') {
2
+ .co-workflow-info-tiles {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../style/mixin";
2
+ @import "./material-definition";
3
+ @import "./layout";
4
+ @import "./theme";
@@ -0,0 +1,21 @@
1
+ import { EventEmitter, OnInit } from "@angular/core";
2
+ import { WorkflowCategoryType } from "@colijnit/mainapi/build/enum/workflow-category.enum";
3
+ import { Icon } from "../../enum/icon.enum";
4
+ import { IconCacheService } from "../../service/icon-cache.service";
5
+ import { WorkflowProcessInfoPerStatus } from "@colijnit/mainapi/build/model/workflow-process-info-per-status";
6
+ import { SharedService } from "../../service/shared.service";
7
+ export declare class WorkflowInfoTilesComponent implements OnInit {
8
+ iconCacheService: IconCacheService;
9
+ sharedService: SharedService;
10
+ protected readonly Icon: typeof Icon;
11
+ readonly icons: typeof Icon;
12
+ set workflowCategory(value: WorkflowCategoryType);
13
+ workflowProcessInfoPerStatusClicked: EventEmitter<string>;
14
+ WorkflowProcessInfoPerStatusCollection: WorkflowProcessInfoPerStatus[];
15
+ private _workflowCategory;
16
+ showClass(): boolean;
17
+ constructor(iconCacheService: IconCacheService, sharedService: SharedService);
18
+ ngOnInit(): void;
19
+ workflowProcessInfoPerStatusClickedHandler(status: WorkflowProcessInfoPerStatus): void;
20
+ private getWorkflowProcessInfoPerStatusCollection;
21
+ }
@@ -0,0 +1,2 @@
1
+ export declare class WorkflowInfoTilesModule {
2
+ }
@@ -0,0 +1,59 @@
1
+ @include export-module('co-workflow-notification-toggle-layout') {
2
+ .co-workflow-notification-toggle{
3
+ .workflow-list-wrapper {
4
+ background: white;
5
+ border: 1px solid #dedede;
6
+ border-radius: 6px;
7
+ display: flex;
8
+ flex-direction: column;
9
+ }
10
+
11
+ .workflow-row {
12
+ display: flex;
13
+ flex-direction: row;
14
+ align-items: center;
15
+ padding: 10px 15px;
16
+ cursor: pointer;
17
+
18
+ &:hover {
19
+ background-color: #f7fafa;
20
+ }
21
+
22
+ .icon-wrapper {
23
+ height: 24px;
24
+ width: 24px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: center;
28
+ margin-right: 15px;
29
+ }
30
+
31
+ .workflow-icon {
32
+ height: 24px;
33
+ width: 24px;
34
+ }
35
+
36
+ .small-icon {
37
+ width: 22px;
38
+ height: 22px;
39
+ }
40
+
41
+ .workflow-text {
42
+ display: flex;
43
+ flex-direction: column;
44
+
45
+ .workflow-title {
46
+ font-weight: bold;
47
+ color: #171721;
48
+ font-size: 12px;
49
+ }
50
+
51
+ .workflow-description {
52
+ color: #8083A3;
53
+ font-size: 12px;
54
+ }
55
+ }
56
+ }
57
+
58
+ }
59
+ }
@@ -0,0 +1,4 @@
1
+ @include export-module('co-workflow-notification-toggle-theme') {
2
+ .co-workflow-notification-toggle {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -0,0 +1,15 @@
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
+ import { WorkflowProcess } from "@colijnit/mainapi/build/model/workflow-process";
3
+ import { IconCacheService } from "../../service/icon-cache.service";
4
+ import { Icon } from "../../enum/icon.enum";
5
+ export declare class WorkflowNotificationTogglePopupComponent implements OnDestroy {
6
+ element: ElementRef;
7
+ iconService: IconCacheService;
8
+ readonly icons: typeof Icon;
9
+ workflowProcesses: WorkflowProcess[];
10
+ parentForOverlay: ElementRef;
11
+ closePopupClicked: EventEmitter<any>;
12
+ workflowProcessClicked: EventEmitter<WorkflowProcess>;
13
+ constructor(element: ElementRef, iconService: IconCacheService);
14
+ ngOnDestroy(): void;
15
+ }
@@ -0,0 +1,28 @@
1
+ import { ElementRef, OnInit } from "@angular/core";
2
+ import { Icon } from "../../enum/icon.enum";
3
+ import { IconCacheService } from "../../service/icon-cache.service";
4
+ import { OperationCallbackFunctionWithValidation } from "../../interface/operation-callback-function-with-validation";
5
+ import { WorkflowProcess } from "@colijnit/mainapi/build/model/workflow-process";
6
+ import { SharedService } from "../../service/shared.service";
7
+ import { OverlayService } from "@colijnit/corecomponents_v12";
8
+ export declare class WorkflowNotificationToggleComponent implements OnInit {
9
+ element: ElementRef;
10
+ iconService: IconCacheService;
11
+ sharedService: SharedService;
12
+ private _overlayService;
13
+ readonly icons: typeof Icon;
14
+ table: string;
15
+ key: string;
16
+ setHasPausedNotificationsForWorkflowProcessOperation: OperationCallbackFunctionWithValidation;
17
+ showClass(): boolean;
18
+ workflowProcesses: WorkflowProcess[];
19
+ showPopup: boolean;
20
+ private _workflowPopupRef;
21
+ constructor(element: ElementRef, iconService: IconCacheService, sharedService: SharedService, _overlayService: OverlayService);
22
+ ngOnInit(): void;
23
+ private _loadWorkflowProcesses;
24
+ buttonClicked(): void;
25
+ openPopup(): void;
26
+ closePopup(): void;
27
+ handleWorkflowToggle(workflow: WorkflowProcess): Promise<void>;
28
+ }
@@ -0,0 +1,2 @@
1
+ export declare class WorkflowNotificationToggleModule {
2
+ }
@@ -0,0 +1,9 @@
1
+ import { OnDestroy, OnInit, TemplateRef } from "@angular/core";
2
+ import { AppAbsoluteOverlayOutletService } from "../service/app-absolute-overlay-outlet.service";
3
+ export declare class AbsoluteOverlayTemplateDirective implements OnInit, OnDestroy {
4
+ private _outletService;
5
+ absoluteOverlayTemplate: TemplateRef<any>;
6
+ constructor(_outletService: AppAbsoluteOverlayOutletService);
7
+ ngOnInit(): void;
8
+ ngOnDestroy(): void;
9
+ }
@@ -0,0 +1,35 @@
1
+ import { AfterContentChecked, AfterViewInit, ElementRef, NgZone, OnChanges, OnDestroy, OnInit } from "@angular/core";
2
+ export declare class AlignWithDirective implements OnInit, AfterViewInit, OnChanges, OnDestroy, AfterContentChecked {
3
+ private _ngZone;
4
+ private _elementRef;
5
+ set alignWith(alignWith: any | ElementRef);
6
+ enableAlign: boolean;
7
+ keepInView: boolean;
8
+ keepInViewHorizontal: boolean;
9
+ keepInViewVertical: boolean;
10
+ alignRight: boolean;
11
+ noWidthAlign: boolean;
12
+ ajustableHeight: boolean;
13
+ alignTopOffsetPx: number;
14
+ alignLeftOffsetPx: number;
15
+ viewElement: ElementRef;
16
+ fixed: string;
17
+ left: number;
18
+ top: number;
19
+ height: number;
20
+ width: number;
21
+ private _hostNativeEl;
22
+ private get _shouldDoAlign();
23
+ constructor(_ngZone: NgZone, _elementRef: ElementRef);
24
+ ngAfterViewInit(): void;
25
+ ngOnChanges(): void;
26
+ ngAfterContentChecked(): void;
27
+ ngOnDestroy(): void;
28
+ ngOnInit(): void;
29
+ private _getDimensions;
30
+ align(): void;
31
+ scroll: () => void;
32
+ resize: () => void;
33
+ handleKeyUp: () => void;
34
+ private _alignWithZone;
35
+ }
@@ -0,0 +1,7 @@
1
+ import { EventEmitter, ElementRef } from '@angular/core';
2
+ export declare class ClickOutsideDirective {
3
+ private elementRef;
4
+ outsideClick: EventEmitter<MouseEvent>;
5
+ onClick(event: MouseEvent): void;
6
+ constructor(elementRef: ElementRef);
7
+ }
@@ -0,0 +1,2 @@
1
+ export declare class DirectivesModule {
2
+ }
@@ -0,0 +1,27 @@
1
+ export declare enum ActivityCfgName {
2
+ TaskForms = "TaskForms",
3
+ NewTaskFormHeader = "NewTaskFormHeader",
4
+ NewTaskTitle = "NewTaskTitle",
5
+ ActivitiesHeader = "activitiesHeader",
6
+ NewTaskGlobalButton = "newTaskGlobalButton",
7
+ AddActivityTaskButton = "addActivityTaskButton",
8
+ DeleteActivityTaskButton = "deleteActivityTaskButton",
9
+ AddActivityRemarkButton = "addActivityRemarkButton",
10
+ AddActivityWorkButton = "addActivityWorkButton",
11
+ TimeRegistrationMandatory = "timeRegistrationMandatory",
12
+ StatusSummaryHeader = "statusSummaryHeader",
13
+ CreationSummaryHeader = "creationSummaryHeader",
14
+ ExecutiveSummaryHeader = "executiveSummaryHeader",
15
+ PlanningSummaryHeader = "planningSummaryHeader",
16
+ AttachmentsHeader = "attachmentsHeader",
17
+ NotificationsSummaryHeader = "notificationsSummaryHeader",
18
+ TagsHeader = "tagsHeader",
19
+ WorkHeader = "workHeader",
20
+ WorkExecutive = "workExecutive",
21
+ WorkCalculationKey = "calculationKey",
22
+ WorkDescription = "workDescription",
23
+ WorkFile = "workFile",
24
+ EstimationStandardTime = "estimate",
25
+ TaskInvoice = "taskInvoice",
26
+ WorkedTime = "workedTime"
27
+ }
@@ -0,0 +1,9 @@
1
+ export declare enum AppPopupButtonType {
2
+ Ok = 0,
3
+ Open = 1,
4
+ Save = 2,
5
+ Cancel = 3,
6
+ Yes = 4,
7
+ No = 5,
8
+ NoButton = 6
9
+ }
@@ -6,22 +6,30 @@ export declare enum Icon {
6
6
  ArrowDown = "arrow_down",
7
7
  ArrowDownRegular = "arrow_down_regular",
8
8
  ArrowFatRight = "arrow_fat_right",
9
+ ArrowPointDown = "arrow_point_down",
9
10
  ArrowPointLeft = "arrow_point_left",
10
11
  ArrowPointRight = "arrow_point_right",
12
+ ArrowPointUp = "arrow_point_up",
11
13
  AtSolid = "at_solid",
12
14
  BarcodeReadRegular = "barcode_read_regular",
15
+ BellRegular = "bell_regular",
16
+ BellSlashRegular = "bell_slash_regular",
13
17
  BringForwardRegular = "bring_forward_regular",
14
18
  CheckDuotone = "check_duotone",
15
19
  CheckRound = "check_round",
20
+ CheckSolid = "check_solid",
21
+ ChevronRightRegular = "chevron_right_regular",
16
22
  ClockRegular = "clock_regular",
17
23
  CommentRegular = "comment_regular",
18
24
  CrossSkinny = "cross_skinny",
19
25
  Cubes = "cubes",
20
26
  DeleteLeftRegular = "delete_left_regular",
21
27
  DeliveryTruck = "delivery_truck",
28
+ DetailView = "detail_view",
22
29
  Dropzone = "dropzone",
23
30
  EditPenRegular = "edit_pen_regular",
24
31
  Email = "email",
32
+ Employee = "employee",
25
33
  EnvelopeRegular = "envelope_regular",
26
34
  EyeRegular = "eye_regular",
27
35
  FileExportRegular = "file_export_regular",
@@ -30,17 +38,21 @@ export declare enum Icon {
30
38
  FilePdfSolid = "file_pdf_solid",
31
39
  FileSignatureRegular = "file_signature_regular",
32
40
  HouseBlankRegular = "house_blank_regular",
41
+ IoneWorkflow = "ione_workflow",
33
42
  Lock = "lock",
34
43
  MessageSmsRegular = "message_sms_regular",
35
44
  MessageSmsSolid = "message_sms_solid",
45
+ Notification = "notification",
36
46
  PaperclipRegular = "paperclip_regular",
37
47
  Pdf = "pdf",
38
48
  PersonDiggingRegular = "person_digging_regular",
49
+ PinRoundOpen = "pin_round_open",
39
50
  Print = "print",
40
51
  PrintRegular = "print_regular",
41
52
  PrintSolid = "print_solid",
42
53
  SignatureField = "signature_field",
43
54
  TagRegular = "tag_regular",
55
+ Task = "task",
44
56
  Trashbin = "trashbin",
45
57
  Xml = "xml",
46
58
  XSolid = "x_solid"
@@ -0,0 +1,12 @@
1
+ export interface ActivitiesTaskConfigNames {
2
+ timeRegistrationMandatory?: string;
3
+ deleteActivityTaskButton?: string;
4
+ statusSummaryHeader?: string;
5
+ creationSummaryHeader?: string;
6
+ executiveSummaryHeader?: string;
7
+ planningSummaryHeader?: string;
8
+ attachmentsHeader?: string;
9
+ notificationsSummaryHeader?: string;
10
+ tagsHeader?: string;
11
+ taskInvoice?: string;
12
+ }
@@ -0,0 +1,5 @@
1
+ import { Activity } from "@colijnit/mainapi/build/model/activity.bo";
2
+ export declare type OperationCallbackActivity = {
3
+ (object: any): Promise<Activity>;
4
+ };
5
+ export declare function OperationWithActivityCallback(object: any): Promise<Activity>;
@@ -0,0 +1,5 @@
1
+ import { ValidationResult } from "@colijnit/ioneconnector/build/model/validation-result";
2
+ export declare type OperationCallbackFunctionWithValidation = {
3
+ (object: any, object2: any, object3: any): Promise<ValidationResult>;
4
+ };
5
+ export declare function OperationWithValidationCallback(object: any, object2: any, object3: any): Promise<ValidationResult>;
@@ -0,0 +1,9 @@
1
+ import { TemplateRef } from "@angular/core";
2
+ import { Subject } from "rxjs";
3
+ export declare class AppAbsoluteOverlayOutletService {
4
+ readonly templateCreateRequest: Subject<TemplateRef<any>>;
5
+ readonly templateDestroyRequest: Subject<TemplateRef<any>>;
6
+ constructor();
7
+ placeTemplateIntoOverlay(template: TemplateRef<any>): void;
8
+ removeTemplateFromOverlay(template: TemplateRef<any>): void;
9
+ }
@@ -23,11 +23,24 @@ import { ArticleExtended } from "@colijnit/articleapi/build/model/article-extend
23
23
  import { ArticleExtendedRequest } from "@colijnit/articleapi/build/model/article-extended-request";
24
24
  import { ArticleFlat } from "@colijnit/articleapi/build/model/article-flat.bo";
25
25
  import { ObjectConfiguration } from "@colijnit/ioneconnector/build/model/object-configuration";
26
+ import { RelationApi } from "@colijnit/relationapi";
27
+ import { RelationListObject } from "@colijnit/relationapi/build/model/relation-list-object.bo";
28
+ import { RelationRequest } from "@colijnit/relationapi/build/model/relation-request";
29
+ import { TaskCategory } from "@colijnit/mainapi/build/model/task-category.bo";
30
+ import { TableName } from "@colijnit/mainapi/build/enum/table-name.enum";
31
+ import { WorkflowProcess } from "@colijnit/mainapi/build/model/workflow-process";
32
+ import { DomainName } from "@colijnit/mainapi/build/enum/domain-name.enum";
33
+ import { CoDomainValue } from "@colijnit/mainapi/build/model/co-domain-value.bo";
34
+ import { RoleEmailaddress } from "@colijnit/mainapi/build/model/role-email-address";
35
+ import { Activity } from "@colijnit/mainapi/build/model/activity.bo";
36
+ import { ValidationResult } from "@colijnit/ioneconnector/build/model/validation-result";
37
+ import { WorkflowProcessInfoPerStatus } from "@colijnit/mainapi/build/model/workflow-process-info-per-status";
26
38
  export declare class SharedConnectorService {
27
39
  private _optionsService;
28
40
  articleConnector: Articles;
29
41
  sharedConnector: Sharedapi;
30
42
  mainConnector: MainApi;
43
+ relationConnector: RelationApi;
31
44
  private _boFactory;
32
45
  constructor(_optionsService: OptionsService);
33
46
  connect(): Promise<void>;
@@ -37,6 +50,13 @@ export declare class SharedConnectorService {
37
50
  getScreenConfigTree(): Promise<any>;
38
51
  getScreenConfigSubRubric(parentRubricId: number, configId: number, fixedKey: string): Promise<any>;
39
52
  getTagsFullTree(category: TagCategory, includeTags: boolean): Promise<TagTreeItem[]>;
53
+ getComponentActivitiesWithoutRelationFiltering(table: TableName, key: string): Promise<Activity[]>;
54
+ updateActivity(activity: Activity): Promise<boolean>;
55
+ deleteActivity(activity: Activity): Promise<boolean>;
56
+ lockTask(id: number): Promise<boolean>;
57
+ fireTrigger(workFlowProcessId: number, sequence: number, triggerId: number): Promise<ValidationResult>;
58
+ fireGenericTrigger(workFlowProcessId: number, genericTransitionId: number, relationId: number): Promise<ValidationResult>;
59
+ getJoinedTags(table: string, key: string): Promise<TagTreeItem[]>;
40
60
  getDocumentContent(id: number, thumbnail?: boolean): Promise<string>;
41
61
  getStockHistory(request: GetStockHistoryRequest): Promise<StockHistoryBo[]>;
42
62
  getStockInformation(data: ArticleStock): Promise<ArticleStockBo[]>;
@@ -51,5 +71,13 @@ export declare class SharedConnectorService {
51
71
  getStockStatus(): Promise<StockStatus[]>;
52
72
  getArticleTransaction(data: ArticleTransaction): Promise<ArticleTransactionBo[]>;
53
73
  getStockPrognose(goodId: number, warehouseNumber: number): Promise<StockForecast[]>;
74
+ getRelationListObjects(request: RelationRequest): Promise<RelationListObject[]>;
75
+ getTaskCategories(): Promise<TaskCategory[]>;
76
+ getActiveProcessesByTableAndKey(table: TableName, key: string): Promise<WorkflowProcess[]>;
77
+ getDomainCollection(languageCode: string, domain: DomainName): Promise<CoDomainValue[]>;
78
+ getRoleEmailAddressesByWorkflowCategoryAndKey(worlflowCategory: string, key: string): Promise<RoleEmailaddress[]>;
79
+ getWorkflowProcessInfoPerStatus(worlflowCategory: string): Promise<WorkflowProcessInfoPerStatus[]>;
80
+ getHistoricActivities(table: TableName, key: string): Promise<Activity[]>;
81
+ getComponentActivities(table: TableName, key: string): Promise<Activity[]>;
54
82
  commit(): Promise<DataServiceResponseData>;
55
83
  }
@@ -4,15 +4,43 @@ import { Printer } from '@colijnit/mainapi/build/model/printer.bo';
4
4
  import { SendMethod } from '@colijnit/mainapi/build/model/send-method.bo';
5
5
  import { TagCategory } from "@colijnit/mainapi/build/enum/tab-category.enum";
6
6
  import { TagTreeItem } from "@colijnit/mainapi/build/model/tag-tree-item.bo";
7
+ import { RelationRequest } from "@colijnit/relationapi/build/model/relation-request";
8
+ import { RelationListObject } from "@colijnit/relationapi/build/model/relation-list-object.bo";
9
+ import { TaskCategory } from "@colijnit/mainapi/build/model/task-category.bo";
10
+ import { TableName } from "@colijnit/mainapi/build/enum/table-name.enum";
11
+ import { WorkflowProcess } from "@colijnit/mainapi/build/model/workflow-process";
12
+ import { DomainName } from "@colijnit/mainapi/build/enum/domain-name.enum";
13
+ import { CoDomainValue } from "@colijnit/mainapi/build/model/co-domain-value.bo";
14
+ import { RoleEmailaddress } from "@colijnit/mainapi/build/model/role-email-address";
15
+ import { Activity } from "@colijnit/mainapi/build/model/activity.bo";
16
+ import { ValidationResult } from "@colijnit/ioneconnector/build/model/validation-result";
17
+ import { Task } from "@colijnit/mainapi/build/model/task.bo";
18
+ import { WorkflowProcessInfoPerStatus } from "@colijnit/mainapi/build/model/workflow-process-info-per-status";
7
19
  export declare class SharedService {
8
20
  protected options: OptionsService;
9
21
  protected connector: SharedConnectorService;
10
22
  constructor(options: OptionsService, connector: SharedConnectorService);
11
23
  init(options: any): Promise<void>;
24
+ connect(): Promise<void>;
12
25
  getAllPrinters(): Promise<Printer[]>;
13
26
  getSendMethods(): Promise<SendMethod[]>;
14
27
  getScreenConfigTree(): Promise<any>;
15
28
  getScreenConfigSubRubric(parentRubricId: number, configId: number, fixedKey: string): Promise<any>;
16
29
  getTagsFullTree(category: TagCategory, includeTags?: boolean): Promise<TagTreeItem[]>;
30
+ getJoinedTags(table: string, key: string): Promise<TagTreeItem[]>;
17
31
  getDocumentContent(docId: number, thumbnail?: boolean): Promise<string>;
32
+ getComponentActivitiesWithoutRelationFiltering(table: TableName, key: string): Promise<Activity[]>;
33
+ updateActivity(activity: Activity): Promise<boolean>;
34
+ deleteActivity(activity: Activity): Promise<boolean>;
35
+ lockTask(id: number): Promise<boolean>;
36
+ canFireTrigger(activity: Activity, task: Task): boolean;
37
+ fireTrigger(workFlowProcessId: number, sequence: number, triggerId: number): Promise<ValidationResult>;
38
+ fireGenericTrigger(workFlowProcessId: number, genericTransitionId: number, relationId: number): Promise<ValidationResult>;
39
+ getRelationListObjects(request: RelationRequest): Promise<RelationListObject[]>;
40
+ getTaskCategories(): Promise<TaskCategory[]>;
41
+ getActiveProcessesByTableAndKey(table: TableName, key: string): Promise<WorkflowProcess[]>;
42
+ getDomainCollection(languageCode: string, domainName: DomainName): Promise<CoDomainValue[]>;
43
+ getRoleEmailAddressesByWorkflowCategoryAndKey(workflowCategory: string, key: string): Promise<RoleEmailaddress[]>;
44
+ getWorkflowProcessInfoPerStatus(workflowCategory: string): Promise<WorkflowProcessInfoPerStatus[]>;
45
+ getActivities(table: TableName, key: string): Promise<Activity[]>;
18
46
  }
@@ -0,0 +1,15 @@
1
+ import { ElementRef } from "@angular/core";
2
+ import { ElementPosition } from "@colijnit/corecomponents_v12/lib/core/model/element-position";
3
+ export declare class BrowserUtils {
4
+ static ScrollToTop(nativeElement: any, milliSeconds?: number): void;
5
+ static DownloadFile(encodedUri: string, fileType: string): void;
6
+ static CopyToClipboard(data: string): void;
7
+ static TabFocusNextElement(): void;
8
+ static AreDimensionsInView(dimensions: ElementPosition, view?: ElementRef): boolean;
9
+ static HorizontalFitInView(dimensions: ElementPosition, view?: ElementRef): boolean;
10
+ static VerticalFitInView(dimensions: ElementPosition, view?: ElementRef): boolean;
11
+ static GetViewport(): ElementPosition;
12
+ static GetDimensions(view?: ElementRef): ElementPosition;
13
+ private static _ScrollTo;
14
+ private static _FindNextTabStop;
15
+ }
@@ -0,0 +1,12 @@
1
+ export declare class EventUtils {
2
+ static get passiveSupported(): boolean;
3
+ static get passiveBubble(): boolean;
4
+ static get passiveCapture(): boolean;
5
+ static GetMouseEventOrTouch(originalEvent: MouseEvent | TouchEvent): MouseEvent | Touch;
6
+ private static _passiveSupported;
7
+ private static _passiveCapture;
8
+ private static _passiveBubble;
9
+ static StopEvent(event: Event): void;
10
+ static KillEvent(event: Event): void;
11
+ private static _CheckPassiveSupported;
12
+ }
@@ -35,4 +35,5 @@ export declare class StringUtils {
35
35
  static Format(str: string, format: any[]): string;
36
36
  static RemoveLastChars(str: string, amount: number): string;
37
37
  private static _escapeRegExp;
38
+ static IsValidEmail(str: string): boolean;
38
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/sharedcomponents",
3
- "version": "1.0.69",
3
+ "version": "253.1.1",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "chart.js": "4.3.0",
@@ -9,15 +9,17 @@
9
9
  "peerDependencies": {
10
10
  "@angular/common": ">=12.2.0",
11
11
  "@angular/core": ">=12.2.0",
12
- "@colijnit/articleapi": ">=1.0.39",
13
- "@colijnit/mainapi": ">=1.0.38",
14
- "@colijnit/corecomponents_v12": ">=12.2.26",
15
- "@colijnit/ioneconnector": ">=3.1.24",
12
+ "@colijnit/articleapi": ">=253.1.1",
13
+ "@colijnit/mainapi": ">=253.1.1",
14
+ "@colijnit/corecomponents_v12": ">=253.1.1",
15
+ "@colijnit/ioneconnector": ">=253.1.1",
16
16
  "@colijnit/sharedapi": ">=1.0.20",
17
+ "@colijnit/relationapi": ">=253.1.1",
17
18
  "pdf-lib": ">=1.17.1",
18
19
  "pdfjs-dist": ">=3.8.162",
19
20
  "rxjs": ">=7.4.0",
20
21
  "signature_pad": ">=4.0.2",
22
+ "xlsx": ">=0.18.5",
21
23
  "zone.js": ">=0.11.4"
22
24
  },
23
25
  "main": "bundles/colijnit-sharedcomponents.umd.js",
package/public-api.d.ts CHANGED
@@ -17,10 +17,16 @@ export * from './lib/components/date-planning/date-planning.component';
17
17
  export * from './lib/components/date-planning/date-planning.module';
18
18
  export * from './lib/components/simple-tags/simple-tags.component';
19
19
  export * from './lib/components/simple-tags/simple-tags.module';
20
+ export * from './lib/components/simple-tags-form/simple-tags-form.component';
21
+ export * from './lib/components/simple-tags-form/simple-tags-form.module';
20
22
  export * from './lib/components/files-upload/files-upload.component';
21
23
  export * from './lib/components/files-upload/files-upload.module';
22
24
  export * from './lib/components/activity-list/activity-list.component';
23
25
  export * from './lib/components/activity-list/activity-list.module';
26
+ export * from './lib/components/open-activity-list/component-activity-list.component';
27
+ export * from './lib/components/open-activity-list/component-activity-list.module';
28
+ export * from './lib/components/workflow-info-tiles/workflow-info-tiles.component';
29
+ export * from './lib/components/workflow-info-tiles/workflow-info-tiles.module';
24
30
  export * from './lib/service/shared.service';
25
31
  export * from './lib/enum/calendar-view.enum';
26
32
  export * from './lib/model/agenda-event-per-day.model';