monkey-front-core 0.0.411 → 0.0.413

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 (368) hide show
  1. package/README.md +24 -24
  2. package/esm2020/lib/components/alerts/alerts.component.mjs +45 -45
  3. package/esm2020/lib/components/alerts/alerts.module.mjs +21 -21
  4. package/esm2020/lib/components/alerts/index.mjs +3 -3
  5. package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.component.mjs +29 -29
  6. package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.module.mjs +43 -43
  7. package/esm2020/lib/components/closed-to-maintenance/index.mjs +3 -3
  8. package/esm2020/lib/components/currency-config/currency-config.component.mjs +39 -39
  9. package/esm2020/lib/components/currency-config/currency-config.module.mjs +39 -39
  10. package/esm2020/lib/components/currency-config/index.mjs +3 -3
  11. package/esm2020/lib/components/index.mjs +6 -6
  12. package/esm2020/lib/components/progress-bar/index.mjs +4 -4
  13. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +23 -23
  14. package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +18 -18
  15. package/esm2020/lib/components/progress-bar/progress-bar.service.mjs +50 -50
  16. package/esm2020/lib/components/version-changed/index.mjs +3 -3
  17. package/esm2020/lib/components/version-changed/version-changed.component.mjs +24 -24
  18. package/esm2020/lib/components/version-changed/version-changed.module.mjs +39 -39
  19. package/esm2020/lib/core/decorators/index.mjs +5 -5
  20. package/esm2020/lib/core/decorators/monkeyecx-charts-decorators.mjs +40 -40
  21. package/esm2020/lib/core/decorators/monkeyecx-decorators.mjs +111 -111
  22. package/esm2020/lib/core/decorators/monkeyecx-download-decorators.mjs +26 -26
  23. package/esm2020/lib/core/decorators/monkeyecx-upload-decorators.mjs +26 -26
  24. package/esm2020/lib/core/directives/index.mjs +13 -13
  25. package/esm2020/lib/core/directives/monkeyecx-directives-module.mjs +73 -73
  26. package/esm2020/lib/core/directives/monkeyecx-drag-drop.mjs +57 -57
  27. package/esm2020/lib/core/directives/monkeyecx-feature-by-program-directive.mjs +54 -54
  28. package/esm2020/lib/core/directives/monkeyecx-feature-directive.mjs +68 -68
  29. package/esm2020/lib/core/directives/monkeyecx-format-currency.mjs +44 -44
  30. package/esm2020/lib/core/directives/monkeyecx-format-upper.mjs +67 -67
  31. package/esm2020/lib/core/directives/monkeyecx-only-alpha-numeric-directive.mjs +28 -28
  32. package/esm2020/lib/core/directives/monkeyecx-only-number-directive.mjs +28 -28
  33. package/esm2020/lib/core/directives/monkeyecx-popover-options.directive.mjs +39 -39
  34. package/esm2020/lib/core/directives/monkeyecx-popover.directive.mjs +212 -212
  35. package/esm2020/lib/core/directives/monkeyecx-security-directive.mjs +75 -75
  36. package/esm2020/lib/core/directives/monkeyecx-tooltip-directive.mjs +123 -123
  37. package/esm2020/lib/core/index.mjs +10 -10
  38. package/esm2020/lib/core/interceptors/index.mjs +6 -6
  39. package/esm2020/lib/core/interceptors/monkeyecx-http-config-error.interceptor.mjs +49 -49
  40. package/esm2020/lib/core/interceptors/monkeyecx-http-config-header.interceptor.mjs +59 -59
  41. package/esm2020/lib/core/interceptors/monkeyecx-http-config-interceptor.module.mjs +47 -47
  42. package/esm2020/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.mjs +43 -43
  43. package/esm2020/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.mjs +37 -37
  44. package/esm2020/lib/core/interfaces/index.mjs +34 -31
  45. package/esm2020/lib/core/interfaces/monkeyecx-auth-credentials.mjs +2 -2
  46. package/esm2020/lib/core/interfaces/monkeyecx-company-pendencies.mjs +2 -2
  47. package/esm2020/lib/core/interfaces/monkeyecx-company.mjs +2 -2
  48. package/esm2020/lib/core/interfaces/monkeyecx-config-bootstrap.mjs +2 -2
  49. package/esm2020/lib/core/interfaces/monkeyecx-config.mjs +2 -2
  50. package/esm2020/lib/core/interfaces/monkeyecx-country-security.mjs +2 -2
  51. package/esm2020/lib/core/interfaces/monkeyecx-error-response.mjs +2 -2
  52. package/esm2020/lib/core/interfaces/monkeyecx-filter.mjs +2 -2
  53. package/esm2020/lib/core/interfaces/monkeyecx-handled-error-response.mjs +2 -2
  54. package/esm2020/lib/core/interfaces/monkeyecx-header-credentials.mjs +2 -2
  55. package/esm2020/lib/core/interfaces/monkeyecx-intercom-options.mjs +2 -2
  56. package/esm2020/lib/core/interfaces/monkeyecx-interface.mjs +2 -0
  57. package/esm2020/lib/core/interfaces/monkeyecx-me-credentials.mjs +2 -2
  58. package/esm2020/lib/core/interfaces/monkeyecx-navigation.mjs +2 -2
  59. package/esm2020/lib/core/interfaces/monkeyecx-pagination.mjs +2 -0
  60. package/esm2020/lib/core/interfaces/monkeyecx-program.mjs +2 -2
  61. package/esm2020/lib/core/interfaces/monkeyecx-releases.mjs +2 -2
  62. package/esm2020/lib/core/interfaces/monkeyecx-request-in-progress.mjs +2 -2
  63. package/esm2020/lib/core/interfaces/monkeyecx-request-paged.mjs +2 -2
  64. package/esm2020/lib/core/interfaces/monkeyecx-response-links.mjs +2 -2
  65. package/esm2020/lib/core/interfaces/monkeyecx-response-paged.mjs +2 -2
  66. package/esm2020/lib/core/interfaces/monkeyecx-saved-state.mjs +2 -2
  67. package/esm2020/lib/core/interfaces/monkeyecx-scroll-options.mjs +2 -2
  68. package/esm2020/lib/core/interfaces/monkeyecx-service-credentials.mjs +2 -2
  69. package/esm2020/lib/core/interfaces/monkeyecx-storage.mjs +2 -2
  70. package/esm2020/lib/core/interfaces/monkeyecx-store.mjs +2 -0
  71. package/esm2020/lib/core/interfaces/monkeyecx-support-options.mjs +2 -2
  72. package/esm2020/lib/core/interfaces/monkeyecx-token-credentials.mjs +2 -2
  73. package/esm2020/lib/core/interfaces/monkeyecx-translate-options.mjs +2 -2
  74. package/esm2020/lib/core/interfaces/request-download/index.mjs +4 -4
  75. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-download.mjs +2 -2
  76. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-downloaded.mjs +2 -2
  77. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-item-download.mjs +2 -2
  78. package/esm2020/lib/core/interfaces/request-queue/index.mjs +4 -4
  79. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.mjs +2 -2
  80. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.mjs +2 -2
  81. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-queue.mjs +2 -2
  82. package/esm2020/lib/core/interfaces/request-upload/index.mjs +3 -3
  83. package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.mjs +2 -2
  84. package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-upload.mjs +2 -2
  85. package/esm2020/lib/core/interfaces/schedules/index.mjs +2 -2
  86. package/esm2020/lib/core/interfaces/schedules/monkeyecx-request-schedule.mjs +2 -2
  87. package/esm2020/lib/core/model/index.mjs +3 -2
  88. package/esm2020/lib/core/model/monkeyecx-links.model.mjs +8 -0
  89. package/esm2020/lib/core/model/monkeyecx-model.mjs +25 -25
  90. package/esm2020/lib/core/pipes/index.mjs +22 -22
  91. package/esm2020/lib/core/pipes/monkeyecx-blob-secure.mjs +26 -26
  92. package/esm2020/lib/core/pipes/monkeyecx-display-first-name.mjs +19 -19
  93. package/esm2020/lib/core/pipes/monkeyecx-display-initials.mjs +21 -21
  94. package/esm2020/lib/core/pipes/monkeyecx-display-support-phone.mjs +33 -33
  95. package/esm2020/lib/core/pipes/monkeyecx-format-address.mjs +20 -20
  96. package/esm2020/lib/core/pipes/monkeyecx-format-beautify-json.mjs +38 -38
  97. package/esm2020/lib/core/pipes/monkeyecx-format-currency.mjs +27 -27
  98. package/esm2020/lib/core/pipes/monkeyecx-format-date-group.mjs +45 -45
  99. package/esm2020/lib/core/pipes/monkeyecx-format-date-timelapse.mjs +32 -32
  100. package/esm2020/lib/core/pipes/monkeyecx-format-date-unix-timelapse.mjs +36 -36
  101. package/esm2020/lib/core/pipes/monkeyecx-format-document.mjs +20 -20
  102. package/esm2020/lib/core/pipes/monkeyecx-format-number.mjs +20 -20
  103. package/esm2020/lib/core/pipes/monkeyecx-format-phone.mjs +42 -42
  104. package/esm2020/lib/core/pipes/monkeyecx-format-size.mjs +20 -20
  105. package/esm2020/lib/core/pipes/monkeyecx-format-tax.mjs +23 -23
  106. package/esm2020/lib/core/pipes/monkeyecx-format-type-document.mjs +19 -19
  107. package/esm2020/lib/core/pipes/monkeyecx-format-value.mjs +19 -19
  108. package/esm2020/lib/core/pipes/monkeyecx-format-zipcode.mjs +19 -19
  109. package/esm2020/lib/core/pipes/monkeyecx-pipes.module.mjs +117 -117
  110. package/esm2020/lib/core/pipes/monkeyecx-text-truncate.mjs +23 -23
  111. package/esm2020/lib/core/pipes/monkeyecx-truncate-qtd.mjs +16 -16
  112. package/esm2020/lib/core/services/alerts/index.mjs +2 -2
  113. package/esm2020/lib/core/services/alerts/monkeyecx-alerts.service.mjs +42 -42
  114. package/esm2020/lib/core/services/auth/index.mjs +6 -6
  115. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-company.service.mjs +28 -28
  116. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-login.service.mjs +27 -27
  117. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-role.service.mjs +79 -79
  118. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard.service.mjs +26 -26
  119. package/esm2020/lib/core/services/auth/monkeyecx-authentication.service.mjs +79 -79
  120. package/esm2020/lib/core/services/commons/index.mjs +2 -2
  121. package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +361 -361
  122. package/esm2020/lib/core/services/config/monkeyecx-alerts-config.service.mjs +42 -42
  123. package/esm2020/lib/core/services/config/monkeyecx-config.module.mjs +28 -28
  124. package/esm2020/lib/core/services/config/monkeyecx-config.service.mjs +110 -110
  125. package/esm2020/lib/core/services/config/monkeyecx-currency-config.service.mjs +84 -84
  126. package/esm2020/lib/core/services/config/monkeyecx-error-config.service.mjs +85 -85
  127. package/esm2020/lib/core/services/config/monkeyecx-feature-toggle.service.mjs +76 -76
  128. package/esm2020/lib/core/services/config/monkeyecx-gtm-config.service.mjs +51 -51
  129. package/esm2020/lib/core/services/config/monkeyecx-i18n-config.service.mjs +92 -92
  130. package/esm2020/lib/core/services/config/monkeyecx-logs-config.service.mjs +34 -34
  131. package/esm2020/lib/core/services/config/monkeyecx-maintenance-config.service.mjs +37 -37
  132. package/esm2020/lib/core/services/config/monkeyecx-security-console-config.service.mjs +42 -42
  133. package/esm2020/lib/core/services/config/monkeyecx-service-worker-config.service.mjs +53 -53
  134. package/esm2020/lib/core/services/error/index.mjs +5 -5
  135. package/esm2020/lib/core/services/error/monkeyecx-error-handling.module.mjs +27 -27
  136. package/esm2020/lib/core/services/error/monkeyecx-error-handling.service.mjs +37 -37
  137. package/esm2020/lib/core/services/error/monkeyecx-http-error-handling.service.mjs +138 -138
  138. package/esm2020/lib/core/services/error/monkeyecx-others-errors-handling.service.mjs +29 -29
  139. package/esm2020/lib/core/services/index.mjs +26 -25
  140. package/esm2020/lib/core/services/logged/index.mjs +2 -2
  141. package/esm2020/lib/core/services/logged/monkeyecx-logged-handling.service.mjs +40 -40
  142. package/esm2020/lib/core/services/monkeyecx-handling.service.mjs +50 -50
  143. package/esm2020/lib/core/services/monkeyecx-service.service.mjs +104 -104
  144. package/esm2020/lib/core/services/pagination/index.mjs +2 -2
  145. package/esm2020/lib/core/services/pagination/monkeyecx-pagination.service.mjs +29 -29
  146. package/esm2020/lib/core/services/request-download/index.mjs +3 -3
  147. package/esm2020/lib/core/services/request-download/monkeyecx-request-download-handling.service.mjs +93 -93
  148. package/esm2020/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.mjs +61 -61
  149. package/esm2020/lib/core/services/request-paged/index.mjs +2 -2
  150. package/esm2020/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.mjs +42 -42
  151. package/esm2020/lib/core/services/request-queue/index.mjs +3 -3
  152. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.mjs +114 -114
  153. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.mjs +119 -119
  154. package/esm2020/lib/core/services/routes/index.mjs +2 -2
  155. package/esm2020/lib/core/services/routes/monkeyecx-dicovery-params.service.mjs +54 -54
  156. package/esm2020/lib/core/services/schedules/index.mjs +2 -2
  157. package/esm2020/lib/core/services/schedules/monkeyecx-request-schedule.service.mjs +188 -188
  158. package/esm2020/lib/core/services/storage/index.mjs +3 -3
  159. package/esm2020/lib/core/services/storage/monkeyecx-cookie-storage.service.mjs +32 -32
  160. package/esm2020/lib/core/services/storage/monkeyecx-token-storage.service.mjs +236 -236
  161. package/esm2020/lib/core/services/store/index.mjs +2 -0
  162. package/esm2020/lib/core/services/store/monkeyecx-store.service.mjs +190 -0
  163. package/esm2020/lib/core/specification-search/index.mjs +2 -2
  164. package/esm2020/lib/core/specification-search/monkeyecx-specification-search.mjs +108 -108
  165. package/esm2020/lib/core/utils/decorators-utils.mjs +40 -40
  166. package/esm2020/lib/core/utils/index.mjs +8 -8
  167. package/esm2020/lib/core/utils/statics.mjs +45 -45
  168. package/esm2020/lib/core/utils/utils.mjs +251 -251
  169. package/esm2020/lib/core/utils/validate-utils.mjs +205 -205
  170. package/esm2020/lib/core/utils/validators.mjs +226 -226
  171. package/esm2020/lib/monkey-front-core.module.mjs +71 -71
  172. package/esm2020/lib/store/actions/index.mjs +2 -2
  173. package/esm2020/lib/store/actions/monkeyecx-storage.actions.mjs +8 -8
  174. package/esm2020/lib/store/index.mjs +4 -4
  175. package/esm2020/lib/store/reducers/index.mjs +3 -3
  176. package/esm2020/lib/store/reducers/monkeyecx-seeder.reducer.mjs +53 -53
  177. package/esm2020/lib/store/reducers/monkeyecx-storage.reducer.mjs +40 -40
  178. package/esm2020/lib/store/selectors/index.mjs +2 -2
  179. package/esm2020/lib/store/selectors/monkeyecx-storage.selector.mjs +17 -17
  180. package/esm2020/monkey-front-core.mjs +4 -4
  181. package/esm2020/public-api.mjs +8 -8
  182. package/fesm2015/monkey-front-core.mjs +5623 -5425
  183. package/fesm2015/monkey-front-core.mjs.map +1 -1
  184. package/fesm2020/monkey-front-core.mjs +5690 -5498
  185. package/fesm2020/monkey-front-core.mjs.map +1 -1
  186. package/lib/components/alerts/alerts.component.d.ts +22 -22
  187. package/lib/components/alerts/alerts.module.d.ts +10 -10
  188. package/lib/components/alerts/index.d.ts +2 -2
  189. package/lib/components/closed-to-maintenance/closed-to-maintenance.component.d.ts +13 -13
  190. package/lib/components/closed-to-maintenance/closed-to-maintenance.module.d.ts +11 -11
  191. package/lib/components/closed-to-maintenance/index.d.ts +2 -2
  192. package/lib/components/currency-config/currency-config.component.d.ts +17 -17
  193. package/lib/components/currency-config/currency-config.module.d.ts +10 -10
  194. package/lib/components/currency-config/index.d.ts +2 -2
  195. package/lib/components/index.d.ts +5 -5
  196. package/lib/components/progress-bar/index.d.ts +3 -3
  197. package/lib/components/progress-bar/progress-bar.component.d.ts +11 -11
  198. package/lib/components/progress-bar/progress-bar.module.d.ts +8 -8
  199. package/lib/components/progress-bar/progress-bar.service.d.ts +14 -14
  200. package/lib/components/version-changed/index.d.ts +2 -2
  201. package/lib/components/version-changed/version-changed.component.d.ts +9 -9
  202. package/lib/components/version-changed/version-changed.module.d.ts +10 -10
  203. package/lib/core/decorators/index.d.ts +4 -4
  204. package/lib/core/decorators/monkeyecx-charts-decorators.d.ts +1 -1
  205. package/lib/core/decorators/monkeyecx-decorators.d.ts +7 -7
  206. package/lib/core/decorators/monkeyecx-download-decorators.d.ts +2 -2
  207. package/lib/core/decorators/monkeyecx-upload-decorators.d.ts +2 -2
  208. package/lib/core/directives/index.d.ts +12 -12
  209. package/lib/core/directives/monkeyecx-directives-module.d.ts +19 -19
  210. package/lib/core/directives/monkeyecx-drag-drop.d.ts +12 -12
  211. package/lib/core/directives/monkeyecx-feature-by-program-directive.d.ts +16 -16
  212. package/lib/core/directives/monkeyecx-feature-directive.d.ts +17 -17
  213. package/lib/core/directives/monkeyecx-format-currency.d.ts +16 -16
  214. package/lib/core/directives/monkeyecx-format-upper.d.ts +18 -18
  215. package/lib/core/directives/monkeyecx-only-alpha-numeric-directive.d.ts +9 -9
  216. package/lib/core/directives/monkeyecx-only-number-directive.d.ts +9 -9
  217. package/lib/core/directives/monkeyecx-popover-options.directive.d.ts +19 -19
  218. package/lib/core/directives/monkeyecx-popover.directive.d.ts +43 -43
  219. package/lib/core/directives/monkeyecx-security-directive.d.ts +18 -18
  220. package/lib/core/directives/monkeyecx-tooltip-directive.d.ts +23 -23
  221. package/lib/core/index.d.ts +9 -9
  222. package/lib/core/interceptors/index.d.ts +5 -5
  223. package/lib/core/interceptors/monkeyecx-http-config-error.interceptor.d.ts +18 -18
  224. package/lib/core/interceptors/monkeyecx-http-config-header.interceptor.d.ts +16 -16
  225. package/lib/core/interceptors/monkeyecx-http-config-interceptor.module.d.ts +9 -9
  226. package/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.d.ts +12 -12
  227. package/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.d.ts +14 -14
  228. package/lib/core/interfaces/index.d.ts +33 -30
  229. package/lib/core/interfaces/monkeyecx-auth-credentials.d.ts +15 -15
  230. package/lib/core/interfaces/monkeyecx-company-pendencies.d.ts +14 -14
  231. package/lib/core/interfaces/monkeyecx-company.d.ts +10 -10
  232. package/lib/core/interfaces/monkeyecx-config-bootstrap.d.ts +14 -14
  233. package/lib/core/interfaces/monkeyecx-config.d.ts +132 -132
  234. package/lib/core/interfaces/monkeyecx-country-security.d.ts +4 -4
  235. package/lib/core/interfaces/monkeyecx-error-response.d.ts +5 -5
  236. package/lib/core/interfaces/monkeyecx-filter.d.ts +42 -42
  237. package/lib/core/interfaces/monkeyecx-handled-error-response.d.ts +10 -10
  238. package/lib/core/interfaces/monkeyecx-header-credentials.d.ts +4 -4
  239. package/lib/core/interfaces/monkeyecx-intercom-options.d.ts +4 -4
  240. package/lib/core/interfaces/monkeyecx-interface.d.ts +9 -0
  241. package/lib/core/interfaces/monkeyecx-me-credentials.d.ts +22 -22
  242. package/lib/core/interfaces/monkeyecx-navigation.d.ts +27 -27
  243. package/lib/core/interfaces/monkeyecx-pagination.d.ts +25 -0
  244. package/lib/core/interfaces/monkeyecx-program.d.ts +10 -10
  245. package/lib/core/interfaces/monkeyecx-releases.d.ts +9 -9
  246. package/lib/core/interfaces/monkeyecx-request-in-progress.d.ts +3 -3
  247. package/lib/core/interfaces/monkeyecx-request-paged.d.ts +23 -23
  248. package/lib/core/interfaces/monkeyecx-response-links.d.ts +11 -11
  249. package/lib/core/interfaces/monkeyecx-response-paged.d.ts +6 -6
  250. package/lib/core/interfaces/monkeyecx-saved-state.d.ts +5 -5
  251. package/lib/core/interfaces/monkeyecx-scroll-options.d.ts +5 -5
  252. package/lib/core/interfaces/monkeyecx-service-credentials.d.ts +12 -12
  253. package/lib/core/interfaces/monkeyecx-storage.d.ts +38 -38
  254. package/lib/core/interfaces/monkeyecx-store.d.ts +31 -0
  255. package/lib/core/interfaces/monkeyecx-support-options.d.ts +4 -4
  256. package/lib/core/interfaces/monkeyecx-token-credentials.d.ts +20 -20
  257. package/lib/core/interfaces/monkeyecx-translate-options.d.ts +4 -4
  258. package/lib/core/interfaces/request-download/index.d.ts +3 -3
  259. package/lib/core/interfaces/request-download/monkeyecx-request-download.d.ts +10 -10
  260. package/lib/core/interfaces/request-download/monkeyecx-request-downloaded.d.ts +7 -7
  261. package/lib/core/interfaces/request-download/monkeyecx-request-item-download.d.ts +7 -7
  262. package/lib/core/interfaces/request-queue/index.d.ts +3 -3
  263. package/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.d.ts +7 -7
  264. package/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.d.ts +6 -6
  265. package/lib/core/interfaces/request-queue/monkeyecx-request-queue.d.ts +8 -8
  266. package/lib/core/interfaces/request-upload/index.d.ts +2 -2
  267. package/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.d.ts +5 -5
  268. package/lib/core/interfaces/request-upload/monkeyecx-request-upload.d.ts +10 -10
  269. package/lib/core/interfaces/schedules/index.d.ts +1 -1
  270. package/lib/core/interfaces/schedules/monkeyecx-request-schedule.d.ts +13 -13
  271. package/lib/core/model/index.d.ts +2 -1
  272. package/lib/core/model/monkeyecx-links.model.d.ts +4 -0
  273. package/lib/core/model/monkeyecx-model.d.ts +13 -13
  274. package/lib/core/pipes/index.d.ts +21 -21
  275. package/lib/core/pipes/monkeyecx-blob-secure.d.ts +13 -13
  276. package/lib/core/pipes/monkeyecx-display-first-name.d.ts +7 -7
  277. package/lib/core/pipes/monkeyecx-display-initials.d.ts +7 -7
  278. package/lib/core/pipes/monkeyecx-display-support-phone.d.ts +18 -18
  279. package/lib/core/pipes/monkeyecx-format-address.d.ts +14 -14
  280. package/lib/core/pipes/monkeyecx-format-beautify-json.d.ts +8 -8
  281. package/lib/core/pipes/monkeyecx-format-currency.d.ts +11 -11
  282. package/lib/core/pipes/monkeyecx-format-date-group.d.ts +11 -11
  283. package/lib/core/pipes/monkeyecx-format-date-timelapse.d.ts +7 -7
  284. package/lib/core/pipes/monkeyecx-format-date-unix-timelapse.d.ts +7 -7
  285. package/lib/core/pipes/monkeyecx-format-document.d.ts +7 -7
  286. package/lib/core/pipes/monkeyecx-format-number.d.ts +7 -7
  287. package/lib/core/pipes/monkeyecx-format-phone.d.ts +7 -7
  288. package/lib/core/pipes/monkeyecx-format-size.d.ts +7 -7
  289. package/lib/core/pipes/monkeyecx-format-tax.d.ts +7 -7
  290. package/lib/core/pipes/monkeyecx-format-type-document.d.ts +7 -7
  291. package/lib/core/pipes/monkeyecx-format-value.d.ts +7 -7
  292. package/lib/core/pipes/monkeyecx-format-zipcode.d.ts +7 -7
  293. package/lib/core/pipes/monkeyecx-pipes.module.d.ts +26 -26
  294. package/lib/core/pipes/monkeyecx-text-truncate.d.ts +7 -7
  295. package/lib/core/pipes/monkeyecx-truncate-qtd.d.ts +7 -7
  296. package/lib/core/services/alerts/index.d.ts +1 -1
  297. package/lib/core/services/alerts/monkeyecx-alerts.service.d.ts +21 -21
  298. package/lib/core/services/auth/index.d.ts +5 -5
  299. package/lib/core/services/auth/monkeyecx-auth-guard-company.service.d.ts +10 -10
  300. package/lib/core/services/auth/monkeyecx-auth-guard-login.service.d.ts +10 -10
  301. package/lib/core/services/auth/monkeyecx-auth-guard-role.service.d.ts +16 -16
  302. package/lib/core/services/auth/monkeyecx-auth-guard.service.d.ts +10 -10
  303. package/lib/core/services/auth/monkeyecx-authentication.service.d.ts +34 -34
  304. package/lib/core/services/commons/index.d.ts +1 -1
  305. package/lib/core/services/commons/monkeyecx-commons.service.d.ts +119 -119
  306. package/lib/core/services/config/monkeyecx-alerts-config.service.d.ts +11 -11
  307. package/lib/core/services/config/monkeyecx-config.module.d.ts +9 -9
  308. package/lib/core/services/config/monkeyecx-config.service.d.ts +36 -36
  309. package/lib/core/services/config/monkeyecx-currency-config.service.d.ts +15 -15
  310. package/lib/core/services/config/monkeyecx-error-config.service.d.ts +8 -8
  311. package/lib/core/services/config/monkeyecx-feature-toggle.service.d.ts +16 -16
  312. package/lib/core/services/config/monkeyecx-gtm-config.service.d.ts +9 -9
  313. package/lib/core/services/config/monkeyecx-i18n-config.service.d.ts +16 -16
  314. package/lib/core/services/config/monkeyecx-logs-config.service.d.ts +7 -7
  315. package/lib/core/services/config/monkeyecx-maintenance-config.service.d.ts +13 -13
  316. package/lib/core/services/config/monkeyecx-security-console-config.service.d.ts +11 -11
  317. package/lib/core/services/config/monkeyecx-service-worker-config.service.d.ts +16 -16
  318. package/lib/core/services/error/index.d.ts +4 -4
  319. package/lib/core/services/error/monkeyecx-error-handling.module.d.ts +9 -9
  320. package/lib/core/services/error/monkeyecx-error-handling.service.d.ts +9 -9
  321. package/lib/core/services/error/monkeyecx-http-error-handling.service.d.ts +26 -26
  322. package/lib/core/services/error/monkeyecx-others-errors-handling.service.d.ts +9 -9
  323. package/lib/core/services/index.d.ts +25 -24
  324. package/lib/core/services/logged/index.d.ts +1 -1
  325. package/lib/core/services/logged/monkeyecx-logged-handling.service.d.ts +14 -14
  326. package/lib/core/services/monkeyecx-handling.service.d.ts +22 -22
  327. package/lib/core/services/monkeyecx-service.service.d.ts +18 -18
  328. package/lib/core/services/pagination/index.d.ts +1 -1
  329. package/lib/core/services/pagination/monkeyecx-pagination.service.d.ts +9 -9
  330. package/lib/core/services/request-download/index.d.ts +2 -2
  331. package/lib/core/services/request-download/monkeyecx-request-download-handling.service.d.ts +18 -18
  332. package/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.d.ts +16 -16
  333. package/lib/core/services/request-paged/index.d.ts +1 -1
  334. package/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.d.ts +11 -11
  335. package/lib/core/services/request-queue/index.d.ts +2 -2
  336. package/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.d.ts +21 -21
  337. package/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.d.ts +23 -23
  338. package/lib/core/services/routes/index.d.ts +1 -1
  339. package/lib/core/services/routes/monkeyecx-dicovery-params.service.d.ts +13 -13
  340. package/lib/core/services/schedules/index.d.ts +1 -1
  341. package/lib/core/services/schedules/monkeyecx-request-schedule.service.d.ts +47 -47
  342. package/lib/core/services/storage/index.d.ts +2 -2
  343. package/lib/core/services/storage/monkeyecx-cookie-storage.service.d.ts +11 -11
  344. package/lib/core/services/storage/monkeyecx-token-storage.service.d.ts +30 -30
  345. package/lib/core/services/store/index.d.ts +1 -0
  346. package/lib/core/services/store/monkeyecx-store.service.d.ts +51 -0
  347. package/lib/core/specification-search/index.d.ts +1 -1
  348. package/lib/core/specification-search/monkeyecx-specification-search.d.ts +20 -20
  349. package/lib/core/utils/decorators-utils.d.ts +5 -5
  350. package/lib/core/utils/index.d.ts +6 -6
  351. package/lib/core/utils/statics.d.ts +34 -34
  352. package/lib/core/utils/utils.d.ts +24 -24
  353. package/lib/core/utils/validate-utils.d.ts +66 -66
  354. package/lib/core/utils/validators.d.ts +32 -32
  355. package/lib/monkey-front-core.module.d.ts +19 -19
  356. package/lib/store/actions/index.d.ts +1 -1
  357. package/lib/store/actions/monkeyecx-storage.actions.d.ts +23 -23
  358. package/lib/store/index.d.ts +3 -3
  359. package/lib/store/reducers/index.d.ts +2 -2
  360. package/lib/store/reducers/monkeyecx-seeder.reducer.d.ts +2 -2
  361. package/lib/store/reducers/monkeyecx-storage.reducer.d.ts +13 -13
  362. package/lib/store/selectors/index.d.ts +1 -1
  363. package/lib/store/selectors/monkeyecx-storage.selector.d.ts +8 -8
  364. package/monkey-front-core-0.0.413.tgz +0 -0
  365. package/monkey-front-core.d.ts +5 -5
  366. package/package.json +3 -3
  367. package/public-api.d.ts +4 -4
  368. package/monkey-front-core-0.0.411.tgz +0 -0
