@netgrif/components-core 6.2.3 → 6.2.5

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 (272) 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 +32 -5
  46. package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-filter-property.mjs +6 -0
  47. package/esm2020/lib/data-fields/enumeration-field/enumeration-icon-field/abstract-enumeration-icon-field.component.mjs +3 -3
  48. package/esm2020/lib/data-fields/enumeration-field/enumeration-list-field/abstract-enumeration-list-field.component.mjs +3 -3
  49. package/esm2020/lib/data-fields/enumeration-field/enumeration-select-field/abstract-enumeration-select-field.component.mjs +3 -3
  50. package/esm2020/lib/data-fields/enumeration-field/enumeration-stepper-field/abstract-enumeration-stepper-field.component.mjs +3 -3
  51. package/esm2020/lib/data-fields/enumeration-field/models/enumeration-field.mjs +6 -1
  52. package/esm2020/lib/data-fields/file-field/abstract-file-field.component.mjs +6 -4
  53. package/esm2020/lib/data-fields/file-list-field/abstract-file-list-field.component.mjs +3 -3
  54. package/esm2020/lib/data-fields/filter-field/abstract-filter-field-content.component.mjs +3 -3
  55. package/esm2020/lib/data-fields/filter-field/abstract-filter-field.component.mjs +3 -3
  56. package/esm2020/lib/data-fields/i18n-field/abstract-i18n-errors.component.mjs +3 -3
  57. package/esm2020/lib/data-fields/i18n-field/abstract-i18n-field.component.mjs +3 -3
  58. package/esm2020/lib/data-fields/i18n-field/i18n-divider-field/abstract-i18n-divider-field.component.mjs +3 -3
  59. package/esm2020/lib/data-fields/i18n-field/i18n-text-field/abstract-i18n-text-field.component.mjs +3 -3
  60. package/esm2020/lib/data-fields/i18n-field/language-icons.service.mjs +3 -3
  61. package/esm2020/lib/data-fields/models/abstract-data-field-component.mjs +3 -3
  62. package/esm2020/lib/data-fields/models/abstract-data-field.mjs +4 -1
  63. package/esm2020/lib/data-fields/multichoice-field/abstract-multichoice-field.component.mjs +3 -3
  64. package/esm2020/lib/data-fields/multichoice-field/multichoice-autocomplete-field/abstract-multichoice-autocomplete-field-component.component.mjs +37 -7
  65. package/esm2020/lib/data-fields/multichoice-field/multichoice-autocomplete-field/multichoice-autocomplete-filter-property.mjs +6 -0
  66. package/esm2020/lib/data-fields/multichoice-field/multichoice-list-field/abstract-multichoice-list-field.component.mjs +3 -3
  67. package/esm2020/lib/data-fields/multichoice-field/multichoice-select-field/abstract-multichoice-select-field.component.mjs +3 -3
  68. package/esm2020/lib/data-fields/number-field/abstract-number-errors.component.mjs +3 -3
  69. package/esm2020/lib/data-fields/number-field/abstract-number-field.component.mjs +3 -3
  70. package/esm2020/lib/data-fields/number-field/currency-number-field/abstract-currency-number-field.component.mjs +5 -5
  71. package/esm2020/lib/data-fields/number-field/number-default-field/abstract-default-number-field.component.mjs +3 -3
  72. package/esm2020/lib/data-fields/public-api.mjs +3 -1
  73. package/esm2020/lib/data-fields/text-field/abstract-text-field.component.mjs +3 -3
  74. package/esm2020/lib/data-fields/text-field/html-textarea-field/abstract-html-textarea-field.component.mjs +3 -3
  75. package/esm2020/lib/data-fields/text-field/password-text-field/abstract-password-text-field.component.mjs +3 -3
  76. package/esm2020/lib/data-fields/text-field/rich-textarea-field/abstract-rich-textarea-field.component.mjs +3 -3
  77. package/esm2020/lib/data-fields/text-field/simple-text-field/abstract-simple-text-field.component.mjs +3 -3
  78. package/esm2020/lib/data-fields/text-field/textarea-field/abstract-textarea-field.component.mjs +3 -3
  79. package/esm2020/lib/data-fields/time-instance-abstract-field/abstract-time-instance-field.component.mjs +3 -3
  80. package/esm2020/lib/data-fields/user-field/abstract-user-field.component.mjs +3 -3
  81. package/esm2020/lib/data-fields/user-list-field/abstract-user-list-field.component.mjs +3 -3
  82. package/esm2020/lib/dialog/components/alert-dialog/alert-dialog.component.mjs +3 -3
  83. package/esm2020/lib/dialog/components/alert-dialog/alert-dialog.module.mjs +4 -4
  84. package/esm2020/lib/dialog/components/confirm-dialog/confirm-dialog.component.mjs +3 -3
  85. package/esm2020/lib/dialog/components/confirm-dialog/confirm-dialog.module.mjs +4 -4
  86. package/esm2020/lib/dialog/components/prompt-dialog/prompt-dialog.component.mjs +3 -3
  87. package/esm2020/lib/dialog/components/prompt-dialog/prompt-dialog.module.mjs +4 -4
  88. package/esm2020/lib/dialog/dialog.module.mjs +4 -4
  89. package/esm2020/lib/dialog/models/abstract-dialog.component.mjs +3 -3
  90. package/esm2020/lib/dialog/services/dialog.service.mjs +3 -3
  91. package/esm2020/lib/event/services/event.service.mjs +3 -3
  92. package/esm2020/lib/event-queue/services/event-queue.service.mjs +3 -3
  93. package/esm2020/lib/filter/filter.repository.mjs +3 -3
  94. package/esm2020/lib/filter/user-filters.service.mjs +3 -3
  95. package/esm2020/lib/forms/email-submission/abstract-email-submission-form.component.mjs +3 -3
  96. package/esm2020/lib/forms/forgotten-password/abstract-forgotten-password.component.mjs +3 -3
  97. package/esm2020/lib/forms/login/abstract-login-form.component.mjs +3 -3
  98. package/esm2020/lib/forms/models/abstract-registration.component.mjs +3 -3
  99. package/esm2020/lib/forms/registration/abstract-registration-form.component.mjs +3 -3
  100. package/esm2020/lib/groups/services/active-group.service.mjs +3 -3
  101. package/esm2020/lib/groups/services/ldap-group-list.service.mjs +3 -3
  102. package/esm2020/lib/groups/services/next-group.service.mjs +3 -3
  103. package/esm2020/lib/header/abstract-header-service.mjs +3 -3
  104. package/esm2020/lib/header/abstract-header.component.mjs +3 -3
  105. package/esm2020/lib/header/case-header/case-header.service.mjs +3 -3
  106. package/esm2020/lib/header/header-modes/abstract-header-mode.component.mjs +3 -3
  107. package/esm2020/lib/header/header-modes/edit-mode/abstract-edit-mode.component.mjs +3 -3
  108. package/esm2020/lib/header/header-modes/loading-mode/abstract-loading-mode.component.mjs +3 -3
  109. package/esm2020/lib/header/header-modes/search-mode/abstract-search-mode.component.mjs +3 -3
  110. package/esm2020/lib/header/header-modes/sort-mode/abstract-sort-mode.component.mjs +3 -3
  111. package/esm2020/lib/header/services/overflow.service.mjs +3 -3
  112. package/esm2020/lib/header/task-header/task-header.service.mjs +3 -3
  113. package/esm2020/lib/header/workflow-header/workflow-header.service.mjs +3 -3
  114. package/esm2020/lib/legal/legal-notice/abstract-legal-notice.component.mjs +3 -3
  115. package/esm2020/lib/logger/services/log-publisher.service.mjs +3 -3
  116. package/esm2020/lib/logger/services/logger.service.mjs +3 -3
  117. package/esm2020/lib/material/material.module.mjs +4 -4
  118. package/esm2020/lib/navigation/breadcrumbs/abstract-breadcrumbs.component.mjs +3 -3
  119. package/esm2020/lib/navigation/group-navigation-component-resolver/abstract-group-navigation-component-resolver.component.mjs +3 -3
  120. package/esm2020/lib/navigation/navigation-double-drawer/abstract-navigation-double-drawer.mjs +3 -3
  121. package/esm2020/lib/navigation/navigation-drawer/abstract-navigation-drawer.component.mjs +3 -3
  122. package/esm2020/lib/navigation/navigation-drawer/abstract-navigation-resizable-drawer.component.mjs +3 -3
  123. package/esm2020/lib/navigation/navigation-rail/abstract-navigation-rail.component.mjs +3 -3
  124. package/esm2020/lib/navigation/navigation-tree/abstract-navigation-tree.component.mjs +3 -3
  125. package/esm2020/lib/navigation/quick-panel/components/abstract-quick-panel.component.mjs +3 -3
  126. package/esm2020/lib/navigation/quick-panel/components/internal-link/abstract-internal-link.component.mjs +3 -3
  127. package/esm2020/lib/navigation/quick-panel/components/language-selector/abstract-language-selector.component.mjs +3 -3
  128. package/esm2020/lib/navigation/quick-panel/components/logout-shortcut/abstract-logout-shortcut.component.mjs +3 -3
  129. package/esm2020/lib/navigation/quick-panel/components/paper-view.service.mjs +3 -3
  130. package/esm2020/lib/navigation/service/uri-resource.service.mjs +3 -3
  131. package/esm2020/lib/navigation/service/uri.service.mjs +3 -3
  132. package/esm2020/lib/navigation/utility/filter-extraction.service.mjs +3 -3
  133. package/esm2020/lib/panel/abstract/panel-with-header-binding.mjs +3 -3
  134. package/esm2020/lib/panel/abstract/panel-with-immediate-data.mjs +3 -3
  135. package/esm2020/lib/panel/abstract/tabbed-virtual-scroll.component.mjs +3 -3
  136. package/esm2020/lib/panel/abstract-panel.component.mjs +3 -3
  137. package/esm2020/lib/panel/case-panel/abstract-case-panel.component.mjs +3 -3
  138. package/esm2020/lib/panel/immediate/abstract-immediate-filter-text-content.component.mjs +3 -3
  139. package/esm2020/lib/panel/immediate/abstract-immediate-filter-text.component.mjs +3 -3
  140. package/esm2020/lib/panel/panel-item/abstract-panel-item.component.mjs +3 -3
  141. package/esm2020/lib/panel/task-panel/abstract-task-panel.component.mjs +3 -3
  142. package/esm2020/lib/panel/task-panel-list/abstract-task-list.component.mjs +3 -3
  143. package/esm2020/lib/panel/task-panel-list/default-task-panel-list/abstract-default-task-list.component.mjs +3 -3
  144. package/esm2020/lib/panel/task-panel-list/task-panel-list-pagination/abstract-task-list-pagination.component.mjs +3 -3
  145. package/esm2020/lib/panel/task-panel-single/abstract-single-task.component.mjs +3 -3
  146. package/esm2020/lib/panel/workflow-panel/abstract-workflow-panel.component.mjs +3 -3
  147. package/esm2020/lib/process/process.service.mjs +3 -3
  148. package/esm2020/lib/process/public-process.service.mjs +3 -3
  149. package/esm2020/lib/public/services/public-url-resolver.service.mjs +3 -3
  150. package/esm2020/lib/resources/engine-endpoint/case-resource.service.mjs +3 -3
  151. package/esm2020/lib/resources/engine-endpoint/dashboard-resource.service.mjs +3 -3
  152. package/esm2020/lib/resources/engine-endpoint/ldap-group-resource.service.mjs +3 -3
  153. package/esm2020/lib/resources/engine-endpoint/petri-net-resource.service.mjs +3 -3
  154. package/esm2020/lib/resources/engine-endpoint/public/public-case-resource.service.mjs +3 -3
  155. package/esm2020/lib/resources/engine-endpoint/public/public-petri-net-resource.service.mjs +3 -3
  156. package/esm2020/lib/resources/engine-endpoint/public/public-task-resource.service.mjs +6 -6
  157. package/esm2020/lib/resources/engine-endpoint/task-resource.service.mjs +3 -3
  158. package/esm2020/lib/resources/engine-endpoint/user-resource.service.mjs +3 -3
  159. package/esm2020/lib/resources/resource-provider.service.mjs +3 -3
  160. package/esm2020/lib/routing/dynamic-navigation-route-provider/dynamic-navigation-route-provider.service.mjs +3 -3
  161. package/esm2020/lib/routing/redirect-service/redirect.service.mjs +3 -3
  162. package/esm2020/lib/routing/routing-builder/routing-builder.service.mjs +3 -3
  163. package/esm2020/lib/search/advanced-search-component/abstract-advanced-search.component.mjs +3 -3
  164. package/esm2020/lib/search/advanced-search-component-initialization-service/advanced-search-component-initialization.service.mjs +3 -3
  165. package/esm2020/lib/search/category-factory/category-factory.mjs +3 -3
  166. package/esm2020/lib/search/category-factory/category-resolver.service.mjs +3 -3
  167. package/esm2020/lib/search/category-factory/default-search-categories.module.mjs +4 -4
  168. package/esm2020/lib/search/fulltext-search-component/abstract-fulltext-search.component.mjs +3 -3
  169. package/esm2020/lib/search/header-search-service/header-search.service.mjs +3 -3
  170. package/esm2020/lib/search/operator-service/operator-resolver.service.mjs +3 -3
  171. package/esm2020/lib/search/operator-service/operator.service.mjs +3 -3
  172. package/esm2020/lib/search/search-clause-component/abstract-search-clause.component.mjs +3 -3
  173. package/esm2020/lib/search/search-component/abstract-search.component.mjs +3 -3
  174. package/esm2020/lib/search/search-configuration-input-component/abstract-search-configuration-input.component.mjs +3 -3
  175. package/esm2020/lib/search/search-keyword-resolver-service/search-index-resolver.service.mjs +3 -3
  176. package/esm2020/lib/search/search-operand-input-component/abstract-search-operand-input.component.mjs +3 -3
  177. package/esm2020/lib/search/search-predicate-component/abstract-search-predicate.component.mjs +3 -3
  178. package/esm2020/lib/search/search-service/search.service.mjs +3 -3
  179. package/esm2020/lib/side-menu/content-components/filter-selector/abstract-filter-selector.component.mjs +3 -3
  180. package/esm2020/lib/side-menu/content-components/filter-selector/filter-selector-list-item/abstract-filter-selector-list-item.component.mjs +3 -3
  181. package/esm2020/lib/side-menu/content-components/import-net/abstract-import-net.component.mjs +3 -3
  182. package/esm2020/lib/side-menu/content-components/load-filter/abstract-load-filter.component.mjs +3 -3
  183. package/esm2020/lib/side-menu/content-components/new-case/abstract-new-case.component.mjs +3 -3
  184. package/esm2020/lib/side-menu/content-components/option-selector/abstract-option-selector.component.mjs +3 -3
  185. package/esm2020/lib/side-menu/content-components/save-filter/abstract-save-filter.component.mjs +3 -3
  186. package/esm2020/lib/side-menu/content-components/user-assign/abstract-user-assign.component.mjs +3 -3
  187. package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/abstract-user-assign-list.component.mjs +3 -3
  188. package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/abstract-user-assign-item.component.mjs +3 -3
  189. package/esm2020/lib/side-menu/services/side-menu.service.mjs +3 -3
  190. package/esm2020/lib/side-menu/side-menu-container/abstract-side-menu-container.component.mjs +3 -3
  191. package/esm2020/lib/snack-bar/components/error-snack-bar/error-snack-bar.component.mjs +3 -3
  192. package/esm2020/lib/snack-bar/components/generic-snack-bar/generic-snack-bar.component.mjs +3 -3
  193. package/esm2020/lib/snack-bar/components/success-snack-bar/success-snack-bar.component.mjs +3 -3
  194. package/esm2020/lib/snack-bar/components/warning-snack-bar/warning-snack-bar.component.mjs +3 -3
  195. package/esm2020/lib/snack-bar/models/abstract-snack-bar.component.mjs +3 -3
  196. package/esm2020/lib/snack-bar/services/snack-bar.service.mjs +3 -3
  197. package/esm2020/lib/snack-bar/snack-bar.module.mjs +4 -4
  198. package/esm2020/lib/tabs/tab-creation-detector/abstract-tab-creation-detector.component.mjs +3 -3
  199. package/esm2020/lib/tabs/tab-view/abstract-tab-view.component.mjs +3 -3
  200. package/esm2020/lib/task/services/assign-policy.service.mjs +3 -3
  201. package/esm2020/lib/task/services/assign-task.service.mjs +3 -3
  202. package/esm2020/lib/task/services/cancel-task.service.mjs +3 -3
  203. package/esm2020/lib/task/services/data-focus-policy.service.mjs +3 -3
  204. package/esm2020/lib/task/services/delegate-task.service.mjs +3 -3
  205. package/esm2020/lib/task/services/finish-policy.service.mjs +3 -3
  206. package/esm2020/lib/task/services/finish-task.service.mjs +3 -3
  207. package/esm2020/lib/task/services/selected-case.service.mjs +3 -3
  208. package/esm2020/lib/task/services/task-data.service.mjs +17 -13
  209. package/esm2020/lib/task/services/task-request-state.service.mjs +3 -3
  210. package/esm2020/lib/task-content/field-component-resolver/abstract-field-component-resolver.component.mjs +3 -3
  211. package/esm2020/lib/task-content/services/field-converter.service.mjs +3 -3
  212. package/esm2020/lib/task-content/services/single-task-content.service.mjs +3 -3
  213. package/esm2020/lib/task-content/services/task-content.service.mjs +4 -4
  214. package/esm2020/lib/task-content/services/task-event.service.mjs +3 -3
  215. package/esm2020/lib/task-content/services/unlimited-task-content.service.mjs +3 -3
  216. package/esm2020/lib/task-content/task-content/abstract-task-content.component.mjs +3 -3
  217. package/esm2020/lib/toolbar/abstract-toolbar.component.mjs +3 -3
  218. package/esm2020/lib/translate/language.service.mjs +3 -3
  219. package/esm2020/lib/translate/translate-interceptor.mjs +3 -3
  220. package/esm2020/lib/translate/translate-lib.module.mjs +4 -4
  221. package/esm2020/lib/user/components/user-card/abstract-user-card.component.mjs +3 -3
  222. package/esm2020/lib/user/profile/abstract-profile.component.mjs +3 -3
  223. package/esm2020/lib/user/services/user-comparator.service.mjs +3 -3
  224. package/esm2020/lib/user/services/user-list.service.mjs +3 -3
  225. package/esm2020/lib/user/services/user-preference.service.mjs +3 -3
  226. package/esm2020/lib/user/services/user.service.mjs +3 -3
  227. package/esm2020/lib/user/services/view-id.service.mjs +3 -3
  228. package/esm2020/lib/utility/call-chain/call-chain.service.mjs +3 -3
  229. package/esm2020/lib/utility/service/case-list-font-color.service.mjs +3 -3
  230. package/esm2020/lib/utility/service/spinner-overlay.service.mjs +3 -3
  231. package/esm2020/lib/utility/tests/mocks/mock-authentication.service.mjs +3 -3
  232. package/esm2020/lib/utility/tests/mocks/mock-user-preference.service.mjs +3 -3
  233. package/esm2020/lib/utility/tests/mocks/mock-user-resource.service.mjs +3 -3
  234. package/esm2020/lib/utility/tests/test-mock-dependencies.module.mjs +4 -4
  235. package/esm2020/lib/utility/tests/test-view-service.mjs +3 -3
  236. package/esm2020/lib/view/abstract/sortable-view.mjs +3 -3
  237. package/esm2020/lib/view/abstract/view-with-headers.mjs +3 -3
  238. package/esm2020/lib/view/case-view/abstract-case-view.mjs +3 -3
  239. package/esm2020/lib/view/case-view/components/case-list/abstract-case-list.component.mjs +3 -3
  240. package/esm2020/lib/view/case-view/components/case-list-paginator/abstract-case-list-paginator.component.mjs +3 -3
  241. package/esm2020/lib/view/case-view/components/default-case-list/abstract-default-case-list.component.mjs +3 -3
  242. package/esm2020/lib/view/case-view/service/case-view-service.mjs +3 -3
  243. package/esm2020/lib/view/case-view/tabbed-case-view.mjs +3 -3
  244. package/esm2020/lib/view/task-view/abstract-single-task-view.component.mjs +18 -12
  245. package/esm2020/lib/view/task-view/abstract-task-view.mjs +3 -3
  246. package/esm2020/lib/view/task-view/service/public-task-loading.service.mjs +3 -3
  247. package/esm2020/lib/view/task-view/service/task-view.service.mjs +3 -3
  248. package/esm2020/lib/view/task-view/tabbed-task-view.mjs +3 -3
  249. package/esm2020/lib/view/tree-case-view/tree-case-view.service.mjs +3 -3
  250. package/esm2020/lib/view/tree-case-view/tree-component/abstract-tree.component.mjs +3 -3
  251. package/esm2020/lib/view/tree-case-view/tree-component/add-child-node/abstract-add-child-node.component.mjs +3 -3
  252. package/esm2020/lib/view/tree-case-view/tree-component/case-tree.service.mjs +3 -3
  253. package/esm2020/lib/view/tree-case-view/tree-component/remove-node/abstract-remove-node.component.mjs +3 -3
  254. package/esm2020/lib/view/tree-case-view/tree-task-content/abstract-tree-task-content.component.mjs +3 -3
  255. package/esm2020/lib/view/tree-case-view/tree-task-content/tree-task-content.service.mjs +3 -3
  256. package/esm2020/lib/view/workflow-view/abstract-workflow-view.component.mjs +3 -3
  257. package/esm2020/lib/view/workflow-view/workflow-view.service.mjs +3 -3
  258. package/fesm2015/netgrif-components-core.mjs +882 -792
  259. package/fesm2015/netgrif-components-core.mjs.map +1 -1
  260. package/fesm2020/netgrif-components-core.mjs +879 -792
  261. package/fesm2020/netgrif-components-core.mjs.map +1 -1
  262. package/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/abstract-enumeration-autocomplete-select-field.component.d.ts +5 -1
  263. package/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/enumeration-autocomplete-filter-property.d.ts +4 -0
  264. package/lib/data-fields/enumeration-field/models/enumeration-field.d.ts +3 -0
  265. package/lib/data-fields/models/abstract-data-field.d.ts +1 -0
  266. package/lib/data-fields/multichoice-field/multichoice-autocomplete-field/abstract-multichoice-autocomplete-field-component.component.d.ts +7 -2
  267. package/lib/data-fields/multichoice-field/multichoice-autocomplete-field/multichoice-autocomplete-filter-property.d.ts +4 -0
  268. package/lib/data-fields/public-api.d.ts +2 -0
  269. package/lib/resources/engine-endpoint/public/public-task-resource.service.d.ts +2 -1
  270. package/lib/task/services/task-data.service.d.ts +9 -8
  271. package/lib/view/task-view/abstract-single-task-view.component.d.ts +4 -3
  272. package/package.json +1 -1
