monkey-front-core 0.0.246 → 0.0.248

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 (323) hide show
  1. package/esm2020/lib/components/alerts/alerts.component.mjs +35 -35
  2. package/esm2020/lib/components/alerts/alerts.module.mjs +21 -21
  3. package/esm2020/lib/components/alerts/index.mjs +2 -2
  4. package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.component.mjs +29 -29
  5. package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.module.mjs +43 -43
  6. package/esm2020/lib/components/closed-to-maintenance/index.mjs +2 -2
  7. package/esm2020/lib/components/index.mjs +4 -4
  8. package/esm2020/lib/components/progress-bar/index.mjs +3 -3
  9. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +23 -23
  10. package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +18 -18
  11. package/esm2020/lib/components/progress-bar/progress-bar.service.mjs +50 -50
  12. package/esm2020/lib/components/version-changed/index.mjs +2 -2
  13. package/esm2020/lib/components/version-changed/version-changed.component.mjs +24 -24
  14. package/esm2020/lib/components/version-changed/version-changed.module.mjs +39 -39
  15. package/esm2020/lib/core/decorators/index.mjs +5 -5
  16. package/esm2020/lib/core/decorators/monkeyecx-charts-decorators.mjs +40 -40
  17. package/esm2020/lib/core/decorators/monkeyecx-decorators.mjs +110 -110
  18. package/esm2020/lib/core/decorators/monkeyecx-download-decorators.mjs +25 -25
  19. package/esm2020/lib/core/decorators/monkeyecx-upload-decorators.mjs +25 -25
  20. package/esm2020/lib/core/directives/index.mjs +12 -12
  21. package/esm2020/lib/core/directives/monkeyecx-directives-module.mjs +73 -73
  22. package/esm2020/lib/core/directives/monkeyecx-drag-drop.mjs +57 -57
  23. package/esm2020/lib/core/directives/monkeyecx-feature-by-program-directive.mjs +50 -50
  24. package/esm2020/lib/core/directives/monkeyecx-feature-directive.mjs +68 -68
  25. package/esm2020/lib/core/directives/monkeyecx-format-currency.mjs +44 -44
  26. package/esm2020/lib/core/directives/monkeyecx-format-upper.mjs +67 -67
  27. package/esm2020/lib/core/directives/monkeyecx-only-alpha-numeric-directive.mjs +28 -28
  28. package/esm2020/lib/core/directives/monkeyecx-only-number-directive.mjs +28 -28
  29. package/esm2020/lib/core/directives/monkeyecx-popover-options.directive.mjs +39 -39
  30. package/esm2020/lib/core/directives/monkeyecx-popover.directive.mjs +212 -212
  31. package/esm2020/lib/core/directives/monkeyecx-security-directive.mjs +69 -69
  32. package/esm2020/lib/core/directives/monkeyecx-tooltip-directive.mjs +123 -123
  33. package/esm2020/lib/core/index.mjs +9 -9
  34. package/esm2020/lib/core/interceptors/index.mjs +5 -5
  35. package/esm2020/lib/core/interceptors/monkeyecx-http-config-error.interceptor.mjs +39 -39
  36. package/esm2020/lib/core/interceptors/monkeyecx-http-config-header.interceptor.mjs +60 -60
  37. package/esm2020/lib/core/interceptors/monkeyecx-http-config-interceptor.module.mjs +47 -47
  38. package/esm2020/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.mjs +43 -43
  39. package/esm2020/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.mjs +37 -37
  40. package/esm2020/lib/core/interfaces/index.mjs +29 -29
  41. package/esm2020/lib/core/interfaces/monkeyecx-auth-credentials.mjs +1 -1
  42. package/esm2020/lib/core/interfaces/monkeyecx-company-pendencies.mjs +1 -1
  43. package/esm2020/lib/core/interfaces/monkeyecx-company.mjs +1 -1
  44. package/esm2020/lib/core/interfaces/monkeyecx-config-boostrap.mjs +1 -1
  45. package/esm2020/lib/core/interfaces/monkeyecx-config.mjs +1 -1
  46. package/esm2020/lib/core/interfaces/monkeyecx-country-security.mjs +1 -1
  47. package/esm2020/lib/core/interfaces/monkeyecx-error-response.mjs +1 -1
  48. package/esm2020/lib/core/interfaces/monkeyecx-filter.mjs +1 -1
  49. package/esm2020/lib/core/interfaces/monkeyecx-handled-error-response.mjs +1 -1
  50. package/esm2020/lib/core/interfaces/monkeyecx-header-credentials.mjs +1 -1
  51. package/esm2020/lib/core/interfaces/monkeyecx-intercom-options.mjs +1 -1
  52. package/esm2020/lib/core/interfaces/monkeyecx-me-credentials.mjs +1 -1
  53. package/esm2020/lib/core/interfaces/monkeyecx-navigation.mjs +1 -1
  54. package/esm2020/lib/core/interfaces/monkeyecx-program.mjs +2 -2
  55. package/esm2020/lib/core/interfaces/monkeyecx-releases.mjs +1 -1
  56. package/esm2020/lib/core/interfaces/monkeyecx-request-in-progress.mjs +1 -1
  57. package/esm2020/lib/core/interfaces/monkeyecx-request-paged.mjs +1 -1
  58. package/esm2020/lib/core/interfaces/monkeyecx-response-links.mjs +1 -1
  59. package/esm2020/lib/core/interfaces/monkeyecx-response-paged.mjs +1 -1
  60. package/esm2020/lib/core/interfaces/monkeyecx-saved-state.mjs +1 -1
  61. package/esm2020/lib/core/interfaces/monkeyecx-scroll-options.mjs +1 -1
  62. package/esm2020/lib/core/interfaces/monkeyecx-service-credentials.mjs +1 -1
  63. package/esm2020/lib/core/interfaces/monkeyecx-support-options.mjs +1 -1
  64. package/esm2020/lib/core/interfaces/monkeyecx-token-credentials.mjs +2 -2
  65. package/esm2020/lib/core/interfaces/monkeyecx-translate-options.mjs +1 -1
  66. package/esm2020/lib/core/interfaces/request-download/index.mjs +3 -3
  67. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-download.mjs +1 -1
  68. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-downloaded.mjs +1 -1
  69. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-item-download.mjs +1 -1
  70. package/esm2020/lib/core/interfaces/request-queue/index.mjs +3 -3
  71. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.mjs +1 -1
  72. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.mjs +1 -1
  73. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-queue.mjs +1 -1
  74. package/esm2020/lib/core/interfaces/request-upload/index.mjs +2 -2
  75. package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.mjs +1 -1
  76. package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-upload.mjs +1 -1
  77. package/esm2020/lib/core/interfaces/schedules/index.mjs +1 -1
  78. package/esm2020/lib/core/interfaces/schedules/monkeyecx-request-schedule.mjs +1 -1
  79. package/esm2020/lib/core/model/index.mjs +1 -1
  80. package/esm2020/lib/core/model/monkeyecx-model.mjs +25 -25
  81. package/esm2020/lib/core/pipes/index.mjs +19 -19
  82. package/esm2020/lib/core/pipes/monkeyecx-display-first-name.mjs +19 -19
  83. package/esm2020/lib/core/pipes/monkeyecx-display-initials.mjs +21 -21
  84. package/esm2020/lib/core/pipes/monkeyecx-format-address.mjs +20 -20
  85. package/esm2020/lib/core/pipes/monkeyecx-format-beautify-json.mjs +38 -38
  86. package/esm2020/lib/core/pipes/monkeyecx-format-currency.mjs +27 -27
  87. package/esm2020/lib/core/pipes/monkeyecx-format-date-group.mjs +45 -45
  88. package/esm2020/lib/core/pipes/monkeyecx-format-date-timelapse.mjs +32 -32
  89. package/esm2020/lib/core/pipes/monkeyecx-format-date-unix-timelapse.mjs +36 -36
  90. package/esm2020/lib/core/pipes/monkeyecx-format-document.mjs +19 -19
  91. package/esm2020/lib/core/pipes/monkeyecx-format-number.mjs +20 -20
  92. package/esm2020/lib/core/pipes/monkeyecx-format-phone.mjs +42 -42
  93. package/esm2020/lib/core/pipes/monkeyecx-format-size.mjs +20 -20
  94. package/esm2020/lib/core/pipes/monkeyecx-format-tax.mjs +23 -23
  95. package/esm2020/lib/core/pipes/monkeyecx-format-type-document.mjs +19 -19
  96. package/esm2020/lib/core/pipes/monkeyecx-format-value.mjs +19 -19
  97. package/esm2020/lib/core/pipes/monkeyecx-format-zipcode.mjs +19 -19
  98. package/esm2020/lib/core/pipes/monkeyecx-pipes.module.mjs +107 -107
  99. package/esm2020/lib/core/pipes/monkeyecx-text-truncate.mjs +23 -23
  100. package/esm2020/lib/core/pipes/monkeyecx-truncate-qtd.mjs +16 -16
  101. package/esm2020/lib/core/services/alerts/index.mjs +1 -1
  102. package/esm2020/lib/core/services/alerts/monkeyecx-alerts.service.mjs +42 -31
  103. package/esm2020/lib/core/services/auth/index.mjs +4 -4
  104. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-company.service.mjs +28 -28
  105. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-login.service.mjs +27 -27
  106. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard.service.mjs +26 -26
  107. package/esm2020/lib/core/services/auth/monkeyecx-authentication.service.mjs +69 -69
  108. package/esm2020/lib/core/services/commons/index.mjs +1 -1
  109. package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +404 -404
  110. package/esm2020/lib/core/services/config/monkeyecx-alerts-config.service.mjs +40 -40
  111. package/esm2020/lib/core/services/config/monkeyecx-config.module.mjs +28 -28
  112. package/esm2020/lib/core/services/config/monkeyecx-config.service.mjs +111 -111
  113. package/esm2020/lib/core/services/config/monkeyecx-error-config.service.mjs +85 -85
  114. package/esm2020/lib/core/services/config/monkeyecx-feature-toggle.service.mjs +67 -67
  115. package/esm2020/lib/core/services/config/monkeyecx-ga-config.service.mjs +57 -57
  116. package/esm2020/lib/core/services/config/monkeyecx-i18n-config.service.mjs +92 -92
  117. package/esm2020/lib/core/services/config/monkeyecx-logs-config.service.mjs +34 -34
  118. package/esm2020/lib/core/services/config/monkeyecx-maintenance-config.service.mjs +37 -37
  119. package/esm2020/lib/core/services/config/monkeyecx-security-console-config.service.mjs +42 -42
  120. package/esm2020/lib/core/services/config/monkeyecx-service-worker-config.service.mjs +53 -53
  121. package/esm2020/lib/core/services/error/index.mjs +4 -4
  122. package/esm2020/lib/core/services/error/monkeyecx-error-handling.module.mjs +27 -27
  123. package/esm2020/lib/core/services/error/monkeyecx-error-handling.service.mjs +37 -37
  124. package/esm2020/lib/core/services/error/monkeyecx-http-error-handling.service.mjs +135 -135
  125. package/esm2020/lib/core/services/error/monkeyecx-others-errors-handling.service.mjs +29 -29
  126. package/esm2020/lib/core/services/index.mjs +23 -23
  127. package/esm2020/lib/core/services/logged/index.mjs +1 -1
  128. package/esm2020/lib/core/services/logged/monkeyecx-logged-handling.service.mjs +40 -40
  129. package/esm2020/lib/core/services/monkeyecx-handling.service.mjs +50 -50
  130. package/esm2020/lib/core/services/monkeyecx-service.service.mjs +104 -104
  131. package/esm2020/lib/core/services/pagination/index.mjs +1 -1
  132. package/esm2020/lib/core/services/pagination/monkeyecx-pagination.service.mjs +29 -29
  133. package/esm2020/lib/core/services/request-download/index.mjs +2 -2
  134. package/esm2020/lib/core/services/request-download/monkeyecx-request-download-handling.service.mjs +93 -93
  135. package/esm2020/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.mjs +61 -61
  136. package/esm2020/lib/core/services/request-paged/index.mjs +1 -1
  137. package/esm2020/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.mjs +42 -42
  138. package/esm2020/lib/core/services/request-queue/index.mjs +2 -2
  139. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.mjs +114 -114
  140. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.mjs +119 -119
  141. package/esm2020/lib/core/services/routes/index.mjs +1 -1
  142. package/esm2020/lib/core/services/routes/monkeyecx-dicovery-params.service.mjs +54 -54
  143. package/esm2020/lib/core/services/schedules/index.mjs +1 -1
  144. package/esm2020/lib/core/services/schedules/monkeyecx-request-schedule.service.mjs +188 -188
  145. package/esm2020/lib/core/services/storage/index.mjs +2 -2
  146. package/esm2020/lib/core/services/storage/monkeyecx-cookie-storage.service.mjs +32 -32
  147. package/esm2020/lib/core/services/storage/monkeyecx-token-storage.service.mjs +127 -127
  148. package/esm2020/lib/core/specification-search/index.mjs +1 -1
  149. package/esm2020/lib/core/specification-search/monkeyecx-specification-search.mjs +107 -107
  150. package/esm2020/lib/core/utils/decorators-utils.mjs +39 -39
  151. package/esm2020/lib/core/utils/index.mjs +7 -7
  152. package/esm2020/lib/core/utils/statics.mjs +37 -37
  153. package/esm2020/lib/core/utils/utils.mjs +220 -220
  154. package/esm2020/lib/core/utils/validate-utils.mjs +205 -205
  155. package/esm2020/lib/core/utils/validators.mjs +207 -207
  156. package/esm2020/lib/monkey-front-core.module.mjs +64 -64
  157. package/esm2020/monkey-front-core.mjs +4 -4
  158. package/esm2020/public-api.mjs +6 -6
  159. package/fesm2015/monkey-front-core.mjs +4913 -4901
  160. package/fesm2015/monkey-front-core.mjs.map +1 -1
  161. package/fesm2020/monkey-front-core.mjs +4970 -4959
  162. package/fesm2020/monkey-front-core.mjs.map +1 -1
  163. package/lib/components/alerts/alerts.component.d.ts +16 -16
  164. package/lib/components/alerts/alerts.module.d.ts +10 -10
  165. package/lib/components/alerts/index.d.ts +2 -2
  166. package/lib/components/closed-to-maintenance/closed-to-maintenance.component.d.ts +13 -13
  167. package/lib/components/closed-to-maintenance/closed-to-maintenance.module.d.ts +11 -11
  168. package/lib/components/closed-to-maintenance/index.d.ts +2 -2
  169. package/lib/components/index.d.ts +4 -4
  170. package/lib/components/progress-bar/index.d.ts +3 -3
  171. package/lib/components/progress-bar/progress-bar.component.d.ts +11 -11
  172. package/lib/components/progress-bar/progress-bar.module.d.ts +8 -8
  173. package/lib/components/progress-bar/progress-bar.service.d.ts +14 -14
  174. package/lib/components/version-changed/index.d.ts +2 -2
  175. package/lib/components/version-changed/version-changed.component.d.ts +9 -9
  176. package/lib/components/version-changed/version-changed.module.d.ts +10 -10
  177. package/lib/core/decorators/index.d.ts +4 -4
  178. package/lib/core/decorators/monkeyecx-charts-decorators.d.ts +1 -1
  179. package/lib/core/decorators/monkeyecx-decorators.d.ts +7 -7
  180. package/lib/core/decorators/monkeyecx-download-decorators.d.ts +2 -2
  181. package/lib/core/decorators/monkeyecx-upload-decorators.d.ts +2 -2
  182. package/lib/core/directives/index.d.ts +12 -12
  183. package/lib/core/directives/monkeyecx-directives-module.d.ts +19 -19
  184. package/lib/core/directives/monkeyecx-drag-drop.d.ts +12 -12
  185. package/lib/core/directives/monkeyecx-feature-by-program-directive.d.ts +15 -15
  186. package/lib/core/directives/monkeyecx-feature-directive.d.ts +17 -17
  187. package/lib/core/directives/monkeyecx-format-currency.d.ts +16 -16
  188. package/lib/core/directives/monkeyecx-format-upper.d.ts +18 -18
  189. package/lib/core/directives/monkeyecx-only-alpha-numeric-directive.d.ts +9 -9
  190. package/lib/core/directives/monkeyecx-only-number-directive.d.ts +9 -9
  191. package/lib/core/directives/monkeyecx-popover-options.directive.d.ts +19 -19
  192. package/lib/core/directives/monkeyecx-popover.directive.d.ts +43 -43
  193. package/lib/core/directives/monkeyecx-security-directive.d.ts +17 -17
  194. package/lib/core/directives/monkeyecx-tooltip-directive.d.ts +23 -23
  195. package/lib/core/index.d.ts +9 -9
  196. package/lib/core/interceptors/index.d.ts +5 -5
  197. package/lib/core/interceptors/monkeyecx-http-config-error.interceptor.d.ts +17 -17
  198. package/lib/core/interceptors/monkeyecx-http-config-header.interceptor.d.ts +16 -16
  199. package/lib/core/interceptors/monkeyecx-http-config-interceptor.module.d.ts +9 -9
  200. package/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.d.ts +12 -12
  201. package/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.d.ts +14 -14
  202. package/lib/core/interfaces/index.d.ts +29 -29
  203. package/lib/core/interfaces/monkeyecx-auth-credentials.d.ts +15 -15
  204. package/lib/core/interfaces/monkeyecx-company-pendencies.d.ts +14 -14
  205. package/lib/core/interfaces/monkeyecx-company.d.ts +10 -10
  206. package/lib/core/interfaces/monkeyecx-config-boostrap.d.ts +14 -14
  207. package/lib/core/interfaces/monkeyecx-config.d.ts +126 -126
  208. package/lib/core/interfaces/monkeyecx-country-security.d.ts +4 -4
  209. package/lib/core/interfaces/monkeyecx-error-response.d.ts +5 -5
  210. package/lib/core/interfaces/monkeyecx-filter.d.ts +24 -24
  211. package/lib/core/interfaces/monkeyecx-handled-error-response.d.ts +10 -10
  212. package/lib/core/interfaces/monkeyecx-header-credentials.d.ts +4 -4
  213. package/lib/core/interfaces/monkeyecx-intercom-options.d.ts +4 -4
  214. package/lib/core/interfaces/monkeyecx-me-credentials.d.ts +22 -22
  215. package/lib/core/interfaces/monkeyecx-navigation.d.ts +27 -27
  216. package/lib/core/interfaces/monkeyecx-program.d.ts +10 -10
  217. package/lib/core/interfaces/monkeyecx-releases.d.ts +9 -9
  218. package/lib/core/interfaces/monkeyecx-request-in-progress.d.ts +3 -3
  219. package/lib/core/interfaces/monkeyecx-request-paged.d.ts +23 -23
  220. package/lib/core/interfaces/monkeyecx-response-links.d.ts +11 -11
  221. package/lib/core/interfaces/monkeyecx-response-paged.d.ts +6 -6
  222. package/lib/core/interfaces/monkeyecx-saved-state.d.ts +5 -5
  223. package/lib/core/interfaces/monkeyecx-scroll-options.d.ts +5 -5
  224. package/lib/core/interfaces/monkeyecx-service-credentials.d.ts +12 -12
  225. package/lib/core/interfaces/monkeyecx-support-options.d.ts +4 -4
  226. package/lib/core/interfaces/monkeyecx-token-credentials.d.ts +20 -20
  227. package/lib/core/interfaces/monkeyecx-translate-options.d.ts +4 -4
  228. package/lib/core/interfaces/request-download/index.d.ts +3 -3
  229. package/lib/core/interfaces/request-download/monkeyecx-request-download.d.ts +10 -10
  230. package/lib/core/interfaces/request-download/monkeyecx-request-downloaded.d.ts +7 -7
  231. package/lib/core/interfaces/request-download/monkeyecx-request-item-download.d.ts +7 -7
  232. package/lib/core/interfaces/request-queue/index.d.ts +3 -3
  233. package/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.d.ts +7 -7
  234. package/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.d.ts +6 -6
  235. package/lib/core/interfaces/request-queue/monkeyecx-request-queue.d.ts +8 -8
  236. package/lib/core/interfaces/request-upload/index.d.ts +2 -2
  237. package/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.d.ts +5 -5
  238. package/lib/core/interfaces/request-upload/monkeyecx-request-upload.d.ts +10 -10
  239. package/lib/core/interfaces/schedules/index.d.ts +1 -1
  240. package/lib/core/interfaces/schedules/monkeyecx-request-schedule.d.ts +13 -13
  241. package/lib/core/model/index.d.ts +1 -1
  242. package/lib/core/model/monkeyecx-model.d.ts +13 -13
  243. package/lib/core/pipes/index.d.ts +19 -19
  244. package/lib/core/pipes/monkeyecx-display-first-name.d.ts +7 -7
  245. package/lib/core/pipes/monkeyecx-display-initials.d.ts +7 -7
  246. package/lib/core/pipes/monkeyecx-format-address.d.ts +14 -14
  247. package/lib/core/pipes/monkeyecx-format-beautify-json.d.ts +8 -8
  248. package/lib/core/pipes/monkeyecx-format-currency.d.ts +11 -11
  249. package/lib/core/pipes/monkeyecx-format-date-group.d.ts +11 -11
  250. package/lib/core/pipes/monkeyecx-format-date-timelapse.d.ts +7 -7
  251. package/lib/core/pipes/monkeyecx-format-date-unix-timelapse.d.ts +7 -7
  252. package/lib/core/pipes/monkeyecx-format-document.d.ts +7 -7
  253. package/lib/core/pipes/monkeyecx-format-number.d.ts +7 -7
  254. package/lib/core/pipes/monkeyecx-format-phone.d.ts +7 -7
  255. package/lib/core/pipes/monkeyecx-format-size.d.ts +7 -7
  256. package/lib/core/pipes/monkeyecx-format-tax.d.ts +7 -7
  257. package/lib/core/pipes/monkeyecx-format-type-document.d.ts +7 -7
  258. package/lib/core/pipes/monkeyecx-format-value.d.ts +7 -7
  259. package/lib/core/pipes/monkeyecx-format-zipcode.d.ts +7 -7
  260. package/lib/core/pipes/monkeyecx-pipes.module.d.ts +24 -24
  261. package/lib/core/pipes/monkeyecx-text-truncate.d.ts +7 -7
  262. package/lib/core/pipes/monkeyecx-truncate-qtd.d.ts +7 -7
  263. package/lib/core/services/alerts/index.d.ts +1 -1
  264. package/lib/core/services/alerts/monkeyecx-alerts.service.d.ts +21 -15
  265. package/lib/core/services/auth/index.d.ts +4 -4
  266. package/lib/core/services/auth/monkeyecx-auth-guard-company.service.d.ts +11 -11
  267. package/lib/core/services/auth/monkeyecx-auth-guard-login.service.d.ts +11 -11
  268. package/lib/core/services/auth/monkeyecx-auth-guard.service.d.ts +11 -11
  269. package/lib/core/services/auth/monkeyecx-authentication.service.d.ts +30 -30
  270. package/lib/core/services/commons/index.d.ts +1 -1
  271. package/lib/core/services/commons/monkeyecx-commons.service.d.ts +124 -124
  272. package/lib/core/services/config/monkeyecx-alerts-config.service.d.ts +11 -11
  273. package/lib/core/services/config/monkeyecx-config.module.d.ts +9 -9
  274. package/lib/core/services/config/monkeyecx-config.service.d.ts +36 -36
  275. package/lib/core/services/config/monkeyecx-error-config.service.d.ts +8 -8
  276. package/lib/core/services/config/monkeyecx-feature-toggle.service.d.ts +16 -16
  277. package/lib/core/services/config/monkeyecx-ga-config.service.d.ts +10 -10
  278. package/lib/core/services/config/monkeyecx-i18n-config.service.d.ts +16 -16
  279. package/lib/core/services/config/monkeyecx-logs-config.service.d.ts +7 -7
  280. package/lib/core/services/config/monkeyecx-maintenance-config.service.d.ts +13 -13
  281. package/lib/core/services/config/monkeyecx-security-console-config.service.d.ts +11 -11
  282. package/lib/core/services/config/monkeyecx-service-worker-config.service.d.ts +16 -16
  283. package/lib/core/services/error/index.d.ts +4 -4
  284. package/lib/core/services/error/monkeyecx-error-handling.module.d.ts +9 -9
  285. package/lib/core/services/error/monkeyecx-error-handling.service.d.ts +9 -9
  286. package/lib/core/services/error/monkeyecx-http-error-handling.service.d.ts +26 -26
  287. package/lib/core/services/error/monkeyecx-others-errors-handling.service.d.ts +9 -9
  288. package/lib/core/services/index.d.ts +23 -23
  289. package/lib/core/services/logged/index.d.ts +1 -1
  290. package/lib/core/services/logged/monkeyecx-logged-handling.service.d.ts +14 -14
  291. package/lib/core/services/monkeyecx-handling.service.d.ts +22 -22
  292. package/lib/core/services/monkeyecx-service.service.d.ts +18 -18
  293. package/lib/core/services/pagination/index.d.ts +1 -1
  294. package/lib/core/services/pagination/monkeyecx-pagination.service.d.ts +9 -9
  295. package/lib/core/services/request-download/index.d.ts +2 -2
  296. package/lib/core/services/request-download/monkeyecx-request-download-handling.service.d.ts +18 -18
  297. package/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.d.ts +16 -16
  298. package/lib/core/services/request-paged/index.d.ts +1 -1
  299. package/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.d.ts +11 -11
  300. package/lib/core/services/request-queue/index.d.ts +2 -2
  301. package/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.d.ts +21 -21
  302. package/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.d.ts +23 -23
  303. package/lib/core/services/routes/index.d.ts +1 -1
  304. package/lib/core/services/routes/monkeyecx-dicovery-params.service.d.ts +13 -13
  305. package/lib/core/services/schedules/index.d.ts +1 -1
  306. package/lib/core/services/schedules/monkeyecx-request-schedule.service.d.ts +47 -47
  307. package/lib/core/services/storage/index.d.ts +2 -2
  308. package/lib/core/services/storage/monkeyecx-cookie-storage.service.d.ts +11 -11
  309. package/lib/core/services/storage/monkeyecx-token-storage.service.d.ts +29 -29
  310. package/lib/core/specification-search/index.d.ts +1 -1
  311. package/lib/core/specification-search/monkeyecx-specification-search.d.ts +20 -20
  312. package/lib/core/utils/decorators-utils.d.ts +5 -5
  313. package/lib/core/utils/index.d.ts +6 -6
  314. package/lib/core/utils/statics.d.ts +28 -28
  315. package/lib/core/utils/utils.d.ts +22 -22
  316. package/lib/core/utils/validate-utils.d.ts +66 -66
  317. package/lib/core/utils/validators.d.ts +29 -29
  318. package/lib/monkey-front-core.module.d.ts +17 -17
  319. package/monkey-front-core-0.0.248.tgz +0 -0
  320. package/monkey-front-core.d.ts +5 -5
  321. package/package.json +1 -1
  322. package/public-api.d.ts +3 -3
  323. package/monkey-front-core-0.0.246.tgz +0 -0
