@anglr/common 11.2.0 → 11.3.0-beta.20220412054621

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 (288) hide show
  1. package/changelog.md +45 -0
  2. package/es2015/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
  3. package/es2015/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
  4. package/es2015/forms/src/directives/hasError/hasError.directive.js +3 -3
  5. package/es2015/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
  6. package/es2015/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
  7. package/es2015/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
  8. package/es2015/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
  9. package/es2015/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
  10. package/es2015/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
  11. package/es2015/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
  12. package/es2015/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
  13. package/es2015/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
  14. package/es2015/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
  15. package/es2015/forms/src/modules/hasError.module.js +4 -4
  16. package/es2015/forms/src/modules/numberInput.module.js +4 -4
  17. package/es2015/forms/src/modules/requiredClass.module.js +4 -4
  18. package/es2015/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
  19. package/es2015/forms/src/services/submitted/submitted.service.js +3 -3
  20. package/es2015/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
  21. package/es2015/hotkeys/src/services/appHotkeys.service.js +3 -3
  22. package/es2015/material/src/components/confirmationDialog/confirmationDialog.component.js +4 -4
  23. package/es2015/material/src/components/confirmationDialog/confirmationDialog.component.js.map +1 -1
  24. package/es2015/material/src/components/movableTitledDialog/movableTitledDialog.component.js +18 -0
  25. package/es2015/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -0
  26. package/es2015/material/src/components/titledDialog/titledDialog.component.js +7 -4
  27. package/es2015/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  28. package/es2015/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -3
  29. package/es2015/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
  30. package/es2015/material/src/index.js +5 -2
  31. package/es2015/material/src/index.js.map +1 -1
  32. package/es2015/material/src/misc/interfaces/titledDialog.interface.js +1 -5
  33. package/es2015/material/src/misc/interfaces/titledDialog.interface.js.map +1 -1
  34. package/es2015/material/src/misc/tokens.js +4 -0
  35. package/es2015/material/src/misc/tokens.js.map +1 -1
  36. package/es2015/material/src/modules/confirmationDialog.module.js +4 -4
  37. package/es2015/material/src/modules/debugDataCopyClick.module.js +4 -4
  38. package/es2015/material/src/modules/movableTitledDialog.module.js +37 -0
  39. package/es2015/material/src/modules/movableTitledDialog.module.js.map +1 -0
  40. package/es2015/material/src/modules/titledDialog.module.js +4 -4
  41. package/es2015/material/src/services/titledDialog/titledDialog.service.js +15 -8
  42. package/es2015/material/src/services/titledDialog/titledDialog.service.js.map +1 -1
  43. package/es2015/material/src/services/titledDialog/titledDialogService.options.js +19 -0
  44. package/es2015/material/src/services/titledDialog/titledDialogService.options.js.map +1 -0
  45. package/es2015/moment/src/modules/moment.module.js +4 -4
  46. package/es2015/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
  47. package/es2015/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
  48. package/es2015/numeral/src/modules/numeral.module.js +4 -4
  49. package/es2015/numeral/src/pipes/numeral.pipe.js +3 -3
  50. package/es2015/positions/src/modules/positions/directives/positionTo/positionTo.directive.js +3 -3
  51. package/es2015/positions/src/modules/positions/modules/positions.module.js +4 -4
  52. package/es2015/positions/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
  53. package/es2015/positions/src/modules/tooltip/directives/tooltip/tooltip.directive.js +3 -3
  54. package/es2015/positions/src/modules/tooltip/modules/tooltip.module.js +4 -4
  55. package/es2015/router/src/services/routing/dataRouter.js +3 -3
  56. package/es2015/router/src/services/routing/dataRouterData.js +3 -3
  57. package/es2015/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
  58. package/es2015/src/index.js +1 -0
  59. package/es2015/src/index.js.map +1 -1
  60. package/es2015/src/modules/castPipes/modules/castPipes.module.js +4 -4
  61. package/es2015/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  62. package/es2015/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  63. package/es2015/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  64. package/es2015/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
  65. package/es2015/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +3 -3
  66. package/es2015/src/modules/clickOutside/modules/clickOutside.module.js +4 -4
  67. package/es2015/src/modules/commonDynamic.module.js +4 -4
  68. package/es2015/src/modules/commonLocalize.module.js +4 -4
  69. package/es2015/src/modules/commonUtils.module.js +4 -4
  70. package/es2015/src/modules/debugData/components/debugData/debugData.component.js +3 -3
  71. package/es2015/src/modules/debugData/modules/debugData.module.js +4 -4
  72. package/es2015/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
  73. package/es2015/src/modules/goBack/directives/goBack/goBack.directive.js +3 -3
  74. package/es2015/src/modules/goBack/modules/goBack.module.js +4 -4
  75. package/es2015/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
  76. package/es2015/src/modules/multiButton/modules/multiButton.module.js +4 -4
  77. package/es2015/src/modules/position/directives/positionTo/positionTo.directive.js +3 -3
  78. package/es2015/src/modules/position/modules/position.module.js +4 -4
  79. package/es2015/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
  80. package/es2015/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
  81. package/es2015/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -3
  82. package/es2015/src/modules/progressIndicator/modules/progressIndicator.module.js +4 -4
  83. package/es2015/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
  84. package/es2015/src/modules/tooltip/components/index.js +2 -0
  85. package/es2015/src/modules/tooltip/components/index.js.map +1 -0
  86. package/es2015/src/modules/tooltip/components/tooltip/tooltip.component.js +102 -0
  87. package/es2015/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -0
  88. package/es2015/src/modules/tooltip/directives/index.js +3 -0
  89. package/es2015/src/modules/tooltip/directives/index.js.map +1 -0
  90. package/es2015/src/modules/tooltip/directives/tooltip/tooltip.directive.js +248 -0
  91. package/es2015/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -0
  92. package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +20 -0
  93. package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js.map +1 -0
  94. package/es2015/src/modules/tooltip/index.js +6 -0
  95. package/es2015/src/modules/tooltip/index.js.map +1 -0
  96. package/es2015/src/modules/tooltip/misc/tokens.js +6 -0
  97. package/es2015/src/modules/tooltip/misc/tokens.js.map +1 -0
  98. package/es2015/src/modules/tooltip/misc/tooltip.interface.js +2 -0
  99. package/es2015/src/modules/tooltip/misc/tooltip.interface.js.map +1 -0
  100. package/es2015/src/modules/tooltip/modules/index.js +2 -0
  101. package/es2015/src/modules/tooltip/modules/index.js.map +1 -0
  102. package/es2015/src/modules/tooltip/modules/tooltip.module.js +36 -0
  103. package/es2015/src/modules/tooltip/modules/tooltip.module.js.map +1 -0
  104. package/es2015/src/pipes/isNaN/isNaN.pipe.js +3 -3
  105. package/es2015/src/pipes/isPresent/isPresent.pipe.js +3 -3
  106. package/es2015/src/pipes/localize/localize.pipe.js +3 -3
  107. package/es2015/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
  108. package/es2015/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
  109. package/es2015/src/services/cookies/cookies.service.js +3 -3
  110. package/es2015/src/services/notifications/defaultNotifications.service.js +3 -3
  111. package/es2015/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
  112. package/es2015/src/services/statusCode/statusCode.service.js +3 -3
  113. package/es2015/src/services/stringLocalization/noStringLocalization.service.js +3 -3
  114. package/es2015/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
  115. package/es2015/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  116. package/es2015/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  117. package/es2015/structured-log/src/components/console/console.component.js +3 -3
  118. package/es2015/structured-log/src/modules/consoleLog.module.js +4 -4
  119. package/es2015/structured-log/src/services/console/consoleComponentSink.service.js +3 -3
  120. package/es2015/structured-log/src/services/console/consoleSinkConfig.service.js +3 -3
  121. package/es2015/structured-log/src/services/logger.service.js +3 -3
  122. package/es2015/structured-log/src/services/rest/restSink.service.js +3 -3
  123. package/es2015/structured-log/src/services/rest/restSinkConfig.service.js +3 -3
  124. package/es2020/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
  125. package/es2020/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
  126. package/es2020/forms/src/directives/hasError/hasError.directive.js +3 -3
  127. package/es2020/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
  128. package/es2020/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
  129. package/es2020/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
  130. package/es2020/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
  131. package/es2020/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
  132. package/es2020/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
  133. package/es2020/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
  134. package/es2020/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
  135. package/es2020/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
  136. package/es2020/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
  137. package/es2020/forms/src/modules/hasError.module.js +4 -4
  138. package/es2020/forms/src/modules/numberInput.module.js +4 -4
  139. package/es2020/forms/src/modules/requiredClass.module.js +4 -4
  140. package/es2020/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
  141. package/es2020/forms/src/services/submitted/submitted.service.js +3 -3
  142. package/es2020/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
  143. package/es2020/hotkeys/src/services/appHotkeys.service.js +3 -3
  144. package/es2020/material/src/components/confirmationDialog/confirmationDialog.component.js +4 -4
  145. package/es2020/material/src/components/confirmationDialog/confirmationDialog.component.js.map +1 -1
  146. package/es2020/material/src/components/movableTitledDialog/movableTitledDialog.component.js +18 -0
  147. package/es2020/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -0
  148. package/es2020/material/src/components/titledDialog/titledDialog.component.js +7 -4
  149. package/es2020/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  150. package/es2020/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -3
  151. package/es2020/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
  152. package/es2020/material/src/index.js +5 -2
  153. package/es2020/material/src/index.js.map +1 -1
  154. package/es2020/material/src/misc/interfaces/titledDialog.interface.js +1 -5
  155. package/es2020/material/src/misc/interfaces/titledDialog.interface.js.map +1 -1
  156. package/es2020/material/src/misc/tokens.js +4 -0
  157. package/es2020/material/src/misc/tokens.js.map +1 -1
  158. package/es2020/material/src/modules/confirmationDialog.module.js +4 -4
  159. package/es2020/material/src/modules/debugDataCopyClick.module.js +4 -4
  160. package/es2020/material/src/modules/movableTitledDialog.module.js +37 -0
  161. package/es2020/material/src/modules/movableTitledDialog.module.js.map +1 -0
  162. package/es2020/material/src/modules/titledDialog.module.js +4 -4
  163. package/es2020/material/src/services/titledDialog/titledDialog.service.js +15 -8
  164. package/es2020/material/src/services/titledDialog/titledDialog.service.js.map +1 -1
  165. package/es2020/material/src/services/titledDialog/titledDialogService.options.js +19 -0
  166. package/es2020/material/src/services/titledDialog/titledDialogService.options.js.map +1 -0
  167. package/es2020/moment/src/modules/moment.module.js +4 -4
  168. package/es2020/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
  169. package/es2020/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
  170. package/es2020/numeral/src/modules/numeral.module.js +4 -4
  171. package/es2020/numeral/src/pipes/numeral.pipe.js +3 -3
  172. package/es2020/positions/src/modules/positions/directives/positionTo/positionTo.directive.js +3 -3
  173. package/es2020/positions/src/modules/positions/modules/positions.module.js +4 -4
  174. package/es2020/positions/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
  175. package/es2020/positions/src/modules/tooltip/directives/tooltip/tooltip.directive.js +3 -3
  176. package/es2020/positions/src/modules/tooltip/modules/tooltip.module.js +4 -4
  177. package/es2020/router/src/services/routing/dataRouter.js +3 -3
  178. package/es2020/router/src/services/routing/dataRouterData.js +3 -3
  179. package/es2020/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
  180. package/es2020/src/index.js +1 -0
  181. package/es2020/src/index.js.map +1 -1
  182. package/es2020/src/modules/castPipes/modules/castPipes.module.js +4 -4
  183. package/es2020/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  184. package/es2020/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  185. package/es2020/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  186. package/es2020/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
  187. package/es2020/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +3 -3
  188. package/es2020/src/modules/clickOutside/modules/clickOutside.module.js +4 -4
  189. package/es2020/src/modules/commonDynamic.module.js +4 -4
  190. package/es2020/src/modules/commonLocalize.module.js +4 -4
  191. package/es2020/src/modules/commonUtils.module.js +4 -4
  192. package/es2020/src/modules/debugData/components/debugData/debugData.component.js +3 -3
  193. package/es2020/src/modules/debugData/modules/debugData.module.js +4 -4
  194. package/es2020/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
  195. package/es2020/src/modules/goBack/directives/goBack/goBack.directive.js +3 -3
  196. package/es2020/src/modules/goBack/modules/goBack.module.js +4 -4
  197. package/es2020/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
  198. package/es2020/src/modules/multiButton/modules/multiButton.module.js +4 -4
  199. package/es2020/src/modules/position/directives/positionTo/positionTo.directive.js +3 -3
  200. package/es2020/src/modules/position/modules/position.module.js +4 -4
  201. package/es2020/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
  202. package/es2020/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
  203. package/es2020/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -3
  204. package/es2020/src/modules/progressIndicator/modules/progressIndicator.module.js +4 -4
  205. package/es2020/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
  206. package/es2020/src/modules/tooltip/components/index.js +2 -0
  207. package/es2020/src/modules/tooltip/components/index.js.map +1 -0
  208. package/es2020/src/modules/tooltip/components/tooltip/tooltip.component.js +102 -0
  209. package/es2020/src/modules/tooltip/components/tooltip/tooltip.component.js.map +1 -0
  210. package/es2020/src/modules/tooltip/directives/index.js +3 -0
  211. package/es2020/src/modules/tooltip/directives/index.js.map +1 -0
  212. package/es2020/src/modules/tooltip/directives/tooltip/tooltip.directive.js +247 -0
  213. package/es2020/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -0
  214. package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +20 -0
  215. package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js.map +1 -0
  216. package/es2020/src/modules/tooltip/index.js +6 -0
  217. package/es2020/src/modules/tooltip/index.js.map +1 -0
  218. package/es2020/src/modules/tooltip/misc/tokens.js +6 -0
  219. package/es2020/src/modules/tooltip/misc/tokens.js.map +1 -0
  220. package/es2020/src/modules/tooltip/misc/tooltip.interface.js +2 -0
  221. package/es2020/src/modules/tooltip/misc/tooltip.interface.js.map +1 -0
  222. package/es2020/src/modules/tooltip/modules/index.js +2 -0
  223. package/es2020/src/modules/tooltip/modules/index.js.map +1 -0
  224. package/es2020/src/modules/tooltip/modules/tooltip.module.js +36 -0
  225. package/es2020/src/modules/tooltip/modules/tooltip.module.js.map +1 -0
  226. package/es2020/src/pipes/isNaN/isNaN.pipe.js +3 -3
  227. package/es2020/src/pipes/isPresent/isPresent.pipe.js +3 -3
  228. package/es2020/src/pipes/localize/localize.pipe.js +3 -3
  229. package/es2020/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
  230. package/es2020/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
  231. package/es2020/src/services/cookies/cookies.service.js +3 -3
  232. package/es2020/src/services/notifications/defaultNotifications.service.js +3 -3
  233. package/es2020/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
  234. package/es2020/src/services/statusCode/statusCode.service.js +3 -3
  235. package/es2020/src/services/stringLocalization/noStringLocalization.service.js +3 -3
  236. package/es2020/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
  237. package/es2020/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  238. package/es2020/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  239. package/es2020/structured-log/src/components/console/console.component.js +3 -3
  240. package/es2020/structured-log/src/modules/consoleLog.module.js +4 -4
  241. package/es2020/structured-log/src/services/console/consoleComponentSink.service.js +3 -3
  242. package/es2020/structured-log/src/services/console/consoleSinkConfig.service.js +3 -3
  243. package/es2020/structured-log/src/services/logger.service.js +3 -3
  244. package/es2020/structured-log/src/services/rest/restSink.service.js +3 -3
  245. package/es2020/structured-log/src/services/rest/restSinkConfig.service.js +3 -3
  246. package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts +10 -0
  247. package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts.map +1 -0
  248. package/material/src/components/movableTitledDialog/movableTitledDialog.component.html +14 -0
  249. package/material/src/components/titledDialog/titledDialog.component.d.ts +3 -0
  250. package/material/src/components/titledDialog/titledDialog.component.d.ts.map +1 -1
  251. package/material/src/index.d.ts +6 -2
  252. package/material/src/index.d.ts.map +1 -1
  253. package/material/src/misc/interfaces/titledDialog.interface.d.ts +1 -5
  254. package/material/src/misc/interfaces/titledDialog.interface.d.ts.map +1 -1
  255. package/material/src/misc/tokens.d.ts +4 -0
  256. package/material/src/misc/tokens.d.ts.map +1 -1
  257. package/material/src/modules/movableTitledDialog.module.d.ts +14 -0
  258. package/material/src/modules/movableTitledDialog.module.d.ts.map +1 -0
  259. package/material/src/services/titledDialog/titledDialog.service.d.ts +5 -3
  260. package/material/src/services/titledDialog/titledDialog.service.d.ts.map +1 -1
  261. package/material/src/services/titledDialog/titledDialogService.options.d.ts +12 -0
  262. package/material/src/services/titledDialog/titledDialogService.options.d.ts.map +1 -0
  263. package/package.json +1 -1
  264. package/src/index.d.ts +1 -0
  265. package/src/index.d.ts.map +1 -1
  266. package/src/modules/tooltip/components/index.d.ts +2 -0
  267. package/src/modules/tooltip/components/index.d.ts.map +1 -0
  268. package/src/modules/tooltip/components/tooltip/tooltip.component.css +10 -0
  269. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts +63 -0
  270. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts.map +1 -0
  271. package/src/modules/tooltip/components/tooltip/tooltip.component.html +6 -0
  272. package/src/modules/tooltip/directives/index.d.ts +3 -0
  273. package/src/modules/tooltip/directives/index.d.ts.map +1 -0
  274. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts +113 -0
  275. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -0
  276. package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.d.ts +12 -0
  277. package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.d.ts.map +1 -0
  278. package/src/modules/tooltip/index.d.ts +6 -0
  279. package/src/modules/tooltip/index.d.ts.map +1 -0
  280. package/src/modules/tooltip/misc/tokens.d.ts +7 -0
  281. package/src/modules/tooltip/misc/tokens.d.ts.map +1 -0
  282. package/src/modules/tooltip/misc/tooltip.interface.d.ts +63 -0
  283. package/src/modules/tooltip/misc/tooltip.interface.d.ts.map +1 -0
  284. package/src/modules/tooltip/modules/index.d.ts +2 -0
  285. package/src/modules/tooltip/modules/index.d.ts.map +1 -0
  286. package/src/modules/tooltip/modules/tooltip.module.d.ts +14 -0
  287. package/src/modules/tooltip/modules/tooltip.module.d.ts.map +1 -0
  288. package/version.bak +1 -1