@@ -11,9 +11,9 @@ export class AbstractPasswordTextFieldComponent extends AbstractTextErrorsCompon
11
11
  return this.buildErrorMessage(this.passwordTextField, this.formControlRef);
12
12
  }
13
13
  }
14
- AbstractPasswordTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractPasswordTextFieldComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
15
- AbstractPasswordTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractPasswordTextFieldComponent, selector: "ncc-abstract-password-text-field", inputs: { passwordTextField: "passwordTextField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractPasswordTextFieldComponent, decorators: [{
14
+ AbstractPasswordTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPasswordTextFieldComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
15
+ AbstractPasswordTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractPasswordTextFieldComponent, selector: "ncc-abstract-password-text-field", inputs: { passwordTextField: "passwordTextField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractPasswordTextFieldComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'ncc-abstract-password-text-field',
@@ -12,9 +12,9 @@ export class AbstractRichTextareaFieldComponent extends AbstractTextErrorsCompon
12
12
  return this.buildErrorMessage(this.textAreaField, this.formControlRef);
13
13
  }
14
14
  }
15
- AbstractRichTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractRichTextareaFieldComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
16
- AbstractRichTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractRichTextareaFieldComponent, selector: "ncc-abstract-rich-text-field", inputs: { textAreaField: "textAreaField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractRichTextareaFieldComponent, decorators: [{
15
+ AbstractRichTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRichTextareaFieldComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
16
+ AbstractRichTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractRichTextareaFieldComponent, selector: "ncc-abstract-rich-text-field", inputs: { textAreaField: "textAreaField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRichTextareaFieldComponent, decorators: [{
18
18
  type: Component,
19
19
  args: [{
20
20
  selector: 'ncc-abstract-rich-text-field',
@@ -11,9 +11,9 @@ export class AbstractSimpleTextFieldComponent extends AbstractTextErrorsComponen
11
11
  return this.buildErrorMessage(this.textField, this.formControlRef);
12
12
  }
13
13
  }
14
- AbstractSimpleTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractSimpleTextFieldComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
15
- AbstractSimpleTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractSimpleTextFieldComponent, selector: "ncc-abstract-simple-text-field", inputs: { textField: "textField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractSimpleTextFieldComponent, decorators: [{
14
+ AbstractSimpleTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSimpleTextFieldComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
15
+ AbstractSimpleTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractSimpleTextFieldComponent, selector: "ncc-abstract-simple-text-field", inputs: { textField: "textField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractSimpleTextFieldComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'ncc-abstract-simple-text-field',
@@ -32,9 +32,9 @@ export class AbstractTextareaFieldComponent extends AbstractTextErrorsComponent
32
32
  return this.buildErrorMessage(this.textAreaField, this.formControlRef);
33
33
  }
34
34
  }
35
- AbstractTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractTextareaFieldComponent, deps: [{ token: i1.TranslateService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
36
- AbstractTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractTextareaFieldComponent, selector: "ncc-abstract-text-area-field", inputs: { textAreaField: "textAreaField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, viewQueries: [{ propertyName: "dynamicTextArea", first: true, predicate: ["dynamicTextArea"], descendants: true }, { propertyName: "textArea", first: true, predicate: ["textArea"], descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractTextareaFieldComponent, decorators: [{
35
+ AbstractTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTextareaFieldComponent, deps: [{ token: i1.TranslateService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
36
+ AbstractTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTextareaFieldComponent, selector: "ncc-abstract-text-area-field", inputs: { textAreaField: "textAreaField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, viewQueries: [{ propertyName: "dynamicTextArea", first: true, predicate: ["dynamicTextArea"], descendants: true }, { propertyName: "textArea", first: true, predicate: ["textArea"], descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTextareaFieldComponent, decorators: [{
38
38
  type: Component,
39
39
  args: [{
40
40
  selector: 'ncc-abstract-text-area-field',
@@ -39,9 +39,9 @@ export class AbstractTimeInstanceFieldComponent extends AbstractDataFieldCompone
39
39
  return generalMessage;
40
40
  }
41
41
  }
42
- AbstractTimeInstanceFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractTimeInstanceFieldComponent, deps: [{ token: i1.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
43
- AbstractTimeInstanceFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractTimeInstanceFieldComponent, selector: "ncc-abstract-time-instance-field", usesInheritance: true, ngImport: i0, template: '', isInline: true });
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractTimeInstanceFieldComponent, decorators: [{
42
+ AbstractTimeInstanceFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTimeInstanceFieldComponent, deps: [{ token: i1.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
43
+ AbstractTimeInstanceFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTimeInstanceFieldComponent, selector: "ncc-abstract-time-instance-field", usesInheritance: true, ngImport: i0, template: '', isInline: true });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTimeInstanceFieldComponent, decorators: [{
45
45
  type: Component,
46
46
  args: [{
47
47
  selector: 'ncc-abstract-time-instance-field',
@@ -48,9 +48,9 @@ export class AbstractUserFieldComponent extends AbstractDataFieldComponent {
48
48
  });
49
49
  }
50
50
  }
51
- AbstractUserFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractUserFieldComponent, deps: [{ token: i1.SideMenuService }, { token: i2.SnackBarService }, { token: i3.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
52
- AbstractUserFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractUserFieldComponent, selector: "ncc-abstract-user-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractUserFieldComponent, decorators: [{
51
+ AbstractUserFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserFieldComponent, deps: [{ token: i1.SideMenuService }, { token: i2.SnackBarService }, { token: i3.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
52
+ AbstractUserFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserFieldComponent, selector: "ncc-abstract-user-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserFieldComponent, decorators: [{
54
54
  type: Component,
55
55
  args: [{
56
56
  selector: 'ncc-abstract-user-field',
@@ -56,9 +56,9 @@ export class AbstractUserListFieldComponent extends AbstractDataFieldComponent {
56
56
  this.dataField.value = existingUsers;
57
57
  }
58
58
  }
59
- AbstractUserListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractUserListFieldComponent, deps: [{ token: i1.SideMenuService }, { token: i2.SnackBarService }, { token: i3.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
60
- AbstractUserListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractUserListFieldComponent, selector: "ncc-abstract-user-list-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractUserListFieldComponent, decorators: [{
59
+ AbstractUserListFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserListFieldComponent, deps: [{ token: i1.SideMenuService }, { token: i2.SnackBarService }, { token: i3.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
60
+ AbstractUserListFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractUserListFieldComponent, selector: "ncc-abstract-user-list-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractUserListFieldComponent, decorators: [{
62
62
  type: Component,
63
63
  args: [{
64
64
  selector: 'ncc-abstract-user-list-field',
@@ -24,9 +24,9 @@ export class AlertDialogComponent extends AbstractDialogComponent {
24
24
  this.dialogRef.close({});
25
25
  }
26
26
  }
27
- AlertDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AlertDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
28
- AlertDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AlertDialogComponent, selector: "ncc-simple-dialog", usesInheritance: true, ngImport: i0, template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin\">{{data.content}}</div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button color=\"primary\" (click)=\"onClose()\">OK</button>\n</mat-dialog-actions>\n", styles: [""], components: [{ type: i2.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: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i3.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"] }] });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AlertDialogComponent, decorators: [{
27
+ AlertDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
28
+ AlertDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AlertDialogComponent, selector: "ncc-simple-dialog", usesInheritance: true, ngImport: i0, template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin\">{{data.content}}</div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button color=\"primary\" (click)=\"onClose()\">OK</button>\n</mat-dialog-actions>\n", styles: [""], components: [{ type: i2.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: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i3.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"] }] });
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{ selector: 'ncc-simple-dialog', template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin\">{{data.content}}</div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button color=\"primary\" (click)=\"onClose()\">OK</button>\n</mat-dialog-actions>\n", styles: [""] }]
32
32
  }], ctorParameters: function () { return [{ type: i1.MatDialogRef }, { type: undefined, decorators: [{
@@ -7,18 +7,18 @@ import { MaterialModule } from '../../../material/material.module';
7
7
  import * as i0 from "@angular/core";
8
8
  export class AlertDialogModule {
9
9
  }
10
- AlertDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AlertDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- AlertDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AlertDialogModule, declarations: [AlertDialogComponent], imports: [CommonModule,
10
+ AlertDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ AlertDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, declarations: [AlertDialogComponent], imports: [CommonModule,
12
12
  MaterialModule,
13
13
  FormsModule,
14
14
  FlexLayoutModule], exports: [AlertDialogComponent] });
15
- AlertDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AlertDialogModule, imports: [[
15
+ AlertDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, imports: [[
16
16
  CommonModule,
17
17
  MaterialModule,
18
18
  FormsModule,
19
19
  FlexLayoutModule
20
20
  ]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AlertDialogModule, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AlertDialogModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  declarations: [
@@ -36,9 +36,9 @@ export class ConfirmDialogComponent extends AbstractDialogComponent {
36
36
  });
37
37
  }
38
38
  }
39
- ConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfirmDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }, { token: i2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
40
- ConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ConfirmDialogComponent, selector: "ncc-question-dialog", usesInheritance: true, ngImport: i0, template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin\" [innerHTML]=\"parsedContent\"></div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button color=\"warn\" (click)=\"onClose(false)\">{{data.negativeLabel}}</button>\n <button mat-flat-button color=\"primary\" (click)=\"onClose(true)\">{{data.positiveLabel}}</button>\n</mat-dialog-actions>\n", styles: [""], components: [{ 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: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { 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"] }] });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfirmDialogComponent, decorators: [{
39
+ ConfirmDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }, { token: i2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
40
+ ConfirmDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ConfirmDialogComponent, selector: "ncc-question-dialog", usesInheritance: true, ngImport: i0, template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin\" [innerHTML]=\"parsedContent\"></div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button color=\"warn\" (click)=\"onClose(false)\">{{data.negativeLabel}}</button>\n <button mat-flat-button color=\"primary\" (click)=\"onClose(true)\">{{data.positiveLabel}}</button>\n</mat-dialog-actions>\n", styles: [""], components: [{ 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: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { 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"] }] });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogComponent, decorators: [{
42
42
  type: Component,
43
43
  args: [{ selector: 'ncc-question-dialog', template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin\" [innerHTML]=\"parsedContent\"></div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button color=\"warn\" (click)=\"onClose(false)\">{{data.negativeLabel}}</button>\n <button mat-flat-button color=\"primary\" (click)=\"onClose(true)\">{{data.positiveLabel}}</button>\n</mat-dialog-actions>\n", styles: [""] }]
44
44
  }], ctorParameters: function () { return [{ type: i1.MatDialogRef }, { type: undefined, decorators: [{
@@ -7,18 +7,18 @@ import { ConfirmDialogComponent } from './confirm-dialog.component';
7
7
  import * as i0 from "@angular/core";
8
8
  export class ConfirmDialogModule {
9
9
  }
10
- ConfirmDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfirmDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- ConfirmDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfirmDialogModule, declarations: [ConfirmDialogComponent], imports: [CommonModule,
10
+ ConfirmDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ ConfirmDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, declarations: [ConfirmDialogComponent], imports: [CommonModule,
12
12
  MaterialModule,
13
13
  FormsModule,
14
14
  FlexLayoutModule], exports: [ConfirmDialogComponent] });
15
- ConfirmDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfirmDialogModule, imports: [[
15
+ ConfirmDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, imports: [[
16
16
  CommonModule,
17
17
  MaterialModule,
18
18
  FormsModule,
19
19
  FlexLayoutModule
20
20
  ]] });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConfirmDialogModule, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConfirmDialogModule, decorators: [{
22
22
  type: NgModule,
23
23
  args: [{
24
24
  declarations: [
@@ -32,9 +32,9 @@ export class PromptDialogComponent extends AbstractDialogComponent {
32
32
  } : {});
33
33
  }
34
34
  }
35
- PromptDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PromptDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
36
- PromptDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PromptDialogComponent, selector: "ncc-question-dialog-with-answer", usesInheritance: true, ngImport: i0, template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin netgrif-input netgrif-input-fix\">\n <span>{{data.content}}</span>\n <br>\n <mat-form-field class=\"dialog-prompt-margin\" appearance=\"outline\">\n <mat-label>{{data.placeholder}}</mat-label>\n <input matInput [(ngModel)]=\"prompt\" (ngModelChange)=\"disableButton = !prompt || prompt.trim().length === 0\">\n </mat-form-field>\n</div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button (click)=\"onClose(false)\">{{ 'dialog.close' | translate}}</button>\n <button mat-flat-button color=\"primary\" [disabled]=\"disableButton\" (click)=\"onClose(true)\">{{ 'dialog.submit' | translate}}</button>\n</mat-dialog-actions>\n", styles: [".dialog-prompt-margin{margin-top:16px}\n"], components: [{ type: i2.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { 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: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i2.MatLabel, selector: "mat-label" }, { type: i4.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i6.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"] }], pipes: { "translate": i7.TranslatePipe } });
37
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PromptDialogComponent, decorators: [{
35
+ PromptDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
36
+ PromptDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: PromptDialogComponent, selector: "ncc-question-dialog-with-answer", usesInheritance: true, ngImport: i0, template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin netgrif-input netgrif-input-fix\">\n <span>{{data.content}}</span>\n <br>\n <mat-form-field class=\"dialog-prompt-margin\" appearance=\"outline\">\n <mat-label>{{data.placeholder}}</mat-label>\n <input matInput [(ngModel)]=\"prompt\" (ngModelChange)=\"disableButton = !prompt || prompt.trim().length === 0\">\n </mat-form-field>\n</div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button (click)=\"onClose(false)\">{{ 'dialog.close' | translate}}</button>\n <button mat-flat-button color=\"primary\" [disabled]=\"disableButton\" (click)=\"onClose(true)\">{{ 'dialog.submit' | translate}}</button>\n</mat-dialog-actions>\n", styles: [".dialog-prompt-margin{margin-top:16px}\n"], components: [{ type: i2.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { 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: i1.MatDialogTitle, selector: "[mat-dialog-title], [matDialogTitle]", inputs: ["id"], exportAs: ["matDialogTitle"] }, { type: i1.MatDialogContent, selector: "[mat-dialog-content], mat-dialog-content, [matDialogContent]" }, { type: i2.MatLabel, selector: "mat-label" }, { type: i4.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i1.MatDialogActions, selector: "[mat-dialog-actions], mat-dialog-actions, [matDialogActions]" }, { type: i6.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"] }], pipes: { "translate": i7.TranslatePipe } });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogComponent, decorators: [{
38
38
  type: Component,
39
39
  args: [{ selector: 'ncc-question-dialog-with-answer', template: "<h1 mat-dialog-title>{{data.title}}</h1>\n\n<div mat-dialog-content class=\"dialog-container dialog-content-margin netgrif-input netgrif-input-fix\">\n <span>{{data.content}}</span>\n <br>\n <mat-form-field class=\"dialog-prompt-margin\" appearance=\"outline\">\n <mat-label>{{data.placeholder}}</mat-label>\n <input matInput [(ngModel)]=\"prompt\" (ngModelChange)=\"disableButton = !prompt || prompt.trim().length === 0\">\n </mat-form-field>\n</div>\n\n<mat-dialog-actions fxLayoutAlign=\"end\">\n <button mat-button (click)=\"onClose(false)\">{{ 'dialog.close' | translate}}</button>\n <button mat-flat-button color=\"primary\" [disabled]=\"disableButton\" (click)=\"onClose(true)\">{{ 'dialog.submit' | translate}}</button>\n</mat-dialog-actions>\n", styles: [".dialog-prompt-margin{margin-top:16px}\n"] }]
40
40
  }], ctorParameters: function () { return [{ type: i1.MatDialogRef }, { type: undefined, decorators: [{
@@ -8,20 +8,20 @@ import { TranslateLibModule } from '../../../translate/translate-lib.module';
8
8
  import * as i0 from "@angular/core";
9
9
  export class PromptDialogModule {
10
10
  }
11
- PromptDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PromptDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- PromptDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PromptDialogModule, declarations: [PromptDialogComponent], imports: [CommonModule,
11
+ PromptDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ PromptDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, declarations: [PromptDialogComponent], imports: [CommonModule,
13
13
  MaterialModule,
14
14
  FormsModule,
15
15
  FlexLayoutModule,
16
16
  TranslateLibModule], exports: [PromptDialogComponent] });
17
- PromptDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PromptDialogModule, imports: [[
17
+ PromptDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, imports: [[
18
18
  CommonModule,
19
19
  MaterialModule,
20
20
  FormsModule,
21
21
  FlexLayoutModule,
22
22
  TranslateLibModule
23
23
  ]] });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PromptDialogModule, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PromptDialogModule, decorators: [{
25
25
  type: NgModule,
26
26
  args: [{
27
27
  declarations: [
@@ -9,8 +9,8 @@ import { PromptDialogModule } from './components/prompt-dialog/prompt-dialog.mod
9
9
  import * as i0 from "@angular/core";
10
10
  export class DialogModule {
11
11
  }
12
- DialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DialogModule, imports: [CommonModule,
12
+ DialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, imports: [CommonModule,
14
14
  MaterialModule,
15
15
  FormsModule,
16
16
  FlexLayoutModule,
@@ -19,7 +19,7 @@ DialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
19
19
  PromptDialogModule], exports: [AlertDialogModule,
20
20
  ConfirmDialogModule,
21
21
  PromptDialogModule] });
22
- DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DialogModule, imports: [[
22
+ DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, imports: [[
23
23
  CommonModule,
24
24
  MaterialModule,
25
25
  FormsModule,
@@ -30,7 +30,7 @@ DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
30
30
  ], AlertDialogModule,
31
31
  ConfirmDialogModule,
32
32
  PromptDialogModule] });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DialogModule, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogModule, decorators: [{
34
34
  type: NgModule,
35
35
  args: [{
36
36
  imports: [
@@ -14,9 +14,9 @@ export class AbstractDialogComponent {
14
14
  this.data = data;
15
15
  }
16
16
  }
17
- AbstractDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
18
- AbstractDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractDialogComponent, selector: "ncc-abstract-dialog", ngImport: i0, template: '', isInline: true });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractDialogComponent, decorators: [{
17
+ AbstractDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDialogComponent, deps: [{ token: i1.MatDialogRef }, { token: MAT_DIALOG_DATA }], target: i0.ɵɵFactoryTarget.Component });
18
+ AbstractDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDialogComponent, selector: "ncc-abstract-dialog", ngImport: i0, template: '', isInline: true });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDialogComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{
22
22
  selector: 'ncc-abstract-dialog',
@@ -66,9 +66,9 @@ export class DialogService {
66
66
  }, configMatDialog));
67
67
  }
68
68
  }
69
- DialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DialogService, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Injectable });
70
- DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DialogService, providedIn: 'root' });
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DialogService, decorators: [{
69
+ DialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Injectable });
70
+ DialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, providedIn: 'root' });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DialogService, decorators: [{
72
72
  type: Injectable,
73
73
  args: [{
74
74
  providedIn: 'root'
@@ -47,9 +47,9 @@ export class EventService {
47
47
  return changedFieldsMap;
48
48
  }
49
49
  }
50
- EventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
51
- EventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EventService, providedIn: 'root' });
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EventService, decorators: [{
50
+ EventService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
51
+ EventService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, providedIn: 'root' });
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventService, decorators: [{
53
53
  type: Injectable,
54
54
  args: [{
55
55
  providedIn: 'root'
@@ -44,9 +44,9 @@ export class EventQueueService {
44
44
  this.executeEvent(this._queue.shift());
45
45
  }
46
46
  }
47
- EventQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EventQueueService, deps: [{ token: i1.LoggerService }, { token: i2.CallChainService }], target: i0.ɵɵFactoryTarget.Injectable });
48
- EventQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EventQueueService, providedIn: 'root' });
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: EventQueueService, decorators: [{
47
+ EventQueueService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, deps: [{ token: i1.LoggerService }, { token: i2.CallChainService }], target: i0.ɵɵFactoryTarget.Injectable });
48
+ EventQueueService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, providedIn: 'root' });
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: EventQueueService, decorators: [{
50
50
  type: Injectable,
51
51
  args: [{
52
52
  providedIn: 'root'
@@ -122,9 +122,9 @@ export class FilterRepository {
122
122
  return result;
123
123
  }
124
124
  }
125
- FilterRepository.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterRepository, deps: [{ token: i1.ConfigurationService }, { token: i2.LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
126
- FilterRepository.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterRepository, providedIn: 'root' });
127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: FilterRepository, decorators: [{
125
+ FilterRepository.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, deps: [{ token: i1.ConfigurationService }, { token: i2.LoggerService }], target: i0.ɵɵFactoryTarget.Injectable });
126
+ FilterRepository.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, providedIn: 'root' });
127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FilterRepository, decorators: [{
128
128
  type: Injectable,
129
129
  args: [{
130
130
  providedIn: 'root'
@@ -301,9 +301,9 @@ export class UserFiltersService {
301
301
  };
302
302
  }
303
303
  }
304
- UserFiltersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: UserFiltersService, deps: [{ token: i1.CaseResourceService }, { token: i2.TaskResourceService }, { token: i3.ProcessService }, { token: i4.CallChainService }, { token: i5.SideMenuService }, { token: i6.LoggerService }, { token: i7.CategoryResolverService }, { token: NAE_SAVE_FILTER_COMPONENT, optional: true }, { token: NAE_LOAD_FILTER_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
305
- UserFiltersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: UserFiltersService, providedIn: 'root' });
306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: UserFiltersService, decorators: [{
304
+ UserFiltersService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, deps: [{ token: i1.CaseResourceService }, { token: i2.TaskResourceService }, { token: i3.ProcessService }, { token: i4.CallChainService }, { token: i5.SideMenuService }, { token: i6.LoggerService }, { token: i7.CategoryResolverService }, { token: NAE_SAVE_FILTER_COMPONENT, optional: true }, { token: NAE_LOAD_FILTER_COMPONENT, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
305
+ UserFiltersService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, providedIn: 'root' });
306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: UserFiltersService, decorators: [{
307
307
  type: Injectable,
308
308
  args: [{
309
309
  providedIn: 'root'
@@ -28,9 +28,9 @@ export class AbstractEmailSubmissionFormComponent {
28
28
  this.formSubmit.emit({ email: this.rootFormGroup.controls['email'].value, loading: this.loading });
29
29
  }
30
30
  }
31
- AbstractEmailSubmissionFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractEmailSubmissionFormComponent, deps: [{ token: i1.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
32
- AbstractEmailSubmissionFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractEmailSubmissionFormComponent, selector: "ncc-abstract-email-submission-form", inputs: { displayLegalNotice: "displayLegalNotice" }, outputs: { formSubmit: "formSubmit", goBackButton: "goBackButton" }, ngImport: i0, template: '', isInline: true });
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractEmailSubmissionFormComponent, decorators: [{
31
+ AbstractEmailSubmissionFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEmailSubmissionFormComponent, deps: [{ token: i1.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
32
+ AbstractEmailSubmissionFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractEmailSubmissionFormComponent, selector: "ncc-abstract-email-submission-form", inputs: { displayLegalNotice: "displayLegalNotice" }, outputs: { formSubmit: "formSubmit", goBackButton: "goBackButton" }, ngImport: i0, template: '', isInline: true });
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractEmailSubmissionFormComponent, decorators: [{
34
34
  type: Component,
35
35
  args: [{
36
36
  selector: 'ncc-abstract-email-submission-form',
@@ -31,9 +31,9 @@ export class AbstractForgottenPasswordComponent extends AbstractRegistrationComp
31
31
  return this._signupService.recoverPassword(requestBody.token, requestBody.password);
32
32
  }
33
33
  }
34
- AbstractForgottenPasswordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractForgottenPasswordComponent, deps: [{ token: i1.FormBuilder }, { token: i2.SignUpService }, { token: i3.LoggerService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
35
- AbstractForgottenPasswordComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractForgottenPasswordComponent, selector: "ncc-abstract-forgotten-password", inputs: { displayLegalNotice: "displayLegalNotice" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractForgottenPasswordComponent, decorators: [{
34
+ AbstractForgottenPasswordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractForgottenPasswordComponent, deps: [{ token: i1.FormBuilder }, { token: i2.SignUpService }, { token: i3.LoggerService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
35
+ AbstractForgottenPasswordComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractForgottenPasswordComponent, selector: "ncc-abstract-forgotten-password", inputs: { displayLegalNotice: "displayLegalNotice" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractForgottenPasswordComponent, decorators: [{
37
37
  type: Component,
38
38
  args: [{
39
39
  selector: 'ncc-abstract-forgotten-password',
@@ -50,9 +50,9 @@ export class AbstractLoginFormComponent {
50
50
  return 'end';
51
51
  }
52
52
  }
53
- AbstractLoginFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractLoginFormComponent, deps: [{ token: i1.FormBuilder }, { token: i2.UserService }], target: i0.ɵɵFactoryTarget.Component });
54
- AbstractLoginFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractLoginFormComponent, selector: "ncc-abstract-login-field", inputs: { showSignUpButton: "showSignUpButton", showForgottenPasswordButton: "showForgottenPasswordButton" }, outputs: { login: "login", resetPassword: "resetPassword", signUp: "signUp", formSubmit: "formSubmit" }, ngImport: i0, template: '', isInline: true });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractLoginFormComponent, decorators: [{
53
+ AbstractLoginFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoginFormComponent, deps: [{ token: i1.FormBuilder }, { token: i2.UserService }], target: i0.ɵɵFactoryTarget.Component });
54
+ AbstractLoginFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractLoginFormComponent, selector: "ncc-abstract-login-field", inputs: { showSignUpButton: "showSignUpButton", showForgottenPasswordButton: "showForgottenPasswordButton" }, outputs: { login: "login", resetPassword: "resetPassword", signUp: "signUp", formSubmit: "formSubmit" }, ngImport: i0, template: '', isInline: true });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractLoginFormComponent, decorators: [{
56
56
  type: Component,
57
57
  args: [{
58
58
  selector: 'ncc-abstract-login-field',
@@ -94,9 +94,9 @@ export class AbstractRegistrationComponent {
94
94
  }
95
95
  }
96
96
  }
97
- AbstractRegistrationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractRegistrationComponent, deps: [{ token: i1.SignUpService }, { token: i2.LoggerService }, { token: i3.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
98
- AbstractRegistrationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractRegistrationComponent, selector: "ncc-abstract-registration", inputs: { token: "token" }, outputs: { formSubmit: "formSubmit", register: "register", invalidToken: "invalidToken" }, ngImport: i0, template: '', isInline: true });
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractRegistrationComponent, decorators: [{
97
+ AbstractRegistrationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationComponent, deps: [{ token: i1.SignUpService }, { token: i2.LoggerService }, { token: i3.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
98
+ AbstractRegistrationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractRegistrationComponent, selector: "ncc-abstract-registration", inputs: { token: "token" }, outputs: { formSubmit: "formSubmit", register: "register", invalidToken: "invalidToken" }, ngImport: i0, template: '', isInline: true });
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationComponent, decorators: [{
100
100
  type: Component,
101
101
  args: [{
102
102
  selector: 'ncc-abstract-registration',
@@ -36,9 +36,9 @@ export class AbstractRegistrationFormComponent extends AbstractRegistrationCompo
36
36
  return this._signupService.signup(requestBody);
37
37
  }
38
38
  }
39
- AbstractRegistrationFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractRegistrationFormComponent, deps: [{ token: i1.FormBuilder }, { token: i2.SignUpService }, { token: i3.LoggerService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
40
- AbstractRegistrationFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractRegistrationFormComponent, selector: "ncc-abstract-registration-form", inputs: { displayLegalNotice: "displayLegalNotice" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractRegistrationFormComponent, decorators: [{
39
+ AbstractRegistrationFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationFormComponent, deps: [{ token: i1.FormBuilder }, { token: i2.SignUpService }, { token: i3.LoggerService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
40
+ AbstractRegistrationFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractRegistrationFormComponent, selector: "ncc-abstract-registration-form", inputs: { displayLegalNotice: "displayLegalNotice" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractRegistrationFormComponent, decorators: [{
42
42
  type: Component,
43
43
  args: [{
44
44
  selector: 'ncc-abstract-registration-form',
@@ -72,9 +72,9 @@ export class ActiveGroupService {
72
72
  }
73
73
  }
74
74
  }
75
- ActiveGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActiveGroupService, deps: [{ token: i1.NextGroupService }], target: i0.ɵɵFactoryTarget.Injectable });
76
- ActiveGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActiveGroupService, providedIn: 'root' });
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActiveGroupService, decorators: [{
75
+ ActiveGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, deps: [{ token: i1.NextGroupService }], target: i0.ɵɵFactoryTarget.Injectable });
76
+ ActiveGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, providedIn: 'root' });
77
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ActiveGroupService, decorators: [{
78
78
  type: Injectable,
79
79
  args: [{
80
80
  providedIn: 'root'
@@ -169,9 +169,9 @@ export class LdapGroupListService {
169
169
  return params;
170
170
  }
171
171
  }
172
- LdapGroupListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LdapGroupListService, deps: [{ token: i1.LdapGroupResourceService }, { token: i2.LoggerService }, { token: i3.SnackBarService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
173
- LdapGroupListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LdapGroupListService });
174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LdapGroupListService, decorators: [{
172
+ LdapGroupListService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService, deps: [{ token: i1.LdapGroupResourceService }, { token: i2.LoggerService }, { token: i3.SnackBarService }, { token: i4.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable });
173
+ LdapGroupListService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService });
174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LdapGroupListService, decorators: [{
175
175
  type: Injectable
176
176
  }], ctorParameters: function () { return [{ type: i1.LdapGroupResourceService }, { type: i2.LoggerService }, { type: i3.SnackBarService }, { type: i4.TranslateService }]; } });
177
177
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGRhcC1ncm91cC1saXN0LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZXRncmlmLWNvbXBvbmVudHMtY29yZS9zcmMvbGliL2dyb3Vwcy9zZXJ2aWNlcy9sZGFwLWdyb3VwLWxpc3Quc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsVUFBVSxFQUFZLE1BQU0sZUFBZSxDQUFDO0FBQ3BELE9BQU8sRUFBQyxlQUFlLEVBQUUsUUFBUSxFQUFjLEVBQUUsRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFDLE1BQU0sTUFBTSxDQUFDO0FBQy9FLE9BQU8sRUFBQyxjQUFjLEVBQUMsTUFBTSwrQkFBK0IsQ0FBQztBQUs3RCxPQUFPLEVBQUMsVUFBVSxFQUFFLEdBQUcsRUFBRSxRQUFRLEVBQUUsSUFBSSxFQUFFLEdBQUcsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBQ3BFLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxzQkFBc0IsQ0FBQztBQUNoRCxPQUFPLEVBQUMsZ0JBQWdCLEVBQUMsTUFBTSw0Q0FBNEMsQ0FBQzs7Ozs7O0FBYTVFLE1BQU0sT0FBTyxvQkFBb0I7SUEwQzdCOzs7Ozs7Ozs7T0FTRztJQUNILFlBQXNCLFVBQW9DLEVBQ3BDLElBQW1CLEVBQ25CLFNBQTBCLEVBQzFCLFVBQTRCO1FBSDVCLGVBQVUsR0FBVixVQUFVLENBQTBCO1FBQ3BDLFNBQUksR0FBSixJQUFJLENBQWU7UUFDbkIsY0FBUyxHQUFULFNBQVMsQ0FBaUI7UUFDMUIsZUFBVSxHQUFWLFVBQVUsQ0FBa0I7UUFDOUMsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLGNBQWMsRUFBRSxDQUFDO1FBQ3RDLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLGNBQWMsRUFBRSxDQUFDO1FBQzdDLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLE9BQU8sRUFBUSxDQUFDO1FBQzlDLElBQUks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QUM3RCxPQUFPLE1BQU0sQ0FBQztJQUNsQixDQUFDOztrSEFsT1Esb0JBQW9CO3NIQUFwQixvQkFBb0I7NEZBQXBCLG9CQUFvQjtrQkFEaEMsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7SW5qZWN0YWJsZSwgT25EZXN0cm95fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7QmVoYXZpb3JTdWJqZWN0LCBmb3JrSm9pbiwgT2JzZXJ2YWJsZSwgb2YsIFN1YmplY3QsIHRpbWVyfSBmcm9tICdyeGpzJztcbmltcG9ydCB7TG9hZGluZ0VtaXR0ZXJ9IGZyb20gJy4uLy4uL3V0aWxpdHkvbG9hZGluZy1lbWl0dGVyJztcbmltcG9ydCB7UGFnaW5hdGlvbn0gZnJvbSAnLi4vLi4vcmVzb3VyY2VzL2ludGVyZmFjZS9wYWdpbmF0aW9uJztcbmltcG9ydCB7TG9nZ2VyU2VydmljZX0gZnJvbSAnLi4vLi4vbG9nZ2VyL3NlcnZpY2VzL2xvZ2dlci5zZXJ2aWNlJztcbmltcG9ydCB7U25hY2tCYXJTZXJ2aWNlfSBmcm9tICcuLi8uLi9zbmFjay1iYXIvc2VydmljZXMvc25hY2stYmFyLnNlcnZpY2UnO1xuaW1wb3J0IHtUcmFuc2xhdGVTZXJ2aWNlfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJztcbmltcG9ydCB7Y2F0Y2hFcnJvciwgbWFwLCBtZXJnZU1hcCwgc2NhbiwgdGFwfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XG5pbXBvcnQge0h0dHBQYXJhbXN9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbi9odHRwJztcbmltcG9ydCB7UGFnaW5hdGlvblBhcmFtc30gZnJvbSAnLi4vLi4vdXRpbGl0eS9wYWdpbmF0aW9uL3BhZ2luYXRpb24tcGFyYW1zJztcbmltcG9ydCB7TGRhcEdyb3VwLCBMZGFwR3JvdXBSZXNwb25zZUJvZHl9IGZyb20gJy4uLy4uL3Jlc291cmNlcy9pbnRlcmZhY2UvbGRhcEdyb3VwUmVzcG9uc2VCb2R5JztcbmltcG9ydCB7TGRhcEdyb3VwUmVzb3VyY2VTZXJ2aWNlfSBmcm9tICcuLi8uLi9yZXNvdXJjZXMvZW5naW5lLWVuZHBvaW50L2xkYXAtZ3JvdXAtcmVzb3VyY2Uuc2VydmljZSc7XG5pbXBvcnQge01lc3NhZ2VSZXNvdXJjZX0gZnJvbSAnLi4vLi4vcmVzb3VyY2VzL2ludGVyZmFjZS9tZXNzYWdlLXJlc291cmNlJztcblxuZXhwb3J0IGludGVyZmFjZSBMZGFwR3JvdXBMaXN0SXRlbSBleHRlbmRzIExkYXBHcm91cCB7XG4gICAgc2VsZWN0ZWQ6IGJvb2xlYW47XG4gICAgcm9sZXM6IFNldDxzdHJpbmc+O1xuXG4gICAgdG9nZ2xlKCk6IHZvaWQ7XG59XG5cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBMZGFwR3JvdXBMaXN0U2VydmljZSBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG5cbiAgICAvKipcbiAgICAgKiBMZGFwIEdyb3VwIFZhbHVlIGFycmF5IHN0cmVhbSwgdGhhdCByZXByZXNlbnRzIGxkYXAgZ3JvdXAgbG9hZGluZyBmcm9tIGJhY2tlbmQuXG4gICAgICovXG4gICAgcHJvdGVjdGVkIHJlYWRvbmx5IF9sZGFwR3JvdXBzJDogT2JzZXJ2YWJsZTxBcnJheTxMZGFwR3JvdXBMaXN0SXRlbT4+O1xuICAgIC8qKlxuICAgICAqIEVtaXQgbGRhcCBncm91cCBsb2FkaW5nIHN0YXR1cyBmcm9tIGJhY2tlbmQuXG4gICAgICovXG4gICAgcHJvdGVjdGVkIF9sb2FkaW5nJDogTG9hZGluZ0VtaXR0ZXI7XG4gICAgLyoqXG4gICAgICogTnVtYmVyIHN0cmVhbSBvZiBuZXh0IHBhZ2UgbGRhcCBncm91cCBsaXN0LCB0aGF0IHRvIGJlIHJlcXVlc3RlZCBmcm9tIGJhY2tlbmQuXG4gICAgICovXG4gICAgcHJvdGVjdGVkIF9uZXh0UGFnZSQ6IEJlaGF2aW9yU3ViamVjdDxudW1iZXI+O1xuICAgIC8qKlxuICAgICAqIFNpZ25hbHMgdGhlIGVuZCBvZiBsb2FkZWQgbGRhcCBncm91cHMuXG4gICAgICovXG4gICAgcHJvdGVjdGVkIF9lbmRPZkRhdGE6IGJvb2xlYW47XG4gICAgLyoqXG4gICAgICogTmVjZXNzYXJ5IGZvciBwYWdpbmF0aW9uIHBhcmFtZXRlcnMgaW4gbGRhcCBncm91cCBhc3NpZ24gbG9hZGluZyBmcm9tIGJhY2tlbmQuXG4gICAgICovXG4gICAgcHJvdGVjdGVkIF9wYWdpbmF0aW9uOiBQYWdpbmF0aW9uO1xuICAgIC8qKlxuICAgICAqIFNpZ25hbHMgaWYgcmVzcG9uc2UgaXMgZW1wdHkgb3Igbm8uXG4gICAgICovXG4gICAgcHJvdGVjdGVkIF9jbGVhcjogYm9vbGVhbjtcbiAgICAvKipcbiAgICAgKiBUaGUgc2VhcmNoIGNvbnRlbnQgdGhhdCBzaG91bGQgYmUgYXBwbGllZCB0byB0aGUgcmVxdWVzdFxuICAgICAqL1xuICAgIHByb3RlY3RlZCBfc2VhcmNoUXVlcnk6IHN0cmluZztcbiAgICAvKipcbiAgICAgKiBSb2xlcyB0aGF0IHNob3VsZCBiZSBhcHBsaWVkIHRvIHRoZSByZXF1ZXN0XG4gICAgICovXG4gICAgcHVibGljIHJvbGVzUXVlcnk6IEFycmF5PHN0cmluZz47XG4gICAgLyoqXG4gICAgICogbmVnYXRpdmUgUm9sZXMgdGhhdCBzaG91bGQgYmUgYXBwbGllZCB0byB0aGUgcmVxdWVzdFxuICAgICAqL1xuICAgIHB1YmxpYyBuZWdhdGl2ZVJvbGVzUXVlcnk6IEFycmF5PHN0cmluZz47XG4gICAgcHJvdGVjdGVkIF91cGRhdGVQcm9ncmVzcyQ6IExvYWRpbmdFbWl0dGVyO1xuICAgIHByb3RlY3RlZCBfbGRhcEdyb3Vwc1JlbG9hZCQ6IFN1YmplY3Q8dm9pZD47XG5cblxuICAgIC8qKlxuICAgICAqIEluamVjdCBzZXJ2aWNlcy5cbiAgICAgKiBJbml0aWFsaXplIGRlY2xhcmVkIGF0dHJpYnV0ZXMuXG4gICAgICpcbiAgICAgKiBMb2FkaW5nIGFuZCBtYXBwZWQgc3RyZWFtIG9mIGxkYXAgZ3JvdXBzLlxuICAgICAqIEBwYXJhbSBfcmVzb3VyY2VzIExvYWRpbmcgbGRhcCBncm91cHMgZnJvbSBiYWNrZW5kLlxuICAgICAqIEBwYXJhbSBfbG9nIExvZ2dpbmcgYWN0aW9uIHN0YXR1cy5cbiAgICAgKiBAcGFyYW0gX3NuYWNrYmFyIERpc3BsYXkgaW5mbyBhYm91dCBsb2FkaW5nIGZyb20gYmFja2VuZCBmb3IgbGRhcCBncm91cC5cbiAgICAgKiBAcGFyYW0gX3RyYW5zbGF0ZSBUcmFuc2xhdGUgbWVzc2FnZXMgZm9yIGxkYXAgZ3JvdXAuXG4gICAgICovXG4gICAgY29uc3RydWN0b3IocHJvdGVjdGVkIF9yZXNvdXJjZXM6IExkYXBHcm91cFJlc291cmNlU2VydmljZSxcbiAgICAgICAgICAgICAgICBwcm90ZWN0ZWQgX2xvZzogTG9nZ2VyU2VydmljZSxcbiAgICAgICAgICAgICAgICBwcm90ZWN0ZWQgX3NuYWNrYmFyOiBTbmFja0JhclNlcnZpY2UsXG4gICAgICAgICAgICAgICAgcHJvdGVjdGVkIF90cmFuc2xhdGU6IFRyYW5zbGF0ZVNlcnZpY2UpIHtcbiAgICAgICAgdGhpcy5fbG9hZGluZyQgPSBuZXcgTG9hZGluZ0VtaXR0ZXIoKTtcbiAgICAgICAgdGhpcy5fdXBkYXRlUHJvZ3Jlc3MkID0gbmV3IExvYWRpbmdFbWl0dGVyKCk7XG4gICAgICAgIHRoaXMuX2xkYXBHcm91cHNSZWxvYWQkID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcbiAgICAgICAgdGhpcy5fbmV4dFBhZ2UkID0gbmV3IEJlaGF2aW9yU3ViamVjdDxudW1iZXI+KG51bGwpO1xuICAgICAgICB0aGlzLl9lbmRPZkRhdGEgPSBmYWxzZTtcbiAgICAgICAgdGhpcy5fcGFnaW5hdGlvbiA9IHtcbiAgICAgICAgICAgIHNpemU6IDIwLFxuICAgICAgICAgICAgdG90YWxFbGVtZW50czogdW5kZWZpbmVkLFxuICAgICAgICAgICAgdG90YWxQYWdlczogdW5kZWZpbmVkLFxuICAgICAgICAgICAgbnVtYmVyOiAtMVxuICAgICAgICB9O1xuICAgICAgICB0aGlzLl9zZWFyY2hRdWVyeSA9ICcnO1xuICAgICAgICB0aGlzLl9jbGVhciA9IGZhbHNlO1xuICAgICAgICB0aGlzLm5lZ2F0aXZlUm9sZXNRdWVyeSA9IG5ldyBBcnJheTxzdHJpbmc+KCk7XG4gICAgICAgIHRoaXMucm9sZXNRdWVyeSA9IG5ldyBBcnJheTxzdHJpbmc+KCk7XG5cbiAgICAgICAgY29uc3QgbGRhcEdyb3Vwc01hcCA9IHRoaXMuX25leHRQYWdlJC5waXBlKFxuICAgICAgICAgICAgbWVyZ2VNYXAocCA9PiB0aGlzLmxvYWRQYWdlKHApKSxcbiAgICAgICAgICAgIHRhcCgoKSA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKCF0aGlzLl9jbGVhcikge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLl9sZGFwR3JvdXBzUmVsb2FkJC5uZXh0KCk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSksXG4gICAgICAgICAgICBzY2FuKChhY2MsIHZhbHVlKSA9PiB7XG4gICAgICAgICAgICAgICAgY29uc3QgcmVzdWx0ID0gdGhpcy5fY2xlYXIgPyB7fSA6IHsuLi5hY2MsIC4uLnZhbHVlfTtcbiAgICAgICAgICAgICAgICB0aGlzLl9jbGVhciA9IGZhbHNlO1xuICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICAgICAgICB9LCB7fSlcbiAgICAgICAgKTtcbiAgICAgICAgdGhpcy5fbGRhcEdyb3VwcyQgPSBsZGFwR3JvdXBzTWFwLnBpcGUoXG4gICAgICAgICAgICBtYXAodiA9PiBPYmplY3QudmFsdWVzKHYpIGFzIEFycmF5PExkYXBHcm91cExpc3RJdGVtPiksXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuX2xvYWRpbmckLmNvbXBsZXRlKCk7XG4gICAgICAgIHRoaXMuX3VwZGF0ZVByb2dyZXNzJC5jb21wbGV0ZSgpO1xuICAgICAgICB0aGlzLl9sZGFwR3JvdXBzUmVsb2FkJC5jb21wbGV0ZSgpO1xuICAgICAgICB0aGlzLl9uZXh0UGFnZSQuY29tcGxldGUoKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IGxvYWRpbmcoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLl9sb2FkaW5nJC5pc0FjdGl2ZTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0IGxvYWRpbmckKCk6IE9ic2VydmFibGU8Ym9vbGVhbj4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fbG9hZGluZyQuYXNPYnNlcnZhYmxlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBsZGFwR3JvdXBzUmVsb2FkJCgpOiBPYnNlcnZhYmxlPHZvaWQ+IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2xkYXBHcm91cHNSZWxvYWQkLmFzT2JzZXJ2YWJsZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgbGRhcEdyb3VwcyQoKTogT2JzZXJ2YWJsZTxBcnJheTxMZGFwR3JvdXBMaXN0SXRlbT4+IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuX2xkYXBHcm91cHMkO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgdXBkYXRpbmckKCk6IE9ic2VydmFibGU8Ym9vbGVhbj4ge1xuICAgICAgICByZXR1cm4gdGhpcy5fdXBkYXRlUHJvZ3Jlc3MkLmFzT2JzZXJ2YWJsZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgdG90YWxMZGFwR3JvdXBzKCk6IG51bWJlciB7XG4gICAgICAgIHJldHVybiB0aGlzLl9wYWdpbmF0aW9uLnRvdGFsRWxlbWVudHMgPyB0aGlzLl9wYWdpbmF0aW9uLnRvdGFsRWxlbWVudHMgOiAwO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIEdldCBhbGwgbGRhcEdyb3VwcyBmcm9tIGJhY2tlbmQgYW5kIG1hcHBlZCB0byBbbGRhcEdyb3VwVmFsdWVde0BsaW5rIGxkYXBHcm91cFZhbHVlfSBpbnRlcmZhY2Ugd2l0aCBjYXRjaGluZyBlcnJvcnMuXG4gICAgICogQHBhcmFtIHBhZ2UgUGFnZSBudW1iZXIgdGhhdCBpcyByZXF1ZXN0ZWQuIC8gTmV4dCBwYWdlIGxkYXBHcm91cHMgbGlzdC5cbiAgICAgKi9cbiAgICBwdWJsaWMgbG9hZFBhZ2UocGFnZTogbnVtYmVyKTogT2JzZXJ2YWJsZTx7IFtrOiBzdHJpbmddOiBMZGFwR3JvdXBMaXN0SXRlbSB9PiB7XG4gICAgICAgIGlmIChwYWdlID09PSBudWxsIHx8IHBhZ2UgPT09IHVuZGVmaW5lZCB8fCB0aGlzLl9jbGVhcikge1xuICAgICAgICAgICAgcmV0dXJuIG9mKHt9KTtcbiAgICAgICAgfVxuICAgICAgICBsZXQgcGFyYW1zOiBIdHRwUGFyYW1zID0gbmV3IEh0dHBQYXJhbXMoKTtcbiAgICAgICAgcGFyYW1zID0gdGhpcy5hZGRQYWdlUGFyYW1zKHBhcmFtcywgcGFnZSk7XG4gICAgICAgIHRoaXMuX2xvYWRpbmckLm9uKCk7XG4gICAgICAgIHJldHVybiB0aGlzLl9yZXNvdXJjZXMuc2VhcmNoTGRhcEdyb3Vwcyh7ZnVsbHRleHQ6IHRoaXMuX3NlYXJjaFF1ZXJ5fSkucGlwZShcbiAgICAgICAgICAgIGNhdGNoRXJyb3IoZXJyID0+IHtcbiAgICAgICAgICAgICAgICB0aGlzLl9sb2cuZXJyb3IoJ0xvYWRpbmcgbGRhcCBncm91cHMgaGFzIGZhaWxlZCBvbiBwYWdlICcgKyB0aGlzLl9wYWdpbmF0aW9uLm51bWJlciwgZXJyKTtcbiAgICAgICAgICAgICAgICByZXR1cm4gb2Yoe2xkYXBHcm91cFJlc3BvbnNlQm9kaWVzOiBbXSwgcGFnaW5hdGlvbjogey4uLnRoaXMuX3BhZ2luYXRpb24sIG51bWJlcjogdGhpcy5fcGFnaW5hdGlvbi5udW1iZXIgLSAxfX0pO1xuICAgICAgICAgICAgfSksXG4gICAgICAgICAgICB0YXAobGRhcEdyb3VwUmVzcG9uc2VCb2R5ID0+IHRoaXMuX2VuZE9mRGF0YSA9ICFBcnJheS5pc0FycmF5KGxkYXBHcm91cFJlc3BvbnNlQm9keS5sZGFwR3JvdXBSZXNwb25zZUJvZGllcykgfHxcbiAgICAgICAgICAgICAgICAoQXJyYXkuaXNBcnJheShsZGFwR3JvdXBSZXNwb25zZUJvZHkubGRhcEdyb3VwUmVzcG9uc2VCb2RpZXMpXG4gICAgICAgICAgICAgICAgICAgICYmIGxkYXBHcm91cFJlc3BvbnNlQm9keS5sZGFwR3JvdXBSZXNwb25zZUJvZGllcy5sZW5ndGggPT09IDApKSxcbiAgICAgICAgICAgIG1hcChsZGFwR3JvdXBSZXNwb25zZUJvZHkgPT4gKEFycmF5LmlzQXJyYXkobGRhcEdyb3VwUmVzcG9uc2VCb2R5LmxkYXBHcm91cFJlc3BvbnNlQm9kaWVzKSA/XG4gICAgICAgICAgICAgICAgbGRhcEdyb3VwUmVzcG9uc2VCb2R5IDogey4uLmxkYXBHcm91cFJlc3BvbnNlQm9keSwgbGRhcEdyb3VwUmVzcG9uc2VCb2RpZXM6IFtdfSkpLFxuICAgICAgICAgICAgbWFwKCBsZGFwR3JvdXBSZXNwb25zZUJvZHkgPT4ge1xuICAgICAgICAgICAgICAgIGNvbnN0IHJlc3VsdCA9IHt9O1xuICAgICAgICAgICAgICAgIGxkYXBHcm91cFJlc3BvbnNlQm9keS5sZGFwR3JvdXBSZXNwb25zZUJvZGllcy5mb3JFYWNoKCBsZGFwR3JvdXAgPT4ge1xuICAgICAgICAgICAgICAgICAgICBjb25zdCBpdGVtID0gbGRhcEdyb3VwIGFzIExkYXBHcm91cExpc3RJdGVtO1xuICAgICAgICAgICAgICAgICAgICBpdGVtLnJvbGVzID0gbmV3IFNldDxzdHJpbmc+KGxkYXBHcm91cC5wcm9jZXNzUm9sZXMubWFwKHByID0+IHByLnN0cmluZ0lkKSk7XG4gICAgICAgICAgICAgICAgICAgIGl0ZW0ucHJvY2Vzc1JvbGVzID0gdW5kZWZpbmVkO1xuICAgICAgICAgICAgICAgICAgICBpdGVtLnNlbGVjdGVkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgICAgIGl0ZW0udG9nZ2xlID0gZnVuY3Rpb24oKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLnNlbGVjdGVkID0gIXRoaXMuc2VsZWN0ZWQ7XG4gICAgICAgICAgICAgICAgICAgIH07XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdFtsZGFwR3JvdXAuZG5dID0gaXRlbTtcbiAgICAgICAgICAgICAgICB9KTtcbiAgICAgICAgICAgICAgICByZXR1cm4gcmVzdWx0O1xuICAgICAgICAgICAgfSksXG4gICAgICAgICAgICB0YXAoXyA9PiB0aGlzLl9sb2FkaW5nJC5vZmYoKSlcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICAvKipcbiAgICAgKiBTZXQgdmFsdWUgdG8gbmV4dFBhZ2Ugc3RyZWFtIGFzIG5leHQgcGFnZSBsZGFwR3JvdXBzIGxpc3QuXG4gICAgICogQHBhcmFtIGxhc3RSZW5kZXJlZCBMYXN0IHJlbmRlcmVkIGxkYXBHcm91cCBpbmRleC5cbiAgICAgKiBAcGFyYW0gdG90YWxSZW5kZXJlZCBUb3RhbCBsb2FkZWQgc2l6ZSBsZGFwR3JvdXBzLlxuICAgICAqL1xuICAgIHB1YmxpYyBuZXh0UGFnZShsYXN0UmVuZGVyZWQ6IG51bWJlciwgdG90YWxSZW5kZXJlZDogbnVtYmVyKSB7XG4gICAgICAgIGlmICh0aGlzLmxvYWRpbmcgfHwgdGhpcy5fZW5kT2ZEYXRhKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cblxuICAgICAgICBpZiAobGFzdFJlbmRlcmVkID09PSB0b3RhbFJlbmRlcmVkKSB7XG4gICAgICAgICAgICB0aGlzLl9uZXh0UGFnZSQubmV4dCh0aGlzLl9wYWdpbmF0aW9uLm51bWJlciArIDEpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLyoqXG4gICAgICogUmVsb2FkIHBhZ2Ugd2l0aCBsZGFwR3JvdXBzLlxuICAgICAqL1xuICAgIHB1YmxpYyByZWxvYWQobmV3U2VhcmNoUXVlcnkgPSAnJyk6IHZvaWQge1xuICAgICAgICBpZiAoIXRoaXMuX2xkYXBHcm91cHMkIHx8ICF0aGlzLl9wYWdpbmF0aW9uKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5fY2xlYXIgPSB0cnVlO1xuICAgICAgICB0aGlzLl9lbmRPZkRhdGEgPSBmYWxzZTtcbiAgICAgICAgdGhpcy5fcGFnaW5hdGlvbi5udW1iZXIgPSAtMTtcbiAgICAgICAgdGhpcy5fc2VhcmNoUXVlcnkgPSBuZXdTZWFyY2hRdWVyeTtcbiAgICAgICAgdGhpcy5uZXh0UGFnZSgwLCAwKTtcbiAgICAgICAgdGltZXIoMTAwKS5zdWJzY3JpYmUoXyA9PiB7XG4gICAgICAgICAgICB0aGlzLl9wYWdpbmF0aW9uLm51bWJlciA9IC0xO1xuICAgICAgICAgICAgdGhpcy5uZXh0UGFnZSgwLCAwKTtcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHVibGljIHVwZGF0ZVJvbGVzKHNlbGVjdGVkTGRhcEdyb3VwczogQXJyYXk8TGRhcEdyb3VwTGlzdEl0ZW0+LCBzZWxlY3RlZFJvbGVzOiBBcnJheTxzdHJpbmc+ID0gW10pOlxuICAgIE9ic2VydmFibGU8QXJyYXk8TWVzc2FnZVJlc291cmNlPj4ge1xuICAgICAgICBpZiAoIXNlbGVjdGVkTGRhcEdyb3VwcyB8fCBzZWxlY3RlZExkYXBHcm91cHMubGVuZ3RoID09PSAwKSB7XG4gICAgICAgICAgICByZXR1cm4gb2YoW10pO1xuICAgICAgICB9XG4gICAgICAgIHRoaXMuX3VwZGF0ZVByb2dyZXNzJC5vbigpO1xuICAgICAgICByZXR1cm4gZm9ya0pvaW4oc2VsZWN0ZWRMZGFwR3JvdXBzLm1hcChsZGFwR3JvdXAgPT4gdGhpcy5fcmVzb3VyY2VzLmFzc2lnblJvbGVzVG9MZGFwR3JvdXAoXG4gICAgICAgICAgICB7Z3JvdXBEbjogbGRhcEdyb3VwLmRuLCByb2xlSWRzOiBzZWxlY3RlZFJvbGVzfSkpKS5waXBlKFxuICAgICAgICAgICAgdGFwKG1lc3NhZ2VzID0+IHtcbiAgICAgICAgICAgICAgICBtZXNzYWdlcy5mb3JFYWNoKChtZXNzYWdlLCBpZHgpID0+IHtcbiAgICAgICAgICAgICAgICAgICAgaWYgKG1lc3NhZ2UuZXJyb3IpIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuX2xvZy5lcnJvcihtZXNzYWdlLmVycm9yLCBtZXNzYWdlKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuX3NuYWNrYmFyLm9wZW5FcnJvclNuYWNrQmFyKG1lc3NhZ2UuZXJyb3IpO1xuICAgICAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5fbG9nLmluZm8obWVzc2FnZS5zdWNjZXNzKTtcbiAgICAgICAgICAgICAgICAgICAgICAgIHNlbGVjdGVkTGRhcEdyb3Vwc1tpZHhdLnJvbGVzID0gbmV3IFNldDxzdHJpbmc+KHNlbGVjdGVkUm9sZXMpO1xuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5fc25hY2tiYXIub3BlblN1Y2Nlc3NTbmFja0Jhcih0aGlzLl90cmFuc2xhdGUuaW5zdGFudCgndGFza3Muc25hY2tiYXIucm9sZXNTdWNjZXNzQXNzaWduJykpO1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgICAgdGhpcy5fdXBkYXRlUHJvZ3Jlc3MkLm9mZigpO1xuICAgICAgICAgICAgfSkpO1xuICAgIH1cblxuICAgIC8qKlxuICAgICAqIFJldHVybnMgSHR0cFBhcmFtcyB3aXRoIHBhZ2UgcGFyYW1zIGFkZGl0aW9uLlxuICAgICAqIEBwYXJhbSBwYXJhbXMgRXhpc3RpbmcgSHR0cFBhcmFtcy5cbiAgICAgKiBAcGFyYW0gcGFnZSBQYWdlIG51bWJlciB0aGF0IGlzIHJlcXVlc3RlZC4gLyBOZXh0IHBhZ2UgbGRhcEdyb3VwcyBsaXN0LlxuICAgICAqL1xuICAgIHByb3RlY3RlZCBhZGRQYWdlUGFyYW1zKHBhcmFtczogSHR0cFBhcmFtcywgcGFnZT86IG51bWJlcik6IEh0dHBQYXJhbXMge1xuICAgICAgICBwYXJhbXMgPSBwYXJhbXMuc2V0KFBhZ2luYXRpb25QYXJhbXMuUEFHRV9TSVpFLCBgJHt0aGlzLl9wYWdpbmF0aW9uLnNpemV9YCk7XG4gICAgICAgIHBhZ2UgPSBwYWdlICE9PSBudWxsID8gcGFnZSA6IHRoaXMuX3BhZ2luYXRpb24ubnVtYmVyO1xuICAgICAgICBwYXJhbXMgPSBwYXJhbXMuc2V0KFBhZ2luYXRpb25QYXJhbXMuUEFHRV9OVU1CRVIsIGAke3BhZ2V9YCk7XG4gICAgICAgIHJldHVybiBwYXJhbXM7XG4gICAgfVxufVxuIl19
@@ -86,9 +86,9 @@ export class NextGroupService {
86
86
  return this.ownerGroups;
87
87
  }
88
88
  }
89
- NextGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NextGroupService, deps: [{ token: i1.UserService }, { token: i2.CaseResourceService }], target: i0.ɵɵFactoryTarget.Injectable });
90
- NextGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NextGroupService, providedIn: 'root' });
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NextGroupService, decorators: [{
89
+ NextGroupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, deps: [{ token: i1.UserService }, { token: i2.CaseResourceService }], target: i0.ɵɵFactoryTarget.Injectable });
90
+ NextGroupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, providedIn: 'root' });
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: NextGroupService, decorators: [{
92
92
  type: Injectable,
93
93
  args: [{
94
94
  providedIn: 'root'