@netgrif/components-core 6.2.4 → 6.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/esm2020/lib/admin/role-assignment/abstract-role-assignment.component.mjs +3 -3
  2. package/esm2020/lib/admin/role-assignment/services/role-assignment.service.mjs +3 -3
  3. package/esm2020/lib/admin/role-assignment-ldap-group/abstract-ldap-group-role-assignment.component.mjs +3 -3
  4. package/esm2020/lib/admin/role-assignment-ldap-group/services/role-assignment-ldap-group.service.mjs +3 -3
  5. package/esm2020/lib/admin/user-invite/abstract-user-invite.component.mjs +3 -3
  6. package/esm2020/lib/admin/user-invite/services/organization-list.service.mjs +3 -3
  7. package/esm2020/lib/admin/user-invite/services/user-invite.service.mjs +3 -3
  8. package/esm2020/lib/allowed-nets/services/allowed-nets.service.mjs +3 -3
  9. package/esm2020/lib/allowed-nets/services/base-allowed-nets.service.mjs +3 -3
  10. package/esm2020/lib/allowed-nets/services/factory/allowed-nets-service-factory.mjs +3 -3
  11. package/esm2020/lib/authentication/anonymous/anonymous.service.mjs +3 -3
  12. package/esm2020/lib/authentication/authentication.module.mjs +4 -4
  13. package/esm2020/lib/authentication/components/abstract-authentication-overlay.mjs +3 -3
  14. package/esm2020/lib/authentication/models/user.transformer.mjs +3 -3
  15. package/esm2020/lib/authentication/services/anonymous-authentication-interceptor.mjs +3 -3
  16. package/esm2020/lib/authentication/services/authentication/authentication.service.mjs +3 -3
  17. package/esm2020/lib/authentication/services/authentication-interceptor.mjs +3 -3
  18. package/esm2020/lib/authentication/services/guard/authentication-guard.service.mjs +3 -3
  19. package/esm2020/lib/authentication/services/methods/basic-authentication/basic-authentication.service.mjs +3 -3
  20. package/esm2020/lib/authentication/services/methods/null-authentication/null-authentication.service.mjs +3 -3
  21. package/esm2020/lib/authentication/session/services/session.service.mjs +3 -3
  22. package/esm2020/lib/authentication/sign-up/services/sign-up.service.mjs +3 -3
  23. package/esm2020/lib/authentication/sign-up/sign-up.module.mjs +4 -4
  24. package/esm2020/lib/authorization/authority/authority-guard.service.mjs +3 -3
  25. package/esm2020/lib/authorization/group/group-guard.service.mjs +3 -3
  26. package/esm2020/lib/authorization/permission/access.service.mjs +3 -3
  27. package/esm2020/lib/authorization/permission/permission.service.mjs +3 -3
  28. package/esm2020/lib/authorization/role/role-guard.service.mjs +3 -3
  29. package/esm2020/lib/changed-fields/services/changed-fields.service.mjs +3 -3
  30. package/esm2020/lib/covalent/covalent.module.mjs +4 -4
  31. package/esm2020/lib/currency/currency.module.mjs +4 -4
  32. package/esm2020/lib/dashboard/cards/count-card/abstract-count-card.mjs +3 -3
  33. package/esm2020/lib/dashboard/cards/custom-card/abstract-custom-card.mjs +3 -3
  34. package/esm2020/lib/dashboard/cards/iframe-card/abstract-iframe-card.mjs +3 -3
  35. package/esm2020/lib/dashboard/dashboard-content/abstract-dashboard-content.mjs +3 -3
  36. package/esm2020/lib/data-fields/boolean-field/abstract-boolean-field.component.mjs +3 -3
  37. package/esm2020/lib/data-fields/button-field/abstract-button-field.component.mjs +3 -3
  38. package/esm2020/lib/data-fields/data-field-template/abstract-data-field-template.component.mjs +3 -3
  39. package/esm2020/lib/data-fields/data-fields.module.mjs +4 -4
  40. package/esm2020/lib/data-fields/date-field/abstract-date-field.component.mjs +3 -3
  41. package/esm2020/lib/data-fields/date-field/models/custom-date-adapter.mjs +3 -3
  42. package/esm2020/lib/data-fields/date-time-field/abstract-date-time-field.component.mjs +3 -3
  43. package/esm2020/lib/data-fields/enumeration-field/abstract-enumeration-field.component.mjs +3 -3
  44. package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-dynamic-field/abstract-enumeration-autocomplete-dynamic-field.component.mjs +3 -3
  45. package/esm2020/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/abstract-enumeration-autocomplete-select-field.component.mjs +10 -25
  46. package/esm2020/lib/data-fields/enumeration-field/enumeration-icon-field/abstract-enumeration-icon-field.component.mjs +3 -3
  47. package/esm2020/lib/data-fields/enumeration-field/enumeration-list-field/abstract-enumeration-list-field.component.mjs +3 -3
  48. package/esm2020/lib/data-fields/enumeration-field/enumeration-select-field/abstract-enumeration-select-field.component.mjs +3 -3
  49. package/esm2020/lib/data-fields/enumeration-field/enumeration-stepper-field/abstract-enumeration-stepper-field.component.mjs +3 -3
  50. package/esm2020/lib/data-fields/enumeration-field/models/enumeration-field.mjs +6 -1
  51. package/esm2020/lib/data-fields/file-field/abstract-file-field.component.mjs +6 -4
  52. package/esm2020/lib/data-fields/file-list-field/abstract-file-list-field.component.mjs +3 -3
  53. package/esm2020/lib/data-fields/filter-field/abstract-filter-field-content.component.mjs +3 -3
  54. package/esm2020/lib/data-fields/filter-field/abstract-filter-field.component.mjs +3 -3
  55. package/esm2020/lib/data-fields/i18n-field/abstract-i18n-errors.component.mjs +3 -3
  56. package/esm2020/lib/data-fields/i18n-field/abstract-i18n-field.component.mjs +3 -3
  57. package/esm2020/lib/data-fields/i18n-field/i18n-divider-field/abstract-i18n-divider-field.component.mjs +3 -3
  58. package/esm2020/lib/data-fields/i18n-field/i18n-text-field/abstract-i18n-text-field.component.mjs +3 -3
  59. package/esm2020/lib/data-fields/i18n-field/language-icons.service.mjs +3 -3
  60. package/esm2020/lib/data-fields/models/abstract-data-field-component.mjs +3 -3
  61. package/esm2020/lib/data-fields/multichoice-field/abstract-multichoice-field.component.mjs +3 -3
  62. package/esm2020/lib/data-fields/multichoice-field/multichoice-autocomplete-field/abstract-multichoice-autocomplete-field-component.component.mjs +10 -7
  63. package/esm2020/lib/data-fields/multichoice-field/multichoice-list-field/abstract-multichoice-list-field.component.mjs +3 -3
  64. package/esm2020/lib/data-fields/multichoice-field/multichoice-select-field/abstract-multichoice-select-field.component.mjs +3 -3
  65. package/esm2020/lib/data-fields/number-field/abstract-number-errors.component.mjs +3 -3
  66. package/esm2020/lib/data-fields/number-field/abstract-number-field.component.mjs +3 -3
  67. package/esm2020/lib/data-fields/number-field/currency-number-field/abstract-currency-number-field.component.mjs +5 -5
  68. package/esm2020/lib/data-fields/number-field/number-default-field/abstract-default-number-field.component.mjs +3 -3
  69. package/esm2020/lib/data-fields/text-field/abstract-text-field.component.mjs +3 -3
  70. package/esm2020/lib/data-fields/text-field/html-textarea-field/abstract-html-textarea-field.component.mjs +3 -3
  71. package/esm2020/lib/data-fields/text-field/password-text-field/abstract-password-text-field.component.mjs +3 -3
  72. package/esm2020/lib/data-fields/text-field/rich-textarea-field/abstract-rich-textarea-field.component.mjs +3 -3
  73. package/esm2020/lib/data-fields/text-field/simple-text-field/abstract-simple-text-field.component.mjs +3 -3
  74. package/esm2020/lib/data-fields/text-field/textarea-field/abstract-textarea-field.component.mjs +3 -3
  75. package/esm2020/lib/data-fields/time-instance-abstract-field/abstract-time-instance-field.component.mjs +3 -3
  76. package/esm2020/lib/data-fields/user-field/abstract-user-field.component.mjs +3 -3
  77. package/esm2020/lib/data-fields/user-list-field/abstract-user-list-field.component.mjs +3 -3
  78. package/esm2020/lib/dialog/components/alert-dialog/alert-dialog.component.mjs +3 -3
  79. package/esm2020/lib/dialog/components/alert-dialog/alert-dialog.module.mjs +4 -4
  80. package/esm2020/lib/dialog/components/confirm-dialog/confirm-dialog.component.mjs +3 -3
  81. package/esm2020/lib/dialog/components/confirm-dialog/confirm-dialog.module.mjs +4 -4
  82. package/esm2020/lib/dialog/components/prompt-dialog/prompt-dialog.component.mjs +3 -3
  83. package/esm2020/lib/dialog/components/prompt-dialog/prompt-dialog.module.mjs +4 -4
  84. package/esm2020/lib/dialog/dialog.module.mjs +4 -4
  85. package/esm2020/lib/dialog/models/abstract-dialog.component.mjs +3 -3
  86. package/esm2020/lib/dialog/services/dialog.service.mjs +3 -3
  87. package/esm2020/lib/event/services/event.service.mjs +3 -3
  88. package/esm2020/lib/event-queue/services/event-queue.service.mjs +3 -3
  89. package/esm2020/lib/filter/filter.repository.mjs +3 -3
  90. package/esm2020/lib/filter/user-filters.service.mjs +3 -3
  91. package/esm2020/lib/forms/email-submission/abstract-email-submission-form.component.mjs +3 -3
  92. package/esm2020/lib/forms/forgotten-password/abstract-forgotten-password.component.mjs +3 -3
  93. package/esm2020/lib/forms/login/abstract-login-form.component.mjs +3 -3
  94. package/esm2020/lib/forms/models/abstract-registration.component.mjs +3 -3
  95. package/esm2020/lib/forms/registration/abstract-registration-form.component.mjs +3 -3
  96. package/esm2020/lib/groups/services/active-group.service.mjs +3 -3
  97. package/esm2020/lib/groups/services/ldap-group-list.service.mjs +3 -3
  98. package/esm2020/lib/groups/services/next-group.service.mjs +3 -3
  99. package/esm2020/lib/header/abstract-header-service.mjs +3 -3
  100. package/esm2020/lib/header/abstract-header.component.mjs +3 -3
  101. package/esm2020/lib/header/case-header/case-header.service.mjs +3 -3
  102. package/esm2020/lib/header/header-modes/abstract-header-mode.component.mjs +3 -3
  103. package/esm2020/lib/header/header-modes/edit-mode/abstract-edit-mode.component.mjs +3 -3
  104. package/esm2020/lib/header/header-modes/loading-mode/abstract-loading-mode.component.mjs +3 -3
  105. package/esm2020/lib/header/header-modes/search-mode/abstract-search-mode.component.mjs +3 -3
  106. package/esm2020/lib/header/header-modes/sort-mode/abstract-sort-mode.component.mjs +3 -3
  107. package/esm2020/lib/header/services/overflow.service.mjs +3 -3
  108. package/esm2020/lib/header/task-header/task-header.service.mjs +3 -3
  109. package/esm2020/lib/header/workflow-header/workflow-header.service.mjs +3 -3
  110. package/esm2020/lib/legal/legal-notice/abstract-legal-notice.component.mjs +3 -3
  111. package/esm2020/lib/logger/services/log-publisher.service.mjs +3 -3
  112. package/esm2020/lib/logger/services/logger.service.mjs +3 -3
  113. package/esm2020/lib/material/material.module.mjs +4 -4
  114. package/esm2020/lib/navigation/breadcrumbs/abstract-breadcrumbs.component.mjs +3 -3
  115. package/esm2020/lib/navigation/group-navigation-component-resolver/abstract-group-navigation-component-resolver.component.mjs +3 -3
  116. package/esm2020/lib/navigation/navigation-double-drawer/abstract-navigation-double-drawer.mjs +3 -3
  117. package/esm2020/lib/navigation/navigation-drawer/abstract-navigation-drawer.component.mjs +3 -3
  118. package/esm2020/lib/navigation/navigation-drawer/abstract-navigation-resizable-drawer.component.mjs +3 -3
  119. package/esm2020/lib/navigation/navigation-rail/abstract-navigation-rail.component.mjs +3 -3
  120. package/esm2020/lib/navigation/navigation-tree/abstract-navigation-tree.component.mjs +3 -3
  121. package/esm2020/lib/navigation/quick-panel/components/abstract-quick-panel.component.mjs +3 -3
  122. package/esm2020/lib/navigation/quick-panel/components/internal-link/abstract-internal-link.component.mjs +3 -3
  123. package/esm2020/lib/navigation/quick-panel/components/language-selector/abstract-language-selector.component.mjs +3 -3
  124. package/esm2020/lib/navigation/quick-panel/components/logout-shortcut/abstract-logout-shortcut.component.mjs +3 -3
  125. package/esm2020/lib/navigation/quick-panel/components/paper-view.service.mjs +3 -3
  126. package/esm2020/lib/navigation/service/uri-resource.service.mjs +3 -3
  127. package/esm2020/lib/navigation/service/uri.service.mjs +3 -3
  128. package/esm2020/lib/navigation/utility/filter-extraction.service.mjs +3 -3
  129. package/esm2020/lib/panel/abstract/panel-with-header-binding.mjs +3 -3
  130. package/esm2020/lib/panel/abstract/panel-with-immediate-data.mjs +3 -3
  131. package/esm2020/lib/panel/abstract/tabbed-virtual-scroll.component.mjs +3 -3
  132. package/esm2020/lib/panel/abstract-panel.component.mjs +3 -3
  133. package/esm2020/lib/panel/case-panel/abstract-case-panel.component.mjs +3 -3
  134. package/esm2020/lib/panel/immediate/abstract-immediate-filter-text-content.component.mjs +3 -3
  135. package/esm2020/lib/panel/immediate/abstract-immediate-filter-text.component.mjs +3 -3
  136. package/esm2020/lib/panel/panel-item/abstract-panel-item.component.mjs +3 -3
  137. package/esm2020/lib/panel/task-panel/abstract-task-panel.component.mjs +3 -3
  138. package/esm2020/lib/panel/task-panel-list/abstract-task-list.component.mjs +3 -3
  139. package/esm2020/lib/panel/task-panel-list/default-task-panel-list/abstract-default-task-list.component.mjs +3 -3
  140. package/esm2020/lib/panel/task-panel-list/task-panel-list-pagination/abstract-task-list-pagination.component.mjs +3 -3
  141. package/esm2020/lib/panel/task-panel-single/abstract-single-task.component.mjs +3 -3
  142. package/esm2020/lib/panel/workflow-panel/abstract-workflow-panel.component.mjs +3 -3
  143. package/esm2020/lib/process/process.service.mjs +3 -3
  144. package/esm2020/lib/process/public-process.service.mjs +3 -3
  145. package/esm2020/lib/public/factories/get-net-and-create-case.mjs +2 -2
  146. package/esm2020/lib/public/services/public-url-resolver.service.mjs +3 -3
  147. package/esm2020/lib/resources/engine-endpoint/case-resource.service.mjs +3 -3
  148. package/esm2020/lib/resources/engine-endpoint/dashboard-resource.service.mjs +3 -3
  149. package/esm2020/lib/resources/engine-endpoint/ldap-group-resource.service.mjs +3 -3
  150. package/esm2020/lib/resources/engine-endpoint/petri-net-resource.service.mjs +3 -3
  151. package/esm2020/lib/resources/engine-endpoint/public/public-case-resource.service.mjs +3 -3
  152. package/esm2020/lib/resources/engine-endpoint/public/public-petri-net-resource.service.mjs +5 -5
  153. package/esm2020/lib/resources/engine-endpoint/public/public-task-resource.service.mjs +3 -3
  154. package/esm2020/lib/resources/engine-endpoint/task-resource.service.mjs +3 -3
  155. package/esm2020/lib/resources/engine-endpoint/user-resource.service.mjs +3 -3
  156. package/esm2020/lib/resources/resource-provider.service.mjs +3 -3
  157. package/esm2020/lib/routing/dynamic-navigation-route-provider/dynamic-navigation-route-provider.service.mjs +3 -3
  158. package/esm2020/lib/routing/redirect-service/redirect.service.mjs +3 -3
  159. package/esm2020/lib/routing/routing-builder/routing-builder.service.mjs +3 -3
  160. package/esm2020/lib/search/advanced-search-component/abstract-advanced-search.component.mjs +3 -3
  161. package/esm2020/lib/search/advanced-search-component-initialization-service/advanced-search-component-initialization.service.mjs +3 -3
  162. package/esm2020/lib/search/category-factory/category-factory.mjs +3 -3
  163. package/esm2020/lib/search/category-factory/category-resolver.service.mjs +3 -3
  164. package/esm2020/lib/search/category-factory/default-search-categories.module.mjs +4 -4
  165. package/esm2020/lib/search/fulltext-search-component/abstract-fulltext-search.component.mjs +3 -3
  166. package/esm2020/lib/search/header-search-service/header-search.service.mjs +3 -3
  167. package/esm2020/lib/search/operator-service/operator-resolver.service.mjs +3 -3
  168. package/esm2020/lib/search/operator-service/operator.service.mjs +3 -3
  169. package/esm2020/lib/search/search-clause-component/abstract-search-clause.component.mjs +3 -3
  170. package/esm2020/lib/search/search-component/abstract-search.component.mjs +3 -3
  171. package/esm2020/lib/search/search-configuration-input-component/abstract-search-configuration-input.component.mjs +3 -3
  172. package/esm2020/lib/search/search-keyword-resolver-service/search-index-resolver.service.mjs +3 -3
  173. package/esm2020/lib/search/search-operand-input-component/abstract-search-operand-input.component.mjs +3 -3
  174. package/esm2020/lib/search/search-predicate-component/abstract-search-predicate.component.mjs +3 -3
  175. package/esm2020/lib/search/search-service/search.service.mjs +3 -3
  176. package/esm2020/lib/side-menu/content-components/filter-selector/abstract-filter-selector.component.mjs +3 -3
  177. package/esm2020/lib/side-menu/content-components/filter-selector/filter-selector-list-item/abstract-filter-selector-list-item.component.mjs +3 -3
  178. package/esm2020/lib/side-menu/content-components/import-net/abstract-import-net.component.mjs +3 -3
  179. package/esm2020/lib/side-menu/content-components/load-filter/abstract-load-filter.component.mjs +3 -3
  180. package/esm2020/lib/side-menu/content-components/new-case/abstract-new-case.component.mjs +3 -3
  181. package/esm2020/lib/side-menu/content-components/option-selector/abstract-option-selector.component.mjs +3 -3
  182. package/esm2020/lib/side-menu/content-components/save-filter/abstract-save-filter.component.mjs +3 -3
  183. package/esm2020/lib/side-menu/content-components/user-assign/abstract-user-assign.component.mjs +3 -3
  184. package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/abstract-user-assign-list.component.mjs +3 -3
  185. package/esm2020/lib/side-menu/content-components/user-assign/user-assign-list/user-assign-item/abstract-user-assign-item.component.mjs +3 -3
  186. package/esm2020/lib/side-menu/services/side-menu.service.mjs +3 -3
  187. package/esm2020/lib/side-menu/side-menu-container/abstract-side-menu-container.component.mjs +3 -3
  188. package/esm2020/lib/snack-bar/components/error-snack-bar/error-snack-bar.component.mjs +3 -3
  189. package/esm2020/lib/snack-bar/components/generic-snack-bar/generic-snack-bar.component.mjs +3 -3
  190. package/esm2020/lib/snack-bar/components/success-snack-bar/success-snack-bar.component.mjs +3 -3
  191. package/esm2020/lib/snack-bar/components/warning-snack-bar/warning-snack-bar.component.mjs +3 -3
  192. package/esm2020/lib/snack-bar/models/abstract-snack-bar.component.mjs +3 -3
  193. package/esm2020/lib/snack-bar/services/snack-bar.service.mjs +3 -3
  194. package/esm2020/lib/snack-bar/snack-bar.module.mjs +4 -4
  195. package/esm2020/lib/tabs/tab-creation-detector/abstract-tab-creation-detector.component.mjs +3 -3
  196. package/esm2020/lib/tabs/tab-view/abstract-tab-view.component.mjs +3 -3
  197. package/esm2020/lib/task/services/assign-policy.service.mjs +3 -3
  198. package/esm2020/lib/task/services/assign-task.service.mjs +3 -3
  199. package/esm2020/lib/task/services/cancel-task.service.mjs +3 -3
  200. package/esm2020/lib/task/services/data-focus-policy.service.mjs +3 -3
  201. package/esm2020/lib/task/services/delegate-task.service.mjs +3 -3
  202. package/esm2020/lib/task/services/finish-policy.service.mjs +3 -3
  203. package/esm2020/lib/task/services/finish-task.service.mjs +3 -3
  204. package/esm2020/lib/task/services/selected-case.service.mjs +3 -3
  205. package/esm2020/lib/task/services/task-data.service.mjs +17 -13
  206. package/esm2020/lib/task/services/task-request-state.service.mjs +3 -3
  207. package/esm2020/lib/task-content/field-component-resolver/abstract-field-component-resolver.component.mjs +3 -3
  208. package/esm2020/lib/task-content/services/field-converter.service.mjs +3 -3
  209. package/esm2020/lib/task-content/services/single-task-content.service.mjs +3 -3
  210. package/esm2020/lib/task-content/services/task-content.service.mjs +4 -4
  211. package/esm2020/lib/task-content/services/task-event.service.mjs +3 -3
  212. package/esm2020/lib/task-content/services/unlimited-task-content.service.mjs +3 -3
  213. package/esm2020/lib/task-content/task-content/abstract-task-content.component.mjs +3 -3
  214. package/esm2020/lib/toolbar/abstract-toolbar.component.mjs +3 -3
  215. package/esm2020/lib/translate/language.service.mjs +3 -3
  216. package/esm2020/lib/translate/translate-interceptor.mjs +3 -3
  217. package/esm2020/lib/translate/translate-lib.module.mjs +4 -4
  218. package/esm2020/lib/user/components/user-card/abstract-user-card.component.mjs +3 -3
  219. package/esm2020/lib/user/profile/abstract-profile.component.mjs +3 -3
  220. package/esm2020/lib/user/services/user-comparator.service.mjs +3 -3
  221. package/esm2020/lib/user/services/user-list.service.mjs +3 -3
  222. package/esm2020/lib/user/services/user-preference.service.mjs +3 -3
  223. package/esm2020/lib/user/services/user.service.mjs +3 -3
  224. package/esm2020/lib/user/services/view-id.service.mjs +3 -3
  225. package/esm2020/lib/utility/call-chain/call-chain.service.mjs +3 -3
  226. package/esm2020/lib/utility/service/case-list-font-color.service.mjs +3 -3
  227. package/esm2020/lib/utility/service/spinner-overlay.service.mjs +3 -3
  228. package/esm2020/lib/utility/tests/mocks/mock-authentication.service.mjs +3 -3
  229. package/esm2020/lib/utility/tests/mocks/mock-user-preference.service.mjs +3 -3
  230. package/esm2020/lib/utility/tests/mocks/mock-user-resource.service.mjs +3 -3
  231. package/esm2020/lib/utility/tests/test-mock-dependencies.module.mjs +4 -4
  232. package/esm2020/lib/utility/tests/test-view-service.mjs +3 -3
  233. package/esm2020/lib/view/abstract/sortable-view.mjs +3 -3
  234. package/esm2020/lib/view/abstract/view-with-headers.mjs +3 -3
  235. package/esm2020/lib/view/case-view/abstract-case-view.mjs +3 -3
  236. package/esm2020/lib/view/case-view/components/case-list/abstract-case-list.component.mjs +3 -3
  237. package/esm2020/lib/view/case-view/components/case-list-paginator/abstract-case-list-paginator.component.mjs +3 -3
  238. package/esm2020/lib/view/case-view/components/default-case-list/abstract-default-case-list.component.mjs +3 -3
  239. package/esm2020/lib/view/case-view/service/case-view-service.mjs +3 -3
  240. package/esm2020/lib/view/case-view/tabbed-case-view.mjs +3 -3
  241. package/esm2020/lib/view/task-view/abstract-single-task-view.component.mjs +20 -13
  242. package/esm2020/lib/view/task-view/abstract-task-view.mjs +3 -3
  243. package/esm2020/lib/view/task-view/service/public-task-loading.service.mjs +3 -3
  244. package/esm2020/lib/view/task-view/service/task-view.service.mjs +3 -3
  245. package/esm2020/lib/view/task-view/tabbed-task-view.mjs +3 -3
  246. package/esm2020/lib/view/tree-case-view/tree-case-view.service.mjs +3 -3
  247. package/esm2020/lib/view/tree-case-view/tree-component/abstract-tree.component.mjs +3 -3
  248. package/esm2020/lib/view/tree-case-view/tree-component/add-child-node/abstract-add-child-node.component.mjs +3 -3
  249. package/esm2020/lib/view/tree-case-view/tree-component/case-tree.service.mjs +3 -3
  250. package/esm2020/lib/view/tree-case-view/tree-component/remove-node/abstract-remove-node.component.mjs +3 -3
  251. package/esm2020/lib/view/tree-case-view/tree-task-content/abstract-tree-task-content.component.mjs +3 -3
  252. package/esm2020/lib/view/tree-case-view/tree-task-content/tree-task-content.service.mjs +3 -3
  253. package/esm2020/lib/view/workflow-view/abstract-workflow-view.component.mjs +3 -3
  254. package/esm2020/lib/view/workflow-view/workflow-view.service.mjs +3 -3
  255. package/fesm2015/netgrif-components-core.mjs +818 -812
  256. package/fesm2015/netgrif-components-core.mjs.map +1 -1
  257. package/fesm2020/netgrif-components-core.mjs +817 -811
  258. package/fesm2020/netgrif-components-core.mjs.map +1 -1
  259. package/lib/data-fields/enumeration-field/enumeration-autocomplete-select-field/abstract-enumeration-autocomplete-select-field.component.d.ts +4 -8
  260. package/lib/data-fields/enumeration-field/models/enumeration-field.d.ts +3 -0
  261. package/lib/data-fields/multichoice-field/multichoice-autocomplete-field/abstract-multichoice-autocomplete-field-component.component.d.ts +2 -1
  262. package/lib/task/services/task-data.service.d.ts +9 -8
  263. package/lib/view/task-view/abstract-single-task-view.component.d.ts +4 -3
  264. package/package.json +1 -1
