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

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/eslint.config.js +6 -0
  206. package/floating-ui/src/services/floatingUiDomPosition.service.d.ts.map +1 -1
  207. package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.d.ts.map +1 -1
  208. package/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.d.ts.map +1 -1
  209. package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.d.ts.map +1 -1
  210. package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.html +1 -1
  211. package/forms/src/directives/groupHasError/groupHasError.directive.d.ts.map +1 -1
  212. package/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.d.ts.map +1 -1
  213. package/forms/src/directives/hasError/hasError.directive.d.ts.map +1 -1
  214. package/forms/src/directives/numberInput/maxValueNumberValidator.directive.d.ts +1 -1
  215. package/forms/src/directives/numberInput/minValueNumberValidator.directive.d.ts +1 -1
  216. package/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.d.ts +1 -1
  217. package/forms/src/directives/numberInput/numberInputValidator.directive.d.ts +1 -1
  218. package/forms/src/directives/requiredClass/requiredClass.directive.d.ts.map +1 -1
  219. package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts.map +1 -1
  220. package/forms/src/misc/utils.d.ts.map +1 -1
  221. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts +1 -1
  222. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts.map +1 -1
  223. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.html +4 -3
  224. package/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.d.ts +1 -1
  225. package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.d.ts +1 -1
  226. package/forms/src/modules/errorMessage/modules/errorMessage.module.d.ts +1 -3
  227. package/forms/src/modules/errorMessage/modules/errorMessage.module.d.ts.map +1 -1
  228. package/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.d.ts +1 -1
  229. package/forms/src/modules/formPipes/modules/formPipes.module.d.ts +1 -1
  230. package/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.d.ts +1 -1
  231. package/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.d.ts +1 -1
  232. package/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.d.ts +1 -1
  233. package/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.d.ts +1 -1
  234. package/forms/src/modules/numberInput.module.d.ts +1 -1
  235. package/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.d.ts.map +1 -1
  236. package/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.d.ts.map +1 -1
  237. package/hotkeys/src/components/cheatSheet/cheatSheet.component.d.ts.map +1 -1
  238. package/material/src/components/confirmationDialog/confirmationDialog.component.d.ts +1 -1
  239. package/material/src/components/confirmationDialog/confirmationDialog.component.d.ts.map +1 -1
  240. package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts +1 -1
  241. package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts.map +1 -1
  242. package/material/src/components/movableTitledDialog/movableTitledDialog.component.html +1 -1
  243. package/material/src/components/titledDialog/titledDialog.component.d.ts +1 -1
  244. package/material/src/components/titledDialog/titledDialog.component.d.ts.map +1 -1
  245. package/material/src/components/titledDialog/titledDialog.component.html +2 -2
  246. package/material/src/directives/confirmationDialog/confirmationDialog.directive.d.ts.map +1 -1
  247. package/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.d.ts.map +1 -1
  248. package/material/src/modules/confirmationDialog.module.d.ts +4 -6
  249. package/material/src/modules/confirmationDialog.module.d.ts.map +1 -1
  250. package/material/src/modules/movableTitledDialog.module.d.ts +5 -5
  251. package/material/src/modules/movableTitledDialog.module.d.ts.map +1 -1
  252. package/material/src/modules/titledDialog.module.d.ts +2 -4
  253. package/material/src/modules/titledDialog.module.d.ts.map +1 -1
  254. package/package.json +44 -44
  255. package/router/src/decorators/moduleRoutes.decorator.d.ts.map +1 -1
  256. package/src/components/collapsibleIcon/collapsibleIcon.component.d.ts.map +1 -1
  257. package/src/components/collapsibleTitle/collapsibleTitle.component.d.ts.map +1 -1
  258. package/src/decorators/typeProvider/typeProvider.decorator.d.ts.map +1 -1
  259. package/src/directives/bodyRender/bodyRender.directive.d.ts.map +1 -1
  260. package/src/directives/clickOutside/clickOutside.directive.d.ts +3 -3
  261. package/src/directives/clickOutside/clickOutside.directive.d.ts.map +1 -1
  262. package/src/directives/ellipsisTooltip/ellipsisTooltip.directive.d.ts.map +1 -1
  263. package/src/directives/goBack/goBack.directive.d.ts.map +1 -1
  264. package/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.d.ts.map +1 -1
  265. package/src/directives/positionTo/positionTo.directive.d.ts +3 -3
  266. package/src/directives/positionTo/positionTo.directive.d.ts.map +1 -1
  267. package/src/index.d.ts +2 -1
  268. package/src/index.d.ts.map +1 -1
  269. package/src/modules/castPipes/modules/castPipes.module.d.ts +1 -1
  270. package/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.d.ts +1 -1
  271. package/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.d.ts +1 -1
  272. package/src/modules/castPipes/pipes/asRequired/asRequired.pipe.d.ts +1 -1
  273. package/src/modules/castPipes/pipes/castType/castType.pipe.d.ts +1 -1
  274. package/src/modules/commonLocalize.module.d.ts +1 -1
  275. package/src/modules/commonUtils.module.d.ts +1 -1
  276. package/src/modules/debugData/components/debugData/debugData.component.d.ts.map +1 -1
  277. package/src/modules/file/components/file/file.component.css +16 -0
  278. package/src/modules/file/components/file/file.component.d.ts +85 -0
  279. package/src/modules/file/components/file/file.component.d.ts.map +1 -0
  280. package/src/modules/file/components/file/file.component.html +14 -0
  281. package/src/modules/file/components/fileInput/fileInput.component.css +27 -0
  282. package/src/modules/file/components/fileInput/fileInput.component.d.ts +37 -0
  283. package/src/modules/file/components/fileInput/fileInput.component.d.ts.map +1 -0
  284. package/src/modules/file/components/fileInput/fileInput.component.html +7 -0
  285. package/src/modules/file/components/index.d.ts +4 -0
  286. package/src/modules/file/components/index.d.ts.map +1 -0
  287. package/src/modules/file/components/uploadButton/uploadButton.component.css +52 -0
  288. package/src/modules/file/components/uploadButton/uploadButton.component.d.ts +36 -0
  289. package/src/modules/file/components/uploadButton/uploadButton.component.d.ts.map +1 -0
  290. package/src/modules/file/components/uploadButton/uploadButton.component.html +16 -0
  291. package/src/modules/file/directive/fileInput/fileInput.directive.d.ts +69 -0
  292. package/src/modules/file/directive/fileInput/fileInput.directive.d.ts.map +1 -0
  293. package/src/modules/file/directive/fileTemplate/fileTemplate.context.d.ts +30 -0
  294. package/src/modules/file/directive/fileTemplate/fileTemplate.context.d.ts.map +1 -0
  295. package/src/modules/file/directive/fileTemplate/fileTemplate.directive.d.ts +14 -0
  296. package/src/modules/file/directive/fileTemplate/fileTemplate.directive.d.ts.map +1 -0
  297. package/src/modules/file/directive/index.d.ts +4 -0
  298. package/src/modules/file/directive/index.d.ts.map +1 -0
  299. package/src/modules/file/index.d.ts +6 -0
  300. package/src/modules/file/index.d.ts.map +1 -0
  301. package/src/modules/file/interfaces/fileVisual/fileVisual.interface.d.ts +12 -0
  302. package/src/modules/file/interfaces/fileVisual/fileVisual.interface.d.ts.map +1 -0
  303. package/src/modules/file/interfaces/index.d.ts +2 -0
  304. package/src/modules/file/interfaces/index.d.ts.map +1 -0
  305. package/src/modules/file/misc/tokens.d.ts +7 -0
  306. package/src/modules/file/misc/tokens.d.ts.map +1 -0
  307. package/src/modules/file/modules/file.module.d.ts +15 -0
  308. package/src/modules/file/modules/file.module.d.ts.map +1 -0
  309. package/src/modules/file/modules/index.d.ts +2 -0
  310. package/src/modules/file/modules/index.d.ts.map +1 -0
  311. package/src/modules/logger/components/console/console.component.d.ts +3 -3
  312. package/src/modules/logger/components/console/console.component.d.ts.map +1 -1
  313. package/src/modules/multiButton/components/multiButton/multiButton.component.d.ts +1 -1
  314. package/src/modules/multiButton/components/multiButton/multiButton.component.d.ts.map +1 -1
  315. package/src/modules/multiButton/components/multiButton/multiButton.component.html +1 -1
  316. package/src/modules/multiButton/modules/multiButton.module.d.ts +1 -2
  317. package/src/modules/multiButton/modules/multiButton.module.d.ts.map +1 -1
  318. package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.d.ts +1 -1
  319. package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.d.ts.map +1 -1
  320. package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.html +4 -1
  321. package/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.d.ts +1 -1
  322. package/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.d.ts.map +1 -1
  323. package/src/modules/progressIndicator/modules/progressIndicator.module.d.ts +1 -3
  324. package/src/modules/progressIndicator/modules/progressIndicator.module.d.ts.map +1 -1
  325. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts +1 -1
  326. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts.map +1 -1
  327. package/src/modules/tooltip/components/tooltip/tooltip.component.html +13 -5
  328. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -1
  329. package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.d.ts +1 -1
  330. package/src/modules/tooltip/modules/tooltip.module.d.ts +4 -5
  331. package/src/modules/tooltip/modules/tooltip.module.d.ts.map +1 -1
  332. package/src/pipes/displayProperties/displayProperties.pipe.d.ts.map +1 -1
  333. package/src/pipes/firstUppercase/firstUppercase.pipe.d.ts +4 -4
  334. package/src/pipes/firstUppercase/firstUppercase.pipe.d.ts.map +1 -1
  335. package/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.d.ts +8 -8
  336. package/src/pipes/firstUppercaseLocalize/firstUppercaseLocalize.pipe.d.ts.map +1 -1
  337. package/src/pipes/isNaN/isNaN.pipe.d.ts.map +1 -1
  338. package/src/pipes/isPresent/isPresent.pipe.d.ts.map +1 -1
  339. package/src/pipes/localize/localize.pipe.d.ts +3 -3
  340. package/src/pipes/localize/localize.pipe.d.ts.map +1 -1
  341. package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts +3 -3
  342. package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts.map +1 -1
  343. package/version.bak +1 -1
