@anglr/common 20.0.0-beta.20240529082303 → 20.0.0-beta.20240530105358

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 (326) hide show
  1. package/changelog.md +68 -0
  2. package/es2022/date-fns/src/misc/utils.js.map +1 -1
  3. package/es2022/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
  4. package/es2022/floating-ui/src/services/floatingUiDomPosition.service.js.map +1 -1
  5. package/es2022/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js +14 -24
  6. package/es2022/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js.map +1 -1
  7. package/es2022/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js +4 -24
  8. package/es2022/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js.map +1 -1
  9. package/es2022/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js +4 -28
  10. package/es2022/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js.map +1 -1
  11. package/es2022/forms/src/directives/groupHasError/groupHasError.directive.js +14 -14
  12. package/es2022/forms/src/directives/groupHasError/groupHasError.directive.js.map +1 -1
  13. package/es2022/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js +5 -4
  14. package/es2022/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js.map +1 -1
  15. package/es2022/forms/src/directives/hasError/hasError.directive.js +72 -111
  16. package/es2022/forms/src/directives/hasError/hasError.directive.js.map +1 -1
  17. package/es2022/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +7 -21
  18. package/es2022/forms/src/directives/numberInput/maxValueNumberValidator.directive.js.map +1 -1
  19. package/es2022/forms/src/directives/numberInput/minValueNumberValidator.directive.js +7 -21
  20. package/es2022/forms/src/directives/numberInput/minValueNumberValidator.directive.js.map +1 -1
  21. package/es2022/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +13 -15
  22. package/es2022/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js.map +1 -1
  23. package/es2022/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
  24. package/es2022/forms/src/directives/numberInput/numberInputValidator.directive.js.map +1 -1
  25. package/es2022/forms/src/directives/requiredClass/requiredClass.directive.js +32 -27
  26. package/es2022/forms/src/directives/requiredClass/requiredClass.directive.js.map +1 -1
  27. package/es2022/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js +5 -4
  28. package/es2022/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js.map +1 -1
  29. package/es2022/forms/src/index.js +0 -1
  30. package/es2022/forms/src/index.js.map +1 -1
  31. package/es2022/forms/src/misc/formModel/decorators/formGroupAsyncValidator.decorator.js.map +1 -1
  32. package/es2022/forms/src/misc/formModel/decorators/formGroupValidator.decorator.js.map +1 -1
  33. package/es2022/forms/src/misc/formModel/decorators/invalidateOnChange.decorator.js.map +1 -1
  34. package/es2022/forms/src/misc/formModel/decorators/modelPropertyMetadata.decorator.js.map +1 -1
  35. package/es2022/forms/src/misc/formModel/decorators/requiredIf.decorator.js.map +1 -1
  36. package/es2022/forms/src/misc/formModel/misc/currentValue.js +0 -1
  37. package/es2022/forms/src/misc/formModel/misc/currentValue.js.map +1 -1
  38. package/es2022/forms/src/misc/formModel/misc/utils.js.map +1 -1
  39. package/es2022/forms/src/misc/formModel/misc/validatorFactories.js +0 -4
  40. package/es2022/forms/src/misc/formModel/misc/validatorFactories.js.map +1 -1
  41. package/es2022/forms/src/misc/utils.js.map +1 -1
  42. package/es2022/forms/src/misc/validationErrorsContainerView.js +7 -9
  43. package/es2022/forms/src/misc/validationErrorsContainerView.js.map +1 -1
  44. package/es2022/forms/src/misc/validators.js.map +1 -1
  45. package/es2022/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +7 -29
  46. package/es2022/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js.map +1 -1
  47. package/es2022/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +8 -20
  48. package/es2022/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js.map +1 -1
  49. package/es2022/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +3 -4
  50. package/es2022/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js.map +1 -1
  51. package/es2022/forms/src/modules/errorMessage/modules/errorMessage.module.js +6 -6
  52. package/es2022/forms/src/modules/errorMessage/modules/errorMessage.module.js.map +1 -1
  53. package/es2022/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +3 -4
  54. package/es2022/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js.map +1 -1
  55. package/es2022/forms/src/modules/formPipes/modules/formPipes.module.js +5 -5
  56. package/es2022/forms/src/modules/formPipes/modules/formPipes.module.js.map +1 -1
  57. package/es2022/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -4
  58. package/es2022/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js.map +1 -1
  59. package/es2022/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -4
  60. package/es2022/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js.map +1 -1
  61. package/es2022/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -4
  62. package/es2022/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js.map +1 -1
  63. package/es2022/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
  64. package/es2022/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js.map +1 -1
  65. package/es2022/forms/src/modules/hasError.module.js +6 -17
  66. package/es2022/forms/src/modules/hasError.module.js.map +1 -1
  67. package/es2022/forms/src/modules/numberInput.module.js +5 -5
  68. package/es2022/forms/src/modules/numberInput.module.js.map +1 -1
  69. package/es2022/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -10
  70. package/es2022/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js.map +1 -1
  71. package/es2022/forms/src/services/formModelBuilder/formModelBuilder.service.js +3 -4
  72. package/es2022/forms/src/services/formModelBuilder/formModelBuilder.service.js.map +1 -1
  73. package/es2022/forms/src/services/submitted/submitted.service.js +14 -12
  74. package/es2022/forms/src/services/submitted/submitted.service.js.map +1 -1
  75. package/es2022/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -24
  76. package/es2022/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js.map +1 -1
  77. package/es2022/hotkeys/src/components/cheatSheet/cheatSheet.component.js +18 -21
  78. package/es2022/hotkeys/src/components/cheatSheet/cheatSheet.component.js.map +1 -1
  79. package/es2022/hotkeys/src/services/appHotkeys.service.js +20 -26
  80. package/es2022/hotkeys/src/services/appHotkeys.service.js.map +1 -1
  81. package/es2022/material/src/components/confirmationDialog/confirmationDialog.component.js +3 -10
  82. package/es2022/material/src/components/confirmationDialog/confirmationDialog.component.js.map +1 -1
  83. package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js +3 -3
  84. package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -1
  85. package/es2022/material/src/components/titledDialog/titledDialog.component.js +3 -10
  86. package/es2022/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  87. package/es2022/material/src/directives/confirmationDialog/confirmationDialog.directive.js +37 -38
  88. package/es2022/material/src/directives/confirmationDialog/confirmationDialog.directive.js.map +1 -1
  89. package/es2022/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +10 -16
  90. package/es2022/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js.map +1 -1
  91. package/es2022/material/src/modules/confirmationDialog.module.js +6 -6
  92. package/es2022/material/src/modules/confirmationDialog.module.js.map +1 -1
  93. package/es2022/material/src/modules/debugDataCopyClick.module.js +5 -5
  94. package/es2022/material/src/modules/debugDataCopyClick.module.js.map +1 -1
  95. package/es2022/material/src/modules/movableTitledDialog.module.js +6 -6
  96. package/es2022/material/src/modules/movableTitledDialog.module.js.map +1 -1
  97. package/es2022/material/src/modules/titledDialog.module.js +6 -6
  98. package/es2022/material/src/modules/titledDialog.module.js.map +1 -1
  99. package/es2022/material/src/services/titledDialog/titledDialog.service.js +3 -5
  100. package/es2022/material/src/services/titledDialog/titledDialog.service.js.map +1 -1
  101. package/es2022/material/src/services/titledDialog/titledDialogService.options.js +5 -5
  102. package/es2022/material/src/services/titledDialog/titledDialogService.options.js.map +1 -1
  103. package/es2022/moment/src/misc/utils.js.map +1 -1
  104. package/es2022/moment/src/modules/moment.module.js +5 -5
  105. package/es2022/moment/src/modules/moment.module.js.map +1 -1
  106. package/es2022/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
  107. package/es2022/moment/src/pipes/momentConvert/momentConvert.pipe.js.map +1 -1
  108. package/es2022/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
  109. package/es2022/moment/src/pipes/momentFormat/momentFormat.pipe.js.map +1 -1
  110. package/es2022/router/src/decorators/componentRedirectRoute.decorator.js.map +1 -1
  111. package/es2022/router/src/decorators/componentRoute.decorator.js.map +1 -1
  112. package/es2022/router/src/decorators/moduleRoutes.decorator.js.map +1 -1
  113. package/es2022/router/src/misc/utils.js.map +1 -1
  114. package/es2022/router/src/services/routing/dataRouter.js +16 -17
  115. package/es2022/router/src/services/routing/dataRouter.js.map +1 -1
  116. package/es2022/router/src/services/routing/dataRouterData.js +3 -8
  117. package/es2022/router/src/services/routing/dataRouterData.js.map +1 -1
  118. package/es2022/src/components/collapsibleIcon/collapsibleIcon.component.js +20 -22
  119. package/es2022/src/components/collapsibleIcon/collapsibleIcon.component.js.map +1 -1
  120. package/es2022/src/components/collapsibleTitle/collapsibleTitle.component.js +18 -20
  121. package/es2022/src/components/collapsibleTitle/collapsibleTitle.component.js.map +1 -1
  122. package/es2022/src/decorators/asSignal/asSignal.decorator.js.map +1 -1
  123. package/es2022/src/decorators/componentHostStyle/componentHostStyle.decorator.js.map +1 -1
  124. package/es2022/src/decorators/typeProvider/typeProvider.decorator.js.map +1 -1
  125. package/es2022/src/directives/bodyRender/bodyRender.directive.js +4 -23
  126. package/es2022/src/directives/bodyRender/bodyRender.directive.js.map +1 -1
  127. package/es2022/src/directives/clickOutside/clickOutside.directive.js +27 -39
  128. package/es2022/src/directives/clickOutside/clickOutside.directive.js.map +1 -1
  129. package/es2022/src/directives/ellipsisTooltip/ellipsisTooltip.directive.js +33 -48
  130. package/es2022/src/directives/ellipsisTooltip/ellipsisTooltip.directive.js.map +1 -1
  131. package/es2022/src/directives/goBack/goBack.directive.js +4 -5
  132. package/es2022/src/directives/goBack/goBack.directive.js.map +1 -1
  133. package/es2022/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +13 -27
  134. package/es2022/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js.map +1 -1
  135. package/es2022/src/directives/positionTo/positionTo.directive.js +20 -45
  136. package/es2022/src/directives/positionTo/positionTo.directive.js.map +1 -1
  137. package/es2022/src/modules/castPipes/modules/castPipes.module.js +5 -5
  138. package/es2022/src/modules/castPipes/modules/castPipes.module.js.map +1 -1
  139. package/es2022/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  140. package/es2022/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js.map +1 -1
  141. package/es2022/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  142. package/es2022/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js.map +1 -1
  143. package/es2022/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  144. package/es2022/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js.map +1 -1
  145. package/es2022/src/modules/castPipes/pipes/castType/castType.pipe.js +8 -9
  146. package/es2022/src/modules/castPipes/pipes/castType/castType.pipe.js.map +1 -1
  147. package/es2022/src/modules/commonDynamic.module.js +4 -4
  148. package/es2022/src/modules/commonDynamic.module.js.map +1 -1
  149. package/es2022/src/modules/commonLocalize.module.js +4 -4
  150. package/es2022/src/modules/commonLocalize.module.js.map +1 -1
  151. package/es2022/src/modules/commonUtils.module.js +21 -21
  152. package/es2022/src/modules/commonUtils.module.js.map +1 -1
  153. package/es2022/src/modules/debugData/components/debugData/debugData.component.js +3 -5
  154. package/es2022/src/modules/debugData/components/debugData/debugData.component.js.map +1 -1
  155. package/es2022/src/modules/debugData/modules/debugData.module.js +4 -4
  156. package/es2022/src/modules/debugData/modules/debugData.module.js.map +1 -1
  157. package/es2022/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +10 -8
  158. package/es2022/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js.map +1 -1
  159. package/es2022/src/modules/logger/components/console/console.component.js +16 -23
  160. package/es2022/src/modules/logger/components/console/console.component.js.map +1 -1
  161. package/es2022/src/modules/logger/decorators/loggerSink.decorator.js.map +1 -1
  162. package/es2022/src/modules/logger/misc/utils.js.map +1 -1
  163. package/es2022/src/modules/logger/services/console/consoleComponent.service.js +18 -16
  164. package/es2022/src/modules/logger/services/console/consoleComponent.service.js.map +1 -1
  165. package/es2022/src/modules/logger/services/console/consoleComponent.sink.js +7 -5
  166. package/es2022/src/modules/logger/services/console/consoleComponent.sink.js.map +1 -1
  167. package/es2022/src/modules/logger/services/console/consoleComponentService.options.js +8 -8
  168. package/es2022/src/modules/logger/services/console/consoleComponentService.options.js.map +1 -1
  169. package/es2022/src/modules/logger/services/developmentConsoleSink/developmentConsole.sink.js.map +1 -1
  170. package/es2022/src/modules/logger/services/logLevelEnricher/logLevelEnricher.enricher.js.map +1 -1
  171. package/es2022/src/modules/logger/services/logger/logger.service.js +3 -4
  172. package/es2022/src/modules/logger/services/logger/logger.service.js.map +1 -1
  173. package/es2022/src/modules/logger/services/rest/rest.sink.js +17 -21
  174. package/es2022/src/modules/logger/services/rest/rest.sink.js.map +1 -1
  175. package/es2022/src/modules/logger/services/rest/restSink.options.js +16 -16
  176. package/es2022/src/modules/logger/services/rest/restSink.options.js.map +1 -1
  177. package/es2022/src/modules/logger/services/subLoggerSink/subLogger.sink.js +0 -1
  178. package/es2022/src/modules/logger/services/subLoggerSink/subLogger.sink.js.map +1 -1
  179. package/es2022/src/modules/logger/types/loggerConfiguration.js +8 -17
  180. package/es2022/src/modules/logger/types/loggerConfiguration.js.map +1 -1
  181. package/es2022/src/modules/logger/types/loggerOptions.js +30 -28
  182. package/es2022/src/modules/logger/types/loggerOptions.js.map +1 -1
  183. package/es2022/src/modules/logger/types/messageLog.js +5 -18
  184. package/es2022/src/modules/logger/types/messageLog.js.map +1 -1
  185. package/es2022/src/modules/multiButton/components/multiButton/multiButton.component.js +33 -46
  186. package/es2022/src/modules/multiButton/components/multiButton/multiButton.component.js.map +1 -1
  187. package/es2022/src/modules/multiButton/modules/multiButton.module.js +4 -4
  188. package/es2022/src/modules/multiButton/modules/multiButton.module.js.map +1 -1
  189. package/es2022/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +9 -21
  190. package/es2022/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js.map +1 -1
  191. package/es2022/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +7 -45
  192. package/es2022/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js.map +1 -1
  193. package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -4
  194. package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
  195. package/es2022/src/modules/progressIndicator/modules/progressIndicator.module.js +6 -6
  196. package/es2022/src/modules/progressIndicator/modules/progressIndicator.module.js.map +1 -1
  197. package/es2022/src/modules/progressIndicator/services/progressIndicator.service.js +29 -30
  198. package/es2022/src/modules/progressIndicator/services/progressIndicator.service.js.map +1 -1
  199. package/es2022/src/modules/progressIndicator/services/progressIndicatorOptions.js +9 -9
  200. package/es2022/src/modules/progressIndicator/services/progressIndicatorOptions.js.map +1 -1
  201. package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js +16 -31
  202. package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -1
  203. package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js +20 -77
  204. package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -1
  205. package/es2022/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -4
  206. package/es2022/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js.map +1 -1
  207. package/es2022/src/modules/tooltip/modules/tooltip.module.js +5 -5
  208. package/es2022/src/modules/tooltip/modules/tooltip.module.js.map +1 -1
  209. package/es2022/src/pipes/displayProperties/displayProperties.pipe.js +4 -4
  210. package/es2022/src/pipes/displayProperties/displayProperties.pipe.js.map +1 -1
  211. package/es2022/src/pipes/firstUppercase/firstUppercase.pipe.js +3 -3
  212. package/es2022/src/pipes/firstUppercase/firstUppercase.pipe.js.map +1 -1
  213. package/es2022/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.js +3 -18
  214. package/es2022/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.js.map +1 -1
  215. package/es2022/src/pipes/index.js +1 -0
  216. package/es2022/src/pipes/index.js.map +1 -1
  217. package/es2022/src/pipes/isNaN/isNaN.pipe.js +4 -4
  218. package/es2022/src/pipes/isNaN/isNaN.pipe.js.map +1 -1
  219. package/es2022/src/pipes/isPresent/isPresent.pipe.js +4 -4
  220. package/es2022/src/pipes/isPresent/isPresent.pipe.js.map +1 -1
  221. package/es2022/src/pipes/keys/keys.pipe.js +4 -4
  222. package/es2022/src/pipes/keys/keys.pipe.js.map +1 -1
  223. package/es2022/src/pipes/localize/localize.pipe.js +3 -10
  224. package/es2022/src/pipes/localize/localize.pipe.js.map +1 -1
  225. package/es2022/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
  226. package/es2022/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js.map +1 -1
  227. package/es2022/{numeral/src/pipes → src/pipes/numeral}/numeral.pipe.js +8 -15
  228. package/es2022/src/pipes/numeral/numeral.pipe.js.map +1 -0
  229. package/es2022/src/pipes/trimText/trimText.pipe.js +3 -3
  230. package/es2022/src/pipes/trimText/trimText.pipe.js.map +1 -1
  231. package/es2022/src/pipes/urlEncode/urlEncode.pipe.js +4 -4
  232. package/es2022/src/pipes/urlEncode/urlEncode.pipe.js.map +1 -1
  233. package/es2022/src/services/cookies/cookies.service.js +8 -9
  234. package/es2022/src/services/cookies/cookies.service.js.map +1 -1
  235. package/es2022/src/services/notifications/defaultNotifications.service.js +24 -25
  236. package/es2022/src/services/notifications/defaultNotifications.service.js.map +1 -1
  237. package/es2022/src/services/notifications/notifications.interface.js +0 -3
  238. package/es2022/src/services/notifications/notifications.interface.js.map +1 -1
  239. package/es2022/src/services/notifications/notificationsOptions.js +5 -5
  240. package/es2022/src/services/notifications/notificationsOptions.js.map +1 -1
  241. package/es2022/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -4
  242. package/es2022/src/services/permanentStorage/cookiePermanentStorage.service.js.map +1 -1
  243. package/es2022/src/services/position/position.interface.js.map +1 -1
  244. package/es2022/src/services/statusCode/statusCode.service.js +3 -8
  245. package/es2022/src/services/statusCode/statusCode.service.js.map +1 -1
  246. package/es2022/src/services/stringLocalization/noStringLocalization.service.js +10 -8
  247. package/es2022/src/services/stringLocalization/noStringLocalization.service.js.map +1 -1
  248. package/es2022/src/services/temporaryStorage/memoryTemporaryStorage.service.js +10 -8
  249. package/es2022/src/services/temporaryStorage/memoryTemporaryStorage.service.js.map +1 -1
  250. package/es2022/src/utils/index.js.map +1 -1
  251. package/es2022/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  252. package/es2022/store/src/services/permanentStorage/localPermanentStorage.service.js.map +1 -1
  253. package/es2022/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  254. package/es2022/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js.map +1 -1
  255. package/floating-ui/src/services/floatingUiDomPosition.service.d.ts +5 -5
  256. package/floating-ui/src/services/floatingUiDomPosition.service.d.ts.map +1 -1
  257. package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.d.ts +1 -1
  258. package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.d.ts.map +1 -1
  259. package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.html +9 -3
  260. package/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.d.ts +1 -1
  261. package/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.d.ts.map +1 -1
  262. package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.d.ts +1 -1
  263. package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.d.ts.map +1 -1
  264. package/forms/src/directives/groupHasError/groupHasError.directive.d.ts +1 -1
  265. package/forms/src/directives/groupHasError/groupHasError.directive.d.ts.map +1 -1
  266. package/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.d.ts +1 -1
  267. package/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.d.ts.map +1 -1
  268. package/forms/src/directives/hasError/hasError.directive.d.ts +24 -32
  269. package/forms/src/directives/hasError/hasError.directive.d.ts.map +1 -1
  270. package/forms/src/directives/requiredClass/requiredClass.directive.d.ts +14 -12
  271. package/forms/src/directives/requiredClass/requiredClass.directive.d.ts.map +1 -1
  272. package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts +1 -1
  273. package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts.map +1 -1
  274. package/forms/src/index.d.ts +0 -1
  275. package/forms/src/index.d.ts.map +1 -1
  276. package/forms/src/modules/hasError.module.d.ts +1 -5
  277. package/forms/src/modules/hasError.module.d.ts.map +1 -1
  278. package/hotkeys/src/components/cheatSheet/cheatSheet.component.d.ts +3 -3
  279. package/hotkeys/src/components/cheatSheet/cheatSheet.component.d.ts.map +1 -1
  280. package/hotkeys/src/components/cheatSheet/cheatSheet.component.html +13 -7
  281. package/lerna.json +4 -0
  282. package/package.json +54 -57
  283. package/readme.md +0 -1
  284. package/router/src/decorators/moduleRoutes.decorator.d.ts.map +1 -1
  285. package/src/components/collapsibleIcon/collapsibleIcon.component.d.ts +3 -3
  286. package/src/components/collapsibleIcon/collapsibleIcon.component.d.ts.map +1 -1
  287. package/src/components/collapsibleTitle/collapsibleTitle.component.d.ts +3 -3
  288. package/src/components/collapsibleTitle/collapsibleTitle.component.d.ts.map +1 -1
  289. package/src/directives/bodyRender/bodyRender.directive.d.ts +3 -3
  290. package/src/directives/bodyRender/bodyRender.directive.d.ts.map +1 -1
  291. package/src/directives/ellipsisTooltip/ellipsisTooltip.directive.d.ts +3 -3
  292. package/src/directives/ellipsisTooltip/ellipsisTooltip.directive.d.ts.map +1 -1
  293. package/src/directives/goBack/goBack.directive.d.ts +3 -3
  294. package/src/directives/goBack/goBack.directive.d.ts.map +1 -1
  295. package/src/directives/positionTo/positionTo.directive.d.ts +2 -2
  296. package/src/directives/positionTo/positionTo.directive.d.ts.map +1 -1
  297. package/src/modules/commonUtils.module.d.ts +1 -1
  298. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts +3 -3
  299. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -1
  300. package/src/pipes/displayProperties/displayProperties.pipe.d.ts +3 -3
  301. package/src/pipes/displayProperties/displayProperties.pipe.d.ts.map +1 -1
  302. package/src/pipes/index.d.ts +1 -0
  303. package/src/pipes/index.d.ts.map +1 -1
  304. package/src/pipes/isNaN/isNaN.pipe.d.ts +3 -3
  305. package/src/pipes/isNaN/isNaN.pipe.d.ts.map +1 -1
  306. package/src/pipes/isPresent/isPresent.pipe.d.ts +3 -3
  307. package/src/pipes/isPresent/isPresent.pipe.d.ts.map +1 -1
  308. package/src/pipes/keys/keys.pipe.d.ts +3 -3
  309. package/src/pipes/keys/keys.pipe.d.ts.map +1 -1
  310. package/{numeral/src/pipes → src/pipes/numeral}/numeral.pipe.d.ts +4 -4
  311. package/{numeral/src/pipes → src/pipes/numeral}/numeral.pipe.d.ts.map +1 -1
  312. package/src/pipes/urlEncode/urlEncode.pipe.d.ts +3 -3
  313. package/src/pipes/urlEncode/urlEncode.pipe.d.ts.map +1 -1
  314. package/src/services/position/position.interface.d.ts +10 -10
  315. package/src/services/position/position.interface.d.ts.map +1 -1
  316. package/version.bak +1 -1
  317. package/es2022/forms/src/modules/requiredClass.module.js +0 -19
  318. package/es2022/forms/src/modules/requiredClass.module.js.map +0 -1
  319. package/es2022/numeral/src/index.js +0 -2
  320. package/es2022/numeral/src/index.js.map +0 -1
  321. package/es2022/numeral/src/pipes/numeral.pipe.js.map +0 -1
  322. package/forms/src/modules/requiredClass.module.d.ts +0 -11
  323. package/forms/src/modules/requiredClass.module.d.ts.map +0 -1
  324. package/numeral/package.json +0 -8
  325. package/numeral/src/index.d.ts +0 -2
  326. package/numeral/src/index.d.ts.map +0 -1