@@ -9,9 +9,9 @@ export class AbstractNumberFieldComponent extends AbstractDataFieldComponent {
9
9
  this._translate = _translate;
10
10
  }
11
11
  }
12
- AbstractNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractNumberFieldComponent, deps: [{ token: i1.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
13
- AbstractNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractNumberFieldComponent, selector: "ncc-abstract-number-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractNumberFieldComponent, decorators: [{
12
+ AbstractNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNumberFieldComponent, deps: [{ token: i1.TranslateService }, { token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
13
+ AbstractNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractNumberFieldComponent, selector: "ncc-abstract-number-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractNumberFieldComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{
17
17
  selector: 'ncc-abstract-number-field',
@@ -16,7 +16,7 @@ export class AbstractCurrencyNumberFieldComponent extends AbstractNumberErrorsCo
16
16
  this.fieldType = this.TEXT_TYPE;
17
17
  this.transformedValue = this.transformCurrency(this.numberField.value?.toString());
18
18
  this.numberField.valueChanges().subscribe(value => {
19
- if (value !== undefined) {
19
+ if (value !== undefined && value !== null) {
20
20
  if (this.fieldType === this.TEXT_TYPE) {
21
21
  this.transformedValue = this.transformCurrency(value.toString()) + this.WHITESPACE;
22
22
  }
@@ -52,13 +52,13 @@ export class AbstractCurrencyNumberFieldComponent extends AbstractNumberErrorsCo
52
52
  return this._currencyPipe.transform(parseFloat(value), this.numberField._formatFilter.code, 'symbol', '1.' + this.numberField._formatFilter.fractionSize + '-' + this.numberField._formatFilter.fractionSize, this.numberField._formatFilter.locale);
53
53
  }
54
54
  }
55
- AbstractCurrencyNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractCurrencyNumberFieldComponent, deps: [{ token: i1.CurrencyPipe }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
56
- AbstractCurrencyNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractCurrencyNumberFieldComponent, selector: "ncc-abstract-currency-field", usesInheritance: true, ngImport: i0, template: '', isInline: true });
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractCurrencyNumberFieldComponent, decorators: [{
55
+ AbstractCurrencyNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCurrencyNumberFieldComponent, deps: [{ token: i1.CurrencyPipe }, { token: i2.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
56
+ AbstractCurrencyNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractCurrencyNumberFieldComponent, selector: "ncc-abstract-currency-field", usesInheritance: true, ngImport: i0, template: '', isInline: true });
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractCurrencyNumberFieldComponent, decorators: [{
58
58
  type: Component,
59
59
  args: [{
60
60
  selector: 'ncc-abstract-currency-field',
61
61
  template: ''
62
62
  }]
63
63
  }], ctorParameters: function () { return [{ type: i1.CurrencyPipe }, { type: i2.TranslateService }]; } });
64
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJzdHJhY3QtY3VycmVuY3ktbnVtYmVyLWZpZWxkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25ldGdyaWYtY29tcG9uZW50cy1jb3JlL3NyYy9saWIvZGF0YS1maWVsZHMvbnVtYmVyLWZpZWxkL2N1cnJlbmN5LW51bWJlci1maWVsZC9hYnN0cmFjdC1jdXJyZW5jeS1udW1iZXItZmllbGQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBaUIsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXhELE9BQU8sRUFBZSxpQkFBaUIsRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQ2hFLE9BQU8sRUFBQyw2QkFBNkIsRUFBQyxNQUFNLHFDQUFxQyxDQUFDOzs7O0FBTWxGLE1BQU0sT0FBZ0Isb0NBQXFDLFNBQVEsNkJBQTZCO0lBUTVGLFlBQWdDLGFBQTJCLEVBQUUsZ0JBQWtDO1FBQzNGLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBREksa0JBQWEsR0FBYixhQUFhLENBQWM7UUFKM0MsZ0JBQVcsR0FBRyxRQUFRLENBQUM7UUFDdkIsY0FBUyxHQUFHLE1BQU0sQ0FBQztRQUNuQixlQUFVLEdBQUcsR0FBRyxDQUFDO0lBSWpDLENBQUM7SUFFRCxlQUFlO1FBQ1gsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDO1FBQ2hDLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLEVBQUUsUUFBUSxFQUFFLENBQUMsQ0FBQztRQUNuRixJQUFJLENBQUMsV0FBVyxDQUFDLFlBQVksRUFBRSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsRUFBRTtZQUM5QyxJQUFJLEtBQUssS0FBSyxTQUFTLEVBQUU7Z0JBQ3JCLElBQUksSUFBSSxDQUFDLFNBQVMsS0FBSyxJQUFJLENBQUMsU0FBUyxFQUFFO29CQUNuQyxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxRQUFRLEVBQUUsQ0FBQyxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUM7aUJBQ3RGO2FBQ0o7aUJBQU07Z0JBQ0gsSUFBSSxDQUFDLGdCQUFnQixHQUFHLEVBQUUsQ0FBQzthQUM5QjtRQUNMLENBQUMsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELGVBQWUsQ0FBQyxLQUFZO1FBQ3hCLE1BQU0sTUFBTSxHQUFJLEtBQUssQ0FBQyxNQUEyQixDQUFDO1FBQ2xELElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFNBQVMsQ0FBQztRQUNoQyxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUNqRSxDQUFDO0lBRUQsaUJBQWlCO1FBQ2IsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDO1FBQ2xDLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxDQUFDLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLFFBQVEsRUFBRSxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUM7SUFDL0YsQ0FBQztJQUVELGlCQUFpQjtRQUNiLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLEtBQUssU0FBUyxFQUFFO1lBQzlDLE9BQU8saUJBQWlCLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxFQUNsRSxNQUFNLEVBQUUsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLENBQUMsVUFBVSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUM7U0FDaEU7UUFDRCxPQUFPLGlCQUFpQixDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUFDLElBQUksRUFBRSxNQUFNLEVBQUUsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsTUFBTSxDQUFDLENBQUM7SUFDakgsQ0FBQztJQUVELFlBQVk7UUFDUixPQUFPLElBQUksQ0FBQyxTQUFTLEtBQUssSUFBSSxDQUFDLFdBQVcsQ0FBQztJQUMvQyxDQUFDO0lBRU8saUJBQWlCLENBQUMsS0FBeUI7UUFDL0MsS0FBSyxHQUFHLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsR0FBRyxDQUFDO1FBQzlCLElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLEtBQUssU0FBUyxFQUFFO1lBQzlDLE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQy9CLFVBQVUsQ0FBQyxLQUFLLENBQUMsRUFDakIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLENBQUMsVUFBVSxDQUFDLE1BQU0sQ0FBQyxFQUM3QyxRQUFRLEVBQ1IsSUFBSSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsU0FBUyxDQUFDLFVBQVUsQ0FBQyxjQUFjLENBQUMsR0FBRyxHQUFHLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxTQUFTLENBQUMsVUFBVSxDQUFDLGNBQWMsQ0FBQyxFQUMxSCxJQUFJLENBQUMsV0FBVyxDQUFDLFNBQVMsQ0FBQyxVQUFVLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQztTQUN4RDtRQUNELE9BQU8sSUFBSSxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQy9CLFVBQVUsQ0FBQyxLQUFLLENBQUMsRUFDakIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsSUFBSSxFQUNuQyxRQUFRLEVBQ1IsSUFBSSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUFDLFlBQVksR0FBRyxHQUFHLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxhQUFhLENBQUMsWUFBWSxFQUN0RyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxNQUFNLENBQUMsQ0FBQztJQUMvQyxDQUFDOztrSUFqRWlCLG9DQUFvQztzSEFBcEMsb0NBQW9DLDBGQUY1QyxFQUFFOzRGQUVNLG9DQUFvQztrQkFKekQsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsNkJBQTZCO29CQUN2QyxRQUFRLEVBQUUsRUFBRTtpQkFDZiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIENvbXBvbmVudH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQge1RyYW5zbGF0ZVNlcnZpY2V9IGZyb20gJ0BuZ3gtdHJhbnNsYXRlL2NvcmUnO1xuaW1wb3J0IHtDdXJyZW5jeVBpcGUsIGdldEN1cnJlbmN5U3ltYm9sfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHtBYnN0cmFjdE51bWJlckVycm9yc0NvbXBvbmVudH0gZnJvbSAnLi4vYWJzdHJhY3QtbnVtYmVyLWVycm9ycy5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ25jYy1hYnN0cmFjdC1jdXJyZW5jeS1maWVsZCcsXG4gICAgdGVtcGxhdGU6ICcnXG59KVxuZXhwb3J0IGFic3RyYWN0IGNsYXNzIEFic3RyYWN0Q3VycmVuY3lOdW1iZXJGaWVsZENvbXBvbmVudCBleHRlbmRzIEFic3RyYWN0TnVtYmVyRXJyb3JzQ29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG5cbiAgICB0cmFuc2Zvcm1lZFZhbHVlOiBzdHJpbmc7XG4gICAgZmllbGRUeXBlOiBzdHJpbmc7XG4gICAgcHVibGljIHJlYWRvbmx5IE5VTUJFUl9UWVBFID0gJ251bWJlcic7XG4gICAgcHVibGljIHJlYWRvbmx5IFRFWFRfVFlQRSA9ICd0ZXh0JztcbiAgICBwdWJsaWMgcmVhZG9ubHkgV0hJVEVTUEFDRSA9ICcgJztcblxuICAgIHByb3RlY3RlZCBjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQgX2N1cnJlbmN5UGlwZTogQ3VycmVuY3lQaXBlLCB0cmFuc2xhdGVTZXJ2aWNlOiBUcmFuc2xhdGVTZXJ2aWNlKSB7XG4gICAgICAgIHN1cGVyKHRyYW5zbGF0ZVNlcnZpY2UpO1xuICAgIH1cblxuICAgIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICAgICAgdGhpcy5maWVsZFR5cGUgPSB0aGlzLlRFWFRfVFlQRTtcbiAgICAgICAgdGhpcy50cmFuc2Zvcm1lZFZhbHVlID0gdGhpcy50cmFuc2Zvcm1DdXJyZW5jeSh0aGlzLm51bWJlckZpZWxkLnZhbHVlPy50b1N0cmluZygpKTtcbiAgICAgICAgdGhpcy5udW1iZXJGaWVsZC52YWx1ZUNoYW5nZXMoKS5zdWJzY3JpYmUodmFsdWUgPT4ge1xuICAgICAgICAgICAgaWYgKHZhbHVlICE9PSB1bmRlZmluZWQpIHtcbiAgICAgICAgICAgICAgICBpZiAodGhpcy5maWVsZFR5cGUgPT09IHRoaXMuVEVYVF9UWVBFKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMudHJhbnNmb3JtZWRWYWx1ZSA9IHRoaXMudHJhbnNmb3JtQ3VycmVuY3kodmFsdWUudG9TdHJpbmcoKSkgKyB0aGlzLldISVRFU1BBQ0U7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICB0aGlzLnRyYW5zZm9ybWVkVmFsdWUgPSAnJztcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgdHJhbnNmb3JtVG9UZXh0KGV2ZW50OiBFdmVudCkge1xuICAgICAgICBjb25zdCB0YXJnZXQgPSAoZXZlbnQudGFyZ2V0IGFzIEhUTUxJbnB1dEVsZW1lbnQpO1xuICAgICAgICB0aGlzLmZpZWxkVHlwZSA9IHRoaXMuVEVYVF9UWVBFO1xuICAgICAgICB0aGlzLnRyYW5zZm9ybWVkVmFsdWUgPSB0aGlzLnRyYW5zZm9ybUN1cnJlbmN5KHRhcmdldC52YWx1ZSk7XG4gICAgfVxuXG4gICAgdHJhbnNmb3JtVG9OdW1iZXIoKSB7XG4gICAgICAgIHRoaXMuZmllbGRUeXBlID0gdGhpcy5OVU1CRVJfVFlQRTtcbiAgICAgICAgdGhpcy50cmFuc2Zvcm1lZFZhbHVlID0gISF0aGlzLm51bWJlckZpZWxkLnZhbHVlID8gdGhpcy5udW1iZXJGaWVsZC52YWx1ZS50b1N0cmluZygpIDogJzAnO1xuICAgIH1cblxuICAgIGdldEN1cnJlbmN5U3ltYm9sKCk6IHN0cmluZyB7XG4gICAgICAgIGlmICh0aGlzLm51bWJlckZpZWxkLl9mb3JtYXRGaWx0ZXIgPT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgcmV0dXJuIGdldEN1cnJlbmN5U3ltYm9sKHRoaXMubnVtYmVyRmllbGQuY29tcG9uZW50LnByb3BlcnRpZXNbJ2NvZGUnXSxcbiAgICAgICAgICAgICAgICAnd2lkZScsIHRoaXMubnVtYmVyRmllbGQuY29tcG9uZW50LnByb3BlcnRpZXNbJ2xvY2FsZSddKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gZ2V0Q3VycmVuY3lTeW1ib2wodGhpcy5udW1iZXJGaWVsZC5fZm9ybWF0RmlsdGVyLmNvZGUsICd3aWRlJywgdGhpcy5udW1iZXJGaWVsZC5fZm9ybWF0RmlsdGVyLmxvY2FsZSk7XG4gICAgfVxuXG4gICAgaXNOdW1iZXJUeXBlKCk6IGJvb2xlYW4ge1xuICAgICAgICByZXR1cm4gdGhpcy5maWVsZFR5cGUgPT09IHRoaXMuTlVNQkVSX1RZUEU7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB0cmFuc2Zvcm1DdXJyZW5jeSh2YWx1ZTogc3RyaW5nIHwgdW5kZWZpbmVkKTogc3RyaW5nIHtcbiAgICAgICAgdmFsdWUgPSAhIXZhbHVlID8gdmFsdWUgOiAnMCc7XG4gICAgICAgIGlmICh0aGlzLm51bWJlckZpZWxkLl9mb3JtYXRGaWx0ZXIgPT09IHVuZGVmaW5lZCkge1xuICAgICAgICAgICAgcmV0dXJuIHRoaXMuX2N1cnJlbmN5UGlwZS50cmFuc2Zvcm0oXG4gICAgICAgICAgICAgICAgcGFyc2VGbG9hdCh2YWx1ZSksXG4gICAgICAgICAgICAgICAgdGhpcy5udW1iZXJGaWVsZC5jb21wb25lbnQucHJvcGVydGllc1snY29kZSddLFxuICAgICAgICAgICAgICAgICdzeW1ib2wnLFxuICAgICAgICAgICAgICAgICcxLicgKyB0aGlzLm51bWJlckZpZWxkLmNvbXBvbmVudC5wcm9wZXJ0aWVzWydmcmFjdGlvblNpemUnXSArICctJyArIHRoaXMubnVtYmVyRmllbGQuY29tcG9uZW50LnByb3BlcnRpZXNbJ2ZyYWN0aW9uU2l6ZSddLFxuICAgICAgICAgICAgICAgIHRoaXMubnVtYmVyRmllbGQuY29tcG9uZW50LnByb3BlcnRpZXNbJ2xvY2FsZSddKTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gdGhpcy5fY3VycmVuY3lQaXBlLnRyYW5zZm9ybShcbiAgICAgICAgICAgIHBhcnNlRmxvYXQodmFsdWUpLFxuICAgICAgICAgICAgdGhpcy5udW1iZXJGaWVsZC5fZm9ybWF0RmlsdGVyLmNvZGUsXG4gICAgICAgICAgICAnc3ltYm9sJyxcbiAgICAgICAgICAgICcxLicgKyB0aGlzLm51bWJlckZpZWxkLl9mb3JtYXRGaWx0ZXIuZnJhY3Rpb25TaXplICsgJy0nICsgdGhpcy5udW1iZXJGaWVsZC5fZm9ybWF0RmlsdGVyLmZyYWN0aW9uU2l6ZSxcbiAgICAgICAgICAgIHRoaXMubnVtYmVyRmllbGQuX2Zvcm1hdEZpbHRlci5sb2NhbGUpO1xuICAgIH1cbn1cbiJdfQ==
64
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJzdHJhY3QtY3VycmVuY3ktbnVtYmVyLWZpZWxkLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL25ldGdyaWYtY29tcG9uZW50cy1jb3JlL3NyYy9saWIvZGF0YS1maWVsZHMvbnVtYmVyLWZpZWxkL2N1cnJlbmN5LW51bWJlci1maWVsZC9hYnN0cmFjdC1jdXJyZW5jeS1udW1iZXItZmllbGQuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBaUIsU0FBUyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXhELE9BQU8sRUFBZSxpQkFBaUIsRUFBQyxNQUFNLGlCQUFpQixDQUFDO0FBQ2hFLE9BQU8sRUFBQyw2QkFBNkIsRUFBQyxNQUFNLHFDQUFxQyxDQUFDOzs7O0FBTWxGLE1BQU0sT0FBZ0Isb0NBQXFDLFNBQVEsNkJBQTZCO0lBUTVGLFlBQWdDLGFBQTJCLEVBQUUsZ0JBQWtDO1FBQzNGLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBREksa0JBQWEsR0FBYixhQUFhLENBQWM7UUFKM0MsZ0JBQVcsR0FBRyxRQUFRLENBQUM7UUFDdkIsY0FBUyxHQUFHLE1BQU0sQ0FBQztRQUNuQixlQUFVLEdBQUcsR0FBRyxDQUFDO0lBSWpDLENBQUM7SUFFRCxlQUFlO1FBQ1gsSUFBSSxDQUFDLFNBQVMsR0FBRyxJQUFJLENBQUMsU0FBUyxDQUFDO1FBQ2hDLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLEVBQUUsUUFBUSxFQUFFLENBQUMsQ0FBQztRQUNuRixJQUFJLENBQUMsV0FBVyxDQUFDLFlBQVksRUFBRSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsRUFBRTtZQUM5QyxJQUFJLEtBQUssS0FBSyxTQUFTLElBQUksS0FBSyxLQUFLLElBQUksRUFBRTtnQkFDdkMs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QUFDO0lBQy9DLENBQUM7O2tJQWpFaUIsb0NBQW9DO3NIQUFwQyxvQ0FBb0MsMEZBRjVDLEVBQUU7NEZBRU0sb0NBQW9DO2tCQUp6RCxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSw2QkFBNkI7b0JBQ3ZDLFFBQVEsRUFBRSxFQUFFO2lCQUNmIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ29tcG9uZW50fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7VHJhbnNsYXRlU2VydmljZX0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSc7XG5pbXBvcnQge0N1cnJlbmN5UGlwZSwgZ2V0Q3VycmVuY3lTeW1ib2x9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQge0Fic3RyYWN0TnVtYmVyRXJyb3JzQ29tcG9uZW50fSBmcm9tICcuLi9hYnN0cmFjdC1udW1iZXItZXJyb3JzLmNvbXBvbmVudCc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbmNjLWFic3RyYWN0LWN1cnJlbmN5LWZpZWxkJyxcbiAgICB0ZW1wbGF0ZTogJydcbn0pXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgQWJzdHJhY3RDdXJyZW5jeU51bWJlckZpZWxkQ29tcG9uZW50IGV4dGVuZHMgQWJzdHJhY3ROdW1iZXJFcnJvcnNDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcblxuICAgIHRyYW5zZm9ybWVkVmFsdWU6IHN0cmluZztcbiAgICBmaWVsZFR5cGU6IHN0cmluZztcbiAgICBwdWJsaWMgcmVhZG9ubHkgTlVNQkVSX1RZUEUgPSAnbnVtYmVyJztcbiAgICBwdWJsaWMgcmVhZG9ubHkgVEVYVF9UWVBFID0gJ3RleHQnO1xuICAgIHB1YmxpYyByZWFkb25seSBXSElURVNQQUNFID0gJyAnO1xuXG4gICAgcHJvdGVjdGVkIGNvbnN0cnVjdG9yKHByb3RlY3RlZCBfY3VycmVuY3lQaXBlOiBDdXJyZW5jeVBpcGUsIHRyYW5zbGF0ZVNlcnZpY2U6IFRyYW5zbGF0ZVNlcnZpY2UpIHtcbiAgICAgICAgc3VwZXIodHJhbnNsYXRlU2VydmljZSk7XG4gICAgfVxuXG4gICAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgICAgICB0aGlzLmZpZWxkVHlwZSA9IHRoaXMuVEVYVF9UWVBFO1xuICAgICAgICB0aGlzLnRyYW5zZm9ybWVkVmFsdWUgPSB0aGlzLnRyYW5zZm9ybUN1cnJlbmN5KHRoaXMubnVtYmVyRmllbGQudmFsdWU/LnRvU3RyaW5nKCkpO1xuICAgICAgICB0aGlzLm51bWJlckZpZWxkLnZhbHVlQ2hhbmdlcygpLnN1YnNjcmliZSh2YWx1ZSA9PiB7XG4gICAgICAgICAgICBpZiAodmFsdWUgIT09IHVuZGVmaW5lZCAmJiB2YWx1ZSAhPT0gbnVsbCkge1xuICAgICAgICAgICAgICAgIGlmICh0aGlzLmZpZWxkVHlwZSA9PT0gdGhpcy5URVhUX1RZUEUpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy50cmFuc2Zvcm1lZFZhbHVlID0gdGhpcy50cmFuc2Zvcm1DdXJyZW5jeSh2YWx1ZS50b1N0cmluZygpKSArIHRoaXMuV0hJVEVTUEFDRTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHRoaXMudHJhbnNmb3JtZWRWYWx1ZSA9ICcnO1xuICAgICAgICAgICAgfVxuICAgICAgICB9KTtcbiAgICB9XG5cbiAgICB0cmFuc2Zvcm1Ub1RleHQoZXZlbnQ6IEV2ZW50KSB7XG4gICAgICAgIGNvbnN0IHRhcmdldCA9IChldmVudC50YXJnZXQgYXMgSFRNTElucHV0RWxlbWVudCk7XG4gICAgICAgIHRoaXMuZmllbGRUeXBlID0gdGhpcy5URVhUX1RZUEU7XG4gICAgICAgIHRoaXMudHJhbnNmb3JtZWRWYWx1ZSA9IHRoaXMudHJhbnNmb3JtQ3VycmVuY3kodGFyZ2V0LnZhbHVlKTtcbiAgICB9XG5cbiAgICB0cmFuc2Zvcm1Ub051bWJlcigpIHtcbiAgICAgICAgdGhpcy5maWVsZFR5cGUgPSB0aGlzLk5VTUJFUl9UWVBFO1xuICAgICAgICB0aGlzLnRyYW5zZm9ybWVkVmFsdWUgPSAhIXRoaXMubnVtYmVyRmllbGQudmFsdWUgPyB0aGlzLm51bWJlckZpZWxkLnZhbHVlLnRvU3RyaW5nKCkgOiAnMCc7XG4gICAgfVxuXG4gICAgZ2V0Q3VycmVuY3lTeW1ib2woKTogc3RyaW5nIHtcbiAgICAgICAgaWYgKHRoaXMubnVtYmVyRmllbGQuX2Zvcm1hdEZpbHRlciA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgICAgICByZXR1cm4gZ2V0Q3VycmVuY3lTeW1ib2wodGhpcy5udW1iZXJGaWVsZC5jb21wb25lbnQucHJvcGVydGllc1snY29kZSddLFxuICAgICAgICAgICAgICAgICd3aWRlJywgdGhpcy5udW1iZXJGaWVsZC5jb21wb25lbnQucHJvcGVydGllc1snbG9jYWxlJ10pO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBnZXRDdXJyZW5jeVN5bWJvbCh0aGlzLm51bWJlckZpZWxkLl9mb3JtYXRGaWx0ZXIuY29kZSwgJ3dpZGUnLCB0aGlzLm51bWJlckZpZWxkLl9mb3JtYXRGaWx0ZXIubG9jYWxlKTtcbiAgICB9XG5cbiAgICBpc051bWJlclR5cGUoKTogYm9vbGVhbiB7XG4gICAgICAgIHJldHVybiB0aGlzLmZpZWxkVHlwZSA9PT0gdGhpcy5OVU1CRVJfVFlQRTtcbiAgICB9XG5cbiAgICBwcml2YXRlIHRyYW5zZm9ybUN1cnJlbmN5KHZhbHVlOiBzdHJpbmcgfCB1bmRlZmluZWQpOiBzdHJpbmcge1xuICAgICAgICB2YWx1ZSA9ICEhdmFsdWUgPyB2YWx1ZSA6ICcwJztcbiAgICAgICAgaWYgKHRoaXMubnVtYmVyRmllbGQuX2Zvcm1hdEZpbHRlciA9PT0gdW5kZWZpbmVkKSB7XG4gICAgICAgICAgICByZXR1cm4gdGhpcy5fY3VycmVuY3lQaXBlLnRyYW5zZm9ybShcbiAgICAgICAgICAgICAgICBwYXJzZUZsb2F0KHZhbHVlKSxcbiAgICAgICAgICAgICAgICB0aGlzLm51bWJlckZpZWxkLmNvbXBvbmVudC5wcm9wZXJ0aWVzWydjb2RlJ10sXG4gICAgICAgICAgICAgICAgJ3N5bWJvbCcsXG4gICAgICAgICAgICAgICAgJzEuJyArIHRoaXMubnVtYmVyRmllbGQuY29tcG9uZW50LnByb3BlcnRpZXNbJ2ZyYWN0aW9uU2l6ZSddICsgJy0nICsgdGhpcy5udW1iZXJGaWVsZC5jb21wb25lbnQucHJvcGVydGllc1snZnJhY3Rpb25TaXplJ10sXG4gICAgICAgICAgICAgICAgdGhpcy5udW1iZXJGaWVsZC5jb21wb25lbnQucHJvcGVydGllc1snbG9jYWxlJ10pO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB0aGlzLl9jdXJyZW5jeVBpcGUudHJhbnNmb3JtKFxuICAgICAgICAgICAgcGFyc2VGbG9hdCh2YWx1ZSksXG4gICAgICAgICAgICB0aGlzLm51bWJlckZpZWxkLl9mb3JtYXRGaWx0ZXIuY29kZSxcbiAgICAgICAgICAgICdzeW1ib2wnLFxuICAgICAgICAgICAgJzEuJyArIHRoaXMubnVtYmVyRmllbGQuX2Zvcm1hdEZpbHRlci5mcmFjdGlvblNpemUgKyAnLScgKyB0aGlzLm51bWJlckZpZWxkLl9mb3JtYXRGaWx0ZXIuZnJhY3Rpb25TaXplLFxuICAgICAgICAgICAgdGhpcy5udW1iZXJGaWVsZC5fZm9ybWF0RmlsdGVyLmxvY2FsZSk7XG4gICAgfVxufVxuIl19
@@ -7,9 +7,9 @@ export class AbstractDefaultNumberFieldComponent extends AbstractNumberErrorsCom
7
7
  super(translateService);
8
8
  }
9
9
  }
10
- AbstractDefaultNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractDefaultNumberFieldComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
11
- AbstractDefaultNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractDefaultNumberFieldComponent, selector: "ncc-abstract-number-default-field", usesInheritance: true, ngImport: i0, template: '', isInline: true });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractDefaultNumberFieldComponent, decorators: [{
10
+ AbstractDefaultNumberFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultNumberFieldComponent, deps: [{ token: i1.TranslateService }], target: i0.ɵɵFactoryTarget.Component });
11
+ AbstractDefaultNumberFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractDefaultNumberFieldComponent, selector: "ncc-abstract-number-default-field", usesInheritance: true, ngImport: i0, template: '', isInline: true });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractDefaultNumberFieldComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{
15
15
  selector: 'ncc-abstract-number-default-field',
@@ -7,9 +7,9 @@ export class AbstractTextFieldComponent extends AbstractDataFieldComponent {
7
7
  super(informAboutInvalidData);
8
8
  }
9
9
  }