@@ -1,18 +1,18 @@
1
- import { ElementRef, Renderer2 } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxFormatUpper implements ControlValueAccessor {
5
- private _el;
6
- private _renderer;
7
- _onChange?: (_: any) => void;
8
- _touched?: () => void;
9
- constructor(_el: ElementRef, _renderer: Renderer2);
10
- onKeyDown(evt: KeyboardEvent): void;
11
- onBlur(): void;
12
- writeValue(value: any): void;
13
- registerOnChange(fn: (_: any) => void): void;
14
- registerOnTouched(fn: () => void): void;
15
- setDisabledState(isDisabled: boolean): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatUpper, [{ self: true; }, null]>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxFormatUpper, "[monkeyecxFormatUpper]", never, {}, {}, never>;
18
- }
1
+ import { ElementRef, Renderer2 } from '@angular/core';
2
+ import { ControlValueAccessor } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxFormatUpper implements ControlValueAccessor {
5
+ private _el;
6
+ private _renderer;
7
+ _onChange?: (_: any) => void;
8
+ _touched?: () => void;
9
+ constructor(_el: ElementRef, _renderer: Renderer2);
10
+ onKeyDown(evt: KeyboardEvent): void;
11
+ onBlur(): void;
12
+ writeValue(value: any): void;
13
+ registerOnChange(fn: (_: any) => void): void;
14
+ registerOnTouched(fn: () => void): void;
15
+ setDisabledState(isDisabled: boolean): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatUpper, [{ self: true; }, null]>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxFormatUpper, "[monkeyecxFormatUpper]", never, {}, {}, never>;
18
+ }
@@ -1,9 +1,9 @@
1
- import { ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxOnlyAlphaNumericDirective {
4
- private elementRef;
5
- constructor(elementRef: ElementRef);
6
- onInputChange(event: Event): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxOnlyAlphaNumericDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxOnlyAlphaNumericDirective, "[monkeyecxOnlyAlphaNumeric]", never, {}, {}, never>;
9
- }
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxOnlyAlphaNumericDirective {
4
+ private elementRef;
5
+ constructor(elementRef: ElementRef);
6
+ onInputChange(event: Event): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxOnlyAlphaNumericDirective, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxOnlyAlphaNumericDirective, "[monkeyecxOnlyAlphaNumeric]", never, {}, {}, never>;
9
+ }
@@ -1,9 +1,9 @@
1
- import { ElementRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxOnlyNumbersDirective {
4
- private elementRef;
5
- constructor(elementRef: ElementRef);
6
- onInputChange(event: Event): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxOnlyNumbersDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxOnlyNumbersDirective, "[monkeyecxOnlyNumbers]", never, {}, {}, never>;
9
- }
1
+ import { ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxOnlyNumbersDirective {
4
+ private elementRef;
5
+ constructor(elementRef: ElementRef);
6
+ onInputChange(event: Event): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxOnlyNumbersDirective, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxOnlyNumbersDirective, "[monkeyecxOnlyNumbers]", never, {}, {}, never>;
9
+ }
@@ -1,19 +1,19 @@
1
- import { InjectionToken } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare const POPOVER_OPTIONS: InjectionToken<unknown>;
4
- export declare type PopoverDir = 'rtl' | 'ltr' | 'trtl' | 'tltr' | 'ct' | 'cc' | 'cr' | 'rt' | 'rb' | 'lt' | 'lb';
5
- export interface MonkeyEcxPopoverOptions {
6
- dir?: PopoverDir;
7
- minwidth?: boolean;
8
- backdrop?: boolean;
9
- contextmenu?: boolean;
10
- }
11
- export declare class MonkeyEcxPopoverOptionsDirective implements MonkeyEcxPopoverOptions {
12
- set options(options: MonkeyEcxPopoverOptions);
13
- minwidth?: boolean;
14
- dir?: PopoverDir;
15
- backdrop?: boolean;
16
- contextmenu?: boolean;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPopoverOptionsDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxPopoverOptionsDirective, "[monkeyecxPopoverOptions]", never, { "options": "monkeyecxPopoverOptions"; }, {}, never>;
19
- }
1
+ import { InjectionToken } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare const POPOVER_OPTIONS: InjectionToken<unknown>;
4
+ export declare type PopoverDir = 'rtl' | 'ltr' | 'trtl' | 'tltr' | 'ct' | 'cc' | 'cr' | 'rt' | 'rb' | 'lt' | 'lb';
5
+ export interface MonkeyEcxPopoverOptions {
6
+ dir?: PopoverDir;
7
+ minwidth?: boolean;
8
+ backdrop?: boolean;
9
+ contextmenu?: boolean;
10
+ }
11
+ export declare class MonkeyEcxPopoverOptionsDirective implements MonkeyEcxPopoverOptions {
12
+ set options(options: MonkeyEcxPopoverOptions);
13
+ minwidth?: boolean;
14
+ dir?: PopoverDir;
15
+ backdrop?: boolean;
16
+ contextmenu?: boolean;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPopoverOptionsDirective, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxPopoverOptionsDirective, "[monkeyecxPopoverOptions]", never, { "options": "monkeyecxPopoverOptions"; }, {}, never>;
19
+ }
@@ -1,43 +1,43 @@
1
- import { ConnectedPosition, FlexibleConnectedPositionStrategyOrigin, Overlay, OverlayPositionBuilder } from '@angular/cdk/overlay';
2
- import { ChangeDetectorRef, ElementRef, NgZone, OnDestroy, TemplateRef, ViewContainerRef } from '@angular/core';
3
- import { Router } from '@angular/router';
4
- import type { PopoverDir, MonkeyEcxPopoverOptions } from './monkeyecx-popover-options.directive';
5
- import * as i0 from "@angular/core";
6
- export declare class MonkeyEcxPopoverDirective implements OnDestroy {
7
- private tpl;
8
- private vcr;
9
- private el;
10
- private zone;
11
- private _viewContainerRef;
12
- private _cd;
13
- private overlay;
14
- private overlayPositionBuilder;
15
- private router;
16
- private options;
17
- private _popover;
18
- get popover(): boolean;
19
- set popover(show: boolean);
20
- closed: (e?: MouseEvent) => void;
21
- private _target;
22
- get target(): HTMLElement;
23
- set target(target: HTMLElement);
24
- minwidth: boolean;
25
- backdrop: boolean;
26
- watch: boolean;
27
- dir: PopoverDir;
28
- contextmenu: boolean;
29
- height: number | string;
30
- private overlayRef;
31
- private positionStrategy;
32
- private templatePortal;
33
- private subs;
34
- private eventsSubs;
35
- private resizeObserver;
36
- constructor(tpl: TemplateRef<any>, vcr: ViewContainerRef, el: ElementRef, zone: NgZone, _viewContainerRef: ViewContainerRef, _cd: ChangeDetectorRef, overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, router: Router, options: MonkeyEcxPopoverOptions);
37
- private onHandleClose;
38
- getDirPositions(dir?: PopoverDir): ConnectedPosition[];
39
- createPopover(origin?: FlexibleConnectedPositionStrategyOrigin, options?: MonkeyEcxPopoverOptions): void;
40
- ngOnDestroy(): void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPopoverDirective, [null, null, null, null, null, null, null, null, null, { optional: true; }]>;
42
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxPopoverDirective, "[monkeyecxPopover]", never, { "popover": "monkeyecxPopover"; "closed": "monkeyecxPopoverClosed"; "target": "monkeyecxPopoverTarget"; "minwidth": "monkeyecxPopoverMinwidth"; "backdrop": "monkeyecxPopoverBackdrop"; "watch": "monkeyecxPopoverWatch"; "dir": "monkeyecxPopoverDir"; "contextmenu": "monkeyecxPopoverContextmenu"; "height": "monkeyecxPopoverHeight"; }, {}, never>;
43
- }
1
+ import { ConnectedPosition, FlexibleConnectedPositionStrategyOrigin, Overlay, OverlayPositionBuilder } from '@angular/cdk/overlay';
2
+ import { ChangeDetectorRef, ElementRef, NgZone, OnDestroy, TemplateRef, ViewContainerRef } from '@angular/core';
3
+ import { Router } from '@angular/router';
4
+ import type { PopoverDir, MonkeyEcxPopoverOptions } from './monkeyecx-popover-options.directive';
5
+ import * as i0 from "@angular/core";
6
+ export declare class MonkeyEcxPopoverDirective implements OnDestroy {
7
+ private tpl;
8
+ private vcr;
9
+ private el;
10
+ private zone;
11
+ private _viewContainerRef;
12
+ private _cd;
13
+ private overlay;
14
+ private overlayPositionBuilder;
15
+ private router;
16
+ private options;
17
+ private _popover;
18
+ get popover(): boolean;
19
+ set popover(show: boolean);
20
+ closed: (e?: MouseEvent) => void;
21
+ private _target;
22
+ get target(): HTMLElement;
23
+ set target(target: HTMLElement);
24
+ minwidth: boolean;
25
+ backdrop: boolean;
26
+ watch: boolean;
27
+ dir: PopoverDir;
28
+ contextmenu: boolean;
29
+ height: number | string;
30
+ private overlayRef;
31
+ private positionStrategy;
32
+ private templatePortal;
33
+ private subs;
34
+ private eventsSubs;
35
+ private resizeObserver;
36
+ constructor(tpl: TemplateRef<any>, vcr: ViewContainerRef, el: ElementRef, zone: NgZone, _viewContainerRef: ViewContainerRef, _cd: ChangeDetectorRef, overlay: Overlay, overlayPositionBuilder: OverlayPositionBuilder, router: Router, options: MonkeyEcxPopoverOptions);
37
+ private onHandleClose;
38
+ getDirPositions(dir?: PopoverDir): ConnectedPosition[];
39
+ createPopover(origin?: FlexibleConnectedPositionStrategyOrigin, options?: MonkeyEcxPopoverOptions): void;
40
+ ngOnDestroy(): void;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPopoverDirective, [null, null, null, null, null, null, null, null, null, { optional: true; }]>;
42
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxPopoverDirective, "[monkeyecxPopover]", never, { "popover": "monkeyecxPopover"; "closed": "monkeyecxPopoverClosed"; "target": "monkeyecxPopoverTarget"; "minwidth": "monkeyecxPopoverMinwidth"; "backdrop": "monkeyecxPopoverBackdrop"; "watch": "monkeyecxPopoverWatch"; "dir": "monkeyecxPopoverDir"; "contextmenu": "monkeyecxPopoverContextmenu"; "height": "monkeyecxPopoverHeight"; }, {}, never>;
43
+ }
@@ -1,18 +1,18 @@
1
- import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
2
- import { MonkeyEcxTokenStorageService } from '../services/storage';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxSecurityDirective implements OnInit {
5
- private elementRef;
6
- private tokenStorageService;
7
- private cdr;
8
- roles: string[];
9
- byExclusion: boolean;
10
- private tokenCredentials;
11
- constructor(elementRef: ElementRef, tokenStorageService: MonkeyEcxTokenStorageService, cdr: ChangeDetectorRef);
12
- private getRole;
13
- private handleAccess;
14
- private handleData;
15
- ngOnInit(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxSecurityDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxSecurityDirective, "[monkeyecxSecurity]", never, { "roles": "securityRoles"; "byExclusion": "securityByExclusion"; }, {}, never>;
18
- }
1
+ import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
2
+ import { MonkeyEcxTokenStorageService } from '../services/storage';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxSecurityDirective implements OnInit {
5
+ private elementRef;
6
+ private tokenStorageService;
7
+ private cdr;
8
+ roles: string[];
9
+ byExclusion: boolean;
10
+ private tokenCredentials;
11
+ constructor(elementRef: ElementRef, tokenStorageService: MonkeyEcxTokenStorageService, cdr: ChangeDetectorRef);
12
+ private getRole;
13
+ private handleAccess;
14
+ private handleData;
15
+ ngOnInit(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxSecurityDirective, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxSecurityDirective, "[monkeyecxSecurity]", never, { "roles": "securityRoles"; "byExclusion": "securityByExclusion"; }, {}, never>;
18
+ }
@@ -1,23 +1,23 @@
1
- import { ElementRef, Renderer2 } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxTooltipDirective {
4
- private el;
5
- private renderer;
6
- tooltipDelay?: number;
7
- tooltipPosition?: string;
8
- tooltipText?: string;
9
- tooltipTitle?: string;
10
- enableToShow: boolean;
11
- offset: number;
12
- tooltip: HTMLElement | null;
13
- constructor(el: ElementRef, renderer: Renderer2);
14
- onMouseEnter(): void;
15
- onMouseLeave(): void;
16
- clickout(): void;
17
- show(): void;
18
- hide(): void;
19
- create(): void;
20
- setPosition(): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxTooltipDirective, never>;
22
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxTooltipDirective, "[monkeyecxTooltip]", never, { "tooltipDelay": "tooltipDelay"; "tooltipPosition": "tooltipPosition"; "tooltipText": "tooltipText"; "tooltipTitle": "tooltipTitle"; "enableToShow": "enableToShow"; }, {}, never>;
23
- }
1
+ import { ElementRef, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxTooltipDirective {
4
+ private el;
5
+ private renderer;
6
+ tooltipDelay?: number;
7
+ tooltipPosition?: string;
8
+ tooltipText?: string;
9
+ tooltipTitle?: string;
10
+ enableToShow: boolean;
11
+ offset: number;
12
+ tooltip: HTMLElement | null;
13
+ constructor(el: ElementRef, renderer: Renderer2);
14
+ onMouseEnter(): void;
15
+ onMouseLeave(): void;
16
+ clickout(): void;
17
+ show(): void;
18
+ hide(): void;
19
+ create(): void;
20
+ setPosition(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxTooltipDirective, never>;
22
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxTooltipDirective, "[monkeyecxTooltip]", never, { "tooltipDelay": "tooltipDelay"; "tooltipPosition": "tooltipPosition"; "tooltipText": "tooltipText"; "tooltipTitle": "tooltipTitle"; "enableToShow": "enableToShow"; }, {}, never>;
23
+ }
@@ -1,9 +1,9 @@
1
- export * from './decorators';
2
- export * from './directives';
3
- export * from './interceptors';
4
- export * from './interfaces';
5
- export * from './model';
6
- export * from './pipes';
7
- export * from './services';
8
- export * from './specification-search';
9
- export * from './utils';
1
+ export * from './decorators';
2
+ export * from './directives';
3
+ export * from './interceptors';
4
+ export * from './interfaces';
5
+ export * from './model';
6
+ export * from './pipes';
7
+ export * from './services';
8
+ export * from './specification-search';
9
+ export * from './utils';
@@ -1,5 +1,5 @@
1
- export * from './monkeyecx-http-config-error.interceptor';
2
- export * from './monkeyecx-http-config-header.interceptor';
3
- export * from './monkeyecx-http-config-interceptor.module';
4
- export * from './monkeyecx-http-config-loading-in-progress.interceptor';
5
- export * from './monkeyecx-http-config-queue.interceptor';
1
+ export * from './monkeyecx-http-config-error.interceptor';
2
+ export * from './monkeyecx-http-config-header.interceptor';
3
+ export * from './monkeyecx-http-config-interceptor.module';
4
+ export * from './monkeyecx-http-config-loading-in-progress.interceptor';
5
+ export * from './monkeyecx-http-config-queue.interceptor';
@@ -1,18 +1,18 @@
1
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { MonkeyEcxAuthenticationService } from '../services/auth';
4
- import { MonkeyEcxErrorHandlingService } from '../services/error';
5
- import * as i0 from "@angular/core";
6
- export interface Headers {
7
- name: string;
8
- value: string;
9
- }
10
- export declare class MonkeyEcxHttpConfigErrorInterceptor implements HttpInterceptor {
11
- private monkeyecxAuthenticationService;
12
- private monkeyecxErrorHandlingService;
13
- constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService, monkeyecxErrorHandlingService: MonkeyEcxErrorHandlingService);
14
- private handle;
15
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpConfigErrorInterceptor, never>;
17
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHttpConfigErrorInterceptor>;
18
- }
1
+ import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { MonkeyEcxAuthenticationService } from '../services/auth';
4
+ import { MonkeyEcxErrorHandlingService } from '../services/error';
5
+ import * as i0 from "@angular/core";
6
+ export interface Headers {
7
+ name: string;
8
+ value: string;
9
+ }
10
+ export declare class MonkeyEcxHttpConfigErrorInterceptor implements HttpInterceptor {
11
+ private monkeyecxAuthenticationService;
12
+ private monkeyecxErrorHandlingService;
13
+ constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService, monkeyecxErrorHandlingService: MonkeyEcxErrorHandlingService);
14
+ private handle;
15
+ intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpConfigErrorInterceptor, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHttpConfigErrorInterceptor>;
18
+ }
@@ -1,16 +1,16 @@
1
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { MonkeyEcxConfigService } from '../services';
4
- import { MonkeyEcxAuthenticationService } from '../services/auth';
5
- import { MonkeyEcxErrorHandlingService } from '../services/error';
6
- import * as i0 from "@angular/core";
7
- export declare class MonkeyEcxHttpConfigHeaderInterceptor implements HttpInterceptor {
8
- private authService;
9
- private errorHandlingService;
10
- private config;
11
- constructor(authService: MonkeyEcxAuthenticationService, errorHandlingService: MonkeyEcxErrorHandlingService, config: MonkeyEcxConfigService);
12
- private handle;
13
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpConfigHeaderInterceptor, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHttpConfigHeaderInterceptor>;
16
- }
1
+ import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { MonkeyEcxConfigService } from '../services';
4
+ import { MonkeyEcxAuthenticationService } from '../services/auth';
5
+ import { MonkeyEcxErrorHandlingService } from '../services/error';
6
+ import * as i0 from "@angular/core";
7
+ export declare class MonkeyEcxHttpConfigHeaderInterceptor implements HttpInterceptor {
8
+ private authService;
9
+ private errorHandlingService;
10
+ private config;
11
+ constructor(authService: MonkeyEcxAuthenticationService, errorHandlingService: MonkeyEcxErrorHandlingService, config: MonkeyEcxConfigService);
12
+ private handle;
13
+ intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpConfigHeaderInterceptor, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHttpConfigHeaderInterceptor>;
16
+ }
@@ -1,9 +1,9 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- export declare class MonkeyEcxHttpConfigInterceptorModule {
5
- static forRoot(): ModuleWithProviders<MonkeyEcxHttpConfigInterceptorModule>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpConfigInterceptorModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxHttpConfigInterceptorModule, never, [typeof i1.CommonModule], never>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxHttpConfigInterceptorModule>;
9
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ export declare class MonkeyEcxHttpConfigInterceptorModule {
5
+ static forRoot(): ModuleWithProviders<MonkeyEcxHttpConfigInterceptorModule>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpConfigInterceptorModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxHttpConfigInterceptorModule, never, [typeof i1.CommonModule], never>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxHttpConfigInterceptorModule>;
9
+ }
@@ -1,12 +1,12 @@
1
- import { Injector } from '@angular/core';
2
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
3
- import { Observable } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class MonkeyEcxHttpConfigLoadingInProgressInterceptor implements HttpInterceptor {
6
- private injector;
7
- constructor(injector: Injector);
8
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
9
- private isLoadingInProgressProperty;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpConfigLoadingInProgressInterceptor, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHttpConfigLoadingInProgressInterceptor>;
12
- }
1
+ import { Injector } from '@angular/core';
2
+ import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MonkeyEcxHttpConfigLoadingInProgressInterceptor implements HttpInterceptor {
6
+ private injector;
7
+ constructor(injector: Injector);
8
+ intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
9
+ private isLoadingInProgressProperty;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpConfigLoadingInProgressInterceptor, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHttpConfigLoadingInProgressInterceptor>;
12
+ }
@@ -1,14 +1,14 @@
1
- import { Injector } from '@angular/core';
2
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
3
- import { Observable } from 'rxjs';
4
- import { MonkeyEcxRequestQueueHandlingService } from '../services/request-queue';
5
- import * as i0 from "@angular/core";
6
- export declare class MonkeyEcxHttpConfigQueueInterceptor implements HttpInterceptor {
7
- private injector;
8
- private monkeyecxRequestQueueHandlingService;
9
- constructor(injector: Injector, monkeyecxRequestQueueHandlingService: MonkeyEcxRequestQueueHandlingService);
10
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
11
- private isQueueProperty;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpConfigQueueInterceptor, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHttpConfigQueueInterceptor>;
14
- }
1
+ import { Injector } from '@angular/core';
2
+ import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
3
+ import { Observable } from 'rxjs';
4
+ import { MonkeyEcxRequestQueueHandlingService } from '../services/request-queue';
5
+ import * as i0 from "@angular/core";
6
+ export declare class MonkeyEcxHttpConfigQueueInterceptor implements HttpInterceptor {
7
+ private injector;
8
+ private monkeyecxRequestQueueHandlingService;
9
+ constructor(injector: Injector, monkeyecxRequestQueueHandlingService: MonkeyEcxRequestQueueHandlingService);
10
+ intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
11
+ private isQueueProperty;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpConfigQueueInterceptor, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHttpConfigQueueInterceptor>;
14
+ }
@@ -1,30 +1,33 @@
1
- export * from './monkeyecx-auth-credentials';
2
- export * from './monkeyecx-company';
3
- export * from './monkeyecx-company-pendencies';
4
- export * from './monkeyecx-config';
5
- export * from './monkeyecx-config-bootstrap';
6
- export * from './monkeyecx-country-security';
7
- export * from './monkeyecx-error-response';
8
- export * from './monkeyecx-filter';
9
- export * from './monkeyecx-handled-error-response';
10
- export * from './monkeyecx-header-credentials';
11
- export * from './monkeyecx-intercom-options';
12
- export * from './monkeyecx-me-credentials';
13
- export * from './monkeyecx-navigation';
14
- export * from './monkeyecx-program';
15
- export * from './monkeyecx-releases';
16
- export * from './monkeyecx-request-in-progress';
17
- export * from './monkeyecx-request-paged';
18
- export * from './monkeyecx-response-links';
19
- export * from './monkeyecx-response-paged';
20
- export * from './monkeyecx-saved-state';
21
- export * from './monkeyecx-scroll-options';
22
- export * from './monkeyecx-service-credentials';
23
- export * from './monkeyecx-storage';
24
- export * from './monkeyecx-support-options';
25
- export * from './monkeyecx-token-credentials';
26
- export * from './monkeyecx-translate-options';
27
- export * from './request-download';
28
- export * from './request-queue';
29
- export * from './request-upload';
30
- export * from './schedules';
1
+ export * from './monkeyecx-auth-credentials';
2
+ export * from './monkeyecx-company';
3
+ export * from './monkeyecx-company-pendencies';
4
+ export * from './monkeyecx-config';
5
+ export * from './monkeyecx-config-bootstrap';
6
+ export * from './monkeyecx-country-security';
7
+ export * from './monkeyecx-error-response';
8
+ export * from './monkeyecx-filter';
9
+ export * from './monkeyecx-handled-error-response';
10
+ export * from './monkeyecx-header-credentials';
11
+ export * from './monkeyecx-intercom-options';
12
+ export * from './monkeyecx-interface';
13
+ export * from './monkeyecx-me-credentials';
14
+ export * from './monkeyecx-navigation';
15
+ export * from './monkeyecx-pagination';
16
+ export * from './monkeyecx-program';
17
+ export * from './monkeyecx-releases';
18
+ export * from './monkeyecx-request-in-progress';
19
+ export * from './monkeyecx-request-paged';
20
+ export * from './monkeyecx-response-links';
21
+ export * from './monkeyecx-response-paged';
22
+ export * from './monkeyecx-saved-state';
23
+ export * from './monkeyecx-scroll-options';
24
+ export * from './monkeyecx-service-credentials';
25
+ export * from './monkeyecx-storage';
26
+ export * from './monkeyecx-store';
27
+ export * from './monkeyecx-support-options';
28
+ export * from './monkeyecx-token-credentials';
29
+ export * from './monkeyecx-translate-options';
30
+ export * from './request-download';
31
+ export * from './request-queue';
32
+ export * from './request-upload';
33
+ export * from './schedules';
@@ -1,15 +1,15 @@
1
- export interface MonkeyEcxAuthCredentials {
2
- client_id?: string;
3
- client_secret?: string;
4
- grant_type?: string;
5
- scope?: string;
6
- username?: string;
7
- password?: string;
8
- access_token?: string;
9
- token_type?: string;
10
- refresh_token?: string;
11
- expires_in?: number;
12
- program?: string;
13
- userType?: string;
14
- totp_code?: string;
15
- }
1
+ export interface MonkeyEcxAuthCredentials {
2
+ client_id?: string;
3
+ client_secret?: string;
4
+ grant_type?: string;
5
+ scope?: string;
6
+ username?: string;
7
+ password?: string;
8
+ access_token?: string;
9
+ token_type?: string;
10
+ refresh_token?: string;
11
+ expires_in?: number;
12
+ program?: string;
13
+ userType?: string;
14
+ totp_code?: string;
15
+ }
@@ -1,14 +1,14 @@
1
- interface PendencyBase {
2
- message?: string;
3
- href?: string;
4
- }
5
- export interface MonkeyEcxCompanyPendencies {
6
- [key: string]: PendencyBase;
7
- }
8
- export interface MonkeyEcxCompanyPendenciesValidated extends PendencyBase {
9
- hasPendencies: boolean;
10
- }
11
- export interface MonkeyEcxCompanyPendenciesOnGoing {
12
- [key: string]: boolean;
13
- }
14
- export {};
1
+ interface PendencyBase {
2
+ message?: string;
3
+ href?: string;
4
+ }
5
+ export interface MonkeyEcxCompanyPendencies {
6
+ [key: string]: PendencyBase;
7
+ }
8
+ export interface MonkeyEcxCompanyPendenciesValidated extends PendencyBase {
9
+ hasPendencies: boolean;
10
+ }
11
+ export interface MonkeyEcxCompanyPendenciesOnGoing {
12
+ [key: string]: boolean;
13
+ }
14
+ export {};
@@ -1,10 +1,10 @@
1
- export interface MonkeyEcxCompany {
2
- id: string;
3
- companyId: string;
4
- governmentId: string;
5
- program: string;
6
- programAdmin: boolean;
7
- role: string;
8
- type: string;
9
- selected?: boolean;
10
- }
1
+ export interface MonkeyEcxCompany {
2
+ id: string;
3
+ companyId: string;
4
+ governmentId: string;
5
+ program: string;
6
+ programAdmin: boolean;
7
+ role: string;
8
+ type: string;
9
+ selected?: boolean;
10
+ }