@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,257 @@
1
+ @include export-module('co-simple-tags-form-layout') {
2
+ .co-simple-tags-form {
3
+ .form-content-wrapper {
4
+ display: flex;
5
+ flex-direction: row;
6
+ width: 600px;
7
+ height: 600px;
8
+ max-width: 100%;
9
+ column-gap: $sc-co-simple-tags-content-column-gap;
10
+
11
+ .collection-navigation {
12
+ width: $sc-co-simple-tags-navigation-width;
13
+ display: flex;
14
+ flex-direction: column;
15
+ row-gap: $sc-co-simple-tags-navigation-column-gap;
16
+ overflow-x: hidden;
17
+ padding-right: 3px;
18
+
19
+ .co-input-search {
20
+ display: block;
21
+ .co-input-text {
22
+ height: 30px;
23
+ &:before {
24
+ display: none;
25
+ }
26
+ }
27
+ }
28
+
29
+ .breadcrumbs {
30
+ display: flex;
31
+ flex-direction: row;
32
+ align-items: center;
33
+
34
+ .co-icon {
35
+ cursor: pointer;
36
+ width: $sc-co-simple-tags-navigation-home-icon-size;
37
+ height: $sc-co-simple-tags-navigation-home-icon-size;
38
+ }
39
+
40
+ .crumbs {
41
+ display: flex;
42
+ overflow: hidden;
43
+ white-space: nowrap;
44
+ text-overflow: ellipsis;
45
+
46
+ .crumb {
47
+ cursor: pointer;
48
+ overflow: hidden;
49
+ white-space: nowrap;
50
+ text-overflow: ellipsis;
51
+ }
52
+
53
+ .spacer {
54
+ margin: 0 5px;
55
+ }
56
+ }
57
+ }
58
+
59
+ .collection-view {
60
+ display: flex;
61
+ flex-direction: column;
62
+ row-gap: $sc-co-simple-tags-navigation-collection-row-gap;
63
+ }
64
+ }
65
+
66
+ .linked-tags-view {
67
+ width: $sc-co-simple-tags-linked-tags-width;
68
+ display: flex;
69
+ flex-direction: column;
70
+ row-gap: $sc-co-simple-tags-linked-tags-row-gap;
71
+
72
+ .view-wrapper {
73
+ display: grid;
74
+ grid-template-columns: 50% 50%;
75
+ grid-auto-rows: $sc-co-simple-tags-linked-tags-tag-height;
76
+ column-gap: $sc-co-simple-tags-linked-tags-gap-size;
77
+ row-gap: $sc-co-simple-tags-linked-tags-gap-size;
78
+ width: calc(100% - #{$sc-co-simple-tags-linked-tags-gap-size});
79
+ height: 100%;
80
+
81
+ .collection-item {
82
+ visibility: hidden;
83
+ }
84
+ }
85
+ }
86
+
87
+ .collection-item {
88
+ border-radius: $sc-co-simple-tags-collection-item-border-radius;
89
+ padding: $sc-co-simple-tags-collection-item-padding;
90
+ border: $sc-co-simple-tags-collection-item-border;
91
+ display: flex;
92
+ cursor: pointer;
93
+ background: $sc-co-simple-tags-collection-item-background-color;
94
+ &:hover {
95
+ background-color: $sc-co-simple-tags-collection-item-background-color;
96
+ }
97
+ &.draggable {
98
+ cursor: move;
99
+ }
100
+ &.disabled {
101
+ background-color: $sc-co-simple-tags-collection-item-background-color;
102
+ cursor: default;
103
+ }
104
+
105
+ span {
106
+ margin-left: 10px;
107
+ overflow: hidden;
108
+ white-space: nowrap;
109
+ text-overflow: ellipsis;
110
+ }
111
+
112
+ .co-icon {
113
+ width: $sc-co-simple-tags-collection-item-icon-size;
114
+ height: $sc-co-simple-tags-collection-item-icon-size;
115
+ }
116
+ }
117
+
118
+ .tag-item {
119
+ display: flex;
120
+ border: $sc-co-simple-tags-collection-item-border;
121
+ border-radius: $sc-co-simple-tags-collection-item-border-radius;
122
+ align-items: center;
123
+ justify-content: space-between;
124
+ overflow: hidden;
125
+ background: $sc-co-simple-tags-collection-item-background-color;
126
+ .thumbnail-description {
127
+ display: flex;
128
+ height: 100%;
129
+ align-items: center;
130
+ overflow: hidden;
131
+
132
+ .thumbnail-wrapper {
133
+ height: inherit;
134
+
135
+ img {
136
+ height: inherit;
137
+ padding: 5px;
138
+ border-radius: $sc-co-simple-tags-collection-item-border-radius;
139
+ }
140
+ }
141
+
142
+ .co-icon {
143
+ margin: 0 8px;
144
+ width: $sc-co-simple-tags-collection-tag-icon-size;
145
+ height: $sc-co-simple-tags-collection-tag-icon-size;
146
+ }
147
+
148
+ .description-wrapper {
149
+ display: flex;
150
+ flex-direction: column;
151
+ row-gap: 2px;
152
+ justify-content: center;
153
+ overflow: hidden;
154
+
155
+ .description {
156
+ font-weight: bold;
157
+ }
158
+
159
+ span {
160
+ overflow: hidden;
161
+ white-space: nowrap;
162
+ text-overflow: ellipsis;
163
+ }
164
+ }
165
+ }
166
+
167
+ .delete-tag {
168
+ cursor: pointer;
169
+ margin: $sc-co-simple-tags-linked-tag-delete-icon-margin;
170
+ width: $sc-co-simple-tags-linked-tag-delete-icon-size;
171
+ height: $sc-co-simple-tags-linked-tag-delete-icon-size;
172
+ }
173
+ }
174
+ }
175
+
176
+ .dialog-footer {
177
+ background-color: $sc-co-simple-tags-dialog-footer-background;
178
+ border-width: $sc-co-simple-tags-dialog-footer-border-width;
179
+ border-style: solid;
180
+ border-color: $sc-co-simple-tags-dialog-footer-border-color;
181
+ padding: $sc-co-simple-tags-dialog-footer-padding;
182
+ .co-dialog-footer-button-wrapper {
183
+ gap: $sc-co-simple-tags-dialog-footer-button-wrapper-gap;
184
+ }
185
+ }
186
+ .save-button {
187
+ height: $sc-co-simple-tags-dialog-save-button-size;
188
+ width: $sc-co-simple-tags-dialog-save-button-size;
189
+ border-color: $sc-co-simple-tags-dialog-button-border-color;
190
+ border-style: $sc-co-simple-tags-dialog-button-border-style;
191
+ border-width: $sc-co-simple-tags-dialog-button-border-width;
192
+ background-color: $sc-co-simple-tags-dialog-button-background-color;
193
+ padding: $sc-co-simple-tags-dialog-button-padding;
194
+ box-shadow: $sc-co-simple-tags-dialog-button-box-shadow;
195
+ cursor: pointer;
196
+ .co-icon {
197
+ height: $sc-co-simple-tags-dialog-save-button-icon-size;
198
+ width: $sc-co-simple-tags-dialog-save-button-icon-size;
199
+ svg {
200
+ fill: $sc-co-simple-tags-dialog-save-button-icon-color;
201
+ }
202
+ }
203
+ }
204
+ .close-button {
205
+ height: $sc-co-simple-tags-dialog-close-button-size;
206
+ width: $sc-co-simple-tags-dialog-close-button-size;
207
+ border-color: $sc-co-simple-tags-dialog-button-border-color;
208
+ border-style: $sc-co-simple-tags-dialog-button-border-style;
209
+ border-width: $sc-co-simple-tags-dialog-button-border-width;
210
+ background-color: $sc-co-simple-tags-dialog-close-button-background-color;
211
+ padding: $sc-co-simple-tags-dialog-button-padding;
212
+ box-shadow: $sc-co-simple-tags-dialog-button-box-shadow;
213
+ cursor: pointer;
214
+ .co-icon {
215
+ height: $sc-co-simple-tags-dialog-save-button-icon-size;
216
+ width: $sc-co-simple-tags-dialog-save-button-icon-size;
217
+ svg {
218
+ fill: $sc-co-simple-tags-dialog-save-button-icon-color;
219
+ }
220
+ [fill] {
221
+ fill: $sc-co-simple-tags-dialog-save-button-icon-color;
222
+ }
223
+ }
224
+ }
225
+ .co-input-checkbox {
226
+ .checkbox {
227
+ border-color: #FFFFFF;
228
+ background-color: #FFFFFF;
229
+ &.checked {
230
+ border-color: $sc-co-simple-tags-checkbox-checked-background-color;
231
+ background-color: $sc-co-simple-tags-checkbox-checked-background-color;
232
+ }
233
+ .checkmark {
234
+ &.show {
235
+ border-color: #FFFFFF;
236
+ }
237
+ }
238
+ }
239
+ }
240
+ .disabled {
241
+ cursor: default;
242
+ opacity: 0.6;
243
+ }
244
+ .clickable {
245
+ cursor: pointer;
246
+ }
247
+ .co-dialog {
248
+ .co-dialog-wrapper {
249
+ background: #f8f8fa;
250
+ max-height: 90vh;
251
+ .dialog-header, .dialog-content, .dialog-footer {
252
+ background: #f8f8fa;
253
+ }
254
+ }
255
+ }
256
+ }
257
+ }
@@ -0,0 +1,39 @@
1
+ $sc-co-simple-tags-header-column-gap: 10px !default;
2
+ $sc-co-simple-tags-header-margin-bottom: 25px !default;
3
+ $sc-co-simple-tags-header-icon-size: 20px !default;
4
+ $sc-co-simple-tags-content-column-gap: 40px !default;
5
+ $sc-co-simple-tags-navigation-column-gap: 15px !default;
6
+ $sc-co-simple-tags-navigation-width: 30% !default;
7
+ $sc-co-simple-tags-navigation-home-icon-size: 15px !default;
8
+ $sc-co-simple-tags-navigation-collection-row-gap: 4px !default;
9
+ $sc-co-simple-tags-linked-tags-width: 70% !default;
10
+ $sc-co-simple-tags-linked-tags-row-gap: 15px !default;
11
+ $sc-co-simple-tags-linked-tags-tag-height: 40px !default;
12
+ $sc-co-simple-tags-linked-tags-gap-size: 10px !default;
13
+ $sc-co-simple-tags-collection-item-border-radius: 7px !default;
14
+ $sc-co-simple-tags-collection-item-padding: 6px !default;
15
+ $sc-co-simple-tags-collection-item-border: 0px solid #dcdcdc !default;
16
+ $sc-co-simple-tags-collection-item-background-color: #ffffff !default;
17
+ $sc-co-simple-tags-collection-item-icon-size: 15px !default;
18
+ $sc-co-simple-tags-linked-tag-delete-icon-size: 10px !default;
19
+ $sc-co-simple-tags-linked-tag-delete-icon-margin: 10px !default;
20
+ $sc-co-simple-tags-collection-tag-icon-size: 20px !default;
21
+
22
+ $sc-co-simple-tags-dialog-footer-border-width: 5px 0 0 0 !default;
23
+ $sc-co-simple-tags-dialog-footer-border-color: #ffffff !default;
24
+ $sc-co-simple-tags-dialog-footer-padding: 20px 0 0 0 !default;
25
+ $sc-co-simple-tags-dialog-footer-background: #f8f8fa !default;
26
+ $sc-co-simple-tags-dialog-footer-button-wrapper-gap: 5px !default;
27
+
28
+ $sc-co-simple-tags-dialog-save-button-size: auto !default;
29
+ $sc-co-simple-tags-dialog-save-button-icon-size: 20px !default;
30
+ $sc-co-simple-tags-dialog-save-button-icon-color: $sc-color-light !default;
31
+ $sc-co-simple-tags-dialog-button-border-color: #DCE4EA !default;
32
+ $sc-co-simple-tags-dialog-button-border-width: 0 0 0 0 !default;
33
+ $sc-co-simple-tags-dialog-button-border-style: solid !default;
34
+ $sc-co-simple-tags-dialog-button-padding: 8px !default;
35
+ $sc-co-simple-tags-dialog-button-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3) !default;
36
+ $sc-co-simple-tags-dialog-button-background-color: $sc-color-action !default;
37
+ $sc-co-simple-tags-dialog-close-button-size: auto !default;
38
+ $sc-co-simple-tags-dialog-close-button-background-color: #475060 !default;
39
+ $sc-co-simple-tags-checkbox-checked-background-color: #1a73e8 !default;
@@ -0,0 +1,4 @@
1
+ @include export-module('co-simple-tags-form-theme') {
2
+ .co-simple-tags-form {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -18,11 +18,16 @@ export declare class StockLocationComponent implements OnInit, OnDestroy {
18
18
  readonly icons: typeof Icon;
19
19
  articleStockInfo: ArticleDetailsBo[];
20
20
  articleStockInformation: ArticleStockBo[];
21
+ articleWarehouse: any[];
22
+ allWarehouses: any[];
21
23
  set article(article: ArticleExtended);
24
+ showStockTransfer: boolean;
22
25
  articleFlat: ArticleFlat;
23
26
  dataWareHouseCode: StockManagementWarehouses[];
24
27
  readonly transferIconClicked: EventEmitter<ArticleStockBo>;
25
28
  readonly sendMethodDialogClicked: EventEmitter<PrintPriceStickers>;
29
+ showStockTransferChange: EventEmitter<boolean>;
30
+ handleStickerClicked: EventEmitter<any>;
26
31
  selectedWarehouse: StockManagementWarehouses;
27
32
  articleDetails: ArticleDetailsBo;
28
33
  showConfirmationDialog: boolean;
@@ -37,11 +42,12 @@ export declare class StockLocationComponent implements OnInit, OnDestroy {
37
42
  constructor(iconCacheService: IconCacheService, _stockService: StockService, _changeDetector: ChangeDetectorRef);
38
43
  ngOnInit(): void;
39
44
  ngOnDestroy(): void;
45
+ onShowStockTransferChange(show: boolean): void;
40
46
  onLocationDropdownClick(): void;
41
47
  locationChanged(row: ArticleDetailsBo, event: StockLocation): void;
42
48
  amountInStockChanged(data: any): void;
43
49
  openSendMethodDialog(data: any): void;
44
- handleStockTransferClick(event: any): void;
50
+ handleStockTransferClick(event: ArticleDetailsBo): void;
45
51
  onOkClickSendLocations(row: ArticleDetailsBo): void;
46
52
  handleAddRow(): void;
47
53
  handleOkClick(): void;
@@ -48,6 +48,7 @@ export declare class Translation {
48
48
  REFERENCE?: string;
49
49
  RELATION_ID?: string;
50
50
  RELATION_NR?: string;
51
+ REMARK?: string;
51
52
  RESERVED?: string;
52
53
  QUANTITY?: string;
53
54
  SEARCH?: string;
@@ -55,6 +56,7 @@ export declare class Translation {
55
56
  SERIE_NO?: string;
56
57
  STANDARD_WAREHOUSE?: string;
57
58
  STANDARD_LOCATION?: string;
59
+ STATUS?: string;
58
60
  STICKER?: string;
59
61
  STOCK?: string;
60
62
  STOCK_DETAILS?: string;
@@ -22,6 +22,7 @@ export declare class StockTabsComponent implements OnInit {
22
22
  stockInformation: ArticleStockBo[];
23
23
  article: ArticleExtended;
24
24
  articleFlat: ArticleFlat;
25
+ showStockTransfer: boolean;
25
26
  warehouses: StockManagementWarehouses[];
26
27
  readonly transferIconClicked: EventEmitter<ArticleStockBo>;
27
28
  readonly sendMethodDialogClicked: EventEmitter<PrintPriceStickers>;
@@ -43,6 +44,7 @@ export declare class StockTabsComponent implements OnInit {
43
44
  historyTabs: Tab[];
44
45
  constructor(_stockService: StockService, _localizeService: LocalizeService, _changeDetector: ChangeDetectorRef);
45
46
  ngOnInit(): void;
47
+ onShowStockTransferChange(show: boolean): void;
46
48
  handleLocationClicked(data: string): void;
47
49
  getStockHistory(): void;
48
50
  getOrderSupplyStockHistory(): void;
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, EventEmitter } from "@angular/core";
1
+ import { AfterViewInit, ChangeDetectorRef, EventEmitter } from "@angular/core";
2
2
  import { PrintStockStickers } from "@colijnit/articleapi/build/model/print-stock-stickers";
3
3
  import { StockService } from "../../../service/stock.service";
4
4
  import { ArticleStock as ArticleStockBo } from "@colijnit/articleapi/build/model/article-stock.bo";
@@ -8,31 +8,44 @@ import { StockStatus } from "@colijnit/articleapi/build/model/stock-status.bo";
8
8
  import { StockLocation } from "@colijnit/articleapi/build/model/stock-location.bo";
9
9
  import { IconCacheService } from "../../../service/icon-cache.service";
10
10
  import { Icon } from "../../../enum/icon.enum";
11
+ import { ArticleFlat } from "@colijnit/articleapi/build/model/article-flat.bo";
12
+ import { ArticleStockManagement } from "@colijnit/articleapi/build/model/article-stock-management";
11
13
  export declare class StockTransferComponent implements AfterViewInit {
12
14
  private _stockService;
13
15
  iconCacheService: IconCacheService;
16
+ private _changeDetector;
14
17
  stockSticker: PrintStockStickers;
15
18
  article: ArticleStockBo;
16
19
  articleToTransfer: ArticleDetailsBo;
17
- articleWarehouse: any[];
18
20
  allWarehouses: any[];
21
+ showStockTransfer: boolean;
22
+ selectedArticleDetailsData: ArticleDetailsBo;
23
+ articleFlat: ArticleFlat;
24
+ articleDetailsInformation: ArticleStockManagement;
25
+ selectedWarehouse: StockManagementWarehouses;
26
+ selectedLocationNo: string;
27
+ articleStockInfo: ArticleDetailsBo[];
28
+ stockLocations: StockLocation[];
19
29
  handleClick: EventEmitter<number>;
20
30
  handleStickerClicked: EventEmitter<any>;
31
+ updateGridData: EventEmitter<ArticleDetailsBo[]>;
32
+ showStockTransferChange: EventEmitter<boolean>;
21
33
  showSendMethodDialog: boolean;
34
+ transferFull: boolean;
22
35
  warehouses: StockManagementWarehouses[];
23
36
  stockState: StockStatus[];
24
37
  locations: StockLocation[];
25
- selectedWarehouse: StockManagementWarehouses;
38
+ stockStatus: StockStatus[];
26
39
  readonly icons: typeof Icon;
27
- constructor(_stockService: StockService, iconCacheService: IconCacheService);
40
+ constructor(_stockService: StockService, iconCacheService: IconCacheService, _changeDetector: ChangeDetectorRef);
28
41
  ngAfterViewInit(): void;
29
42
  handleOkClick(data: ArticleDetailsBo): void;
30
- handleCancelClick(): void;
43
+ onCloseClick(): void;
31
44
  handleSelectedWarehouse(event: StockManagementWarehouses): void;
32
45
  handleSelectedLocation(event: StockLocation): void;
33
46
  handleSelectedStockState(event: StockStatus): void;
34
47
  handleStickerClick(): void;
35
48
  getStockManagementWarehouses(): void;
36
- getStockManagementLocations(data: any): void;
49
+ getStockManagementLocations(): void;
37
50
  getStockState(): void;
38
51
  }
@@ -13,6 +13,7 @@ import { SharedConnectorService } from "../../service/shared-connector.service";
13
13
  import { ArticleFlat } from "@colijnit/articleapi/build/model/article-flat.bo";
14
14
  import { Icon } from "../../enum/icon.enum";
15
15
  import { IconCacheService } from "../../service/icon-cache.service";
16
+ import { ArticleStockManagement } from "@colijnit/articleapi/build/model/article-stock-management";
16
17
  export declare class StockComponent implements OnDestroy, OnInit {
17
18
  private _stockService;
18
19
  private _optionsService;
@@ -30,6 +31,7 @@ export declare class StockComponent implements OnDestroy, OnInit {
30
31
  readonly okButtonClicked: EventEmitter<any>;
31
32
  readonly cancelButtonClicked: EventEmitter<any>;
32
33
  handleClick: EventEmitter<any>;
34
+ updateGridData: EventEmitter<ArticleDetailsBo[]>;
33
35
  showClass(): boolean;
34
36
  loaded: boolean;
35
37
  showStockInformationGrid: boolean;
@@ -38,6 +40,7 @@ export declare class StockComponent implements OnDestroy, OnInit {
38
40
  stockTransferArticle: ArticleStockBo;
39
41
  stockTransferArticleDetails: ArticleDetailsBo;
40
42
  articleExtended: ArticleExtended;
43
+ articleDetailsInformation: ArticleStockManagement;
41
44
  articleFlat: ArticleFlat;
42
45
  stockHistory: StockHistoryBo[];
43
46
  allAvailableStock: number;
@@ -255,6 +255,14 @@
255
255
  max-width: 100%;
256
256
  }
257
257
  }
258
+ co-send-method-dialog {
259
+ .co-dialog {
260
+ .co-dialog-wrapper {
261
+ width: 600px;
262
+ max-width: 100%;
263
+ }
264
+ }
265
+ }
258
266
  }
259
267
  .stock-transfer {
260
268
  .stock-transfer-bottom-column {
@@ -311,10 +319,17 @@
311
319
  }
312
320
  }
313
321
  .transfer-quantity {
322
+ position: relative;
314
323
  .co-input-number-picker {
315
324
  height: 30px;
316
325
  max-width: 150px;
317
326
  }
327
+ span {
328
+ position: absolute;
329
+ text-transform: lowercase;
330
+ color: red;
331
+ bottom: -15px;
332
+ }
318
333
  }
319
334
  }
320
335
  .transfer-arrow-wrapper {
@@ -343,6 +358,7 @@
343
358
  justify-content: center;
344
359
  align-items: center;
345
360
  height: 100%;
361
+ width: auto;
346
362
  position: relative;
347
363
  padding: 10px;
348
364
  border-radius: 100%;
@@ -475,45 +491,62 @@
475
491
  }
476
492
  }
477
493
  }
478
-
494
+ .simple-grid-table {
495
+ position: relative;
479
496
  .simple-grid-column-header {
480
497
  border-width: 0;
481
- }
482
- .simple-grid-row {
483
- border-width: 0;
484
- border: none;
485
- height: 45px;
486
- font-size: 10px;
487
- &:nth-child(odd) {
488
- background: #f8f8fa;
498
+ &:hover {
499
+ .simple-grid-column-header-wrapper {
500
+ position: unset;
501
+ .simple-grid-column-header-label {
502
+ overflow: visible;
503
+ background: #FFF;
504
+ position: absolute;
505
+ width: auto;
506
+ text-overflow: unset;
507
+ top: 0;
508
+ font-size: 10px;
509
+ color: #1a73e8;
510
+ z-index: 9;
511
+ }
512
+ }
489
513
  }
490
514
  }
491
- .simple-grid-column-cell-field {
492
- border-width: 1px;
493
- border-radius: 0;
494
- padding: 5px 10px;
495
- border-color: #DCE4EA;
515
+ }
516
+ .simple-grid-row {
517
+ border-width: 0;
518
+ border: none;
519
+ height: 45px;
520
+ font-size: 10px;
521
+ &:nth-child(odd) {
522
+ background: #f8f8fa;
496
523
  }
497
- .simple-grid-column-header-label {
498
- border-width: 0 0 1px 0;
524
+ }
525
+ .simple-grid-column-cell-field {
526
+ border-width: 1px;
527
+ border-radius: 0;
528
+ padding: 5px 10px;
529
+ border-color: #DCE4EA;
530
+ }
531
+ .simple-grid-column-header-label {
532
+ border-width: 0 0 1px 0;
533
+ }
534
+ .co-simple-grid-cell {
535
+ .menu-icon {
536
+ cursor: pointer;
537
+ width: 24px;
538
+ height: 24px;
499
539
  }
500
- .co-simple-grid-cell {
540
+ .stock-amount {
541
+ display: flex;
542
+ gap: 10px;
543
+ align-items: center;
544
+ cursor: pointer;
501
545
  .menu-icon {
502
- cursor: pointer;
503
- width: 24px;
504
- height: 24px;
505
- }
506
- .stock-amount {
507
- display: flex;
508
- gap: 10px;
509
- align-items: center;
510
- cursor: pointer;
511
- .menu-icon {
512
- width: 14px;
513
- height: 14px;
514
- }
546
+ width: 14px;
547
+ height: 14px;
515
548
  }
516
549
  }
517
550
  }
518
-
551
+ }
519
552
  }
@@ -0,0 +1,5 @@
1
+ @include export-module('co-task-modifier') {
2
+ .co-task-modifier{
3
+
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ @include export-module('co-task-modifier-theme') {
2
+ .co-task-modifier {
3
+ }
4
+ }
@@ -0,0 +1,4 @@
1
+ @import "../../../style/mixin";
2
+ @import "./_material-definition";
3
+ @import "./_layout";
4
+ @import "./_theme";
@@ -0,0 +1,65 @@
1
+ import { EventEmitter, OnDestroy } from "@angular/core";
2
+ import { CoreDialogService, FormComponent } from "@colijnit/corecomponents_v12";
3
+ import { Activity } from "@colijnit/mainapi/build/model/activity.bo";
4
+ import { WorkflowCategoryType } from "@colijnit/mainapi/build/enum/workflow-category.enum";
5
+ import { Icon } from "../../enum/icon.enum";
6
+ import { DictionaryService } from "../../service/dictionary.service";
7
+ import { BusinessObjectFactory } from "@colijnit/ioneconnector/build/service/business-object-factory";
8
+ import { Task } from "@colijnit/mainapi/build/model/task.bo";
9
+ import { OperationCallbackActivity } from "../../interface/operation-callback-activity";
10
+ import { IconCacheService } from "../../service/icon-cache.service";
11
+ import { ModifyTaskFormComponent } from "../modify-task-form/modify-task-form.component";
12
+ import { SharedService } from "../../service/shared.service";
13
+ export declare class TaskModifierComponent implements OnDestroy {
14
+ private _dialogService;
15
+ private _boFactory;
16
+ private readonly _dictionary;
17
+ iconService: IconCacheService;
18
+ protected sharedService: SharedService;
19
+ readonly icons: typeof Icon;
20
+ mainForm: FormComponent;
21
+ modifyTaskForm: ModifyTaskFormComponent;
22
+ get readonly(): boolean;
23
+ workflowCategory: WorkflowCategoryType;
24
+ reference: string;
25
+ referenceId: string;
26
+ userGroupId: number;
27
+ relationId: number;
28
+ createTaskOperation: OperationCallbackActivity;
29
+ forceReadonly: boolean;
30
+ readonly editingComplete: EventEmitter<Activity>;
31
+ readonly activitySaved: EventEmitter<Activity>;
32
+ readonly activityDeleted: EventEmitter<Activity>;
33
+ readonly closedWithoutComplete: EventEmitter<boolean>;
34
+ readonly showWorkLog: EventEmitter<void>;
35
+ readonly taskCreated: EventEmitter<Task>;
36
+ readonly taskModified: EventEmitter<Task>;
37
+ showClass(): boolean;
38
+ get showForm(): boolean;
39
+ get header(): string;
40
+ get subHeader(): string;
41
+ get subSubHeader(): string;
42
+ get subHeaderLink(): string;
43
+ get userIsTaskReporter(): boolean;
44
+ showAfterInsert: boolean;
45
+ showNewForm: boolean;
46
+ showModificationForm: boolean;
47
+ currentActivity: Activity;
48
+ editActivity: Activity;
49
+ taskEditting: boolean;
50
+ constructor(_dialogService: CoreDialogService, _boFactory: BusinessObjectFactory, _dictionary: DictionaryService, iconService: IconCacheService, sharedService: SharedService);
51
+ ngOnDestroy(): void;
52
+ handleSaveForm(): void;
53
+ onValid(): Promise<void>;
54
+ handleCancelForm(): void;
55
+ onPopupClose(): void;
56
+ hide(): void;
57
+ deleteTask(): Promise<void>;
58
+ createNewTask(standalone?: boolean): Promise<void>;
59
+ startModifyingTask(activity: Activity): Promise<void>;
60
+ startModifyingTaskAndWorkLog(activity: Activity): Promise<void>;
61
+ _createClone(): void;
62
+ doHandleStatusChange(editting: boolean): void;
63
+ updateEditActivity(activity: Activity): void;
64
+ protected readonly Icon: typeof Icon;
65
+ }
@@ -0,0 +1,2 @@
1
+ export declare class TaskModifyerModule {
2
+ }