monkey-front-core 0.0.36 → 0.0.37

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 (257) hide show
  1. package/README.md +24 -24
  2. package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.component.mjs +29 -0
  3. package/{esm2015/lib/components/closed-to-maintenance/closed-to-maintenance.module.js → esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.module.mjs} +5 -5
  4. package/{esm2015/lib/components/closed-to-maintenance/index.js → esm2020/lib/components/closed-to-maintenance/index.mjs} +1 -1
  5. package/{esm2015/lib/components/index.js → esm2020/lib/components/index.mjs} +0 -0
  6. package/{esm2015/lib/components/progress-bar/index.js → esm2020/lib/components/progress-bar/index.mjs} +1 -1
  7. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +23 -0
  8. package/{esm2015/lib/components/progress-bar/progress-bar.module.js → esm2020/lib/components/progress-bar/progress-bar.module.mjs} +5 -5
  9. package/esm2020/lib/components/progress-bar/progress-bar.service.mjs +50 -0
  10. package/{esm2015/lib/components/version-changed/index.js → esm2020/lib/components/version-changed/index.mjs} +1 -1
  11. package/esm2020/lib/components/version-changed/version-changed.component.mjs +24 -0
  12. package/{esm2015/lib/components/version-changed/version-changed.module.js → esm2020/lib/components/version-changed/version-changed.module.mjs} +5 -5
  13. package/esm2020/lib/core/decorators/index.mjs +5 -0
  14. package/esm2020/lib/core/decorators/monkeyecx-charts-decorators.mjs +40 -0
  15. package/esm2020/lib/core/decorators/monkeyecx-decorators.mjs +111 -0
  16. package/esm2020/lib/core/decorators/monkeyecx-download-decorators.mjs +26 -0
  17. package/esm2020/lib/core/decorators/monkeyecx-upload-decorators.mjs +26 -0
  18. package/{esm2015/lib/core/directives/index.js → esm2020/lib/core/directives/index.mjs} +1 -1
  19. package/{esm2015/lib/core/directives/monkeyecx-directives-module.js → esm2020/lib/core/directives/monkeyecx-directives-module.mjs} +10 -10
  20. package/esm2020/lib/core/directives/monkeyecx-drag-drop.mjs +57 -0
  21. package/esm2020/lib/core/directives/monkeyecx-feature-directive.mjs +68 -0
  22. package/{esm2015/lib/core/directives/monkeyecx-format-currency.js → esm2020/lib/core/directives/monkeyecx-format-currency.mjs} +4 -4
  23. package/esm2020/lib/core/directives/monkeyecx-format-upper.mjs +67 -0
  24. package/{esm2015/lib/core/directives/monkeyecx-only-alpha-numeric-directive.js → esm2020/lib/core/directives/monkeyecx-only-alpha-numeric-directive.mjs} +4 -4
  25. package/{esm2015/lib/core/directives/monkeyecx-only-number-directive.js → esm2020/lib/core/directives/monkeyecx-only-number-directive.mjs} +4 -4
  26. package/esm2020/lib/core/directives/monkeyecx-security-directive.mjs +69 -0
  27. package/esm2020/lib/core/directives/monkeyecx-tooltip-directive.mjs +123 -0
  28. package/{esm2015/lib/core/index.js → esm2020/lib/core/index.mjs} +1 -1
  29. package/{esm2015/lib/core/interceptors/index.js → esm2020/lib/core/interceptors/index.mjs} +1 -1
  30. package/esm2020/lib/core/interceptors/monkeyecx-http-config-error.interceptor.mjs +39 -0
  31. package/esm2020/lib/core/interceptors/monkeyecx-http-config-header.interceptor.mjs +32 -0
  32. package/{esm2015/lib/core/interceptors/monkeyecx-http-config-interceptor.module.js → esm2020/lib/core/interceptors/monkeyecx-http-config-interceptor.module.mjs} +5 -5
  33. package/esm2020/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.mjs +43 -0
  34. package/esm2020/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.mjs +37 -0
  35. package/{esm2015/lib/core/interfaces/index.js → esm2020/lib/core/interfaces/index.mjs} +1 -1
  36. package/esm2020/lib/core/interfaces/monkeyecx-auth-credentials.mjs +2 -0
  37. package/{esm2015/lib/core/interfaces/monkeyecx-company.js → esm2020/lib/core/interfaces/monkeyecx-company.mjs} +1 -1
  38. package/esm2020/lib/core/interfaces/monkeyecx-config-boostrap.mjs +2 -0
  39. package/esm2020/lib/core/interfaces/monkeyecx-config.mjs +2 -0
  40. package/{esm2015/lib/core/interfaces/monkeyecx-error-response.js → esm2020/lib/core/interfaces/monkeyecx-error-response.mjs} +1 -1
  41. package/{esm2015/lib/core/interfaces/monkeyecx-handled-error-response.js → esm2020/lib/core/interfaces/monkeyecx-handled-error-response.mjs} +1 -1
  42. package/{esm2015/lib/core/interfaces/monkeyecx-header-credentials.js → esm2020/lib/core/interfaces/monkeyecx-header-credentials.mjs} +1 -1
  43. package/{esm2015/lib/core/interfaces/monkeyecx-intercom-options.js → esm2020/lib/core/interfaces/monkeyecx-intercom-options.mjs} +1 -1
  44. package/esm2020/lib/core/interfaces/monkeyecx-me-credentials.mjs +2 -0
  45. package/esm2020/lib/core/interfaces/monkeyecx-navigation.mjs +2 -0
  46. package/{esm2015/lib/core/interfaces/monkeyecx-program.js → esm2020/lib/core/interfaces/monkeyecx-program.mjs} +1 -1
  47. package/{esm2015/lib/core/interfaces/monkeyecx-releases.js → esm2020/lib/core/interfaces/monkeyecx-releases.mjs} +1 -1
  48. package/{esm2015/lib/core/interfaces/monkeyecx-request-in-progress.js → esm2020/lib/core/interfaces/monkeyecx-request-in-progress.mjs} +1 -1
  49. package/esm2020/lib/core/interfaces/monkeyecx-request-paged.mjs +2 -0
  50. package/{esm2015/lib/core/interfaces/monkeyecx-response-paged.js → esm2020/lib/core/interfaces/monkeyecx-response-paged.mjs} +1 -1
  51. package/esm2020/lib/core/interfaces/monkeyecx-service-credentials.mjs +2 -0
  52. package/esm2020/lib/core/interfaces/monkeyecx-token-credentials.mjs +2 -0
  53. package/{esm2015/lib/core/interfaces/monkeyecx-translate-options.js → esm2020/lib/core/interfaces/monkeyecx-translate-options.mjs} +1 -1
  54. package/{esm2015/lib/core/interfaces/request-download/index.js → esm2020/lib/core/interfaces/request-download/index.mjs} +1 -1
  55. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-download.mjs +2 -0
  56. package/{esm2015/lib/core/interfaces/request-download/monkeyecx-request-downloaded.js → esm2020/lib/core/interfaces/request-download/monkeyecx-request-downloaded.mjs} +1 -1
  57. package/{esm2015/lib/core/interfaces/request-download/monkeyecx-request-item-download.js → esm2020/lib/core/interfaces/request-download/monkeyecx-request-item-download.mjs} +1 -1
  58. package/{esm2015/lib/core/interfaces/request-queue/index.js → esm2020/lib/core/interfaces/request-queue/index.mjs} +1 -1
  59. package/{esm2015/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.js → esm2020/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.mjs} +1 -1
  60. package/{esm2015/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.js → esm2020/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.mjs} +1 -1
  61. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-queue.mjs +2 -0
  62. package/{esm2015/lib/core/interfaces/request-upload/index.js → esm2020/lib/core/interfaces/request-upload/index.mjs} +1 -1
  63. package/{esm2015/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.js → esm2020/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.mjs} +1 -1
  64. package/{esm2015/lib/core/interfaces/request-upload/monkeyecx-request-upload.js → esm2020/lib/core/interfaces/request-upload/monkeyecx-request-upload.mjs} +1 -1
  65. package/{esm2015/lib/core/interfaces/schedules/index.js → esm2020/lib/core/interfaces/schedules/index.mjs} +1 -1
  66. package/esm2020/lib/core/interfaces/schedules/monkeyecx-request-schedule.mjs +2 -0
  67. package/{esm2015/lib/core/model/index.js → esm2020/lib/core/model/index.mjs} +1 -1
  68. package/{esm2015/lib/core/model/monkeyecx-model.js → esm2020/lib/core/model/monkeyecx-model.mjs} +1 -1
  69. package/esm2020/lib/core/pipes/index.mjs +16 -0
  70. package/esm2020/lib/core/pipes/monkeyecx-display-first-name.mjs +19 -0
  71. package/esm2020/lib/core/pipes/monkeyecx-format-address.mjs +20 -0
  72. package/esm2020/lib/core/pipes/monkeyecx-format-currency.mjs +27 -0
  73. package/esm2020/lib/core/pipes/monkeyecx-format-date-timelapse.mjs +31 -0
  74. package/esm2020/lib/core/pipes/monkeyecx-format-date.mjs +29 -0
  75. package/esm2020/lib/core/pipes/monkeyecx-format-document.mjs +19 -0
  76. package/esm2020/lib/core/pipes/monkeyecx-format-number.mjs +20 -0
  77. package/esm2020/lib/core/pipes/monkeyecx-format-phone.mjs +42 -0
  78. package/esm2020/lib/core/pipes/monkeyecx-format-size.mjs +20 -0
  79. package/esm2020/lib/core/pipes/monkeyecx-format-type-document.mjs +19 -0
  80. package/esm2020/lib/core/pipes/monkeyecx-format-value.mjs +19 -0
  81. package/esm2020/lib/core/pipes/monkeyecx-format-zipcode.mjs +19 -0
  82. package/esm2020/lib/core/pipes/monkeyecx-pipes.module.mjs +87 -0
  83. package/esm2020/lib/core/pipes/monkeyecx-text-truncate.mjs +23 -0
  84. package/{esm2015/lib/core/pipes/monkeyecx-truncate-qtd.js → esm2020/lib/core/pipes/monkeyecx-truncate-qtd.mjs} +4 -4
  85. package/{esm2015/lib/core/services/auth/index.js → esm2020/lib/core/services/auth/index.mjs} +1 -1
  86. package/{esm2015/lib/core/services/auth/monkeyecx-auth-guard-login.service.js → esm2020/lib/core/services/auth/monkeyecx-auth-guard-login.service.mjs} +4 -4
  87. package/{esm2015/lib/core/services/auth/monkeyecx-auth-guard.service.js → esm2020/lib/core/services/auth/monkeyecx-auth-guard.service.mjs} +4 -4
  88. package/esm2020/lib/core/services/auth/monkeyecx-authentication.service.mjs +61 -0
  89. package/{esm2015/lib/core/services/commons/index.js → esm2020/lib/core/services/commons/index.mjs} +1 -1
  90. package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +269 -0
  91. package/{esm2015/lib/core/services/config/monkeyecx-config.module.js → esm2020/lib/core/services/config/monkeyecx-config.module.mjs} +5 -5
  92. package/esm2020/lib/core/services/config/monkeyecx-config.service.mjs +108 -0
  93. package/esm2020/lib/core/services/config/monkeyecx-error-config.service.mjs +85 -0
  94. package/esm2020/lib/core/services/config/monkeyecx-feature-toggle.service.mjs +65 -0
  95. package/esm2020/lib/core/services/config/monkeyecx-i18n-config.service.mjs +66 -0
  96. package/esm2020/lib/core/services/config/monkeyecx-logs-config.service.mjs +34 -0
  97. package/{esm2015/lib/core/services/config/monkeyecx-maintenance-config.service.js → esm2020/lib/core/services/config/monkeyecx-maintenance-config.service.mjs} +5 -5
  98. package/esm2020/lib/core/services/config/monkeyecx-security-console-config.service.mjs +42 -0
  99. package/esm2020/lib/core/services/config/monkeyecx-service-worker-config.service.mjs +53 -0
  100. package/{esm2015/lib/core/services/error/index.js → esm2020/lib/core/services/error/index.mjs} +1 -1
  101. package/{esm2015/lib/core/services/error/monkeyecx-error-handling.module.js → esm2020/lib/core/services/error/monkeyecx-error-handling.module.mjs} +5 -5
  102. package/esm2020/lib/core/services/error/monkeyecx-error-handling.service.mjs +41 -0
  103. package/esm2020/lib/core/services/error/monkeyecx-http-error-handling.service.mjs +128 -0
  104. package/{esm2015/lib/core/services/error/monkeyecx-others-errors-handling.service.js → esm2020/lib/core/services/error/monkeyecx-others-errors-handling.service.mjs} +4 -4
  105. package/esm2020/lib/core/services/index.mjs +24 -0
  106. package/{esm2015/lib/core/services/logged/index.js → esm2020/lib/core/services/logged/index.mjs} +1 -1
  107. package/{esm2015/lib/core/services/logged/monkeyecx-logged-handling.service.js → esm2020/lib/core/services/logged/monkeyecx-logged-handling.service.mjs} +4 -4
  108. package/esm2020/lib/core/services/monkeyecx-handling.service.mjs +50 -0
  109. package/esm2020/lib/core/services/monkeyecx-service.service.mjs +104 -0
  110. package/{esm2015/lib/core/services/request-download/index.js → esm2020/lib/core/services/request-download/index.mjs} +1 -1
  111. package/esm2020/lib/core/services/request-download/monkeyecx-request-download-handling.service.mjs +93 -0
  112. package/esm2020/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.mjs +61 -0
  113. package/{esm2015/lib/core/services/request-paged/index.js → esm2020/lib/core/services/request-paged/index.mjs} +1 -1
  114. package/esm2020/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.mjs +30 -0
  115. package/{esm2015/lib/core/services/request-queue/index.js → esm2020/lib/core/services/request-queue/index.mjs} +1 -1
  116. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.mjs +114 -0
  117. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.mjs +119 -0
  118. package/{esm2015/lib/core/services/routes/index.js → esm2020/lib/core/services/routes/index.mjs} +1 -1
  119. package/{esm2015/lib/core/services/routes/monkeyecx-dicovery-params.service.js → esm2020/lib/core/services/routes/monkeyecx-dicovery-params.service.mjs} +6 -6
  120. package/{esm2015/lib/core/services/schedules/index.js → esm2020/lib/core/services/schedules/index.mjs} +1 -1
  121. package/esm2020/lib/core/services/schedules/monkeyecx-request-schedule.service.mjs +127 -0
  122. package/{esm2015/lib/core/services/storage/index.js → esm2020/lib/core/services/storage/index.mjs} +1 -1
  123. package/{esm2015/lib/core/services/storage/monkeyecx-cookie-storage.service.js → esm2020/lib/core/services/storage/monkeyecx-cookie-storage.service.mjs} +5 -5
  124. package/esm2020/lib/core/services/storage/monkeyecx-token-storage.service.mjs +122 -0
  125. package/{esm2015/lib/core/specification-search/index.js → esm2020/lib/core/specification-search/index.mjs} +1 -1
  126. package/esm2020/lib/core/specification-search/monkeyecx-specification-search.mjs +97 -0
  127. package/esm2020/lib/core/utils/decorators-utils.mjs +40 -0
  128. package/{esm2015/lib/core/utils/index.js → esm2020/lib/core/utils/index.mjs} +1 -1
  129. package/{esm2015/lib/core/utils/statics.js → esm2020/lib/core/utils/statics.mjs} +1 -1
  130. package/esm2020/lib/core/utils/utils.mjs +218 -0
  131. package/esm2020/lib/core/utils/validate-utils.mjs +204 -0
  132. package/esm2020/lib/core/utils/validators.mjs +193 -0
  133. package/esm2020/lib/monkey-front-core.module.mjs +62 -0
  134. package/{esm2015/monkey-front-core.js → esm2020/monkey-front-core.mjs} +0 -0
  135. package/{esm2015/public-api.js → esm2020/public-api.mjs} +1 -1
  136. package/fesm2015/{monkey-front-core.js → monkey-front-core.mjs} +704 -516
  137. package/fesm2015/monkey-front-core.mjs.map +1 -0
  138. package/fesm2020/monkey-front-core.mjs +4217 -0
  139. package/fesm2020/monkey-front-core.mjs.map +1 -0
  140. package/lib/components/closed-to-maintenance/closed-to-maintenance.component.d.ts +2 -2
  141. package/lib/components/progress-bar/progress-bar.service.d.ts +1 -1
  142. package/lib/components/version-changed/version-changed.component.d.ts +1 -1
  143. package/lib/core/decorators/index.d.ts +1 -0
  144. package/lib/core/decorators/monkeyecx-charts-decorators.d.ts +1 -0
  145. package/lib/core/directives/monkeyecx-directives-module.d.ts +1 -1
  146. package/lib/core/directives/monkeyecx-feature-directive.d.ts +4 -4
  147. package/lib/core/directives/monkeyecx-format-upper.d.ts +2 -2
  148. package/lib/core/directives/monkeyecx-security-directive.d.ts +1 -1
  149. package/lib/core/directives/monkeyecx-tooltip-directive.d.ts +5 -5
  150. package/lib/core/interfaces/monkeyecx-service-credentials.d.ts +2 -1
  151. package/lib/core/interfaces/request-download/monkeyecx-request-download.d.ts +1 -1
  152. package/lib/core/interfaces/request-download/monkeyecx-request-item-download.d.ts +1 -1
  153. package/lib/core/interfaces/request-queue/monkeyecx-request-queue.d.ts +1 -1
  154. package/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.d.ts +1 -1
  155. package/lib/core/interfaces/request-upload/monkeyecx-request-upload.d.ts +1 -1
  156. package/lib/core/model/monkeyecx-model.d.ts +1 -1
  157. package/lib/core/pipes/index.d.ts +3 -0
  158. package/lib/core/pipes/monkeyecx-display-first-name.d.ts +0 -1
  159. package/lib/core/pipes/monkeyecx-format-address.d.ts +14 -0
  160. package/lib/core/pipes/monkeyecx-format-currency.d.ts +1 -3
  161. package/lib/core/pipes/monkeyecx-format-date-timelapse.d.ts +1 -2
  162. package/lib/core/pipes/monkeyecx-format-date.d.ts +7 -0
  163. package/lib/core/pipes/monkeyecx-format-document.d.ts +0 -1
  164. package/lib/core/pipes/monkeyecx-format-number.d.ts +3 -4
  165. package/lib/core/pipes/monkeyecx-format-phone.d.ts +7 -0
  166. package/lib/core/pipes/monkeyecx-format-size.d.ts +0 -1
  167. package/lib/core/pipes/monkeyecx-format-type-document.d.ts +3 -4
  168. package/lib/core/pipes/monkeyecx-format-value.d.ts +0 -1
  169. package/lib/core/pipes/monkeyecx-format-zipcode.d.ts +0 -1
  170. package/lib/core/pipes/monkeyecx-pipes.module.d.ts +14 -11
  171. package/lib/core/pipes/monkeyecx-text-truncate.d.ts +0 -1
  172. package/lib/core/services/auth/monkeyecx-authentication.service.d.ts +6 -6
  173. package/lib/core/services/commons/monkeyecx-commons.service.d.ts +27 -27
  174. package/lib/core/services/config/monkeyecx-config.service.d.ts +1 -1
  175. package/lib/core/services/config/monkeyecx-i18n-config.service.d.ts +0 -1
  176. package/lib/core/services/config/monkeyecx-maintenance-config.service.d.ts +1 -1
  177. package/lib/core/services/index.d.ts +13 -3
  178. package/lib/core/services/monkeyecx-handling.service.d.ts +8 -5
  179. package/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.d.ts +1 -1
  180. package/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.d.ts +2 -2
  181. package/lib/core/services/schedules/monkeyecx-request-schedule.service.d.ts +2 -2
  182. package/lib/core/utils/validate-utils.d.ts +13 -13
  183. package/monkey-front-core-0.0.37.tgz +0 -0
  184. package/package.json +22 -9
  185. package/bundles/monkey-front-core.umd.js +0 -4638
  186. package/bundles/monkey-front-core.umd.js.map +0 -1
  187. package/esm2015/lib/components/closed-to-maintenance/closed-to-maintenance.component.js +0 -32
  188. package/esm2015/lib/components/progress-bar/progress-bar.component.js +0 -28
  189. package/esm2015/lib/components/progress-bar/progress-bar.service.js +0 -49
  190. package/esm2015/lib/components/version-changed/version-changed.component.js +0 -25
  191. package/esm2015/lib/core/decorators/index.js +0 -4
  192. package/esm2015/lib/core/decorators/monkeyecx-decorators.js +0 -108
  193. package/esm2015/lib/core/decorators/monkeyecx-download-decorators.js +0 -24
  194. package/esm2015/lib/core/decorators/monkeyecx-upload-decorators.js +0 -24
  195. package/esm2015/lib/core/directives/monkeyecx-drag-drop.js +0 -57
  196. package/esm2015/lib/core/directives/monkeyecx-feature-directive.js +0 -66
  197. package/esm2015/lib/core/directives/monkeyecx-format-upper.js +0 -67
  198. package/esm2015/lib/core/directives/monkeyecx-security-directive.js +0 -67
  199. package/esm2015/lib/core/directives/monkeyecx-tooltip-directive.js +0 -120
  200. package/esm2015/lib/core/interceptors/monkeyecx-http-config-error.interceptor.js +0 -39
  201. package/esm2015/lib/core/interceptors/monkeyecx-http-config-header.interceptor.js +0 -32
  202. package/esm2015/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.js +0 -41
  203. package/esm2015/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.js +0 -37
  204. package/esm2015/lib/core/interfaces/monkeyecx-auth-credentials.js +0 -2
  205. package/esm2015/lib/core/interfaces/monkeyecx-config-boostrap.js +0 -2
  206. package/esm2015/lib/core/interfaces/monkeyecx-config.js +0 -2
  207. package/esm2015/lib/core/interfaces/monkeyecx-me-credentials.js +0 -2
  208. package/esm2015/lib/core/interfaces/monkeyecx-navigation.js +0 -2
  209. package/esm2015/lib/core/interfaces/monkeyecx-request-paged.js +0 -2
  210. package/esm2015/lib/core/interfaces/monkeyecx-service-credentials.js +0 -2
  211. package/esm2015/lib/core/interfaces/monkeyecx-token-credentials.js +0 -2
  212. package/esm2015/lib/core/interfaces/request-download/monkeyecx-request-download.js +0 -2
  213. package/esm2015/lib/core/interfaces/request-queue/monkeyecx-request-queue.js +0 -2
  214. package/esm2015/lib/core/interfaces/schedules/monkeyecx-request-schedule.js +0 -2
  215. package/esm2015/lib/core/pipes/index.js +0 -13
  216. package/esm2015/lib/core/pipes/monkeyecx-display-first-name.js +0 -22
  217. package/esm2015/lib/core/pipes/monkeyecx-format-currency.js +0 -30
  218. package/esm2015/lib/core/pipes/monkeyecx-format-date-timelapse.js +0 -37
  219. package/esm2015/lib/core/pipes/monkeyecx-format-document.js +0 -22
  220. package/esm2015/lib/core/pipes/monkeyecx-format-number.js +0 -23
  221. package/esm2015/lib/core/pipes/monkeyecx-format-size.js +0 -23
  222. package/esm2015/lib/core/pipes/monkeyecx-format-type-document.js +0 -22
  223. package/esm2015/lib/core/pipes/monkeyecx-format-value.js +0 -22
  224. package/esm2015/lib/core/pipes/monkeyecx-format-zipcode.js +0 -22
  225. package/esm2015/lib/core/pipes/monkeyecx-pipes.module.js +0 -72
  226. package/esm2015/lib/core/pipes/monkeyecx-text-truncate.js +0 -26
  227. package/esm2015/lib/core/services/auth/monkeyecx-authentication.service.js +0 -61
  228. package/esm2015/lib/core/services/commons/monkeyecx-commons.service.js +0 -242
  229. package/esm2015/lib/core/services/config/index.js +0 -9
  230. package/esm2015/lib/core/services/config/monkeyecx-config.service.js +0 -104
  231. package/esm2015/lib/core/services/config/monkeyecx-error-config.service.js +0 -85
  232. package/esm2015/lib/core/services/config/monkeyecx-feature-toggle.service.js +0 -65
  233. package/esm2015/lib/core/services/config/monkeyecx-i18n-config.service.js +0 -72
  234. package/esm2015/lib/core/services/config/monkeyecx-logs-config.service.js +0 -34
  235. package/esm2015/lib/core/services/config/monkeyecx-security-console-config.service.js +0 -42
  236. package/esm2015/lib/core/services/config/monkeyecx-service-worker-config.service.js +0 -54
  237. package/esm2015/lib/core/services/error/monkeyecx-error-handling.service.js +0 -39
  238. package/esm2015/lib/core/services/error/monkeyecx-http-error-handling.service.js +0 -131
  239. package/esm2015/lib/core/services/index.js +0 -14
  240. package/esm2015/lib/core/services/monkeyecx-handling.service.js +0 -44
  241. package/esm2015/lib/core/services/monkeyecx-service.service.js +0 -102
  242. package/esm2015/lib/core/services/request-download/monkeyecx-request-download-handling.service.js +0 -81
  243. package/esm2015/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.js +0 -55
  244. package/esm2015/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.js +0 -30
  245. package/esm2015/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.js +0 -97
  246. package/esm2015/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.js +0 -106
  247. package/esm2015/lib/core/services/schedules/monkeyecx-request-schedule.service.js +0 -99
  248. package/esm2015/lib/core/services/storage/monkeyecx-token-storage.service.js +0 -117
  249. package/esm2015/lib/core/specification-search/monkeyecx-specification-search.js +0 -97
  250. package/esm2015/lib/core/utils/decorators-utils.js +0 -37
  251. package/esm2015/lib/core/utils/utils.js +0 -219
  252. package/esm2015/lib/core/utils/validate-utils.js +0 -204
  253. package/esm2015/lib/core/utils/validators.js +0 -193
  254. package/esm2015/lib/monkey-front-core.module.js +0 -60
  255. package/fesm2015/monkey-front-core.js.map +0 -1
  256. package/lib/core/services/config/index.d.ts +0 -8
  257. package/monkey-front-core-0.0.36.tgz +0 -0