@@ -4,11 +4,13 @@ import * as i0 from "@angular/core";
4
4
  * Implementation of temporary storage using process memory
5
5
  */
6
6
  export class MemoryTemporaryStorage {
7
- //######################### private fields #########################
8
- /**
9
- * Storage used for storing values
10
- */
11
- _memory = {};
7
+ constructor() {
8
+ //######################### private fields #########################
9
+ /**
10
+ * Storage used for storing values
11
+ */
12
+ this._memory = {};
13
+ }
12
14
  //######################### public methods - implementation of StringLocalization #########################
13
15
  /**
14
16
  * Gets value that was stored with 'name' from temporary storage
@@ -32,10 +34,10 @@ export class MemoryTemporaryStorage {
32
34
  remove(name) {
33
35
  delete this._memory[name];
34
36
  }
35
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MemoryTemporaryStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
36
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MemoryTemporaryStorage });
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: MemoryTemporaryStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
38
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: MemoryTemporaryStorage }); }
37
39
  }
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MemoryTemporaryStorage, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: MemoryTemporaryStorage, decorators: [{
39
41
  type: Injectable
40
42
  }] });
41
43
  //# sourceMappingURL=memoryTemporaryStorage.service.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"memoryTemporaryStorage.service.js","sourceRoot":"","sources":["../../../../src/services/temporaryStorage/memoryTemporaryStorage.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAC;;AAKzC;;GAEG;AAEH,MAAM,OAAO,sBAAsB;IAE/B,oEAAoE;IAEpE;;OAEG;IACK,OAAO,GAAoB,EAAE,CAAC;IAEtC,2GAA2G;IAE3G;;;OAGG;IACI,GAAG,CAAU,IAAY;QAE5B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC;IAED;;;;OAIG;IACI,GAAG,CAAC,IAAY,EAAE,KAAU;QAE/B,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC;IAC/B,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,IAAY;QAEtB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC;uGArCQ,sBAAsB;2GAAtB,sBAAsB;;2FAAtB,sBAAsB;kBADlC,UAAU","sourcesContent":["import {Injectable} from '@angular/core';\nimport {Dictionary} from '@jscrpt/common';\n\nimport {TemporaryStorage} from './temporaryStorage.interface';\n\n/**\n * Implementation of temporary storage using process memory\n */\n@Injectable()\nexport class MemoryTemporaryStorage implements TemporaryStorage\n{\n //######################### private fields #########################\n\n /**\n * Storage used for storing values\n */\n private _memory: Dictionary<any> = {};\n\n //######################### public methods - implementation of StringLocalization #########################\n\n /**\n * Gets value that was stored with 'name' from temporary storage\n * @param name - Name with which was value stored\n */\n public get<TResult>(name: string): TResult\n {\n return this._memory[name];\n }\n\n /**\n * Sets value that will be stored with 'name'e in temporary storage\n * @param name - Name with which will be value stored\n * @param value - Value to be stored\n */\n public set(name: string, value: any): void\n {\n this._memory[name] = value;\n }\n\n /**\n * Removes value stored with 'name' from temporary storage\n * @param name - Name of stored value that will be removed\n */\n public remove(name: string): void\n {\n delete this._memory[name];\n }\n}"]}
1
+ {"version":3,"file":"memoryTemporaryStorage.service.js","sourceRoot":"","sources":["../../../../src/services/temporaryStorage/memoryTemporaryStorage.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAC;;AAKzC;;GAEG;AAEH,MAAM,OAAO,sBAAsB;IADnC;QAGI,oEAAoE;QAEpE;;WAEG;QACK,YAAO,GAAoB,EAAE,CAAC;KA+BzC;IA7BG,2GAA2G;IAE3G;;;OAGG;IACI,GAAG,CAAU,IAAY;QAE5B,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC;IAED;;;;OAIG;IACI,GAAG,CAAC,IAAY,EAAE,KAAU;QAE/B,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,KAAK,CAAC;IAC/B,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,IAAY;QAEtB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9B,CAAC;8GArCQ,sBAAsB;kHAAtB,sBAAsB;;2FAAtB,sBAAsB;kBADlC,UAAU","sourcesContent":["import {Injectable} from '@angular/core';\nimport {Dictionary} from '@jscrpt/common';\n\nimport {TemporaryStorage} from './temporaryStorage.interface';\n\n/**\n * Implementation of temporary storage using process memory\n */\n@Injectable()\nexport class MemoryTemporaryStorage implements TemporaryStorage\n{\n //######################### private fields #########################\n\n /**\n * Storage used for storing values\n */\n private _memory: Dictionary<any> = {};\n\n //######################### public methods - implementation of StringLocalization #########################\n\n /**\n * Gets value that was stored with 'name' from temporary storage\n * @param name - Name with which was value stored\n */\n public get<TResult>(name: string): TResult\n {\n return this._memory[name];\n }\n\n /**\n * Sets value that will be stored with 'name'e in temporary storage\n * @param name - Name with which will be value stored\n * @param value - Value to be stored\n */\n public set(name: string, value: any): void\n {\n this._memory[name] = value;\n }\n\n /**\n * Removes value stored with 'name' from temporary storage\n * @param name - Name of stored value that will be removed\n */\n public remove(name: string): void\n {\n delete this._memory[name];\n }\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,cAAc,EAAgC,MAAM,eAAe,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAC,MAAM,EAAE,KAAK,EAAC,MAAM,MAAM,CAAC;AAEnC;;;GAGG;AACH,MAAM,UAAU,uBAAuB,CAAC,gBAA+B;IAEnE,OAAQ,gBAAwB,CAAC,SAAS,CAAC;AAC/C,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,uBAAuB;IAEnC,IAAI,gBAAgB,CAAC;IACrB,MAAM,gBAAgB,GAAG,IAAI,OAAO,CAAO,OAAO,CAAC,EAAE,CAAC,gBAAgB,GAAG,OAAO,CAAC,CAAC;IAEjF,gBAAwB,CAAC,SAAS,GAAG,gBAAgB,CAAC;IAEvD,OAAO,gBAAgB,CAAC;AAC5B,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAkC,IAAI,cAAc,CAAgB,YAAY,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,uBAAuB,EAAC,CAAC,CAAC;AAEjK;;;;;GAKG;AACH,MAAM,UAAU,gBAAgB,CAAC,aAAsC,EAAE,QAAiC,EAAE,eAAyB;IAEjI,eAAe,GAAG,eAAe,IAAI,KAAK,CAAC;IAE3C,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;QAExB,MAAM,CAAC,QAAQ;aACV,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,EAC5B,KAAK,EAAE,CAAC;aACb,SAAS,CAAC,GAAG,EAAE;YAEZ,MAAM,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;YAEzD,IAAG,eAAe,EAClB;gBACI,gBAAgB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;aAC1C;YAED,QAAQ,CAAC,MAAM,CAAC,CAAC;YAEjB,MAAM,eAAe,GAAG,uBAAuB,CAAC,gBAAgB,CAAC,CAAC;YAClE,eAAe,EAAE,CAAC;QACtB,CAAC,CAAC,CAAC;IACX,CAAC,CAAC,CAAC;AACP,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,mBAAmB,CAAC,gBAA+C,EAAE,QAAmD,EAAE,eAAyB;IAE/J,eAAe,GAAG,eAAe,IAAI,KAAK,CAAC;IAE3C,gBAAgB,CAAC,IAAI,CAAC,CAAC,SAA+B,EAAE,EAAE;QAEtD,MAAM,MAAM,GAAmB,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAEtE,MAAM,CAAC,QAAQ;aACV,IAAI,CAAC,MAAM,CAAC,CAAC,QAAiB,EAAE,EAAE,CAAC,QAAQ,CAAC,EACvC,KAAK,EAAE,CAAC;aACb,SAAS,CAAC,GAAG,EAAE;YAEZ,MAAM,gBAAgB,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;YAE5D,IAAG,eAAe,EAClB;gBACI,gBAAgB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;aAC1C;YAED,QAAQ,CAAC,SAAS,CAAC,CAAC;YAEpB,IAAG,gBAAgB,EACnB;gBACI,MAAM,eAAe,GAAG,uBAAuB,CAAC,gBAAgB,CAAC,CAAC;gBAElE,eAAe,EAAE,CAAC;aACrB;QACL,CAAC,CAAC,CAAC;IACX,CAAC,CAAC,CAAC;AACP,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,cAAc,CAAQ,SAA6C;IAE/E,OAAQ,SAAS,EAAE,QAAqC,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC;AAC7E,CAAC","sourcesContent":["import {NgModuleRef, ApplicationRef, InjectionToken, ComponentRef, EmbeddedViewRef} from '@angular/core';\nimport {enableDebugTools} from '@angular/platform-browser';\nimport {Action1} from '@jscrpt/common';\nimport {filter, first} from 'rxjs';\n\n/**\n * Method used for extraction of resolve method for promise\n * @param appStablePromise - Promise which contains resolve method that is going to be extracted\n */\nexport function extractAppStableResolve(appStablePromise: Promise<void>): () => void\n{\n return (appStablePromise as any).__resolve;\n}\n\n/**\n * Factory used for creating APP_STABLE promise\n * \n * @internal\n */\nexport function appStablePromiseFactory(): Promise<void>\n{\n let appStableResolve;\n const appStablePromise = new Promise<void>(resolve => appStableResolve = resolve);\n\n (appStablePromise as any).__resolve = appStableResolve;\n\n return appStablePromise;\n}\n\n/**\n * Injection token used for obtaining promise that is resolved when application is first time stable\n */\nexport const APP_STABLE: InjectionToken<Promise<void>> = new InjectionToken<Promise<void>>('APP_STABLE', {providedIn: 'root', factory: appStablePromiseFactory});\n\n/**\n * Runs callback function when angular app is bootstrapped and stable\n * @param appRefPromise -Promise for application reference that was bootstrapped\n * @param callback -Callback that is called when app is stable\n * @param angularProfiler - Indication that angular profiler should be enabled\n */\nexport function runWhenAppStable(appRefPromise: Promise<ApplicationRef>, callback: Action1<ApplicationRef>, angularProfiler?: boolean): void\n{\n angularProfiler = angularProfiler ?? false;\n\n appRefPromise.then(appRef => \n {\n appRef.isStable\n .pipe(filter(isStable => isStable),\n first())\n .subscribe(() => \n {\n const appStablePromise = appRef.injector.get(APP_STABLE);\n\n if(angularProfiler)\n {\n enableDebugTools(appRef.components[0]);\n }\n\n callback(appRef);\n\n const resolveAsStable = extractAppStableResolve(appStablePromise);\n resolveAsStable();\n });\n });\n}\n\n/**\n * Runs callback function when angular module is bootstrapped and stable\n * @param moduleRefPromise - Promise for module that was bootstrapped\n * @param callback - Callback that is called\n * @param angularProfiler - Indication that angular profiler should be enabled\n */\nexport function runWhenModuleStable(moduleRefPromise: Promise<NgModuleRef<unknown>>, callback: (moduleRef: NgModuleRef<unknown>) => void, angularProfiler?: boolean): void\n{\n angularProfiler = angularProfiler || false;\n\n moduleRefPromise.then((moduleRef: NgModuleRef<unknown>) => \n {\n const appRef: ApplicationRef = moduleRef.injector.get(ApplicationRef);\n\n appRef.isStable\n .pipe(filter((isStable: boolean) => isStable),\n first())\n .subscribe(() => \n {\n const appStablePromise = moduleRef.injector.get(APP_STABLE);\n\n if(angularProfiler)\n {\n enableDebugTools(appRef.components[0]);\n }\n\n callback(moduleRef);\n\n if(appStablePromise)\n {\n const resolveAsStable = extractAppStableResolve(appStablePromise);\n\n resolveAsStable();\n }\n });\n });\n}\n\n/**\n * Gets host html element for component\n * @param component - Component ref of dynamically created component\n */\nexport function getHostElement<TType>(component: ComponentRef<TType>|undefined|null): HTMLElement|undefined|null\n{\n return (component?.hostView as EmbeddedViewRef<unknown>)?.rootNodes?.[0];\n}"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,cAAc,EAAgC,MAAM,eAAe,CAAC;AACzG,OAAO,EAAC,gBAAgB,EAAC,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAC,MAAM,EAAE,KAAK,EAAC,MAAM,MAAM,CAAC;AAEnC;;;GAGG;AACH,MAAM,UAAU,uBAAuB,CAAC,gBAA+B;IAEnE,OAAQ,gBAAwB,CAAC,SAAS,CAAC;AAC/C,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,uBAAuB;IAEnC,IAAI,gBAAgB,CAAC;IACrB,MAAM,gBAAgB,GAAG,IAAI,OAAO,CAAO,OAAO,CAAC,EAAE,CAAC,gBAAgB,GAAG,OAAO,CAAC,CAAC;IAEjF,gBAAwB,CAAC,SAAS,GAAG,gBAAgB,CAAC;IAEvD,OAAO,gBAAgB,CAAC;AAC5B,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAkC,IAAI,cAAc,CAAgB,YAAY,EAAE,EAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,uBAAuB,EAAC,CAAC,CAAC;AAEjK;;;;;GAKG;AACH,MAAM,UAAU,gBAAgB,CAAC,aAAsC,EAAE,QAAiC,EAAE,eAAyB;IAEjI,eAAe,GAAG,eAAe,IAAI,KAAK,CAAC;IAE3C,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;QAExB,MAAM,CAAC,QAAQ;aACV,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,CAAC,QAAQ,CAAC,EAC5B,KAAK,EAAE,CAAC;aACb,SAAS,CAAC,GAAG,EAAE;YAEZ,MAAM,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;YAEzD,IAAG,eAAe,EAClB,CAAC;gBACG,gBAAgB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;YAC3C,CAAC;YAED,QAAQ,CAAC,MAAM,CAAC,CAAC;YAEjB,MAAM,eAAe,GAAG,uBAAuB,CAAC,gBAAgB,CAAC,CAAC;YAClE,eAAe,EAAE,CAAC;QACtB,CAAC,CAAC,CAAC;IACX,CAAC,CAAC,CAAC;AACP,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,mBAAmB,CAAC,gBAA+C,EAAE,QAAmD,EAAE,eAAyB;IAE/J,eAAe,GAAG,eAAe,IAAI,KAAK,CAAC;IAE3C,gBAAgB,CAAC,IAAI,CAAC,CAAC,SAA+B,EAAE,EAAE;QAEtD,MAAM,MAAM,GAAmB,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;QAEtE,MAAM,CAAC,QAAQ;aACV,IAAI,CAAC,MAAM,CAAC,CAAC,QAAiB,EAAE,EAAE,CAAC,QAAQ,CAAC,EACvC,KAAK,EAAE,CAAC;aACb,SAAS,CAAC,GAAG,EAAE;YAEZ,MAAM,gBAAgB,GAAG,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;YAE5D,IAAG,eAAe,EAClB,CAAC;gBACG,gBAAgB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC;YAC3C,CAAC;YAED,QAAQ,CAAC,SAAS,CAAC,CAAC;YAEpB,IAAG,gBAAgB,EACnB,CAAC;gBACG,MAAM,eAAe,GAAG,uBAAuB,CAAC,gBAAgB,CAAC,CAAC;gBAElE,eAAe,EAAE,CAAC;YACtB,CAAC;QACL,CAAC,CAAC,CAAC;IACX,CAAC,CAAC,CAAC;AACP,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,cAAc,CAAQ,SAA6C;IAE/E,OAAQ,SAAS,EAAE,QAAqC,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC;AAC7E,CAAC","sourcesContent":["import {NgModuleRef, ApplicationRef, InjectionToken, ComponentRef, EmbeddedViewRef} from '@angular/core';\nimport {enableDebugTools} from '@angular/platform-browser';\nimport {Action1} from '@jscrpt/common';\nimport {filter, first} from 'rxjs';\n\n/**\n * Method used for extraction of resolve method for promise\n * @param appStablePromise - Promise which contains resolve method that is going to be extracted\n */\nexport function extractAppStableResolve(appStablePromise: Promise<void>): () => void\n{\n return (appStablePromise as any).__resolve;\n}\n\n/**\n * Factory used for creating APP_STABLE promise\n * \n * @internal\n */\nexport function appStablePromiseFactory(): Promise<void>\n{\n let appStableResolve;\n const appStablePromise = new Promise<void>(resolve => appStableResolve = resolve);\n\n (appStablePromise as any).__resolve = appStableResolve;\n\n return appStablePromise;\n}\n\n/**\n * Injection token used for obtaining promise that is resolved when application is first time stable\n */\nexport const APP_STABLE: InjectionToken<Promise<void>> = new InjectionToken<Promise<void>>('APP_STABLE', {providedIn: 'root', factory: appStablePromiseFactory});\n\n/**\n * Runs callback function when angular app is bootstrapped and stable\n * @param appRefPromise -Promise for application reference that was bootstrapped\n * @param callback -Callback that is called when app is stable\n * @param angularProfiler - Indication that angular profiler should be enabled\n */\nexport function runWhenAppStable(appRefPromise: Promise<ApplicationRef>, callback: Action1<ApplicationRef>, angularProfiler?: boolean): void\n{\n angularProfiler = angularProfiler ?? false;\n\n appRefPromise.then(appRef => \n {\n appRef.isStable\n .pipe(filter(isStable => isStable),\n first())\n .subscribe(() => \n {\n const appStablePromise = appRef.injector.get(APP_STABLE);\n\n if(angularProfiler)\n {\n enableDebugTools(appRef.components[0]);\n }\n\n callback(appRef);\n\n const resolveAsStable = extractAppStableResolve(appStablePromise);\n resolveAsStable();\n });\n });\n}\n\n/**\n * Runs callback function when angular module is bootstrapped and stable\n * @param moduleRefPromise - Promise for module that was bootstrapped\n * @param callback - Callback that is called\n * @param angularProfiler - Indication that angular profiler should be enabled\n */\nexport function runWhenModuleStable(moduleRefPromise: Promise<NgModuleRef<unknown>>, callback: (moduleRef: NgModuleRef<unknown>) => void, angularProfiler?: boolean): void\n{\n angularProfiler = angularProfiler || false;\n\n moduleRefPromise.then((moduleRef: NgModuleRef<unknown>) => \n {\n const appRef: ApplicationRef = moduleRef.injector.get(ApplicationRef);\n\n appRef.isStable\n .pipe(filter((isStable: boolean) => isStable),\n first())\n .subscribe(() => \n {\n const appStablePromise = moduleRef.injector.get(APP_STABLE);\n\n if(angularProfiler)\n {\n enableDebugTools(appRef.components[0]);\n }\n\n callback(moduleRef);\n\n if(appStablePromise)\n {\n const resolveAsStable = extractAppStableResolve(appStablePromise);\n\n resolveAsStable();\n }\n });\n });\n}\n\n/**\n * Gets host html element for component\n * @param component - Component ref of dynamically created component\n */\nexport function getHostElement<TType>(component: ComponentRef<TType>|undefined|null): HTMLElement|undefined|null\n{\n return (component?.hostView as EmbeddedViewRef<unknown>)?.rootNodes?.[0];\n}"]}
@@ -41,15 +41,15 @@ let LocalPermanentStorage = class LocalPermanentStorage {
41
41
  remove(name) {
42
42
  store.remove(name);
43
43
  }
44
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: LocalPermanentStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
45
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: LocalPermanentStorage });
44
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LocalPermanentStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
45
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LocalPermanentStorage }); }
46
46
  };
47
47
  LocalPermanentStorage = __decorate([
48
48
  TypeProvider({ provide: PERMANENT_STORAGE, useClass: forwardRef(() => LocalPermanentStorage) }),
49
49
  __metadata("design:paramtypes", [])
50
50
  ], LocalPermanentStorage);
51
51
  export { LocalPermanentStorage };
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: LocalPermanentStorage, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: LocalPermanentStorage, decorators: [{
53
53
  type: Injectable
54
54
  }], ctorParameters: () => [] });
