@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
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@anglr/common",
3
- "version": "20.0.0-beta.20240529082303",
3
+ "version": "20.0.0-beta.20240530105358",
4
4
  "description": "Angular module for common angular stuff",
5
5
  "type": "module",
6
6
  "sideEffects": false,
7
+ "workspaces": [
8
+ "demo",
9
+ "."
10
+ ],
7
11
  "scripts": {
8
12
  "build": "ngc --declaration --declarationDir . --declarationMap",
9
13
  "api": "api-extractor run --local --verbose -c",
@@ -20,10 +24,13 @@
20
24
  "deploy": "npm publish --loglevel error",
21
25
  "deploy:next": "npm publish --tag next --loglevel error",
22
26
  "lint": "eslint src/**/*.ts",
27
+ "preclean:all": "lerna run clean:all --scope=ng-universal-demo",
28
+ "prestart": "npm run build",
29
+ "start": "concurrently \"npm run build -- --watch\" \"lerna run start --scope=ng-universal-demo\"",
23
30
  "doc": "path-exists docs && npm run doc:generate || echo \"No docs generated!\"",
24
31
  "predoc:generate": "cd docs && git pull && cd ..",
25
32
  "postdoc:generate": "npm run doc:save",
26
- "doc:generate": "npm run doc:generate:common && npm run doc:generate:forms && npm run doc:generate:router && npm run doc:generate:numeral && npm run doc:generate:hotkeys && npm run doc:generate:store && npm run doc:generate:moment && npm run doc:generate:date-fns && npm run doc:generate:floating-ui && npm run doc:generate:material",
33
+ "doc:generate": "npm run doc:generate:common && npm run doc:generate:forms && npm run doc:generate:router && npm run doc:generate:hotkeys && npm run doc:generate:store && npm run doc:generate:moment && npm run doc:generate:date-fns && npm run doc:generate:floating-ui && npm run doc:generate:material",
27
34
  "doc:save": "cd docs && git add . && git commit -m \"INT: updated API docs ng-common\" && git push && cd ..",
28
35
  "doc:generate:common": "rimraf docs/content/api/ng-common && npm run doc:json:common && npm run doc:md:common && npm run doc:api:common",
29
36
  "doc:json:common": "api-extractor run --local --verbose -c api-extractor.json",
@@ -37,10 +44,6 @@
37
44
  "doc:json:router": "api-extractor run --local --verbose -c router/api-extractor.json",
38
45
  "doc:md:router": "api-documenter markdown -i router/temp -o docs/content/api/ng-common-router",
39
46
  "doc:api:router": "copyfiles -u 2 router/temp/common-router.api.md docs/content/api/ng-common-router && rimraf router/temp",
40
- "doc:generate:numeral": "rimraf docs/content/api/ng-common-numeral && npm run doc:json:numeral && npm run doc:md:numeral && npm run doc:api:numeral",
41
- "doc:json:numeral": "api-extractor run --local --verbose -c numeral/api-extractor.json",
42
- "doc:md:numeral": "api-documenter markdown -i numeral/temp -o docs/content/api/ng-common-numeral",
43
- "doc:api:numeral": "copyfiles -u 2 numeral/temp/common-numeral.api.md docs/content/api/ng-common-numeral && rimraf numeral/temp",
44
47
  "doc:generate:hotkeys": "rimraf docs/content/api/ng-common-hotkeys && npm run doc:json:hotkeys && npm run doc:md:hotkeys && npm run doc:api:hotkeys",
45
48
  "doc:json:hotkeys": "api-extractor run --local --verbose -c hotkeys/api-extractor.json",
46
49
  "doc:md:hotkeys": "api-documenter markdown -i hotkeys/temp -o docs/content/api/ng-common-hotkeys",
@@ -84,62 +87,63 @@
84
87
  "url": "https://github.com/ressurectit/ng-common/issues"
85
88
  },
86
89
  "homepage": "https://github.com/ressurectit/ng-common",
