@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,139 @@
1
+ @include export-module('co-modify-task-form-layout') {
2
+ .co-modify-task-form {
3
+ display: flex;
4
+ height: 100%;
5
+ .wrapper {
6
+ display: grid;
7
+ grid-template-columns: repeat(auto-fit, minmax(368px, 736px));
8
+ }
9
+ .modify-task-header {
10
+ display: flex;
11
+ justify-content: space-around;
12
+ grid-column-gap: 10px;
13
+ column-gap: 10px;
14
+ border-radius: 5px;
15
+ padding: 0 0 10px 0;
16
+ border-style: solid;
17
+ border-width: 0 0 5px 0;
18
+ border-color: #ffffff;
19
+ .header-menu {
20
+ display: flex;
21
+ flex-direction: column;
22
+ flex-basis: 50px;
23
+ align-items: center;
24
+ cursor: pointer;
25
+ padding: 5px 15px;
26
+ margin: 0;
27
+ border-radius: 5px;
28
+ white-space: nowrap;
29
+ &.active {
30
+ color: #1A73E8;
31
+ background: #fff;
32
+ }
33
+ }
34
+ }
35
+ .content-menu-wrapper {
36
+ padding: 30px 0;
37
+
38
+ .co-simple-tags {
39
+ height: 300px;
40
+ }
41
+ }
42
+ .content-row-wrapper {
43
+ display: flex;
44
+ gap: 30px;
45
+ .content-left {
46
+ flex: 1;
47
+ }
48
+ .content-right {
49
+ flex-basis: 200px;
50
+ }
51
+ }
52
+ .activity-content-header {
53
+ padding: 15px 0 10px 0;
54
+ font-weight: 600;
55
+ }
56
+ .marked-time-wrapper {
57
+ display: flex;
58
+ gap: 10px;
59
+ align-content: center;
60
+ }
61
+
62
+ .main {
63
+ grid-column: 1;
64
+ grid-row: 1/2;
65
+ }
66
+
67
+ .side {
68
+ grid-column: 2;
69
+ grid-row: 1/3;
70
+ }
71
+
72
+ .bottom {
73
+ grid-column: 1;
74
+ grid-row: 2/3;
75
+ }
76
+
77
+ @media (max-width: 800px) {
78
+ .main {
79
+ grid-column: auto;
80
+ grid-row: auto;
81
+ }
82
+
83
+ .side {
84
+ grid-column: auto;
85
+ grid-row: auto;
86
+ max-width: inherit;
87
+ }
88
+
89
+ .bottom {
90
+ grid-column: auto;
91
+ grid-row: auto;
92
+ }
93
+ }
94
+
95
+ ::ng-deep form-expand-container {
96
+ border: 1px solid #DCE4EA;
97
+ }
98
+
99
+ ::ng-deep tags {
100
+ display: block;
101
+ padding: 30px;
102
+ min-height: initial;
103
+ }
104
+
105
+ ::ng-deep input-notification {
106
+ padding: 15px;
107
+ width: 100%;
108
+ }
109
+
110
+ .activities-wrapper {
111
+ border: 1px solid #DCE4EA;
112
+ padding: 30px;
113
+ max-width: $xs-width - 1;
114
+ .wrapper {
115
+ display: flex;
116
+ flex-direction: column;
117
+ }
118
+ }
119
+
120
+ .collapseable-wrapper {
121
+ padding: 10px;
122
+ border-bottom: 1px solid #DCE4EA;
123
+ }
124
+ .popupStyle {
125
+ min-width: 250px;
126
+ margin: 30px;
127
+ }
128
+ }
129
+
130
+ ::ng-deep #task_modifier_popup {
131
+ .popup-buttons {
132
+ align-self: center;
133
+ }
134
+ ::ng-deep .invoice-checkbox {
135
+ margin: 10px 0;
136
+ }
137
+
138
+ }
139
+ }
@@ -0,0 +1,5 @@
1
+ @include export-module('co-modify-task-form-theme') {
2
+ .co-modify-task-form {
3
+ }
4
+ }
5
+
@@ -0,0 +1,4 @@
1
+ @import "../../../style/mixin";
2
+ @import "./material-definition";
3
+ @import "./layout";
4
+ @import "./theme";
@@ -0,0 +1,67 @@
1
+ import { BaseActivityListComponent } from "./components/base-open-activity-list.component";
2
+ import { EventEmitter, OnDestroy, QueryList } from "@angular/core";
3
+ import { Icon } from "../../enum/icon.enum";
4
+ import { Activity } from "@colijnit/mainapi/build/model/activity.bo";
5
+ import { ActivityViewModel } from "@colijnit/mainapi/build/model/activity-view-model";
6
+ import { PersonalActivityTabEnum } from "@colijnit/mainapi/build/enum/personal-activity-tab.enum";
7
+ import { ActivitySortType } from "@colijnit/mainapi/build/enum/activity-sort-type.enum";
8
+ import { OperationCallbackSimpleFunction } from "../../interface/operation-callback-simple-function";
9
+ import { PersonalActivityOverviewComponent } from "./components/personal-activity-overview/personal-activity-overview.component";
10
+ import { OperationCallbackFunctionWithValidation } from "../../interface/operation-callback-function-with-validation";
11
+ import { SharedService } from "../../service/shared.service";
12
+ import { TableName } from "@colijnit/mainapi/build/enum/table-name.enum";
13
+ export declare class ComponentActivityListComponent extends BaseActivityListComponent implements OnDestroy {
14
+ protected sharedService: SharedService;
15
+ readonly tabs: typeof PersonalActivityTabEnum;
16
+ readonly icons: typeof Icon;
17
+ readonly activityClass: typeof Activity;
18
+ readonly activitySortType: typeof ActivitySortType;
19
+ activityOverviewList: QueryList<PersonalActivityOverviewComponent>;
20
+ showClass(): boolean;
21
+ set table(value: TableName);
22
+ get table(): TableName;
23
+ set key(value: string);
24
+ get key(): string;
25
+ hideTitle: boolean;
26
+ noFreeTasks: boolean;
27
+ customTitle: string;
28
+ userGroupId: number;
29
+ relationId: number;
30
+ componentActivitiesMethod: OperationCallbackSimpleFunction;
31
+ setHasPausedNotificationsForWorkflowProcessOperation: OperationCallbackFunctionWithValidation;
32
+ openLinkClick: EventEmitter<Activity>;
33
+ amountActivityChanged: EventEmitter<number>;
34
+ linkClicked: EventEmitter<{
35
+ module: string;
36
+ id: string;
37
+ }>;
38
+ formCreated: EventEmitter<void>;
39
+ refreshRequested: EventEmitter<void>;
40
+ showUsergroupActivitiesChanged: EventEmitter<void>;
41
+ activeTab: PersonalActivityTabEnum;
42
+ activityList: ActivityViewModel[];
43
+ trackByFn(index: number, vm: ActivityViewModel): any;
44
+ private _table;
45
+ private _key;
46
+ private _subs;
47
+ private _activitiesList;
48
+ constructor(sharedService: SharedService);
49
+ ngOnInit(): Promise<void>;
50
+ ngOnDestroy(): void;
51
+ getActivities(): Promise<void>;
52
+ set activitiesList(allActivities: Activity[]);
53
+ get activitiesList(): Activity[];
54
+ getDelegatedActivities(): Promise<void>;
55
+ showUsergroupActivitiesChange(): void;
56
+ handleTriggerFired(activity: Activity): void;
57
+ handleGenericTriggerFired(activity: Activity): void;
58
+ handleFormCreation(): void;
59
+ handleChangedActivity(idx: number, activity: Activity): void;
60
+ deleteActivity(activity: Activity): void;
61
+ reset(): void;
62
+ doFilterClicked(filter: {
63
+ from: Date;
64
+ to: Date;
65
+ }): void;
66
+ openFirstTask(): void;
67
+ }
@@ -0,0 +1,2 @@
1
+ export declare class ComponentActivityListModule {
2
+ }
@@ -0,0 +1,48 @@
1
+ import { OnDestroy } from "@angular/core";
2
+ import { Activity } from "@colijnit/mainapi/build/model/activity.bo";
3
+ import { ActivityListViewModel } from "@colijnit/mainapi/build/model/activity-list-view-model";
4
+ export declare abstract class BaseActivityListComponent implements OnDestroy {
5
+ protected reloadTimer: number;
6
+ handleOpenLinkSidebar: boolean;
7
+ set activities(value: Activity[]);
8
+ get activities(): Activity[];
9
+ set delegatedActivities(value: Activity[]);
10
+ get delegatedActivities(): Activity[];
11
+ filterFrom: Date;
12
+ filterTo: Date;
13
+ searchText: string;
14
+ filteredActivities: Activity[];
15
+ filteredDelegatedActivities: Activity[];
16
+ privateActivityListViewModels: ActivityListViewModel[];
17
+ privateDelegatedActivityListViewModels: ActivityListViewModel[];
18
+ filteredActivityListViewModels: ActivityListViewModel[];
19
+ filteredDelegatedActivityListViewModels: ActivityListViewModel[];
20
+ private _showUsergroupActivities;
21
+ get showUsergroupActivities(): boolean;
22
+ set showUsergroupActivities(value: boolean);
23
+ private _activities;
24
+ private _delegatedActivities;
25
+ private _updateInterval;
26
+ constructor();
27
+ ngOnDestroy(): void;
28
+ abstract getActivities(): any;
29
+ abstract getDelegatedActivities(): any;
30
+ reset(): void;
31
+ applyFilter(): void;
32
+ protected afterFilterApplied(): void;
33
+ protected getTheActivities(): void;
34
+ private _removeNotShowing;
35
+ protected updatePrivateListsWithFilteredLists(): void;
36
+ private _applyFilter;
37
+ private _searchText;
38
+ private _updatePrivateListWithFilteredList;
39
+ private _refreshActivities;
40
+ private _prepareViewModels;
41
+ private _setAmountListViewModels;
42
+ private _sortByPosition;
43
+ private _addToActivityListViewModel;
44
+ private _getActivityViewModel;
45
+ private _getActivityListViewModel;
46
+ private _startInterval;
47
+ private _updateViewModelContent;
48
+ }
@@ -0,0 +1,4 @@
1
+ import { BaseActivityOverviewComponent } from "../../../activity-overview-component/components/base-activity-overview.component";
2
+ export declare class PersonalActivityOverviewComponent extends BaseActivityOverviewComponent {
3
+ showClass(): boolean;
4
+ }
@@ -0,0 +1,2 @@
1
+ export declare class PersonalActivityOverviewModule {
2
+ }
@@ -0,0 +1,105 @@
1
+ @include export-module('co-personal-activity-overview') {
2
+ .co-personal-activity-overview{
3
+ user-select: none;
4
+ display: block;
5
+ background: rgba(255, 255, 255, 0);
6
+ transition: all .2s ease-in-out;
7
+ box-shadow: inset 0 0 1px rgba(1, 1, 1, 0.3);
8
+ padding: 10px;
9
+ overflow: hidden;
10
+
11
+ .overview-wrapper {
12
+ display: flex;
13
+ flex-direction: row;
14
+ align-items: baseline;
15
+ }
16
+ .overview-wrapper-icons {
17
+ display: flex;
18
+ align-items: center;
19
+ }
20
+ .overview-wrapper-labels {
21
+ display: flex;
22
+ flex-direction: column;
23
+ }
24
+ .overview-wrapper-date {
25
+ display: flex;
26
+ flex-shrink: 0;
27
+ flex-direction: column;
28
+ margin-left: auto;
29
+ }
30
+ .activity-context-title {
31
+ font-size: 10px;
32
+ }
33
+ .activity-title {
34
+ }
35
+ .date-wrapper {
36
+ font-size: 10px;
37
+ display: flex;
38
+ .icon {
39
+ flex-shrink: 0;
40
+ height: 20px;
41
+ width: 20px;
42
+ }
43
+ &.overdue {
44
+ color: red;
45
+ .icon ::ng-deep [fill] {
46
+ fill: red;
47
+ }
48
+ }
49
+ }
50
+
51
+ .overview-icon {
52
+ .supervisor-icon {
53
+ margin-left: -10px;
54
+ }
55
+ }
56
+
57
+ .overview-main {
58
+ display: flex;
59
+ width: 100%;
60
+ flex-direction: row;
61
+ margin-top: 10px;
62
+ flex-wrap: wrap;
63
+ column-gap: 10px;
64
+ row-gap: 5px;
65
+ }
66
+
67
+ .button-trigger {
68
+ height: 22px;
69
+ padding: 5px 10px;
70
+ &:after {
71
+ display: none;
72
+ }
73
+ }
74
+
75
+ .button-trigger-icon {
76
+ height: 22px;
77
+ padding: 5px 25px 5px 10px;
78
+ &:after {
79
+ display: none;
80
+ }
81
+ }
82
+
83
+ .date-divider {
84
+ margin: 0 5px;
85
+ font-weight: bold;
86
+ font-size: 14px;
87
+ line-height: 7px;
88
+ }
89
+
90
+ .date {
91
+ min-width: 35px;
92
+ }
93
+
94
+ .date, .time {
95
+ flex-shrink: 0;
96
+ font-size: 10px;
97
+ line-height: 10px;
98
+ }
99
+
100
+ &:not(.overdue):hover {
101
+ background: #FAFAFA;
102
+ color: #171721;
103
+ }
104
+ }
105
+ }
@@ -0,0 +1,4 @@
1
+ @include export-module('co-personal-activity-overview-theme') {
2
+ .co-personal-activity-overview {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../../../style/mixin";
2
+ @import "material-definition";
3
+ @import "layout";
4
+ @import "theme";
@@ -0,0 +1,26 @@
1
+ @include export-module('co-component-activity-list-layout') {
2
+ .co-component-activity-list {
3
+ display: flex;
4
+ flex-direction: column;
5
+ height: 900px;
6
+ padding: 30px 0;
7
+
8
+ .activity-list-content {
9
+ height: 900px;
10
+ overflow: hidden;
11
+ }
12
+ .activity-wrapper {
13
+ display: flex;
14
+ flex-direction: row;
15
+ column-gap: 20px;
16
+ height: 100%;
17
+ }
18
+ .activity-tab-content {
19
+ display: flex;
20
+ flex-direction: column;
21
+ flex-basis: 100%;
22
+ flex-shrink: 0;
23
+ overflow: auto;
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,4 @@
1
+ @include export-module('co-component-activity-list-theme') {
2
+ .co-component-activity-list {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -1,7 +1,6 @@
1
1
  import { EventEmitter } from "@angular/core";
2
2
  import { IconCacheService } from "../../service/icon-cache.service";
3
3
  import { Icon } from "../../enum/icon.enum";
4
- import { CdkDragDrop } from "@angular/cdk/drag-drop";
5
4
  import { SharedService } from "../../service/shared.service";
6
5
  import { TagTreeItem } from "@colijnit/mainapi/build/model/tag-tree-item.bo";
7
6
  export declare class SimpleTagsComponent {
@@ -9,6 +8,7 @@ export declare class SimpleTagsComponent {
9
8
  sharedService: SharedService;
10
9
  readonly icon: typeof Icon;
11
10
  set tags(tags: TagTreeItem[]);
11
+ get tags(): TagTreeItem[];
12
12
  set linkedTags(tags: TagTreeItem[]);
13
13
  get linkedTags(): TagTreeItem[];
14
14
  closeClick: EventEmitter<void>;
@@ -20,12 +20,5 @@ export declare class SimpleTagsComponent {
20
20
  private _linkedTags;
21
21
  showClass(): boolean;
22
22
  constructor(iconCacheService: IconCacheService, sharedService: SharedService);
23
- setRootDisplayTags(): void;
24
- handleTagSelected(selectedTag: TagTreeItem): void;
25
- handleCrumbClicked(tag: TagTreeItem, index: number): void;
26
- handleAddTag(event: CdkDragDrop<TagTreeItem[], any>): void;
27
- deleteLinkedTag(tag: TagTreeItem): void;
28
- searchCollection(): void;
29
23
  handleSaveTags(): void;
30
- private _loadThumbnail;
31
24
  }
@@ -0,0 +1,29 @@
1
+ import { EventEmitter } from "@angular/core";
2
+ import { IconCacheService } from "../../service/icon-cache.service";
3
+ import { Icon } from "../../enum/icon.enum";
4
+ import { CdkDragDrop } from "@angular/cdk/drag-drop";
5
+ import { SharedService } from "../../service/shared.service";
6
+ import { TagTreeItem } from "@colijnit/mainapi/build/model/tag-tree-item.bo";
7
+ export declare class SimpleTagsFormComponent {
8
+ iconCacheService: IconCacheService;
9
+ sharedService: SharedService;
10
+ readonly icon: typeof Icon;
11
+ set tags(tags: TagTreeItem[]);
12
+ set linkedTags(tags: TagTreeItem[]);
13
+ get linkedTags(): TagTreeItem[];
14
+ readonly linkedTagsChange: EventEmitter<TagTreeItem[]>;
15
+ breadCrumbs: TagTreeItem[];
16
+ displayTags: TagTreeItem[];
17
+ searchString: string;
18
+ private _tags;
19
+ private _linkedTags;
20
+ showClass(): boolean;
21
+ constructor(iconCacheService: IconCacheService, sharedService: SharedService);
22
+ setRootDisplayTags(): void;
23
+ handleTagSelected(selectedTag: TagTreeItem): void;
24
+ handleCrumbClicked(tag: TagTreeItem, index: number): void;
25
+ handleAddTag(event: CdkDragDrop<TagTreeItem[], any>): void;
26
+ deleteLinkedTag(tag: TagTreeItem): void;
27
+ searchCollection(): void;
28
+ private _loadThumbnail;
29
+ }
@@ -0,0 +1,2 @@
1
+ export declare class SimpleTagsFormModule {
2
+ }