@@ -83,9 +83,9 @@ export class ConsoleComponent {
83
83
  }
84
84
  }
85
85
  }
86
- ConsoleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleComponent, deps: [{ token: CONSOLE_COMPONENT_SINK_SERVICE }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
87
- ConsoleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: ConsoleComponent, selector: "console", ngImport: i0, template: "<div class=\"console-data thin-scrollbar\">\n <div class=\"console-log\" [ngClass]=\"log?.logLevel\" *ngFor=\"let log of currentLogs\">\n <div class=\"console-log-icon fa\" [class.fa-angle-right]=\"!log?.expanded\" [class.fa-angle-down]=\"log?.expanded\" (click)=\"log.expanded = !log.expanded\"></div>\n <div class=\"console-log-text\" [class.expanded]=\"log?.expanded\" (click)=\"copyMessage(log?.text)\">{{log?.text}}</div>\n </div>\n\n <div class=\"clear-icon\" (click)=\"clear()\" title=\"clear log\">\n <div class=\"fa fa-times\"></div>\n </div>\n\n <div class=\"copy-icon\" (click)=\"copy()\" title=\"copy to clipboard\" *ngIf=\"canCopy\">\n <div class=\"fa fa-copy\"></div>\n </div>\n</div>\n\n<div class=\"console-filter\">\n <input type=\"text\" placeholder=\"Filter messages\" (input)=\"filterValue = $any($event.target).value; setMessages()\">\n</div>", styles: [":host\n{\n display: flex;\n flex-direction: column;\n position: absolute;\n width: 100%;\n height: 50%;\n}\n\n.console-data\n{\n background-color: #000000c7;\n border: none;\n border-bottom: 1px solid #AAA;\n border-radius: 0;\n color: #EEE;\n flex: 1;\n min-height: 0;\n min-width: 0;\n overflow-y: auto;\n overflow-x: hidden;\n cursor: pointer;\n}\n\n.console-filter\n{\n align-self: stretch;\n}\n\n.console-filter input\n{\n width: 100%;\n background-color: #000000c7;\n color: #FFF;\n border: none;\n border-bottom: 1px solid #AAA;\n padding: 0 4px;\n}\n\n.copy-icon,\n.clear-icon\n{\n position: absolute;\n top: 0;\n right: 0;\n padding: 4px 14px;\n}\n\n.copy-icon\n{\n margin-right: 20px;\n}\n\n.clear-icon div:hover,\n.copy-icon div:hover\n{\n color: #31A1FF;\n cursor: pointer;\n}\n\n.console-log\n{\n font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n font-size: 12px;\n display: flex;\n flex-direction: row;\n}\n\n.console-log.error,\n.console-log.fatal\n{\n color: #FF3131;\n}\n\n.console-log.warning\n{\n color: #FFC531;\n}\n\n.console-log.debug,\n.console-log.verbose\n{\n color: #31A1FF;\n}\n\n.console-log-icon\n{\n color: #FFF;\n font-weight: bold;\n margin: 2px 4px 0;\n}\n\n.console-log-icon.fa-angle-down\n{\n margin: 3px 3px 0 2px;\n}\n\n.console-log-text\n{\n flex: 1;\n min-width: 0;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.console-log-text.expanded\n{\n white-space: pre;\n text-overflow: initial;\n}"], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
88
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleComponent, decorators: [{
86
+ ConsoleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleComponent, deps: [{ token: CONSOLE_COMPONENT_SINK_SERVICE }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
87
+ ConsoleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: ConsoleComponent, selector: "console", ngImport: i0, template: "<div class=\"console-data thin-scrollbar\">\n <div class=\"console-log\" [ngClass]=\"log?.logLevel\" *ngFor=\"let log of currentLogs\">\n <div class=\"console-log-icon fa\" [class.fa-angle-right]=\"!log?.expanded\" [class.fa-angle-down]=\"log?.expanded\" (click)=\"log.expanded = !log.expanded\"></div>\n <div class=\"console-log-text\" [class.expanded]=\"log?.expanded\" (click)=\"copyMessage(log?.text)\">{{log?.text}}</div>\n </div>\n\n <div class=\"clear-icon\" (click)=\"clear()\" title=\"clear log\">\n <div class=\"fa fa-times\"></div>\n </div>\n\n <div class=\"copy-icon\" (click)=\"copy()\" title=\"copy to clipboard\" *ngIf=\"canCopy\">\n <div class=\"fa fa-copy\"></div>\n </div>\n</div>\n\n<div class=\"console-filter\">\n <input type=\"text\" placeholder=\"Filter messages\" (input)=\"filterValue = $any($event.target).value; setMessages()\">\n</div>", styles: [":host\n{\n display: flex;\n flex-direction: column;\n position: absolute;\n width: 100%;\n height: 50%;\n}\n\n.console-data\n{\n background-color: #000000c7;\n border: none;\n border-bottom: 1px solid #AAA;\n border-radius: 0;\n color: #EEE;\n flex: 1;\n min-height: 0;\n min-width: 0;\n overflow-y: auto;\n overflow-x: hidden;\n cursor: pointer;\n}\n\n.console-filter\n{\n align-self: stretch;\n}\n\n.console-filter input\n{\n width: 100%;\n background-color: #000000c7;\n color: #FFF;\n border: none;\n border-bottom: 1px solid #AAA;\n padding: 0 4px;\n}\n\n.copy-icon,\n.clear-icon\n{\n position: absolute;\n top: 0;\n right: 0;\n padding: 4px 14px;\n}\n\n.copy-icon\n{\n margin-right: 20px;\n}\n\n.clear-icon div:hover,\n.copy-icon div:hover\n{\n color: #31A1FF;\n cursor: pointer;\n}\n\n.console-log\n{\n font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n font-size: 12px;\n display: flex;\n flex-direction: row;\n}\n\n.console-log.error,\n.console-log.fatal\n{\n color: #FF3131;\n}\n\n.console-log.warning\n{\n color: #FFC531;\n}\n\n.console-log.debug,\n.console-log.verbose\n{\n color: #31A1FF;\n}\n\n.console-log-icon\n{\n color: #FFF;\n font-weight: bold;\n margin: 2px 4px 0;\n}\n\n.console-log-icon.fa-angle-down\n{\n margin: 3px 3px 0 2px;\n}\n\n.console-log-text\n{\n flex: 1;\n min-width: 0;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.console-log-text.expanded\n{\n white-space: pre;\n text-overflow: initial;\n}"], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleComponent, decorators: [{
89
89
  type: Component,
90
90
  args: [{ selector: 'console', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"console-data thin-scrollbar\">\n <div class=\"console-log\" [ngClass]=\"log?.logLevel\" *ngFor=\"let log of currentLogs\">\n <div class=\"console-log-icon fa\" [class.fa-angle-right]=\"!log?.expanded\" [class.fa-angle-down]=\"log?.expanded\" (click)=\"log.expanded = !log.expanded\"></div>\n <div class=\"console-log-text\" [class.expanded]=\"log?.expanded\" (click)=\"copyMessage(log?.text)\">{{log?.text}}</div>\n </div>\n\n <div class=\"clear-icon\" (click)=\"clear()\" title=\"clear log\">\n <div class=\"fa fa-times\"></div>\n </div>\n\n <div class=\"copy-icon\" (click)=\"copy()\" title=\"copy to clipboard\" *ngIf=\"canCopy\">\n <div class=\"fa fa-copy\"></div>\n </div>\n</div>\n\n<div class=\"console-filter\">\n <input type=\"text\" placeholder=\"Filter messages\" (input)=\"filterValue = $any($event.target).value; setMessages()\">\n</div>", styles: [":host\n{\n display: flex;\n flex-direction: column;\n position: absolute;\n width: 100%;\n height: 50%;\n}\n\n.console-data\n{\n background-color: #000000c7;\n border: none;\n border-bottom: 1px solid #AAA;\n border-radius: 0;\n color: #EEE;\n flex: 1;\n min-height: 0;\n min-width: 0;\n overflow-y: auto;\n overflow-x: hidden;\n cursor: pointer;\n}\n\n.console-filter\n{\n align-self: stretch;\n}\n\n.console-filter input\n{\n width: 100%;\n background-color: #000000c7;\n color: #FFF;\n border: none;\n border-bottom: 1px solid #AAA;\n padding: 0 4px;\n}\n\n.copy-icon,\n.clear-icon\n{\n position: absolute;\n top: 0;\n right: 0;\n padding: 4px 14px;\n}\n\n.copy-icon\n{\n margin-right: 20px;\n}\n\n.clear-icon div:hover,\n.copy-icon div:hover\n{\n color: #31A1FF;\n cursor: pointer;\n}\n\n.console-log\n{\n font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;\n font-size: 12px;\n display: flex;\n flex-direction: row;\n}\n\n.console-log.error,\n.console-log.fatal\n{\n color: #FF3131;\n}\n\n.console-log.warning\n{\n color: #FFC531;\n}\n\n.console-log.debug,\n.console-log.verbose\n{\n color: #31A1FF;\n}\n\n.console-log-icon\n{\n color: #FFF;\n font-weight: bold;\n margin: 2px 4px 0;\n}\n\n.console-log-icon.fa-angle-down\n{\n margin: 3px 3px 0 2px;\n}\n\n.console-log-text\n{\n flex: 1;\n min-width: 0;\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.console-log-text.expanded\n{\n white-space: pre;\n text-overflow: initial;\n}"] }]
91
91
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -22,12 +22,12 @@ export class ConsoleLogModule {
22
22
  };
23
23
  }
24
24
  }
25
- ConsoleLogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleLogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
- ConsoleLogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleLogModule, declarations: [ConsoleComponent], imports: [CommonModule], exports: [ConsoleComponent] });
27
- ConsoleLogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleLogModule, imports: [[
25
+ ConsoleLogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleLogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
+ ConsoleLogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleLogModule, declarations: [ConsoleComponent], imports: [CommonModule], exports: [ConsoleComponent] });
27
+ ConsoleLogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleLogModule, imports: [[
28
28
  CommonModule
29
29
  ]] });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleLogModule, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleLogModule, decorators: [{
31
31
  type: NgModule,
32
32
  args: [{
33
33
  imports: [
@@ -88,9 +88,9 @@ export class ConsoleComponentSinkService {
88
88
  }
89
89
  }
90
90
  }
91
- ConsoleComponentSinkService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleComponentSinkService, deps: [{ token: i1.ConsoleSinkConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
92
- ConsoleComponentSinkService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleComponentSinkService });
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleComponentSinkService, decorators: [{
91
+ ConsoleComponentSinkService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleComponentSinkService, deps: [{ token: i1.ConsoleSinkConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
92
+ ConsoleComponentSinkService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleComponentSinkService });
93
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleComponentSinkService, decorators: [{
94
94
  type: Injectable
95
95
  }], ctorParameters: function () { return [{ type: i1.ConsoleSinkConfigService }]; } });
96
96
  //# sourceMappingURL=consoleComponentSink.service.js.map
@@ -29,9 +29,9 @@ export class ConsoleSinkConfigService {
29
29
  }
30
30
  }
31
31
  }
32
- ConsoleSinkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleSinkConfigService, deps: [{ token: Injector }, { token: Injector }], target: i0.ɵɵFactoryTarget.Injectable });
33
- ConsoleSinkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleSinkConfigService, providedIn: 'root', useFactory: () => new ConsoleSinkConfigService() });
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConsoleSinkConfigService, decorators: [{
32
+ ConsoleSinkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleSinkConfigService, deps: [{ token: Injector }, { token: Injector }], target: i0.ɵɵFactoryTarget.Injectable });
33
+ ConsoleSinkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleSinkConfigService, providedIn: 'root', useFactory: () => new ConsoleSinkConfigService() });
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConsoleSinkConfigService, decorators: [{
35
35
  type: Injectable,
36
36
  args: [{ providedIn: 'root', useFactory: () => new ConsoleSinkConfigService() }]
37
37
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -33,9 +33,9 @@ export class LoggerService {
33
33
  this._logger.verbose(errorOrMessageTemplate, properties);
34
34
  }
35
35
  }
36
- LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: LoggerService, deps: [{ token: LOGGER_SINKS }], target: i0.ɵɵFactoryTarget.Injectable });
37
- LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: LoggerService });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: LoggerService, decorators: [{
36
+ LoggerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: LoggerService, deps: [{ token: LOGGER_SINKS }], target: i0.ɵɵFactoryTarget.Injectable });
37
+ LoggerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: LoggerService });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: LoggerService, decorators: [{
39
39
  type: Injectable
40
40
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
41
41
  type: Inject,
@@ -104,9 +104,9 @@ export class RestSinkService {
104
104
  }
105
105
  }
106
106
  }