87
- "peerDependencies": {
88
- "@angular/core": ">=17.0.1",
89
- "@angular/common": ">=17.0.1",
90
- "@angular/forms": ">=17.0.1",
91
- "@angular/router": ">=17.0.1",
92
- "@angular/platform-browser": ">=17.0.1",
93
- "@angular/animations": ">=17.0.1",
94
- "@angular/cdk": ">=17.0.0",
95
- "@angular/material": ">=17.0.0",
90
+ "dependencies": {
96
91
  "@anglr/animations": ">=10.0.0",
92
+ "@angular/animations": ">=18.0.0",
93
+ "@angular/common": ">=18.0.0",
94
+ "@angular/core": ">=18.0.0",
95
+ "@angular/platform-browser": ">=18.0.0",
96
+ "@jscrpt/common": ">=6.1.0",
97
97
  "rxjs": ">=7.5.7",
98
- "@jscrpt/common": ">=5.0.0",
99
- "numeral": "^2.0.6",
98
+ "tslib": "^2.6.2"
99
+ },
100
+ "optionalDependencies": {
101
+ "@angular/cdk": ">=18.0.0",
102
+ "@angular/forms": ">=18.0.0",
103
+ "@angular/material": ">=18.0.0",
104
+ "@angular/router": ">=18.0.0",
105
+ "@floating-ui/dom": "^1.6.5",
100
106
  "angular2-hotkeys": ">=16.0.1",
101
- "store": "^2.0.12",
102
- "moment": "^2.29.4",
103
107
  "date-fns": "^2.30.0",
104
- "@floating-ui/dom": "^1.5.3",
105
- "tslib": "^2.6.2"
108
+ "moment": "^2.30.1",
109
+ "store": "^2.0.12"
106
110
  },
107
111
  "devDependencies": {
108
- "@angular/core": "^17.0.1",
109
- "@angular/common": "^17.0.1",
110
- "@angular/forms": "^17.0.1",
111
- "@angular/router": "^17.0.1",
112
- "@angular/platform-browser": "^17.0.1",
113
- "@angular/animations": "^17.0.1",
114
- "@angular/cdk": "^17.0.0",
115
- "@angular/material": "^17.0.0",
116
112
  "@anglr/animations": "^10.0.0",
117
- "rxjs": "^7.5.7",
118
- "@jscrpt/common": "^5.0.0",
119
- "angular2-hotkeys": "^16.0.1",
120
- "store": "^2.0.12",
121
- "moment": "^2.29.4",
122
- "date-fns": "^2.30.0",
123
- "@floating-ui/dom": "^1.5.3",
124
- "@types/node": "^18.15.3",
125
- "@types/numeral": "^2.0.5",
113
+ "@angular/animations": "^18.0.0",
114
+ "@angular/cdk": "^18.0.0",
115
+ "@angular/common": "^18.0.0",
116
+ "@angular/compiler": "^18.0.0",
117
+ "@angular/compiler-cli": "^18.0.0",
118
+ "@angular/core": "^18.0.0",
119
+ "@angular/forms": "^18.0.0",
120
+ "@angular/language-service": "^18.0.0",
121
+ "@angular/material": "^18.0.0",
122
+ "@angular/platform-browser": "^18.0.0",
123
+ "@angular/router": "^18.0.0",
124
+ "@floating-ui/dom": "^1.6.5",
125
+ "@jscrpt/common": "^6.1.0",
126
+ "@microsoft/api-documenter": "7.25.1",
127
+ "@microsoft/api-extractor": "7.46.1",
128
+ "@types/node": "^20.12.12",
126
129
  "@types/store": "^2.0.5",
127
- "@angular/compiler-cli": "^17.0.1",
128
- "@angular/compiler": "^17.0.1",
129
- "@angular/language-service": "^17.0.1",
130
- "@microsoft/api-extractor": "7.38.2",
131
- "@microsoft/api-documenter": "7.23.11",
132
- "tslib": "2.6.2",
133
- "eslint": "7.32.0",
134
130
  "@typescript-eslint/eslint-plugin": "6.10.0",
135
131
  "@typescript-eslint/parser": "6.10.0",
136
- "eslint-plugin-ressurectit": "0.1.0",
137
- "rimraf": "5.0.5",
132
+ "angular2-hotkeys": "^16.0.1",
138
133
  "copyfiles": "2.4.1",
139
- "replace-in-file": "7.0.2",
134
+ "date-fns": "^2.30.0",
135
+ "eslint": "7.32.0",
136
+ "eslint-plugin-ressurectit": "0.1.0",
137
+ "lerna": "8.1.3",
138
+ "moment": "^2.30.1",
139
+ "npm-git-version": "2.0.0",
140
140
  "path-exists-cli": "2.0.0",
141
- "typescript": "5.2.2",
142
- "npm-git-version": "2.0.0"
141
+ "replace-in-file": "7.2.0",
142
+ "rimraf": "5.0.7",
143
+ "rxjs": "^7.5.7",
144
+ "store": "^2.0.12",
145
+ "tslib": "2.6.2",
146
+ "typescript": "5.4.5"
143
147
  },
144
148
  "module": "./es2022/src/index.js",
145
149
  "typings": "./src/index.d.ts",
@@ -205,13 +209,6 @@
205
209
  "node": "./es2022/moment/src/index.js",
206
210
  "default": "./es2022/moment/src/index.js"
207
211
  },