@@ -13,6 +13,6 @@ export declare class GetControlPipe implements PipeTransform {
13
13
  */
14
14
  transform<TModel, TKey extends keyof TModel>(value: AbstractControl<TModel>, control: TKey, _valueHash?: unknown): AbstractControl<TModel[TKey]> | null;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<GetControlPipe, never>;
16
- static ɵpipe: i0.ɵɵPipeDeclaration<GetControlPipe, "getControl", false>;
16
+ static ɵpipe: i0.ɵɵPipeDeclaration<GetControlPipe, "getControl", true>;
17
17
  }
18
18
  //# sourceMappingURL=getControl.pipe.d.ts.map
@@ -8,7 +8,7 @@ import * as i4 from "../directives/numberInput/numberInputValidator.directive";
8
8
  */
9
9
  export declare class NumberInputModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<NumberInputModule, [typeof i1.MaxValueNumberValidatorDirective, typeof i2.MinValueNumberValidatorDirective, typeof i3.NumberInputControlValueAccessor, typeof i4.NumberInputValidatorDirective], never, [typeof i1.MaxValueNumberValidatorDirective, typeof i2.MinValueNumberValidatorDirective, typeof i3.NumberInputControlValueAccessor, typeof i4.NumberInputValidatorDirective]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NumberInputModule, never, [typeof i1.MaxValueNumberValidatorDirective, typeof i2.MinValueNumberValidatorDirective, typeof i3.NumberInputControlValueAccessor, typeof i4.NumberInputValidatorDirective], [typeof i1.MaxValueNumberValidatorDirective, typeof i2.MinValueNumberValidatorDirective, typeof i3.NumberInputControlValueAccessor, typeof i4.NumberInputValidatorDirective]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<NumberInputModule>;
13
13
  }
14
14
  //# sourceMappingURL=numberInput.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"errorMessagesExtractor.service.d.ts","sourceRoot":"","sources":["errorMessagesExtractor.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,kBAAkB,EAAsB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,gBAAgB,EAAmB,MAAM,gBAAgB,CAAC;AAGlE,OAAO,EAAC,sBAAsB,EAAC,MAAM,oCAAoC,CAAC;;AAgB1E;;GAEG;AACH,qBACa,sBAAsB;IAUU,SAAS,CAAC,mBAAmB,EAAE,kBAAkB;IAC3C,SAAS,CAAC,wBAAwB,EAAE,MAAM,EAAE;IAP3F;;OAEG;IACH,SAAS,CAAC,cAAc,EAAE,gBAAgB,CAAC;gBAGQ,mBAAmB,EAAE,kBAAkB,EACjC,wBAAwB,EAAE,MAAM,EAAE,EAChC,mBAAmB,CAAC,EAAE,gBAAgB;IAOjG;;;;OAIG;IACI,SAAS,CAAC,OAAO,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,gBAAgB,GAAG,sBAAsB;yCAxBlF,sBAAsB;6CAAtB,sBAAsB;CAqElC"}
