@anglr/common 22.0.0-beta.20241115045223 → 22.0.0-beta.20250123101933

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 (343) hide show
  1. package/changelog.md +106 -1
  2. package/es2022/floating-ui/src/services/floatingUiDomPosition.service.js +5 -4
  3. package/es2022/floating-ui/src/services/floatingUiDomPosition.service.js.map +1 -1
  4. package/es2022/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js +4 -4
  5. package/es2022/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js.map +1 -1
  6. package/es2022/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js +4 -4
  7. package/es2022/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js.map +1 -1
  8. package/es2022/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js +4 -4
  9. package/es2022/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js.map +1 -1
  10. package/es2022/forms/src/directives/groupHasError/groupHasError.directive.js +4 -5
  11. package/es2022/forms/src/directives/groupHasError/groupHasError.directive.js.map +1 -1
  12. package/es2022/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js +3 -4
  13. package/es2022/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js.map +1 -1
  14. package/es2022/forms/src/directives/hasError/hasError.directive.js +3 -4
  15. package/es2022/forms/src/directives/hasError/hasError.directive.js.map +1 -1
  16. package/es2022/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +5 -5
  17. package/es2022/forms/src/directives/numberInput/maxValueNumberValidator.directive.js.map +1 -1
  18. package/es2022/forms/src/directives/numberInput/minValueNumberValidator.directive.js +5 -5
  19. package/es2022/forms/src/directives/numberInput/minValueNumberValidator.directive.js.map +1 -1
  20. package/es2022/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +4 -4
  21. package/es2022/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js.map +1 -1
  22. package/es2022/forms/src/directives/numberInput/numberInputValidator.directive.js +5 -5
  23. package/es2022/forms/src/directives/numberInput/numberInputValidator.directive.js.map +1 -1
  24. package/es2022/forms/src/directives/requiredClass/requiredClass.directive.js +3 -4
  25. package/es2022/forms/src/directives/requiredClass/requiredClass.directive.js.map +1 -1
  26. package/es2022/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js +3 -4
  27. package/es2022/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js.map +1 -1
  28. package/es2022/forms/src/misc/utils.js +2 -1
  29. package/es2022/forms/src/misc/utils.js.map +1 -1
  30. package/es2022/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +14 -9
  31. package/es2022/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js.map +1 -1
  32. package/es2022/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +4 -4
  33. package/es2022/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js.map +1 -1
  34. package/es2022/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +4 -4
  35. package/es2022/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js.map +1 -1
  36. package/es2022/forms/src/modules/errorMessage/modules/errorMessage.module.js +5 -13
  37. package/es2022/forms/src/modules/errorMessage/modules/errorMessage.module.js.map +1 -1
  38. package/es2022/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +3 -3
  39. package/es2022/forms/src/modules/formPipes/modules/formPipes.module.js +5 -5
  40. package/es2022/forms/src/modules/formPipes/modules/formPipes.module.js.map +1 -1
  41. package/es2022/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
  42. package/es2022/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
  43. package/es2022/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
  44. package/es2022/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
  45. package/es2022/forms/src/modules/hasError.module.js +4 -4
  46. package/es2022/forms/src/modules/numberInput.module.js +7 -7
  47. package/es2022/forms/src/modules/numberInput.module.js.map +1 -1
  48. package/es2022/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +5 -4
  49. package/es2022/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js.map +1 -1
  50. package/es2022/forms/src/services/formModelBuilder/formModelBuilder.service.js +3 -3
  51. package/es2022/forms/src/services/submitted/submitted.service.js +3 -3
  52. package/es2022/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +4 -4
  53. package/es2022/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js.map +1 -1
  54. package/es2022/hotkeys/src/components/cheatSheet/cheatSheet.component.js +4 -4
  55. package/es2022/hotkeys/src/components/cheatSheet/cheatSheet.component.js.map +1 -1
  56. package/es2022/hotkeys/src/services/appHotkeys.service.js +3 -3
  57. package/es2022/material/src/components/confirmationDialog/confirmationDialog.component.js +10 -7
  58. package/es2022/material/src/components/confirmationDialog/confirmationDialog.component.js.map +1 -1
  59. package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js +12 -7
  60. package/es2022/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -1
  61. package/es2022/material/src/components/titledDialog/titledDialog.component.js +9 -6
  62. package/es2022/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  63. package/es2022/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -4
  64. package/es2022/material/src/directives/confirmationDialog/confirmationDialog.directive.js.map +1 -1
  65. package/es2022/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -4
  66. package/es2022/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js.map +1 -1
  67. package/es2022/material/src/modules/confirmationDialog.module.js +6 -15
  68. package/es2022/material/src/modules/confirmationDialog.module.js.map +1 -1
  69. package/es2022/material/src/modules/debugDataCopyClick.module.js +4 -4
  70. package/es2022/material/src/modules/movableTitledDialog.module.js +7 -8
  71. package/es2022/material/src/modules/movableTitledDialog.module.js.map +1 -1
  72. package/es2022/material/src/modules/titledDialog.module.js +5 -16
  73. package/es2022/material/src/modules/titledDialog.module.js.map +1 -1
  74. package/es2022/material/src/services/titledDialog/titledDialog.service.js +3 -3
  75. package/es2022/router/src/services/routing/dataRouter.js +3 -3
  76. package/es2022/router/src/services/routing/dataRouterData.js +3 -3
  77. package/es2022/src/components/collapsibleIcon/collapsibleIcon.component.js +6 -6
  78. package/es2022/src/components/collapsibleIcon/collapsibleIcon.component.js.map +1 -1
  79. package/es2022/src/components/collapsibleTitle/collapsibleTitle.component.js +4 -4
  80. package/es2022/src/components/collapsibleTitle/collapsibleTitle.component.js.map +1 -1
  81. package/es2022/src/decorators/asSignal/asSignal.decorator.js.map +1 -1
  82. package/es2022/src/decorators/componentDisplay/componentDisplay.decorator.js.map +1 -1
  83. package/es2022/src/decorators/componentDisplayBlock/componentDisplayBlock.decorator.js.map +1 -1
  84. package/es2022/src/decorators/componentDisplayFlex/componentDisplayFlex.decorator.js.map +1 -1
  85. package/es2022/src/decorators/componentHostStyle/componentHostStyle.decorator.js.map +1 -1
  86. package/es2022/src/decorators/scrollableContent/scrollableContent.decorator.js.map +1 -1
  87. package/es2022/src/decorators/typeProvider/typeProvider.decorator.js +0 -1
  88. package/es2022/src/decorators/typeProvider/typeProvider.decorator.js.map +1 -1
  89. package/es2022/src/decorators/withFullscreenContentCssClass/withFullscreenContentCssClass.decorator.js.map +1 -1
  90. package/es2022/src/directives/bodyRender/bodyRender.directive.js +3 -4
  91. package/es2022/src/directives/bodyRender/bodyRender.directive.js.map +1 -1
  92. package/es2022/src/directives/clickOutside/clickOutside.directive.js +4 -5
  93. package/es2022/src/directives/clickOutside/clickOutside.directive.js.map +1 -1
  94. package/es2022/src/directives/ellipsisTooltip/ellipsisTooltip.directive.js +3 -4
  95. package/es2022/src/directives/ellipsisTooltip/ellipsisTooltip.directive.js.map +1 -1
  96. package/es2022/src/directives/goBack/goBack.directive.js +3 -4
  97. package/es2022/src/directives/goBack/goBack.directive.js.map +1 -1
  98. package/es2022/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -4
  99. package/es2022/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js.map +1 -1
  100. package/es2022/src/directives/positionTo/positionTo.directive.js +4 -5
  101. package/es2022/src/directives/positionTo/positionTo.directive.js.map +1 -1
  102. package/es2022/src/index.js +2 -1
  103. package/es2022/src/index.js.map +1 -1
  104. package/es2022/src/modules/castPipes/modules/castPipes.module.js +5 -5
  105. package/es2022/src/modules/castPipes/modules/castPipes.module.js.map +1 -1
  106. package/es2022/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  107. package/es2022/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  108. package/es2022/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  109. package/es2022/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
  110. package/es2022/src/modules/commonDynamic.module.js +4 -4
  111. package/es2022/src/modules/commonLocalize.module.js +7 -7
  112. package/es2022/src/modules/commonLocalize.module.js.map +1 -1
  113. package/es2022/src/modules/commonUtils.module.js +9 -9
  114. package/es2022/src/modules/commonUtils.module.js.map +1 -1
  115. package/es2022/src/modules/debugData/components/debugData/debugData.component.js +4 -4
  116. package/es2022/src/modules/debugData/components/debugData/debugData.component.js.map +1 -1
  117. package/es2022/src/modules/debugData/modules/debugData.module.js +4 -4
  118. package/es2022/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
  119. package/es2022/src/modules/file/components/file/file.component.js +119 -0
  120. package/es2022/src/modules/file/components/file/file.component.js.map +1 -0
  121. package/es2022/src/modules/file/components/fileInput/fileInput.component.js +62 -0
  122. package/es2022/src/modules/file/components/fileInput/fileInput.component.js.map +1 -0
  123. package/es2022/src/modules/file/components/index.js +4 -0
  124. package/es2022/src/modules/file/components/index.js.map +1 -0
  125. package/es2022/src/modules/file/components/uploadButton/uploadButton.component.js +59 -0
  126. package/es2022/src/modules/file/components/uploadButton/uploadButton.component.js.map +1 -0
  127. package/es2022/src/modules/file/directive/fileInput/fileInput.directive.js +153 -0
  128. package/es2022/src/modules/file/directive/fileInput/fileInput.directive.js.map +1 -0
  129. package/es2022/src/modules/file/directive/fileTemplate/fileTemplate.context.js +2 -0
  130. package/es2022/src/modules/file/directive/fileTemplate/fileTemplate.context.js.map +1 -0
  131. package/es2022/src/modules/file/directive/fileTemplate/fileTemplate.directive.js +23 -0
  132. package/es2022/src/modules/file/directive/fileTemplate/fileTemplate.directive.js.map +1 -0
  133. package/es2022/src/modules/file/directive/index.js +4 -0
  134. package/es2022/src/modules/file/directive/index.js.map +1 -0
  135. package/es2022/src/modules/file/index.js +6 -0
  136. package/es2022/src/modules/file/index.js.map +1 -0
  137. package/es2022/src/modules/file/interfaces/fileVisual/fileVisual.interface.js +2 -0
  138. package/es2022/src/modules/file/interfaces/fileVisual/fileVisual.interface.js.map +1 -0
  139. package/es2022/src/modules/file/interfaces/index.js +2 -0
  140. package/es2022/src/modules/file/interfaces/index.js.map +1 -0
  141. package/es2022/src/modules/file/misc/tokens.js +6 -0
  142. package/es2022/src/modules/file/misc/tokens.js.map +1 -0
  143. package/es2022/src/modules/file/modules/file.module.js +40 -0
  144. package/es2022/src/modules/file/modules/file.module.js.map +1 -0
  145. package/es2022/src/modules/file/modules/index.js +2 -0
  146. package/es2022/src/modules/file/modules/index.js.map +1 -0
  147. package/es2022/src/modules/logger/components/console/console.component.js +5 -5
  148. package/es2022/src/modules/logger/components/console/console.component.js.map +1 -1
  149. package/es2022/src/modules/logger/services/console/consoleComponent.service.js +3 -3
  150. package/es2022/src/modules/logger/services/console/consoleComponentService.options.js +3 -3
  151. package/es2022/src/modules/logger/services/logger/logger.service.js +3 -3
  152. package/es2022/src/modules/logger/services/rest/restSink.options.js +3 -3
  153. package/es2022/src/modules/logger/types/loggerOptions.js +3 -3
  154. package/es2022/src/modules/multiButton/components/multiButton/multiButton.component.js +9 -7
  155. package/es2022/src/modules/multiButton/components/multiButton/multiButton.component.js.map +1 -1
  156. package/es2022/src/modules/multiButton/modules/multiButton.module.js +5 -9
  157. package/es2022/src/modules/multiButton/modules/multiButton.module.js.map +1 -1
  158. package/es2022/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +9 -6
  159. package/es2022/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js.map +1 -1
  160. package/es2022/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +4 -4
  161. package/es2022/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js.map +1 -1
  162. package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js +4 -4
  163. package/es2022/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
  164. package/es2022/src/modules/progressIndicator/modules/progressIndicator.module.js +7 -15
  165. package/es2022/src/modules/progressIndicator/modules/progressIndicator.module.js.map +1 -1
  166. package/es2022/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
  167. package/es2022/src/modules/progressIndicator/services/progressIndicatorOptions.js.map +1 -1
  168. package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js +7 -5
  169. package/es2022/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -1
  170. package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js +5 -5
  171. package/es2022/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -1
  172. package/es2022/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -3
  173. package/es2022/src/modules/tooltip/modules/tooltip.module.js +6 -10
  174. package/es2022/src/modules/tooltip/modules/tooltip.module.js.map +1 -1
  175. package/es2022/src/pipes/displayProperties/displayProperties.pipe.js +3 -4
  176. package/es2022/src/pipes/displayProperties/displayProperties.pipe.js.map +1 -1
  177. package/es2022/src/pipes/firstUppercase/firstUppercase.pipe.js +4 -5
  178. package/es2022/src/pipes/firstUppercase/firstUppercase.pipe.js.map +1 -1
  179. package/es2022/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.js +8 -9
  180. package/es2022/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.js.map +1 -1
  181. package/es2022/src/pipes/isNaN/isNaN.pipe.js +3 -4
  182. package/es2022/src/pipes/isNaN/isNaN.pipe.js.map +1 -1
  183. package/es2022/src/pipes/isPresent/isPresent.pipe.js +3 -4
  184. package/es2022/src/pipes/isPresent/isPresent.pipe.js.map +1 -1
  185. package/es2022/src/pipes/keys/keys.pipe.js +4 -4
  186. package/es2022/src/pipes/keys/keys.pipe.js.map +1 -1
  187. package/es2022/src/pipes/localize/localize.pipe.js +4 -5
  188. package/es2022/src/pipes/localize/localize.pipe.js.map +1 -1
  189. package/es2022/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +5 -5
  190. package/es2022/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js.map +1 -1
  191. package/es2022/src/pipes/numeral/numeral.pipe.js +4 -4
  192. package/es2022/src/pipes/numeral/numeral.pipe.js.map +1 -1
  193. package/es2022/src/pipes/trimText/trimText.pipe.js +4 -4
  194. package/es2022/src/pipes/trimText/trimText.pipe.js.map +1 -1
  195. package/es2022/src/pipes/urlEncode/urlEncode.pipe.js +4 -4
  196. package/es2022/src/pipes/urlEncode/urlEncode.pipe.js.map +1 -1
  197. package/es2022/src/services/cookies/cookies.service.js +3 -3
  198. package/es2022/src/services/notifications/defaultNotifications.service.js +3 -3
  199. package/es2022/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
  200. package/es2022/src/services/statusCode/statusCode.service.js +3 -3
  201. package/es2022/src/services/stringLocalization/noStringLocalization.service.js +3 -3
  202. package/es2022/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
  203. package/es2022/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  204. package/es2022/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  205. package/floating-ui/src/services/floatingUiDomPosition.service.d.ts.map +1 -1
  206. package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.d.ts.map +1 -1
  207. package/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.d.ts.map +1 -1
  208. package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.d.ts.map +1 -1
  209. package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.html +1 -1
  210. package/forms/src/directives/groupHasError/groupHasError.directive.d.ts.map +1 -1
  211. package/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.d.ts.map +1 -1
  212. package/forms/src/directives/hasError/hasError.directive.d.ts.map +1 -1
  213. package/forms/src/directives/numberInput/maxValueNumberValidator.directive.d.ts +1 -1
  214. package/forms/src/directives/numberInput/minValueNumberValidator.directive.d.ts +1 -1
  215. package/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.d.ts +1 -1
  216. package/forms/src/directives/numberInput/numberInputValidator.directive.d.ts +1 -1
  217. package/forms/src/directives/requiredClass/requiredClass.directive.d.ts.map +1 -1
  218. package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts.map +1 -1
  219. package/forms/src/misc/utils.d.ts.map +1 -1
  220. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts +1 -1
  221. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts.map +1 -1
  222. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.html +4 -3
  223. package/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.d.ts +1 -1
  224. package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.d.ts +1 -1
  225. package/forms/src/modules/errorMessage/modules/errorMessage.module.d.ts +1 -3
  226. package/forms/src/modules/errorMessage/modules/errorMessage.module.d.ts.map +1 -1
  227. package/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.d.ts +1 -1
  228. package/forms/src/modules/formPipes/modules/formPipes.module.d.ts +1 -1
  229. package/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.d.ts +1 -1
  230. package/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.d.ts +1 -1
  231. package/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.d.ts +1 -1
  232. package/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.d.ts +1 -1
  233. package/forms/src/modules/numberInput.module.d.ts +1 -1
  234. package/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.d.ts.map +1 -1
  235. package/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.d.ts.map +1 -1
  236. package/hotkeys/src/components/cheatSheet/cheatSheet.component.d.ts.map +1 -1
  237. package/material/src/components/confirmationDialog/confirmationDialog.component.d.ts +1 -1
  238. package/material/src/components/confirmationDialog/confirmationDialog.component.d.ts.map +1 -1
  239. package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts +1 -1
  240. package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts.map +1 -1
  241. package/material/src/components/movableTitledDialog/movableTitledDialog.component.html +1 -1
  242. package/material/src/components/titledDialog/titledDialog.component.d.ts +1 -1
  243. package/material/src/components/titledDialog/titledDialog.component.d.ts.map +1 -1
  244. package/material/src/components/titledDialog/titledDialog.component.html +2 -2
  245. package/material/src/directives/confirmationDialog/confirmationDialog.directive.d.ts.map +1 -1
  246. package/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.d.ts.map +1 -1
  247. package/material/src/modules/confirmationDialog.module.d.ts +4 -6
  248. package/material/src/modules/confirmationDialog.module.d.ts.map +1 -1
  249. package/material/src/modules/movableTitledDialog.module.d.ts +5 -5
  250. package/material/src/modules/movableTitledDialog.module.d.ts.map +1 -1
  251. package/material/src/modules/titledDialog.module.d.ts +2 -4
  252. package/material/src/modules/titledDialog.module.d.ts.map +1 -1
  253. package/package.json +44 -44
  254. package/router/src/decorators/moduleRoutes.decorator.d.ts.map +1 -1
  255. package/src/components/collapsibleIcon/collapsibleIcon.component.d.ts.map +1 -1
  256. package/src/components/collapsibleTitle/collapsibleTitle.component.d.ts.map +1 -1
  257. package/src/decorators/typeProvider/typeProvider.decorator.d.ts.map +1 -1
  258. package/src/directives/bodyRender/bodyRender.directive.d.ts.map +1 -1
  259. package/src/directives/clickOutside/clickOutside.directive.d.ts +3 -3
  260. package/src/directives/clickOutside/clickOutside.directive.d.ts.map +1 -1
  261. package/src/directives/ellipsisTooltip/ellipsisTooltip.directive.d.ts.map +1 -1
  262. package/src/directives/goBack/goBack.directive.d.ts.map +1 -1
  263. package/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.d.ts.map +1 -1
  264. package/src/directives/positionTo/positionTo.directive.d.ts +3 -3
  265. package/src/directives/positionTo/positionTo.directive.d.ts.map +1 -1
  266. package/src/index.d.ts +2 -1
  267. package/src/index.d.ts.map +1 -1
  268. package/src/modules/castPipes/modules/castPipes.module.d.ts +1 -1
  269. package/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.d.ts +1 -1
  270. package/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.d.ts +1 -1
  271. package/src/modules/castPipes/pipes/asRequired/asRequired.pipe.d.ts +1 -1
  272. package/src/modules/castPipes/pipes/castType/castType.pipe.d.ts +1 -1
  273. package/src/modules/commonLocalize.module.d.ts +1 -1
  274. package/src/modules/commonUtils.module.d.ts +1 -1
  275. package/src/modules/debugData/components/debugData/debugData.component.d.ts.map +1 -1
  276. package/src/modules/file/components/file/file.component.css +16 -0
  277. package/src/modules/file/components/file/file.component.d.ts +85 -0
  278. package/src/modules/file/components/file/file.component.d.ts.map +1 -0
  279. package/src/modules/file/components/file/file.component.html +14 -0
  280. package/src/modules/file/components/fileInput/fileInput.component.css +27 -0
  281. package/src/modules/file/components/fileInput/fileInput.component.d.ts +37 -0
  282. package/src/modules/file/components/fileInput/fileInput.component.d.ts.map +1 -0
  283. package/src/modules/file/components/fileInput/fileInput.component.html +7 -0
  284. package/src/modules/file/components/index.d.ts +4 -0
  285. package/src/modules/file/components/index.d.ts.map +1 -0
  286. package/src/modules/file/components/uploadButton/uploadButton.component.css +52 -0
  287. package/src/modules/file/components/uploadButton/uploadButton.component.d.ts +36 -0
  288. package/src/modules/file/components/uploadButton/uploadButton.component.d.ts.map +1 -0
  289. package/src/modules/file/components/uploadButton/uploadButton.component.html +16 -0
  290. package/src/modules/file/directive/fileInput/fileInput.directive.d.ts +69 -0
  291. package/src/modules/file/directive/fileInput/fileInput.directive.d.ts.map +1 -0
  292. package/src/modules/file/directive/fileTemplate/fileTemplate.context.d.ts +30 -0
  293. package/src/modules/file/directive/fileTemplate/fileTemplate.context.d.ts.map +1 -0
  294. package/src/modules/file/directive/fileTemplate/fileTemplate.directive.d.ts +14 -0
  295. package/src/modules/file/directive/fileTemplate/fileTemplate.directive.d.ts.map +1 -0
  296. package/src/modules/file/directive/index.d.ts +4 -0
  297. package/src/modules/file/directive/index.d.ts.map +1 -0
  298. package/src/modules/file/index.d.ts +6 -0
  299. package/src/modules/file/index.d.ts.map +1 -0
  300. package/src/modules/file/interfaces/fileVisual/fileVisual.interface.d.ts +12 -0
  301. package/src/modules/file/interfaces/fileVisual/fileVisual.interface.d.ts.map +1 -0
  302. package/src/modules/file/interfaces/index.d.ts +2 -0
  303. package/src/modules/file/interfaces/index.d.ts.map +1 -0
  304. package/src/modules/file/misc/tokens.d.ts +7 -0
  305. package/src/modules/file/misc/tokens.d.ts.map +1 -0
  306. package/src/modules/file/modules/file.module.d.ts +15 -0
  307. package/src/modules/file/modules/file.module.d.ts.map +1 -0
  308. package/src/modules/file/modules/index.d.ts +2 -0
  309. package/src/modules/file/modules/index.d.ts.map +1 -0
  310. package/src/modules/logger/components/console/console.component.d.ts +3 -3
  311. package/src/modules/logger/components/console/console.component.d.ts.map +1 -1
  312. package/src/modules/multiButton/components/multiButton/multiButton.component.d.ts +1 -1
  313. package/src/modules/multiButton/components/multiButton/multiButton.component.d.ts.map +1 -1
  314. package/src/modules/multiButton/components/multiButton/multiButton.component.html +1 -1
  315. package/src/modules/multiButton/modules/multiButton.module.d.ts +1 -2
  316. package/src/modules/multiButton/modules/multiButton.module.d.ts.map +1 -1
  317. package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.d.ts +1 -1
  318. package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.d.ts.map +1 -1
  319. package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.html +4 -1
  320. package/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.d.ts +1 -1
  321. package/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.d.ts.map +1 -1
  322. package/src/modules/progressIndicator/modules/progressIndicator.module.d.ts +1 -3
  323. package/src/modules/progressIndicator/modules/progressIndicator.module.d.ts.map +1 -1
  324. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts +1 -1
  325. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts.map +1 -1
  326. package/src/modules/tooltip/components/tooltip/tooltip.component.html +13 -5
  327. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -1
  328. package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.d.ts +1 -1
  329. package/src/modules/tooltip/modules/tooltip.module.d.ts +4 -5
  330. package/src/modules/tooltip/modules/tooltip.module.d.ts.map +1 -1
  331. package/src/pipes/displayProperties/displayProperties.pipe.d.ts.map +1 -1
  332. package/src/pipes/firstUppercase/firstUppercase.pipe.d.ts +4 -4
  333. package/src/pipes/firstUppercase/firstUppercase.pipe.d.ts.map +1 -1
  334. package/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.d.ts +8 -8
  335. package/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.d.ts.map +1 -1
  336. package/src/pipes/isNaN/isNaN.pipe.d.ts.map +1 -1
  337. package/src/pipes/isPresent/isPresent.pipe.d.ts.map +1 -1
  338. package/src/pipes/localize/localize.pipe.d.ts +3 -3
  339. package/src/pipes/localize/localize.pipe.d.ts.map +1 -1
  340. package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts +3 -3
  341. package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts.map +1 -1
  342. package/version.bak +1 -1
  343. package/lerna.json +0 -4
