monkey-front-core 0.0.410 → 0.0.411

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 (356) 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 +31 -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-me-credentials.mjs +2 -2
  57. package/esm2020/lib/core/interfaces/monkeyecx-navigation.mjs +2 -2
  58. package/esm2020/lib/core/interfaces/monkeyecx-program.mjs +2 -2
  59. package/esm2020/lib/core/interfaces/monkeyecx-releases.mjs +2 -2
  60. package/esm2020/lib/core/interfaces/monkeyecx-request-in-progress.mjs +2 -2
  61. package/esm2020/lib/core/interfaces/monkeyecx-request-paged.mjs +2 -2
  62. package/esm2020/lib/core/interfaces/monkeyecx-response-links.mjs +2 -2
  63. package/esm2020/lib/core/interfaces/monkeyecx-response-paged.mjs +2 -2
  64. package/esm2020/lib/core/interfaces/monkeyecx-saved-state.mjs +2 -2
  65. package/esm2020/lib/core/interfaces/monkeyecx-scroll-options.mjs +2 -2
  66. package/esm2020/lib/core/interfaces/monkeyecx-service-credentials.mjs +2 -2
  67. package/esm2020/lib/core/interfaces/monkeyecx-storage.mjs +2 -2
  68. package/esm2020/lib/core/interfaces/monkeyecx-support-options.mjs +2 -2
  69. package/esm2020/lib/core/interfaces/monkeyecx-token-credentials.mjs +2 -2
  70. package/esm2020/lib/core/interfaces/monkeyecx-translate-options.mjs +2 -2
  71. package/esm2020/lib/core/interfaces/request-download/index.mjs +4 -4
  72. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-download.mjs +2 -2
  73. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-downloaded.mjs +2 -2
  74. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-item-download.mjs +2 -2
  75. package/esm2020/lib/core/interfaces/request-queue/index.mjs +4 -4
  76. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.mjs +2 -2
  77. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.mjs +2 -2
  78. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-queue.mjs +2 -2
  79. package/esm2020/lib/core/interfaces/request-upload/index.mjs +3 -3
  80. package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.mjs +2 -2
  81. package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-upload.mjs +2 -2
  82. package/esm2020/lib/core/interfaces/schedules/index.mjs +2 -2
  83. package/esm2020/lib/core/interfaces/schedules/monkeyecx-request-schedule.mjs +2 -2
  84. package/esm2020/lib/core/model/index.mjs +2 -2
  85. package/esm2020/lib/core/model/monkeyecx-model.mjs +25 -25
  86. package/esm2020/lib/core/pipes/index.mjs +22 -22
  87. package/esm2020/lib/core/pipes/monkeyecx-blob-secure.mjs +26 -26
  88. package/esm2020/lib/core/pipes/monkeyecx-display-first-name.mjs +19 -19
  89. package/esm2020/lib/core/pipes/monkeyecx-display-initials.mjs +21 -21
  90. package/esm2020/lib/core/pipes/monkeyecx-display-support-phone.mjs +33 -33
  91. package/esm2020/lib/core/pipes/monkeyecx-format-address.mjs +20 -20
  92. package/esm2020/lib/core/pipes/monkeyecx-format-beautify-json.mjs +38 -38
  93. package/esm2020/lib/core/pipes/monkeyecx-format-currency.mjs +27 -27
  94. package/esm2020/lib/core/pipes/monkeyecx-format-date-group.mjs +45 -45
  95. package/esm2020/lib/core/pipes/monkeyecx-format-date-timelapse.mjs +32 -32
  96. package/esm2020/lib/core/pipes/monkeyecx-format-date-unix-timelapse.mjs +36 -36
  97. package/esm2020/lib/core/pipes/monkeyecx-format-document.mjs +20 -20
  98. package/esm2020/lib/core/pipes/monkeyecx-format-number.mjs +20 -20
  99. package/esm2020/lib/core/pipes/monkeyecx-format-phone.mjs +42 -42
  100. package/esm2020/lib/core/pipes/monkeyecx-format-size.mjs +20 -20
  101. package/esm2020/lib/core/pipes/monkeyecx-format-tax.mjs +23 -23
  102. package/esm2020/lib/core/pipes/monkeyecx-format-type-document.mjs +19 -19
  103. package/esm2020/lib/core/pipes/monkeyecx-format-value.mjs +19 -19
  104. package/esm2020/lib/core/pipes/monkeyecx-format-zipcode.mjs +19 -19
  105. package/esm2020/lib/core/pipes/monkeyecx-pipes.module.mjs +117 -117
  106. package/esm2020/lib/core/pipes/monkeyecx-text-truncate.mjs +23 -23
  107. package/esm2020/lib/core/pipes/monkeyecx-truncate-qtd.mjs +16 -16
  108. package/esm2020/lib/core/services/alerts/index.mjs +2 -2
  109. package/esm2020/lib/core/services/alerts/monkeyecx-alerts.service.mjs +42 -42
  110. package/esm2020/lib/core/services/auth/index.mjs +6 -6
  111. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-company.service.mjs +28 -28
  112. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-login.service.mjs +27 -27
  113. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-role.service.mjs +79 -79
  114. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard.service.mjs +26 -26
  115. package/esm2020/lib/core/services/auth/monkeyecx-authentication.service.mjs +79 -79
  116. package/esm2020/lib/core/services/commons/index.mjs +2 -2
  117. package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +361 -361
  118. package/esm2020/lib/core/services/config/monkeyecx-alerts-config.service.mjs +42 -42
  119. package/esm2020/lib/core/services/config/monkeyecx-config.module.mjs +28 -28
  120. package/esm2020/lib/core/services/config/monkeyecx-config.service.mjs +110 -110
  121. package/esm2020/lib/core/services/config/monkeyecx-currency-config.service.mjs +84 -84
  122. package/esm2020/lib/core/services/config/monkeyecx-error-config.service.mjs +85 -85
  123. package/esm2020/lib/core/services/config/monkeyecx-feature-toggle.service.mjs +76 -76
  124. package/esm2020/lib/core/services/config/monkeyecx-gtm-config.service.mjs +51 -51
  125. package/esm2020/lib/core/services/config/monkeyecx-i18n-config.service.mjs +92 -92
  126. package/esm2020/lib/core/services/config/monkeyecx-logs-config.service.mjs +34 -34
  127. package/esm2020/lib/core/services/config/monkeyecx-maintenance-config.service.mjs +37 -37
  128. package/esm2020/lib/core/services/config/monkeyecx-security-console-config.service.mjs +42 -42
  129. package/esm2020/lib/core/services/config/monkeyecx-service-worker-config.service.mjs +53 -53
  130. package/esm2020/lib/core/services/error/index.mjs +5 -5
  131. package/esm2020/lib/core/services/error/monkeyecx-error-handling.module.mjs +27 -27
  132. package/esm2020/lib/core/services/error/monkeyecx-error-handling.service.mjs +37 -37
  133. package/esm2020/lib/core/services/error/monkeyecx-http-error-handling.service.mjs +138 -138
  134. package/esm2020/lib/core/services/error/monkeyecx-others-errors-handling.service.mjs +29 -29
  135. package/esm2020/lib/core/services/index.mjs +25 -25
  136. package/esm2020/lib/core/services/logged/index.mjs +2 -2
  137. package/esm2020/lib/core/services/logged/monkeyecx-logged-handling.service.mjs +40 -40
  138. package/esm2020/lib/core/services/monkeyecx-handling.service.mjs +50 -50
  139. package/esm2020/lib/core/services/monkeyecx-service.service.mjs +104 -104
  140. package/esm2020/lib/core/services/pagination/index.mjs +2 -2
  141. package/esm2020/lib/core/services/pagination/monkeyecx-pagination.service.mjs +29 -29
  142. package/esm2020/lib/core/services/request-download/index.mjs +3 -3
  143. package/esm2020/lib/core/services/request-download/monkeyecx-request-download-handling.service.mjs +93 -93
  144. package/esm2020/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.mjs +61 -61
  145. package/esm2020/lib/core/services/request-paged/index.mjs +2 -2
  146. package/esm2020/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.mjs +42 -42
  147. package/esm2020/lib/core/services/request-queue/index.mjs +3 -3
  148. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.mjs +114 -114
  149. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.mjs +119 -119
  150. package/esm2020/lib/core/services/routes/index.mjs +2 -2
  151. package/esm2020/lib/core/services/routes/monkeyecx-dicovery-params.service.mjs +54 -54
  152. package/esm2020/lib/core/services/schedules/index.mjs +2 -2
  153. package/esm2020/lib/core/services/schedules/monkeyecx-request-schedule.service.mjs +188 -188
  154. package/esm2020/lib/core/services/storage/index.mjs +3 -3
  155. package/esm2020/lib/core/services/storage/monkeyecx-cookie-storage.service.mjs +32 -32
  156. package/esm2020/lib/core/services/storage/monkeyecx-token-storage.service.mjs +236 -236
  157. package/esm2020/lib/core/specification-search/index.mjs +2 -2
  158. package/esm2020/lib/core/specification-search/monkeyecx-specification-search.mjs +108 -108
  159. package/esm2020/lib/core/utils/decorators-utils.mjs +40 -40
  160. package/esm2020/lib/core/utils/index.mjs +8 -8
  161. package/esm2020/lib/core/utils/statics.mjs +45 -45
  162. package/esm2020/lib/core/utils/utils.mjs +251 -251
  163. package/esm2020/lib/core/utils/validate-utils.mjs +205 -205
  164. package/esm2020/lib/core/utils/validators.mjs +226 -226
  165. package/esm2020/lib/monkey-front-core.module.mjs +71 -71
  166. package/esm2020/lib/store/actions/index.mjs +2 -2
  167. package/esm2020/lib/store/actions/monkeyecx-storage.actions.mjs +8 -8
  168. package/esm2020/lib/store/index.mjs +4 -4
  169. package/esm2020/lib/store/reducers/index.mjs +3 -3
  170. package/esm2020/lib/store/reducers/monkeyecx-seeder.reducer.mjs +53 -53
  171. package/esm2020/lib/store/reducers/monkeyecx-storage.reducer.mjs +40 -40
  172. package/esm2020/lib/store/selectors/index.mjs +2 -2
  173. package/esm2020/lib/store/selectors/monkeyecx-storage.selector.mjs +17 -17
  174. package/esm2020/monkey-front-core.mjs +4 -4
  175. package/esm2020/public-api.mjs +8 -8
  176. package/fesm2015/monkey-front-core.mjs +5425 -5425
  177. package/fesm2015/monkey-front-core.mjs.map +1 -1
  178. package/fesm2020/monkey-front-core.mjs +5498 -5498
  179. package/fesm2020/monkey-front-core.mjs.map +1 -1
  180. package/lib/components/alerts/alerts.component.d.ts +22 -22
  181. package/lib/components/alerts/alerts.module.d.ts +10 -10
  182. package/lib/components/alerts/index.d.ts +2 -2
  183. package/lib/components/closed-to-maintenance/closed-to-maintenance.component.d.ts +13 -13
  184. package/lib/components/closed-to-maintenance/closed-to-maintenance.module.d.ts +11 -11
  185. package/lib/components/closed-to-maintenance/index.d.ts +2 -2
  186. package/lib/components/currency-config/currency-config.component.d.ts +17 -17
  187. package/lib/components/currency-config/currency-config.module.d.ts +10 -10
  188. package/lib/components/currency-config/index.d.ts +2 -2
  189. package/lib/components/index.d.ts +5 -5
  190. package/lib/components/progress-bar/index.d.ts +3 -3
  191. package/lib/components/progress-bar/progress-bar.component.d.ts +11 -11
  192. package/lib/components/progress-bar/progress-bar.module.d.ts +8 -8
  193. package/lib/components/progress-bar/progress-bar.service.d.ts +14 -14
  194. package/lib/components/version-changed/index.d.ts +2 -2
  195. package/lib/components/version-changed/version-changed.component.d.ts +9 -9
  196. package/lib/components/version-changed/version-changed.module.d.ts +10 -10
  197. package/lib/core/decorators/index.d.ts +4 -4
  198. package/lib/core/decorators/monkeyecx-charts-decorators.d.ts +1 -1
  199. package/lib/core/decorators/monkeyecx-decorators.d.ts +7 -7
  200. package/lib/core/decorators/monkeyecx-download-decorators.d.ts +2 -2
  201. package/lib/core/decorators/monkeyecx-upload-decorators.d.ts +2 -2
  202. package/lib/core/directives/index.d.ts +12 -12
  203. package/lib/core/directives/monkeyecx-directives-module.d.ts +19 -19
  204. package/lib/core/directives/monkeyecx-drag-drop.d.ts +12 -12
  205. package/lib/core/directives/monkeyecx-feature-by-program-directive.d.ts +16 -16
  206. package/lib/core/directives/monkeyecx-feature-directive.d.ts +17 -17
  207. package/lib/core/directives/monkeyecx-format-currency.d.ts +16 -16
  208. package/lib/core/directives/monkeyecx-format-upper.d.ts +18 -18
  209. package/lib/core/directives/monkeyecx-only-alpha-numeric-directive.d.ts +9 -9
  210. package/lib/core/directives/monkeyecx-only-number-directive.d.ts +9 -9
  211. package/lib/core/directives/monkeyecx-popover-options.directive.d.ts +19 -19
  212. package/lib/core/directives/monkeyecx-popover.directive.d.ts +43 -43
  213. package/lib/core/directives/monkeyecx-security-directive.d.ts +18 -18
  214. package/lib/core/directives/monkeyecx-tooltip-directive.d.ts +23 -23
  215. package/lib/core/index.d.ts +9 -9
  216. package/lib/core/interceptors/index.d.ts +5 -5
  217. package/lib/core/interceptors/monkeyecx-http-config-error.interceptor.d.ts +18 -18
  218. package/lib/core/interceptors/monkeyecx-http-config-header.interceptor.d.ts +16 -16
  219. package/lib/core/interceptors/monkeyecx-http-config-interceptor.module.d.ts +9 -9
  220. package/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.d.ts +12 -12
  221. package/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.d.ts +14 -14
  222. package/lib/core/interfaces/index.d.ts +30 -30
  223. package/lib/core/interfaces/monkeyecx-auth-credentials.d.ts +15 -15
  224. package/lib/core/interfaces/monkeyecx-company-pendencies.d.ts +14 -14
  225. package/lib/core/interfaces/monkeyecx-company.d.ts +10 -10
  226. package/lib/core/interfaces/monkeyecx-config-bootstrap.d.ts +14 -14
  227. package/lib/core/interfaces/monkeyecx-config.d.ts +132 -132
  228. package/lib/core/interfaces/monkeyecx-country-security.d.ts +4 -4
  229. package/lib/core/interfaces/monkeyecx-error-response.d.ts +5 -5
  230. package/lib/core/interfaces/monkeyecx-filter.d.ts +42 -42
  231. package/lib/core/interfaces/monkeyecx-handled-error-response.d.ts +10 -10
  232. package/lib/core/interfaces/monkeyecx-header-credentials.d.ts +4 -4
  233. package/lib/core/interfaces/monkeyecx-intercom-options.d.ts +4 -4
  234. package/lib/core/interfaces/monkeyecx-me-credentials.d.ts +22 -22
  235. package/lib/core/interfaces/monkeyecx-navigation.d.ts +27 -27
  236. package/lib/core/interfaces/monkeyecx-program.d.ts +10 -10
  237. package/lib/core/interfaces/monkeyecx-releases.d.ts +9 -9
  238. package/lib/core/interfaces/monkeyecx-request-in-progress.d.ts +3 -3
  239. package/lib/core/interfaces/monkeyecx-request-paged.d.ts +23 -23
  240. package/lib/core/interfaces/monkeyecx-response-links.d.ts +11 -11
  241. package/lib/core/interfaces/monkeyecx-response-paged.d.ts +6 -6
  242. package/lib/core/interfaces/monkeyecx-saved-state.d.ts +5 -5
  243. package/lib/core/interfaces/monkeyecx-scroll-options.d.ts +5 -5
  244. package/lib/core/interfaces/monkeyecx-service-credentials.d.ts +12 -12
  245. package/lib/core/interfaces/monkeyecx-storage.d.ts +38 -38
  246. package/lib/core/interfaces/monkeyecx-support-options.d.ts +4 -4
  247. package/lib/core/interfaces/monkeyecx-token-credentials.d.ts +20 -20
  248. package/lib/core/interfaces/monkeyecx-translate-options.d.ts +4 -4
  249. package/lib/core/interfaces/request-download/index.d.ts +3 -3
  250. package/lib/core/interfaces/request-download/monkeyecx-request-download.d.ts +10 -10
  251. package/lib/core/interfaces/request-download/monkeyecx-request-downloaded.d.ts +7 -7
  252. package/lib/core/interfaces/request-download/monkeyecx-request-item-download.d.ts +7 -7
  253. package/lib/core/interfaces/request-queue/index.d.ts +3 -3
  254. package/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.d.ts +7 -7
  255. package/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.d.ts +6 -6
  256. package/lib/core/interfaces/request-queue/monkeyecx-request-queue.d.ts +8 -8
  257. package/lib/core/interfaces/request-upload/index.d.ts +2 -2
  258. package/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.d.ts +5 -5
  259. package/lib/core/interfaces/request-upload/monkeyecx-request-upload.d.ts +10 -10
  260. package/lib/core/interfaces/schedules/index.d.ts +1 -1
  261. package/lib/core/interfaces/schedules/monkeyecx-request-schedule.d.ts +13 -13
  262. package/lib/core/model/index.d.ts +1 -1
  263. package/lib/core/model/monkeyecx-model.d.ts +13 -13
  264. package/lib/core/pipes/index.d.ts +21 -21
  265. package/lib/core/pipes/monkeyecx-blob-secure.d.ts +13 -13
  266. package/lib/core/pipes/monkeyecx-display-first-name.d.ts +7 -7
  267. package/lib/core/pipes/monkeyecx-display-initials.d.ts +7 -7
  268. package/lib/core/pipes/monkeyecx-display-support-phone.d.ts +18 -18
  269. package/lib/core/pipes/monkeyecx-format-address.d.ts +14 -14
  270. package/lib/core/pipes/monkeyecx-format-beautify-json.d.ts +8 -8
  271. package/lib/core/pipes/monkeyecx-format-currency.d.ts +11 -11
  272. package/lib/core/pipes/monkeyecx-format-date-group.d.ts +11 -11
  273. package/lib/core/pipes/monkeyecx-format-date-timelapse.d.ts +7 -7
  274. package/lib/core/pipes/monkeyecx-format-date-unix-timelapse.d.ts +7 -7
  275. package/lib/core/pipes/monkeyecx-format-document.d.ts +7 -7
  276. package/lib/core/pipes/monkeyecx-format-number.d.ts +7 -7
  277. package/lib/core/pipes/monkeyecx-format-phone.d.ts +7 -7
  278. package/lib/core/pipes/monkeyecx-format-size.d.ts +7 -7
  279. package/lib/core/pipes/monkeyecx-format-tax.d.ts +7 -7
  280. package/lib/core/pipes/monkeyecx-format-type-document.d.ts +7 -7
  281. package/lib/core/pipes/monkeyecx-format-value.d.ts +7 -7
  282. package/lib/core/pipes/monkeyecx-format-zipcode.d.ts +7 -7
  283. package/lib/core/pipes/monkeyecx-pipes.module.d.ts +26 -26
  284. package/lib/core/pipes/monkeyecx-text-truncate.d.ts +7 -7
  285. package/lib/core/pipes/monkeyecx-truncate-qtd.d.ts +7 -7
  286. package/lib/core/services/alerts/index.d.ts +1 -1
  287. package/lib/core/services/alerts/monkeyecx-alerts.service.d.ts +21 -21
  288. package/lib/core/services/auth/index.d.ts +5 -5
  289. package/lib/core/services/auth/monkeyecx-auth-guard-company.service.d.ts +10 -10
  290. package/lib/core/services/auth/monkeyecx-auth-guard-login.service.d.ts +10 -10
  291. package/lib/core/services/auth/monkeyecx-auth-guard-role.service.d.ts +16 -16
  292. package/lib/core/services/auth/monkeyecx-auth-guard.service.d.ts +10 -10
  293. package/lib/core/services/auth/monkeyecx-authentication.service.d.ts +34 -34
  294. package/lib/core/services/commons/index.d.ts +1 -1
  295. package/lib/core/services/commons/monkeyecx-commons.service.d.ts +119 -119
  296. package/lib/core/services/config/monkeyecx-alerts-config.service.d.ts +11 -11
  297. package/lib/core/services/config/monkeyecx-config.module.d.ts +9 -9
  298. package/lib/core/services/config/monkeyecx-config.service.d.ts +36 -36
  299. package/lib/core/services/config/monkeyecx-currency-config.service.d.ts +15 -15
  300. package/lib/core/services/config/monkeyecx-error-config.service.d.ts +8 -8
  301. package/lib/core/services/config/monkeyecx-feature-toggle.service.d.ts +16 -16
  302. package/lib/core/services/config/monkeyecx-gtm-config.service.d.ts +9 -9
  303. package/lib/core/services/config/monkeyecx-i18n-config.service.d.ts +16 -16
  304. package/lib/core/services/config/monkeyecx-logs-config.service.d.ts +7 -7
  305. package/lib/core/services/config/monkeyecx-maintenance-config.service.d.ts +13 -13
  306. package/lib/core/services/config/monkeyecx-security-console-config.service.d.ts +11 -11
  307. package/lib/core/services/config/monkeyecx-service-worker-config.service.d.ts +16 -16
  308. package/lib/core/services/error/index.d.ts +4 -4
  309. package/lib/core/services/error/monkeyecx-error-handling.module.d.ts +9 -9
  310. package/lib/core/services/error/monkeyecx-error-handling.service.d.ts +9 -9
  311. package/lib/core/services/error/monkeyecx-http-error-handling.service.d.ts +26 -26
  312. package/lib/core/services/error/monkeyecx-others-errors-handling.service.d.ts +9 -9
  313. package/lib/core/services/index.d.ts +24 -24
  314. package/lib/core/services/logged/index.d.ts +1 -1
  315. package/lib/core/services/logged/monkeyecx-logged-handling.service.d.ts +14 -14
  316. package/lib/core/services/monkeyecx-handling.service.d.ts +22 -22
  317. package/lib/core/services/monkeyecx-service.service.d.ts +18 -18
  318. package/lib/core/services/pagination/index.d.ts +1 -1
  319. package/lib/core/services/pagination/monkeyecx-pagination.service.d.ts +9 -9
  320. package/lib/core/services/request-download/index.d.ts +2 -2
  321. package/lib/core/services/request-download/monkeyecx-request-download-handling.service.d.ts +18 -18
  322. package/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.d.ts +16 -16
  323. package/lib/core/services/request-paged/index.d.ts +1 -1
  324. package/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.d.ts +11 -11
  325. package/lib/core/services/request-queue/index.d.ts +2 -2
  326. package/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.d.ts +21 -21
  327. package/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.d.ts +23 -23
  328. package/lib/core/services/routes/index.d.ts +1 -1
  329. package/lib/core/services/routes/monkeyecx-dicovery-params.service.d.ts +13 -13
  330. package/lib/core/services/schedules/index.d.ts +1 -1
  331. package/lib/core/services/schedules/monkeyecx-request-schedule.service.d.ts +47 -47
  332. package/lib/core/services/storage/index.d.ts +2 -2
  333. package/lib/core/services/storage/monkeyecx-cookie-storage.service.d.ts +11 -11
  334. package/lib/core/services/storage/monkeyecx-token-storage.service.d.ts +30 -30
  335. package/lib/core/specification-search/index.d.ts +1 -1
  336. package/lib/core/specification-search/monkeyecx-specification-search.d.ts +20 -20
  337. package/lib/core/utils/decorators-utils.d.ts +5 -5
  338. package/lib/core/utils/index.d.ts +6 -6
  339. package/lib/core/utils/statics.d.ts +34 -34
  340. package/lib/core/utils/utils.d.ts +24 -24
  341. package/lib/core/utils/validate-utils.d.ts +66 -66
  342. package/lib/core/utils/validators.d.ts +32 -32
  343. package/lib/monkey-front-core.module.d.ts +19 -19
  344. package/lib/store/actions/index.d.ts +1 -1
  345. package/lib/store/actions/monkeyecx-storage.actions.d.ts +23 -23
  346. package/lib/store/index.d.ts +3 -3
  347. package/lib/store/reducers/index.d.ts +2 -2
  348. package/lib/store/reducers/monkeyecx-seeder.reducer.d.ts +2 -2
  349. package/lib/store/reducers/monkeyecx-storage.reducer.d.ts +13 -13
  350. package/lib/store/selectors/index.d.ts +1 -1
  351. package/lib/store/selectors/monkeyecx-storage.selector.d.ts +8 -8
  352. package/monkey-front-core-0.0.411.tgz +0 -0
  353. package/monkey-front-core.d.ts +5 -5
  354. package/package.json +3 -3
  355. package/public-api.d.ts +4 -4
  356. package/monkey-front-core-0.0.410.tgz +0 -0