1
+ {"version":3,"file":"errorMessagesExtractor.service.d.ts","sourceRoot":"","sources":["errorMessagesExtractor.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,kBAAkB,EAAsB,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,gBAAgB,EAAW,MAAM,gBAAgB,CAAC;AAI1D,OAAO,EAAC,sBAAsB,EAAC,MAAM,oCAAoC,CAAC;;AAgB1E;;GAEG;AACH,qBACa,sBAAsB;IAUU,SAAS,CAAC,mBAAmB,EAAE,kBAAkB;IAC3C,SAAS,CAAC,wBAAwB,EAAE,MAAM,EAAE;IAP3F;;OAEG;IACH,SAAS,CAAC,cAAc,EAAE,gBAAgB,CAAC;gBAGQ,mBAAmB,EAAE,kBAAkB,EACjC,wBAAwB,EAAE,MAAM,EAAE,EAChC,mBAAmB,CAAC,EAAE,gBAAgB;IAOjG;;;;OAIG;IACI,SAAS,CAAC,OAAO,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,gBAAgB,GAAG,sBAAsB;yCAxBlF,sBAAsB;6CAAtB,sBAAsB;CAqElC"}
@@ -1 +1 @@
1
- {"version":3,"file":"validationErrorRenderer.service.d.ts","sourceRoot":"","sources":["validationErrorRenderer.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAE,YAAY,EAAC,MAAM,eAAe,CAAC;AACnF,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAS,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAC,sBAAsB,EAAC,MAAM,0DAA0D,CAAC;AAChG,OAAO,EAAC,uBAAuB,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,qCAAqC,EAAE,kCAAkC,EAAC,MAAM,qCAAqC,CAAC;AAChN,OAAO,EAAC,sBAAsB,EAAC,MAAM,4DAA4D,CAAC;AAElG,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAGvF;;GAEG;AACH,qBACa,8BAA8B;IAU3B,SAAS,CAAC,uBAAuB,EAAE,sBAAsB;IANrE;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,qCAAqC,CAAC;gBAGpC,uBAAuB,EAAE,sBAAsB,EACM,OAAO,EAAE,qCAAqC;IAOzH;;;;;;OAMG;IACI,MAAM,CAAC,OAAO,EAAE,WAAW,EACpB,aAAa,EAAE,6BAA6B,EAC5C,QAAQ,EAAE,QAAQ,EAClB,kBAAkB,EAAE,sBAAsB,GAAG,uBAAuB;yCA5BzE,8BAA8B;6CAA9B,8BAA8B;CAqC1C;AAED;;GAEG;AACH,qBAAa,8BAA+B,YAAW,uBAAuB;IAe9D,SAAS,CAAC,uBAAuB,EAAE,sBAAsB;IACzD,SAAS,CAAC,QAAQ,EAAE,WAAW;IAC/B,SAAS,CAAC,cAAc,EAAE,6BAA6B;IACvD,SAAS,CAAC,SAAS,EAAE,QAAQ;IAC7B,SAAS,CAAC,mBAAmB,EAAE,sBAAsB;IACrD,SAAS,CAAC,QAAQ,EAAE,+BAA+B;IAhB/D;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,sBAAsB,CAAC;IAE9C;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,YAAY,CAAC,kCAAkC,CAAC,CAAC;gBAGjD,uBAAuB,EAAE,sBAAsB,EAC/C,QAAQ,EAAE,WAAW,EACrB,cAAc,EAAE,6BAA6B,EAC7C,SAAS,EAAE,QAAQ,EACnB,mBAAmB,EAAE,sBAAsB,EAC3C,QAAQ,EAAE,+BAA+B;IAO/D;;OAEG;IACI,OAAO,IAAI,IAAI;IAMtB;;OAEG;IACI,MAAM,CAAC,OAAO,EAAE,+BAA+B,EAAE,aAAa,CAAC,EAAE,gBAAgB,GAAG,OAAO;IA+BlG;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;CAKhC"}
1
+ {"version":3,"file":"validationErrorRenderer.service.d.ts","sourceRoot":"","sources":["validationErrorRenderer.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,QAAQ,EAAE,YAAY,EAAC,MAAM,eAAe,CAAC;AACnF,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAC,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAGhD,OAAO,EAAC,sBAAsB,EAAC,MAAM,0DAA0D,CAAC;AAChG,OAAO,EAAC,uBAAuB,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,qCAAqC,EAAE,kCAAkC,EAAC,MAAM,qCAAqC,CAAC;AAChN,OAAO,EAAC,sBAAsB,EAAC,MAAM,4DAA4D,CAAC;AAElG,OAAO,EAAC,6BAA6B,EAAC,MAAM,0CAA0C,CAAC;;AAGvF;;GAEG;AACH,qBACa,8BAA8B;IAU3B,SAAS,CAAC,uBAAuB,EAAE,sBAAsB;IANrE;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,qCAAqC,CAAC;gBAGpC,uBAAuB,EAAE,sBAAsB,EACM,OAAO,EAAE,qCAAqC;IAOzH;;;;;;OAMG;IACI,MAAM,CAAC,OAAO,EAAE,WAAW,EACpB,aAAa,EAAE,6BAA6B,EAC5C,QAAQ,EAAE,QAAQ,EAClB,kBAAkB,EAAE,sBAAsB,GAAG,uBAAuB;yCA5BzE,8BAA8B;6CAA9B,8BAA8B;CAqC1C;AAED;;GAEG;AACH,qBAAa,8BAA+B,YAAW,uBAAuB;IAe9D,SAAS,CAAC,uBAAuB,EAAE,sBAAsB;IACzD,SAAS,CAAC,QAAQ,EAAE,WAAW;IAC/B,SAAS,CAAC,cAAc,EAAE,6BAA6B;IACvD,SAAS,CAAC,SAAS,EAAE,QAAQ;IAC7B,SAAS,CAAC,mBAAmB,EAAE,sBAAsB;IACrD,SAAS,CAAC,QAAQ,EAAE,+BAA+B;IAhB/D;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,sBAAsB,CAAC;IAE9C;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,YAAY,CAAC,kCAAkC,CAAC,CAAC;gBAGjD,uBAAuB,EAAE,sBAAsB,EAC/C,QAAQ,EAAE,WAAW,EACrB,cAAc,EAAE,6BAA6B,EAC7C,SAAS,EAAE,QAAQ,EACnB,mBAAmB,EAAE,sBAAsB,EAC3C,QAAQ,EAAE,+BAA+B;IAO/D;;OAEG;IACI,OAAO,IAAI,IAAI;IAMtB;;OAEG;IACI,MAAM,CAAC,OAAO,EAAE,+BAA+B,EAAE,aAAa,CAAC,EAAE,gBAAgB,GAAG,OAAO;IA+BlG;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;CAKhC"}
@@ -1 +1 @@
1
- {"version":3,"file":"cheatSheet.component.d.ts","sourceRoot":"","sources":["cheatSheet.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAC;AAEhH,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,MAAM,CAAC;AACnD,OAAO,EAAC,MAAM,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;;AAExD;;GAEG;AACH,qBAYa,0BAA2B,YAAW,MAAM,EAAE,SAAS;IAwBpD,OAAO,CAAC,eAAe;IApBnC;;OAEG;IACH,OAAO,CAAC,UAAU,CAAmD;IAI9D,YAAY,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACpE,YAAY,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAC1C,OAAO,EAAE,MAAM,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAIxC;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAyB;gBAGzB,eAAe,EAAE,cAAc;IAMnD;;OAEG;IACI,QAAQ,IAAI,IAAI;IA2BvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;OAEG;IACI,gBAAgB,IAAI,IAAI;yCA5EtB,0BAA0B;2CAA1B,0BAA0B;CAgFtC"}
1
+ {"version":3,"file":"cheatSheet.component.d.ts","sourceRoot":"","sources":["cheatSheet.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,SAAS,EAAE,MAAM,EAAsB,MAAM,eAAe,CAAC;AAEhH,OAAO,EAAC,eAAe,EAAE,YAAY,EAAC,MAAM,MAAM,CAAC;AACnD,OAAO,EAAC,MAAM,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;;AAExD;;GAEG;AACH,qBAWa,0BAA2B,YAAW,MAAM,EAAE,SAAS;IAwBpD,OAAO,CAAC,eAAe;IApBnC;;OAEG;IACH,OAAO,CAAC,UAAU,CAAmD;IAI9D,YAAY,EAAE,eAAe,CAAC,OAAO,CAAC,CAA8B;IACpE,YAAY,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAC1C,OAAO,EAAE,MAAM,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAIxC;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAyB;gBAGzB,eAAe,EAAE,cAAc;IAMnD;;OAEG;IACI,QAAQ,IAAI,IAAI;IA2BvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;OAEG;IACI,gBAAgB,IAAI,IAAI;yCA5EtB,0BAA0B;2CAA1B,0BAA0B;CAgFtC"}
@@ -13,6 +13,6 @@ export declare class ConfirmationDialogComponent {
13
13
  options: ConfirmationDialogOptions;
14
14
  constructor(data: ConfirmationDialogOptions, dialog: MatDialogRef<ConfirmationDialogOptions, boolean>, options: ConfirmationDialogOptions);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogComponent, [null, null, { optional: true; }]>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "confirmation-dialog", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationDialogComponent, "confirmation-dialog", never, {}, {}, never, never, true, never>;
17
17
  }
18
18
  //# sourceMappingURL=confirmationDialog.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"confirmationDialog.component.d.ts","sourceRoot":"","sources":["confirmationDialog.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAC,MAAM,0BAA0B,CAAC;AAKtD,OAAO,EAAC,yBAAyB,EAAC,MAAM,oDAAoD,CAAC;;AAqB7F;;GAEG;AACH,qBAMa,2BAA2B;IAYjB,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,OAAO,CAAC;IAR3E;;;OAGG;IACI,OAAO,EAAE,yBAAyB,CAAC;gBAGF,IAAI,EAAE,yBAAyB,EACpD,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,OAAO,CAAC,EACd,OAAO,EAAE,yBAAyB;yCAbtF,2BAA2B;2CAA3B,2BAA2B;CAiBvC"}
1
+ {"version":3,"file":"confirmationDialog.component.d.ts","sourceRoot":"","sources":["confirmationDialog.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,YAAY,EAAC,MAAM,0BAA0B,CAAC;AAMtD,OAAO,EAAC,yBAAyB,EAAC,MAAM,oDAAoD,CAAC;;AAqB7F;;GAEG;AACH,qBAWa,2BAA2B;IAYjB,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,OAAO,CAAC;IAR3E;;;OAGG;IACI,OAAO,EAAE,yBAAyB,CAAC;gBAGF,IAAI,EAAE,yBAAyB,EACpD,MAAM,EAAE,YAAY,CAAC,yBAAyB,EAAE,OAAO,CAAC,EACd,OAAO,EAAE,yBAAyB;yCAbtF,2BAA2B;2CAA3B,2BAA2B;CAiBvC"}
@@ -5,6 +5,6 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class MovableTitledDialogComponent extends TitledDialogComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<MovableTitledDialogComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<MovableTitledDialogComponent, "movable-titled-dialog", never, {}, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<MovableTitledDialogComponent, "movable-titled-dialog", never, {}, {}, never, never, true, never>;
9
9
  }
10
10
  //# sourceMappingURL=movableTitledDialog.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"movableTitledDialog.component.d.ts","sourceRoot":"","sources":["movableTitledDialog.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,qBAAqB,EAAC,MAAM,wCAAwC,CAAC;;AAE7E;;GAEG;AACH,qBAOa,4BAA6B,SAAQ,qBAAqB;yCAA1D,4BAA4B;2CAA5B,4BAA4B;CAExC"}
1
+ {"version":3,"file":"movableTitledDialog.component.d.ts","sourceRoot":"","sources":["movableTitledDialog.component.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,qBAAqB,EAAC,MAAM,wCAAwC,CAAC;;AAE7E;;GAEG;AACH,qBAca,4BAA6B,SAAQ,qBAAqB;yCAA1D,4BAA4B;2CAA5B,4BAA4B;CAExC"}
@@ -10,5 +10,5 @@
10
10
  </div>
11
11
 
12
12
  <div class="titled-dialog-content">
13
- <ng-template [ngComponentOutletEx]="component" [ngComponentOutletExInjector]="injector"></ng-template>
13
+ <ng-container *ngComponentOutlet="component; injector: injector"/>
14
14
  </div>
@@ -19,6 +19,6 @@ export declare class TitledDialogComponent {
19
19
  get component(): ComponentType<any>;
20
20
  constructor(data: ɵTitledDialogOptions, dialogRef: MatDialogRef<ɵTitledDialogOptions>, injector: Injector);
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<TitledDialogComponent, "titled-dialog", never, {}, {}, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<TitledDialogComponent, "titled-dialog", never, {}, {}, never, never, true, never>;
23
23
  }
24
24
  //# sourceMappingURL=titledDialog.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"titledDialog.component.d.ts","sourceRoot":"","sources":["titledDialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,QAAQ,EAA6B,MAAM,eAAe,CAAC;AAC/G,OAAO,EAAkB,YAAY,EAAC,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAGlD,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;;AAElF;;GAEG;AACH,qBAOa,qBAAqB;IAuBc,IAAI,EAAE,oBAAoB;IACnD,SAAS,EAAE,YAAY,CAAC,oBAAoB,CAAC;IApBhE;;OAEG;IACI,QAAQ,EAAE,QAAQ,CAAC;IAE1B;;OAEG;IACH,IAAW,SAAS,IAAI,aAAa,CAAC,GAAG,CAAC,CAQzC;gBAG2C,IAAI,EAAE,oBAAoB,EACnD,SAAS,EAAE,YAAY,CAAC,oBAAoB,CAAC,EACpD,QAAQ,EAAE,QAAQ;yCAzBrB,qBAAqB;2CAArB,qBAAqB;CAwCjC"}
1
+ {"version":3,"file":"titledDialog.component.d.ts","sourceRoot":"","sources":["titledDialog.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,QAAQ,EAA6B,MAAM,eAAe,CAAC;AAE/G,OAAO,EAAkB,YAAY,EAAC,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAIlD,OAAO,EAAC,oBAAoB,EAAC,MAAM,8CAA8C,CAAC;;AAElF;;GAEG;AACH,qBAYa,qBAAqB;IAuBc,IAAI,EAAE,oBAAoB;IACnD,SAAS,EAAE,YAAY,CAAC,oBAAoB,CAAC;IApBhE;;OAEG;IACI,QAAQ,EAAE,QAAQ,CAAC;IAE1B;;OAEG;IACH,IAAW,SAAS,IAAI,aAAa,CAAC,GAAG,CAAC,CAQzC;gBAG2C,IAAI,EAAE,oBAAoB,EACnD,SAAS,EAAE,YAAY,CAAC,oBAAoB,CAAC,EACpD,QAAQ,EAAE,QAAQ;yCAzBrB,qBAAqB;2CAArB,qBAAqB;CAwCjC"}
@@ -7,5 +7,5 @@
7
7
  </div>
8
8
 
9
9
  <div class="titled-dialog-content">
10
- <ng-template [ngComponentOutletEx]="component" [ngComponentOutletExInjector]="injector"></ng-template>
11
- </div>
10
+ <ng-container *ngComponentOutlet="component; injector: injector"/>
11
+ </div>
@@ -1 +1 @@
1
- {"version":3,"file":"confirmationDialog.directive.d.ts","sourceRoot":"","sources":["confirmationDialog.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAuB,MAAM,eAAe,CAAC;AAGnF,OAAO,EAAC,mBAAmB,EAAC,MAAM,kDAAkD,CAAC;AAErF,OAAO,EAA4B,4BAA4B,EAAC,MAAM,oDAAoD,CAAC;;AAE3H;;GAEG;AACH,qBAKa,2BAA2B;IAuDxB,OAAO,CAAC,OAAO;IAnD3B;;OAEG;IAEI,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAa;IAE3D;;OAEG;IAEI,iBAAiB,EAAE,MAAM,CAAkB;IAElD;;OAEG;IAEI,mBAAmB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAa;IAE9D;;OAEG;IAEI,kBAAkB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAa;IAE7D;;OAEG;IAEI,sBAAsB,EAAE,4BAA4B,GAAC,SAAS,GAAC,IAAI,CAAa;IAEvF;;OAEG;IAEI,gBAAgB,EAAE,OAAO,CAAS;IAEzC;;OAEG;IAEI,6BAA6B,EAAE,OAAO,CAAQ;IAIrD;;OAEG;IAEI,OAAO,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;gBAG1C,OAAO,EAAE,mBAAmB;IAMhD;;OAEG;IAEU,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;yCAjE3C,2BAA2B;2CAA3B,2BAA2B;CAkGvC"}
1
+ {"version":3,"file":"confirmationDialog.directive.d.ts","sourceRoot":"","sources":["confirmationDialog.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAuB,MAAM,eAAe,CAAC;AAGnF,OAAO,EAAC,mBAAmB,EAAC,MAAM,kDAAkD,CAAC;AAErF,OAAO,EAA4B,4BAA4B,EAAC,MAAM,oDAAoD,CAAC;;AAE3H;;GAEG;AACH,qBAIa,2BAA2B;IAuDxB,OAAO,CAAC,OAAO;IAnD3B;;OAEG;IAEI,gBAAgB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAa;IAE3D;;OAEG;IAEI,iBAAiB,EAAE,MAAM,CAAkB;IAElD;;OAEG;IAEI,mBAAmB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAa;IAE9D;;OAEG;IAEI,kBAAkB,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAa;IAE7D;;OAEG;IAEI,sBAAsB,EAAE,4BAA4B,GAAC,SAAS,GAAC,IAAI,CAAa;IAEvF;;OAEG;IAEI,gBAAgB,EAAE,OAAO,CAAS;IAEzC;;OAEG;IAEI,6BAA6B,EAAE,OAAO,CAAQ;IAIrD;;OAEG;IAEI,OAAO,EAAE,YAAY,CAAC,IAAI,CAAC,CAA4B;gBAG1C,OAAO,EAAE,mBAAmB;IAMhD;;OAEG;IAEU,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC,IAAI,CAAC;yCAjE3C,2BAA2B;2CAA3B,2BAA2B;CAkGvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"debugDataCopyClick.directive.d.ts","sourceRoot":"","sources":["debugDataCopyClick.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;;AAEjD;;GAEG;AACH,qBAKa,2BAA2B;IAqBxB,SAAS,CAAC,UAAU,EAAE,SAAS;IAjB3C;;OAEG;IAEI,IAAI,EAAE,OAAO,CAAC;IAIrB;;;;OAIG;IAEI,SAAS,EAAE,OAAO,CAAQ;gBAGX,UAAU,EAAE,SAAS;IAM3C;;;;OAIG;IAEI,QAAQ,IAAI,IAAI;yCAjCd,2BAA2B;2CAA3B,2BAA2B;CAqCvC"}
1
+ {"version":3,"file":"debugDataCopyClick.directive.d.ts","sourceRoot":"","sources":["debugDataCopyClick.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;;AAEjD;;GAEG;AACH,qBAIa,2BAA2B;IAqBxB,SAAS,CAAC,UAAU,EAAE,SAAS;IAjB3C;;OAEG;IAEI,IAAI,EAAE,OAAO,CAAC;IAIrB;;;;OAIG;IAEI,SAAS,EAAE,OAAO,CAAQ;gBAGX,UAAU,EAAE,SAAS;IAM3C;;;;OAIG;IAEI,QAAQ,IAAI,IAAI;yCAjCd,2BAA2B;2CAA3B,2BAA2B;CAqCvC"}
@@ -1,15 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "../components/confirmationDialog/confirmationDialog.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@anglr/common";
5
- import * as i4 from "./titledDialog.module";
6
- import * as i5 from "../directives/confirmationDialog/confirmationDialog.directive";
2
+ import * as i1 from "./titledDialog.module";
3
+ import * as i2 from "../directives/confirmationDialog/confirmationDialog.directive";
4
+ import * as i3 from "../components/confirmationDialog/confirmationDialog.component";
7
5
  /**
8
6
  * Module containing confirmation dialog component and directive
9
7
  */
10
8
  export declare class ConfirmationDialogModule {
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationDialogModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, [typeof i1.ConfirmationDialogComponent], [typeof i2.CommonModule, typeof i3.CommonLocalizeModule, typeof i4.TitledDialogModule, typeof i5.ConfirmationDialogDirective], [typeof i5.ConfirmationDialogDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ConfirmationDialogModule, never, [typeof i1.TitledDialogModule, typeof i2.ConfirmationDialogDirective, typeof i3.ConfirmationDialogComponent], [typeof i2.ConfirmationDialogDirective]>;
13
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ConfirmationDialogModule>;
14
12
  }
15
13
  //# sourceMappingURL=confirmationDialog.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"confirmationDialog.module.d.ts","sourceRoot":"","sources":["confirmationDialog.module.ts"],"names":[],"mappings":";;;;;;AAQA;;GAEG;AACH,qBAkBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAEpC"}
1
+ {"version":3,"file":"confirmationDialog.module.d.ts","sourceRoot":"","sources":["confirmationDialog.module.ts"],"names":[],"mappings":";;;;AAMA;;GAEG;AACH,qBAaa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAEpC"}
@@ -1,14 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "../components/movableTitledDialog/movableTitledDialog.component";
3
- import * as i2 from "@anglr/common";
4
- import * as i3 from "@angular/material/dialog";
5
- import * as i4 from "@angular/cdk/drag-drop";
2
+ import * as i1 from "@anglr/common";
3
+ import * as i2 from "@angular/material/dialog";
4
+ import * as i3 from "@angular/cdk/drag-drop";
5
+ import * as i4 from "../components/movableTitledDialog/movableTitledDialog.component";
6
6
  /**
7
7
  * Module for components for displaying movable titled dialog
8
8
  */
9
9
  export declare class MovableTitledDialogModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MovableTitledDialogModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<MovableTitledDialogModule, [typeof i1.MovableTitledDialogComponent], [typeof i2.CommonDynamicModule, typeof i2.CommonLocalizeModule, typeof i3.MatDialogModule, typeof i4.DragDropModule], never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MovableTitledDialogModule, never, [typeof i1.CommonDynamicModule, typeof i1.CommonLocalizeModule, typeof i2.MatDialogModule, typeof i3.DragDropModule, typeof i4.MovableTitledDialogComponent], never>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<MovableTitledDialogModule>;
13
13
  }
14
14
  //# sourceMappingURL=movableTitledDialog.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"movableTitledDialog.module.d.ts","sourceRoot":"","sources":["movableTitledDialog.module.ts"],"names":[],"mappings":";;;;;AAOA;;GAEG;AACH,qBAca,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAErC"}
1
+ {"version":3,"file":"movableTitledDialog.module.d.ts","sourceRoot":"","sources":["movableTitledDialog.module.ts"],"names":[],"mappings":";;;;;AAOA;;GAEG;AACH,qBAWa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAErC"}
@@ -1,13 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "../components/titledDialog/titledDialog.component";
3
- import * as i2 from "@anglr/common";
4
- import * as i3 from "@angular/material/dialog";
2
+ import * as i1 from "@angular/material/dialog";
5
3
  /**
6
4
  * Module for components and service for displaying titled dialog
7
5
  */
8
6
  export declare class TitledDialogModule {
9
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule, [typeof i1.TitledDialogComponent], [typeof i2.CommonDynamicModule, typeof i2.CommonLocalizeModule, typeof i3.MatDialogModule], never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TitledDialogModule, never, [typeof i1.MatDialogModule], never>;
11
9
  static ɵinj: i0.ɵɵInjectorDeclaration<TitledDialogModule>;
12
10
  }
13
11
  //# sourceMappingURL=titledDialog.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"titledDialog.module.d.ts","sourceRoot":"","sources":["titledDialog.module.ts"],"names":[],"mappings":";;;;AAOA;;GAEG;AACH,qBAiBa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAE9B"}
1
+ {"version":3,"file":"titledDialog.module.d.ts","sourceRoot":"","sources":["titledDialog.module.ts"],"names":[],"mappings":";;AAKA;;GAEG;AACH,qBAWa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAE9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anglr/common",
3
- "version": "22.0.0-beta.20241115045223",
3
+ "version": "22.0.0-beta.20250123101532",
4
4
  "description": "Angular module for common angular stuff",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -85,59 +85,59 @@
85
85
  "homepage": "https://github.com/ressurectit/ng-common",
86
86
  "dependencies": {
87
87
  "@anglr/animations": ">=10.0.0",
88
- "@angular/animations": ">=18.0.0",
89
- "@angular/common": ">=18.0.0",
90
- "@angular/core": ">=18.0.0",
91
- "@angular/platform-browser": ">=18.0.0",
92
- "@jscrpt/common": ">=6.2.0",
88
+ "@angular/animations": ">=19.1.0",
89
+ "@angular/common": ">=19.1.0",
90
+ "@angular/core": ">=19.1.0",
91
+ "@angular/platform-browser": ">=19.1.0",
92
+ "@jscrpt/common": ">=7.0.0",
93
93
  "rxjs": ">=7.5.7",
94
- "tslib": "^2.6.2"
94
+ "tslib": "^2.8.1"
95
95
  },
96
96
  "optionalDependencies": {
97
- "@angular/cdk": ">=18.0.0",
98
- "@angular/forms": ">=18.0.0",
99
- "@angular/material": ">=18.0.0",
100
- "@angular/router": ">=18.0.0",
101
- "@floating-ui/dom": "^1.6.5",
97
+ "@angular/cdk": ">=19.1.0",
98
+ "@angular/forms": ">=19.1.0",
99
+ "@angular/material": ">=19.1.0",
100
+ "@angular/router": ">=19.1.0",
101
+ "@floating-ui/dom": ">=1.6.13",
102
102
  "angular2-hotkeys": ">=16.0.1",
103
- "date-fns": "^2.30.0",
104
- "store": "^2.0.12"
103
+ "date-fns": ">=4.1.0",
104
+ "store": ">=2.0.12"
105
105
  },
106
106
  "devDependencies": {
107
- "@anglr/animations": "^10.0.0",
108
- "@angular/animations": "^18.0.0",
109
- "@angular/cdk": "^18.0.0",
110
- "@angular/common": "^18.0.0",
111
- "@angular/compiler": "^18.0.0",
112
- "@angular/compiler-cli": "^18.0.0",
113
- "@angular/core": "^18.0.0",
114
- "@angular/forms": "^18.0.0",
115
- "@angular/language-service": "^18.0.0",
116
- "@angular/material": "^18.0.0",
117
- "@angular/platform-browser": "^18.0.0",
118
- "@angular/router": "^18.0.0",
119
- "@floating-ui/dom": "^1.6.5",
120
- "@jscrpt/common": "^6.2.0",
121
- "@microsoft/api-documenter": "7.25.9",
122
- "@microsoft/api-extractor": "7.47.4",
123
- "@types/node": "^20.12.12",
124
- "@types/store": "^2.0.5",
125
- "@typescript-eslint/eslint-plugin": "7.17.0",
126
- "@typescript-eslint/parser": "7.17.0",
127
- "angular2-hotkeys": "^16.0.1",
107
+ "@anglr/animations": "10.0.0",
108
+ "@angular/animations": "19.1.0",
109
+ "@angular/cdk": "19.1.0",
110
+ "@angular/common": "19.1.0",
111
+ "@angular/compiler": "19.1.0",
112
+ "@angular/compiler-cli": "19.1.0",
113
+ "@angular/core": "19.1.0",
114
+ "@angular/forms": "19.1.0",
115
+ "@angular/language-service": "19.1.0",
116
+ "@angular/material": "19.1.0",
117
+ "@angular/platform-browser": "19.1.0",
118
+ "@angular/router": "19.1.0",
119
+ "@floating-ui/dom": "1.6.13",
120
+ "@jscrpt/common": "7.0.0",
121
+ "@microsoft/api-documenter": "7.26.5",
122
+ "@microsoft/api-extractor": "7.49.1",
123
+ "@stylistic/eslint-plugin": "2.13.0",
124
+ "@types/node": "20.12.12",
125
+ "@types/store": "2.0.5",
126
+ "angular2-hotkeys": "16.0.1",
128
127
  "copyfiles": "2.4.1",
129
- "date-fns": "^2.30.0",
130
- "eslint": "7.32.0",
131
- "eslint-plugin-ressurectit": "0.1.0",
132
- "lerna": "8.1.3",
128
+ "date-fns": "4.1.0",
129
+ "eslint": "9.18.0",
130
+ "eslint-plugin-ressurectit": "0.2.1",
131
+ "lerna": "8.1.9",
133
132
  "npm-git-version": "2.0.0",
134
133
  "path-exists-cli": "2.0.0",
135
- "replace-in-file": "8.1.0",
134
+ "replace-in-file": "8.3.0",
136
135
  "rimraf": "6.0.1",
137
- "rxjs": "^7.5.7",
138
- "store": "^2.0.12",
139
- "tslib": "2.6.2",
140
- "typescript": "5.4.5"
136
+ "rxjs": "7.5.7",
137
+ "store": "2.0.12",
138
+ "tslib": "2.8.1",
139
+ "typescript": "5.7.3",
140
+ "typescript-eslint": "8.20.0"
141
141
  },
142
142
  "module": "./es2022/src/index.js",
143
143
  "typings": "./src/index.d.ts",
@@ -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,wCAEpG,SAAS,KAAG,SAAS,CAwB7E"}
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,IAEzI,SAAS,SAAS,QAAQ,UAAW,SAAS,KAAG,SAAS,CAwB7E"}
@@ -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,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"}
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,qBAaa,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"}
@@ -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,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"}
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,qBAYa,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"}
@@ -1 +1 @@
1
- {"version":3,"file":"typeProvider.decorator.d.ts","sourceRoot":"","sources":["typeProvider.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAc7C;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,QAAQ,CAUhE;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,QAAQ,EAAE,QAAQ,GAAG,cAAc,CAoB/D"}
1
+ {"version":3,"file":"typeProvider.decorator.d.ts","sourceRoot":"","sources":["typeProvider.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAc7C;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,QAAQ,CAUhE;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,QAAQ,EAAE,QAAQ,GAAG,cAAc,CAmB/D"}
@@ -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,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"}
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,qBAIa,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"}
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Directive that handles click outside of element
5
5
  */
6
- export declare class ClickOutsideSADirective implements OnInit, OnDestroy {
6
+ export declare class ClickOutsideDirective implements OnInit, OnDestroy {
7
7
  protected element: ElementRef<HTMLElement>;
8
8
  protected document: Document;
9
9
  protected ngZone: NgZone;
@@ -42,7 +42,7 @@ export declare class ClickOutsideSADirective implements OnInit, OnDestroy {
42
42
  * Custom input type for `clickOutsideCondition` input
43
43
  */
44
44
  static ngAcceptInputType_clickOutsideCondition: boolean | '';
45
- static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideSADirective, never>;
46
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideSADirective, "[clickOutside]", never, { "clickOutsideCondition": { "alias": "clickOutside"; "required": false; }; "clickOutsideElement": { "alias": "clickOutsideElement"; "required": false; }; }, { "clickOutsideConditionChange": "clickOutsideChange"; }, never, never, true, never>;
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
46
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, { "clickOutsideCondition": { "alias": "clickOutside"; "required": false; }; "clickOutsideElement": { "alias": "clickOutsideElement"; "required": false; }; }, { "clickOutsideConditionChange": "clickOutsideChange"; }, never, never, true, never>;
47
47
  }
48
48
  //# sourceMappingURL=clickOutside.directive.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"clickOutside.directive.d.ts","sourceRoot":"","sources":["clickOutside.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,MAAM,EAAE,SAAS,EAAS,YAAY,EAAU,UAAU,EAAU,MAAM,EAAC,MAAM,eAAe,CAAC;;AAIpH;;GAEG;AACH,qBAKa,uBAAwB,YAAW,MAAM,EAAE,SAAS;IA8CjD,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IACxB,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAC9C,SAAS,CAAC,MAAM,EAAE,MAAM;IA5CpC;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,OAAO,CAAS;IAIlD;;OAEG;IACH,IACW,qBAAqB,IAAI,OAAO,CAG1C;IACD,IAAW,qBAAqB,CAAC,KAAK,EAAE,OAAO,EAU9C;IAED;;OAEG;IAEI,mBAAmB,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvD;;OAEG;IAEI,2BAA2B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;gBAGlE,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,EACd,QAAQ,EAAE,QAAQ,EACpC,MAAM,EAAE,MAAM;IAMpC;;OAEG;IACI,QAAQ,IAAI,IAAI;IAUvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;;OAGG;IACH,SAAS,CAAC,kBAAkB,UAAW,UAAU,UAUhD;IAID;;OAEG;IACH,OAAc,uCAAuC,EAAE,OAAO,GAAC,EAAE,CAAC;yCArGzD,uBAAuB;2CAAvB,uBAAuB;CAsGnC"}
1
+ {"version":3,"file":"clickOutside.directive.d.ts","sourceRoot":"","sources":["clickOutside.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,MAAM,EAAE,SAAS,EAAS,YAAY,EAAU,UAAU,EAAU,MAAM,EAAC,MAAM,eAAe,CAAC;;AAIpH;;GAEG;AACH,qBAIa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IA8C/C,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IACxB,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAC9C,SAAS,CAAC,MAAM,EAAE,MAAM;IA5CpC;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,OAAO,CAAS;IAIlD;;OAEG;IACH,IACW,qBAAqB,IAAI,OAAO,CAG1C;IACD,IAAW,qBAAqB,CAAC,KAAK,EAAE,OAAO,EAU9C;IAED;;OAEG;IAEI,mBAAmB,EAAE,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC;IAIvD;;OAEG;IAEI,2BAA2B,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;gBAGlE,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,EACd,QAAQ,EAAE,QAAQ,EACpC,MAAM,EAAE,MAAM;IAMpC;;OAEG;IACI,QAAQ,IAAI,IAAI;IAUvB;;OAEG;IACI,WAAW,IAAI,IAAI;IAU1B;;;OAGG;IACH,SAAS,CAAC,kBAAkB,UAAW,UAAU,UAUhD;IAID;;OAEG;IACH,OAAc,uCAAuC,EAAE,OAAO,GAAC,EAAE,CAAC;yCArGzD,qBAAqB;2CAArB,qBAAqB;CAsGjC"}
@@ -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,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"}
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,qBAQa,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;wCAwJo6sC,OAAQ;CAAh9sC"}
@@ -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,eAAe;IAGZ,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,QAAQ;IAMvC;;;OAGG;IAEI,MAAM,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAd7B,eAAe;2CAAf,eAAe;CAqB3B"}
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,qBAIa,eAAe;IAGZ,OAAO,CAAC,SAAS;gBAAT,SAAS,EAAE,QAAQ;IAMvC;;;OAGG;IAEI,MAAM,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAd7B,eAAe;2CAAf,eAAe;CAqB3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"ngComponentOutletEx.directive.d.ts","sourceRoot":"","sources":["ngComponentOutletEx.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAA2B,QAAQ,EAAS,SAAS,EAAE,IAAI,EAAE,gBAAgB,EAAS,MAAM,eAAe,CAAC;;AAIhI;;GAEG;AACH,qBAMa,mBAAmB,CAAC,UAAU,CAAE,YAAW,SAAS;IAqDjD,OAAO,CAAC,iBAAiB;IAjDrC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAuC;IAI5D;;OAEG;IAEI,mBAAmB,EAAE,IAAI,CAAC,UAAU,CAAC,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5D;;OAEG;IAEI,2BAA2B,EAAE,QAAQ,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5D;;OAEG;IAEI,0BAA0B,EAAE,IAAI,EAAE,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAI3D;;OAEG;IAEI,0BAA0B,EAAE,YAAY,CAAC,UAAU,GAAC,IAAI,CAAC,CAAuC;IAIvG;;OAEG;IACH,IAAW,SAAS,IAAI,UAAU,GAAC,IAAI,CAQtC;gBAGmB,iBAAiB,EAAE,gBAAgB;IAKhD,WAAW,IAAI,IAAI;yCA1DjB,mBAAmB;2CAAnB,mBAAmB;CA4E/B"}
1
+ {"version":3,"file":"ngComponentOutletEx.directive.d.ts","sourceRoot":"","sources":["ngComponentOutletEx.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAA2B,QAAQ,EAAS,SAAS,EAAE,IAAI,EAAE,gBAAgB,EAAS,MAAM,eAAe,CAAC;;AAIhI;;GAEG;AACH,qBAKa,mBAAmB,CAAC,UAAU,CAAE,YAAW,SAAS;IAqDjD,OAAO,CAAC,iBAAiB;IAjDrC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAuC;IAI5D;;OAEG;IAEI,mBAAmB,EAAE,IAAI,CAAC,UAAU,CAAC,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5D;;OAEG;IAEI,2BAA2B,EAAE,QAAQ,GAAC,SAAS,GAAC,IAAI,CAAC;IAE5D;;OAEG;IAEI,0BAA0B,EAAE,IAAI,EAAE,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAI3D;;OAEG;IAEI,0BAA0B,EAAE,YAAY,CAAC,UAAU,GAAC,IAAI,CAAC,CAAuC;IAIvG;;OAEG;IACH,IAAW,SAAS,IAAI,UAAU,GAAC,IAAI,CAQtC;gBAGmB,iBAAiB,EAAE,gBAAgB;IAKhD,WAAW,IAAI,IAAI;yCA1DjB,mBAAmB;2CAAnB,mBAAmB;CA4E/B"}
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
5
5
  /**
6
6
  * Sets position of attached element relative to provided element
7
7
  */
8
- export declare class PositionToSADirective implements OnChanges, OnDestroy {
8
+ export declare class PositionToDirective implements OnChanges, OnDestroy {
9
9
  protected target: ElementRef<HTMLElement>;
10
10
  protected position: Position<HTMLElement>;
11
11
  /**
@@ -67,7 +67,7 @@ export declare class PositionToSADirective implements OnChanges, OnDestroy {
67
67
  * Custom input type for `source` input
68
68
  */
69
69
  static ngAcceptInputType_source: HTMLElement | ElementRef<HTMLElement>;
70
- static ɵfac: i0.ɵɵFactoryDeclaration<PositionToSADirective, never>;
71
- static ɵdir: i0.ɵɵDirectiveDeclaration<PositionToSADirective, "[positionTo]", never, { "source": { "alias": "positionTo"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "autoUpdate": { "alias": "autoUpdate"; "required": false; }; }, { "flip": "flip"; "done": "done"; }, never, never, true, never>;
70
+ static ɵfac: i0.ɵɵFactoryDeclaration<PositionToDirective, never>;
71
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PositionToDirective, "[positionTo]", never, { "source": { "alias": "positionTo"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "autoUpdate": { "alias": "autoUpdate"; "required": false; }; }, { "flip": "flip"; "done": "done"; }, never, never, true, never>;
72
72
  }
73
73
  //# sourceMappingURL=positionTo.directive.d.ts.map
@@ -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,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"}
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,qBAIa,mBAAoB,YAAW,SAAS,EAAE,SAAS;IAwFhD,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,mBAAmB;2CAAnB,mBAAmB;CA+K/B"}
package/src/index.d.ts CHANGED
@@ -12,8 +12,9 @@ export { MultiButtonModule } from './modules/multiButton/modules/multiButton.mod
12
12
  export * from './components';
13
13
  export * from './decorators';
14
14
  export * from './modules/castPipes';
15
- export * from './modules/progressIndicator';
15
+ export * from './modules/file';
16
16
  export * from './modules/logger';
17
+ export * from './modules/progressIndicator';
17
18
  export * from './modules/tooltip';
18
19
  export * from './pipes';
19
20
  export * from './types/host';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,oBAAoB,EAAC,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAC,oBAAoB,EAAC,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAC,iBAAiB,EAAC,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAC,eAAe,EAAC,MAAM,8CAA8C,CAAC;AAC7E,OAAO,EAAC,kBAAkB,EAAC,MAAM,8DAA8D,CAAC;AAChG,OAAO,EAAC,uBAAuB,EAAC,MAAM,wEAAwE,CAAC;AAC/G,OAAO,EAAC,oBAAoB,EAAC,MAAM,oEAAoE,CAAC;AACxG,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,OAAO,EAAC,wBAAwB,EAAC,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAC,iBAAiB,EAAC,MAAM,kDAAkD,CAAC;AACnF,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,OAAO,EAAC,aAAa,EAAC,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAC,iBAAiB,EAAC,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAC,gBAAgB,EAAE,sBAAsB,EAAC,MAAM,6BAA6B,CAAC;AACrF,OAAO,EAAC,sBAAsB,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AACrF,OAAO,EAAC,oBAAoB,EAAE,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AACvF,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kDAAkD,CAAC;AACjE,cAAc,wDAAwD,CAAC;AACvE,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC;AAC7D,OAAO,EAAC,mBAAmB,EAAC,MAAM,gEAAgE,CAAC;AACnG,OAAO,EAAC,UAAU,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,SAAS,CAAC;AACnG,OAAO,EAAC,qBAAqB,EAAE,2BAA2B,EAAE,YAAY,EAAE,oBAAoB,EAAE,aAAa,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,iCAAiC,EAAC,MAAM,0BAA0B,CAAC;AAC3P,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,oBAAoB,EAAC,MAAM,gDAAgD,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAC,oBAAoB,EAAC,MAAM,iCAAiC,CAAC;AACrE,OAAO,EAAC,iBAAiB,EAAC,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAC,eAAe,EAAC,MAAM,8CAA8C,CAAC;AAC7E,OAAO,EAAC,kBAAkB,EAAC,MAAM,8DAA8D,CAAC;AAChG,OAAO,EAAC,uBAAuB,EAAC,MAAM,wEAAwE,CAAC;AAC/G,OAAO,EAAC,oBAAoB,EAAC,MAAM,oEAAoE,CAAC;AACxG,OAAO,EAAC,qBAAqB,EAAC,MAAM,oEAAoE,CAAC;AACzG,OAAO,EAAC,wBAAwB,EAAC,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAC,iBAAiB,EAAC,MAAM,kDAAkD,CAAC;AACnF,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,OAAO,EAAC,aAAa,EAAC,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAC,iBAAiB,EAAC,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAC,gBAAgB,EAAE,sBAAsB,EAAC,MAAM,6BAA6B,CAAC;AACrF,OAAO,EAAC,sBAAsB,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AACrF,OAAO,EAAC,oBAAoB,EAAE,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AACvF,cAAc,8CAA8C,CAAC;AAC7D,cAAc,kDAAkD,CAAC;AACjE,cAAc,wDAAwD,CAAC;AACvE,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC;AAC7D,OAAO,EAAC,mBAAmB,EAAC,MAAM,gEAAgE,CAAC;AACnG,OAAO,EAAC,UAAU,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,gBAAgB,EAAC,MAAM,SAAS,CAAC;AACnG,OAAO,EAAC,qBAAqB,EAAE,2BAA2B,EAAE,YAAY,EAAE,oBAAoB,EAAE,aAAa,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,iCAAiC,EAAC,MAAM,0BAA0B,CAAC;AAC3P,cAAc,qBAAqB,CAAC"}
@@ -8,7 +8,7 @@ import * as i4 from "../pipes/castType/castType.pipe";
8
8
  */
9
9
  export declare class CastPipesModule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CastPipesModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<CastPipesModule, [typeof i1.AsHtmlElementPipe, typeof i2.AsNgClassRequiredPipe, typeof i3.AsRequiredTypePipe, typeof i4.CastTypePipe], never, [typeof i1.AsHtmlElementPipe, typeof i2.AsNgClassRequiredPipe, typeof i3.AsRequiredTypePipe, typeof i4.CastTypePipe]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CastPipesModule, never, [typeof i1.AsHtmlElementPipe, typeof i2.AsNgClassRequiredPipe, typeof i3.AsRequiredTypePipe, typeof i4.CastTypePipe], [typeof i1.AsHtmlElementPipe, typeof i2.AsNgClassRequiredPipe, typeof i3.AsRequiredTypePipe, typeof i4.CastTypePipe]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<CastPipesModule>;
13
13
  }
14
14
  //# sourceMappingURL=castPipes.module.d.ts.map
@@ -5,6 +5,6 @@ import * as i0 from "@angular/core";
5
5
  */
6
6
  export declare class AsHtmlElementPipe extends CastTypePipe<EventTarget, HTMLElement> {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<AsHtmlElementPipe, never>;
8
- static ɵpipe: i0.ɵɵPipeDeclaration<AsHtmlElementPipe, "asHtmlElement", false>;
8
+ static ɵpipe: i0.ɵɵPipeDeclaration<AsHtmlElementPipe, "asHtmlElement", true>;
9
9
  }
10
10
  //# sourceMappingURL=asHtmlElement.pipe.d.ts.map
@@ -10,6 +10,6 @@ export declare class AsNgClassRequiredPipe extends AsRequiredTypePipe<string | s
10
10
  */
11
11
  transform(value: string | string[] | Set<string> | Dictionary<any> | null | undefined, valueHash?: any): string | string[] | Set<string> | Dictionary<any>;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<AsNgClassRequiredPipe, never>;
13
- static ɵpipe: i0.ɵɵPipeDeclaration<AsNgClassRequiredPipe, "asNgClassRequired", false>;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<AsNgClassRequiredPipe, "asNgClassRequired", true>;
14
14
  }
15
15
  //# sourceMappingURL=asNgClassRequired.pipe.d.ts.map
@@ -12,6 +12,6 @@ export declare class AsRequiredTypePipe<TType> implements PipeTransform {
12
12
  */
13
13
  transform(value: TType | null | undefined, defaultValue: TType, _valueHash?: any): TType;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AsRequiredTypePipe<any>, never>;
15
- static ɵpipe: i0.ɵɵPipeDeclaration<AsRequiredTypePipe<any>, "asRequired", false>;
15
+ static ɵpipe: i0.ɵɵPipeDeclaration<AsRequiredTypePipe<any>, "asRequired", true>;
16
16
  }
17
17
  //# sourceMappingURL=asRequired.pipe.d.ts.map
@@ -23,6 +23,6 @@ export declare class CastTypePipe<TSource, TTarget extends TSource> implements P
23
23
  */
24
24
  protected _isInstanceOf(value: TSource): value is TTarget;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<CastTypePipe<any, any>, [{ optional: true; }]>;
26
- static ɵpipe: i0.ɵɵPipeDeclaration<CastTypePipe<any, any>, "castType", false>;
26
+ static ɵpipe: i0.ɵɵPipeDeclaration<CastTypePipe<any, any>, "castType", true>;
27
27
  }
28
28
  //# sourceMappingURL=castType.pipe.d.ts.map
@@ -5,7 +5,7 @@ import * as i1 from "../pipes/localize/localize.pipe";
5
5
  */
6
6
  export declare class CommonLocalizeModule {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<CommonLocalizeModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CommonLocalizeModule, never, [typeof i1.LocalizeSAPipe], [typeof i1.LocalizeSAPipe]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonLocalizeModule, never, [typeof i1.LocalizePipe], [typeof i1.LocalizePipe]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<CommonLocalizeModule>;
10
10
  }
11
11
  //# sourceMappingURL=commonLocalize.module.d.ts.map
@@ -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.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]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CommonUtilsModule, never, [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe, typeof i5.KeysPipe, typeof i6.TrimTextPipe], [typeof i1.IsNaNPipe, typeof i2.IsPresentPipe, typeof i3.UrlEncodePipe, typeof i4.MergeCssClassesPipe, typeof i5.KeysPipe, typeof i6.TrimTextPipe]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<CommonUtilsModule>;
15
15
  }
16
16
  //# sourceMappingURL=commonUtils.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"debugData.component.d.ts","sourceRoot":"","sources":["debugData.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,UAAU,EAAS,MAAM,eAAe,CAAC;AAErF,OAAO,EAAC,uBAAuB,EAAC,MAAM,0DAA0D,CAAC;;AAOjG;;GAEG;AACH,qBAQa,kBAAkB;IAGf,SAAS,CAAC,mBAAmB,EAAE,uBAAuB;IACtD,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;gBADhC,mBAAmB,EAAE,uBAAuB,EAC5C,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAOtD;;OAEG;IACH,SAAS,CAAC,kBAAkB,IAAI,IAAI;yCAd3B,kBAAkB;2CAAlB,kBAAkB;CAyB9B"}
1
+ {"version":3,"file":"debugData.component.d.ts","sourceRoot":"","sources":["debugData.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,UAAU,EAAS,MAAM,eAAe,CAAC;AAErF,OAAO,EAAC,uBAAuB,EAAC,MAAM,0DAA0D,CAAC;;AAOjG;;GAEG;AACH,qBAOa,kBAAkB;IAGf,SAAS,CAAC,mBAAmB,EAAE,uBAAuB;IACtD,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;gBADhC,mBAAmB,EAAE,uBAAuB,EAC5C,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC;IAOtD;;OAEG;IACH,SAAS,CAAC,kBAAkB,IAAI,IAAI;yCAd3B,kBAAkB;2CAAlB,kBAAkB;CAyB9B"}
@@ -0,0 +1,16 @@
1
+ :host
2
+ {
3
+ display: block;
4
+ position: relative;
5
+ }
6
+
7
+ .input-file
8
+ {
9
+ position: absolute;
10
+ width: 100%;
11
+ height: 100%;
12
+ top: 0;
13
+ left: 0;
14
+ cursor: pointer;
15
+ opacity: 0;
16
+ }