@@ -2,6 +2,9 @@
2
2
  <div class="spinner"></div>
3
3
 
4
4
  <div class="messages">
5
- <div *ngFor="let msg of messages; let index = index" [ngClass]="'message-' + ((messages.length - index) > 3 ? 'out' : (messages.length - index - 1))">{{msg | localize}}</div>
5
+ @for(msg of messages; track msg)
6
+ {
7
+ <div [ngClass]="'message-' + ((messages.length - $index) > 3 ? 'out' : (messages.length - $index - 1))">{{msg | localize}}</div>
8
+ }
6
9
  </div>
7
10
  </div>
@@ -64,6 +64,6 @@ export declare class ProgressOverlayDirective implements OnInit, OnDestroy {
64
64
  */
65
65
  private _renderProgressMessages;
66
66
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressOverlayDirective, never>;
67
- static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressOverlayDirective, "[progressOverlay]", never, { "name": { "alias": "progressOverlay"; "required": false; }; }, {}, never, never, false, never>;
67
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressOverlayDirective, "[progressOverlay]", never, { "name": { "alias": "progressOverlay"; "required": false; }; }, {}, never, never, true, never>;
68
68
  }
69
69
  //# sourceMappingURL=progressOverlay.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"progressOverlay.directive.d.ts","sourceRoot":"","sources":["progressOverlay.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAE,SAAS,EAAE,UAAU,EAAS,MAAM,eAAe,CAAC;AAItF,OAAO,EAAC,wBAAwB,EAAC,MAAM,0CAA0C,CAAC;AAElF,OAAO,EAAC,kBAAkB,EAAC,MAAM,yCAAyC,CAAC;;AAE3E;;GAEG;AACH,qBAIa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IAqDlD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IACE,OAAO,CAAC,SAAS;IACN,OAAO,CAAC,gBAAgB;IApDjE;;OAEG;IACH,OAAO,CAAC,sBAAsB,CAAS;IAEvC;;OAEG;IACH,OAAO,CAAC,mBAAmB,CAAS;IAEpC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAoB;IAEzC;;OAEG;IACH,OAAO,CAAC,SAAS,CAAW;IAE5B;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAU;IAE1B;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAiB;IAEzC;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAiB;IAEzC;;OAEG;IACH,OAAO,CAAC,kBAAkB,CAAwB;IAIlD;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAC;gBAGA,QAAQ,EAAE,wBAAwB,EAClC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACf,SAAS,EAAE,QAAQ,EACR,gBAAgB,EAAE,kBAAkB;IAMrF;;OAEG;IACI,QAAQ,IAAI,IAAI;IAqBvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAa1B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAyC9B;;OAEG;IACH,OAAO,CAAC,uBAAuB;yCArJtB,wBAAwB;2CAAxB,wBAAwB;CAmLpC"}