@@ -1,11 +1,11 @@
1
- import { Injector, PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatDateGroupPipe implements PipeTransform {
4
- private injector;
5
- private lang;
6
- constructor(injector: Injector);
7
- private format;
8
- transform(obj: any): string;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateGroupPipe, never>;
10
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateGroupPipe, "monkeyecxFormatDateGroup">;
11
- }
1
+ import { Injector, PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatDateGroupPipe implements PipeTransform {
4
+ private injector;
5
+ private lang;
6
+ constructor(injector: Injector);
7
+ private format;
8
+ transform(obj: any): string;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateGroupPipe, never>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateGroupPipe, "monkeyecxFormatDateGroup">;
11
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatDateTimelapsePipe implements PipeTransform {
4
- transform(date: any | Date, showTime?: boolean, useUtc?: boolean, format?: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateTimelapsePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateTimelapsePipe, "monkeyecxFormatDateTimelapse">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatDateTimelapsePipe implements PipeTransform {
4
+ transform(date: any | Date, showTime?: boolean, useUtc?: boolean, format?: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateTimelapsePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateTimelapsePipe, "monkeyecxFormatDateTimelapse">;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatDateUnixTimelapsePipe implements PipeTransform {
4
- transform(date: any | Date, showTime?: boolean, useUtc?: boolean, format?: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateUnixTimelapsePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateUnixTimelapsePipe, "monkeyecxFormatDateUnixTimelapse">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatDateUnixTimelapsePipe implements PipeTransform {
4
+ transform(date: any | Date, showTime?: boolean, useUtc?: boolean, format?: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateUnixTimelapsePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateUnixTimelapsePipe, "monkeyecxFormatDateUnixTimelapse">;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatDocumentPipe implements PipeTransform {
4
- transform(document: string, withType?: boolean, country?: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDocumentPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDocumentPipe, "monkeyecxFormatDocument">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatDocumentPipe implements PipeTransform {
4
+ transform(document: string, withType?: boolean, country?: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDocumentPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDocumentPipe, "monkeyecxFormatDocument">;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatNumberPipe implements PipeTransform {
4
- transform(number: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatNumberPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatNumberPipe, "monkeyecxFormatNumber">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatNumberPipe implements PipeTransform {
4
+ transform(number: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatNumberPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatNumberPipe, "monkeyecxFormatNumber">;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatPhonePipe implements PipeTransform {
4
- transform(phone: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatPhonePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatPhonePipe, "monkeyecxFormatPhone">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatPhonePipe implements PipeTransform {
4
+ transform(phone: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatPhonePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatPhonePipe, "monkeyecxFormatPhone">;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatSizePipe implements PipeTransform {
4
- transform(size: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatSizePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatSizePipe, "monkeyecxFormatSize">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatSizePipe implements PipeTransform {
4
+ transform(size: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatSizePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatSizePipe, "monkeyecxFormatSize">;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatTaxPipe implements PipeTransform {
4
- transform(tax: number, decimalDigits?: number): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatTaxPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatTaxPipe, "monkeyecxFormatTax">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatTaxPipe implements PipeTransform {
4
+ transform(tax: number, decimalDigits?: number): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatTaxPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatTaxPipe, "monkeyecxFormatTax">;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatDocumentTypePipe implements PipeTransform {
4
- transform(document: string, country?: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDocumentTypePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDocumentTypePipe, "monkeyecxFormatDocumentType">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatDocumentTypePipe implements PipeTransform {
4
+ transform(document: string, country?: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDocumentTypePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDocumentTypePipe, "monkeyecxFormatDocumentType">;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatValue implements PipeTransform {
4
- transform(number: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatValue, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatValue, "monkeyecxFormatValue">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatValue implements PipeTransform {
4
+ transform(number: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatValue, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatValue, "monkeyecxFormatValue">;
7
+ }
@@ -1,7 +1,7 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatZipCodePipe implements PipeTransform {
4
- transform(zipCode: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatZipCodePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatZipCodePipe, "monkeyecxFormatZipCode">;
7
- }
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatZipCodePipe implements PipeTransform {
4
+ transform(zipCode: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatZipCodePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatZipCodePipe, "monkeyecxFormatZipCode">;
7
+ }
@@ -1,26 +1,26 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./monkeyecx-blob-secure";
3
- import * as i2 from "./monkeyecx-display-first-name";
4
- import * as i3 from "./monkeyecx-display-initials";
5
- import * as i4 from "./monkeyecx-display-support-phone";
6
- import * as i5 from "./monkeyecx-format-address";
7
- import * as i6 from "./monkeyecx-format-beautify-json";
8
- import * as i7 from "./monkeyecx-format-currency";
9
- import * as i8 from "./monkeyecx-format-date-group";
10
- import * as i9 from "./monkeyecx-format-date-timelapse";
11
- import * as i10 from "./monkeyecx-format-date-unix-timelapse";
12
- import * as i11 from "./monkeyecx-format-document";
13
- import * as i12 from "./monkeyecx-format-type-document";
14
- import * as i13 from "./monkeyecx-format-number";
15
- import * as i14 from "./monkeyecx-format-phone";
16
- import * as i15 from "./monkeyecx-format-size";
17
- import * as i16 from "./monkeyecx-format-tax";
18
- import * as i17 from "./monkeyecx-format-value";
19
- import * as i18 from "./monkeyecx-format-zipcode";
20
- import * as i19 from "./monkeyecx-text-truncate";
21
- import * as i20 from "./monkeyecx-truncate-qtd";
22
- export declare class MonkeyEcxPipesModule {
23
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPipesModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxPipesModule, [typeof i1.MonkeyEcxBlobSecurePipe, typeof i2.MonkeyEcxDisplayFirstNamePipe, typeof i3.MonkeyEcxDisplayInitialsPipe, typeof i4.MonkeyEcxDisplaySupportPhone, typeof i5.MonkeyEcxFormatAddressPipe, typeof i6.MonkeyEcxFormatBeaufityJSONPipe, typeof i7.MonkeyEcxFormatCurrencyPipe, typeof i8.MonkeyEcxFormatDateGroupPipe, typeof i9.MonkeyEcxFormatDateTimelapsePipe, typeof i10.MonkeyEcxFormatDateUnixTimelapsePipe, typeof i11.MonkeyEcxFormatDocumentPipe, typeof i12.MonkeyEcxFormatDocumentTypePipe, typeof i13.MonkeyEcxFormatNumberPipe, typeof i14.MonkeyEcxFormatPhonePipe, typeof i15.MonkeyEcxFormatSizePipe, typeof i16.MonkeyEcxFormatTaxPipe, typeof i17.MonkeyEcxFormatValue, typeof i18.MonkeyEcxFormatZipCodePipe, typeof i19.MonkeyEcxTextTruncatePipe, typeof i20.MonkeyEcxTruncateQtdPipe], never, [typeof i1.MonkeyEcxBlobSecurePipe, typeof i2.MonkeyEcxDisplayFirstNamePipe, typeof i3.MonkeyEcxDisplayInitialsPipe, typeof i4.MonkeyEcxDisplaySupportPhone, typeof i5.MonkeyEcxFormatAddressPipe, typeof i6.MonkeyEcxFormatBeaufityJSONPipe, typeof i7.MonkeyEcxFormatCurrencyPipe, typeof i8.MonkeyEcxFormatDateGroupPipe, typeof i9.MonkeyEcxFormatDateTimelapsePipe, typeof i10.MonkeyEcxFormatDateUnixTimelapsePipe, typeof i11.MonkeyEcxFormatDocumentPipe, typeof i12.MonkeyEcxFormatDocumentTypePipe, typeof i13.MonkeyEcxFormatNumberPipe, typeof i14.MonkeyEcxFormatPhonePipe, typeof i15.MonkeyEcxFormatSizePipe, typeof i16.MonkeyEcxFormatTaxPipe, typeof i17.MonkeyEcxFormatValue, typeof i18.MonkeyEcxFormatZipCodePipe, typeof i19.MonkeyEcxTextTruncatePipe, typeof i20.MonkeyEcxTruncateQtdPipe]>;
25
- static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxPipesModule>;
26
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./monkeyecx-blob-secure";
3
+ import * as i2 from "./monkeyecx-display-first-name";
4
+ import * as i3 from "./monkeyecx-display-initials";
5
+ import * as i4 from "./monkeyecx-display-support-phone";
6
+ import * as i5 from "./monkeyecx-format-address";
7
+ import * as i6 from "./monkeyecx-format-beautify-json";
8
+ import * as i7 from "./monkeyecx-format-currency";
9
+ import * as i8 from "./monkeyecx-format-date-group";
10
+ import * as i9 from "./monkeyecx-format-date-timelapse";
11
+ import * as i10 from "./monkeyecx-format-date-unix-timelapse";
12
+ import * as i11 from "./monkeyecx-format-document";
13
+ import * as i12 from "./monkeyecx-format-type-document";
14
+ import * as i13 from "./monkeyecx-format-number";
15
+ import * as i14 from "./monkeyecx-format-phone";
16
+ import * as i15 from "./monkeyecx-format-size";
17
+ import * as i16 from "./monkeyecx-format-tax";
18
+ import * as i17 from "./monkeyecx-format-value";
19
+ import * as i18 from "./monkeyecx-format-zipcode";
20
+ import * as i19 from "./monkeyecx-text-truncate";
21
+ import * as i20 from "./monkeyecx-truncate-qtd";
22
+ export declare class MonkeyEcxPipesModule {
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPipesModule, never>;
24
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxPipesModule, [typeof i1.MonkeyEcxBlobSecurePipe, typeof i2.MonkeyEcxDisplayFirstNamePipe, typeof i3.MonkeyEcxDisplayInitialsPipe, typeof i4.MonkeyEcxDisplaySupportPhone, typeof i5.MonkeyEcxFormatAddressPipe, typeof i6.MonkeyEcxFormatBeaufityJSONPipe, typeof i7.MonkeyEcxFormatCurrencyPipe, typeof i8.MonkeyEcxFormatDateGroupPipe, typeof i9.MonkeyEcxFormatDateTimelapsePipe, typeof i10.MonkeyEcxFormatDateUnixTimelapsePipe, typeof i11.MonkeyEcxFormatDocumentPipe, typeof i12.MonkeyEcxFormatDocumentTypePipe, typeof i13.MonkeyEcxFormatNumberPipe, typeof i14.MonkeyEcxFormatPhonePipe, typeof i15.MonkeyEcxFormatSizePipe, typeof i16.MonkeyEcxFormatTaxPipe, typeof i17.MonkeyEcxFormatValue, typeof i18.MonkeyEcxFormatZipCodePipe, typeof i19.MonkeyEcxTextTruncatePipe, typeof i20.MonkeyEcxTruncateQtdPipe], never, [typeof i1.MonkeyEcxBlobSecurePipe, typeof i2.MonkeyEcxDisplayFirstNamePipe, typeof i3.MonkeyEcxDisplayInitialsPipe, typeof i4.MonkeyEcxDisplaySupportPhone, typeof i5.MonkeyEcxFormatAddressPipe, typeof i6.MonkeyEcxFormatBeaufityJSONPipe, typeof i7.MonkeyEcxFormatCurrencyPipe, typeof i8.MonkeyEcxFormatDateGroupPipe, typeof i9.MonkeyEcxFormatDateTimelapsePipe, typeof i10.MonkeyEcxFormatDateUnixTimelapsePipe, typeof i11.MonkeyEcxFormatDocumentPipe, typeof i12.MonkeyEcxFormatDocumentTypePipe, typeof i13.MonkeyEcxFormatNumberPipe, typeof i14.MonkeyEcxFormatPhonePipe, typeof i15.MonkeyEcxFormatSizePipe, typeof i16.MonkeyEcxFormatTaxPipe, typeof i17.MonkeyEcxFormatValue, typeof i18.MonkeyEcxFormatZipCodePipe, typeof i19.MonkeyEcxTextTruncatePipe, typeof i20.MonkeyEcxTruncateQtdPipe]>;
25
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxPipesModule>;
26
+ }
@@ -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,21 +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
- 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
+ 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,5 +1,5 @@
1
- export * from './monkeyecx-auth-guard-company.service';
2
- export * from './monkeyecx-auth-guard-login.service';
3
- export * from './monkeyecx-auth-guard-role.service';
4
- export * from './monkeyecx-auth-guard.service';
5
- 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-role.service';
4
+ export * from './monkeyecx-auth-guard.service';
5
+ export * from './monkeyecx-authentication.service';
@@ -1,10 +1,10 @@
1
- import { CanActivate } from '@angular/router';
2
- import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxAuthGuardCompany implements CanActivate {
5
- private monkeyecxAuthenticationService;
6
- constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
7
- canActivate(): Promise<boolean>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuardCompany, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuardCompany>;
10
- }
1
+ import { CanActivate } from '@angular/router';
2
+ import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxAuthGuardCompany implements CanActivate {
5
+ private monkeyecxAuthenticationService;
6
+ constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
7
+ canActivate(): Promise<boolean>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuardCompany, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuardCompany>;
10
+ }
@@ -1,10 +1,10 @@
1
- import { CanActivate } from '@angular/router';
2
- import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxAuthGuardLogin implements CanActivate {
5
- private monkeyecxAuthenticationService;
6
- constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
7
- canActivate(): Promise<boolean>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuardLogin, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuardLogin>;
10
- }
1
+ import { CanActivate } from '@angular/router';
2
+ import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxAuthGuardLogin implements CanActivate {
5
+ private monkeyecxAuthenticationService;
6
+ constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
7
+ canActivate(): Promise<boolean>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuardLogin, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuardLogin>;
10
+ }
@@ -1,16 +1,16 @@
1
- import { ActivatedRouteSnapshot, CanActivate, Router, RouterStateSnapshot } from '@angular/router';
2
- import { MonkeyEcxTokenStorageService } from '../storage';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxAuthGuardByRole implements CanActivate {
5
- private tokenStorage;
6
- private router;
7
- private securityCredentials;
8
- private tokenCredentials;
9
- constructor(tokenStorage: MonkeyEcxTokenStorageService, router: Router);
10
- private navigateToErrorPage;
11
- private getRole;
12
- private allowedSecurityAccess;
13
- canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Promise<boolean>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuardByRole, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuardByRole>;
16
- }
1
+ import { ActivatedRouteSnapshot, CanActivate, Router, RouterStateSnapshot } from '@angular/router';
2
+ import { MonkeyEcxTokenStorageService } from '../storage';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxAuthGuardByRole implements CanActivate {
5
+ private tokenStorage;
6
+ private router;
7
+ private securityCredentials;
8
+ private tokenCredentials;
9
+ constructor(tokenStorage: MonkeyEcxTokenStorageService, router: Router);
10
+ private navigateToErrorPage;
11
+ private getRole;
12
+ private allowedSecurityAccess;
13
+ canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Promise<boolean>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuardByRole, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuardByRole>;
16
+ }
@@ -1,10 +1,10 @@
1
- import { CanActivate } from '@angular/router';
2
- import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxAuthGuard implements CanActivate {
5
- private monkeyecxAuthenticationService;
6
- constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
7
- canActivate(): Promise<boolean>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuard, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuard>;
10
- }
1
+ import { CanActivate } from '@angular/router';
2
+ import { MonkeyEcxAuthenticationService } from './monkeyecx-authentication.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxAuthGuard implements CanActivate {
5
+ private monkeyecxAuthenticationService;
6
+ constructor(monkeyecxAuthenticationService: MonkeyEcxAuthenticationService);
7
+ canActivate(): Promise<boolean>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthGuard, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthGuard>;
10
+ }
@@ -1,34 +1,34 @@
1
- import { HttpErrorResponse, HttpRequest } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxAuthenticationService {
5
- constructor();
6
- hadAtLeastOneLogin: () => Promise<null>;
7
- redirectApp: () => null;
8
- redirectLoginWelcomeBack: () => null;
9
- isAuthorized: () => Promise<boolean>;
10
- isCompanyAuthorized: () => Promise<boolean>;
11
- isTokenMandatory: (url: string) => boolean;
12
- getRequestWithHeaders: (request: HttpRequest<any>) => HttpRequest<any> | any;
13
- getRequestWithHeadersOb: (request: HttpRequest<any>) => Observable<any> | any;
14
- getRequestWithHeadersAsync: (request: HttpRequest<any>) => Promise<null>;
15
- refreshShouldHappen: (response: HttpErrorResponse) => boolean;
16
- refreshToken: () => Promise<null>;
17
- getToken: () => Promise<null>;
18
- init(args: {
19
- hadAtLeastOneLogin?: any;
20
- redirectApp?: any;
21
- redirectLoginWelcomeBack?: any;
22
- isAuthorized?: any;
23
- isTokenMandatory?: any;
24
- isCompanyAuthorized?: any;
25
- getRequestWithHeaders?: any;
26
- getRequestWithHeadersAsync?: any;
27
- getRequestWithHeadersOb?: any;
28
- refreshShouldHappen?: any;
29
- refreshToken?: any;
30
- getToken?: any;
31
- }): void;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthenticationService, never>;
33
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthenticationService>;
34
- }
1
+ import { HttpErrorResponse, HttpRequest } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxAuthenticationService {
5
+ constructor();
6
+ hadAtLeastOneLogin: () => Promise<any>;
7
+ redirectApp: () => any;
8
+ redirectLoginWelcomeBack: () => any;
9
+ isAuthorized: () => Promise<boolean>;
10
+ isCompanyAuthorized: () => Promise<boolean>;
11
+ isTokenMandatory: (url: string) => boolean;
12
+ getRequestWithHeaders: (request: HttpRequest<any>) => HttpRequest<any> | any;
13
+ getRequestWithHeadersOb: (request: HttpRequest<any>) => Observable<any> | any;
14
+ getRequestWithHeadersAsync: (request: HttpRequest<any>) => Promise<any>;
15
+ refreshShouldHappen: (response: HttpErrorResponse) => boolean;
16
+ refreshToken: () => Promise<any>;
17
+ getToken: () => Promise<any>;
18
+ init(args: {
19
+ hadAtLeastOneLogin?: any;
20
+ redirectApp?: any;
21
+ redirectLoginWelcomeBack?: any;
22
+ isAuthorized?: any;
23
+ isTokenMandatory?: any;
24
+ isCompanyAuthorized?: any;
25
+ getRequestWithHeaders?: any;
26
+ getRequestWithHeadersAsync?: any;
27
+ getRequestWithHeadersOb?: any;
28
+ refreshShouldHappen?: any;
29
+ refreshToken?: any;
30
+ getToken?: any;
31
+ }): void;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxAuthenticationService, never>;
33
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxAuthenticationService>;
34
+ }
@@ -1 +1 @@
1
- export * from './monkeyecx-commons.service';
1
+ export * from './monkeyecx-commons.service';