107
- RestSinkService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RestSinkService, deps: [{ token: i1.RestSinkConfigService }, { token: APP_STABLE }, { token: LOGGER_REST_CLIENT }], target: i0.ɵɵFactoryTarget.Injectable });
108
- RestSinkService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RestSinkService });
109
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RestSinkService, decorators: [{
107
+ RestSinkService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkService, deps: [{ token: i1.RestSinkConfigService }, { token: APP_STABLE }, { token: LOGGER_REST_CLIENT }], target: i0.ɵɵFactoryTarget.Injectable });
108
+ RestSinkService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkService });
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkService, decorators: [{
110
110
  type: Injectable
111
111
  }], ctorParameters: function () { return [{ type: i1.RestSinkConfigService }, { type: Promise, decorators: [{
112
112
  type: Inject,
@@ -34,9 +34,9 @@ export class RestSinkConfigService {
34
34
  }
35
35
  }
36
36
  }
37
- RestSinkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RestSinkConfigService, deps: [{ token: Injector }, { token: Injector }, { token: Injector }, { token: Injector }], target: i0.ɵɵFactoryTarget.Injectable });
38
- RestSinkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RestSinkConfigService, providedIn: 'root', useFactory: () => new RestSinkConfigService() });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: RestSinkConfigService, decorators: [{
37
+ RestSinkConfigService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkConfigService, deps: [{ token: Injector }, { token: Injector }, { token: Injector }, { token: Injector }], target: i0.ɵɵFactoryTarget.Injectable });
38
+ RestSinkConfigService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkConfigService, providedIn: 'root', useFactory: () => new RestSinkConfigService() });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: RestSinkConfigService, decorators: [{
40
40
  type: Injectable,
41
41
  args: [{ providedIn: 'root', useFactory: () => new RestSinkConfigService() }]
42
42
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -0,0 +1,10 @@
1
+ import { TitledDialogComponent } from '../titledDialog/titledDialog.component';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * Component used as wrapper for material dialog enhanced with title, which is movable
5
+ */
6
+ export declare class MovableTitledDialogComponent extends TitledDialogComponent {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MovableTitledDialogComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<MovableTitledDialogComponent, "movable-titled-dialog", never, {}, {}, never, never>;
9
+ }
10
+ //# sourceMappingURL=movableTitledDialog.component.d.ts.map
@@ -0,0 +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"}
@@ -0,0 +1,14 @@
1
+ <div class="flex-row titled-dialog-title"
2
+ cdkDrag
3
+ cdkDragRootElement=".cdk-overlay-pane"
4
+ cdkDragHandle>
5
+ <div class="flex-1">{{data.title | localize}}</div>
6
+
7
+ <div class="pointer-cursor align-self-center close-dialog" (click)="dialogRef.close()">
8
+ <div class="fa fa-times"></div>
9
+ </div>
10
+ </div>
11
+
12
+ <div class="titled-dialog-content">
13
+ <ng-template [ngComponentOutletEx]="component" [ngComponentOutletExInjector]="injector"></ng-template>
14
+ </div>
@@ -13,6 +13,9 @@ export declare class TitledDialogComponent {
13
13
  * Injector used for creating component or template
14
14
  */
15
15
  injector: Injector;
16
+ /**
17
+ * Instance of component that will be rendered in dialog
18
+ */
16
19
  get component(): ComponentType<any>;
17
20
  constructor(data: ɵTitledDialogOptions, dialogRef: MatDialogRef<ɵTitledDialogOptions>, injector: Injector);
18
21
  static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogComponent, never>;
@@ -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;AAElD,OAAO,EAAC,oBAAoB,EAAqB,MAAM,8CAA8C,CAAC;;AAEtG;;GAEG;AACH,qBAOa,qBAAqB;IAoBc,IAAI,EAAE,oBAAoB;IACnD,SAAS,EAAE,YAAY,CAAC,oBAAoB,CAAC;IAjBhE;;OAEG;IACI,QAAQ,EAAE,QAAQ,CAAC;IAE1B,IAAW,SAAS,IAAI,aAAa,CAAC,GAAG,CAAC,CAQzC;gBAG2C,IAAI,EAAE,oBAAoB,EACnD,SAAS,EAAE,YAAY,CAAC,oBAAoB,CAAC,EACpD,QAAQ,EAAE,QAAQ;yCAtBrB,qBAAqB;2CAArB,qBAAqB;CAqCjC"}
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,11 +1,15 @@
1
1
  export { TitledDialogModule } from './modules/titledDialog.module';
2
2
  export { DebugDataCopyClickModule } from './modules/debugDataCopyClick.module';
3
+ export { MovableTitledDialogModule } from './modules/movableTitledDialog.module';
3
4
  export { TitledDialogService } from './services/titledDialog/titledDialog.service';
4
- export { TitledDialogConfig, TITLED_DIALOG_DATA } from './misc/interfaces/titledDialog.interface';
5
+ export { TitledDialogServiceOptions } from './services/titledDialog/titledDialogService.options';
6
+ export { TitledDialogConfig } from './misc/interfaces/titledDialog.interface';
5
7
  export { ConfirmationDialogModule } from './modules/confirmationDialog.module';
8
+ export { TitledDialogComponent } from './components/titledDialog/titledDialog.component';
9
+ export { MovableTitledDialogComponent } from './components/movableTitledDialog/movableTitledDialog.component';
6
10
  export { ConfirmationDialogComponent } from './components/confirmationDialog/confirmationDialog.component';
7
11
  export { ConfirmationDialogDirective } from './directives/confirmationDialog/confirmationDialog.directive';
8
12
  export { DebugDataCopyClickDirective } from './directives/debugDataCopyClick/debugDataCopyClick.directive';
9
13
  export { ConfirmationDialogOptions, ConfirmationDialogCssClasses } from './misc/interfaces/confirmationDialog.interface';
10
- export { CONFIRMATION_DIALOG_OPTIONS } from './misc/tokens';
14
+ export { CONFIRMATION_DIALOG_OPTIONS, TITLED_DIALOG_DATA } from './misc/tokens';
11
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAC,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,mBAAmB,EAAC,MAAM,8CAA8C,CAAC;AACjF,OAAO,EAAC,kBAAkB,EAAE,kBAAkB,EAAC,MAAM,0CAA0C,CAAC;AAChG,OAAO,EAAC,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,2BAA2B,EAAC,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAC,2BAA2B,EAAC,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAC,2BAA2B,EAAC,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAC,yBAAyB,EAAE,4BAA4B,EAAC,MAAM,gDAAgD,CAAC;AACvH,OAAO,EAAC,2BAA2B,EAAC,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAC,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,yBAAyB,EAAC,MAAM,sCAAsC,CAAC;AAC/E,OAAO,EAAC,mBAAmB,EAAC,MAAM,8CAA8C,CAAC;AACjF,OAAO,EAAC,0BAA0B,EAAC,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAC,kBAAkB,EAAC,MAAM,0CAA0C,CAAC;AAC5E,OAAO,EAAC,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,qBAAqB,EAAC,MAAM,kDAAkD,CAAC;AACvF,OAAO,EAAC,4BAA4B,EAAC,MAAM,gEAAgE,CAAC;AAC5G,OAAO,EAAC,2BAA2B,EAAC,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAC,2BAA2B,EAAC,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAC,2BAA2B,EAAC,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAC,yBAAyB,EAAE,4BAA4B,EAAC,MAAM,gDAAgD,CAAC;AACvH,OAAO,EAAC,2BAA2B,EAAE,kBAAkB,EAAC,MAAM,eAAe,CAAC"}
@@ -1,4 +1,4 @@
1
- import { TemplateRef, InjectionToken } from '@angular/core';
1
+ import { TemplateRef } from '@angular/core';
2
2
  import { MatDialogConfig } from '@angular/material/dialog';
3
3
  import { ComponentType } from '@angular/cdk/portal';
4
4
  /**
@@ -27,8 +27,4 @@ export interface ɵTitledDialogOptions {
27
27
  */
28
28
  componentOrTemplateRef?: ComponentType<any> | TemplateRef<any>;
29
29
  }
30
- /**
31
- * Injection token that can be used to access the data that was passed in to a titled dialog.
32
- */
33
- export declare const TITLED_DIALOG_DATA: InjectionToken<any>;
34
30
  //# sourceMappingURL=titledDialog.interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"titledDialog.interface.d.ts","sourceRoot":"","sources":["titledDialog.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAE,cAAc,EAAC,MAAM,eAAe,CAAC;AAC1D,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,KAAK,CAAE,SAAQ,eAAe,CAAC,KAAK,CAAC;IAErE;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IAEjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,CAAC,EAAE,GAAG,CAAC;IAEX;;OAEG;IACH,sBAAsB,CAAC,EAAE,aAAa,CAAC,GAAG,CAAC,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC;CAClE;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,cAAc,CAAC,GAAG,CAAiD,CAAC"}
1
+ {"version":3,"file":"titledDialog.interface.d.ts","sourceRoot":"","sources":["titledDialog.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAElD;;GAEG;AACH,MAAM,WAAW,kBAAkB,CAAC,KAAK,CAAE,SAAQ,eAAe,CAAC,KAAK,CAAC;IAErE;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IAEjC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,CAAC,EAAE,GAAG,CAAC;IAEX;;OAEG;IACH,sBAAsB,CAAC,EAAE,aAAa,CAAC,GAAG,CAAC,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC;CAClE"}
@@ -4,4 +4,8 @@ import { ConfirmationDialogOptions } from './interfaces/confirmationDialog.inter
4
4
  * Injection token used for setting global default options for confirmation dialog
5
5
  */
6
6
  export declare const CONFIRMATION_DIALOG_OPTIONS: InjectionToken<ConfirmationDialogOptions>;
7
+ /**
8
+ * Injection token that can be used to access the data that was passed in to a titled dialog.
9
+ */
10
+ export declare const TITLED_DIALOG_DATA: InjectionToken<any>;
7
11
  //# sourceMappingURL=tokens.d.ts.map
@@ -1 +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,yBAAyB,EAAC,MAAM,2CAA2C,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,cAAc,CAAC,yBAAyB,CAAgF,CAAC"}
1
+ {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAE7C,OAAO,EAAC,yBAAyB,EAAC,MAAM,2CAA2C,CAAC;AAEpF;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,cAAc,CAAC,yBAAyB,CAAgF,CAAC;AAEnK;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,cAAc,CAAC,GAAG,CAAiD,CAAC"}
@@ -0,0 +1,14 @@
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";
6
+ /**
7
+ * Module for components for displaying movable titled dialog
8
+ */
9
+ export declare class MovableTitledDialogModule {
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>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<MovableTitledDialogModule>;
13
+ }
14
+ //# sourceMappingURL=movableTitledDialog.module.d.ts.map
@@ -0,0 +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"}
@@ -2,13 +2,15 @@ import { TemplateRef } from '@angular/core';
2
2
  import { MatDialog, MatDialogRef } from '@angular/material/dialog';
3
3
  import { ComponentType } from '@angular/cdk/portal';
4
4
  import { TitledDialogConfig } from '../../misc/interfaces/titledDialog.interface';
5
+ import { TitledDialogServiceOptions } from './titledDialogService.options';
5
6
  import * as i0 from "@angular/core";
6
7
  /**
7
8
  * Titled dialog service used for displaying components in dialog
8
9
  */
9
10
  export declare class TitledDialogService {
10
- private _dialog;
11
- constructor(_dialog: MatDialog);
11
+ protected _dialog: MatDialog;
12
+ protected _options: TitledDialogServiceOptions;
13
+ constructor(_dialog: MatDialog, _options: TitledDialogServiceOptions);
12
14
  /**
13
15
  * Opens a modal dialog containing the given component.
14
16
  * @param componentOrTemplateRef - Type of the component to load into the dialog, or a TemplateRef to instantiate as the dialog content.
@@ -16,7 +18,7 @@ export declare class TitledDialogService {
16
18
  * @returns Reference to the newly-opened dialog.
17
19
  */
18
20
  open<T, D = any, R = any>(componentOrTemplateRef: ComponentType<T> | TemplateRef<T>, config?: TitledDialogConfig<D>): MatDialogRef<T, R>;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogService, never>;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<TitledDialogService, [null, { optional: true; }]>;
20
22
  static ɵprov: i0.ɵɵInjectableDeclaration<TitledDialogService>;
21
23
  }
22
24
  //# sourceMappingURL=titledDialog.service.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"titledDialog.service.d.ts","sourceRoot":"","sources":["titledDialog.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,WAAW,EAAC,MAAM,eAAe,CAAC;AACtD,OAAO,EAAC,SAAS,EAAE,YAAY,EAAC,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAElD,OAAO,EAAC,kBAAkB,EAAuB,MAAM,8CAA8C,CAAC;;AAGtG;;GAEG;AACH,qBACa,mBAAmB;IAGhB,OAAO,CAAC,OAAO;gBAAP,OAAO,EAAE,SAAS;IAMtC;;;;;OAKG;IACI,IAAI,CAAC,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE,sBAAsB,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAAG,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;yCAftI,mBAAmB;6CAAnB,mBAAmB;CAgC/B"}
1
+ {"version":3,"file":"titledDialog.service.d.ts","sourceRoot":"","sources":["titledDialog.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,WAAW,EAAC,MAAM,eAAe,CAAC;AAChE,OAAO,EAAC,SAAS,EAAE,YAAY,EAAC,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAC,aAAa,EAAC,MAAM,qBAAqB,CAAC;AAElD,OAAO,EAAC,kBAAkB,EAAuB,MAAM,8CAA8C,CAAC;AACtG,OAAO,EAAC,0BAA0B,EAAC,MAAM,+BAA+B,CAAC;;AAEzE;;GAEG;AACH,qBACa,mBAAmB;IAGhB,SAAS,CAAC,OAAO,EAAE,SAAS;IAChB,SAAS,CAAC,QAAQ,EAAE,0BAA0B;gBADhD,OAAO,EAAE,SAAS,EACN,QAAQ,EAAE,0BAA0B;IAUtE;;;;;OAKG;IACI,IAAI,CAAC,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE,sBAAsB,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAAG,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;yCApBtI,mBAAmB;6CAAnB,mBAAmB;CAqC/B"}
@@ -0,0 +1,12 @@
1
+ import { Type } from '@angular/core';
2
+ /**
3
+ * Options for `TitledDialogService`
4
+ */
5
+ export declare class TitledDialogServiceOptions {
6
+ /**
7
+ * Type of component used for rendering titled dialog
8
+ */
9
+ titledDialogComponent: Type<any>;
10
+ constructor(titledDialogComponent?: Type<any>);
11
+ }
12
+ //# sourceMappingURL=titledDialogService.options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"titledDialogService.options.d.ts","sourceRoot":"","sources":["titledDialogService.options.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,eAAe,CAAC;AAKnC;;GAEG;AACH,qBAAa,0BAA0B;IAInC;;OAEG;IACI,qBAAqB,EAAE,IAAI,CAAC,GAAG,CAAC,CAAyB;gBAGpD,qBAAqB,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC;CAOhD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anglr/common",
3
- "version": "11.2.0",
3
+ "version": "11.3.0-beta.20220412054621",
4
4
  "description": "Angular module for common angular stuff",
5
5
  "type": "module",
6
6
  "sideEffects": false,
package/src/index.d.ts CHANGED
@@ -19,6 +19,7 @@ export { MultiButtonModule } from './modules/multiButton/modules/multiButton.mod
19
19
  export * from './modules/goBack';
20
20
  export * from './modules/position';
21
21
  export * from './modules/castPipes';
22
+ export * from './modules/tooltip';
22
23
  export * from './types/tokens';
23
24
  export * from './utils';
24
25
  export * from './pipes';
@@ -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,wBAAwB,EAAC,MAAM,+DAA+D,CAAC;AACvG,OAAO,EAAC,0BAA0B,EAAC,MAAM,sFAAsF,CAAC;AAChI,OAAO,EAAC,uBAAuB,EAAC,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAC,wBAAwB,EAAC,MAAM,gEAAgE,CAAC;AACxG,OAAO,EAAC,6BAA6B,EAAC,MAAM,yCAAyC,CAAC;AACtF,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,qBAAqB,EAAC,MAAM,uEAAuE,CAAC;AAC5G,OAAO,EAAC,kBAAkB,EAAC,MAAM,oDAAoD,CAAC;AACtF,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,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAC,aAAa,EAAC,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAC,iBAAiB,EAAC,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAC,6BAA6B,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,6BAA6B,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,2BAA2B,EAAE,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAC,MAAM,EAAC,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAC,mBAAmB,EAAC,MAAM,gEAAgE,CAAC;AACnG,OAAO,EAAC,UAAU,EAAE,uBAAuB,EAAE,mBAAmB,EAAC,MAAM,SAAS,CAAC;AACjF,OAAO,EAAC,6BAA6B,EAAE,mBAAmB,EAAC,MAAM,8DAA8D,CAAC;AAChI,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,wBAAwB,EAAC,MAAM,+DAA+D,CAAC;AACvG,OAAO,EAAC,0BAA0B,EAAC,MAAM,sFAAsF,CAAC;AAChI,OAAO,EAAC,uBAAuB,EAAC,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAC,wBAAwB,EAAC,MAAM,gEAAgE,CAAC;AACxG,OAAO,EAAC,6BAA6B,EAAC,MAAM,yCAAyC,CAAC;AACtF,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,qBAAqB,EAAC,MAAM,uEAAuE,CAAC;AAC5G,OAAO,EAAC,kBAAkB,EAAC,MAAM,oDAAoD,CAAC;AACtF,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,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAC,aAAa,EAAC,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAC,iBAAiB,EAAC,MAAM,0CAA0C,CAAC;AAC3E,OAAO,EAAC,6BAA6B,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,6BAA6B,EAAE,gBAAgB,EAAC,MAAM,6BAA6B,CAAC;AAC5F,OAAO,EAAC,2BAA2B,EAAE,kBAAkB,EAAC,MAAM,+BAA+B,CAAC;AAC9F,OAAO,EAAC,MAAM,EAAC,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAC,mBAAmB,EAAC,MAAM,gEAAgE,CAAC;AACnG,OAAO,EAAC,UAAU,EAAE,uBAAuB,EAAE,mBAAmB,EAAC,MAAM,SAAS,CAAC;AACjF,OAAO,EAAC,6BAA6B,EAAE,mBAAmB,EAAC,MAAM,8DAA8D,CAAC;AAChI,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"}
@@ -0,0 +1,2 @@
1
+ export * from './tooltip/tooltip.component';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC"}
@@ -0,0 +1,10 @@
1
+ :host
2
+ {
3
+ display: block;
4
+ position: absolute;
5
+ padding: 2px 4px;
6
+ border-radius: 3px;
7
+ font-size: 0.9em;
8
+ max-width: 300px;
9
+ user-select: text;
10
+ }
@@ -0,0 +1,63 @@
1
+ import { TemplateRef, ChangeDetectorRef, ElementRef } from '@angular/core';
2
+ import { TooltipRenderer } from '../../misc/tooltip.interface';
3
+ import * as i0 from "@angular/core";
4
+ /**
5
+ * Component used for displaying tooltip content
6
+ */
7
+ export declare class TooltipComponent<TData = any> implements TooltipRenderer<TData> {
8
+ protected _changeDetector: ChangeDetectorRef;
9
+ protected _element: ElementRef<HTMLElement>;
10
+ /**
11
+ * Called when mouse enter tooltip component, hover
12
+ */
13
+ protected _enterFn: () => void;
14
+ /**
15
+ * Called when mouse leaves tooltip component
16
+ */
17
+ protected _leaveFn: () => void;
18
+ /**
19
+ * Data that are rendered in tooltip
20
+ */
21
+ data: TData | null | undefined;
22
+ /**
23
+ * Template used for rendering tooltip
24
+ */
25
+ template: TemplateRef<TData> | null | undefined;
26
+ /**
27
+ * Indication whether are html tags allowed in tooltip text
28
+ */
29
+ allowHtml: boolean;
30
+ /**
31
+ * Css class that is applied to tooltip renderer component
32
+ */
33
+ cssClass: string | null | undefined;
34
+ /**
35
+ * Attach fade in/out animation to element
36
+ * @internal
37
+ */
38
+ animation: boolean;
39
+ constructor(_changeDetector: ChangeDetectorRef, _element: ElementRef<HTMLElement>);
40
+ /**
41
+ * Registers handlers that allows reaction to entering or leaving tooltip
42
+ * @param enter - Called when mouse enter tooltip component, hover
43
+ * @param leave - Called when mouse leaves tooltip component
44
+ */
45
+ registerHoverEvents(enter: () => void, leave: () => void): void;
46
+ /**
47
+ * Explicitly runs invalidation of content (change detection)
48
+ */
49
+ invalidateVisuals(): void;
50
+ /**
51
+ * Handles mouse enter event over tooltip
52
+ * @internal
53
+ */
54
+ mouseEnter(): void;
55
+ /**
56
+ * Handles mouse leave event over tooltip
57
+ * @internal
58
+ */
59
+ mouseLeave(): void;
60
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent<any>, never>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent<any>, "tooltip-popup", never, {}, {}, never, never>;
62
+ }
63
+ //# sourceMappingURL=tooltip.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqC,WAAW,EAAE,iBAAiB,EAAe,UAAU,EAAe,MAAM,eAAe,CAAC;AAIxI,OAAO,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;;AAE7D;;GAEG;AACH,qBAqBa,gBAAgB,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,eAAe,CAAC,KAAK,CAAC;IA8C5D,SAAS,CAAC,eAAe,EAAE,iBAAiB;IAC5C,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IA3CvD;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,IAAI,CAAc;IAE5C;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,IAAI,CAAc;IAI5C;;OAEG;IACI,IAAI,EAAE,KAAK,GAAC,IAAI,GAAC,SAAS,CAAC;IAElC;;OAEG;IACI,QAAQ,EAAE,WAAW,CAAC,KAAK,CAAC,GAAC,IAAI,GAAC,SAAS,CAAC;IAEnD;;OAEG;IACI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IACI,QAAQ,EAAE,MAAM,GAAC,IAAI,GAAC,SAAS,CAAC;IAIvC;;;OAGG;IAEI,SAAS,EAAE,OAAO,CAAQ;gBAGX,eAAe,EAAE,iBAAiB,EAClC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IAMvD;;;;OAIG;IACI,mBAAmB,CAAC,KAAK,EAAE,MAAM,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI,GAAG,IAAI;IAMtE;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAYhC;;;OAGG;IAEI,UAAU,IAAI,IAAI;IAKzB;;;OAGG;IAEI,UAAU,IAAI,IAAI;yCA9FhB,gBAAgB;2CAAhB,gBAAgB;CAkG5B"}
@@ -0,0 +1,6 @@
1
+ <div *ngIf="!template && !allowHtml">{{data}}</div>
2
+ <div *ngIf="!template && allowHtml" [innerHTML]="data"></div>
3
+
4
+ <ng-template [ngIf]="template">
5
+ <ng-container *ngTemplateOutlet="template; context: {$implicit: data}"></ng-container>
6
+ </ng-template>
@@ -0,0 +1,3 @@
1
+ export * from './tooltip/tooltip.directive';
2
+ export * from './tooltipTemplate/tooltipTemplate.directive';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6CAA6C,CAAC"}
@@ -0,0 +1,113 @@
1
+ import { ComponentRef, ElementRef, Injector, OnChanges, OnDestroy, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import { TooltipOptions, TooltipRenderer } from '../../misc/tooltip.interface';
3
+ import { Position } from '../../../../services/position';
4
+ import { TooltipTemplateDirective } from '../tooltipTemplate/tooltipTemplate.directive';
5
+ import * as i0 from "@angular/core";
6
+ /**
7
+ * Directive used for rendering tooltip
8
+ */
9
+ export declare class TooltipDirective<TData = any> implements OnChanges, OnDestroy {
10
+ protected _viewContainerRef: ViewContainerRef;
11
+ protected _injector: Injector;
12
+ protected _element: ElementRef<HTMLElement>;
13
+ protected _document: Document;
14
+ protected _position: Position;
15
+ /**
16
+ * Instance of component used for rendering tooltip
17
+ */
18
+ protected _tooltipComponent?: ComponentRef<TooltipRenderer<TData>>;
19
+ /**
20
+ * Instance of HTML element for tooltip renderer
21
+ */
22
+ protected _tooltipElement?: HTMLElement;
23
+ /**
24
+ * Instance of options provided for this tooltip
25
+ */
26
+ protected _options: TooltipOptions;
27
+ /**
28
+ * Indication whether there is active show tooltip request
29
+ */
30
+ protected _showRequest: boolean;
31
+ /**
32
+ * Indication whether keep open tooltip component
33
+ */
34
+ protected _keepOpen: boolean;
35
+ /**
36
+ * Timeout that is used for handling mouse move
37
+ */
38
+ protected _timeout: number | null;
39
+ /**
40
+ * Tooltip text that is displayed, or any data that could be passed to template
41
+ */
42
+ tooltip?: TData;
43
+ /**
44
+ * Indication whether are html tags allowed in tooltip text
45
+ */
46
+ allowHtml: boolean;
47
+ /**
48
+ * Instance of tooltip template that is used for rendering
49
+ */
50
+ tooltipTemplate?: TemplateRef<TData>;
51
+ /**
52
+ * Options used for displaying tooltip
53
+ */
54
+ get tooltipOptions(): Partial<TooltipOptions>;
55
+ set tooltipOptions(value: Partial<TooltipOptions>);
56
+ /**
57
+ * Gets or sets indication whether is tooltip visible, if has boolean value, mouse events cant override this
58
+ */
59
+ tooltipVisible?: boolean;
60
+ /**
61
+ * Instance of template from element content, used for rendering
62
+ */
63
+ tooltipTemplateChild?: TooltipTemplateDirective;
64
+ constructor(_viewContainerRef: ViewContainerRef, _injector: Injector, _element: ElementRef<HTMLElement>, _document: Document, _position: Position, options?: Partial<TooltipOptions>);
65
+ /**
66
+ * Called when input value changes
67
+ */
68
+ ngOnChanges(changes: SimpleChanges): void;
69
+ /**
70
+ * Called when component is destroyed
71
+ */
72
+ ngOnDestroy(): void;
73
+ /**
74
+ * Handles mouse leave event, hover ends
75
+ * @param event - Mouse event that occured
76
+ * @internal
77
+ */
78
+ mouseLeave(event: MouseEvent): void;
79
+ /**
80
+ * Handles mouse move event, displaying tooltip
81
+ * @param event - Mouse event that occured
82
+ * @internal
83
+ */
84
+ mouseMove(event: MouseEvent): void;
85
+ /**
86
+ * Shows tooltip
87
+ * @param event - Mouse event
88
+ */
89
+ protected _showTooltip(event?: MouseEvent): void;
90
+ /**
91
+ * Hides tooltip
92
+ */
93
+ protected _hideTooltip(): void;
94
+ /**
95
+ * Destroys tooltip component
96
+ */
97
+ protected _destroyTooltip(): void;
98
+ /**
99
+ * Creates tooltip renderer component
100
+ */
101
+ protected _createTooltip(): void;
102
+ /**
103
+ * Sets data to tooltip component and shows them
104
+ */
105
+ protected _showData(): void;
106
+ /**
107
+ * Custom input type for `tooltip` input
108
+ */
109
+ static ngAcceptInputType_tooltip: any;
110
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective<any>, [null, null, null, null, null, { optional: true; }]>;
111
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective<any>, "[tooltip]", never, { "tooltip": "tooltip"; "allowHtml": "allowHtml"; "tooltipTemplate": "tooltipTemplate"; "tooltipOptions": "tooltipOptions"; "tooltipVisible": "tooltipVisible"; }, {}, ["tooltipTemplateChild"]>;
112
+ }
113
+ //# sourceMappingURL=tooltip.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.directive.d.ts","sourceRoot":"","sources":["tooltip.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAA2B,UAAU,EAAyC,QAAQ,EAAS,SAAS,EAAE,SAAS,EAAY,aAAa,EAAE,WAAW,EAAE,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAKtN,OAAO,EAAC,cAAc,EAAE,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAE7E,OAAO,EAAsB,QAAQ,EAAoC,MAAM,+BAA+B,CAAC;AAC/G,OAAO,EAAC,wBAAwB,EAAC,MAAM,8CAA8C,CAAC;;AAoBtF;;GAEG;AACH,qBAIa,gBAAgB,CAAC,KAAK,GAAG,GAAG,CAAE,YAAW,SAAS,EAAE,SAAS;IAkF1D,SAAS,CAAC,iBAAiB,EAAE,gBAAgB;IAC7C,SAAS,CAAC,SAAS,EAAE,QAAQ;IAC7B,SAAS,CAAC,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC;IACzB,SAAS,CAAC,SAAS,EAAE,QAAQ;IAC7B,SAAS,CAAC,SAAS,EAAE,QAAQ;IAlF3D;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,EAAE,YAAY,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC,CAAC;IAEnE;;OAEG;IACH,SAAS,CAAC,eAAe,CAAC,EAAE,WAAW,CAAC;IAExC;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,cAAc,CAAC;IAEnC;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,OAAO,CAAS;IAExC;;OAEG;IACH,SAAS,CAAC,SAAS,EAAE,OAAO,CAAS;IAErC;;OAEG;IACH,SAAS,CAAC,QAAQ,EAAE,MAAM,GAAC,IAAI,CAAQ;IAIvC;;OAEG;IAEI,OAAO,CAAC,EAAE,KAAK,CAAC;IAEvB;;OAEG;IAEI,SAAS,EAAE,OAAO,CAAS;IAElC;;OAEG;IAEI,eAAe,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;IAE5C;;OAEG;IACH,IACW,cAAc,IAAI,OAAO,CAAC,cAAc,CAAC,CAGnD;IACD,IAAW,cAAc,CAAC,KAAK,EAAE,OAAO,CAAC,cAAc,CAAC,EAGvD;IAED;;OAEG;IAEI,cAAc,CAAC,EAAE,OAAO,CAAC;IAIhC;;OAEG;IAEI,oBAAoB,CAAC,EAAE,wBAAwB,CAAC;gBAGjC,iBAAiB,EAAE,gBAAgB,EACnC,SAAS,EAAE,QAAQ,EACnB,QAAQ,EAAE,UAAU,CAAC,WAAW,CAAC,EACf,SAAS,EAAE,QAAQ,EACnB,SAAS,EAAE,QAAQ,EACV,OAAO,CAAC,EAAE,OAAO,CAAC,cAAc,CAAC;IAOlF;;OAEG;IACI,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAiBhD;;OAEG;IACI,WAAW,IAAI,IAAI;IAO1B;;;;OAIG;IAEI,UAAU,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAoB1C;;;;OAIG;IAEI,SAAS,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAmCzC;;;OAGG;IACH,SAAS,CAAC,YAAY,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI;IAyBhD;;OAEG;IACH,SAAS,CAAC,YAAY,IAAI,IAAI;IAK9B;;OAEG;IACH,SAAS,CAAC,eAAe,IAAI,IAAI;IAUjC;;OAEG;IACH,SAAS,CAAC,cAAc,IAAI,IAAI;IAoBhC;;OAEG;IACH,SAAS,CAAC,SAAS,IAAI,IAAI;IAsC3B;;OAEG;IACH,OAAc,yBAAyB,EAAE,GAAG,CAAC;yCApTpC,gBAAgB;2CAAhB,gBAAgB;CAqT5B"}
@@ -0,0 +1,12 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * Directive used for obtaining custom tooltip template
5
+ */
6
+ export declare class TooltipTemplateDirective<TData = any> {
7
+ template: TemplateRef<TData>;
8
+ constructor(template: TemplateRef<TData>);
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<TooltipTemplateDirective<any>, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipTemplateDirective<any>, "[tooltipTemplate]", never, {}, {}, never>;
11
+ }
12
+ //# sourceMappingURL=tooltipTemplate.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltipTemplate.directive.d.ts","sourceRoot":"","sources":["tooltipTemplate.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,WAAW,EAAC,MAAM,eAAe,CAAC;;AAErD;;GAEG;AACH,qBAIa,wBAAwB,CAAC,KAAK,GAAG,GAAG;IAG1B,QAAQ,EAAE,WAAW,CAAC,KAAK,CAAC;gBAA5B,QAAQ,EAAE,WAAW,CAAC,KAAK,CAAC;yCAHtC,wBAAwB;2CAAxB,wBAAwB;CAMpC"}
@@ -0,0 +1,6 @@
1
+ export * from './components';
2
+ export * from './directives';
3
+ export * from './modules';
4
+ export * from './misc/tokens';
5
+ export * from './misc/tooltip.interface';
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,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,0BAA0B,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import { TooltipOptions } from './tooltip.interface';
3
+ /**
4
+ * Injection token used for injecting tooltip options
5
+ */
6
+ export declare const TOOLTIP_OPTIONS: InjectionToken<Partial<TooltipOptions>>;
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,cAAc,EAAC,MAAM,qBAAqB,CAAC;AAEnD;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,cAAc,CAAC,OAAO,CAAC,cAAc,CAAC,CAAkE,CAAC"}