@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
@@ -0,0 +1,85 @@
1
+ import { Signal, TemplateRef, WritableSignal, InputSignalWithTransform, InputSignal, OutputEmitterRef } from '@angular/core';
2
+ import { FileInputDirective, FileTemplateContext } from '../../directive';
3
+ import { FileVisual } from '../../interfaces';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * Component used for obtaining file contents from disk
7
+ */
8
+ export declare class FileComponent {
9
+ /**
10
+ * Instance of context for file template
11
+ */
12
+ protected templateContext: Signal<FileTemplateContext>;
13
+ /**
14
+ * Holds current value of file for file input
15
+ */
16
+ protected file: WritableSignal<File | null | undefined>;
17
+ /**
18
+ * Holds current value of files for file input
19
+ */
20
+ protected files: WritableSignal<File[] | null | undefined>;
21
+ /**
22
+ * Holds current value of file name for file input
23
+ */
24
+ protected name: WritableSignal<string | null | undefined>;
25
+ /**
26
+ * Holds current value of files names for file input
27
+ */
28
+ protected names: WritableSignal<string[] | null | undefined>;
29
+ /**
30
+ * Instance template to be displayed as file input
31
+ */
32
+ protected fileTemplate: Signal<TemplateRef<FileTemplateContext>>;
33
+ /**
34
+ * Contains file input directive instance
35
+ */
36
+ protected fileInput: Signal<FileInputDirective>;
37
+ /**
38
+ * Instance of file visual implementation if available
39
+ */
40
+ protected fileVisual: Signal<FileVisual | undefined | null>;
41
+ /**
42
+ * Indication whether is multiple files selection enabled
43
+ */
44
+ multiple: InputSignalWithTransform<boolean, string | boolean>;
45
+ /**
46
+ * Indication whether read file content, working only when `multiple` is not set (for single file)
47
+ */
48
+ readContent: InputSignalWithTransform<boolean, string | boolean>;
49
+ /**
50
+ * Indication whether content of file is binary and it will be read as ArrayBuffer instead of string
51
+ */
52
+ binaryContent: InputSignalWithTransform<boolean, string | boolean>;
53
+ /**
54
+ * Text encoding of read string file content
55
+ */
56
+ textEncoding: InputSignal<string | undefined>;
57
+ /**
58
+ * Occurs when file changes and `binaryContent` is not set and `readContent` is set
59
+ */
60
+ stringContentChange: OutputEmitterRef<string | undefined | null>;
61
+ /**
62
+ * Occurs when file changes and `binaryContent` is set and `readContent` is set
63
+ */
64
+ arrayBufferContentChange: OutputEmitterRef<ArrayBuffer | undefined | null>;
65
+ /**
66
+ * Occurs when selected file changes, occurs only when `multiple` is not set
67
+ */
68
+ fileChange: OutputEmitterRef<File | null | undefined>;
69
+ /**
70
+ * Occurs when selected files changes, occurs only when `multiple` is set
71
+ */
72
+ filesChange: OutputEmitterRef<File[] | null | undefined>;
73
+ /**
74
+ * Occurs when selected file changes, occurs only when `multiple` is not set, contains name of selected file
75
+ */
76
+ fileName: OutputEmitterRef<string | null | undefined>;
77
+ /**
78
+ * Occurs when selected files changes, occurs only when `multiple` is set, contains names of selected files
79
+ */
80
+ filesNames: OutputEmitterRef<string[] | null | undefined>;
81
+ constructor();
82
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileComponent, never>;
83
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileComponent, "file", never, { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "readContent": { "alias": "readContent"; "required": false; "isSignal": true; }; "binaryContent": { "alias": "binaryContent"; "required": false; "isSignal": true; }; "textEncoding": { "alias": "textEncoding"; "required": false; "isSignal": true; }; }, { "stringContentChange": "stringContentChange"; "arrayBufferContentChange": "arrayBufferContentChange"; "fileChange": "fileChange"; "filesChange": "filesChange"; "fileName": "fileName"; "filesNames": "filesNames"; }, ["fileTemplate", "fileVisual"], never, true, never>;
84
+ }
85
+ //# sourceMappingURL=file.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file.component.d.ts","sourceRoot":"","sources":["file.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmD,MAAM,EAAE,WAAW,EAAuB,cAAc,EAAU,wBAAwB,EAA2B,WAAW,EAAE,gBAAgB,EAAiB,MAAM,eAAe,CAAC;AAGnP,OAAO,EAAC,kBAAkB,EAAE,mBAAmB,EAAwB,MAAM,iBAAiB,CAAC;AAE/F,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAC;;AAE5C;;GAEG;AACH,qBAYa,aAAa;IAItB;;OAEG;IACH,SAAS,CAAC,eAAe,EAAE,MAAM,CAAC,mBAAmB,CAAC,CAAC;IAEvD;;OAEG;IACH,SAAS,CAAC,IAAI,EAAE,cAAc,CAAC,IAAI,GAAC,IAAI,GAAC,SAAS,CAAC,CAAgB;IAEnE;;OAEG;IACH,SAAS,CAAC,KAAK,EAAE,cAAc,CAAC,IAAI,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAgB;IAEtE;;OAEG;IACH,SAAS,CAAC,IAAI,EAAE,cAAc,CAAC,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC,CAAgB;IAErE;;OAEG;IACH,SAAS,CAAC,KAAK,EAAE,cAAc,CAAC,MAAM,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAgB;IAIxE;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,MAAM,CAAC,WAAW,CAAC,mBAAmB,CAAC,CAAC,CAA0F;IAE1J;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC,kBAAkB,CAAC,CAA0C;IAEzF;;OAEG;IACH,SAAS,CAAC,UAAU,EAAE,MAAM,CAAC,UAAU,GAAC,SAAS,GAAC,IAAI,CAAC,CAA6B;IAIpF;;OAEG;IACI,QAAQ,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE1I;;OAEG;IACI,WAAW,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE7I;;OAEG;IACI,aAAa,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE/I;;OAEG;IACI,YAAY,EAAE,WAAW,CAAC,MAAM,GAAC,SAAS,CAAC,CAAW;IAI7D;;OAEG;IACI,mBAAmB,EAAE,gBAAgB,CAAC,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC,CAAmC;IAEtG;;OAEG;IACI,wBAAwB,EAAE,gBAAgB,CAAC,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC,CAAwC;IAErH;;OAEG;IACI,UAAU,EAAE,gBAAgB,CAAC,IAAI,GAAC,IAAI,GAAC,SAAS,CAAC,CAAiC;IAEzF;;OAEG;IACI,WAAW,EAAE,gBAAgB,CAAC,IAAI,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAmC;IAE9F;;OAEG;IACI,QAAQ,EAAE,gBAAgB,CAAC,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC,CAAmC;IAE3F;;OAEG;IACI,UAAU,EAAE,gBAAgB,CAAC,MAAM,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAqC;;yCAlGxF,aAAa;2CAAb,aAAa;CAyIzB"}
@@ -0,0 +1,14 @@
1
+ <ng-container *ngTemplateOutlet="fileTemplate(); context: templateContext()"/>
2
+
3
+ <input type="file"
4
+ class="input-file"
5
+ (fileChange)="file.set($event); fileChange.emit($event)"
6
+ (filesChange)="files.set($event); filesChange.emit($event)"
7
+ (fileName)="name.set($event); fileName.emit($event)"
8
+ (filesNames)="names.set($event); filesNames.emit($event)"
9
+ (stringContentChange)="stringContentChange.emit($event)"
10
+ (arrayBufferContentChange)="arrayBufferContentChange.emit($event)"
11
+ [multiple]="multiple()"
12
+ [binaryContent]="binaryContent()"
13
+ [readContent]="readContent()"
14
+ [textEncoding]="textEncoding()">
@@ -0,0 +1,27 @@
1
+ :host
2
+ {
3
+ display: block;
4
+ }
5
+
6
+ .file-input
7
+ {
8
+ display: grid;
9
+
10
+ grid-template-areas: 'button filename';
11
+ grid-template-rows: auto;
12
+ grid-template-columns: auto 1fr;
13
+
14
+ :nth-child(1),
15
+ :nth-child(1):before
16
+ {
17
+ border-top-right-radius: 0;
18
+ border-bottom-right-radius: 0;
19
+ }
20
+
21
+ :nth-child(2),
22
+ :nth-child(2):before
23
+ {
24
+ border-top-left-radius: 0;
25
+ border-bottom-left-radius: 0;
26
+ }
27
+ }
@@ -0,0 +1,37 @@
1
+ import { WritableSignal, InputSignal, Signal } from '@angular/core';
2
+ import { FileVisual } from '../../interfaces';
3
+ import { FileTemplateContext } from '../../directive';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * Component that represents file input template
7
+ */
8
+ export declare class FileInputComponent implements FileVisual {
9
+ /**
10
+ * Selected text value based on file template context or selected text input
11
+ */
12
+ protected selectedTextValue: Signal<string | undefined | null>;
13
+ /**
14
+ * @inheritdoc
15
+ */
16
+ fileTemplateContext: WritableSignal<FileTemplateContext | undefined | null>;
17
+ /**
18
+ * Text to be displayed for file button
19
+ */
20
+ buttonText: InputSignal<string>;
21
+ /**
22
+ * Css classes applied to file button
23
+ */
24
+ buttonClass: InputSignal<string>;
25
+ /**
26
+ * Css classes applied to file text, text displaying selected files
27
+ */
28
+ textClass: InputSignal<string>;
29
+ /**
30
+ * Text to be displayed as selected
31
+ */
32
+ selectedText: InputSignal<string | undefined | null>;
33
+ constructor();
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileInputComponent, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileInputComponent, "file-input", never, { "buttonText": { "alias": "buttonText"; "required": false; "isSignal": true; }; "buttonClass": { "alias": "buttonClass"; "required": false; "isSignal": true; }; "textClass": { "alias": "textClass"; "required": false; "isSignal": true; }; "selectedText": { "alias": "selectedText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
36
+ }
37
+ //# sourceMappingURL=fileInput.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileInput.component.d.ts","sourceRoot":"","sources":["fileInput.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmE,cAAc,EAAiB,WAAW,EAAE,MAAM,EAAW,MAAM,eAAe,CAAC;AAK7J,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;;AAEpD;;GAEG;AACH,qBAoBa,kBAAmB,YAAW,UAAU;IAIjD;;OAEG;IACH,SAAS,CAAC,iBAAiB,EAAE,MAAM,CAAC,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC,CAAC;IAI3D;;OAEG;IACI,mBAAmB,EAAE,cAAc,CAAC,mBAAmB,GAAC,SAAS,GAAC,IAAI,CAAC,CAAoD;IAIlI;;OAEG;IACI,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAmB;IAEzD;;OAEG;IACI,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAA4B;IAEnE;;OAEG;IACI,SAAS,EAAE,WAAW,CAAC,MAAM,CAAC,CAAyB;IAE9D;;OAEG;IACI,YAAY,EAAE,WAAW,CAAC,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC,CAAW;;yCApCzD,kBAAkB;2CAAlB,kBAAkB;CAqD9B"}
@@ -0,0 +1,7 @@
1
+ <div class="file-input">
2
+ <div [ngClass]="buttonClass()">
3
+ <span>{{buttonText() | firstUppercaseLocalize}}</span>
4
+ </div>
5
+
6
+ <div [ngClass]="textClass()">{{selectedTextValue()}}</div>
7
+ </div>
@@ -0,0 +1,4 @@
1
+ export * from './file/file.component';
2
+ export * from './fileInput/fileInput.component';
3
+ export * from './uploadButton/uploadButton.component';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC"}
@@ -0,0 +1,52 @@
1
+ :host
2
+ {
3
+ display: flex;
4
+ flex-direction: row;
5
+ }
6
+
7
+ .progress
8
+ {
9
+ font-size: 0.75em;
10
+ position: relative;
11
+ width: 33px;
12
+ height: 33px;
13
+ text-align: center;
14
+ margin-right: 4px;
15
+ display: flex;
16
+ justify-content: center;
17
+ }
18
+
19
+ .progress-value
20
+ {
21
+ align-self: center;
22
+ }
23
+
24
+ .progress-indicator
25
+ {
26
+ position: absolute;
27
+ width: 33px;
28
+ height: 16.5px;
29
+ top: 0;
30
+ left: 0;
31
+ border: 2px solid #009dd6;
32
+ border-bottom: none;
33
+ border-top-left-radius: 100px;
34
+ border-top-right-radius: 100px;
35
+ animation-name: rotate-progress;
36
+ animation-duration: 550ms;
37
+ animation-iteration-count: infinite;
38
+ animation-timing-function: linear;
39
+ transform-origin: calc(50%) calc(50% + 8.25px);
40
+ }
41
+
42
+ @keyframes rotate-progress
43
+ {
44
+ from
45
+ {
46
+ transform: rotate(0deg);
47
+ }
48
+ to
49
+ {
50
+ transform: rotate(360deg);
51
+ }
52
+ }
@@ -0,0 +1,36 @@
1
+ import { WritableSignal, InputSignal, InputSignalWithTransform } from '@angular/core';
2
+ import { FileVisual } from '../../interfaces';
3
+ import { FileTemplateContext } from '../../directive';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * Component that represents upload button file template
7
+ */
8
+ export declare class UploadButtonComponent implements FileVisual {
9
+ /**
10
+ * @inheritdoc
11
+ */
12
+ fileTemplateContext: WritableSignal<FileTemplateContext | undefined | null>;
13
+ /**
14
+ * Css classes applied tu button icon
15
+ */
16
+ uploadIconClass: InputSignal<string>;
17
+ /**
18
+ * Text to be displayed as button text
19
+ */
20
+ uploadText: InputSignal<string>;
21
+ /**
22
+ * Css classes for displayed text for button
23
+ */
24
+ uploadTextClass: InputSignal<string>;
25
+ /**
26
+ * Css class applied to button
27
+ */
28
+ cssClass: InputSignal<string>;
29
+ /**
30
+ * Current progress to be displayed
31
+ */
32
+ progress: InputSignalWithTransform<number | undefined | null, number | string | undefined | null>;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<UploadButtonComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<UploadButtonComponent, "upload-button", never, { "uploadIconClass": { "alias": "uploadIconClass"; "required": false; "isSignal": true; }; "uploadText": { "alias": "uploadText"; "required": false; "isSignal": true; }; "uploadTextClass": { "alias": "uploadTextClass"; "required": false; "isSignal": true; }; "cssClass": { "alias": "class"; "required": false; "isSignal": true; }; "progress": { "alias": "progress"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
35
+ }
36
+ //# sourceMappingURL=uploadButton.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uploadButton.component.d.ts","sourceRoot":"","sources":["uploadButton.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmE,cAAc,EAAU,WAAW,EAA0B,wBAAwB,EAAC,MAAM,eAAe,CAAC;AAKtL,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;;AAEpD;;GAEG;AACH,qBAqBa,qBAAsB,YAAW,UAAU;IAIpD;;OAEG;IACI,mBAAmB,EAAE,cAAc,CAAC,mBAAmB,GAAC,SAAS,GAAC,IAAI,CAAC,CAAoD;IAIlI;;OAEG;IACI,eAAe,EAAE,WAAW,CAAC,MAAM,CAAC,CAA+B;IAE1E;;OAEG;IACI,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAa;IAEnD;;OAEG;IACI,eAAe,EAAE,WAAW,CAAC,MAAM,CAAC,CAAmC;IAE9E;;OAEG;IACI,QAAQ,EAAE,WAAW,CAAC,MAAM,CAAC,CAA2C;IAE/E;;OAEG;IACI,QAAQ,EAAE,wBAAwB,CAAC,MAAM,GAAC,SAAS,GAAC,IAAI,EAAE,MAAM,GAAC,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC,CAAkG;yCAlCvL,qBAAqB;2CAArB,qBAAqB;CAmCjC"}
@@ -0,0 +1,16 @@
1
+ @if(progress() | isPresent)
2
+ {
3
+ <div class="progress">
4
+ <span class="progress-value">{{progress()}}%</span>
5
+ <div class="progress-indicator"></div>
6
+ </div>
7
+ }
8
+
9
+ <button [ngClass]="cssClass()" type="button">
10
+ <span [ngClass]="uploadIconClass()"></span>
11
+
12
+ @if(uploadText())
13
+ {
14
+ <span [ngClass]="uploadTextClass()">{{uploadText() | localize}}</span>
15
+ }
16
+ </button>
@@ -0,0 +1,69 @@
1
+ import { ElementRef, InputSignal, InputSignalWithTransform, OnDestroy, OutputEmitterRef, Renderer2 } from '@angular/core';
2
+ import { NoopAction } from '@jscrpt/common';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Directive that allows better communication with input file
6
+ */
7
+ export declare class FileInputDirective implements OnDestroy {
8
+ protected element: ElementRef<HTMLInputElement>;
9
+ /**
10
+ * Unlistener for input file change event
11
+ */
12
+ protected changeListenerUnlisten: NoopAction;
13
+ /**
14
+ * Indication whether is multiple files selection enabled
15
+ */
16
+ multiple: InputSignalWithTransform<boolean, string | boolean>;
17
+ /**
18
+ * Indication whether read file content, working only when `multiple` is not set (for single file)
19
+ */
20
+ readContent: InputSignalWithTransform<boolean, string | boolean>;
21
+ /**
22
+ * Indication whether content of file is binary and it will be read as ArrayBuffer instead of string
23
+ */
24
+ binaryContent: InputSignalWithTransform<boolean, string | boolean>;
25
+ /**
26
+ * Text encoding of read string file content
27
+ */
28
+ textEncoding: InputSignal<string | undefined>;
29
+ /**
30
+ * Occurs when file changes and `binaryContent` is not set and `readContent` is set
31
+ */
32
+ stringContentChange: OutputEmitterRef<string | undefined | null>;
33
+ /**
34
+ * Occurs when file changes and `binaryContent` is set and `readContent` is set
35
+ */
36
+ arrayBufferContentChange: OutputEmitterRef<ArrayBuffer | undefined | null>;
37
+ /**
38
+ * Occurs when selected file changes, occurs only when `multiple` is not set
39
+ */
40
+ fileChange: OutputEmitterRef<File | null | undefined>;
41
+ /**
42
+ * Occurs when selected files changes, occurs only when `multiple` is set
43
+ */
44
+ filesChange: OutputEmitterRef<File[] | null | undefined>;
45
+ /**
46
+ * Occurs when selected file changes, occurs only when `multiple` is not set, contains name of selected file
47
+ */
48
+ fileName: OutputEmitterRef<string | null | undefined>;
49
+ /**
50
+ * Occurs when selected files changes, occurs only when `multiple` is set, contains names of selected files
51
+ */
52
+ filesNames: OutputEmitterRef<string[] | null | undefined>;
53
+ constructor(element: ElementRef<HTMLInputElement>, renderer: Renderer2);
54
+ /**
55
+ * @inheritdoc
56
+ */
57
+ ngOnDestroy(): void;
58
+ /**
59
+ * Clears selection of file/files
60
+ */
61
+ clearFile(): void;
62
+ /**
63
+ * Handles changes in file input
64
+ */
65
+ protected handleFileChange(event: MouseEvent): void;
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileInputDirective, never>;
67
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FileInputDirective, "input[type=file]", ["file"], { "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "readContent": { "alias": "readContent"; "required": false; "isSignal": true; }; "binaryContent": { "alias": "binaryContent"; "required": false; "isSignal": true; }; "textEncoding": { "alias": "textEncoding"; "required": false; "isSignal": true; }; }, { "stringContentChange": "stringContentChange"; "arrayBufferContentChange": "arrayBufferContentChange"; "fileChange": "fileChange"; "filesChange": "filesChange"; "fileName": "fileName"; "filesNames": "filesNames"; }, never, never, true, never>;
68
+ }
69
+ //# sourceMappingURL=fileInput.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileInput.directive.d.ts","sourceRoot":"","sources":["fileInput.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,UAAU,EAAS,WAAW,EAAE,wBAAwB,EAAE,SAAS,EAAU,gBAAgB,EAAE,SAAS,EAAC,MAAM,eAAe,CAAC;AAC5K,OAAO,EAAqB,UAAU,EAAC,MAAM,gBAAgB,CAAC;;AAE9D;;GAEG;AACH,qBAKa,kBAAmB,YAAW,SAAS;IAgEpC,SAAS,CAAC,OAAO,EAAE,UAAU,CAAC,gBAAgB,CAAC;IA5D3D;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,UAAU,CAAC;IAI7C;;OAEG;IACI,QAAQ,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE1I;;OAEG;IACI,WAAW,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE7I;;OAEG;IACI,aAAa,EAAE,wBAAwB,CAAC,OAAO,EAAE,MAAM,GAAC,OAAO,CAAC,CAAwE;IAE/I;;OAEG;IACI,YAAY,EAAE,WAAW,CAAC,MAAM,GAAC,SAAS,CAAC,CAAW;IAI7D;;OAEG;IACI,mBAAmB,EAAE,gBAAgB,CAAC,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC,CAAmC;IAEtG;;OAEG;IACI,wBAAwB,EAAE,gBAAgB,CAAC,WAAW,GAAC,SAAS,GAAC,IAAI,CAAC,CAAwC;IAErH;;OAEG;IACI,UAAU,EAAE,gBAAgB,CAAC,IAAI,GAAC,IAAI,GAAC,SAAS,CAAC,CAAiC;IAEzF;;OAEG;IACI,WAAW,EAAE,gBAAgB,CAAC,IAAI,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAmC;IAE9F;;OAEG;IACI,QAAQ,EAAE,gBAAgB,CAAC,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC,CAAmC;IAE3F;;OAEG;IACI,UAAU,EAAE,gBAAgB,CAAC,MAAM,EAAE,GAAC,IAAI,GAAC,SAAS,CAAC,CAAqC;gBAG3E,OAAO,EAAE,UAAU,CAAC,gBAAgB,CAAC,EAC/C,QAAQ,EAAE,SAAS;IAS/B;;OAEG;IACI,WAAW,IAAI,IAAI;IAO1B;;OAEG;IAEI,SAAS,IAAI,IAAI;IAaxB;;OAEG;IAEH,SAAS,CAAC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAzG1C,kBAAkB;2CAAlB,kBAAkB;CAqL9B"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Context passed to file template
3
+ */
4
+ export interface FileTemplateContext {
5
+ /**
6
+ * Instance of selected file or null if none is selected
7
+ */
8
+ file: File | undefined | null;
9
+ /**
10
+ * Name of selected file
11
+ */
12
+ fileName: string | undefined | null;
13
+ /**
14
+ * Instance of selected array of files or null if none is selected
15
+ */
16
+ files: File[] | undefined | null;
17
+ /**
18
+ * Array of names of selected files
19
+ */
20
+ filesNames: string[] | undefined | null;
21
+ /**
22
+ * Indication whether multiple files selection is enabled
23
+ */
24
+ multiple: boolean;
25
+ /**
26
+ * Clears selected file
27
+ */
28
+ clearFile(): void;
29
+ }
30
+ //# sourceMappingURL=fileTemplate.context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileTemplate.context.d.ts","sourceRoot":"","sources":["fileTemplate.context.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAEhC;;OAEG;IACH,IAAI,EAAE,IAAI,GAAC,SAAS,GAAC,IAAI,CAAC;IAE1B;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAC,SAAS,GAAC,IAAI,CAAC;IAEhC;;OAEG;IACH,KAAK,EAAE,IAAI,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAE7B;;OAEG;IACH,UAAU,EAAE,MAAM,EAAE,GAAC,SAAS,GAAC,IAAI,CAAC;IAEpC;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,SAAS,IAAI,IAAI,CAAC;CACrB"}
@@ -0,0 +1,14 @@
1
+ import { FileTemplateContext } from './fileTemplate.context';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * Directive used for obtaining file component visual template
5
+ */
6
+ export declare class FileTemplateDirective {
7
+ /**
8
+ * Allows typechecking for template
9
+ */
10
+ static ngTemplateContextGuard(_dir: FileTemplateDirective, _ctx: unknown): _ctx is FileTemplateContext;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileTemplateDirective, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FileTemplateDirective, "[fileTemplate]", never, {}, {}, never, never, true, never>;
13
+ }
14
+ //# sourceMappingURL=fileTemplate.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileTemplate.directive.d.ts","sourceRoot":"","sources":["fileTemplate.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,mBAAmB,EAAC,MAAM,wBAAwB,CAAC;;AAE3D;;GAEG;AACH,qBAIa,qBAAqB;IAI9B;;OAEG;IACH,MAAM,CAAC,sBAAsB,CAAC,IAAI,EAAE,qBAAqB,EAAE,IAAI,EAAE,OAAO,GAAG,IAAI,IAAI,mBAAmB;yCAP7F,qBAAqB;2CAArB,qBAAqB;CAWjC"}
@@ -0,0 +1,4 @@
1
+ export * from './fileInput/fileInput.directive';
2
+ export * from './fileTemplate/fileTemplate.context';
3
+ export * from './fileTemplate/fileTemplate.directive';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC"}
@@ -0,0 +1,6 @@
1
+ export * from './components';
2
+ export * from './directive';
3
+ export * from './interfaces';
4
+ export * from './misc/tokens';
5
+ export * from './modules';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { WritableSignal } from '@angular/core';
2
+ import { FileTemplateContext } from '../../directive';
3
+ /**
4
+ * Represents type that handles visualizing of file input value
5
+ */
6
+ export interface FileVisual {
7
+ /**
8
+ * Instance of file template context passed to file visual to display info about selected files
9
+ */
10
+ fileTemplateContext: WritableSignal<FileTemplateContext | undefined | null>;
11
+ }
12
+ //# sourceMappingURL=fileVisual.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fileVisual.interface.d.ts","sourceRoot":"","sources":["fileVisual.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAE7C,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AAEpD;;GAEG;AACH,MAAM,WAAW,UAAU;IAEvB;;OAEG;IACH,mBAAmB,EAAE,cAAc,CAAC,mBAAmB,GAAC,SAAS,GAAC,IAAI,CAAC,CAAC;CAC3E"}
@@ -0,0 +1,2 @@
1
+ export * from './fileVisual/fileVisual.interface';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import { FileVisual } from '../interfaces';
3
+ /**
4
+ * Injection token used for obtaining implementation of file visual component
5
+ */
6
+ export declare const FILE_VISUAL: InjectionToken<FileVisual>;
7
+ //# sourceMappingURL=tokens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAE7C,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAC;AAEzC;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,cAAc,CAAC,UAAU,CAAiD,CAAC"}
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "../components/file/file.component";
3
+ import * as i2 from "../directive/fileInput/fileInput.directive";
4
+ import * as i3 from "../directive/fileTemplate/fileTemplate.directive";
5
+ import * as i4 from "../components/uploadButton/uploadButton.component";
6
+ import * as i5 from "../components/fileInput/fileInput.component";
7
+ /**
8
+ * Module for grouping File components and directives
9
+ */
10
+ export declare class FileModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FileModule, never, [typeof i1.FileComponent, typeof i2.FileInputDirective, typeof i3.FileTemplateDirective, typeof i4.UploadButtonComponent, typeof i5.FileInputComponent], [typeof i1.FileComponent, typeof i5.FileInputComponent, typeof i4.UploadButtonComponent, typeof i2.FileInputDirective, typeof i3.FileTemplateDirective]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<FileModule>;
14
+ }
15
+ //# sourceMappingURL=file.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file.module.d.ts","sourceRoot":"","sources":["file.module.ts"],"names":[],"mappings":";;;;;;AAKA;;GAEG;AACH,qBAmBa,UAAU;yCAAV,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAEtB"}
@@ -0,0 +1,2 @@
1
+ export * from './file.module';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  /**
7
7
  * Component used for displaying console logs
8
8
  */
9
- export declare class ConsoleSAComponent implements OnInit, OnDestroy {
9
+ export declare class ConsoleComponent implements OnInit, OnDestroy {
10
10
  protected consoleSvc: ConsoleComponentService;
11
11
  protected changeDetector: ChangeDetectorRef;
12
12
  /**
@@ -51,7 +51,7 @@ export declare class ConsoleSAComponent implements OnInit, OnDestroy {
51
51
  * Sets messages using filter
52
52
  */
53
53
  protected setMessages(): void;
54
- static ɵfac: i0.ɵɵFactoryDeclaration<ConsoleSAComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<ConsoleSAComponent, "console", never, {}, {}, never, never, true, never>;
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConsoleComponent, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConsoleComponent, "console", never, {}, {}, never, never, true, never>;
56
56
  }
57
57
  //# sourceMappingURL=console.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"console.component.d.ts","sourceRoot":"","sources":["console.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAEvG,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAElC,OAAO,EAAC,mBAAmB,EAAC,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAC,uBAAuB,EAAC,MAAM,gBAAgB,CAAC;;AAEvD;;GAEG;AACH,qBAYa,kBAAmB,YAAW,MAAM,EAAE,SAAS;IA2B5C,SAAS,CAAC,UAAU,EAAE,uBAAuB;IAC7C,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAxBvD;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAI9D;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,mBAAmB,EAAE,CAAM;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,YAAoC;IAErD;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,MAAM,CAAM;gBAGb,UAAU,EAAE,uBAAuB,EACnC,cAAc,EAAE,iBAAiB;IAMvD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAavB;;OAEG;IACI,WAAW,IAAI,IAAI;IAW1B;;OAEG;IACH,SAAS,CAAC,IAAI,IAAI,IAAI;IAUtB;;;OAGG;IACH,SAAS,CAAC,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAU5C;;OAEG;IACH,SAAS,CAAC,KAAK,IAAI,IAAI;IAKvB;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;yCAtGpB,kBAAkB;2CAAlB,kBAAkB;CAiH9B"}
1
+ {"version":3,"file":"console.component.d.ts","sourceRoot":"","sources":["console.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,MAAM,EAAE,SAAS,EAAE,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAEvG,OAAO,EAAC,YAAY,EAAC,MAAM,MAAM,CAAC;AAElC,OAAO,EAAC,mBAAmB,EAAC,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAC,uBAAuB,EAAC,MAAM,gBAAgB,CAAC;;AAEvD;;GAEG;AACH,qBAWa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IA2B1C,SAAS,CAAC,UAAU,EAAE,uBAAuB;IAC7C,SAAS,CAAC,cAAc,EAAE,iBAAiB;IAxBvD;;OAEG;IACH,SAAS,CAAC,sBAAsB,EAAE,YAAY,GAAC,SAAS,GAAC,IAAI,CAAC;IAI9D;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,mBAAmB,EAAE,CAAM;IAElD;;OAEG;IACH,SAAS,CAAC,OAAO,YAAoC;IAErD;;OAEG;IACH,SAAS,CAAC,WAAW,EAAE,MAAM,CAAM;gBAGb,UAAU,EAAE,uBAAuB,EACnC,cAAc,EAAE,iBAAiB;IAMvD;;OAEG;IACI,QAAQ,IAAI,IAAI;IAavB;;OAEG;IACI,WAAW,IAAI,IAAI;IAW1B;;OAEG;IACH,SAAS,CAAC,IAAI,IAAI,IAAI;IAUtB;;;OAGG;IACH,SAAS,CAAC,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAU5C;;OAEG;IACH,SAAS,CAAC,KAAK,IAAI,IAAI;IAKvB;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,IAAI;yCAtGpB,gBAAgB;2CAAhB,gBAAgB;CAiH5B"}
@@ -57,6 +57,6 @@ export declare class MultiButtonComponent implements OnDestroy {
57
57
  */
58
58
  protected _removeRegistration(): void;
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiButtonComponent, [null, { optional: true; }, null, null]>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiButtonComponent, "multi-button", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "cssClasses": { "alias": "cssClasses"; "required": false; }; }, { "click": "click"; }, ["subButtonsContent"], ["*"], false, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiButtonComponent, "multi-button", never, { "cssClass": { "alias": "cssClass"; "required": false; }; "cssClasses": { "alias": "cssClasses"; "required": false; }; }, { "click": "click"; }, ["subButtonsContent"], ["*"], true, never>;
61
61
  }
62
62
  //# sourceMappingURL=multiButton.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"multiButton.component.d.ts","sourceRoot":"","sources":["multiButton.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,YAAY,EAAwB,WAAW,EAAU,SAAS,EAAE,iBAAiB,EAAY,UAAU,EAAC,MAAM,eAAe,CAAC;AAIrL,OAAO,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;;AAa9D;;GAEG;AACH,qBAOa,oBAAqB,YAAW,SAAS;IA6DpB,SAAS,CAAC,SAAS,EAAE,QAAQ;IAE/C,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAC3C,SAAS,CAAC,eAAe,EAAE,iBAAiB;IA5DxD;;OAEG;IACH,SAAS,CAAC,eAAe,EAAE,qBAAqB,CAAC;IAIjD;;;OAGG;IACI,iBAAiB,EAAE,OAAO,CAAS;IAE1C;;;OAGG;IACI,gBAAgB,EAAE,MAAM,CAAK;IAIpC;;OAEG;IAEI,QAAQ,EAAE,MAAM,CAAM;IAE7B;;OAEG;IACH,IACW,UAAU,IAAI,qBAAqB,CAG7C;IACD,IAAW,UAAU,CAAC,OAAO,EAAE,qBAAqB,EAGnD;IAID;;OAEG;IAEI,KAAK,EAAE,YAAY,CAAC,UAAU,CAAC,CAAkC;IAIxE;;OAEG;IAEI,iBAAiB,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;gBAGJ,SAAS,EAAE,QAAQ,EACD,WAAW,EAAE,qBAAqB,EACtE,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACjC,eAAe,EAAE,iBAAiB;IAOxD;;OAEG;IACI,WAAW,IAAI,IAAI;IAO1B;;OAEG;IACI,cAAc,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAqB9C;;OAEG;IACH,SAAS,CAAC,mBAAmB,aAK5B;IAED;;OAEG;IACH,SAAS,CAAC,mBAAmB,IAAI,IAAI;yCAtH5B,oBAAoB;2CAApB,oBAAoB;CA0HhC"}
1
+ {"version":3,"file":"multiButton.component.d.ts","sourceRoot":"","sources":["multiButton.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4C,YAAY,EAAwB,WAAW,EAAU,SAAS,EAAE,iBAAiB,EAAY,UAAU,EAAC,MAAM,eAAe,CAAC;AAIrL,OAAO,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;;AAa9D;;GAEG;AACH,qBAYa,oBAAqB,YAAW,SAAS;IA6DpB,SAAS,CAAC,SAAS,EAAE,QAAQ;IAE/C,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAC3C,SAAS,CAAC,eAAe,EAAE,iBAAiB;IA5DxD;;OAEG;IACH,SAAS,CAAC,eAAe,EAAE,qBAAqB,CAAC;IAIjD;;;OAGG;IACI,iBAAiB,EAAE,OAAO,CAAS;IAE1C;;;OAGG;IACI,gBAAgB,EAAE,MAAM,CAAK;IAIpC;;OAEG;IAEI,QAAQ,EAAE,MAAM,CAAM;IAE7B;;OAEG;IACH,IACW,UAAU,IAAI,qBAAqB,CAG7C;IACD,IAAW,UAAU,CAAC,OAAO,EAAE,qBAAqB,EAGnD;IAID;;OAEG;IAEI,KAAK,EAAE,YAAY,CAAC,UAAU,CAAC,CAAkC;IAIxE;;OAEG;IAEI,iBAAiB,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;gBAGJ,SAAS,EAAE,QAAQ,EACD,WAAW,EAAE,qBAAqB,EACtE,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACjC,eAAe,EAAE,iBAAiB;IAOxD;;OAEG;IACI,WAAW,IAAI,IAAI;IAO1B;;OAEG;IACI,cAAc,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAqB9C;;OAEG;IACH,SAAS,CAAC,mBAAmB,aAK5B;IAED;;OAEG;IACH,SAAS,CAAC,mBAAmB,IAAI,IAAI;yCAtH5B,oBAAoB;2CAApB,oBAAoB;CA0HhC"}
@@ -11,5 +11,5 @@
11
11
  </div>
12
12
 
13
13
  <div [ngClass]="cssClasses?.subButtonsDiv" *ngIf="subButtonsVisible" [style.top.px]="subButtonsOffset">
14
- <ng-container *ngTemplateOutlet="subButtonsContent"></ng-container>
14
+ <ng-container *ngTemplateOutlet="subButtonsContent"/>
15
15
  </div>
@@ -1,12 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "../components/multiButton/multiButton.component";
3
- import * as i2 from "@angular/common";
4
3
  /**
5
4
  * Module containing components for displaying multi button
6
5
  */
7
6
  export declare class MultiButtonModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiButtonModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<MultiButtonModule, [typeof i1.MultiButtonComponent], [typeof i2.CommonModule], [typeof i1.MultiButtonComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MultiButtonModule, never, [typeof i1.MultiButtonComponent], [typeof i1.MultiButtonComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<MultiButtonModule>;
11
10
  }
12
11
  //# sourceMappingURL=multiButton.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"multiButton.module.d.ts","sourceRoot":"","sources":["multiButton.module.ts"],"names":[],"mappings":";;;AAKA;;GAEG;AACH,qBAea,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAE7B"}
1
+ {"version":3,"file":"multiButton.module.d.ts","sourceRoot":"","sources":["multiButton.module.ts"],"names":[],"mappings":";;AAIA;;GAEG;AACH,qBAWa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAE7B"}
@@ -37,6 +37,6 @@ export declare class ProgressIndicatorComponent implements OnDestroy {
37
37
  */
38
38
  ngOnDestroy(): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressIndicatorComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressIndicatorComponent, "progress-indicator", never, { "cssClass": { "alias": "cssClass"; "required": false; }; }, {}, never, never, false, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressIndicatorComponent, "progress-indicator", never, { "cssClass": { "alias": "cssClass"; "required": false; }; }, {}, never, never, true, never>;
41
41
  }
42
42
  //# sourceMappingURL=progressIndicator.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"progressIndicator.component.d.ts","sourceRoot":"","sources":["progressIndicator.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAA2B,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAGtG,OAAO,EAAC,wBAAwB,EAAwB,MAAM,0CAA0C,CAAC;;AAEzG;;GAEG;AACH,qBAOa,0BAA2B,YAAW,SAAS;IA+C5C,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,eAAe;IA5CnC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAoB;IAIzC;;;OAGG;IACI,YAAY,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAkC;IAE/E;;;OAGG;IACI,QAAQ,EAAE,MAAM,EAAE,CAAC;IAI1B;;OAEG;IACH,IACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAKnC;IAID;;OAEG;IACH,OAAO,KAAK,OAAO,QAGlB;gBAGmB,QAAQ,EAAE,wBAAwB,EAClC,eAAe,EAAE,iBAAiB;IAmBtD;;OAEG;IACI,WAAW,IAAI,IAAI;yCAtEjB,0BAA0B;2CAA1B,0BAA0B;CA8EtC"}
1
+ {"version":3,"file":"progressIndicator.component.d.ts","sourceRoot":"","sources":["progressIndicator.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAA2B,iBAAiB,EAAC,MAAM,eAAe,CAAC;AAItG,OAAO,EAAC,wBAAwB,EAAwB,MAAM,0CAA0C,CAAC;;AAGzG;;GAEG;AACH,qBAYa,0BAA2B,YAAW,SAAS;IA+C5C,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,eAAe;IA5CnC;;OAEG;IACH,OAAO,CAAC,aAAa,CAAoB;IAIzC;;;OAGG;IACI,YAAY,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAgC;IAE7E;;;OAGG;IACI,QAAQ,EAAE,MAAM,EAAE,CAAC;IAI1B;;OAEG;IACH,IACW,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAKnC;IAID;;OAEG;IACH,OAAO,KAAK,OAAO,QAGlB;gBAGmB,QAAQ,EAAE,wBAAwB,EAClC,eAAe,EAAE,iBAAiB;IAmBtD;;OAEG;IACI,WAAW,IAAI,IAAI;yCAtEjB,0BAA0B;2CAA1B,0BAA0B;CA8EtC"}