208
- "./numeral": {
209
- "types": "./numeral/src/index.d.ts",
210
- "esm2022": "./es2022/numeral/src/index.js",
211
- "es2022": "./es2022/numeral/src/index.js",
212
- "node": "./es2022/numeral/src/index.js",
213
- "default": "./es2022/numeral/src/index.js"
214
- },
215
212
  "./router": {
216
213
  "types": "./router/src/index.d.ts",
217
214
  "esm2022": "./es2022/router/src/index.js",
package/readme.md CHANGED
@@ -9,7 +9,6 @@
9
9
  - [API Hotkeys](https://ressurectit.github.io/#/content/api/ng-common-hotkeys/common-hotkeys)
10
10
  - [API Material](https://ressurectit.github.io/#/content/api/ng-common-material/common-material)
11
11
  - [API Moment](https://ressurectit.github.io/#/content/api/ng-common-moment/common-moment)
12
- - [API Numeral](https://ressurectit.github.io/#/content/api/ng-common-numeral/common-numeral)
13
12
  - [API Router](https://ressurectit.github.io/#/content/api/ng-common-router/common-router)
14
13
  - [API Store](https://ressurectit.github.io/#/content/api/ng-common-store/common-store)
15
14
  - [Samples](https://ressurectit.github.io/#/content/common#samples)
@@ -1 +1 @@
1
- {"version":3,"file":"moduleRoutes.decorator.d.ts","sourceRoot":"","sources":["moduleRoutes.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,eAAe,CAAC;AACnC,OAAO,EAAe,KAAK,EAAE,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAIlE;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,KAAK;IAEjD;;OAEG;IACH,kBAAkB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAEhC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAEhC;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAE9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAChD;AA6BD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,GAAE,mBAAwF,gEA0B5J"}
1
+ {"version":3,"file":"moduleRoutes.decorator.d.ts","sourceRoot":"","sources":["moduleRoutes.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,eAAe,CAAC;AACnC,OAAO,EAAe,KAAK,EAAE,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAIlE;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,KAAK;IAEjD;;OAEG;IACH,kBAAkB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAEhC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAEhC;;OAEG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAE9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAChD;AA6BD;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,gBAAgB,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,GAAE,mBAAwF,wCAEpG,SAAS,KAAG,SAAS,CAwB7E"}
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Component used for displaying collapsible icon
5
5
  */
6
- export declare class CollapsibleIconSAComponent {
6
+ export declare class CollapsibleIconComponent {
7
7
  /**
8
8
  * Initial value, if visible set to true minus is displayed, otherwise plus is displayed
9
9
  */
@@ -20,7 +20,7 @@ export declare class CollapsibleIconSAComponent {
20
20
  * Occurs when visible change
21
21
  */
22
22
  visibleChange: EventEmitter<boolean>;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleIconSAComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleIconSAComponent, "collapsible-icon", never, { "visible": { "alias": "visible"; "required": false; }; "titleText": { "alias": "titleText"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, never, true, never>;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleIconComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleIconComponent, "collapsible-icon", never, { "visible": { "alias": "visible"; "required": false; }; "titleText": { "alias": "titleText"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, never, true, never>;
25
25
  }
26
26
  //# sourceMappingURL=collapsibleIcon.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"collapsibleIcon.component.d.ts","sourceRoot":"","sources":["collapsibleIcon.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,qBAca,0BAA0B;IAInC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAS;IAEhC;;OAEG;IAEI,SAAS,EAAE,MAAM,CAAsB;IAE9C;;OAEG;IAEI,QAAQ,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvC;;OAEG;IAEI,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;yCA5BjE,0BAA0B;2CAA1B,0BAA0B;CA6BtC"}
1
+ {"version":3,"file":"collapsibleIcon.component.d.ts","sourceRoot":"","sources":["collapsibleIcon.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,qBAca,wBAAwB;IAIjC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAS;IAEhC;;OAEG;IAEI,SAAS,EAAE,MAAM,CAAsB;IAE9C;;OAEG;IAEI,QAAQ,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvC;;OAEG;IAEI,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;yCA5BjE,wBAAwB;2CAAxB,wBAAwB;CA6BpC"}
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Component used for displaying title with collapsible icon
5
5
  */
6
- export declare class CollapsibleTitleSAComponent {
6
+ export declare class CollapsibleTitleComponent {
7
7
  /**
8
8
  * Initial value, if visible set to true minus is displayed, otherwise plus is displayed
9
9
  */
@@ -16,7 +16,7 @@ export declare class CollapsibleTitleSAComponent {
16
16
  * Occurs when visible change
17
17
  */
18
18
  visibleChange: EventEmitter<boolean>;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleTitleSAComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleTitleSAComponent, "collapsible-title", never, { "visible": { "alias": "visible"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<CollapsibleTitleComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapsibleTitleComponent, "collapsible-title", never, { "visible": { "alias": "visible"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
21
21
  }
22
22
  //# sourceMappingURL=collapsibleTitle.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"collapsibleTitle.component.d.ts","sourceRoot":"","sources":["collapsibleTitle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,qBAaa,2BAA2B;IAIpC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAS;IAEhC;;OAEG;IAEI,QAAQ,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvC;;OAEG;IAEI,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;yCAtBjE,2BAA2B;2CAA3B,2BAA2B;CAuBvC"}
1
+ {"version":3,"file":"collapsibleTitle.component.d.ts","sourceRoot":"","sources":["collapsibleTitle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoD,YAAY,EAAC,MAAM,eAAe,CAAC;;AAM9F;;GAEG;AACH,qBAaa,yBAAyB;IAIlC;;OAEG;IAEI,OAAO,EAAE,OAAO,CAAS;IAEhC;;OAEG;IAEI,QAAQ,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvC;;OAEG;IAEI,aAAa,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;yCAtBjE,yBAAyB;2CAAzB,yBAAyB;CAuBrC"}
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Renders element into body directly at the end
5
5
  */
6
- export declare class BodyRenderSADirective implements OnInit, OnDestroy {
6
+ export declare class BodyRenderDirective implements OnInit, OnDestroy {
7
7
  protected template: TemplateRef<void>;
8
8
  protected viewContainer: ViewContainerRef;
9
9
  protected document: Document;
@@ -30,7 +30,7 @@ export declare class BodyRenderSADirective implements OnInit, OnDestroy {
30
30
  * Called when component is destroyed
31
31
  */
32
32
  ngOnDestroy(): void;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<BodyRenderSADirective, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<BodyRenderSADirective, "[bodyRender]", never, { "targetElement": { "alias": "bodyRender"; "required": false; }; }, {}, never, never, true, never>;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<BodyRenderDirective, never>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BodyRenderDirective, "[bodyRender]", never, { "targetElement": { "alias": "bodyRender"; "required": false; }; }, {}, never, never, true, never>;
35
35
  }
36
36
  //# sourceMappingURL=bodyRender.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bodyRender.directive.d.ts","sourceRoot":"","sources":["bodyRender.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,eAAe,EAAiB,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,gBAAgB,EAAC,MAAM,eAAe,CAAC;;AAI1H;;GAEG;AACH,qBAKa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IAyB/C,SAAS,CAAC,QAAQ,EAAE,WAAW,CAAC,IAAI,CAAC;IACrC,SAAS,CAAC,aAAa,EAAE,gBAAgB;IACvB,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAvB1D;;OAEG;IACH,SAAS,CAAC,IAAI,EAAE,eAAe,CAAC,IAAI,CAAC,GAAC,SAAS,GAAC,IAAI,CAAC;IAErD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAI9C;;;;OAIG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;gBAGtB,QAAQ,EAAE,WAAW,CAAC,IAAI,CAAC,EAC3B,aAAa,EAAE,gBAAgB,EACb,QAAQ,EAAE,QAAQ;IAM1D;;OAEG;IACI,QAAQ,IAAI,IAAI;IAYvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCAnDjB,qBAAqB;2CAArB,qBAAqB;CA0DjC"}
1
+ {"version":3,"file":"bodyRender.directive.d.ts","sourceRoot":"","sources":["bodyRender.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,eAAe,EAAiB,SAAS,EAAE,MAAM,EAAE,WAAW,EAAE,gBAAgB,EAAC,MAAM,eAAe,CAAC;;AAI1H;;GAEG;AACH,qBAKa,mBAAoB,YAAW,MAAM,EAAE,SAAS;IAyB7C,SAAS,CAAC,QAAQ,EAAE,WAAW,CAAC,IAAI,CAAC;IACrC,SAAS,CAAC,aAAa,EAAE,gBAAgB;IACvB,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAvB1D;;OAEG;IACH,SAAS,CAAC,IAAI,EAAE,eAAe,CAAC,IAAI,CAAC,GAAC,SAAS,GAAC,IAAI,CAAC;IAErD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAI9C;;;;OAIG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;gBAGtB,QAAQ,EAAE,WAAW,CAAC,IAAI,CAAC,EAC3B,aAAa,EAAE,gBAAgB,EACb,QAAQ,EAAE,QAAQ;IAM1D;;OAEG;IACI,QAAQ,IAAI,IAAI;IAYvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCAnDjB,mBAAmB;2CAAnB,mBAAmB;CA0D/B"}
@@ -5,7 +5,7 @@ import * as i1 from "../../modules/tooltip/directives/tooltip/tooltip.directive"
5
5
  /**
6
6
  * Directive that is used for displaying text from attached element in tooltip
7
7
  */
8
- export declare class EllipsisTooltipSADirective implements OnChanges, OnDestroy {
8
+ export declare class EllipsisTooltipDirective implements OnChanges, OnDestroy {
9
9
  /**
10
10
  * Instance of renderer
11
11
  */
@@ -63,8 +63,8 @@ export declare class EllipsisTooltipSADirective implements OnChanges, OnDestroy
63
63
  * Custom input type for `element` input
64
64
  */
65
65
  static ngAcceptInputType_element: HTMLElement | ElementRef | '';
66
- static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisTooltipSADirective, never>;
67
- static ɵdir: i0.ɵɵDirectiveDeclaration<EllipsisTooltipSADirective, "[ellipsisTooltip]", never, { "ellipsisClass": { "alias": "ellipsisClass"; "required": false; }; "tooltipPrefix": { "alias": "tooltipPrefix"; "required": false; }; "tooltipSuffix": { "alias": "tooltipSuffix"; "required": false; }; "allowHtml": { "alias": "allowHtml"; "required": false; }; "element": { "alias": "ellipsisTooltip"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TooltipDirective; inputs: {}; outputs: {}; }]>;
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisTooltipDirective, never>;
67
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EllipsisTooltipDirective, "[ellipsisTooltip]", never, { "ellipsisClass": { "alias": "ellipsisClass"; "required": false; }; "tooltipPrefix": { "alias": "tooltipPrefix"; "required": false; }; "tooltipSuffix": { "alias": "tooltipSuffix"; "required": false; }; "allowHtml": { "alias": "allowHtml"; "required": false; }; "element": { "alias": "ellipsisTooltip"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.TooltipDirective; inputs: {}; outputs: {}; }]>;
68
68
  static ngAcceptInputType_allowHtml: unknown;
69
69
  }
70
70
  //# sourceMappingURL=ellipsisTooltip.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ellipsisTooltip.directive.d.ts","sourceRoot":"","sources":["ellipsisTooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAS,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAA2B,MAAM,eAAe,CAAC;AAGrI,OAAO,EAAC,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;;;AAEvD;;GAEG;AACH,qBASa,0BAA2B,YAAW,SAAS,EAAE,SAAS;IAInE;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,SAAS,CAAqB;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,gBAAgB,CAA4B;IAE/D;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,WAAW,CAAoC;IAEvE;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,gBAAgB,GAAC,SAAS,GAAC,IAAI,CAA4C;IAEnG;;OAEG;IACH,SAAS,CAAC,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIlD;;OAEG;IAEI,aAAa,EAAE,MAAM,CAAmB;IAE/C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACH,IACW,OAAO,IAAI,WAAW,CAGhC;IACD,IAAW,OAAO,CAAC,KAAK,EAAE,WAAW,GAAC,UAAU,CAAC,WAAW,CAAC,EAe5D;IAID;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAkChD;;OAEG;IACI,WAAW,IAAI,IAAI;IAQ1B;;OAEG;IAEH,SAAS,CAAC,aAAa,IAAI,IAAI;IAc/B;;OAEG;IACH,OAAc,yBAAyB,EAAE,WAAW,GAAC,UAAU,GAAC,EAAE,CAAC;yCAvJ1D,0BAA0B;2CAA1B,0BAA0B;wCAwJkiuB,OAAQ;CAAhluB"}
1
+ {"version":3,"file":"ellipsisTooltip.directive.d.ts","sourceRoot":"","sources":["ellipsisTooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAS,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,aAAa,EAA2B,MAAM,eAAe,CAAC;AAGrI,OAAO,EAAC,gBAAgB,EAAC,MAAM,uBAAuB,CAAC;;;AAEvD;;GAEG;AACH,qBASa,wBAAyB,YAAW,SAAS,EAAE,SAAS;IAIjE;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,SAAS,CAAqB;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,gBAAgB,CAA4B;IAE/D;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,WAAW,CAAoC;IAEvE;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,gBAAgB,GAAC,SAAS,GAAC,IAAI,CAA4C;IAEnG;;OAEG;IACH,SAAS,CAAC,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAIlD;;OAEG;IAEI,aAAa,EAAE,MAAM,CAAmB;IAE/C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5C;;OAEG;IAEI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACH,IACW,OAAO,IAAI,WAAW,CAGhC;IACD,IAAW,OAAO,CAAC,KAAK,EAAE,WAAW,GAAC,UAAU,CAAC,WAAW,CAAC,EAe5D;IAID;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAkChD;;OAEG;IACI,WAAW,IAAI,IAAI;IAQ1B;;OAEG;IAEH,SAAS,CAAC,aAAa,IAAI,IAAI;IAc/B;;OAEG;IACH,OAAc,yBAAyB,EAAE,WAAW,GAAC,UAAU,GAAC,EAAE,CAAC;yCAvJ1D,wBAAwB;2CAAxB,wBAAwB;wCAwJ8/uB,OAAQ;CAA1ivB"}
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Directive that performs browser back button action on click
5
5
  */
6
- export declare class GoBackSADirective {
6
+ export declare class GoBackDirective {
7
7
  private _location;
8
8
  constructor(_location: Location);
9
9
  /**
@@ -11,7 +11,7 @@ export declare class GoBackSADirective {
11
11
  * @param event - Mouse event that occured
12
12
  */
13
13
  goBack(event: MouseEvent): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<GoBackSADirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<GoBackSADirective, "[goBack]", never, {}, {}, never, never, true, never>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<GoBackDirective, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GoBackDirective, "[goBack]", never, {}, {}, never, never, true, never>;
16
16
  }
17
17
  //# sourceMappingURL=goBack.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"goBack.directive.d.ts","sourceRoot":"","sources":["goBack.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAC;;AAEzC;;GAEG;AACH,qBAKa,iBAAiB;IAGd,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,QAAQ;IAMvC;;;OAGG;IAEI,MAAM,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAd7B,iBAAiB;2CAAjB,iBAAiB;CAqB7B"}
1
+ {"version":3,"file":"goBack.directive.d.ts","sourceRoot":"","sources":["goBack.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,QAAQ,EAAC,MAAM,iBAAiB,CAAC;;AAEzC;;GAEG;AACH,qBAKa,eAAe;IAGZ,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,QAAQ;IAMvC;;;OAGG;IAEI,MAAM,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAd7B,eAAe;2CAAf,eAAe;CAqB3B"}
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export declare class PositionToSADirective implements OnChanges, OnDestroy {
9
9
  protected target: ElementRef<HTMLElement>;
10
- protected position: Position;
10
+ protected position: Position<HTMLElement>;
11
11
  /**
12
12
  * Position placement value
13
13
  */
@@ -46,7 +46,7 @@ export declare class PositionToSADirective implements OnChanges, OnDestroy {
46
46
  * Occurs when element was positioned
47
47
  */
48
48
  done: EventEmitter<void>;
49
- constructor(target: ElementRef<HTMLElement>, position: Position);
49
+ constructor(target: ElementRef<HTMLElement>, position: Position<HTMLElement>);
50
50
  /**
51
51
  * Called when input value changes
52
52
  */
@@ -1 +1 @@
1
- {"version":3,"file":"positionTo.directive.d.ts","sourceRoot":"","sources":["positionTo.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,SAAS,EAAE,aAAa,EAAkB,YAAY,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC9H,OAAO,EAA8B,KAAK,EAAE,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAE9E,OAAO,EAAsB,QAAQ,EAAE,iBAAiB,EAAmB,oBAAoB,EAAE,eAAe,EAAE,iBAAiB,EAAE,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;;AAGvL;;GAEG;AACH,qBAKa,qBAAsB,YAAW,SAAS,EAAE,SAAS;IAwFlD,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IACvB,SAAS,CAAC,QAAQ,EAAE,QAAQ;IArF1D;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,iBAAiB,GAAC,SAAS,GAAC,IAAI,CAAC;IAEvD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAE9C;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,UAAU,GAAC,SAAS,GAAC,IAAI,CAAC;IAI7C;;OAEG;IACH,IACW,MAAM,IAAI,WAAW,GAAC,SAAS,GAAC,IAAI,CAG9C;IACD,IAAW,MAAM,CAAC,KAAK,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,EAUlD;IAED;;OAEG;IACH,IACW,SAAS,IAAI,iBAAiB,GAAC,SAAS,GAAC,IAAI,CAGvD;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,iBAAiB,GAAC,SAAS,GAAC,IAAI,EAU3D;IAED;;OAEG;IAEI,MAAM,EAAE,oBAAoB,GAAC,MAAM,GAAC,eAAe,GAAC,KAAK,CAAC,MAAM,GAAC,eAAe,EAAE,iBAAiB,CAAC,CAAU;IAErH;;OAEG;IAEI,UAAU,EAAE,OAAO,GAAC,iBAAiB,CAAQ;IAIpD;;OAEG;IAEI,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAE3D;;OAEG;IAEI,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;gBAGrC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC,EACb,QAAQ,EAAE,QAAQ;IAM1D;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAYhD;;OAEG;IACI,WAAW,IAAI,IAAI;IAO1B;;OAEG;IACH,SAAS,CAAC,cAAc,IAAI,IAAI;IAyChC;;OAEG;IACH,OAAc,2BAA2B,EAAE,iBAAiB,GAAC,SAAS,GAAC,IAAI,GAAC,MAAM,OAAO,iBAAiB,CAAC;IAI3G;;OAEG;IACH,OAAc,wBAAwB,EAAE,WAAW,GAAC,UAAU,CAAC,WAAW,CAAC,CAAC;yCA9KnE,qBAAqB;2CAArB,qBAAqB;CA+KjC"}
1
+ {"version":3,"file":"positionTo.directive.d.ts","sourceRoot":"","sources":["positionTo.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,UAAU,EAAE,SAAS,EAAE,aAAa,EAAkB,YAAY,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC9H,OAAO,EAA8B,KAAK,EAAE,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAE9E,OAAO,EAAsB,QAAQ,EAAE,iBAAiB,EAAmB,oBAAoB,EAAE,eAAe,EAAE,iBAAiB,EAAE,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;;AAGvL;;GAEG;AACH,qBAKa,qBAAsB,YAAW,SAAS,EAAE,SAAS;IAwFlD,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IACvB,SAAS,CAAC,QAAQ,EAAE,QAAQ,CAAC,WAAW,CAAC;IArFvE;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,iBAAiB,GAAC,SAAS,GAAC,IAAI,CAAC;IAEvD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAE9C;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,UAAU,GAAC,SAAS,GAAC,IAAI,CAAC;IAI7C;;OAEG;IACH,IACW,MAAM,IAAI,WAAW,GAAC,SAAS,GAAC,IAAI,CAG9C;IACD,IAAW,MAAM,CAAC,KAAK,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,EAUlD;IAED;;OAEG;IACH,IACW,SAAS,IAAI,iBAAiB,GAAC,SAAS,GAAC,IAAI,CAGvD;IACD,IAAW,SAAS,CAAC,KAAK,EAAE,iBAAiB,GAAC,SAAS,GAAC,IAAI,EAU3D;IAED;;OAEG;IAEI,MAAM,EAAE,oBAAoB,GAAC,MAAM,GAAC,eAAe,GAAC,KAAK,CAAC,MAAM,GAAC,eAAe,EAAE,iBAAiB,CAAC,CAAU;IAErH;;OAEG;IAEI,UAAU,EAAE,OAAO,GAAC,iBAAiB,CAAQ;IAIpD;;OAEG;IAEI,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;IAE3D;;OAEG;IAEI,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;gBAGrC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC,EACb,QAAQ,EAAE,QAAQ,CAAC,WAAW,CAAC;IAMvE;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAYhD;;OAEG;IACI,WAAW,IAAI,IAAI;IAO1B;;OAEG;IACH,SAAS,CAAC,cAAc,IAAI,IAAI;IAyChC;;OAEG;IACH,OAAc,2BAA2B,EAAE,iBAAiB,GAAC,SAAS,GAAC,IAAI,GAAC,MAAM,OAAO,iBAAiB,CAAC;IAI3G;;OAEG;IACH,OAAc,wBAAwB,EAAE,WAAW,GAAC,UAAU,CAAC,WAAW,CAAC,CAAC;yCA9KnE,qBAAqB;2CAArB,qBAAqB;CA+KjC"}
@@ -10,7 +10,7 @@ import * as i6 from "../pipes/trimText/trimText.pipe";
10
10
  */
11
11
  export declare class CommonUtilsModule {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonUtilsModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, never, [typeof i1.IsNaNSAPipe, typeof i2.IsPresentSAPipe, typeof i3.UrlEncodeSAPipe, typeof i4.MergeCssClassesSAPipe, typeof i5.KeysSAPipe, typeof i6.TrimTextPipe], [typeof i1.IsNaNSAPipe, typeof i2.IsPresentSAPipe, typeof i3.UrlEncodeSAPipe, typeof i4.MergeCssClassesSAPipe, typeof i5.KeysSAPipe, typeof i6.TrimTextPipe]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, never, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesSAPipe, typeof i5.KeysPipe, typeof i6.TrimTextPipe], [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesSAPipe, typeof i5.KeysPipe, typeof i6.TrimTextPipe]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<CommonUtilsModule>;
15
15
  }
16
16
  //# sourceMappingURL=commonUtils.module.d.ts.map
@@ -9,13 +9,13 @@ import * as i0 from "@angular/core";
9
9
  /**
10
10
  * Directive used for rendering tooltip
11
11
  */
12
- export declare class TooltipDirective<TData = any> implements OnChanges, OnDestroy {
12
+ export declare class TooltipDirective<TData = unknown> implements OnChanges, OnDestroy {
13
13
  protected _viewContainerRef: ViewContainerRef;
14
14
  protected _injector: Injector;
15
15
  protected _element: ElementRef<HTMLElement>;
16
16
  protected _animationsPlayer: AnimationBuilder;
17
17
  protected _document: Document;
18
- protected _position: Position;
18
+ protected _position: Position<HTMLElement>;
19
19
  protected _parent?: TooltipDirective | null;
20
20
  /**
21
21
  * Instance of component used for rendering tooltip
@@ -80,7 +80,7 @@ export declare class TooltipDirective<TData = any> implements OnChanges, OnDestr
80
80
  * Instance of template from element content, used for rendering
81
81
  */
82
82
  tooltipTemplateChild?: TooltipTemplateDirective;
83
- constructor(_viewContainerRef: ViewContainerRef, _injector: Injector, _element: ElementRef<HTMLElement>, _animationsPlayer: AnimationBuilder, _document: Document, _position: Position, _parent?: TooltipDirective | null, options?: Partial<TooltipOptions>);
83
+ constructor(_viewContainerRef: ViewContainerRef, _injector: Injector, _element: ElementRef<HTMLElement>, _animationsPlayer: AnimationBuilder, _document: Document, _position: Position<HTMLElement>, _parent?: TooltipDirective | null, options?: Partial<TooltipOptions>);
84
84
  /**
85
85
  * Called when input value changes
86
86
  */
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"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"}
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Transforms array of objects or object properties into string
5
5
  */
6
- export declare class DisplayPropertiesSAPipe<TItem> implements PipeTransform {
6
+ export declare class DisplayPropertiesPipe<TItem> implements PipeTransform {
7
7
  /**
8
8
  * Transforms array of objects or object properties into string
9
9
  * @param value - Array of objects or object to be converted
@@ -11,7 +11,7 @@ export declare class DisplayPropertiesSAPipe<TItem> implements PipeTransform {
11
11
  * @param itemSeparator - Separator used for separating items
12
12
  */
13
13
  transform(value: TItem | TItem[], values: Array<keyof TItem>, separators?: string[], itemSeparator?: string): string;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<DisplayPropertiesSAPipe<any>, never>;
15
- static ɵpipe: i0.ɵɵPipeDeclaration<DisplayPropertiesSAPipe<any>, "displayProperties", true>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<DisplayPropertiesPipe<any>, never>;
15
+ static ɵpipe: i0.ɵɵPipeDeclaration<DisplayPropertiesPipe<any>, "displayProperties", true>;
16
16
  }
17
17
  //# sourceMappingURL=displayProperties.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"displayProperties.pipe.d.ts","sourceRoot":"","sources":["displayProperties.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,qBAKa,uBAAuB,CAAC,KAAK,CAAE,YAAW,aAAa;IAEhE;;;;;OAKG;IACI,SAAS,CAAC,KAAK,EAAE,KAAK,GAAC,KAAK,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,UAAU,GAAE,MAAM,EAAU,EAAE,aAAa,GAAE,MAAa,GAAG,MAAM;yCAR7H,uBAAuB;uCAAvB,uBAAuB;CAkCnC"}
1
+ {"version":3,"file":"displayProperties.pipe.d.ts","sourceRoot":"","sources":["displayProperties.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,qBAKa,qBAAqB,CAAC,KAAK,CAAE,YAAW,aAAa;IAE9D;;;;;OAKG;IACI,SAAS,CAAC,KAAK,EAAE,KAAK,GAAC,KAAK,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,UAAU,GAAE,MAAM,EAAU,EAAE,aAAa,GAAE,MAAa,GAAG,MAAM;yCAR7H,qBAAqB;uCAArB,qBAAqB;CAkCjC"}
@@ -6,6 +6,7 @@ export * from './isPresent/isPresent.pipe';
6
6
  export * from './keys/keys.pipe';
7
7
  export * from './localize/localize.pipe';
8
8
  export * from './mergeCssClasses/mergeCssClasses.pipe';
9
+ export * from './numeral/numeral.pipe';
9
10
  export * from './trimText/trimText.pipe';
10
11
  export * from './urlEncode/urlEncode.pipe';
11
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sCAAsC,CAAC;AACrD,cAAc,sDAAsD,CAAC;AACrE,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sCAAsC,CAAC;AACrD,cAAc,sDAAsD,CAAC;AACrE,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC"}
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Returns true if object is NaN
5
5
  */
6
- export declare class IsNaNSAPipe implements PipeTransform {
6
+ export declare class IsNaNPipe implements PipeTransform {
7
7
  /**
8
8
  * Checks whether is value NaN
9
9
  * @param value - Value to be checked
10
10
  */
11
11
  transform(value: any): boolean;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<IsNaNSAPipe, never>;
13
- static ɵpipe: i0.ɵɵPipeDeclaration<IsNaNSAPipe, "isNaN", true>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<IsNaNPipe, never>;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<IsNaNPipe, "isNaN", true>;
14
14
  }
15
15
  //# sourceMappingURL=isNaN.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isNaN.pipe.d.ts","sourceRoot":"","sources":["isNaN.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,qBAKa,WAAY,YAAW,aAAa;IAI7C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO;yCAR5B,WAAW;uCAAX,WAAW;CAYvB"}
1
+ {"version":3,"file":"isNaN.pipe.d.ts","sourceRoot":"","sources":["isNaN.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,qBAKa,SAAU,YAAW,aAAa;IAI3C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO;yCAR5B,SAAS;uCAAT,SAAS;CAYrB"}
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Returns true if object is different from null or undefined
5
5
  */
6
- export declare class IsPresentSAPipe implements PipeTransform {
6
+ export declare class IsPresentPipe implements PipeTransform {
7
7
  /**
8
8
  * Checks whether is value different from null or undefined
9
9
  * @param value - Value to be checked
10
10
  */
11
11
  transform(value: unknown): boolean;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<IsPresentSAPipe, never>;
13
- static ɵpipe: i0.ɵɵPipeDeclaration<IsPresentSAPipe, "isPresent", true>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<IsPresentPipe, never>;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<IsPresentPipe, "isPresent", true>;
14
14
  }
15
15
  //# sourceMappingURL=isPresent.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"isPresent.pipe.d.ts","sourceRoot":"","sources":["isPresent.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAGlD;;GAEG;AACH,qBAKa,eAAgB,YAAW,aAAa;IAIjD;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO;yCARhC,eAAe;uCAAf,eAAe;CAY3B"}
1
+ {"version":3,"file":"isPresent.pipe.d.ts","sourceRoot":"","sources":["isPresent.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAGlD;;GAEG;AACH,qBAKa,aAAc,YAAW,aAAa;IAI/C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO;yCARhC,aAAa;uCAAb,aAAa;CAYzB"}
@@ -4,13 +4,13 @@ import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Gets object keys/property names
6
6
  */
7
- export declare class KeysSAPipe implements PipeTransform {
7
+ export declare class KeysPipe implements PipeTransform {
8
8
  /**
9
9
  * Gets object keys/property names
10
10
  * @param value - Object containing keys which will be obtained
11
11
  */
12
12
  transform(value: Dictionary<any>): string[];
13
- static ɵfac: i0.ɵɵFactoryDeclaration<KeysSAPipe, never>;
14
- static ɵpipe: i0.ɵɵPipeDeclaration<KeysSAPipe, "keys", true>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>;
14
+ static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys", true>;
15
15
  }
16
16
  //# sourceMappingURL=keys.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keys.pipe.d.ts","sourceRoot":"","sources":["keys.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAU,MAAM,gBAAgB,CAAC;;AAEnD;;GAEG;AACH,qBACa,UAAW,YAAW,aAAa;IAE5C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,MAAM,EAAE;yCANzC,UAAU;uCAAV,UAAU;CAetB"}
1
+ {"version":3,"file":"keys.pipe.d.ts","sourceRoot":"","sources":["keys.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAU,MAAM,gBAAgB,CAAC;;AAEnD;;GAEG;AACH,qBACa,QAAS,YAAW,aAAa;IAE1C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,MAAM,EAAE;yCANzC,QAAQ;uCAAR,QAAQ;CAepB"}
@@ -2,9 +2,9 @@ import { PipeTransform, OnDestroy } from '@angular/core';
2
2
  import { GlobalizationService } from '@anglr/common';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
- * Pipe to transform numbers to regional formatting using numeraljs.
5
+ * Pipe to transform numbers to regional formatting using numeraljs logic from @jscrpt/common/numeral.
6
6
  */
7
- export declare class NumeralSAPipe implements PipeTransform, OnDestroy {
7
+ export declare class NumeralPipe implements PipeTransform, OnDestroy {
8
8
  /**
9
9
  * Subscription for globalization changes
10
10
  */
@@ -20,7 +20,7 @@ export declare class NumeralSAPipe implements PipeTransform, OnDestroy {
20
20
  * Called when component is destroyed
21
21
  */
22
22
  ngOnDestroy(): void;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<NumeralSAPipe, never>;
24
- static ɵpipe: i0.ɵɵPipeDeclaration<NumeralSAPipe, "numeral", true>;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumeralPipe, never>;
24
+ static ɵpipe: i0.ɵɵPipeDeclaration<NumeralPipe, "numeral", true>;
25
25
  }
26
26
  //# sourceMappingURL=numeral.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"numeral.pipe.d.ts","sourceRoot":"","sources":["numeral.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAC,oBAAoB,EAAC,MAAM,eAAe,CAAC;;AAKnD;;GAEG;AACH,qBACa,aAAc,YAAW,aAAa,EAAE,SAAS;IAI1D;;OAEG;IACH,OAAO,CAAC,gCAAgC,CAAoB;gBAGhD,gBAAgB,EAAE,oBAAoB;IAWlD;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;IAiBvD;;OAEG;IACI,WAAW,IAAI,IAAI;yCA9CjB,aAAa;uCAAb,aAAa;CAsDzB"}
1
+ {"version":3,"file":"numeral.pipe.d.ts","sourceRoot":"","sources":["numeral.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAC,oBAAoB,EAAC,MAAM,eAAe,CAAC;;AAKnD;;GAEG;AACH,qBACa,WAAY,YAAW,aAAa,EAAE,SAAS;IAIxD;;OAEG;IACH,OAAO,CAAC,gCAAgC,CAAoB;gBAGhD,gBAAgB,EAAE,oBAAoB;IAWlD;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM;IAiBvD;;OAEG;IACI,WAAW,IAAI,IAAI;yCA9CjB,WAAW;uCAAX,WAAW;CAmDvB"}
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Pipe that encodes data for url
5
5
  */
6
- export declare class UrlEncodeSAPipe implements PipeTransform {
6
+ export declare class UrlEncodePipe implements PipeTransform {
7
7
  /**
8
8
  * Encodes data for URL
9
9
  * @param value - Value to be encoded
10
10
  */
11
11
  transform(value: object): string;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<UrlEncodeSAPipe, never>;
13
- static ɵpipe: i0.ɵɵPipeDeclaration<UrlEncodeSAPipe, "urlEncode", true>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<UrlEncodePipe, never>;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<UrlEncodePipe, "urlEncode", true>;
14
14
  }
15
15
  //# sourceMappingURL=urlEncode.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"urlEncode.pipe.d.ts","sourceRoot":"","sources":["urlEncode.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAGlD;;GAEG;AACH,qBACa,eAAgB,YAAW,aAAa;IAIjD;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;yCAR9B,eAAe;uCAAf,eAAe;CAiB3B"}
1
+ {"version":3,"file":"urlEncode.pipe.d.ts","sourceRoot":"","sources":["urlEncode.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAGlD;;GAEG;AACH,qBACa,aAAc,YAAW,aAAa;IAI/C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;yCAR9B,aAAa;uCAAb,aAAa;CAiBzB"}