55
55
  //# sourceMappingURL=localPermanentStorage.service.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"localPermanentStorage.service.js","sourceRoot":"","sources":["../../../../../store/src/services/permanentStorage/localPermanentStorage.service.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAC,iBAAiB,EAAoB,YAAY,EAAC,MAAM,eAAe,CAAC;AAChF,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,YAAY,MAAM,sBAAsB,CAAC;;AAEhD;;GAEG;AAGI,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAE9B,iEAAiE;IAEjE;QAEI,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;IAClC,CAAC;IAED,yGAAyG;IAEzG;;;OAGG;IACI,GAAG,CAAU,IAAY;QAE5B,OAAO,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAC3B,CAAC;IAiBD;;;;;OAKG;IACI,GAAG,CAAC,IAAY,EAAE,KAAU,EAAE,OAAc;QAE/C,IAAG,OAAO,EACV;YACI,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,EAAE,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;SAC7C;aAED;YACI,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;SAC1B;IACL,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,IAAY;QAEtB,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACvB,CAAC;uGA5DQ,qBAAqB;2GAArB,qBAAqB;;AAArB,qBAAqB;IADjC,YAAY,CAAC,EAAC,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,UAAU,CAAC,GAAG,EAAE,CAAC,qBAAqB,CAAC,EAAC,CAAC;;GACjF,qBAAqB,CA6DjC;;2FA7DY,qBAAqB;kBAFjC,UAAU","sourcesContent":["import {Injectable, forwardRef} from '@angular/core';\nimport {PERMANENT_STORAGE, PermanentStorage, TypeProvider} from '@anglr/common';\nimport store from 'store';\nimport expirePlugin from 'store/plugins/expire';\n\n/**\n * Implementation of permanent storage using LocalStorage\n */\n@Injectable()\n@TypeProvider({provide: PERMANENT_STORAGE, useClass: forwardRef(() => LocalPermanentStorage)})\nexport class LocalPermanentStorage implements PermanentStorage\n{\n //######################### constructor #########################\n\n constructor()\n {\n store.addPlugin(expirePlugin);\n }\n\n //######################### public methods - implementation of PermanentStorage #########################\n\n /**\n * Gets value that was stored with 'name' from permanent storage\n * @param name - Name with which was value stored\n */\n public get<TResult>(name: string): TResult\n {\n return store.get(name);\n }\n\n /**\n * Sets value that will be stored with 'name'e in permanent storage\n * @param name - Name with which will be value stored\n * @param value - Value to be stored\n */\n public set(name: string, value: any): void;\n\n /**\n * Sets value that will be stored with 'name' in permanent storage until expiration date\n * @param name - Name with which will be value stored\n * @param value - Value to be stored\n * @param expires - Time when value should expire\n */\n public set(name: string, value: any, expires: Date): void;\n\n /**\n * Sets value that will be stored with 'name' in permanent storage until expiration date\n * @param name - Name with which will be value stored\n * @param value - Value to be stored\n * @param expires - Time when value should expire\n */\n public set(name: string, value: any, expires?: Date): void\n {\n if(expires)\n {\n store.set(name, value, expires.valueOf());\n }\n else\n {\n store.set(name, value);\n }\n }\n\n /**\n * Removes value stored with 'name' from permanent storage\n * @param name - Name of stored value that will be removed\n */\n public remove(name: string): void\n {\n store.remove(name);\n }\n}\n"]}
