@netgrif/components-core 6.2.4 → 6.2.6

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 (264) hide show
  1. package/esm2020/lib/admin/role-assignment/abstract-role-assignment.component.mjs +3 -3
  2. package/esm2020/lib/admin/role-assignment/services/role-assignment.service.mjs +3 -3
  3. package/esm2020/lib/admin/role-assignment-ldap-group/abstract-ldap-group-role-assignment.component.mjs +3 -3
  4. package/esm2020/lib/admin/role-assignment-ldap-group/services/role-assignment-ldap-group.service.mjs +3 -3
  5. package/esm2020/lib/admin/user-invite/abstract-user-invite.component.mjs +3 -3
  6. package/esm2020/lib/admin/user-invite/services/organization-list.service.mjs +3 -3
  7. package/esm2020/lib/admin/user-invite/services/user-invite.service.mjs +3 -3
  8. package/esm2020/lib/allowed-nets/services/allowed-nets.service.mjs +3 -3
  9. package/esm2020/lib/allowed-nets/services/base-allowed-nets.service.mjs +3 -3
  10. package/esm2020/lib/allowed-nets/services/factory/allowed-nets-service-factory.mjs +3 -3
  11. package/esm2020/lib/authentication/anonymous/anonymous.service.mjs +3 -3
  12. package/esm2020/lib/authentication/authentication.module.mjs +4 -4
  13. package/esm2020/lib/authentication/components/abstract-authentication-overlay.mjs +3 -3
  14. package/esm2020/lib/authentication/models/user.transformer.mjs +3 -3
  15. package/esm2020/lib/authentication/services/anonymous-authentication-interceptor.mjs +3 -3
  16. package/esm2020/lib/authentication/services/authentication/authentication.service.mjs +3 -3
  17. package/esm2020/lib/authentication/services/authentication-interceptor.mjs +3 -3
  18. package/esm2020/lib/authentication/services/guard/authentication-guard.service.mjs +3 -3
  19. package/esm2020/lib/authentication/services/methods/basic-authentication/basic-authentication.service.mjs +3 -3
  20. package/esm2020/lib/authentication/services/methods/null-authentication/null-authentication.service.mjs +3 -3
  21. package/esm2020/lib/authentication/session/services/session.service.mjs +3 -3
  22. package/esm2020/lib/authentication/sign-up/services/sign-up.service.mjs +3 -3
  23. package/esm2020/lib/authentication/sign-up/sign-up.module.mjs +4 -4
  24. package/esm2020/lib/authorization/authority/authority-guard.service.mjs +3 -3
  25. package/esm2020/lib/authorization/group/group-guard.service.mjs +3 -3
  26. package/esm2020/lib/authorization/permission/access.service.mjs +3 -3
  27. package/esm2020/lib/authorization/permission/permission.service.mjs +3 -3
  28. package/esm2020/lib/authorization/role/role-guard.service.mjs +3 -3
  29. package/esm2020/lib/changed-fields/services/changed-fields.service.mjs +3 -3
  30. package/esm2020/lib/covalent/covalent.module.mjs +4 -4
  31. package/esm2020/lib/currency/currency.module.mjs +4 -4
  32. package/esm2020/lib/dashboard/cards/count-card/abstract-count-card.mjs +3 -3
  33. package/esm2020/lib/dashboard/cards/custom-card/abstract-custom-card.mjs +3 -3
  34. package/esm2020/lib/dashboard/cards/iframe-card/abstract-iframe-card.mjs +3 -3
  35. package/esm2020/lib/dashboard/dashboard-content/abstract-dashboard-content.mjs +3 -3
  36. package/esm2020/lib/data-fields/boolean-field/abstract-boolean-field.component.mjs +3 -3
  37. package/esm2020/lib/data-fields/button-field/abstract-button-field.component.mjs +3 -3
  38. package/esm2020/lib/data-fields/data-field-template/abstract-data-field-template.component.mjs +3 -3
  39. package/esm2020/lib/data-fields/data-fields.module.mjs +4 -4
  40. package/esm2020/lib/data-fields/date-field/abstract-date-field.component.mjs +3 -3
  41. package/esm2020/lib/data-fields/date-field/models/custom-date-adapter.mjs +3 -3
  42. package/esm2020/lib/data-fields/date-time-field/abstract-date-time-field.component.mjs +3 -3
  43. package/esm2020/lib/data-fields/enumeration-field/abstract-enumeration-field.component.mjs +3 -3
  44. package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-dynamic-field/abstract-enumeration-autocomplete-dynamic-field.component.mjs +3 -3
  45. package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/abstract-enumeration-autocomplete-select-field.component.mjs +10 -25
  46. package/esm2020/lib/data-fields/enumeration-field/enumeration-icon-field/abstract-enumeration-icon-field.component.mjs +3 -3
  47. package/esm2020/lib/data-fields/enumeration-field/enumeration-list-field/abstract-enumeration-list-field.component.mjs +3 -3
  48. package/esm2020/lib/data-fields/enumeration-field/enumeration-select-field/abstract-enumeration-select-field.component.mjs +3 -3
  49. package/esm2020/lib/data-fields/enumeration-field/enumeration-stepper-field/abstract-enumeration-stepper-field.component.mjs +3 -3
  50. package/esm2020/lib/data-fields/enumeration-field/models/enumeration-field.mjs +6 -1
  51. package/esm2020/lib/data-fields/file-field/abstract-file-field.component.mjs +6 -4
  52. package/esm2020/lib/data-fields/file-list-field/abstract-file-list-field.component.mjs +3 -3
  53. package/esm2020/lib/data-fields/filter-field/abstract-filter-field-content.component.mjs +3 -3
  54. package/esm2020/lib/data-fields/filter-field/abstract-filter-field.component.mjs +3 -3
  55. package/esm2020/lib/data-fields/i18n-field/abstract-i18n-errors.component.mjs +3 -3
  56. package/esm2020/lib/data-fields/i18n-field/abstract-i18n-field.component.mjs +3 -3
  57. package/esm2020/lib/data-fields/i18n-field/i18n-divider-field/abstract-i18n-divider-field.component.mjs +3 -3
  58. package/esm2020/lib/data-fields/i18n-field/i18n-text-field/abstract-i18n-text-field.component.mjs +3 -3
  59. package/esm2020/lib/data-fields/i18n-field/language-icons.service.mjs +3 -3
  60. package/esm2020/lib/data-fields/models/abstract-data-field-component.mjs +3 -3
  61. package/esm2020/lib/data-fields/multichoice-field/abstract-multichoice-field.component.mjs +3 -3
  62. package/esm2020/lib/data-fields/multichoice-field/multichoice-autocomplete-field/abstract-multichoice-autocomplete-field-component.component.mjs +10 -7
  63. package/esm2020/lib/data-fields/multichoice-field/multichoice-list-field/abstract-multichoice-list-field.component.mjs +3 -3
  64. package/esm2020/lib/data-fields/multichoice-field/multichoice-select-field/abstract-multichoice-select-field.component.mjs +3 -3
  65. package/esm2020/lib/data-fields/number-field/abstract-number-errors.component.mjs +3 -3
  66. package/esm2020/lib/data-fields/number-field/abstract-number-field.component.mjs +3 -3
  67. package/esm2020/lib/data-fields/number-field/currency-number-field/abstract-currency-number-field.component.mjs +5 -5
  68. package/esm2020/lib/data-fields/number-field/number-default-field/abstract-default-number-field.component.mjs +3 -3
  69. package/esm2020/lib/data-fields/text-field/abstract-text-field.component.mjs +3 -3
  70. package/esm2020/lib/data-fields/text-field/html-textarea-field/abstract-html-textarea-field.component.mjs +3 -3
  71. package/esm2020/lib/data-fields/text-field/password-text-field/abstract-password-text-field.component.mjs +3 -3
  72. package/esm2020/lib/data-fields/text-field/rich-textarea-field/abstract-rich-textarea-field.component.mjs +3 -3
  73. package/esm2020/lib/data-fields/text-field/simple-text-field/abstract-simple-text-field.component.mjs +3 -3
  74. package/esm2020/lib/data-fields/text-field/textarea-field/abstract-textarea-field.component.mjs +3 -3
  75. package/esm2020/lib/data-fields/time-instance-abstract-field/abstract-time-instance-field.component.mjs +3 -3
  76. package/esm2020/lib/data-fields/user-field/abstract-user-field.component.mjs +3 -3
  77. package/esm2020/lib/data-fields/user-list-field/abstract-user-list-field.component.mjs +3 -3
  78. package/esm2020/lib/dialog/components/alert-dialog/alert-dialog.component.mjs +3 -3
  79. package/esm2020/lib/dialog/components/alert-dialog/alert-dialog.module.mjs +4 -4
  80. package/esm2020/lib/dialog/components/confirm-dialog/confirm-dialog.component.mjs +3 -3
  81. package/esm2020/lib/dialog/components/confirm-dialog/confirm-dialog.module.mjs +4 -4
  82. package/esm2020/lib/dialog/components/prompt-dialog/prompt-dialog.component.mjs +3 -3
  83. package/esm2020/lib/dialog/components/prompt-dialog/prompt-dialog.module.mjs +4 -4
  84. package/esm2020/lib/dialog/dialog.module.mjs +4 -4
  85. package/esm2020/lib/dialog/models/abstract-dialog.component.mjs +3 -3
  86. package/esm2020/lib/dialog/services/dialog.service.mjs +3 -3
  87. package/esm2020/lib/event/services/event.service.mjs +3 -3
  88. package/esm2020/lib/event-queue/services/event-queue.service.mjs +3 -3
  89. package/esm2020/lib/filter/filter.repository.mjs +3 -3
  90. package/esm2020/lib/filter/user-filters.service.mjs +3 -3
  91. package/esm2020/lib/forms/email-submission/abstract-email-submission-form.component.mjs +3 -3
  92. package/esm2020/lib/forms/forgotten-password/abstract-forgotten-password.component.mjs +3 -3
  93. package/esm2020/lib/forms/login/abstract-login-form.component.mjs +3 -3
  94. package/esm2020/lib/forms/models/abstract-registration.component.mjs +3 -3
  95. package/esm2020/lib/forms/registration/abstract-registration-form.component.mjs +3 -3
  96. package/esm2020/lib/groups/services/active-group.service.mjs +3 -3
  97. package/esm2020/lib/groups/services/ldap-group-list.service.mjs +3 -3
  98. package/esm2020/lib/groups/services/next-group.service.mjs +3 -3
  99. package/esm2020/lib/header/abstract-header-service.mjs +3 -3
  100. package/esm2020/lib/header/abstract-header.component.mjs +3 -3
  101. package/esm2020/lib/header/case-header/case-header.service.mjs +3 -3
  102. package/esm2020/lib/header/header-modes/abstract-header-mode.component.mjs +3 -3
  103. package/esm2020/lib/header/header-modes/edit-mode/abstract-edit-mode.component.mjs +3 -3
  104. package/esm2020/lib/header/header-modes/loading-mode/abstract-loading-mode.component.mjs +3 -3
  105. package/esm2020/lib/header/header-modes/search-mode/abstract-search-mode.component.mjs +3 -3
  106. package/esm2020/lib/header/header-modes/sort-mode/abstract-sort-mode.component.mjs +3 -3
  107. package/esm2020/lib/header/services/overflow.service.mjs +3 -3
  108. package/esm2020/lib/header/task-header/task-header.service.mjs +3 -3
  109. package/esm2020/lib/header/workflow-header/workflow-header.service.mjs +3 -3
  110. package/esm2020/lib/legal/legal-notice/abstract-legal-notice.component.mjs +3 -3
  111. package/esm2020/lib/logger/services/log-publisher.service.mjs +3 -3
  112. package/esm2020/lib/logger/services/logger.service.mjs +3 -3
  113. package/esm2020/lib/material/material.module.mjs +4 -4
  114. package/esm2020/lib/navigation/breadcrumbs/abstract-breadcrumbs.component.mjs +3 -3
  115. package/esm2020/lib/navigation/group-navigation-component-resolver/abstract-group-navigation-component-resolver.component.mjs +3 -3
  116. package/esm2020/lib/navigation/navigation-double-drawer/abstract-navigation-double-drawer.mjs +3 -3
  117. package/esm2020/lib/navigation/navigation-drawer/abstract-navigation-drawer.component.mjs +3 -3
  118. package/esm2020/lib/navigation/navigation-drawer/abstract-navigation-resizable-drawer.component.mjs +3 -3
  119. package/esm2020/lib/navigation/navigation-rail/abstract-navigation-rail.component.mjs +3 -3
  120. package/esm2020/lib/navigation/navigation-tree/abstract-navigation-tree.component.mjs +3 -3
  121. package/esm2020/lib/navigation/quick-panel/components/abstract-quick-panel.component.mjs +3 -3
  122. package/esm2020/lib/navigation/quick-panel/components/internal-link/abstract-internal-link.component.mjs +3 -3
  123. package/esm2020/lib/navigation/quick-panel/components/language-selector/abstract-language-selector.component.mjs +3 -3
  124. package/esm2020/lib/navigation/quick-panel/components/logout-shortcut/abstract-logout-shortcut.component.mjs +3 -3
  125. package/esm2020/lib/navigation/quick-panel/components/paper-view.service.mjs +3 -3
  126. package/esm2020/lib/navigation/service/uri-resource.service.mjs +3 -3
  127. package/esm2020/lib/navigation/service/uri.service.mjs +3 -3
  128. package/esm2020/lib/navigation/utility/filter-extraction.service.mjs +3 -3
  129. package/esm2020/lib/panel/abstract/panel-with-header-binding.mjs +3 -3
  130. package/esm2020/lib/panel/abstract/panel-with-immediate-data.mjs +3 -3
  131. package/esm2020/lib/panel/abstract/tabbed-virtual-scroll.component.mjs +3 -3
  132. package/esm2020/lib/panel/abstract-panel.component.mjs +3 -3
  133. package/esm2020/lib/panel/case-panel/abstract-case-panel.component.mjs +3 -3
  134. package/esm2020/lib/panel/immediate/abstract-immediate-filter-text-content.component.mjs +3 -3
  135. package/esm2020/lib/panel/immediate/abstract-immediate-filter-text.component.mjs +3 -3
  136. package/esm2020/lib/panel/panel-item/abstract-panel-item.component.mjs +3 -3
  137. package/esm2020/lib/panel/task-panel/abstract-task-panel.component.mjs +3 -3
  138. package/esm2020/lib/panel/task-panel-list/abstract-task-list.component.mjs +3 -3
  139. package/esm2020/lib/panel/task-panel-list/default-task-panel-list/abstract-default-task-list.component.mjs +3 -3
  140. package/esm2020/lib/panel/task-panel-list/task-panel-list-pagination/abstract-task-list-pagination.component.mjs +3 -3
  141. package/esm2020/lib/panel/task-panel-single/abstract-single-task.component.mjs +3 -3
  142. package/esm2020/lib/panel/workflow-panel/abstract-workflow-panel.component.mjs +3 -3
  143. package/esm2020/lib/process/process.service.mjs +3 -3
  144. package/esm2020/lib/process/public-process.service.mjs +3 -3
  145. package/esm2020/lib/public/factories/get-net-and-create-case.mjs +2 -2
  146. package/esm2020/lib/public/services/public-url-resolver.service.mjs +3 -3
  147. package/esm2020/lib/resources/engine-endpoint/case-resource.service.mjs +3 -3
  148. package/esm2020/lib/resources/engine-endpoint/dashboard-resource.service.mjs +3 -3
  149. package/esm2020/lib/resources/engine-endpoint/ldap-group-resource.service.mjs +3 -3
  150. package/esm2020/lib/resources/engine-endpoint/petri-net-resource.service.mjs +3 -3
  151. package/esm2020/lib/resources/engine-endpoint/public/public-case-resource.service.mjs +3 -3
  152. package/esm2020/lib/resources/engine-endpoint/public/public-petri-net-resource.service.mjs +5 -5
  153. package/esm2020/lib/resources/engine-endpoint/public/public-task-resource.service.mjs +3 -3
  154. package/esm2020/lib/resources/engine-endpoint/task-resource.service.mjs +3 -3
  155. package/esm2020/lib/resources/engine-endpoint/user-resource.service.mjs +3 -3
  156. package/esm2020/lib/resources/resource-provider.service.mjs +3 -3
  157. package/esm2020/lib/routing/dynamic-navigation-route-provider/dynamic-navigation-route-provider.service.mjs +3 -3
  158. package/esm2020/lib/routing/redirect-service/redirect.service.mjs +3 -3
  159. package/esm2020/lib/routing/routing-builder/routing-builder.service.mjs +3 -3
  160. package/esm2020/lib/search/advanced-search-component/abstract-advanced-search.component.mjs +3 -3
  161. package/esm2020/lib/search/advanced-search-component-initialization-service/advanced-search-component-initialization.service.mjs +3 -3
  162. package/esm2020/lib/search/category-factory/category-factory.mjs +3 -3
  163. package/esm2020/lib/search/category-factory/category-resolver.service.mjs +3 -3
  164. package/esm2020/lib/search/category-factory/default-search-categories.module.mjs +4 -4
  165. package/esm2020/lib/search/fulltext-search-component/abstract-fulltext-search.component.mjs +3 -3
  166. package/esm2020/lib/search/header-search-service/header-search.service.mjs +3 -3
  167. package/esm2020/lib/search/operator-service/operator-resolver.service.mjs +3 -3
  168. package/esm2020/lib/search/operator-service/operator.service.mjs +3 -3
  169. package/esm2020/lib/search/search-clause-component/abstract-search-clause.component.mjs +3 -3
  170. package/esm2020/lib/search/search-component/abstract-search.component.mjs +3 -3
  171. package/esm2020/lib/search/search-configuration-input-component/abstract-search-configuration-input.component.mjs +3 -3
  172. package/esm2020/lib/search/search-keyword-resolver-service/search-index-resolver.service.mjs +3 -3
  173. package/esm2020/lib/search/search-operand-input-component/abstract-search-operand-input.component.mjs +3 -3
  174. package/esm2020/lib/search/search-predicate-component/abstract-search-predicate.component.mjs +3 -3
  175. package/esm2020/lib/search/search-service/search.service.mjs +3 -3
  176. package/esm2020/lib/side-menu/content-components/filter-selector/abstract-filter-selector.component.mjs +3 -3
  177. package/esm2020/lib/side-menu/content-components/filter-selector/filter-selector-list-item/abstract-filter-selector-list-item.component.mjs +3 -3
  178. package/esm2020/lib/side-menu/content-components/import-net/abstract-import-net.component.mjs +3 -3
  179. package/esm2020/lib/side-menu/content-components/load-filter/abstract-load-filter.component.mjs +3 -3
  180. package/esm2020/lib/side-menu/content-components/new-case/abstract-new-case.component.mjs +3 -3
  181. package/esm2020/lib/side-menu/content-components/option-selector/abstract-option-selector.component.mjs +3 -3
  182. package/esm2020/lib/side-menu/content-components/save-filter/abstract-save-filter.component.mjs +3 -3
  183. package/esm2020/lib/side-menu/content-components/user-assign/abstract-user-assign.component.mjs +3 -3
  184. package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/abstract-user-assign-list.component.mjs +3 -3
  185. package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/abstract-user-assign-item.component.mjs +3 -3
  186. package/esm2020/lib/side-menu/services/side-menu.service.mjs +3 -3
  187. package/esm2020/lib/side-menu/side-menu-container/abstract-side-menu-container.component.mjs +3 -3
  188. package/esm2020/lib/snack-bar/components/error-snack-bar/error-snack-bar.component.mjs +3 -3
  189. package/esm2020/lib/snack-bar/components/generic-snack-bar/generic-snack-bar.component.mjs +3 -3
  190. package/esm2020/lib/snack-bar/components/success-snack-bar/success-snack-bar.component.mjs +3 -3
  191. package/esm2020/lib/snack-bar/components/warning-snack-bar/warning-snack-bar.component.mjs +3 -3
  192. package/esm2020/lib/snack-bar/models/abstract-snack-bar.component.mjs +3 -3
  193. package/esm2020/lib/snack-bar/services/snack-bar.service.mjs +3 -3
  194. package/esm2020/lib/snack-bar/snack-bar.module.mjs +4 -4
  195. package/esm2020/lib/tabs/tab-creation-detector/abstract-tab-creation-detector.component.mjs +3 -3
  196. package/esm2020/lib/tabs/tab-view/abstract-tab-view.component.mjs +3 -3
  197. package/esm2020/lib/task/services/assign-policy.service.mjs +3 -3
  198. package/esm2020/lib/task/services/assign-task.service.mjs +3 -3
  199. package/esm2020/lib/task/services/cancel-task.service.mjs +3 -3
  200. package/esm2020/lib/task/services/data-focus-policy.service.mjs +3 -3
  201. package/esm2020/lib/task/services/delegate-task.service.mjs +3 -3
  202. package/esm2020/lib/task/services/finish-policy.service.mjs +3 -3
  203. package/esm2020/lib/task/services/finish-task.service.mjs +3 -3
  204. package/esm2020/lib/task/services/selected-case.service.mjs +3 -3
  205. package/esm2020/lib/task/services/task-data.service.mjs +17 -13
  206. package/esm2020/lib/task/services/task-request-state.service.mjs +3 -3
  207. package/esm2020/lib/task-content/field-component-resolver/abstract-field-component-resolver.component.mjs +3 -3
  208. package/esm2020/lib/task-content/services/field-converter.service.mjs +3 -3
  209. package/esm2020/lib/task-content/services/single-task-content.service.mjs +3 -3
  210. package/esm2020/lib/task-content/services/task-content.service.mjs +4 -4
  211. package/esm2020/lib/task-content/services/task-event.service.mjs +3 -3
  212. package/esm2020/lib/task-content/services/unlimited-task-content.service.mjs +3 -3
  213. package/esm2020/lib/task-content/task-content/abstract-task-content.component.mjs +3 -3
  214. package/esm2020/lib/toolbar/abstract-toolbar.component.mjs +3 -3
  215. package/esm2020/lib/translate/language.service.mjs +3 -3
  216. package/esm2020/lib/translate/translate-interceptor.mjs +3 -3
  217. package/esm2020/lib/translate/translate-lib.module.mjs +4 -4
  218. package/esm2020/lib/user/components/user-card/abstract-user-card.component.mjs +3 -3
  219. package/esm2020/lib/user/profile/abstract-profile.component.mjs +3 -3
  220. package/esm2020/lib/user/services/user-comparator.service.mjs +3 -3
  221. package/esm2020/lib/user/services/user-list.service.mjs +3 -3
  222. package/esm2020/lib/user/services/user-preference.service.mjs +3 -3
  223. package/esm2020/lib/user/services/user.service.mjs +3 -3
  224. package/esm2020/lib/user/services/view-id.service.mjs +3 -3
  225. package/esm2020/lib/utility/call-chain/call-chain.service.mjs +3 -3
  226. package/esm2020/lib/utility/service/case-list-font-color.service.mjs +3 -3
  227. package/esm2020/lib/utility/service/spinner-overlay.service.mjs +3 -3
  228. package/esm2020/lib/utility/tests/mocks/mock-authentication.service.mjs +3 -3
  229. package/esm2020/lib/utility/tests/mocks/mock-user-preference.service.mjs +3 -3
  230. package/esm2020/lib/utility/tests/mocks/mock-user-resource.service.mjs +3 -3
  231. package/esm2020/lib/utility/tests/test-mock-dependencies.module.mjs +4 -4
  232. package/esm2020/lib/utility/tests/test-view-service.mjs +3 -3
  233. package/esm2020/lib/view/abstract/sortable-view.mjs +3 -3
  234. package/esm2020/lib/view/abstract/view-with-headers.mjs +3 -3
  235. package/esm2020/lib/view/case-view/abstract-case-view.mjs +3 -3
  236. package/esm2020/lib/view/case-view/components/case-list/abstract-case-list.component.mjs +3 -3
  237. package/esm2020/lib/view/case-view/components/case-list-paginator/abstract-case-list-paginator.component.mjs +3 -3
  238. package/esm2020/lib/view/case-view/components/default-case-list/abstract-default-case-list.component.mjs +3 -3
  239. package/esm2020/lib/view/case-view/service/case-view-service.mjs +3 -3
  240. package/esm2020/lib/view/case-view/tabbed-case-view.mjs +3 -3
  241. package/esm2020/lib/view/task-view/abstract-single-task-view.component.mjs +20 -13
  242. package/esm2020/lib/view/task-view/abstract-task-view.mjs +3 -3
  243. package/esm2020/lib/view/task-view/service/public-task-loading.service.mjs +3 -3
  244. package/esm2020/lib/view/task-view/service/task-view.service.mjs +3 -3
  245. package/esm2020/lib/view/task-view/tabbed-task-view.mjs +3 -3
  246. package/esm2020/lib/view/tree-case-view/tree-case-view.service.mjs +3 -3
  247. package/esm2020/lib/view/tree-case-view/tree-component/abstract-tree.component.mjs +3 -3
  248. package/esm2020/lib/view/tree-case-view/tree-component/add-child-node/abstract-add-child-node.component.mjs +3 -3
  249. package/esm2020/lib/view/tree-case-view/tree-component/case-tree.service.mjs +3 -3
  250. package/esm2020/lib/view/tree-case-view/tree-component/remove-node/abstract-remove-node.component.mjs +3 -3
  251. package/esm2020/lib/view/tree-case-view/tree-task-content/abstract-tree-task-content.component.mjs +3 -3
  252. package/esm2020/lib/view/tree-case-view/tree-task-content/tree-task-content.service.mjs +3 -3
  253. package/esm2020/lib/view/workflow-view/abstract-workflow-view.component.mjs +3 -3
  254. package/esm2020/lib/view/workflow-view/workflow-view.service.mjs +3 -3
  255. package/fesm2015/netgrif-components-core.mjs +818 -812
  256. package/fesm2015/netgrif-components-core.mjs.map +1 -1
  257. package/fesm2020/netgrif-components-core.mjs +817 -811
  258. package/fesm2020/netgrif-components-core.mjs.map +1 -1
  259. package/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/abstract-enumeration-autocomplete-select-field.component.d.ts +4 -8
  260. package/lib/data-fields/enumeration-field/models/enumeration-field.d.ts +3 -0
  261. package/lib/data-fields/multichoice-field/multichoice-autocomplete-field/abstract-multichoice-autocomplete-field-component.component.d.ts +2 -1
  262. package/lib/task/services/task-data.service.d.ts +9 -8
  263. package/lib/view/task-view/abstract-single-task-view.component.d.ts +4 -3
  264. package/package.json +1 -1