1
+ {"version":3,"file":"progressOverlay.directive.d.ts","sourceRoot":"","sources":["progressOverlay.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAE,SAAS,EAAE,UAAU,EAAS,MAAM,eAAe,CAAC;AAItF,OAAO,EAAC,wBAAwB,EAAC,MAAM,0CAA0C,CAAC;AAElF,OAAO,EAAC,kBAAkB,EAAC,MAAM,yCAAyC,CAAC;;AAE3E;;GAEG;AACH,qBAIa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IAqDlD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IACE,OAAO,CAAC,SAAS;IACN,OAAO,CAAC,gBAAgB;IApDjE;;OAEG;IACH,OAAO,CAAC,sBAAsB,CAAS;IAEvC;;OAEG;IACH,OAAO,CAAC,mBAAmB,CAAS;IAEpC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAoB;IAEzC;;OAEG;IACH,OAAO,CAAC,SAAS,CAAW;IAE5B;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAU;IAE1B;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAiB;IAEzC;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAAiB;IAEzC;;OAEG;IACH,OAAO,CAAC,kBAAkB,CAAwB;IAIlD;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAC;gBAGA,QAAQ,EAAE,wBAAwB,EAClC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACf,SAAS,EAAE,QAAQ,EACR,gBAAgB,EAAE,kBAAkB;IAMrF;;OAEG;IACI,QAAQ,IAAI,IAAI;IAqBvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAa1B;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAwC9B;;OAEG;IACH,OAAO,CAAC,uBAAuB;yCApJtB,wBAAwB;2CAAxB,wBAAwB;CAkLpC"}
@@ -1,14 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "../components/progressIndicator/progressIndicator.component";
3
3
  import * as i2 from "../directives/progressOverlay/progressOverlay.directive";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../../commonLocalize.module";
6
4
  /**
7
5
  * Module for progress indicator
8
6
  */
9
7
  export declare class ProgressIndicatorModule {
10
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressIndicatorModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressIndicatorModule, [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective], [typeof i3.CommonModule, typeof i4.CommonLocalizeModule], [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressIndicatorModule, never, [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective], [typeof i1.ProgressIndicatorComponent, typeof i2.ProgressOverlayDirective]>;
12
10
  static ɵinj: i0.ɵɵInjectorDeclaration<ProgressIndicatorModule>;
13
11
  }
14
12
  //# sourceMappingURL=progressIndicator.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"progressIndicator.module.d.ts","sourceRoot":"","sources":["progressIndicator.module.ts"],"names":[],"mappings":";;;;;AAOA;;GAEG;AACH,qBAkBa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAEnC"}
1
+ {"version":3,"file":"progressIndicator.module.d.ts","sourceRoot":"","sources":["progressIndicator.module.ts"],"names":[],"mappings":";;;AAKA;;GAEG;AACH,qBAaa,uBAAuB;yCAAvB,uBAAuB;0CAAvB,uBAAuB;0CAAvB,uBAAuB;CAEnC"}
@@ -55,6 +55,6 @@ export declare class TooltipComponent<TData = any> implements TooltipRenderer<TD
55
55
  */
56
56
  protected mouseLeave(): void;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent<any>, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent<any>, "tooltip-popup", never, {}, {}, never, never, false, never>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent<any>, "tooltip-popup", never, {}, {}, never, never, true, never>;
59
59
  }
60
60
  //# sourceMappingURL=tooltip.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAe,MAAM,eAAe,CAAC;AAC3H,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAC,sBAAsB,EAAC,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;;AAE7D;;GAEG;AACH,qBAOa,gBAAgB,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,eAAe,CAAC,KAAK,CAAC,EAAE,aAAa;IAqC3E,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAC3C,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAlCtD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,CAAc;IAE3C;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,CAAc;IAI3C;;OAEG;IACI,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAElC;;OAEG;IACI,QAAQ,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAE3E;;OAEG;IACI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACI,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;gBAGjB,cAAc,EAAE,iBAAiB,EACjC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAMtD;;;;OAIG;IACI,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI;IAMtE;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAYhC;;;OAGG;IAEH,SAAS,CAAC,UAAU,IAAI,IAAI;IAK5B;;;OAGG;IAEH,SAAS,CAAC,UAAU,IAAI,IAAI;yCArFnB,gBAAgB;2CAAhB,gBAAgB;CAyF5B"}
1
+ {"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,iBAAiB,EAAE,UAAU,EAAe,MAAM,eAAe,CAAC;AAE3H,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAC,sBAAsB,EAAC,MAAM,kBAAkB,CAAC;AACxD,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;;AAE7D;;GAEG;AACH,qBAWa,gBAAgB,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,eAAe,CAAC,KAAK,CAAC,EAAE,aAAa;IAqC3E,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAC3C,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAlCtD;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,CAAc;IAE3C;;OAEG;IACH,SAAS,CAAC,OAAO,EAAE,MAAM,IAAI,CAAc;IAI3C;;OAEG;IACI,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAElC;;OAEG;IACI,QAAQ,EAAE,WAAW,CAAC,sBAAsB,CAAC,KAAK,CAAC,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAE3E;;OAEG;IACI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACI,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;gBAGjB,cAAc,EAAE,iBAAiB,EACjC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAMtD;;;;OAIG;IACI,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI;IAMtE;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAYhC;;;OAGG;IAEH,SAAS,CAAC,UAAU,IAAI,IAAI;IAK5B;;;OAGG;IAEH,SAAS,CAAC,UAAU,IAAI,IAAI;yCArFnB,gBAAgB;2CAAhB,gBAAgB;CAyF5B"}
@@ -1,6 +1,14 @@
1
- <div *ngIf="!template && !allowHtml">{{data}}</div>
2
- <div *ngIf="!template && allowHtml" [innerHTML]="data"></div>
1
+ @if(!template && !allowHtml)
2
+ {
3
+ <div>{{data}}</div>
4
+ }
3
5
 
4
- <ng-template [ngIf]="template">
5
- <ng-container *ngTemplateOutlet="template; context: {$implicit: data}"></ng-container>
6
- </ng-template>
6
+ @if(!template && allowHtml)
7
+ {
8
+ <div [innerHTML]="data"></div>
9
+ }
10
+
11
+ @if(template)
12
+ {
13
+ <ng-container *ngTemplateOutlet="template; context: {$implicit: data}"/>
14
+ }
@@ -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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"}
@@ -12,6 +12,6 @@ export declare class TooltipTemplateDirective<TData = any> {
12
12
  */
13
13
  static ngTemplateContextGuard(_dir: TooltipTemplateDirective, _ctx: unknown): _ctx is TooltipTemplateContext;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipTemplateDirective<any>, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipTemplateDirective<any>, "[tooltipTemplate]", never, {}, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipTemplateDirective<any>, "[tooltipTemplate]", never, {}, {}, never, never, true, never>;
16
16
  }
17
17
  //# sourceMappingURL=tooltipTemplate.directive.d.ts.map
@@ -1,14 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "../directives/tooltipTemplate/tooltipTemplate.directive";
3
- import * as i2 from "../components/tooltip/tooltip.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "../directives/tooltip/tooltip.directive";
2
+ import * as i1 from "../directives/tooltip/tooltip.directive";
3
+ import * as i2 from "../directives/tooltipTemplate/tooltipTemplate.directive";
4
+ import * as i3 from "../components/tooltip/tooltip.component";
6
5
  /**
7
6
  * Module for rendering tooltips
8
7
  */
9
8
  export declare class TooltipModule {
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.TooltipTemplateDirective, typeof i2.TooltipComponent], [typeof i3.CommonModule, typeof i4.TooltipDirective], [typeof i4.TooltipDirective, typeof i1.TooltipTemplateDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, never, [typeof i1.TooltipDirective, typeof i2.TooltipTemplateDirective, typeof i3.TooltipComponent], [typeof i1.TooltipDirective, typeof i2.TooltipTemplateDirective]>;
12
11
  static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
13
12
  }
14
13
  //# sourceMappingURL=tooltip.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tooltip.module.d.ts","sourceRoot":"","sources":["tooltip.module.ts"],"names":[],"mappings":";;;;;AAMA;;GAEG;AACH,qBAkBa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAEzB"}
1
+ {"version":3,"file":"tooltip.module.d.ts","sourceRoot":"","sources":["tooltip.module.ts"],"names":[],"mappings":";;;;AAKA;;GAEG;AACH,qBAca,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAEzB"}
@@ -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,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"}
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,qBAIa,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"}
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Converts first letter of text to uppercase
5
5
  */
6
- export declare class FirstUppercaseSAPipe implements PipeTransform {
6
+ export declare class FirstUppercasePipe implements PipeTransform {
7
7
  /**
8
8
  * Converts first letter of text to uppercase
9
9
  * @param value - Value to be converted
10
10
  */
11
- transform(value: string | undefined | null): string | undefined | null;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<FirstUppercaseSAPipe, never>;
13
- static ɵpipe: i0.ɵɵPipeDeclaration<FirstUppercaseSAPipe, "firstUppercase", true>;
11
+ transform<TValue extends string | undefined | null>(value: TValue): TValue;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FirstUppercasePipe, never>;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<FirstUppercasePipe, "firstUppercase", true>;
14
14
  }
15
15
  //# sourceMappingURL=firstUppercase.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"firstUppercase.pipe.d.ts","sourceRoot":"","sources":["firstUppercase.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,qBAKa,oBAAqB,YAAW,aAAa;IAEtD;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,GAAG,MAAM,GAAC,SAAS,GAAC,IAAI;yCAN5D,oBAAoB;uCAApB,oBAAoB;CAehC"}
1
+ {"version":3,"file":"firstUppercase.pipe.d.ts","sourceRoot":"","sources":["firstUppercase.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;;AAElD;;GAEG;AACH,qBAIa,kBAAmB,YAAW,aAAa;IAEpD;;;OAGG;IACA,SAAS,CAAC,MAAM,SAAS,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM;yCANhE,kBAAkB;uCAAlB,kBAAkB;CAe9B"}
@@ -1,23 +1,23 @@
1
1
  import { PipeTransform, ChangeDetectorRef, OnDestroy } from '@angular/core';
2
2
  import { Subscription } from 'rxjs';
3
3
  import { StringLocalization } from '../../services/stringLocalization';
4
- import { LocalizeSAPipe } from '../localize/localize.pipe';
5
- import { FirstUppercaseSAPipe } from '../firstUppercase/firstUppercase.pipe';
4
+ import { LocalizePipe } from '../localize/localize.pipe';
5
+ import { FirstUppercasePipe } from '../firstUppercase/firstUppercase.pipe';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Localize strings using 'StringLocalization' and converts first letter of text to uppercase
9
9
  */
10
- export declare class FirstUppercaseLocalizeSAPipe implements PipeTransform, OnDestroy {
10
+ export declare class FirstUppercaseLocalizePipe implements PipeTransform, OnDestroy {
11
11
  protected localizationSvc: StringLocalization;
12
12
  protected changeDetector: ChangeDetectorRef;
13
13
  /**
14
14
  * Localize pipe used for localizing string
15
15
  */
16
- protected localizePipe: LocalizeSAPipe;
16
+ protected localizePipe: LocalizePipe;
17
17
  /**
18
18
  * Pipe used for transforming first letter to uppercase
19
19
  */
20
- protected firstUppercasePipe: FirstUppercaseSAPipe;
20
+ protected firstUppercasePipe: FirstUppercasePipe;
21
21
  /**
22
22
  * Subscription for changes of texts
23
23
  */
@@ -28,7 +28,7 @@ export declare class FirstUppercaseLocalizeSAPipe implements PipeTransform, OnDe
28
28
  * @param value - Value to be converted
29
29
  * @param interpolateParams - Optional object storing interpolation parameters
30
30
  */
31
- transform(value: string | undefined | null, interpolateParams?: Object): string | undefined | null;
31
+ transform(value: string | undefined | null, interpolateParams?: Object): string;
32
32
  /**
33
33
  * Initialize component
34
34
  */
@@ -37,7 +37,7 @@ export declare class FirstUppercaseLocalizeSAPipe implements PipeTransform, OnDe
37
37
  * Called when component is destroyed
38
38
  */
39
39
  ngOnDestroy(): void;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<FirstUppercaseLocalizeSAPipe, never>;
41
- static ɵpipe: i0.ɵɵPipeDeclaration<FirstUppercaseLocalizeSAPipe, "firstUppercaseLocalize", true>;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<FirstUppercaseLocalizePipe, never>;
41
+ static ɵpipe: i0.ɵɵPipeDeclaration<FirstUppercaseLocalizePipe, "firstUppercaseLocalize", true>;
42
42
  }
43
43
  //# sourceMappingURL=firstUppercaseLocalize.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"firstUppercaseLocalize.pipe.d.ts","sourceRoot":"","sources":["firstUppercaseLocalize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAU,iBAAiB,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAGlC,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAC,cAAc,EAAC,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAC,oBAAoB,EAAC,MAAM,uCAAuC,CAAC;;AAE3E;;GAEG;AACH,qBAMa,4BAA6B,YAAW,aAAa,EAAE,SAAS;IAoBhC,SAAS,CAAC,eAAe,EAAE,kBAAkB;IAC1E,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAjBvD;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,cAAc,CAAC;IAEvC;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,oBAAoB,CAAC;IAEnD;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;gBAGD,eAAe,EAAE,kBAAkB,EAChE,cAAc,EAAE,iBAAiB;IAQvD;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAC,SAAS,GAAC,IAAI;IAOjG;;OAEG;IACI,QAAQ,IAAI,IAAI;IAOvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCAtDjB,4BAA4B;uCAA5B,4BAA4B;CA0DxC"}
1
+ {"version":3,"file":"firstUppercaseLocalize.pipe.d.ts","sourceRoot":"","sources":["firstUppercaseLocalize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAU,iBAAiB,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAGlC,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;AACrE,OAAO,EAAC,YAAY,EAAC,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAC,kBAAkB,EAAC,MAAM,uCAAuC,CAAC;;AAEzE;;GAEG;AACH,qBAKa,0BAA2B,YAAW,aAAa,EAAE,SAAS;IAoB9B,SAAS,CAAC,eAAe,EAAE,kBAAkB;IAC1E,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAjBvD;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,YAAY,CAAC;IAErC;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,kBAAkB,CAAC;IAEjD;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;gBAGD,eAAe,EAAE,kBAAkB,EAChE,cAAc,EAAE,iBAAiB;IAQvD;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,MAAM;IAOlF;;OAEG;IACI,QAAQ,IAAI,IAAI;IAOvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCAtDjB,0BAA0B;uCAA1B,0BAA0B;CA0DtC"}
@@ -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,SAAU,YAAW,aAAa;IAI3C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO;yCAR5B,SAAS;uCAAT,SAAS;CAYrB"}
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,qBAIa,SAAU,YAAW,aAAa;IAI3C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO;yCAR5B,SAAS;uCAAT,SAAS;CAYrB"}
@@ -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,aAAc,YAAW,aAAa;IAI/C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO;yCARhC,aAAa;uCAAb,aAAa;CAYzB"}
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,qBAIa,aAAc,YAAW,aAAa;IAI/C;;;OAGG;IACI,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,OAAO;yCARhC,aAAa;uCAAb,aAAa;CAYzB"}
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
4
4
  /**
5
5
  * Localize strings using 'StringLocalization'
6
6
  */
7
- export declare class LocalizeSAPipe implements PipeTransform, OnInit, OnDestroy {
7
+ export declare class LocalizePipe implements PipeTransform, OnInit, OnDestroy {
8
8
  private _localizationSvc;
9
9
  private _changeDetector;
10
10
  /**
@@ -26,7 +26,7 @@ export declare class LocalizeSAPipe implements PipeTransform, OnInit, OnDestroy
26
26
  * Called when component is destroyed
27
27
  */
28
28
  ngOnDestroy(): void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<LocalizeSAPipe, never>;
30
- static ɵpipe: i0.ɵɵPipeDeclaration<LocalizeSAPipe, "localize", true>;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocalizePipe, never>;
30
+ static ɵpipe: i0.ɵɵPipeDeclaration<LocalizePipe, "localize", true>;
31
31
  }
32
32
  //# sourceMappingURL=localize.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"localize.pipe.d.ts","sourceRoot":"","sources":["localize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAU,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAKhG,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;;AAErE;;GAEG;AACH,qBAMa,cAAe,YAAW,aAAa,EAAE,MAAM,EAAE,SAAS;IAU1B,OAAO,CAAC,gBAAgB;IACrD,OAAO,CAAC,eAAe;IAPnC;;OAEG;IACH,OAAO,CAAC,aAAa,CAA8B;gBAGF,gBAAgB,EAAE,kBAAkB,EACjE,eAAe,EAAE,iBAAiB;IAMtD;;;;OAIG;IACI,SAAS,CAAC,GAAG,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,MAAM;IAYhF;;OAEG;IACI,QAAQ,IAAI,IAAI;IAUvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCAlDjB,cAAc;uCAAd,cAAc;CAuD1B"}
1
+ {"version":3,"file":"localize.pipe.d.ts","sourceRoot":"","sources":["localize.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAU,iBAAiB,EAAE,MAAM,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAKhG,OAAO,EAAC,kBAAkB,EAAC,MAAM,mCAAmC,CAAC;;AAErE;;GAEG;AACH,qBAKa,YAAa,YAAW,aAAa,EAAE,MAAM,EAAE,SAAS;IAUxB,OAAO,CAAC,gBAAgB;IACrD,OAAO,CAAC,eAAe;IAPnC;;OAEG;IACH,OAAO,CAAC,aAAa,CAA8B;gBAGF,gBAAgB,EAAE,kBAAkB,EACjE,eAAe,EAAE,iBAAiB;IAMtD;;;;OAIG;IACI,SAAS,CAAC,GAAG,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,iBAAiB,CAAC,EAAE,MAAM,GAAG,MAAM;IAYhF;;OAEG;IACI,QAAQ,IAAI,IAAI;IAUvB;;OAEG;IACI,WAAW,IAAI,IAAI;yCAlDjB,YAAY;uCAAZ,YAAY;CAuDxB"}
@@ -8,14 +8,14 @@ export type NgClassType = string | string[] | Dictionary<boolean>;
8
8
  /**
9
9
  * Merges css classes that will be passed to ngClass
10
10
  */
11
- export declare class MergeCssClassesSAPipe implements PipeTransform {
11
+ export declare class MergeCssClassesPipe implements PipeTransform {
12
12
  /**
13
13
  * Merges css classes that will be passed to ngClass
14
14
  * @param value - Css class to be merged
15
15
  * @param mergeClasses - Definition of css classes that will be merged
16
16
  */
17
17
  transform(value: NgClassType | undefined | null, mergeClasses: (NgClassType | undefined | null)[]): Dictionary<boolean>;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<MergeCssClassesSAPipe, never>;
19
- static ɵpipe: i0.ɵɵPipeDeclaration<MergeCssClassesSAPipe, "mergeCssClasses", true>;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<MergeCssClassesPipe, never>;
19
+ static ɵpipe: i0.ɵɵPipeDeclaration<MergeCssClassesPipe, "mergeCssClasses", true>;
20
20
  }
21
21
  //# sourceMappingURL=mergeCssClasses.pipe.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mergeCssClasses.pipe.d.ts","sourceRoot":"","sources":["mergeCssClasses.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAoB,MAAM,gBAAgB,CAAC;;AAE7D;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AAElE;;GAEG;AACH,qBACa,qBAAsB,YAAW,aAAa;IAEvD;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,EAAE,YAAY,EAAE,CAAC,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC;yCAP7G,qBAAqB;uCAArB,qBAAqB;CA+CjC"}
1
+ {"version":3,"file":"mergeCssClasses.pipe.d.ts","sourceRoot":"","sources":["mergeCssClasses.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAoB,MAAM,gBAAgB,CAAC;;AAE7D;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;AAElE;;GAEG;AACH,qBACa,mBAAoB,YAAW,aAAa;IAErD;;;;OAIG;IACI,SAAS,CAAC,KAAK,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,EAAE,YAAY,EAAE,CAAC,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC,EAAE,GAAG,UAAU,CAAC,OAAO,CAAC;yCAP7G,mBAAmB;uCAAnB,mBAAmB;CA+C/B"}
package/version.bak CHANGED
@@ -1 +1 @@
1
- 22.0.0-beta.20241115045223
1
+ 22.0.0-beta.20250123101933
package/lerna.json DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "$schema": "node_modules/lerna/schemas/lerna-schema.json",
3
- "version": "0.0.0"
4
- }