1
+ {"version":3,"file":"localPermanentStorage.service.js","sourceRoot":"","sources":["../../../../../store/src/services/permanentStorage/localPermanentStorage.service.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAC,iBAAiB,EAAoB,YAAY,EAAC,MAAM,eAAe,CAAC;AAChF,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,YAAY,MAAM,sBAAsB,CAAC;;AAEhD;;GAEG;AAGI,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAE9B,iEAAiE;IAEjE;QAEI,KAAK,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;IAClC,CAAC;IAED,yGAAyG;IAEzG;;;OAGG;IACI,GAAG,CAAU,IAAY;QAE5B,OAAO,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAC3B,CAAC;IAiBD;;;;;OAKG;IACI,GAAG,CAAC,IAAY,EAAE,KAAU,EAAE,OAAc;QAE/C,IAAG,OAAO,EACV,CAAC;YACG,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,EAAE,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;QAC9C,CAAC;aAED,CAAC;YACG,KAAK,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;QAC3B,CAAC;IACL,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,IAAY;QAEtB,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACvB,CAAC;8GA5DQ,qBAAqB;kHAArB,qBAAqB;;AAArB,qBAAqB;IADjC,YAAY,CAAC,EAAC,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,UAAU,CAAC,GAAG,EAAE,CAAC,qBAAqB,CAAC,EAAC,CAAC;;GACjF,qBAAqB,CA6DjC;;2FA7DY,qBAAqB;kBAFjC,UAAU","sourcesContent":["import {Injectable, forwardRef} from '@angular/core';\nimport {PERMANENT_STORAGE, PermanentStorage, TypeProvider} from '@anglr/common';\nimport store from 'store';\nimport expirePlugin from 'store/plugins/expire';\n\n/**\n * Implementation of permanent storage using LocalStorage\n */\n@Injectable()\n@TypeProvider({provide: PERMANENT_STORAGE, useClass: forwardRef(() => LocalPermanentStorage)})\nexport class LocalPermanentStorage implements PermanentStorage\n{\n //######################### constructor #########################\n\n constructor()\n {\n store.addPlugin(expirePlugin);\n }\n\n //######################### public methods - implementation of PermanentStorage #########################\n\n /**\n * Gets value that was stored with 'name' from permanent storage\n * @param name - Name with which was value stored\n */\n public get<TResult>(name: string): TResult\n {\n return store.get(name);\n }\n\n /**\n * Sets value that will be stored with 'name'e in permanent storage\n * @param name - Name with which will be value stored\n * @param value - Value to be stored\n */\n public set(name: string, value: any): void;\n\n /**\n * Sets value that will be stored with 'name' in permanent storage until expiration date\n * @param name - Name with which will be value stored\n * @param value - Value to be stored\n * @param expires - Time when value should expire\n */\n public set(name: string, value: any, expires: Date): void;\n\n /**\n * Sets value that will be stored with 'name' in permanent storage until expiration date\n * @param name - Name with which will be value stored\n * @param value - Value to be stored\n * @param expires - Time when value should expire\n */\n public set(name: string, value: any, expires?: Date): void\n {\n if(expires)\n {\n store.set(name, value, expires.valueOf());\n }\n else\n {\n store.set(name, value);\n }\n }\n\n /**\n * Removes value stored with 'name' from permanent storage\n * @param name - Name of stored value that will be removed\n */\n public remove(name: string): void\n {\n store.remove(name);\n }\n}\n"]}
@@ -30,14 +30,14 @@ let SessionTemporaryStorage = class SessionTemporaryStorage {
30
30
  remove(name) {
31
31
  store.remove(name);
32
32
  }
33
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SessionTemporaryStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
34
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SessionTemporaryStorage });
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: SessionTemporaryStorage, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
34
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: SessionTemporaryStorage }); }
35
35
  };