@@ -3,9 +3,9 @@ import { MonkeyModalConfig } from 'monkey-style-guide';
3
3
  import { MonkeyEcxConfigBoostrap } from '../../core/interfaces';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ClosedToMaintenanceComponent implements OnInit {
6
- config: MonkeyModalConfig;
6
+ config: MonkeyModalConfig | null;
7
7
  modalRef: any;
8
- _configBoostrap: MonkeyEcxConfigBoostrap;
8
+ _configBoostrap: MonkeyEcxConfigBoostrap | null;
9
9
  ngOnInit(): void;
10
10
  onClose(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ClosedToMaintenanceComponent, never>;
@@ -8,7 +8,7 @@ export declare class MonkeyEcxProgressBarService {
8
8
  private init;
9
9
  show(): void;
10
10
  hide(): void;
11
- visibleConfig(): Observable<any>;
11
+ visibleConfig(): Observable<any> | null;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxProgressBarService, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxProgressBarService>;
14
14
  }
@@ -1,7 +1,7 @@
1
1
  import { MonkeyModalConfig } from 'monkey-style-guide';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class VersionChangedComponent {
4
- config: MonkeyModalConfig;
4
+ config: MonkeyModalConfig | null;
5
5
  modalRef: any;
6
6
  onClose(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<VersionChangedComponent, never>;
@@ -1,3 +1,4 @@
1
+ export * from './monkeyecx-charts-decorators';
1
2
  export * from './monkeyecx-decorators';
2
3
  export * from './monkeyecx-download-decorators';
3
4
  export * from './monkeyecx-upload-decorators';
@@ -0,0 +1 @@
1
+ export declare function MonkeyEcxCoreCharts(render?: boolean): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -9,6 +9,6 @@ import * as i7 from "./monkeyecx-security-directive";
9
9
  import * as i8 from "./monkeyecx-tooltip-directive";
10
10
  export declare class MonkeyEcxDirectivesModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDirectivesModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxDirectivesModule, [typeof i1.MonkeyEcxDragDropDirective, typeof i2.MonkeyEcxFormatCurrency, typeof i3.MonkeyFeatureDirective, typeof i4.MonkeyEcxFormatUpper, typeof i5.MonkeyEcxOnlyAlphaNumericDirective, typeof i6.MonkeyEcxOnlyNumbersDirective, typeof i7.MonkeyEcxSecurityDirective, typeof i8.MonkeyEcxTooltipDirective], never, [typeof i1.MonkeyEcxDragDropDirective, typeof i2.MonkeyEcxFormatCurrency, typeof i3.MonkeyFeatureDirective, typeof i4.MonkeyEcxFormatUpper, typeof i5.MonkeyEcxOnlyAlphaNumericDirective, typeof i6.MonkeyEcxOnlyNumbersDirective, typeof i7.MonkeyEcxSecurityDirective, typeof i8.MonkeyEcxTooltipDirective]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxDirectivesModule, [typeof i1.MonkeyEcxDragDropDirective, typeof i2.MonkeyEcxFormatCurrency, typeof i3.MonkeyEcxFeatureDirective, typeof i4.MonkeyEcxFormatUpper, typeof i5.MonkeyEcxOnlyAlphaNumericDirective, typeof i6.MonkeyEcxOnlyNumbersDirective, typeof i7.MonkeyEcxSecurityDirective, typeof i8.MonkeyEcxTooltipDirective], never, [typeof i1.MonkeyEcxDragDropDirective, typeof i2.MonkeyEcxFormatCurrency, typeof i3.MonkeyEcxFeatureDirective, typeof i4.MonkeyEcxFormatUpper, typeof i5.MonkeyEcxOnlyAlphaNumericDirective, typeof i6.MonkeyEcxOnlyNumbersDirective, typeof i7.MonkeyEcxSecurityDirective, typeof i8.MonkeyEcxTooltipDirective]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxDirectivesModule>;
14
14
  }
@@ -1,17 +1,17 @@
1
1
  import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { MonkeyEcxFeatureToggleService } from '../services/config/monkeyecx-feature-toggle.service';
3
3
  import * as i0 from "@angular/core";
4
- export declare class MonkeyFeatureDirective implements OnDestroy, OnInit {
4
+ export declare class MonkeyEcxFeatureDirective implements OnDestroy, OnInit {
5
5
  private cdr;
6
6
  private elementRef;
7
7
  private monkeyecxFeatureToggleService;
8
- feature: string;
8
+ feature?: string;
9
9
  private unsubscribeAll;
10
10
  constructor(cdr: ChangeDetectorRef, elementRef: ElementRef, monkeyecxFeatureToggleService: MonkeyEcxFeatureToggleService);
11
11
  private getFeature;
12
12
  private handleDisplay;
13
13
  ngOnDestroy(): void;
14
14
  ngOnInit(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyFeatureDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyFeatureDirective, "[monkeyecxFeature]", never, { "feature": "featureName"; }, {}, never>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFeatureDirective, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxFeatureDirective, "[monkeyecxFeature]", never, { "feature": "featureName"; }, {}, never>;
17
17
  }
@@ -4,8 +4,8 @@ import * as i0 from "@angular/core";
4
4
  export declare class MonkeyEcxFormatUpper implements ControlValueAccessor {
5
5
  private _el;
6
6
  private _renderer;
7
- _onChange: (_: any) => void;
8
- _touched: () => void;
7
+ _onChange?: (_: any) => void;
8
+ _touched?: () => void;
9
9
  constructor(_el: ElementRef, _renderer: Renderer2);
10
10
  onKeyDown(evt: KeyboardEvent): void;
11
11
  onBlur(): void;
@@ -5,7 +5,7 @@ export declare class MonkeyEcxSecurityDirective implements OnInit {
5
5
  private elementRef;
6
6
  private tokenStorageService;
7
7
  private cdr;
8
- roles: string[];
8
+ roles: string[] | null;
9
9
  byExclusion: boolean;
10
10
  private tokenCredentials;
11
11
  constructor(elementRef: ElementRef, tokenStorageService: MonkeyEcxTokenStorageService, cdr: ChangeDetectorRef);
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
3
3
  export declare class MonkeyEcxTooltipDirective {
4
4
  private el;
5
5
  private renderer;
6
- tooltipDelay: number;
7
- tooltipPosition: string;
8
- tooltipText: string;
9
- tooltipTitle: string;
6
+ tooltipDelay?: number;
7
+ tooltipPosition?: string;
8
+ tooltipText?: string;
9
+ tooltipTitle?: string;
10
10
  enableToShow: boolean;
11
11
  offset: number;
12
- tooltip: HTMLElement;
12
+ tooltip: HTMLElement | null;
13
13
  constructor(el: ElementRef, renderer: Renderer2);
14
14
  onMouseEnter(): void;
15
15
  onMouseLeave(): void;
@@ -1,4 +1,5 @@
1
- import { MonkeyEcxRequestLoadingInProgress, MonkeyEcxRequestPaged } from '.';
1
+ import { MonkeyEcxRequestLoadingInProgress } from './monkeyecx-request-in-progress';
2
+ import { MonkeyEcxRequestPaged } from './monkeyecx-request-paged';
2
3
  interface MonkeyEcxServiceHttpResponseCredentials {
3
4
  httpCodeIgnore?: number[];
4
5
  httpCodeIgnoreRedirect?: number[];
@@ -1,4 +1,4 @@
1
- import { MonkeyEcxRequestItemDownload } from '.';
1
+ import { MonkeyEcxRequestItemDownload } from './monkeyecx-request-item-download';
2
2
  export interface MonkeyEcxRequestDownload {
3
3
  alias?: string;
4
4
  item: MonkeyEcxRequestItemDownload;
@@ -1,7 +1,7 @@
1
1
  export interface MonkeyEcxRequestItemDownload {
2
2
  id?: string;
3
3
  name: string;
4
- description: string;
4
+ description?: string;
5
5
  size?: number;
6
6
  createdAt?: Date;
7
7
  }
@@ -1,4 +1,4 @@
1
- import { MonkeyEcxRequestItemQueue } from '.';
1
+ import { MonkeyEcxRequestItemQueue } from './monkeyecx-request-item-queue';
2
2
  import { MonkeyEcxRequestProgressQueue } from './monkeyecx-request-progress-queue';
3
3
  export interface MonkeyEcxRequestQueue {
4
4
  item: MonkeyEcxRequestItemQueue;
@@ -1,5 +1,5 @@
1
1
  export interface MonkeyEcxRequestItemUpload {
2
2
  id?: string;
3
3
  name: string;
4
- description: string;
4
+ description?: string;
5
5
  }
@@ -1,4 +1,4 @@
1
- import { MonkeyEcxRequestItemUpload } from '.';
1
+ import { MonkeyEcxRequestItemUpload } from './monkeyecx-request-item-upload';
2
2
  export interface MonkeyEcxRequestUpload {
3
3
  alias?: string;
4
4
  item: MonkeyEcxRequestItemUpload;
@@ -4,5 +4,5 @@ export interface Link {
4
4
  }
5
5
  export declare class MonkeyEcxModel {
6
6
  _links: any;
7
- getAction(type: string): Link;
7
+ getAction(type: string): Link | null;
8
8
  }
@@ -1,8 +1,11 @@
1
1
  export * from './monkeyecx-display-first-name';
2
+ export * from './monkeyecx-format-address';
2
3
  export * from './monkeyecx-format-currency';
3
4
  export * from './monkeyecx-format-date-timelapse';
5
+ export * from './monkeyecx-format-date';
4
6
  export * from './monkeyecx-format-document';
5
7
  export * from './monkeyecx-format-number';
8
+ export * from './monkeyecx-format-phone';
6
9
  export * from './monkeyecx-format-size';
7
10
  export * from './monkeyecx-format-type-document';
8
11
  export * from './monkeyecx-format-value';
@@ -1,7 +1,6 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class MonkeyEcxDisplayFirstNamePipe implements PipeTransform {
4
- constructor();
5
4
  transform(name: string): string;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDisplayFirstNamePipe, never>;
7
6
  static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxDisplayFirstNamePipe, "monkeyecxDisplayFirstName">;
@@ -0,0 +1,14 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatAddressPipe implements PipeTransform {
4
+ transform({ zipCode, address, neighborhood, city, state, }: {
5
+ zipCode: string;
6
+ address: string;
7
+ neighborhood: string;
8
+ city: string;
9
+ state: string;
10
+ country: string;
11
+ }): string;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatAddressPipe, never>;
13
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatAddressPipe, "monkeyecxFormatAddress">;
14
+ }
@@ -4,10 +4,8 @@ import * as i0 from "@angular/core";
4
4
  export declare class MonkeyEcxFormatCurrencyPipe implements PipeTransform {
5
5
  private injector;
6
6
  private currencyPipe;
7
- private currencyCode;
8
- private currentLocale;
9
7
  constructor(injector: Injector, currencyPipe: CurrencyPipe);
10
- transform(value: any): string;
8
+ transform(value: any): string | null;
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatCurrencyPipe, never>;
12
10
  static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatCurrencyPipe, "monkeyecxFormatCurrency">;
13
11
  }
@@ -1,8 +1,7 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class MonkeyEcxFormatDateTimelapsePipe implements PipeTransform {
4
- constructor();
5
- transform(date: string | Date, showTime?: boolean, useUtc?: boolean, format?: any): string;
4
+ transform(date: any | Date, showTime?: boolean, useUtc?: boolean, format?: string): string;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateTimelapsePipe, never>;
7
6
  static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateTimelapsePipe, "monkeyecxFormatDateTimelapse">;
8
7
  }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatDatePipe implements PipeTransform {
4
+ transform(date: string, showTime?: boolean, format?: any): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDatePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDatePipe, "monkeyecxFormatDate">;
7
+ }
@@ -1,7 +1,6 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class MonkeyEcxFormatDocumentPipe implements PipeTransform {
4
- constructor();
5
4
  transform(document: string, withType?: false): string;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDocumentPipe, never>;
7
6
  static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDocumentPipe, "monkeyecxFormatDocument">;
@@ -1,8 +1,7 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatNumber implements PipeTransform {
4
- constructor();
3
+ export declare class MonkeyEcxFormatNumberPipe implements PipeTransform {
5
4
  transform(number: string): string;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatNumber, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatNumber, "monkeyecxFormatNumber">;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatNumberPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatNumberPipe, "monkeyecxFormatNumber">;
8
7
  }
@@ -0,0 +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,7 +1,6 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class MonkeyEcxFormatSizePipe implements PipeTransform {
4
- constructor();
5
4
  transform(size: string): string;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatSizePipe, never>;
7
6
  static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatSizePipe, "monkeyecxFormatSize">;
@@ -1,8 +1,7 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxDocumentTypePipe implements PipeTransform {
4
- constructor();
3
+ export declare class MonkeyEcxFormatDocumentTypePipe implements PipeTransform {
5
4
  transform(document: string): string;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDocumentTypePipe, never>;
7
- static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxDocumentTypePipe, "monkeyecxDocumentType">;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDocumentTypePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDocumentTypePipe, "monkeyecxFormatDocumentType">;
8
7
  }
@@ -1,7 +1,6 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class MonkeyEcxFormatValue implements PipeTransform {
4
- constructor();
5
4
  transform(number: string): string;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatValue, never>;
7
6
  static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatValue, "monkeyecxFormatValue">;
@@ -1,7 +1,6 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class MonkeyEcxFormatZipCodePipe implements PipeTransform {
4
- constructor();
5
4
  transform(zipCode: string): string;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatZipCodePipe, never>;
7
6
  static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatZipCodePipe, "monkeyecxFormatZipCode">;
@@ -1,17 +1,20 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./monkeyecx-format-document";
3
- import * as i2 from "./monkeyecx-format-date-timelapse";
4
- import * as i3 from "./monkeyecx-display-first-name";
5
- import * as i4 from "./monkeyecx-format-size";
6
- import * as i5 from "./monkeyecx-format-currency";
7
- import * as i6 from "./monkeyecx-format-zipcode";
2
+ import * as i1 from "./monkeyecx-display-first-name";
3
+ import * as i2 from "./monkeyecx-format-address";
4
+ import * as i3 from "./monkeyecx-format-currency";
5
+ import * as i4 from "./monkeyecx-format-date-timelapse";
6
+ import * as i5 from "./monkeyecx-format-date";
7
+ import * as i6 from "./monkeyecx-format-document";
8
8
  import * as i7 from "./monkeyecx-format-number";
9
- import * as i8 from "./monkeyecx-format-value";
10
- import * as i9 from "./monkeyecx-text-truncate";
11
- import * as i10 from "./monkeyecx-truncate-qtd";
12
- import * as i11 from "./monkeyecx-format-type-document";
9
+ import * as i8 from "./monkeyecx-format-phone";
10
+ import * as i9 from "./monkeyecx-format-size";
11
+ import * as i10 from "./monkeyecx-format-type-document";
12
+ import * as i11 from "./monkeyecx-format-value";
13
+ import * as i12 from "./monkeyecx-format-zipcode";
14
+ import * as i13 from "./monkeyecx-text-truncate";
15
+ import * as i14 from "./monkeyecx-truncate-qtd";
13
16
  export declare class MonkeyEcxPipesModule {
14
17
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxPipesModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxPipesModule, [typeof i1.MonkeyEcxFormatDocumentPipe, typeof i2.MonkeyEcxFormatDateTimelapsePipe, typeof i3.MonkeyEcxDisplayFirstNamePipe, typeof i4.MonkeyEcxFormatSizePipe, typeof i5.MonkeyEcxFormatCurrencyPipe, typeof i6.MonkeyEcxFormatZipCodePipe, typeof i7.MonkeyEcxFormatNumber, typeof i8.MonkeyEcxFormatValue, typeof i9.MonkeyEcxTextTruncatePipe, typeof i10.MonkeyEcxTruncateQtdPipe, typeof i11.MonkeyEcxDocumentTypePipe], never, [typeof i1.MonkeyEcxFormatDocumentPipe, typeof i2.MonkeyEcxFormatDateTimelapsePipe, typeof i3.MonkeyEcxDisplayFirstNamePipe, typeof i4.MonkeyEcxFormatSizePipe, typeof i5.MonkeyEcxFormatCurrencyPipe, typeof i6.MonkeyEcxFormatZipCodePipe, typeof i7.MonkeyEcxFormatNumber, typeof i8.MonkeyEcxFormatValue, typeof i9.MonkeyEcxTextTruncatePipe, typeof i10.MonkeyEcxTruncateQtdPipe, typeof i11.MonkeyEcxDocumentTypePipe]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxPipesModule, [typeof i1.MonkeyEcxDisplayFirstNamePipe, typeof i2.MonkeyEcxFormatAddressPipe, typeof i3.MonkeyEcxFormatCurrencyPipe, typeof i4.MonkeyEcxFormatDateTimelapsePipe, typeof i5.MonkeyEcxFormatDatePipe, typeof i6.MonkeyEcxFormatDocumentPipe, typeof i7.MonkeyEcxFormatNumberPipe, typeof i8.MonkeyEcxFormatPhonePipe, typeof i9.MonkeyEcxFormatSizePipe, typeof i10.MonkeyEcxFormatDocumentTypePipe, typeof i11.MonkeyEcxFormatValue, typeof i12.MonkeyEcxFormatZipCodePipe, typeof i13.MonkeyEcxTextTruncatePipe, typeof i14.MonkeyEcxTruncateQtdPipe], never, [typeof i1.MonkeyEcxDisplayFirstNamePipe, typeof i2.MonkeyEcxFormatAddressPipe, typeof i3.MonkeyEcxFormatCurrencyPipe, typeof i4.MonkeyEcxFormatDateTimelapsePipe, typeof i5.MonkeyEcxFormatDatePipe, typeof i6.MonkeyEcxFormatDocumentPipe, typeof i7.MonkeyEcxFormatNumberPipe, typeof i8.MonkeyEcxFormatPhonePipe, typeof i9.MonkeyEcxFormatSizePipe, typeof i10.MonkeyEcxFormatDocumentTypePipe, typeof i11.MonkeyEcxFormatValue, typeof i12.MonkeyEcxFormatZipCodePipe, typeof i13.MonkeyEcxTextTruncatePipe, typeof i14.MonkeyEcxTruncateQtdPipe]>;
16
19
  static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxPipesModule>;
17
20
  }
@@ -1,7 +1,6 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class MonkeyEcxTextTruncatePipe implements PipeTransform {
4
- constructor();
5
4
  transform(text: string, maxLength?: number): string;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxTextTruncatePipe, never>;
7
6
  static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxTextTruncatePipe, "monkeyecxTextTruncate">;
@@ -3,14 +3,14 @@ import { HttpErrorResponse, HttpRequest } from '@angular/common/http';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class MonkeyEcxAuthenticationService {
5
5
  constructor();
6
- hadAtLeastOneLogin: () => any;
7
- redirectApp: () => any;
8
- redirectLoginWelcomeBack: () => any;
6
+ hadAtLeastOneLogin: () => null;
7
+ redirectApp: () => null;
8
+ redirectLoginWelcomeBack: () => null;
9
9
  isAuthorized: () => boolean;
10
- getRequestWithHeaders: (request: HttpRequest<any>) => HttpRequest<any>;
11
- getRequestWithHeadersOb: (request: HttpRequest<any>) => Observable<any>;
10
+ getRequestWithHeaders: (request: HttpRequest<any>) => HttpRequest<any> | null;
11
+ getRequestWithHeadersOb: (request: HttpRequest<any>) => Observable<any> | null;
12
12
  refreshShouldHappen: (response: HttpErrorResponse) => boolean;
13
- refreshToken: () => Observable<any>;
13
+ refreshToken: () => Observable<any> | null;
14
14
  init(args: {
15
15
  hadAtLeastOneLogin?: any;
16
16
  redirectApp?: any;
@@ -2,59 +2,59 @@ import { ActivatedRouteSnapshot, Router, RouterStateSnapshot } from '@angular/ro
2
2
  import { TranslateService } from '@ngx-translate/core';
3
3
  import { BehaviorSubject } from 'rxjs';
4
4
  import { MonkeyEcxErrorResponse, MonkeyEcxHandledErrorResponse, MonkeyEcxRequestPaged, MonkeyEcxRequestSchedule, MonkeyEcxResponsePaged, MonkeyEcxTokenCredentials, MonkeyEcxTranslateOptions } from '../../interfaces';
5
- import { MonkeyEcxTokenStorageService } from '../storage';
6
- import { MonkeyEcxRequestScheduleService } from '../schedules';
7
- import { MonkeyEcxRequestQueueHandlingService } from '../request-queue';
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
8
  import { MonkeyEcxFeatureToggleService } from '../config/monkeyecx-feature-toggle.service';
9
9
  import { MonkeyEcxService } from '../monkeyecx-service.service';
10
10
  export declare class MonkeyEcxCommonsService {
11
- monkeyecxService?: MonkeyEcxService;
12
- tokenStorage?: MonkeyEcxTokenStorageService;
11
+ monkeyecxService?: MonkeyEcxService | undefined;
12
+ tokenStorage?: MonkeyEcxTokenStorageService | undefined;
13
13
  otherArgs?: {
14
- router?: Router;
14
+ router?: Router | undefined;
15
15
  schedule?: {
16
16
  service: MonkeyEcxRequestScheduleService;
17
17
  options?: {
18
- clearOnChangeRoute?: boolean;
19
- };
20
- };
18
+ clearOnChangeRoute?: boolean | undefined;
19
+ } | undefined;
20
+ } | undefined;
21
21
  queue?: {
22
22
  service: MonkeyEcxRequestQueueHandlingService;
23
- };
24
- };
23
+ } | undefined;
24
+ } | undefined;
25
25
  private flagValidator;
26
26
  __data: any | any[];
27
27
  __params: any | any[];
28
- __error: MonkeyEcxErrorResponse;
29
- __handledError: MonkeyEcxHandledErrorResponse;
30
- __page: MonkeyEcxResponsePaged;
28
+ __error: MonkeyEcxErrorResponse | null;
29
+ __handledError: MonkeyEcxHandledErrorResponse | null;
30
+ __page: MonkeyEcxResponsePaged | null;
31
31
  __search: any;
32
- __requestPaged: MonkeyEcxRequestPaged;
32
+ __requestPaged: MonkeyEcxRequestPaged | null;
33
33
  __onSearchChanged$: BehaviorSubject<any>;
34
34
  __onDataChanged$: BehaviorSubject<any>;
35
- __onLoadingInProgress$: BehaviorSubject<boolean>;
35
+ __onLoadingInProgress$: BehaviorSubject<any>;
36
36
  __onDataDeleted$: BehaviorSubject<any>;
37
37
  __onErrorChanged$: BehaviorSubject<any>;
38
38
  __onGovernmentIdDataChanged$: BehaviorSubject<any>;
39
39
  __onZipCodeDataChanged$: BehaviorSubject<any>;
40
40
  __oni18nDataChanged$: BehaviorSubject<any>;
41
41
  __onDoSearch$: BehaviorSubject<MonkeyEcxRequestPaged>;
42
- __onDoPagination$: BehaviorSubject<Function>;
43
- __tokenCredentials: MonkeyEcxTokenCredentials;
44
- __schedule: MonkeyEcxRequestSchedule;
42
+ __onDoPagination$: BehaviorSubject<any>;
43
+ __tokenCredentials: MonkeyEcxTokenCredentials | null;
44
+ __schedule: MonkeyEcxRequestSchedule | null;
45
45
  __i18n: any;
46
- constructor(monkeyecxService?: MonkeyEcxService, tokenStorage?: MonkeyEcxTokenStorageService, otherArgs?: {
47
- router?: Router;
46
+ constructor(monkeyecxService?: MonkeyEcxService | undefined, tokenStorage?: MonkeyEcxTokenStorageService | undefined, otherArgs?: {
47
+ router?: Router | undefined;
48
48
  schedule?: {
49
49
  service: MonkeyEcxRequestScheduleService;
50
50
  options?: {
51
- clearOnChangeRoute?: boolean;
52
- };
53
- };
51
+ clearOnChangeRoute?: boolean | undefined;
52
+ } | undefined;
53
+ } | undefined;
54
54
  queue?: {
55
55
  service: MonkeyEcxRequestQueueHandlingService;
56
- };
57
- });
56
+ } | undefined;
57
+ } | undefined);
58
58
  private handleInit;
59
59
  private getRole;
60
60
  private allowedSecurityAccess;
@@ -64,7 +64,7 @@ export declare class MonkeyEcxCommonsService {
64
64
  getEmbeddedData(data: any, field: string): any[] | any;
65
65
  getNormalizedUrl(url: string): string;
66
66
  clear(clearData: boolean): void;
67
- resolve(route: ActivatedRouteSnapshot, state: RouterStateSnapshot, otherArgs?: {
67
+ resolve(route: ActivatedRouteSnapshot | null, state: RouterStateSnapshot | null, otherArgs?: {
68
68
  callbackMain: Function;
69
69
  router?: Router;
70
70
  security?: {
@@ -5,7 +5,7 @@ import { MonkeyEcxLogsConfigService } from './monkeyecx-logs-config.service';
5
5
  import { MonkeyEcxServiceWorkerConfigService } from './monkeyecx-service-worker-config.service';
6
6
  import { MonkeyEcxSecurityConsoleConfigService } from './monkeyecx-security-console-config.service';
7
7
  import { MonkeyEcxMaintenanceConfigService } from './monkeyecx-maintenance-config.service';
8
- import { MonkeyEcxCommonsService } from '../commons';
8
+ import { MonkeyEcxCommonsService } from '../commons/monkeyecx-commons.service';
9
9
  import { MonkeyEcxService } from '../monkeyecx-service.service';
10
10
  import { MonkeyEcxErrorConfigService } from './monkeyecx-error-config.service';
11
11
  import { MonkeyEcxFeatureToggleService } from './monkeyecx-feature-toggle.service';
@@ -10,7 +10,6 @@ export declare class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService
10
10
  private monkeyecxCookieStorageService;
11
11
  private monkeyecxErrorConfigService;
12
12
  constructor(monkeyecxService: MonkeyEcxService, translateService: TranslateService, monkeyecxCookieStorageService: MonkeyEcxCookieStorageService, monkeyecxErrorConfigService: MonkeyEcxErrorConfigService);
13
- private applyLocal;
14
13
  apply(params: MonkeyEcxConfig, environment: any, change?: boolean): void;
15
14
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxi18nConfigService, never>;
16
15
  static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxi18nConfigService>;
@@ -1,6 +1,6 @@
1
1
  import { Router } from '@angular/router';
2
2
  import { MonkeyStyleGuideModalService } from 'monkey-style-guide';
3
- import { MonkeyEcxConfigBoostrap } from '../../interfaces';
3
+ import { MonkeyEcxConfigBoostrap } from '../../interfaces/monkeyecx-config-boostrap';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class MonkeyEcxMaintenanceConfigService {
6
6
  private modalService;
@@ -1,6 +1,16 @@
1
- export * from './auth';
2
- export * from './commons';
3
- export * from './config';
1
+ export * from './auth/monkeyecx-auth-guard-login.service';
2
+ export * from './auth/monkeyecx-auth-guard.service';
3
+ export * from './auth/monkeyecx-authentication.service';
4
+ export * from './commons/monkeyecx-commons.service';
5
+ export * from './config/monkeyecx-config.module';
6
+ export * from './config/monkeyecx-config.service';
7
+ export * from './config/monkeyecx-error-config.service';
8
+ export * from './config/monkeyecx-feature-toggle.service';
9
+ export * from './config/monkeyecx-i18n-config.service';
10
+ export * from './config/monkeyecx-logs-config.service';
11
+ export * from './config/monkeyecx-maintenance-config.service';
12
+ export * from './config/monkeyecx-security-console-config.service';
13
+ export * from './config/monkeyecx-service-worker-config.service';
4
14
  export * from './error';
5
15
  export * from './logged';
6
16
  export * from './monkeyecx-service.service';
@@ -1,4 +1,7 @@
1
- import { MonkeyEcxRequestDownload, MonkeyEcxRequestQueue, MonkeyEcxRequestUpload, MonkeyEcxServiceCredentials } from '../interfaces';
1
+ import { MonkeyEcxRequestDownload } from '../interfaces/request-download/monkeyecx-request-download';
2
+ import { MonkeyEcxRequestQueue } from '../interfaces/request-queue/monkeyecx-request-queue';
3
+ import { MonkeyEcxRequestUpload } from '../interfaces/request-upload/monkeyecx-request-upload';
4
+ import { MonkeyEcxServiceCredentials } from '../interfaces/monkeyecx-service-credentials';
2
5
  import * as i0 from "@angular/core";
3
6
  export declare abstract class MonkeyEcxHandlingService {
4
7
  private monkeyecxServiceCredentials;
@@ -7,13 +10,13 @@ export declare abstract class MonkeyEcxHandlingService {
7
10
  private monkeyecxRequestUpload;
8
11
  clearAll(): void;
9
12
  setMonkeyEcxServiceCredentials(param: MonkeyEcxServiceCredentials): void;
10
- getMonkeyEcxServiceCredentials(): MonkeyEcxServiceCredentials;
13
+ getMonkeyEcxServiceCredentials(): MonkeyEcxServiceCredentials | null;
11
14
  setMonkeyEcxRequestQueue(queue: MonkeyEcxRequestQueue): void;
12
- getMonkeyEcxRequestQueue(): MonkeyEcxRequestQueue;
15
+ getMonkeyEcxRequestQueue(): MonkeyEcxRequestQueue | null;
13
16
  setMonkeyEcxRequestDownload(download: MonkeyEcxRequestDownload): void;
14
- getMonkeyEcxRequestDownload(): MonkeyEcxRequestDownload;
17
+ getMonkeyEcxRequestDownload(): MonkeyEcxRequestDownload | null;
15
18
  setMonkeyEcxRequestUpload(upload: MonkeyEcxRequestUpload): void;
16
- getMonkeyEcxRequestUpload(): MonkeyEcxRequestUpload;
19
+ getMonkeyEcxRequestUpload(): MonkeyEcxRequestUpload | null;
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHandlingService, never>;
18
21
  static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHandlingService>;
19
22
  }
@@ -1,6 +1,6 @@
1
1
  import { MonkeyEcxRequestPaged } from '../../interfaces';
2
2
  export declare class MonkeyEcxRequestPagedHandling {
3
- private url;
3
+ private url?;
4
4
  private pagedParams;
5
5
  constructor(_url?: string, _pagedParams?: MonkeyEcxRequestPaged);
6
6
  private handlePagedValuesFromApi;
@@ -10,9 +10,9 @@ export declare class MonkeyEcxRequestQueueHandlingService {
10
10
  private markQueueItemAsFinish;
11
11
  private updateQueue;
12
12
  private deleteQueue;
13
- setQueue(q: MonkeyEcxRequestQueue): void;
13
+ setQueue(q: MonkeyEcxRequestQueue | null): void;
14
14
  getQueue(): Observable<MonkeyEcxRequestQueue[]>;
15
- finishQueueItem(q: MonkeyEcxRequestQueue, action?: Function, status?: number): void;
15
+ finishQueueItem(q: MonkeyEcxRequestQueue | null, action?: Function, status?: number): void;
16
16
  removeQueueItem(q: MonkeyEcxRequestQueue): void;
17
17
  updateQueueItem(q: MonkeyEcxRequestQueue, progress: MonkeyEcxRequestProgressQueue): void;
18
18
  hasNewQueue(): Observable<boolean>;
@@ -19,11 +19,11 @@ export declare class MonkeyEcxRequestScheduleService {
19
19
  params?: any;
20
20
  data?: any;
21
21
  action(data: any, sch: MonkeyEcxRequestSchedule): void;
22
- queue?: import("../../interfaces").MonkeyEcxRequestQueue;
22
+ queue?: import("../../interfaces").MonkeyEcxRequestQueue | undefined;
23
23
  };
24
24
  removeSchedule(q: MonkeyEcxRequestSchedule): void;
25
25
  removeScheduleById(id: string): void;
26
- getScheduleById(id: string): MonkeyEcxRequestSchedule;
26
+ getScheduleById(id: string): any;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestScheduleService, never>;
28
28
  static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestScheduleService>;
29
29
  }