@@ -1,24 +1,24 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./monkeyecx-display-first-name";
3
- import * as i2 from "./monkeyecx-display-initials";
4
- import * as i3 from "./monkeyecx-format-address";
5
- import * as i4 from "./monkeyecx-format-beautify-json";
6
- import * as i5 from "./monkeyecx-format-currency";
7
- import * as i6 from "./monkeyecx-format-date-group";
8
- import * as i7 from "./monkeyecx-format-date-timelapse";
9
- import * as i8 from "./monkeyecx-format-date-unix-timelapse";
10
- import * as i9 from "./monkeyecx-format-document";
11
- import * as i10 from "./monkeyecx-format-type-document";
12
- import * as i11 from "./monkeyecx-format-number";
13
- import * as i12 from "./monkeyecx-format-phone";
14
- import * as i13 from "./monkeyecx-format-size";
15
- import * as i14 from "./monkeyecx-format-tax";
16
- import * as i15 from "./monkeyecx-format-value";
17
- import * as i16 from "./monkeyecx-format-zipcode";
18
- import * as i17 from "./monkeyecx-text-truncate";
19
- import * as i18 from "./monkeyecx-truncate-qtd";
20
- export declare class MonkeyEcxPipesModule {
21
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPipesModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxPipesModule, [typeof i1.MonkeyEcxDisplayFirstNamePipe, typeof i2.MonkeyEcxDisplayInitialsPipe, typeof i3.MonkeyEcxFormatAddressPipe, typeof i4.MonkeyEcxFormatBeaufityJSONPipe, typeof i5.MonkeyEcxFormatCurrencyPipe, typeof i6.MonkeyEcxFormatDateGroupPipe, typeof i7.MonkeyEcxFormatDateTimelapsePipe, typeof i8.MonkeyEcxFormatDateUnixTimelapsePipe, typeof i9.MonkeyEcxFormatDocumentPipe, typeof i10.MonkeyEcxFormatDocumentTypePipe, typeof i11.MonkeyEcxFormatNumberPipe, typeof i12.MonkeyEcxFormatPhonePipe, typeof i13.MonkeyEcxFormatSizePipe, typeof i14.MonkeyEcxFormatTaxPipe, typeof i15.MonkeyEcxFormatValue, typeof i16.MonkeyEcxFormatZipCodePipe, typeof i17.MonkeyEcxTextTruncatePipe, typeof i18.MonkeyEcxTruncateQtdPipe], never, [typeof i1.MonkeyEcxDisplayFirstNamePipe, typeof i2.MonkeyEcxDisplayInitialsPipe, typeof i3.MonkeyEcxFormatAddressPipe, typeof i4.MonkeyEcxFormatBeaufityJSONPipe, typeof i5.MonkeyEcxFormatCurrencyPipe, typeof i6.MonkeyEcxFormatDateGroupPipe, typeof i7.MonkeyEcxFormatDateTimelapsePipe, typeof i8.MonkeyEcxFormatDateUnixTimelapsePipe, typeof i9.MonkeyEcxFormatDocumentPipe, typeof i10.MonkeyEcxFormatDocumentTypePipe, typeof i11.MonkeyEcxFormatNumberPipe, typeof i12.MonkeyEcxFormatPhonePipe, typeof i13.MonkeyEcxFormatSizePipe, typeof i14.MonkeyEcxFormatTaxPipe, typeof i15.MonkeyEcxFormatValue, typeof i16.MonkeyEcxFormatZipCodePipe, typeof i17.MonkeyEcxTextTruncatePipe, typeof i18.MonkeyEcxTruncateQtdPipe]>;
23
- static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxPipesModule>;
24
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./monkeyecx-display-first-name";
3
+ import * as i2 from "./monkeyecx-display-initials";
4
+ import * as i3 from "./monkeyecx-format-address";
5
+ import * as i4 from "./monkeyecx-format-beautify-json";
6
+ import * as i5 from "./monkeyecx-format-currency";
7
+ import * as i6 from "./monkeyecx-format-date-group";
8
+ import * as i7 from "./monkeyecx-format-date-timelapse";
9
+ import * as i8 from "./monkeyecx-format-date-unix-timelapse";
10
+ import * as i9 from "./monkeyecx-format-document";
11
+ import * as i10 from "./monkeyecx-format-type-document";
12
+ import * as i11 from "./monkeyecx-format-number";
13
+ import * as i12 from "./monkeyecx-format-phone";
14
+ import * as i13 from "./monkeyecx-format-size";
15
+ import * as i14 from "./monkeyecx-format-tax";
16
+ import * as i15 from "./monkeyecx-format-value";
17
+ import * as i16 from "./monkeyecx-format-zipcode";
18
+ import * as i17 from "./monkeyecx-text-truncate";
19
+ import * as i18 from "./monkeyecx-truncate-qtd";
20
+ export declare class MonkeyEcxPipesModule {
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPipesModule, never>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxPipesModule, [typeof i1.MonkeyEcxDisplayFirstNamePipe, typeof i2.MonkeyEcxDisplayInitialsPipe, typeof i3.MonkeyEcxFormatAddressPipe, typeof i4.MonkeyEcxFormatBeaufityJSONPipe, typeof i5.MonkeyEcxFormatCurrencyPipe, typeof i6.MonkeyEcxFormatDateGroupPipe, typeof i7.MonkeyEcxFormatDateTimelapsePipe, typeof i8.MonkeyEcxFormatDateUnixTimelapsePipe, typeof i9.MonkeyEcxFormatDocumentPipe, typeof i10.MonkeyEcxFormatDocumentTypePipe, typeof i11.MonkeyEcxFormatNumberPipe, typeof i12.MonkeyEcxFormatPhonePipe, typeof i13.MonkeyEcxFormatSizePipe, typeof i14.MonkeyEcxFormatTaxPipe, typeof i15.MonkeyEcxFormatValue, typeof i16.MonkeyEcxFormatZipCodePipe, typeof i17.MonkeyEcxTextTruncatePipe, typeof i18.MonkeyEcxTruncateQtdPipe], never, [typeof i1.MonkeyEcxDisplayFirstNamePipe, typeof i2.MonkeyEcxDisplayInitialsPipe, typeof i3.MonkeyEcxFormatAddressPipe, typeof i4.MonkeyEcxFormatBeaufityJSONPipe, typeof i5.MonkeyEcxFormatCurrencyPipe, typeof i6.MonkeyEcxFormatDateGroupPipe, typeof i7.MonkeyEcxFormatDateTimelapsePipe, typeof i8.MonkeyEcxFormatDateUnixTimelapsePipe, typeof i9.MonkeyEcxFormatDocumentPipe, typeof i10.MonkeyEcxFormatDocumentTypePipe, typeof i11.MonkeyEcxFormatNumberPipe, typeof i12.MonkeyEcxFormatPhonePipe, typeof i13.MonkeyEcxFormatSizePipe, typeof i14.MonkeyEcxFormatTaxPipe, typeof i15.MonkeyEcxFormatValue, typeof i16.MonkeyEcxFormatZipCodePipe, typeof i17.MonkeyEcxTextTruncatePipe, typeof i18.MonkeyEcxTruncateQtdPipe]>;
23
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxPipesModule>;
24
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxTextTruncatePipe implements PipeTransform {
4
- transform(text: string, maxLength?: number): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxTextTruncatePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxTextTruncatePipe, "monkeyecxTextTruncate">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxTextTruncatePipe implements PipeTransform {
4
+ transform(text: string, maxLength?: number): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxTextTruncatePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxTextTruncatePipe, "monkeyecxTextTruncate">;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxTruncateQtdPipe implements PipeTransform {
4
- transform(number: number, threshold: number): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxTruncateQtdPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxTruncateQtdPipe, "monkeyecxTruncateQtd">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxTruncateQtdPipe implements PipeTransform {
4
+ transform(number: number, threshold: number): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxTruncateQtdPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxTruncateQtdPipe, "monkeyecxTruncateQtd">;
7
+ }
@@ -1 +1 @@
1
- export * from './monkeyecx-alerts.service';
1
+ export * from './monkeyecx-alerts.service';
@@ -1,15 +1,21 @@
1
- import { TranslateService } from '@ngx-translate/core';
2
- import { MonkeyStyleGuideSnackbarService } from 'monkey-style-guide';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxAlertsService {
5
- private snackbarService;
6
- private translateService;
7
- constructor(snackbarService: MonkeyStyleGuideSnackbarService, translateService: TranslateService);
8
- showWarning({ title, message, duration }: {
9
- title: string;
10
- message: string;
11
- duration: number;
12
- }): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAlertsService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAlertsService>;
15
- }
1
+ import { TranslateService } from '@ngx-translate/core';
2
+ import { MonkeyStyleGuideSnackbarService } from 'monkey-style-guide';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxAlertsService {
5
+ private snackbarService;
6
+ private translateService;
7
+ constructor(snackbarService: MonkeyStyleGuideSnackbarService, translateService: TranslateService);
8
+ show({ type, title, message, duration }: {
9
+ type: 'theme' | 'warning' | 'success' | 'error' | 'question' | 'loading';
10
+ title: string;
11
+ message: string;
12
+ duration: number;
13
+ }): void;
14
+ showWarning({ title, message, duration }: {
15
+ title: string;
16
+ message: string;
17
+ duration: number;
18
+ }): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAlertsService, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAlertsService>;
21
+ }
@@ -1,4 +1,4 @@
1
- export * from './monkeyecx-auth-guard-company.service';
2
- export * from './monkeyecx-auth-guard-login.service';
3
- export * from './monkeyecx-auth-guard.service';
4
- export * from './monkeyecx-authentication.service';
1
+ export * from './monkeyecx-auth-guard-company.service';
2
+ export * from './monkeyecx-auth-guard-login.service';
3
+ export * from './monkeyecx-auth-guard.service';
4
+ export * from './monkeyecx-authentication.service';
@@ -1,11 +1,11 @@
1
- import { CanActivate } from '@angular/router';
2
- import { Observable } from 'rxjs';
3
- import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
4
- import * as i0 from "@angular/core";
5
- export declare class MonkeyEcxAuthGuardCompany implements CanActivate {
6
- private monkeyecxAuthenticationService;
7
- constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
8
- canActivate(): Observable<boolean> | Promise<boolean> | boolean;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuardCompany, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuardCompany>;
11
- }
1
+ import { CanActivate } from '@angular/router';
2
+ import { Observable } from 'rxjs';
3
+ import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MonkeyEcxAuthGuardCompany implements CanActivate {
6
+ private monkeyecxAuthenticationService;
7
+ constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
8
+ canActivate(): Observable<boolean> | Promise<boolean> | boolean;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuardCompany, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuardCompany>;
11
+ }
@@ -1,11 +1,11 @@
1
- import { CanActivate } from '@angular/router';
2
- import { Observable } from 'rxjs';
3
- import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
4
- import * as i0 from "@angular/core";
5
- export declare class MonkeyEcxAuthGuardLogin implements CanActivate {
6
- private monkeyecxAuthenticationService;
7
- constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
8
- canActivate(): Observable<boolean> | Promise<boolean> | boolean;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuardLogin, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuardLogin>;
11
- }
1
+ import { CanActivate } from '@angular/router';
2
+ import { Observable } from 'rxjs';
3
+ import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MonkeyEcxAuthGuardLogin implements CanActivate {
6
+ private monkeyecxAuthenticationService;
7
+ constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
8
+ canActivate(): Observable<boolean> | Promise<boolean> | boolean;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuardLogin, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuardLogin>;
11
+ }
@@ -1,11 +1,11 @@
1
- import { CanActivate } from '@angular/router';
2
- import { Observable } from 'rxjs';
3
- import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
4
- import * as i0 from "@angular/core";
5
- export declare class MonkeyEcxAuthGuard implements CanActivate {
6
- private monkeyecxAuthenticationService;
7
- constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
8
- canActivate(): Observable<boolean> | Promise<boolean> | boolean;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuard, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuard>;
11
- }
1
+ import { CanActivate } from '@angular/router';
2
+ import { Observable } from 'rxjs';
3
+ import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MonkeyEcxAuthGuard implements CanActivate {
6
+ private monkeyecxAuthenticationService;
7
+ constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
8
+ canActivate(): Observable<boolean> | Promise<boolean> | boolean;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuard, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuard>;
11
+ }
@@ -1,30 +1,30 @@
1
- import { Observable } from 'rxjs';
2
- import { HttpErrorResponse, HttpRequest } from '@angular/common/http';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxAuthenticationService {
5
- constructor();
6
- hadAtLeastOneLogin: () => any;
7
- redirectApp: () => any;
8
- redirectLoginWelcomeBack: () => any;
9
- isAuthorized: () => boolean;
10
- isCompanyAuthorized: () => boolean;
11
- isTokenMandatory: (url: string) => boolean;
12
- getRequestWithHeaders: (request: HttpRequest<any>) => HttpRequest<any> | any;
13
- getRequestWithHeadersOb: (request: HttpRequest<any>) => Observable<any> | any;
14
- refreshShouldHappen: (response: HttpErrorResponse) => boolean;
15
- refreshToken: () => Observable<any> | null;
16
- init(args: {
17
- hadAtLeastOneLogin?: any;
18
- redirectApp?: any;
19
- redirectLoginWelcomeBack?: any;
20
- isAuthorized?: any;
21
- isTokenMandatory?: any;
22
- isCompanyAuthorized?: any;
23
- getRequestWithHeaders?: any;
24
- getRequestWithHeadersOb?: any;
25
- refreshShouldHappen?: any;
26
- refreshToken?: any;
27
- }): void;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthenticationService, never>;
29
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthenticationService>;
30
- }
1
+ import { Observable } from 'rxjs';
2
+ import { HttpErrorResponse, HttpRequest } from '@angular/common/http';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxAuthenticationService {
5
+ constructor();
6
+ hadAtLeastOneLogin: () => null;
7
+ redirectApp: () => null;
8
+ redirectLoginWelcomeBack: () => null;
9
+ isAuthorized: () => boolean;
10
+ isCompanyAuthorized: () => boolean;
11
+ isTokenMandatory: (url: string) => boolean;
12
+ getRequestWithHeaders: (request: HttpRequest<any>) => HttpRequest<any> | any;
13
+ getRequestWithHeadersOb: (request: HttpRequest<any>) => Observable<any> | any;
14
+ refreshShouldHappen: (response: HttpErrorResponse) => boolean;
15
+ refreshToken: () => Observable<any> | null;
16
+ init(args: {
17
+ hadAtLeastOneLogin?: any;
18
+ redirectApp?: any;
19
+ redirectLoginWelcomeBack?: any;
20
+ isAuthorized?: any;
21
+ isTokenMandatory?: any;
22
+ isCompanyAuthorized?: any;
23
+ getRequestWithHeaders?: any;
24
+ getRequestWithHeadersOb?: any;
25
+ refreshShouldHappen?: any;
26
+ refreshToken?: any;
27
+ }): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthenticationService, never>;
29
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthenticationService>;
30
+ }
@@ -1 +1 @@
1
- export * from './monkeyecx-commons.service';
1
+ export * from './monkeyecx-commons.service';
@@ -1,124 +1,124 @@
1
- import { ActivatedRouteSnapshot, Router, RouterStateSnapshot } from '@angular/router';
2
- import { TranslateService } from '@ngx-translate/core';
3
- import { BehaviorSubject, Observable } from 'rxjs';
4
- import { MonkeyEcxErrorResponse, MonkeyEcxHandledErrorResponse, MonkeyEcxRequestPaged, MonkeyEcxRequestSchedule, MonkeyEcxResponsePaged, MonkeyEcxResponseLinks, MonkeyEcxTokenCredentials, MonkeyEcxTranslateOptions, MonkeyEcxCountrySecurity, MonkeyEcxSavedState, MonkeyEcxConfig } from '../../interfaces';
5
- import { MonkeyEcxTokenStorageService } from '../storage/monkeyecx-token-storage.service';
6
- import { MonkeyEcxRequestScheduleService } from '../schedules/monkeyecx-request-schedule.service';
7
- import { MonkeyEcxRequestQueueHandlingService } from '../request-queue/monkeyecx-request-queue-handling.service';
8
- import { MonkeyEcxFeatureToggleService } from '../config/monkeyecx-feature-toggle.service';
9
- import { MonkeyEcxService } from '../monkeyecx-service.service';
10
- import { MonkeyEcxPaginationService } from '../pagination';
11
- export declare class MonkeyEcxCommonsService {
12
- monkeyecxService?: MonkeyEcxService;
13
- tokenStorage?: MonkeyEcxTokenStorageService;
14
- otherArgs?: {
15
- router?: Router;
16
- schedule?: {
17
- service: MonkeyEcxRequestScheduleService;
18
- options?: {
19
- clearOnChangeRoute?: boolean;
20
- };
21
- };
22
- queue?: {
23
- service: MonkeyEcxRequestQueueHandlingService;
24
- };
25
- };
26
- private flagValidator;
27
- __data$: Observable<any> | null;
28
- __pagination$: Observable<any> | null;
29
- __control$: Observable<any> | null;
30
- __data: any | any[];
31
- __savedState: MonkeyEcxSavedState | null;
32
- __params: any | any[];
33
- __error: MonkeyEcxErrorResponse | null;
34
- __handledError: MonkeyEcxHandledErrorResponse | null;
35
- __page: MonkeyEcxResponsePaged | null;
36
- __links: MonkeyEcxResponseLinks | null;
37
- __search: any;
38
- __requestPaged: MonkeyEcxRequestPaged | null;
39
- __onSearchChanged$: BehaviorSubject<any>;
40
- __onDataChanged$: BehaviorSubject<any>;
41
- __onLoadingInProgress$: BehaviorSubject<any>;
42
- __onUploadInProgress$: BehaviorSubject<any>;
43
- __onDataDeleted$: BehaviorSubject<any>;
44
- __onErrorChanged$: BehaviorSubject<any>;
45
- __onGovernmentIdDataChanged$: BehaviorSubject<any>;
46
- __onZipCodeDataChanged$: BehaviorSubject<any>;
47
- __oni18nDataChanged$: BehaviorSubject<any>;
48
- __onDoSearch$: BehaviorSubject<MonkeyEcxRequestPaged>;
49
- __tokenCredentials: MonkeyEcxTokenCredentials | null;
50
- __schedule: MonkeyEcxRequestSchedule | null;
51
- __i18n: any;
52
- __callbackPagination: Function;
53
- __paginationOptions: {
54
- service: MonkeyEcxPaginationService;
55
- callback: Function;
56
- name?: string;
57
- } | undefined;
58
- __isAbleToDoPagination: {};
59
- constructor(monkeyecxService?: MonkeyEcxService, tokenStorage?: MonkeyEcxTokenStorageService, otherArgs?: {
60
- router?: Router;
61
- schedule?: {
62
- service: MonkeyEcxRequestScheduleService;
63
- options?: {
64
- clearOnChangeRoute?: boolean;
65
- };
66
- };
67
- queue?: {
68
- service: MonkeyEcxRequestQueueHandlingService;
69
- };
70
- });
71
- private handleInit;
72
- private navigateToPendencyPage;
73
- private getRole;
74
- private allowedSecurityAccessByPendency;
75
- private allowedSecurityAccessByFeature;
76
- private allowedSecurityAccessByCountry;
77
- private allowedSecurityAccess;
78
- private navigateToErrorPage;
79
- private handlePaginationOptions;
80
- setPage(requestPaged: MonkeyEcxRequestPaged): this;
81
- nextPage(): boolean;
82
- getEmbeddedData(data: any, field: string): any[] | any;
83
- getNormalizedUrl(url: string, samePage?: boolean): string;
84
- clear(clearData: boolean): void;
85
- resolve(route: ActivatedRouteSnapshot | null, state: RouterStateSnapshot | null, otherArgs?: {
86
- callbackMain: Function;
87
- router?: Router;
88
- security?: {
89
- roles: string[];
90
- byExclusion?: boolean;
91
- };
92
- callbackPagination?: Function;
93
- translateOptions?: MonkeyEcxTranslateOptions;
94
- feature?: {
95
- service: MonkeyEcxFeatureToggleService;
96
- flag: string;
97
- };
98
- featureByProgram?: {
99
- config: MonkeyEcxConfig;
100
- feature: string;
101
- };
102
- countrySecurity?: MonkeyEcxCountrySecurity;
103
- pendency?: {
104
- service: {
105
- hasPendencies: Function;
106
- };
107
- type: string;
108
- };
109
- paginationOptions?: {
110
- service: MonkeyEcxPaginationService;
111
- callback: Function;
112
- name?: string;
113
- };
114
- }): void;
115
- getHTTPHeaderApplicationPDF(): Object;
116
- genericMethod(link: any, data?: any, callback?: Function): void;
117
- getGenericData(data: any, action: string): Promise<any>;
118
- geti18n(translateService: TranslateService, keys: string | string[]): void;
119
- doPagination(): void;
120
- doPaginationv2(type: string, callback: Function): void;
121
- setLinks(links: any): void;
122
- setSearchByUrl(router: Router, url: string, search: any, extras?: any): void;
123
- saveState(state: MonkeyEcxSavedState): void;
124
- }
1
+ import { ActivatedRouteSnapshot, Router, RouterStateSnapshot } from '@angular/router';
2
+ import { TranslateService } from '@ngx-translate/core';
3
+ import { BehaviorSubject, Observable } from 'rxjs';
4
+ import { MonkeyEcxErrorResponse, MonkeyEcxHandledErrorResponse, MonkeyEcxRequestPaged, MonkeyEcxRequestSchedule, MonkeyEcxResponsePaged, MonkeyEcxResponseLinks, MonkeyEcxTokenCredentials, MonkeyEcxTranslateOptions, MonkeyEcxCountrySecurity, MonkeyEcxSavedState, MonkeyEcxConfig } from '../../interfaces';
5
+ import { MonkeyEcxTokenStorageService } from '../storage/monkeyecx-token-storage.service';
6
+ import { MonkeyEcxRequestScheduleService } from '../schedules/monkeyecx-request-schedule.service';
7
+ import { MonkeyEcxRequestQueueHandlingService } from '../request-queue/monkeyecx-request-queue-handling.service';
8
+ import { MonkeyEcxFeatureToggleService } from '../config/monkeyecx-feature-toggle.service';
9
+ import { MonkeyEcxService } from '../monkeyecx-service.service';
10
+ import { MonkeyEcxPaginationService } from '../pagination';
11
+ export declare class MonkeyEcxCommonsService {
12
+ monkeyecxService?: MonkeyEcxService | undefined;
13
+ tokenStorage?: MonkeyEcxTokenStorageService | undefined;
14
+ otherArgs?: {
15
+ router?: Router | undefined;
16
+ schedule?: {
17
+ service: MonkeyEcxRequestScheduleService;
18
+ options?: {
19
+ clearOnChangeRoute?: boolean | undefined;
20
+ } | undefined;
21
+ } | undefined;
22
+ queue?: {
23
+ service: MonkeyEcxRequestQueueHandlingService;
24
+ } | undefined;
25
+ } | undefined;
26
+ private flagValidator;
27
+ __data$: Observable<any> | null;
28
+ __pagination$: Observable<any> | null;
29
+ __control$: Observable<any> | null;
30
+ __data: any | any[];
31
+ __savedState: MonkeyEcxSavedState | null;
32
+ __params: any | any[];
33
+ __error: MonkeyEcxErrorResponse | null;
34
+ __handledError: MonkeyEcxHandledErrorResponse | null;
35
+ __page: MonkeyEcxResponsePaged | null;
36
+ __links: MonkeyEcxResponseLinks | null;
37
+ __search: any;
38
+ __requestPaged: MonkeyEcxRequestPaged | null;
39
+ __onSearchChanged$: BehaviorSubject<any>;
40
+ __onDataChanged$: BehaviorSubject<any>;
41
+ __onLoadingInProgress$: BehaviorSubject<any>;
42
+ __onUploadInProgress$: BehaviorSubject<any>;
43
+ __onDataDeleted$: BehaviorSubject<any>;
44
+ __onErrorChanged$: BehaviorSubject<any>;
45
+ __onGovernmentIdDataChanged$: BehaviorSubject<any>;
46
+ __onZipCodeDataChanged$: BehaviorSubject<any>;
47
+ __oni18nDataChanged$: BehaviorSubject<any>;
48
+ __onDoSearch$: BehaviorSubject<MonkeyEcxRequestPaged>;
49
+ __tokenCredentials: MonkeyEcxTokenCredentials | null;
50
+ __schedule: MonkeyEcxRequestSchedule | null;
51
+ __i18n: any;
52
+ __callbackPagination: Function;
53
+ __paginationOptions: {
54
+ service: MonkeyEcxPaginationService;
55
+ callback: Function;
56
+ name?: string;
57
+ } | undefined;
58
+ __isAbleToDoPagination: {};
59
+ constructor(monkeyecxService?: MonkeyEcxService | undefined, tokenStorage?: MonkeyEcxTokenStorageService | undefined, otherArgs?: {
60
+ router?: Router | undefined;
61
+ schedule?: {
62
+ service: MonkeyEcxRequestScheduleService;
63
+ options?: {
64
+ clearOnChangeRoute?: boolean | undefined;
65
+ } | undefined;
66
+ } | undefined;
67
+ queue?: {
68
+ service: MonkeyEcxRequestQueueHandlingService;
69
+ } | undefined;
70
+ } | undefined);
71
+ private handleInit;
72
+ private navigateToPendencyPage;
73
+ private getRole;
74
+ private allowedSecurityAccessByPendency;
75
+ private allowedSecurityAccessByFeature;
76
+ private allowedSecurityAccessByCountry;
77
+ private allowedSecurityAccess;
78
+ private navigateToErrorPage;
79
+ private handlePaginationOptions;
80
+ setPage(requestPaged: MonkeyEcxRequestPaged): this;
81
+ nextPage(): boolean;
82
+ getEmbeddedData(data: any, field: string): any[] | any;
83
+ getNormalizedUrl(url: string, samePage?: boolean): string;
84
+ clear(clearData: boolean): void;
85
+ resolve(route: ActivatedRouteSnapshot | null, state: RouterStateSnapshot | null, otherArgs?: {
86
+ callbackMain: Function;
87
+ router?: Router;
88
+ security?: {
89
+ roles: string[];
90
+ byExclusion?: boolean;
91
+ };
92
+ callbackPagination?: Function;
93
+ translateOptions?: MonkeyEcxTranslateOptions;
94
+ feature?: {
95
+ service: MonkeyEcxFeatureToggleService;
96
+ flag: string;
97
+ };
98
+ featureByProgram?: {
99
+ config: MonkeyEcxConfig;
100
+ feature: string;
101
+ };
102
+ countrySecurity?: MonkeyEcxCountrySecurity;
103
+ pendency?: {
104
+ service: {
105
+ hasPendencies: Function;
106
+ };
107
+ type: string;
108
+ };
109
+ paginationOptions?: {
110
+ service: MonkeyEcxPaginationService;
111
+ callback: Function;
112
+ name?: string;
113
+ };
114
+ }): void;
115
+ getHTTPHeaderApplicationPDF(): Object;
116
+ genericMethod(link: any, data?: any, callback?: Function): void;
117
+ getGenericData(data: any, action: string): Promise<any>;
118
+ geti18n(translateService: TranslateService, keys: string | string[]): void;
119
+ doPagination(): void;
120
+ doPaginationv2(type: string, callback: Function): void;
121
+ setLinks(links: any): void;
122
+ setSearchByUrl(router: Router, url: string, search: any, extras?: any): void;
123
+ saveState(state: MonkeyEcxSavedState): void;
124
+ }
@@ -1,11 +1,11 @@
1
- import { MonkeyStyleGuideModalFixedService } from 'monkey-style-guide';
2
- import { MonkeyEcxConfig } from '../../interfaces';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxAlertsConfigService {
5
- private modalService;
6
- constructor(modalService: MonkeyStyleGuideModalFixedService);
7
- private handleValidation;
8
- apply(config: MonkeyEcxConfig): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAlertsConfigService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAlertsConfigService>;
11
- }
1
+ import { MonkeyStyleGuideModalFixedService } from 'monkey-style-guide';
2
+ import { MonkeyEcxConfig } from '../../interfaces';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxAlertsConfigService {
5
+ private modalService;
6
+ constructor(modalService: MonkeyStyleGuideModalFixedService);
7
+ private handleValidation;
8
+ apply(config: MonkeyEcxConfig): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAlertsConfigService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAlertsConfigService>;
11
+ }
@@ -1,9 +1,9 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxConfigModule {
4
- constructor(parentModule: MonkeyEcxConfigModule);
5
- static forRoot(): ModuleWithProviders<MonkeyEcxConfigModule>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxConfigModule, [{ optional: true; skipSelf: true; }]>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxConfigModule, never, never, never>;
8
- static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxConfigModule>;
9
- }
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxConfigModule {
4
+ constructor(parentModule: MonkeyEcxConfigModule);
5
+ static forRoot(): ModuleWithProviders<MonkeyEcxConfigModule>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxConfigModule, [{ optional: true; skipSelf: true; }]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxConfigModule, never, never, never>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxConfigModule>;
9
+ }