36
36
  SessionTemporaryStorage = __decorate([
37
37
  TypeProvider({ provide: TEMPORARY_STORAGE, useClass: forwardRef(() => SessionTemporaryStorage) })
38
38
  ], SessionTemporaryStorage);
39
39
  export { SessionTemporaryStorage };
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SessionTemporaryStorage, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.1", ngImport: i0, type: SessionTemporaryStorage, decorators: [{
41
41
  type: Injectable
42
42
  }] });
43
43
  //# sourceMappingURL=sessionTemporaryStorage.service.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sessionTemporaryStorage.service.js","sourceRoot":"","sources":["../../../../../store/src/services/temporaryStorage/sessionTemporaryStorage.service.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAC,iBAAiB,EAAoB,YAAY,EAAC,MAAM,eAAe,CAAC;AAChF,OAAO,KAAK,MAAM,+BAA+B,CAAC;;AAElD;;GAEG;AAGI,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAEhC,yGAAyG;IAEzG;;;OAGG;IACI,GAAG,CAAU,IAAY;QAE5B,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAQ,CAAC;IACnC,CAAC;IAED;;;;OAIG;IACI,GAAG,CAAC,IAAY,EAAE,KAAU;QAE/B,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC7B,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,IAAY;QAEtB,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACvB,CAAC;uGA9BQ,uBAAuB;2GAAvB,uBAAuB;;AAAvB,uBAAuB;IADnC,YAAY,CAAC,EAAC,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,UAAU,CAAC,GAAG,EAAE,CAAC,uBAAuB,CAAC,EAAC,CAAC;GACnF,uBAAuB,CA+BnC;;2FA/BY,uBAAuB;kBAFnC,UAAU","sourcesContent":["import {Injectable, forwardRef} from '@angular/core';\nimport {TEMPORARY_STORAGE, TemporaryStorage, TypeProvider} from '@anglr/common';\nimport store from 'store/storages/sessionStorage';\n\n/**\n * Implementation of temporary storage using SessionStorage\n */\n@Injectable()\n@TypeProvider({provide: TEMPORARY_STORAGE, useClass: forwardRef(() => SessionTemporaryStorage)})\nexport class SessionTemporaryStorage implements TemporaryStorage\n{\n //######################### public methods - implementation of TemporaryStorage #########################\n\n /**\n * Gets value that was stored with 'name' from temporary storage\n * @param name - Name with which was value stored\n */\n public get<TResult>(name: string): TResult\n {\n return store.read(name) as any;\n }\n\n /**\n * Sets value that will be stored with 'name'e in temporary storage\n * @param name - Name with which will be value stored\n * @param value - Value to be stored\n */\n public set(name: string, value: any): void\n {\n store.write(name, value);\n }\n\n /**\n * Removes value stored with 'name' from temporary storage\n * @param name - Name of stored value that will be removed\n */\n public remove(name: string): void\n {\n store.remove(name);\n }\n}\n"]}