@@ -14,9 +14,9 @@ export class SuccessSnackBarComponent extends SnackBarComponent {
14
14
  this.data = data;
15
15
  }
16
16
  }
17
- SuccessSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SuccessSnackBarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
18
- SuccessSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SuccessSnackBarComponent, selector: "ncc-success-snack-bar", usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon class=\"snack-bar-icon-margin success-color\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [".success-color{color:#2ac262}\n"], components: [{ type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i4.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SuccessSnackBarComponent, decorators: [{
17
+ SuccessSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SuccessSnackBarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
18
+ SuccessSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SuccessSnackBarComponent, selector: "ncc-success-snack-bar", usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon class=\"snack-bar-icon-margin success-color\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [".success-color{color:#2ac262}\n"], components: [{ type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i4.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SuccessSnackBarComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{ selector: 'ncc-success-snack-bar', template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon class=\"snack-bar-icon-margin success-color\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [".success-color{color:#2ac262}\n"] }]
22
22
  }], ctorParameters: function () { return [{ type: i1.MatSnackBarRef }, { type: undefined, decorators: [{
@@ -14,9 +14,9 @@ export class WarningSnackBarComponent extends SnackBarComponent {
14
14
  this.data = data;
15
15
  }
16
16
  }
17
- WarningSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WarningSnackBarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
18
- WarningSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: WarningSnackBarComponent, selector: "ncc-warning-snack-bar", usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon class=\"snack-bar-icon-margin warning-color\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [".warning-color{color:#fb3}\n"], components: [{ type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i4.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: WarningSnackBarComponent, decorators: [{
17
+ WarningSnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WarningSnackBarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
18
+ WarningSnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: WarningSnackBarComponent, selector: "ncc-warning-snack-bar", usesInheritance: true, ngImport: i0, template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon class=\"snack-bar-icon-margin warning-color\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [".warning-color{color:#fb3}\n"], components: [{ type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i4.DefaultLayoutDirective, selector: " [fxLayout], [fxLayout.xs], [fxLayout.sm], [fxLayout.md], [fxLayout.lg], [fxLayout.xl], [fxLayout.lt-sm], [fxLayout.lt-md], [fxLayout.lt-lg], [fxLayout.lt-xl], [fxLayout.gt-xs], [fxLayout.gt-sm], [fxLayout.gt-md], [fxLayout.gt-lg]", inputs: ["fxLayout", "fxLayout.xs", "fxLayout.sm", "fxLayout.md", "fxLayout.lg", "fxLayout.xl", "fxLayout.lt-sm", "fxLayout.lt-md", "fxLayout.lt-lg", "fxLayout.lt-xl", "fxLayout.gt-xs", "fxLayout.gt-sm", "fxLayout.gt-md", "fxLayout.gt-lg"] }, { type: i4.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i4.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: WarningSnackBarComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{ selector: 'ncc-warning-snack-bar', template: "<div fxLayout=\"row\" fxLayoutAlign=\"start center\" class=\"snack-bar-container\">\n <mat-icon class=\"snack-bar-icon-margin warning-color\">{{data.matIconName}}</mat-icon>\n <span>{{data.message}}</span>\n <div fxFlex></div>\n <button *ngIf=\"data.closable\" mat-icon-button (click)=\"onDismiss()\">\n <mat-icon class=\"snack-bar-close-icon\">close</mat-icon>\n </button>\n</div>\n", styles: [".warning-color{color:#fb3}\n"] }]
22
22
  }], ctorParameters: function () { return [{ type: i1.MatSnackBarRef }, { type: undefined, decorators: [{
@@ -11,9 +11,9 @@ export class SnackBarComponent {
11
11
  this.snackBarRef.dismiss();
12
12
  }
13
13
  }
14
- SnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SnackBarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
15
- SnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SnackBarComponent, selector: "ncc-abstract-snackbar", ngImport: i0, template: '', isInline: true });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SnackBarComponent, decorators: [{
14
+ SnackBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarComponent, deps: [{ token: i1.MatSnackBarRef }, { token: MAT_SNACK_BAR_DATA }], target: i0.ɵɵFactoryTarget.Component });
15
+ SnackBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: SnackBarComponent, selector: "ncc-abstract-snackbar", ngImport: i0, template: '', isInline: true });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'ncc-abstract-snackbar',
@@ -72,9 +72,9 @@ export class SnackBarService {
72
72
  }, config));
73
73
  }
74
74
  }