10
- AbstractTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractTextFieldComponent, deps: [{ token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
11
- AbstractTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractTextFieldComponent, selector: "ncc-abstract-text-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractTextFieldComponent, decorators: [{
10
+ AbstractTextFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTextFieldComponent, deps: [{ token: NAE_INFORM_ABOUT_INVALID_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Component });
11
+ AbstractTextFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractTextFieldComponent, selector: "ncc-abstract-text-field", inputs: { dataField: "dataField" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractTextFieldComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{
15
15
  selector: 'ncc-abstract-text-field',
@@ -37,9 +37,9 @@ export class AbstractHtmlTextareaFieldComponent extends AbstractTextErrorsCompon
37
37
  return this.buildErrorMessage(this.textAreaField, this.formControlRef);
38
38
  }
39
39
  }
40
- AbstractHtmlTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractHtmlTextareaFieldComponent, deps: [{ token: i1.TranslateService }, { token: i2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
41
- AbstractHtmlTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AbstractHtmlTextareaFieldComponent, selector: "ncc-abstract-html-area-field", inputs: { textAreaField: "textAreaField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
42
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AbstractHtmlTextareaFieldComponent, decorators: [{
40
+ AbstractHtmlTextareaFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHtmlTextareaFieldComponent, deps: [{ token: i1.TranslateService }, { token: i2.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
41
+ AbstractHtmlTextareaFieldComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AbstractHtmlTextareaFieldComponent, selector: "ncc-abstract-html-area-field", inputs: { textAreaField: "textAreaField", formControlRef: "formControlRef", showLargeLayout: "showLargeLayout" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AbstractHtmlTextareaFieldComponent, decorators: [{
43
43
  type: Component,
44
44
  args: [{
45
45
  selector: 'ncc-abstract-html-area-field',
@@ -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',