1
+ {"version":3,"file":"sessionTemporaryStorage.service.js","sourceRoot":"","sources":["../../../../../store/src/services/temporaryStorage/sessionTemporaryStorage.service.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAC,iBAAiB,EAAoB,YAAY,EAAC,MAAM,eAAe,CAAC;AAChF,OAAO,KAAK,MAAM,+BAA+B,CAAC;;AAElD;;GAEG;AAGI,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAEhC,yGAAyG;IAEzG;;;OAGG;IACI,GAAG,CAAU,IAAY;QAE5B,OAAO,KAAK,CAAC,IAAI,CAAC,IAAI,CAAQ,CAAC;IACnC,CAAC;IAED;;;;OAIG;IACI,GAAG,CAAC,IAAY,EAAE,KAAU;QAE/B,KAAK,CAAC,KAAK,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;IAC7B,CAAC;IAED;;;OAGG;IACI,MAAM,CAAC,IAAY;QAEtB,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;IACvB,CAAC;8GA9BQ,uBAAuB;kHAAvB,uBAAuB;;AAAvB,uBAAuB;IADnC,YAAY,CAAC,EAAC,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,UAAU,CAAC,GAAG,EAAE,CAAC,uBAAuB,CAAC,EAAC,CAAC;GACnF,uBAAuB,CA+BnC;;2FA/BY,uBAAuB;kBAFnC,UAAU","sourcesContent":["import {Injectable, forwardRef} from '@angular/core';\nimport {TEMPORARY_STORAGE, TemporaryStorage, TypeProvider} from '@anglr/common';\nimport store from 'store/storages/sessionStorage';\n\n/**\n * Implementation of temporary storage using SessionStorage\n */\n@Injectable()\n@TypeProvider({provide: TEMPORARY_STORAGE, useClass: forwardRef(() => SessionTemporaryStorage)})\nexport class SessionTemporaryStorage implements TemporaryStorage\n{\n //######################### public methods - implementation of TemporaryStorage #########################\n\n /**\n * Gets value that was stored with 'name' from temporary storage\n * @param name - Name with which was value stored\n */\n public get<TResult>(name: string): TResult\n {\n return store.read(name) as any;\n }\n\n /**\n * Sets value that will be stored with 'name'e in temporary storage\n * @param name - Name with which will be value stored\n * @param value - Value to be stored\n */\n public set(name: string, value: any): void\n {\n store.write(name, value);\n }\n\n /**\n * Removes value stored with 'name' from temporary storage\n * @param name - Name of stored value that will be removed\n */\n public remove(name: string): void\n {\n store.remove(name);\n }\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { Position, PositionResult, PositionOptions } from '@anglr/common';
2
- import { Placement, Middleware } from '@floating-ui/dom';
2
+ import { Placement, Middleware, VirtualElement } from '@floating-ui/dom';
3
3
  import { Observable } from 'rxjs';
4
4
  import * as i0 from "@angular/core";
5
5
  /**
@@ -9,24 +9,24 @@ export declare class FloatingUiDomPosition implements Position {
9
9
  /**
10
10
  * @inheritdoc
11
11
  */
12
- placeElement(target: Element, source: Element, options?: Partial<PositionOptions>): Observable<PositionResult>;
12
+ placeElement(target: Element, source: Element, options?: Partial<PositionOptions<VirtualElement>>): Observable<PositionResult>;
13
13
  /**
14
14
  * Sets flip middleware
15
15
  * @param middlewares - Array of middlewares that will set
16
16
  * @param options - Options that contains definition of flip
17
17
  */
18
- protected _setFlip(middlewares: Middleware[], options: PositionOptions): void;
18
+ protected _setFlip(middlewares: Middleware[], options: PositionOptions<VirtualElement>): void;
19
19
  /**
20
20
  * Sets offset middleware
21
21
  * @param middlewares - Array of middlewares that will set
22
22
  * @param options - Options that contains definition of offset
23
23
  */
24
- protected _setOffset(middlewares: Middleware[], options: PositionOptions): void;
24
+ protected _setOffset(middlewares: Middleware[], options: PositionOptions<VirtualElement>): void;
25
25
  /**
26
26
  * Gets floating ui placement from position placement
27
27
  * @param options - Options containing position placement
28
28
  */
29
- protected _getPlacement(options: PositionOptions): Placement;
29
+ protected _getPlacement(options: PositionOptions<VirtualElement>): Placement;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<FloatingUiDomPosition, never>;
31
31
  static ɵprov: i0.ɵɵInjectableDeclaration<FloatingUiDomPosition>;
32
32
  }
@@ -1 +1 @@
1
- {"version":3,"file":"floatingUiDomPosition.service.d.ts","sourceRoot":"","sources":["floatingUiDomPosition.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAE,cAAc,EAAE,eAAe,EAAsH,MAAM,eAAe,CAAC;AAE7L,OAAO,EAAkB,SAAS,EAAc,UAAU,EAAsB,MAAM,kBAAkB,CAAC;AACzG,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;;AAahC;;GAEG;AACH,qBAEa,qBAAsB,YAAW,QAAQ;IAIlD;;OAEG;IACI,YAAY,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU,CAAC,cAAc,CAAC;IAoFrH;;;;OAIG;IACH,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,UAAU,EAAE,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;IAQ7E;;;;OAIG;IACH,SAAS,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,EAAE,EAAE,OAAO,EAAE,eAAe,GAAG,IAAI;IAgH/E;;;OAGG;IACH,SAAS,CAAC,aAAa,CAAC,OAAO,EAAE,eAAe,GAAG,SAAS;yCAjOnD,qBAAqB;6CAArB,qBAAqB;CAwRjC"}
1
+ {"version":3,"file":"floatingUiDomPosition.service.d.ts","sourceRoot":"","sources":["floatingUiDomPosition.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAE,cAAc,EAAE,eAAe,EAAsH,MAAM,eAAe,CAAC;AAE7L,OAAO,EAAkB,SAAS,EAAc,UAAU,EAAuB,cAAc,EAAC,MAAM,kBAAkB,CAAC;AACzH,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;;AAahC;;GAEG;AACH,qBAEa,qBAAsB,YAAW,QAAQ;IAIlD;;OAEG;IACI,YAAY,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,cAAc,CAAC,CAAC,GAAG,UAAU,CAAC,cAAc,CAAC;IAoFrI;;;;OAIG;IACH,SAAS,CAAC,QAAQ,CAAC,WAAW,EAAE,UAAU,EAAE,EAAE,OAAO,EAAE,eAAe,CAAC,cAAc,CAAC,GAAG,IAAI;IAQ7F;;;;OAIG;IACH,SAAS,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,EAAE,EAAE,OAAO,EAAE,eAAe,CAAC,cAAc,CAAC,GAAG,IAAI;IAgH/F;;;OAGG;IACH,SAAS,CAAC,aAAa,CAAC,OAAO,EAAE,eAAe,CAAC,cAAc,CAAC,GAAG,SAAS;yCAjOnE,qBAAqB;6CAArB,qBAAqB;CAwRjC"}
@@ -27,6 +27,6 @@ export declare class DefaultValidationErrorsComponent implements ValidationError
27
27
  */
28
28
  show(errors: ValidationErrorsResult, options: ValidationErrorsOptions): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultValidationErrorsComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<DefaultValidationErrorsComponent, "default-validation-errors", never, {}, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<DefaultValidationErrorsComponent, "default-validation-errors", never, {}, {}, never, never, true, never>;
31
31
  }
32
32
  //# sourceMappingURL=defaultValidationErrors.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"defaultValidationErrors.component.d.ts","sourceRoot":"","sources":["defaultValidationErrors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,iBAAiB,EAAc,MAAM,eAAe,CAAC;AAGjG,OAAO,EAAC,sBAAsB,EAAC,MAAM,wEAAwE,CAAC;AAC9G,OAAO,EAAC,yBAAyB,EAAE,uBAAuB,EAAC,MAAM,0EAA0E,CAAC;;AAE5I;;GAEG;AACH,qBAYa,gCAAiC,YAAW,yBAAyB;IAyBlE,SAAS,CAAC,eAAe,EAAE,iBAAiB;IArBxD;;;OAGG;IACI,MAAM,EAAE,sBAAsB,CAAC;IAEtC;;;OAGG;IACI,OAAO,EAAE,uBAAuB,CAAC;IAIxC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAQ;gBAGT,eAAe,EAAE,iBAAiB;IAMxD;;OAEG;IACI,IAAI,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,uBAAuB,GAAG,IAAI;yCAlC1E,gCAAgC;2CAAhC,gCAAgC;CAyC5C"}
1
+ {"version":3,"file":"defaultValidationErrors.component.d.ts","sourceRoot":"","sources":["defaultValidationErrors.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,iBAAiB,EAAc,MAAM,eAAe,CAAC;AAIjG,OAAO,EAAC,sBAAsB,EAAC,MAAM,wEAAwE,CAAC;AAC9G,OAAO,EAAC,yBAAyB,EAAE,uBAAuB,EAAC,MAAM,0EAA0E,CAAC;;AAE5I;;GAEG;AACH,qBAiBa,gCAAiC,YAAW,yBAAyB;IAyBlE,SAAS,CAAC,eAAe,EAAE,iBAAiB;IArBxD;;;OAGG;IACI,MAAM,EAAE,sBAAsB,CAAC;IAEtC;;;OAGG;IACI,OAAO,EAAE,uBAAuB,CAAC;IAIxC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAQ;gBAGT,eAAe,EAAE,iBAAiB;IAMxD;;OAEG;IACI,IAAI,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,uBAAuB,GAAG,IAAI;yCAlC1E,gCAAgC;2CAAhC,gCAAgC;CAyC5C"}
@@ -1,3 +1,9 @@
1
- <div [ngClass]="options?.wrapperDivClass" *ngIf="errors?.errorMessages?.length" @slideInOut>
2
- <div *ngFor="let error of errors?.errorMessages">{{error}}</div>
3
- </div>
1
+ @if(errors?.errorMessages?.length)
2
+ {
3
+ <div [ngClass]="options?.wrapperDivClass" @slideInOut>
4
+ @for(error of errors?.errorMessages; track error)
5
+ {
6
+ <div>{{error}}</div>
7
+ }
8
+ </div>
9
+ }
@@ -46,6 +46,6 @@ export declare class DefaultValidationErrorsContainerComponent implements Valida
46
46
  */
47
47
  protected _renderTemplate(): void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<DefaultValidationErrorsContainerComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<DefaultValidationErrorsContainerComponent, "default-validation-errors-container", never, {}, {}, never, never, false, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<DefaultValidationErrorsContainerComponent, "default-validation-errors-container", never, {}, {}, never, never, true, never>;
50
50
  }
51
51
  //# sourceMappingURL=defaultValidationErrorsContainer.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"defaultValidationErrorsContainer.component.d.ts","sourceRoot":"","sources":["defaultValidationErrorsContainer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,gBAAgB,EAAE,YAAY,EAAE,eAAe,EAAC,MAAM,eAAe,CAAC;AAElH,OAAO,EAAC,sBAAsB,EAAC,MAAM,wEAAwE,CAAC;AAC9G,OAAO,EAAC,yBAAyB,EAAE,kCAAkC,EAAE,gCAAgC,EAAE,+BAA+B,EAAC,MAAM,0EAA0E,CAAC;;AAE1N;;GAEG;AACH,qBAOa,yCAA0C,YAAW,kCAAkC;IA2BpF,SAAS,CAAC,cAAc,EAAE,gBAAgB;IAvBtD;;;OAGG;IACH,SAAS,CAAC,OAAO,EAAE,sBAAsB,CAAC;IAE1C;;;OAGG;IACH,SAAS,CAAC,QAAQ,EAAE,gCAAgC,CAAC;IAErD;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;IAE9D;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,eAAe,CAAC,+BAA+B,CAAC,CAAC;gBAGhD,cAAc,EAAE,gBAAgB;IAMtD;;;;;OAKG;IACI,IAAI,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,gCAAgC,GAAG,IAAI;IAmB5F;;OAEG;IACI,IAAI,IAAI,IAAI;IASnB;;OAEG;IACH,SAAS,CAAC,gBAAgB,IAAI,IAAI;IAUlC;;OAEG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;yCAtFxB,yCAAyC;2CAAzC,yCAAyC;CA2GrD"}
1
+ {"version":3,"file":"defaultValidationErrorsContainer.component.d.ts","sourceRoot":"","sources":["defaultValidationErrorsContainer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,gBAAgB,EAAE,YAAY,EAAE,eAAe,EAAC,MAAM,eAAe,CAAC;AAElH,OAAO,EAAC,sBAAsB,EAAC,MAAM,wEAAwE,CAAC;AAC9G,OAAO,EAAC,yBAAyB,EAAE,kCAAkC,EAAE,gCAAgC,EAAE,+BAA+B,EAAC,MAAM,0EAA0E,CAAC;;AAE1N;;GAEG;AACH,qBAQa,yCAA0C,YAAW,kCAAkC;IA2BpF,SAAS,CAAC,cAAc,EAAE,gBAAgB;IAvBtD;;;OAGG;IACH,SAAS,CAAC,OAAO,EAAE,sBAAsB,CAAC;IAE1C;;;OAGG;IACH,SAAS,CAAC,QAAQ,EAAE,gCAAgC,CAAC;IAErD;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;IAE9D;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,eAAe,CAAC,+BAA+B,CAAC,CAAC;gBAGhD,cAAc,EAAE,gBAAgB;IAMtD;;;;;OAKG;IACI,IAAI,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,gCAAgC,GAAG,IAAI;IAmB5F;;OAEG;IACI,IAAI,IAAI,IAAI;IASnB;;OAEG;IACH,SAAS,CAAC,gBAAgB,IAAI,IAAI;IAUlC;;OAEG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;yCAtFxB,yCAAyC;2CAAzC,yCAAyC;CA2GrD"}
@@ -48,6 +48,6 @@ export declare class ReservedSpaceValidationErrorsContainerComponent implements
48
48
  */
49
49
  protected _renderTemplate(): void;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<ReservedSpaceValidationErrorsContainerComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<ReservedSpaceValidationErrorsContainerComponent, "reserved-space-validation-errors-container", never, {}, {}, never, never, false, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReservedSpaceValidationErrorsContainerComponent, "reserved-space-validation-errors-container", never, {}, {}, never, never, true, never>;
52
52
  }
53
53
  //# sourceMappingURL=reservedSpaceValidationErrorsContainer.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"reservedSpaceValidationErrorsContainer.component.d.ts","sourceRoot":"","sources":["reservedSpaceValidationErrorsContainer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,gBAAgB,EAAE,YAAY,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAE7H,OAAO,EAAC,sBAAsB,EAAC,MAAM,wEAAwE,CAAC;AAC9G,OAAO,EAAC,yBAAyB,EAAE,kCAAkC,EAAE,gCAAgC,EAAE,+BAA+B,EAAC,MAAM,0EAA0E,CAAC;;AAI1N;;GAEG;AACH,qBAOa,+CAAgD,YAAW,kCAAkC;IAItG;;;OAGG;IACH,SAAS,CAAC,OAAO,EAAE,sBAAsB,CAAC;IAE1C;;;OAGG;IACH,SAAS,CAAC,QAAQ,EAAE,gCAAgC,CAAC;IAErD;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;IAE9D;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,eAAe,CAAC,+BAA+B,CAAC,CAAC;IAItE;;OAEG;IAEI,aAAa,EAAE,gBAAgB,CAAC;IAIvC;;;;;OAKG;IACI,IAAI,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,gCAAgC,GAAG,IAAI;IAmB5F;;OAEG;IACI,IAAI,IAAI,IAAI;IASnB;;OAEG;IACH,SAAS,CAAC,gBAAgB,IAAI,IAAI;IAUlC;;OAEG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;yCAzFxB,+CAA+C;2CAA/C,+CAA+C;CA8G3D"}
1
+ {"version":3,"file":"reservedSpaceValidationErrorsContainer.component.d.ts","sourceRoot":"","sources":["reservedSpaceValidationErrorsContainer.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,gBAAgB,EAAE,YAAY,EAAE,eAAe,EAAY,MAAM,eAAe,CAAC;AAE7H,OAAO,EAAC,sBAAsB,EAAC,MAAM,wEAAwE,CAAC;AAC9G,OAAO,EAAC,yBAAyB,EAAE,kCAAkC,EAAE,gCAAgC,EAAE,+BAA+B,EAAC,MAAM,0EAA0E,CAAC;;AAI1N;;GAEG;AACH,qBAQa,+CAAgD,YAAW,kCAAkC;IAItG;;;OAGG;IACH,SAAS,CAAC,OAAO,EAAE,sBAAsB,CAAC;IAE1C;;;OAGG;IACH,SAAS,CAAC,QAAQ,EAAE,gCAAgC,CAAC;IAErD;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,YAAY,CAAC,yBAAyB,CAAC,CAAC;IAE9D;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,eAAe,CAAC,+BAA+B,CAAC,CAAC;IAItE;;OAEG;IAEI,aAAa,EAAE,gBAAgB,CAAC;IAIvC;;;;;OAKG;IACI,IAAI,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,gCAAgC,GAAG,IAAI;IAmB5F;;OAEG;IACI,IAAI,IAAI,IAAI;IASnB;;OAEG;IACH,SAAS,CAAC,gBAAgB,IAAI,IAAI;IAUlC;;OAEG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;yCAzFxB,+CAA+C;2CAA/C,+CAA+C;CA8G3D"}
@@ -38,6 +38,6 @@ export declare class GroupHasErrorDirective {
38
38
  */
39
39
  private _updateStatus;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<GroupHasErrorDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHasErrorDirective, "[groupHasError]", never, {}, {}, never, never, false, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHasErrorDirective, "[groupHasError]", never, {}, {}, never, never, true, never>;
42
42
  }
43
43
  //# sourceMappingURL=groupHasError.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"groupHasError.directive.d.ts","sourceRoot":"","sources":["groupHasError.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAC,MAAM,eAAe,CAAC;;AAWpD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IAEjC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,qBAIa,sBAAsB;IAenB,OAAO,CAAC,QAAQ;IAX5B;;OAEG;IACH,OAAO,CAAC,QAAQ,CAA8B;IAE9C;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAgB;gBAGpB,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAOrD;;;OAGG;IACI,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAWxC;;;OAGG;IACI,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAa1C;;OAEG;IACH,OAAO,CAAC,aAAa;yCAzDZ,sBAAsB;2CAAtB,sBAAsB;CAoElC"}
1
+ {"version":3,"file":"groupHasError.directive.d.ts","sourceRoot":"","sources":["groupHasError.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAC,MAAM,eAAe,CAAC;;AAWpD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IAEjC;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,qBAKa,sBAAsB;IAenB,OAAO,CAAC,QAAQ;IAX5B;;OAEG;IACH,OAAO,CAAC,QAAQ,CAA8B;IAE9C;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAgB;gBAGpB,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAOrD;;;OAGG;IACI,eAAe,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAWxC;;;OAGG;IACI,iBAAiB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAa1C;;OAEG;IACH,OAAO,CAAC,aAAa;yCAzDZ,sBAAsB;2CAAtB,sBAAsB;CAoElC"}
@@ -5,6 +5,6 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class GroupHasErrorContainerDirective extends GroupHasErrorDirective {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<GroupHasErrorContainerDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHasErrorContainerDirective, "[groupHasErrorContainer]", never, {}, {}, never, never, false, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GroupHasErrorContainerDirective, "[groupHasErrorContainer]", never, {}, {}, never, never, true, never>;
9
9
  }
10
10
  //# sourceMappingURL=groupHasErrorContainer.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"groupHasErrorContainer.directive.d.ts","sourceRoot":"","sources":["groupHasErrorContainer.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,sBAAsB,EAAC,MAAM,0CAA0C,CAAC;;AAEhF;;GAEG;AACH,qBAaa,+BAAgC,SAAQ,sBAAsB;yCAA9D,+BAA+B;2CAA/B,+BAA+B;CAE3C"}
1
+ {"version":3,"file":"groupHasErrorContainer.directive.d.ts","sourceRoot":"","sources":["groupHasErrorContainer.directive.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,sBAAsB,EAAC,MAAM,0CAA0C,CAAC;;AAEhF;;GAEG;AACH,qBAca,+BAAgC,SAAQ,sBAAsB;yCAA9D,+BAA+B;2CAA/B,+BAA+B;CAE3C"}
@@ -1,7 +1,8 @@
1
- import { ElementRef, OnInit, OnDestroy, Injector, ViewContainerRef, AfterViewInit, Type, TemplateRef } from '@angular/core';
2
- import { FormControlDirective, FormControlName, NgModel } from '@angular/forms';
1
+ import { OnInit, OnDestroy, Injector, ViewContainerRef, AfterViewInit, Type, TemplateRef } from '@angular/core';
2
+ import { FormControlDirective, FormControlName, FormControl, NgModel } from '@angular/forms';
3
3
  import { StringLocalization } from '@anglr/common';
4
4
  import { StringDictionary } from '@jscrpt/common';
5
+ import { Subscription } from 'rxjs';
5
6
  import { ValidationErrorRendererFactory } from '../../services/validationErrorRenderer/validationErrorRenderer.service';
6
7
  import { ValidationErrorRenderer, ValidationErrorsComponent, ValidationErrorsTemplateContext } from '../../services/validationErrorRenderer/validationErrorRenderer.interface';
7
8
  import { SubmittedService } from '../../services/submitted/submitted.service';
@@ -12,41 +13,36 @@ import * as i0 from "@angular/core";
12
13
  * Directive that is attached to control element and handles css classes that are added to this element
13
14
  */
14
15
  export declare class HasErrorDirective implements OnInit, AfterViewInit, OnDestroy {
15
- private _element;
16
- private _rendererFactory;
17
- private _viewContainer;
18
- private _groupHasError;
19
- private _formControl;
20
- private _formControlName;
21
- private _ngModel;
22
- private _submittedSvc;
23
- private _containerView;
24
- protected _stringLocalization: StringLocalization;
25
- protected _injector: Injector;
16
+ protected rendererFactory: ValidationErrorRendererFactory;
17
+ protected viewContainer: ViewContainerRef;
18
+ protected groupHasError: GroupHasErrorDirective;
19
+ protected formControl: FormControlDirective;
20
+ protected formControlName: FormControlName;
21
+ protected ngModel: NgModel;
22
+ protected submittedSvc: SubmittedService;
23
+ protected containerView: ValidationErrorsContainerView;
24
+ protected stringLocalization: StringLocalization;
25
+ protected injector: Injector;
26
26
  /**
27
27
  * Subscriptions that are destroyed with destruction of this directive
28
28
  */
29
- private _subscriptions;
29
+ protected subscriptions: Subscription;
30
30
  /**
31
31
  * Unique generated id of control
32
32
  */
33
- private _id;
33
+ protected id: string;
34
34
  /**
35
35
  * Last value of control pristine attribute
36
36
  */
37
- private _previousDirty;
37
+ protected previousDirty: boolean;
38
38
  /**
39
39
  * Indication whether currently are any errors rendered
40
40
  */
41
- private _hasErrors;
42
- /**
43
- * Mutation observer used for observing changes on class of element
44
- */
45
- private _observer;
41
+ protected hasErrors: boolean;
46
42
  /**
47
43
  * Gets control which was assigned to this element
48
44
  */
49
- private get control();
45
+ protected get control(): FormControl;
50
46
  /**
51
47
  * Instance of validation error renderer
52
48
  */
@@ -63,7 +59,7 @@ export declare class HasErrorDirective implements OnInit, AfterViewInit, OnDestr
63
59
  * Custom template used for rendering validation errors
64
60
  */
65
61
  errorsTemplate?: TemplateRef<ValidationErrorsTemplateContext>;
66
- constructor(_element: ElementRef<HTMLElement>, _rendererFactory: ValidationErrorRendererFactory, _viewContainer: ViewContainerRef, _groupHasError: GroupHasErrorDirective, _formControl: FormControlDirective, _formControlName: FormControlName, _ngModel: NgModel, _submittedSvc: SubmittedService, _containerView: ValidationErrorsContainerView, _stringLocalization: StringLocalization, _injector: Injector);
62
+ constructor(rendererFactory: ValidationErrorRendererFactory, viewContainer: ViewContainerRef, groupHasError: GroupHasErrorDirective, formControl: FormControlDirective, formControlName: FormControlName, ngModel: NgModel, submittedSvc: SubmittedService, containerView: ValidationErrorsContainerView, stringLocalization: StringLocalization, injector: Injector);
67
63
  /**
68
64
  * Initialize component
69
65
  */
@@ -79,23 +75,19 @@ export declare class HasErrorDirective implements OnInit, AfterViewInit, OnDestr
79
75
  /**
80
76
  * Updates status of control and css classes
81
77
  */
82
- private _updateStatus;
78
+ protected updateStatus(): void;
83
79
  /**
84
80
  * Toggles registration of control in parent group
85
81
  */
86
- private _toggleGroupHasError;
82
+ protected toggleGroupHasError(): void;
87
83
  /**
88
84
  * Calls action when form is submitted or control is dirty
89
85
  * @param action - Action to be called when form is submitted or control dirty
90
86
  * @param falseAction - Action to be called when form is not submitted and control is not dirty
91
87
  * @param additionalCondition - Additional condition to be evaluated
92
88
  */
93
- private _isSubmittedOrDirty;
94
- /**
95
- * Registers mutation observer which watch for changes of class list
96
- */
97
- private _registerMutationObserver;
98
- static ɵfac: i0.ɵɵFactoryDeclaration<HasErrorDirective, [null, null, null, { optional: true; skipSelf: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, null]>;
99
- static ɵdir: i0.ɵɵDirectiveDeclaration<HasErrorDirective, "[hasError]", never, { "errorMessages": { "alias": "errorMessages"; "required": false; }; "errorsComponent": { "alias": "errorsComponent"; "required": false; }; "errorsTemplate": { "alias": "errorsTemplate"; "required": false; }; }, {}, never, never, false, never>;
89
+ protected isSubmittedOrDirty(action: () => void, falseAction?: () => void, additionalCondition?: boolean): void;
90
+ static ɵfac: i0.ɵɵFactoryDeclaration<HasErrorDirective, [null, null, { optional: true; skipSelf: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, null]>;
91
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HasErrorDirective, "[hasError][formControlName],[hasError][formControl],[hasError][ngModel]", never, { "errorMessages": { "alias": "errorMessages"; "required": false; }; "errorsComponent": { "alias": "errorsComponent"; "required": false; }; "errorsTemplate": { "alias": "errorsTemplate"; "required": false; }; }, {}, never, never, true, never>;
100
92
  }
101
93
  //# sourceMappingURL=hasError.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hasError.directive.d.ts","sourceRoot":"","sources":["hasError.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAsB,MAAM,EAAE,SAAS,EAAiB,QAAQ,EAAE,gBAAgB,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,EAAC,MAAM,eAAe,CAAC;AACxK,OAAO,EAAC,oBAAoB,EAAE,eAAe,EAAe,OAAO,EAAC,MAAM,gBAAgB,CAAC;AAC3F,OAAO,EAAC,kBAAkB,EAAsB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAuB,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAGtE,OAAO,EAAC,8BAA8B,EAAC,MAAM,wEAAwE,CAAC;AACtH,OAAO,EAAC,uBAAuB,EAAE,yBAAyB,EAAmC,+BAA+B,EAAC,MAAM,0EAA0E,CAAC;AAC9M,OAAO,EAAC,gBAAgB,EAAC,MAAM,4CAA4C,CAAC;AAC5E,OAAO,EAAC,sBAAsB,EAAC,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAIvF;;GAEG;AACH,qBAIa,iBAAkB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAmE1D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,cAAc;IACE,OAAO,CAAC,cAAc;IAClC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,cAAc;IACL,SAAS,CAAC,mBAAmB,EAAE,kBAAkB;IAC9E,SAAS,CAAC,SAAS,EAAE,QAAQ;IAzEzC;;OAEG;IACH,OAAO,CAAC,cAAc,CAAoC;IAE1D;;OAEG;IACH,OAAO,CAAC,GAAG,CAA0B;IAErC;;OAEG;IACH,OAAO,CAAC,cAAc,CAAkB;IAExC;;OAEG;IACH,OAAO,CAAC,UAAU,CAAkB;IAEpC;;OAEG;IACH,OAAO,CAAC,SAAS,CAAmB;IAIpC;;OAEG;IACH,OAAO,KAAK,OAAO,GAGlB;IAID;;OAEG;IACI,QAAQ,EAAE,uBAAuB,CAAC;IAIzC;;OAEG;IAEI,aAAa,EAAE,gBAAgB,CAAC;IAEvC;;OAEG;IAEI,eAAe,CAAC,EAAE,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAEzD;;OAEG;IAEI,cAAc,CAAC,EAAE,WAAW,CAAC,+BAA+B,CAAC,CAAC;gBAGjD,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACjC,gBAAgB,EAAE,8BAA8B,EAChD,cAAc,EAAE,gBAAgB,EACR,cAAc,EAAE,sBAAsB,EAClD,YAAY,EAAE,oBAAoB,EAClC,gBAAgB,EAAE,eAAe,EACjC,QAAQ,EAAE,OAAO,EACjB,aAAa,EAAE,gBAAgB,EAC/B,cAAc,EAAE,6BAA6B,EAC1B,mBAAmB,EAAE,kBAAkB,EACpE,SAAS,EAAE,QAAQ;IAMzC;;OAEG;IACI,QAAQ,IAAI,IAAI;IAkBvB;;OAEG;IACI,eAAe,IAAI,IAAI;IAY9B;;OAEG;IACI,WAAW,IAAI,IAAI;IAW1B;;OAEG;IACH,OAAO,CAAC,aAAa;IAuBrB;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;OAKG;IAEH,OAAO,CAAC,mBAAmB;IAe3B;;OAEG;IACH,OAAO,CAAC,yBAAyB;yCArMxB,iBAAiB;2CAAjB,iBAAiB;CAqN7B"}
1
+ {"version":3,"file":"hasError.directive.d.ts","sourceRoot":"","sources":["hasError.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAE,SAAS,EAAiB,QAAQ,EAAE,gBAAgB,EAAE,aAAa,EAAE,IAAI,EAAE,WAAW,EAAC,MAAM,eAAe,CAAC;AAC5J,OAAO,EAAC,oBAAoB,EAAE,eAAe,EAAE,WAAW,EAAE,OAAO,EAAsB,MAAM,gBAAgB,CAAC;AAChH,OAAO,EAAC,kBAAkB,EAAsB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAuB,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACtE,OAAO,EAAC,YAAY,EAAS,MAAM,MAAM,CAAC;AAE1C,OAAO,EAAC,8BAA8B,EAAC,MAAM,wEAAwE,CAAC;AACtH,OAAO,EAAC,uBAAuB,EAAE,yBAAyB,EAAmC,+BAA+B,EAAC,MAAM,0EAA0E,CAAC;AAC9M,OAAO,EAAC,gBAAgB,EAAC,MAAM,4CAA4C,CAAC;AAC5E,OAAO,EAAC,sBAAsB,EAAC,MAAM,0CAA0C,CAAC;AAChF,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAIvF;;GAEG;AACH,qBAKa,iBAAkB,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IA8D1D,SAAS,CAAC,eAAe,EAAE,8BAA8B;IACzD,SAAS,CAAC,aAAa,EAAE,gBAAgB;IACjB,SAAS,CAAC,aAAa,EAAE,sBAAsB;IAC3D,SAAS,CAAC,WAAW,EAAE,oBAAoB;IAC3C,SAAS,CAAC,eAAe,EAAE,eAAe;IAC1C,SAAS,CAAC,OAAO,EAAE,OAAO;IAC1B,SAAS,CAAC,YAAY,EAAE,gBAAgB;IACxC,SAAS,CAAC,aAAa,EAAE,6BAA6B;IACrC,SAAS,CAAC,kBAAkB,EAAE,kBAAkB;IAC7E,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAnExC;;OAEG;IACH,SAAS,CAAC,aAAa,EAAE,YAAY,CAAsB;IAE3D;;OAEG;IACH,SAAS,CAAC,EAAE,EAAE,MAAM,CAAkB;IAEtC;;OAEG;IACH,SAAS,CAAC,aAAa,EAAE,OAAO,CAAS;IAEzC;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,OAAO,CAAS;IAIrC;;OAEG;IACH,SAAS,KAAK,OAAO,IAAI,WAAW,CAGnC;IAID;;OAEG;IACI,QAAQ,EAAE,uBAAuB,CAAC;IAIzC;;OAEG;IAEI,aAAa,EAAE,gBAAgB,CAAC;IAEvC;;OAEG;IAEI,eAAe,CAAC,EAAE,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAEzD;;OAEG;IAEI,cAAc,CAAC,EAAE,WAAW,CAAC,+BAA+B,CAAC,CAAC;gBAG/C,eAAe,EAAE,8BAA8B,EAC/C,aAAa,EAAE,gBAAgB,EACP,aAAa,EAAE,sBAAsB,EACjD,WAAW,EAAE,oBAAoB,EACjC,eAAe,EAAE,eAAe,EAChC,OAAO,EAAE,OAAO,EAChB,YAAY,EAAE,gBAAgB,EAC9B,aAAa,EAAE,6BAA6B,EAC3B,kBAAkB,EAAE,kBAAkB,EACnE,QAAQ,EAAE,QAAQ;IAMxC;;OAEG;IACI,QAAQ,IAAI,IAAI;IA6BvB;;OAEG;IACI,eAAe,IAAI,IAAI;IAY9B;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,IAAI;IAuB9B;;OAEG;IACH,SAAS,CAAC,mBAAmB,IAAI,IAAI;IAUrC;;;;;OAKG;IAEH,SAAS,CAAC,kBAAkB,CAAC,MAAM,EAAE,MAAM,IAAI,EAAE,WAAW,GAAE,MAAM,IAAe,EAAE,mBAAmB,GAAE,OAAc,GAAG,IAAI;yCAvLtH,iBAAiB;2CAAjB,iBAAiB;CAqM7B"}
@@ -1,27 +1,29 @@
1
- import { AfterViewInit, ChangeDetectorRef } from '@angular/core';
2
- import { FormControlDirective, FormControlName } from '@angular/forms';
1
+ import { AfterViewInit, Renderer2, ElementRef } from '@angular/core';
2
+ import { FormControlDirective, FormControlName, FormControl } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
- * Required class directive adds required class to element
5
+ * Required class directive adds required class to element if it has required validator
6
6
  */
7
7
  export declare class RequiredClassDirective implements AfterViewInit {
8
- private _formControl;
9
- private _formControlName;
10
- private _changeDetector;
8
+ protected _formControl: FormControlDirective;
9
+ protected _formControlName: FormControlName;
10
+ protected _renderer: Renderer2;
11
+ protected _element: ElementRef<HTMLElement>;
11
12
  /**
12
13
  * Gets control which was assigned to this element
13
14
  */
14
- private get control();
15
+ protected get control(): FormControl;
15
16
  /**
16
- * Handles css class for required input
17
+ * Name of required css class that should be applied
17
18
  */
18
- required: boolean;
19
- constructor(_formControl: FormControlDirective, _formControlName: FormControlName, _changeDetector: ChangeDetectorRef);
19
+ requiredClass: string;
20
+ constructor(_formControl: FormControlDirective, _formControlName: FormControlName, _renderer: Renderer2, _element: ElementRef<HTMLElement>);
20
21
  /**
21
22
  * Called when view was initialized
22
23
  */
23
24
  ngAfterViewInit(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<RequiredClassDirective, [{ optional: true; }, { optional: true; }, null]>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<RequiredClassDirective, "[requiredClass]", never, {}, {}, never, never, false, never>;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<RequiredClassDirective, [{ optional: true; }, { optional: true; }, null, null]>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RequiredClassDirective, "[requiredClass][formControlName],[requiredClass][formControl]", never, { "requiredClass": { "alias": "requiredClass"; "required": false; }; }, {}, never, never, true, never>;
27
+ static ngAcceptInputType_requiredClass: string;
26
28
  }
27
29
  //# sourceMappingURL=requiredClass.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"requiredClass.directive.d.ts","sourceRoot":"","sources":["requiredClass.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,aAAa,EAAe,iBAAiB,EAAC,MAAM,eAAe,CAAC;AACjG,OAAO,EAAC,oBAAoB,EAAE,eAAe,EAAc,MAAM,gBAAgB,CAAC;;AAIlF;;GAEG;AACH,qBAIa,sBAAuB,YAAW,aAAa;IAqBhC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,gBAAgB;IACpC,OAAO,CAAC,eAAe;IAnBnC;;OAEG;IACH,OAAO,KAAK,OAAO,GAGlB;IAID;;OAEG;IAEI,QAAQ,EAAE,OAAO,CAAS;gBAGD,YAAY,EAAE,oBAAoB,EAClC,gBAAgB,EAAE,eAAe,EAC7C,eAAe,EAAE,iBAAiB;IAMtD;;OAEG;IACI,eAAe,IAAI,IAAI;yCAhCrB,sBAAsB;2CAAtB,sBAAsB;CA4ClC"}
1
+ {"version":3,"file":"requiredClass.directive.d.ts","sourceRoot":"","sources":["requiredClass.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,aAAa,EAAE,SAAS,EAAS,UAAU,EAAC,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAC,oBAAoB,EAAE,eAAe,EAAE,WAAW,EAAa,MAAM,gBAAgB,CAAC;;AAU9F;;GAEG;AACH,qBAKa,sBAAuB,YAAW,aAAa;IAqBhC,SAAS,CAAC,YAAY,EAAE,oBAAoB;IAC5C,SAAS,CAAC,gBAAgB,EAAE,eAAe;IACvD,SAAS,CAAC,SAAS,EAAE,SAAS;IAC9B,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IApBvD;;OAEG;IACH,SAAS,KAAK,OAAO,IAAI,WAAW,CAGnC;IAID;;OAEG;IAEI,aAAa,EAAE,MAAM,CAAc;gBAGR,YAAY,EAAE,oBAAoB,EAClC,gBAAgB,EAAE,eAAe,EAC7C,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAMvD;;OAEG;IACI,eAAe,IAAI,IAAI;yCAjCrB,sBAAsB;2CAAtB,sBAAsB;4CAbI,MAAM;CA2D5C"}
@@ -7,6 +7,6 @@ import * as i0 from "@angular/core";
7
7
  export declare class ValidationErrorsContainerDirective {
8
8
  constructor(containerView: ValidationErrorsContainerView, viewContainer: ViewContainerRef);
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ValidationErrorsContainerDirective, [{ skipSelf: true; }, null]>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<ValidationErrorsContainerDirective, "[validationErrorsContainer]", never, {}, {}, never, never, false, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ValidationErrorsContainerDirective, "[validationErrorsContainer]", never, {}, {}, never, never, true, never>;
11
11
  }
12
12
  //# sourceMappingURL=validationErrorsContainer.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"validationErrorsContainer.directive.d.ts","sourceRoot":"","sources":["validationErrorsContainer.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAEpE,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAEvF;;GAEG;AACH,qBAIa,kCAAkC;gBAGnB,aAAa,EAAE,6BAA6B,EACxD,aAAa,EAAE,gBAAgB;yCAJlC,kCAAkC;2CAAlC,kCAAkC;CAQ9C"}
1
+ {"version":3,"file":"validationErrorsContainer.directive.d.ts","sourceRoot":"","sources":["validationErrorsContainer.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAEpE,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAEvF;;GAEG;AACH,qBAKa,kCAAkC;gBAGnB,aAAa,EAAE,6BAA6B,EACxD,aAAa,EAAE,gBAAgB;yCAJlC,kCAAkC;2CAAlC,kCAAkC;CAQ9C"}
@@ -20,7 +20,6 @@ export * from './misc/validators';
20
20
  export * from './misc/validationErrorsContainerView';
21
21
  export * from './modules/numberInput.module';
22
22
  export * from './modules/hasError.module';
23
- export * from './modules/requiredClass.module';
24
23
  export * from './modules/formPipes';
25
24
  export * from './modules/errorMessage';
26
25
  export * from './misc/formModel';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,yDAAyD,CAAC;AACxE,cAAc,oEAAoE,CAAC;AACnF,cAAc,0CAA0C,CAAC;AACzD,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,oEAAoE,CAAC;AACnF,cAAc,kEAAkE,CAAC;AACjF,cAAc,sDAAsD,CAAC;AACrE,cAAc,wCAAwC,CAAC;AACvD,cAAc,sEAAsE,CAAC;AACrF,cAAc,oEAAoE,CAAC;AACnF,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,yDAAyD,CAAC;AACxE,cAAc,oEAAoE,CAAC;AACnF,cAAc,0CAA0C,CAAC;AACzD,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,oEAAoE,CAAC;AACnF,cAAc,kEAAkE,CAAC;AACjF,cAAc,sDAAsD,CAAC;AACrE,cAAc,wCAAwC,CAAC;AACvD,cAAc,sEAAsE,CAAC;AACrF,cAAc,oEAAoE,CAAC;AACnF,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,sCAAsC,CAAC;AACrD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC"}
@@ -3,16 +3,12 @@ import * as i1 from "../directives/hasError/hasError.directive";
3
3
  import * as i2 from "../directives/groupHasError/groupHasError.directive";
4
4
  import * as i3 from "../directives/groupHasErrorContainer/groupHasErrorContainer.directive";
5
5
  import * as i4 from "../directives/validationErrorsContainer/validationErrorsContainer.directive";
6
- import * as i5 from "../components/defaultValidationErrors/defaultValidationErrors.component";
7
- import * as i6 from "../components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component";
8
- import * as i7 from "../components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component";
9
- import * as i8 from "@angular/common";
10
6
  /**
11
7
  * Module for input validation directives
12
8
  */
13
9
  export declare class HasErrorModule {
14
10
  static ɵfac: i0.ɵɵFactoryDeclaration<HasErrorModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<HasErrorModule, [typeof i1.HasErrorDirective, typeof i2.GroupHasErrorDirective, typeof i3.GroupHasErrorContainerDirective, typeof i4.ValidationErrorsContainerDirective, typeof i5.DefaultValidationErrorsComponent, typeof i6.DefaultValidationErrorsContainerComponent, typeof i7.ReservedSpaceValidationErrorsContainerComponent], [typeof i8.CommonModule], [typeof i1.HasErrorDirective, typeof i2.GroupHasErrorDirective, typeof i3.GroupHasErrorContainerDirective, typeof i4.ValidationErrorsContainerDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HasErrorModule, never, [typeof i1.HasErrorDirective, typeof i2.GroupHasErrorDirective, typeof i3.GroupHasErrorContainerDirective, typeof i4.ValidationErrorsContainerDirective], [typeof i1.HasErrorDirective, typeof i2.GroupHasErrorDirective, typeof i3.GroupHasErrorContainerDirective, typeof i4.ValidationErrorsContainerDirective]>;
16
12
  static ɵinj: i0.ɵɵInjectorDeclaration<HasErrorModule>;
17
13
  }
18
14
  //# sourceMappingURL=hasError.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hasError.module.d.ts","sourceRoot":"","sources":["hasError.module.ts"],"names":[],"mappings":";;;;;;;;;AAQA;;GAEG;AACH,qBAwBa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAE1B"}
1
+ {"version":3,"file":"hasError.module.d.ts","sourceRoot":"","sources":["hasError.module.ts"],"names":[],"mappings":";;;;;AAMA;;GAEG;AACH,qBAiBa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAE1B"}
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  /**
6
6
  * Component used for displaying current active hotkeys as cheat cheet
7
7
  */
8
- export declare class HotkeysCheatsheetSAComponent implements OnInit, OnDestroy {
8
+ export declare class HotkeysCheatsheetComponent implements OnInit, OnDestroy {
9
9
  private _hotkeysService;
10
10
  /**
11
11
  * Indication whether is running in browser
@@ -31,7 +31,7 @@ export declare class HotkeysCheatsheetSAComponent implements OnInit, OnDestroy {
31
31
  * Toggles cheatsheet visibility
32
32
  */
33
33
  toggleCheatSheet(): void;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<HotkeysCheatsheetSAComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<HotkeysCheatsheetSAComponent, "hotkeys-cheatsheet", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<HotkeysCheatsheetComponent, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<HotkeysCheatsheetComponent, "hotkeys-cheatsheet", never, { "title": { "alias": "title"; "required": false; }; }, {}, never, never, true, never>;
36
36
  }
37
37
  //# sourceMappingURL=cheatSheet.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cheatSheet.component.d.ts","sourceRoot":"","sources":["cheatSheet.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAC;AAEhH,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,MAAM,CAAC;AACnD,OAAO,EAAC,MAAM,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;;AAExD;;GAEG;AACH,qBAYa,4BAA6B,YAAW,MAAM,EAAE,SAAS;IAwBtD,OAAO,CAAC,eAAe;IApBnC;;OAEG;IACH,OAAO,CAAC,UAAU,CAAmD;IAI9D,YAAY,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACpE,YAAY,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAC1C,OAAO,EAAE,MAAM,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAIxC;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAyB;gBAGzB,eAAe,EAAE,cAAc;IAMnD;;OAEG;IACI,QAAQ,IAAI,IAAI;IA2BvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;OAEG;IACI,gBAAgB,IAAI,IAAI;yCA5EtB,4BAA4B;2CAA5B,4BAA4B;CAgFxC"}
1
+ {"version":3,"file":"cheatSheet.component.d.ts","sourceRoot":"","sources":["cheatSheet.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAC;AAEhH,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,MAAM,CAAC;AACnD,OAAO,EAAC,MAAM,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;;AAExD;;GAEG;AACH,qBAYa,0BAA2B,YAAW,MAAM,EAAE,SAAS;IAwBpD,OAAO,CAAC,eAAe;IApBnC;;OAEG;IACH,OAAO,CAAC,UAAU,CAAmD;IAI9D,YAAY,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACpE,YAAY,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAC1C,OAAO,EAAE,MAAM,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAIxC;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAyB;gBAGzB,eAAe,EAAE,cAAc;IAMnD;;OAEG;IACI,QAAQ,IAAI,IAAI;IA2BvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;OAEG;IACI,gBAAgB,IAAI,IAAI;yCA5EtB,0BAA0B;2CAA1B,0BAA0B;CAgFtC"}
@@ -4,13 +4,19 @@
4
4
 
5
5
  <table>
6
6
  <tbody>
7
- <tr *ngFor="let hotkey of hotkeys">
8
- <td class="cfp-hotkeys-keys">
9
- <span *ngFor="let key of hotkey.formatted" class="cfp-hotkeys-key">{{key}}</span>
10
- </td>
11
-
12
- <td class="cfp-hotkeys-text">{{hotkey.description}}</td>
13
- </tr>
7
+ @for(hotkey of hotkeys; track hotkey)
8
+ {
9
+ <tr>
10
+ <td class="cfp-hotkeys-keys">
11
+ @for(key of hotkey.formatted; track key)
12
+ {
13
+ <span class="cfp-hotkeys-key">{{key}}</span>
14
+ }
15
+ </td>
16
+
17
+ <td class="cfp-hotkeys-text">{{hotkey.description}}</td>
18
+ </tr>
19
+ }
14
20
  </tbody>
15
21
  </table>
16
22
 
package/lerna.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
+ "version": "0.0.0"
4
+ }