75
- SnackBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SnackBarService, deps: [{ token: i1.MatSnackBar }, { token: NAE_SNACKBAR_VERTICAL_POSITION, optional: true }, { token: NAE_SNACKBAR_HORIZONTAL_POSITION, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
76
- SnackBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SnackBarService, providedIn: 'root' });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SnackBarService, decorators: [{
75
+ SnackBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarService, deps: [{ token: i1.MatSnackBar }, { token: NAE_SNACKBAR_VERTICAL_POSITION, optional: true }, { token: NAE_SNACKBAR_HORIZONTAL_POSITION, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
76
+ SnackBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarService, providedIn: 'root' });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarService, decorators: [{
78
78
  type: Injectable,
79
79
  args: [{
80
80
  providedIn: 'root'
@@ -9,21 +9,21 @@ import { FlexLayoutModule, FlexModule } from '@angular/flex-layout';
9
9
  import * as i0 from "@angular/core";
10
10
  export class SnackBarModule {
11
11
  }
12
- SnackBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SnackBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- SnackBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SnackBarModule, declarations: [GenericSnackBarComponent,
12
+ SnackBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ SnackBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, declarations: [GenericSnackBarComponent,
14
14
  WarningSnackBarComponent,
15
15
  ErrorSnackBarComponent,
16
16
  SuccessSnackBarComponent], imports: [CommonModule,
17
17
  MaterialModule,
18
18
  FlexLayoutModule,
19
19
  FlexModule] });
20
- SnackBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SnackBarModule, imports: [[
20
+ SnackBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, imports: [[
21
21
  CommonModule,
22
22
  MaterialModule,
23
23
  FlexLayoutModule,
24
24
  FlexModule
25
25
  ]] });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SnackBarModule, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SnackBarModule, decorators: [{
27
27
  type: NgModule,
28
28
  args: [{
29
29
  declarations: [
@@ -11,9 +11,9 @@ export class AbstractTabCreationDetectorComponent {
11
11
  this.initializeTabFunction(this.tabIndex);
12
12
  }
13
13
  }
14
- AbstractTabCreationDetectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractTabCreationDetectorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
- AbstractTabCreationDetectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractTabCreationDetectorComponent, selector: "ncc-abstract-tab-creation-detector", inputs: { initializeTabFunction: "initializeTabFunction", tabIndex: "tabIndex" }, ngImport: i0, template: '', isInline: true });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractTabCreationDetectorComponent, decorators: [{
14
+ AbstractTabCreationDetectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabCreationDetectorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15
+ AbstractTabCreationDetectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTabCreationDetectorComponent, selector: "ncc-abstract-tab-creation-detector", inputs: { initializeTabFunction: "initializeTabFunction", tabIndex: "tabIndex" }, ngImport: i0, template: '', isInline: true });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabCreationDetectorComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'ncc-abstract-tab-creation-detector',
@@ -62,9 +62,9 @@ export class AbstractTabViewComponent {
62
62
  this.offset = Array(count * 2).join('\xa0');
63
63
  }
64
64
  }
65
- AbstractTabViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractTabViewComponent, deps: [{ token: i1.ViewService }, { token: i2.LoggerService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
66
- AbstractTabViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractTabViewComponent, selector: "ncc-abstract-tab-view", inputs: { initialTabs: "initialTabs", stretch: "stretch", align: "align" }, ngImport: i0, template: '', isInline: true });
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractTabViewComponent, decorators: [{
65
+ AbstractTabViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabViewComponent, deps: [{ token: i1.ViewService }, { token: i2.LoggerService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
66
+ AbstractTabViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTabViewComponent, selector: "ncc-abstract-tab-view", inputs: { initialTabs: "initialTabs", stretch: "stretch", align: "align" }, ngImport: i0, template: '', isInline: true });
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTabViewComponent, decorators: [{
68
68
  type: Component,
69
69
  args: [{
70
70
  selector: 'ncc-abstract-tab-view',
@@ -148,9 +148,9 @@ export class AssignPolicyService extends TaskHandlingService {
148
148
  }), this._isForced);
149
149
  }
150
150
  }
151
- AssignPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AssignPolicyService, deps: [{ token: i1.TaskDataService }, { token: i2.AssignTaskService }, { token: i3.CancelTaskService }, { token: i4.FinishPolicyService }, { token: i5.CallChainService }, { token: i6.UserComparatorService }, { token: NAE_TASK_OPERATIONS }, { token: i7.TaskContentService }, { token: i8.PermissionService }], target: i0.ɵɵFactoryTarget.Injectable });
152
- AssignPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AssignPolicyService });
153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AssignPolicyService, decorators: [{
151
+ AssignPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignPolicyService, deps: [{ token: i1.TaskDataService }, { token: i2.AssignTaskService }, { token: i3.CancelTaskService }, { token: i4.FinishPolicyService }, { token: i5.CallChainService }, { token: i6.UserComparatorService }, { token: NAE_TASK_OPERATIONS }, { token: i7.TaskContentService }, { token: i8.PermissionService }], target: i0.ɵɵFactoryTarget.Injectable });
152
+ AssignPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignPolicyService });
153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignPolicyService, decorators: [{
154
154
  type: Injectable
155
155
  }], ctorParameters: function () { return [{ type: i1.TaskDataService }, { type: i2.AssignTaskService }, { type: i3.CancelTaskService }, { type: i4.FinishPolicyService }, { type: i5.CallChainService }, { type: i6.UserComparatorService }, { type: undefined, decorators: [{
156
156
  type: Inject,
@@ -155,9 +155,9 @@ export class AssignTaskService extends TaskHandlingService {
155
155
  this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.ASSIGN, success, outcome));
156
156
  }
157
157
  }
158
- AssignTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AssignTaskService, deps: [{ token: i1.LoggerService }, { token: i2.TaskResourceService }, { token: i3.SnackBarService }, { token: i4.TranslateService }, { token: i5.TaskRequestStateService }, { token: i6.TaskEventService }, { token: i7.TaskDataService }, { token: i8.EventQueueService }, { token: i9.EventService }, { token: i10.ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: i11.SelectedCaseService, optional: true }, { token: i12.TaskViewService, optional: true }, { token: i13.TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
159
- AssignTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AssignTaskService });
160
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AssignTaskService, decorators: [{
158
+ AssignTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignTaskService, deps: [{ token: i1.LoggerService }, { token: i2.TaskResourceService }, { token: i3.SnackBarService }, { token: i4.TranslateService }, { token: i5.TaskRequestStateService }, { token: i6.TaskEventService }, { token: i7.TaskDataService }, { token: i8.EventQueueService }, { token: i9.EventService }, { token: i10.ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: i11.SelectedCaseService, optional: true }, { token: i12.TaskViewService, optional: true }, { token: i13.TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
159
+ AssignTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignTaskService });
160
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AssignTaskService, decorators: [{
161
161
  type: Injectable
162
162
  }], ctorParameters: function () { return [{ type: i1.LoggerService }, { type: i2.TaskResourceService }, { type: i3.SnackBarService }, { type: i4.TranslateService }, { type: i5.TaskRequestStateService }, { type: i6.TaskEventService }, { type: i7.TaskDataService }, { type: i8.EventQueueService }, { type: i9.EventService }, { type: i10.ChangedFieldsService }, { type: undefined, decorators: [{
163
163
  type: Inject,
@@ -147,9 +147,9 @@ export class CancelTaskService extends TaskHandlingService {
147
147
  this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.CANCEL, success, outcome));
148
148
  }
149
149
  }
150
- CancelTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CancelTaskService, deps: [{ token: i1.LoggerService }, { token: i2.TaskEventService }, { token: i3.TaskResourceService }, { token: i4.TranslateService }, { token: i5.SnackBarService }, { token: i6.TaskRequestStateService }, { token: i7.UserComparatorService }, { token: i2.TaskEventService }, { token: i8.TaskDataService }, { token: i9.EventQueueService }, { token: i10.EventService }, { token: i11.ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: i12.SelectedCaseService, optional: true }, { token: i13.TaskViewService, optional: true }, { token: i14.TaskContentService }, { token: i15.PermissionService }], target: i0.ɵɵFactoryTarget.Injectable });
151
- CancelTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CancelTaskService });
152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CancelTaskService, decorators: [{
150
+ CancelTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelTaskService, deps: [{ token: i1.LoggerService }, { token: i2.TaskEventService }, { token: i3.TaskResourceService }, { token: i4.TranslateService }, { token: i5.SnackBarService }, { token: i6.TaskRequestStateService }, { token: i7.UserComparatorService }, { token: i2.TaskEventService }, { token: i8.TaskDataService }, { token: i9.EventQueueService }, { token: i10.EventService }, { token: i11.ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: i12.SelectedCaseService, optional: true }, { token: i13.TaskViewService, optional: true }, { token: i14.TaskContentService }, { token: i15.PermissionService }], target: i0.ɵɵFactoryTarget.Injectable });
151
+ CancelTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelTaskService });
152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CancelTaskService, decorators: [{
153
153
  type: Injectable
154
154
  }], ctorParameters: function () { return [{ type: i1.LoggerService }, { type: i2.TaskEventService }, { type: i3.TaskResourceService }, { type: i4.TranslateService }, { type: i5.SnackBarService }, { type: i6.TaskRequestStateService }, { type: i7.UserComparatorService }, { type: i2.TaskEventService }, { type: i8.TaskDataService }, { type: i9.EventQueueService }, { type: i10.EventService }, { type: i11.ChangedFieldsService }, { type: undefined, decorators: [{
155
155
  type: Inject,
@@ -25,9 +25,9 @@ export class DataFocusPolicyService extends TaskHandlingService {
25
25
  // TODO Implement focus in FUTURE, if someone wants this feature (for now we don't want it )
26
26
  }
27
27
  }
28
- DataFocusPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DataFocusPolicyService, deps: [{ token: i1.TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
29
- DataFocusPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DataFocusPolicyService });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DataFocusPolicyService, decorators: [{
28
+ DataFocusPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFocusPolicyService, deps: [{ token: i1.TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
29
+ DataFocusPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFocusPolicyService });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DataFocusPolicyService, decorators: [{
31
31
  type: Injectable
32
32
  }], ctorParameters: function () { return [{ type: i1.TaskContentService }]; } });
33
33
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0YS1mb2N1cy1wb2xpY3kuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25ldGdyaWYtY29tcG9uZW50cy1jb3JlL3NyYy9saWIvdGFzay9zZXJ2aWNlcy9kYXRhLWZvY3VzLXBvbGljeS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFDLGVBQWUsRUFBQyxNQUFNLGlDQUFpQyxDQUFDO0FBRWhFLE9BQU8sRUFBQyxtQkFBbUIsRUFBQyxNQUFNLHlCQUF5QixDQUFDOzs7QUFFNUQ7O0dBRUc7QUFFSCxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsbUJBQW1CO0lBRTNELFlBQVksbUJBQXVDO1FBQy9DLEtBQUssQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDO0lBQy9CLENBQUM7SUFFRDs7T0FFRztJQUNJLHNCQUFzQjtRQUN6QixJQUFJLElBQUksQ0FBQyxTQUFTLENBQUMsZUFBZSxLQUFLLGVBQWUsQ0FBQyxZQUFZLEVBQUU7WUFDakUsSUFBSSxDQUFDLDJCQUEyQixFQUFFLENBQUM7U0FDdEM7SUFDTCxDQUFDO0lBRUQ7O09BRUc7SUFDSywyQkFBMkI7UUFDL0IsNEZBQTRGO0lBQ2hHLENBQUM7O29IQXBCUSxzQkFBc0I7d0hBQXRCLHNCQUFzQjs0RkFBdEIsc0JBQXNCO2tCQURsQyxVQUFVIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtJbmplY3RhYmxlfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7RGF0YUZvY3VzUG9saWN5fSBmcm9tICcuLi8uLi90YXNrLWNvbnRlbnQvbW9kZWwvcG9saWN5JztcbmltcG9ydCB7VGFza0NvbnRlbnRTZXJ2aWNlfSBmcm9tICcuLi8uLi90YXNrLWNvbnRlbnQvc2VydmljZXMvdGFzay1jb250ZW50LnNlcnZpY2UnO1xuaW1wb3J0IHtUYXNrSGFuZGxpbmdTZXJ2aWNlfSBmcm9tICcuL3Rhc2staGFuZGxpbmctc2VydmljZSc7XG5cbi8qKlxuICogSGFuZGxlcyB0aGUgc2VxdWVuY2Ugb2YgYWN0aW9ucyB0aGF0IGFyZSBwZXJmb3JtZWQgd2hlbiBhIHRhc2sgc2kgW29wZW5lZF17QGxpbmsgVGFza09wZXJhdGlvbnMjb3Blbn0uXG4gKi9cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBEYXRhRm9jdXNQb2xpY3lTZXJ2aWNlIGV4dGVuZHMgVGFza0hhbmRsaW5nU2VydmljZSB7XG5cbiAgICBjb25zdHJ1Y3RvcihfdGFza0NvbnRlbnRTZXJ2aWNlOiBUYXNrQ29udGVudFNlcnZpY2UpIHtcbiAgICAgICAgc3VwZXIoX3Rhc2tDb250ZW50U2VydmljZSk7XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogUGVyZm9ybXMgdGhlIHNlbGVjdGlvbiBvZiBzb21lIGRhdGEgZmllbGRzIGlmIHRoZSBwb2xpY3kgaXMgc2V0IHRvIFtBdXRvIFJlcXVpcmVkXXtAbGluayBEYXRhRm9jdXNQb2xpY3kjYXV0b1JlcXVpcmVkfS5cbiAgICAgKi9cbiAgICBwdWJsaWMgcGVyZm9ybURhdGFGb2N1c1BvbGljeSgpOiB2b2lkIHtcbiAgICAgICAgaWYgKHRoaXMuX3NhZmVUYXNrLmRhdGFGb2N1c1BvbGljeSA9PT0gRGF0YUZvY3VzUG9saWN5LmF1dG9SZXF1aXJlZCkge1xuICAgICAgICAgICAgdGhpcy5hdXRvUmVxdWlyZWREYXRhRm9jdXNQb2xpY3koKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8qKlxuICAgICAqIEN1cnJlbnRseSBkb2VzIG5vdGhpbmdcbiAgICAgKi9cbiAgICBwcml2YXRlIGF1dG9SZXF1aXJlZERhdGFGb2N1c1BvbGljeSgpOiB2b2lkIHtcbiAgICAgICAgLy8gVE9ETyBJbXBsZW1lbnQgZm9jdXMgaW4gRlVUVVJFLCBpZiBzb21lb25lIHdhbnRzIHRoaXMgZmVhdHVyZSAoZm9yIG5vdyB3ZSBkb24ndCB3YW50IGl0IClcbiAgICB9XG59XG4iXX0=
@@ -147,9 +147,9 @@ export class DelegateTaskService extends TaskHandlingService {
147
147
  this._taskEvent.publishTaskEvent(createTaskEventNotification(this._safeTask, TaskEvent.DELEGATE, success, outcome));
148
148
  }
149
149
  }
150
- DelegateTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DelegateTaskService, deps: [{ token: i1.LoggerService }, { token: i2.SideMenuService }, { token: i3.TaskResourceService }, { token: i4.SnackBarService }, { token: i5.TranslateService }, { token: i6.TaskRequestStateService }, { token: i7.TaskEventService }, { token: i8.TaskDataService }, { token: i9.EventQueueService }, { token: i10.EventService }, { token: i11.ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: NAE_USER_ASSIGN_COMPONENT, optional: true }, { token: i12.SelectedCaseService, optional: true }, { token: i13.TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
151
- DelegateTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DelegateTaskService });
152
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DelegateTaskService, decorators: [{
150
+ DelegateTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DelegateTaskService, deps: [{ token: i1.LoggerService }, { token: i2.SideMenuService }, { token: i3.TaskResourceService }, { token: i4.SnackBarService }, { token: i5.TranslateService }, { token: i6.TaskRequestStateService }, { token: i7.TaskEventService }, { token: i8.TaskDataService }, { token: i9.EventQueueService }, { token: i10.EventService }, { token: i11.ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: NAE_USER_ASSIGN_COMPONENT, optional: true }, { token: i12.SelectedCaseService, optional: true }, { token: i13.TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
151
+ DelegateTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DelegateTaskService });
152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DelegateTaskService, decorators: [{
153
153
  type: Injectable
154
154
  }], ctorParameters: function () { return [{ type: i1.LoggerService }, { type: i2.SideMenuService }, { type: i3.TaskResourceService }, { type: i4.SnackBarService }, { type: i5.TranslateService }, { type: i6.TaskRequestStateService }, { type: i7.TaskEventService }, { type: i8.TaskDataService }, { type: i9.EventQueueService }, { type: i10.EventService }, { type: i11.ChangedFieldsService }, { type: undefined, decorators: [{
155
155
  type: Inject,
@@ -61,9 +61,9 @@ export class FinishPolicyService extends TaskHandlingService {
61
61
  afterAction.complete();
62
62
  }
63
63
  }
64
- FinishPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FinishPolicyService, deps: [{ token: i1.DataFocusPolicyService }, { token: i2.FinishTaskService }, { token: NAE_TASK_OPERATIONS }, { token: i3.TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
65
- FinishPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FinishPolicyService });
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FinishPolicyService, decorators: [{
64
+ FinishPolicyService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishPolicyService, deps: [{ token: i1.DataFocusPolicyService }, { token: i2.FinishTaskService }, { token: NAE_TASK_OPERATIONS }, { token: i3.TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
65
+ FinishPolicyService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishPolicyService });
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishPolicyService, decorators: [{
67
67
  type: Injectable
68
68
  }], ctorParameters: function () { return [{ type: i1.DataFocusPolicyService }, { type: i2.FinishTaskService }, { type: undefined, decorators: [{
69
69
  type: Inject,
@@ -176,9 +176,9 @@ export class FinishTaskService extends TaskHandlingService {
176
176
  return this._safeTask.dataSize <= 0 || !this._safeTask.dataGroups || this._safeTask.dataGroups.length <= 0;
177
177
  }
178
178
  }
179
- FinishTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FinishTaskService, deps: [{ token: i1.LoggerService }, { token: i2.TaskResourceService }, { token: i3.SnackBarService }, { token: i4.TranslateService }, { token: i5.TaskRequestStateService }, { token: i6.TaskDataService }, { token: i7.CallChainService }, { token: i8.TaskEventService }, { token: i9.EventQueueService }, { token: i10.EventService }, { token: i11.ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: i12.SelectedCaseService, optional: true }, { token: i13.TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
180
- FinishTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FinishTaskService });
181
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FinishTaskService, decorators: [{
179
+ FinishTaskService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishTaskService, deps: [{ token: i1.LoggerService }, { token: i2.TaskResourceService }, { token: i3.SnackBarService }, { token: i4.TranslateService }, { token: i5.TaskRequestStateService }, { token: i6.TaskDataService }, { token: i7.CallChainService }, { token: i8.TaskEventService }, { token: i9.EventQueueService }, { token: i10.EventService }, { token: i11.ChangedFieldsService }, { token: NAE_TASK_OPERATIONS }, { token: i12.SelectedCaseService, optional: true }, { token: i13.TaskContentService }], target: i0.ɵɵFactoryTarget.Injectable });
180
+ FinishTaskService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishTaskService });
181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FinishTaskService, decorators: [{
182
182
  type: Injectable
183
183
  }], ctorParameters: function () { return [{ type: i1.LoggerService }, { type: i2.TaskResourceService }, { type: i3.SnackBarService }, { type: i4.TranslateService }, { type: i5.TaskRequestStateService }, { type: i6.TaskDataService }, { type: i7.CallChainService }, { type: i8.TaskEventService }, { type: i9.EventQueueService }, { type: i10.EventService }, { type: i11.ChangedFieldsService }, { type: undefined, decorators: [{
184
184
  type: Inject,
@@ -32,9 +32,9 @@ export class SelectedCaseService {
32
32
  return this._selectedCase$.getValue();
33
33
  }
34
34
  }
35
- SelectedCaseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SelectedCaseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
36
- SelectedCaseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SelectedCaseService });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SelectedCaseService, decorators: [{
35
+ SelectedCaseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectedCaseService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
36
+ SelectedCaseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectedCaseService });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: SelectedCaseService, decorators: [{
38
38
  type: Injectable
39
39
  }], ctorParameters: function () { return []; } });
40
40
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0ZWQtY2FzZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmV0Z3JpZi1jb21wb25lbnRzLWNvcmUvc3JjL2xpYi90YXNrL3NlcnZpY2VzL3NlbGVjdGVkLWNhc2Uuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsVUFBVSxFQUFZLE1BQU0sZUFBZSxDQUFDO0FBRXBELE9BQU8sRUFBQyxlQUFlLEVBQWEsTUFBTSxNQUFNLENBQUM7O0FBRWpEOzs7Ozs7O0dBT0c7QUFFSCxNQUFNLE9BQU8sbUJBQW1CO0lBYzVCO1FBQ0ksSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLGVBQWUsQ0FBTyxTQUFTLENBQUMsQ0FBQztJQUMvRCxDQUFDO0lBRUQsV0FBVztRQUNQLElBQUksQ0FBQyxjQUFjLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDbkMsQ0FBQztJQUVELElBQVcsYUFBYTtRQUNwQixPQUFPLElBQUksQ0FBQyxjQUFjLENBQUMsWUFBWSxFQUFFLENBQUM7SUFDOUMsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFBVyxZQUFZLENBQUMsWUFBa0I7UUFDdEMsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7SUFDM0MsQ0FBQztJQUVEOztPQUVHO0lBQ0gsSUFBVyxZQUFZO1FBQ25CLE9BQU8sSUFBSSxDQUFDLGNBQWMsQ0FBQyxRQUFRLEVBQUUsQ0FBQztJQUMxQyxDQUFDOztpSEF0Q1EsbUJBQW1CO3FIQUFuQixtQkFBbUI7NEZBQW5CLG1CQUFtQjtrQkFEL0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7SW5qZWN0YWJsZSwgT25EZXN0cm95fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7Q2FzZX0gZnJvbSAnLi4vLi4vcmVzb3VyY2VzL2ludGVyZmFjZS9jYXNlJztcbmltcG9ydCB7QmVoYXZpb3JTdWJqZWN0LCBPYnNlcnZhYmxlfSBmcm9tICdyeGpzJztcblxuLyoqXG4gKiBIb2xkcyBpbmZvcm1hdGlvbiBhYm91dCB0aGUgY3VycmVudGx5IHNlbGVjdGVkIHtAbGluayBDYXNlfS5cbiAqXG4gKiBTZXJ2aWNlcyB0aGF0IGhhbmRsZSB2YXJpb3VzIHRhc2sgb3BlcmF0aW9ucywgY2FuIHVzZSB0aGlzIHNlcnZpY2UgdG8gdGFrZSBpbnRvIGNvbnNpZGVyYXRpb24gY2hhbmdlcyBpbiBmcm9udGVuZCBkYXRhIGluXG4gKiBiZXR3ZWVuIGJhY2tlbmQgY2FsbCBhbmQgYmFja2VuZCByZXNwb25zZS5cbiAqXG4gKiBUaGlzIHNlcnZpY2UgaXMgdXNlZCBieSBUcmVlIENhc2UgVmlldydzIHtAbGluayBUcmVlVGFza0NvbnRlbnRTZXJ2aWNlfS5cbiAqL1xuQEluamVjdGFibGUoKVxuZXhwb3J0IGNsYXNzIFNlbGVjdGVkQ2FzZVNlcnZpY2UgaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xuXG4gICAgLyoqXG4gICAgICogU3RvcmVzIHRoZSBjdXJyZW50bHkgc2VsZWN0ZWQge0BsaW5rIENhc2V9LlxuICAgICAqXG4gICAgICogVGhlIGluaXRpYWwgdmFsdWUgaXMgYHVuZGVmaW5lZGAuXG4gICAgICpcbiAgICAgKiBCZXdhcmUgdGhhdCBzZXR0aW5nIG5ldyB2YWx1ZXMgZG9lc24ndCBtYWtlIGNvcGllcyBvZiB0aGUgcHJvdmlkZWQge0BsaW5rIENhc2V9IG9iamVjdCxcbiAgICAgKiBzbyBpdCBpcyBwb3NzaWJsZSB0aGF0IGFueSBzdWJzY3JpYmVyIGNvdWxkIG1vZGlmeSB0aGUgc2hhcmVkIG9iamVjdC5cbiAgICAgKiBTdWJzY3JpYmVkIGxpYnJhcnkgc2VydmljZXMgZG9uJ3QgbW9kaWZ5IHRoZSBwcm92aWRlZCB7QGxpbmsgQ2FzZX0sIG9ubHkgdGhlIG93bmVyICh7QGxpbmsgVHJlZVRhc2tDb250ZW50U2VydmljZX0pXG4gICAgICogb2YgdGhlIHtAbGluayBDYXNlfSBvYmplY3QgcGVyZm9ybXMgbW9kaWZpY2F0aW9ucyBvZiBpdC5cbiAgICAgKi9cbiAgICBwcm90ZWN0ZWQgX3NlbGVjdGVkQ2FzZSQ6IEJlaGF2aW9yU3ViamVjdDxDYXNlPjtcblxuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICB0aGlzLl9zZWxlY3RlZENhc2UkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxDYXNlPih1bmRlZmluZWQpO1xuICAgIH1cblxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLl9zZWxlY3RlZENhc2UkLmNvbXBsZXRlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBzZWxlY3RlZENhc2UkKCk6IE9ic2VydmFibGU8Q2FzZT4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fc2VsZWN0ZWRDYXNlJC5hc09ic2VydmFibGUoKTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBAcGFyYW0gc2VsZWN0ZWRDYXNlIHRoZSBuZXcgdmFsdWUsIHRoYXQgaXMgZW1pdHRlZCBpbnRvIHRoZSB1bmRlcmx5aW5nIHN0cmVhbVxuICAgICAqL1xuICAgIHB1YmxpYyBzZXQgc2VsZWN0ZWRDYXNlKHNlbGVjdGVkQ2FzZTogQ2FzZSkge1xuICAgICAgICB0aGlzLl9zZWxlY3RlZENhc2UkLm5leHQoc2VsZWN0ZWRDYXNlKTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBAcmV0dXJucyB0aGUgY3VycmVudCB2YWx1ZSBvZiB0aGUgdW5kZXJseWluZyBzdHJlYW1cbiAgICAgKi9cbiAgICBwdWJsaWMgZ2V0IHNlbGVjdGVkQ2FzZSgpOiBDYXNlIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX3NlbGVjdGVkQ2FzZSQuZ2V0VmFsdWUoKTtcbiAgICB9XG59XG4iXX0=