monkey-front-core 0.0.257 → 0.0.259

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 (325) hide show
  1. package/esm2020/lib/components/alerts/alerts.component.mjs +35 -35
  2. package/esm2020/lib/components/alerts/alerts.module.mjs +21 -21
  3. package/esm2020/lib/components/alerts/index.mjs +2 -2
  4. package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.component.mjs +29 -29
  5. package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.module.mjs +43 -43
  6. package/esm2020/lib/components/closed-to-maintenance/index.mjs +2 -2
  7. package/esm2020/lib/components/index.mjs +4 -4
  8. package/esm2020/lib/components/progress-bar/index.mjs +3 -3
  9. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +23 -23
  10. package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +18 -18
  11. package/esm2020/lib/components/progress-bar/progress-bar.service.mjs +50 -50
  12. package/esm2020/lib/components/version-changed/index.mjs +2 -2
  13. package/esm2020/lib/components/version-changed/version-changed.component.mjs +24 -24
  14. package/esm2020/lib/components/version-changed/version-changed.module.mjs +39 -39
  15. package/esm2020/lib/core/decorators/index.mjs +5 -5
  16. package/esm2020/lib/core/decorators/monkeyecx-charts-decorators.mjs +40 -40
  17. package/esm2020/lib/core/decorators/monkeyecx-decorators.mjs +110 -110
  18. package/esm2020/lib/core/decorators/monkeyecx-download-decorators.mjs +25 -25
  19. package/esm2020/lib/core/decorators/monkeyecx-upload-decorators.mjs +25 -25
  20. package/esm2020/lib/core/directives/index.mjs +12 -12
  21. package/esm2020/lib/core/directives/monkeyecx-directives-module.mjs +73 -73
  22. package/esm2020/lib/core/directives/monkeyecx-drag-drop.mjs +57 -57
  23. package/esm2020/lib/core/directives/monkeyecx-feature-by-program-directive.mjs +50 -50
  24. package/esm2020/lib/core/directives/monkeyecx-feature-directive.mjs +68 -68
  25. package/esm2020/lib/core/directives/monkeyecx-format-currency.mjs +44 -44
  26. package/esm2020/lib/core/directives/monkeyecx-format-upper.mjs +67 -67
  27. package/esm2020/lib/core/directives/monkeyecx-only-alpha-numeric-directive.mjs +28 -28
  28. package/esm2020/lib/core/directives/monkeyecx-only-number-directive.mjs +28 -28
  29. package/esm2020/lib/core/directives/monkeyecx-popover-options.directive.mjs +39 -39
  30. package/esm2020/lib/core/directives/monkeyecx-popover.directive.mjs +212 -212
  31. package/esm2020/lib/core/directives/monkeyecx-security-directive.mjs +69 -69
  32. package/esm2020/lib/core/directives/monkeyecx-tooltip-directive.mjs +123 -123
  33. package/esm2020/lib/core/index.mjs +9 -9
  34. package/esm2020/lib/core/interceptors/index.mjs +5 -5
  35. package/esm2020/lib/core/interceptors/monkeyecx-http-config-error.interceptor.mjs +39 -39
  36. package/esm2020/lib/core/interceptors/monkeyecx-http-config-header.interceptor.mjs +60 -60
  37. package/esm2020/lib/core/interceptors/monkeyecx-http-config-interceptor.module.mjs +47 -47
  38. package/esm2020/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.mjs +43 -43
  39. package/esm2020/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.mjs +37 -37
  40. package/esm2020/lib/core/interfaces/index.mjs +29 -29
  41. package/esm2020/lib/core/interfaces/monkeyecx-auth-credentials.mjs +1 -1
  42. package/esm2020/lib/core/interfaces/monkeyecx-company-pendencies.mjs +1 -1
  43. package/esm2020/lib/core/interfaces/monkeyecx-company.mjs +1 -1
  44. package/esm2020/lib/core/interfaces/monkeyecx-config-boostrap.mjs +1 -1
  45. package/esm2020/lib/core/interfaces/monkeyecx-config.mjs +1 -1
  46. package/esm2020/lib/core/interfaces/monkeyecx-country-security.mjs +1 -1
  47. package/esm2020/lib/core/interfaces/monkeyecx-error-response.mjs +1 -1
  48. package/esm2020/lib/core/interfaces/monkeyecx-filter.mjs +1 -1
  49. package/esm2020/lib/core/interfaces/monkeyecx-handled-error-response.mjs +1 -1
  50. package/esm2020/lib/core/interfaces/monkeyecx-header-credentials.mjs +1 -1
  51. package/esm2020/lib/core/interfaces/monkeyecx-intercom-options.mjs +1 -1
  52. package/esm2020/lib/core/interfaces/monkeyecx-me-credentials.mjs +1 -1
  53. package/esm2020/lib/core/interfaces/monkeyecx-navigation.mjs +1 -1
  54. package/esm2020/lib/core/interfaces/monkeyecx-program.mjs +2 -2
  55. package/esm2020/lib/core/interfaces/monkeyecx-releases.mjs +1 -1
  56. package/esm2020/lib/core/interfaces/monkeyecx-request-in-progress.mjs +1 -1
  57. package/esm2020/lib/core/interfaces/monkeyecx-request-paged.mjs +1 -1
  58. package/esm2020/lib/core/interfaces/monkeyecx-response-links.mjs +1 -1
  59. package/esm2020/lib/core/interfaces/monkeyecx-response-paged.mjs +1 -1
  60. package/esm2020/lib/core/interfaces/monkeyecx-saved-state.mjs +1 -1
  61. package/esm2020/lib/core/interfaces/monkeyecx-scroll-options.mjs +1 -1
  62. package/esm2020/lib/core/interfaces/monkeyecx-service-credentials.mjs +1 -1
  63. package/esm2020/lib/core/interfaces/monkeyecx-support-options.mjs +1 -1
  64. package/esm2020/lib/core/interfaces/monkeyecx-token-credentials.mjs +2 -2
  65. package/esm2020/lib/core/interfaces/monkeyecx-translate-options.mjs +1 -1
  66. package/esm2020/lib/core/interfaces/request-download/index.mjs +3 -3
  67. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-download.mjs +1 -1
  68. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-downloaded.mjs +1 -1
  69. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-item-download.mjs +1 -1
  70. package/esm2020/lib/core/interfaces/request-queue/index.mjs +3 -3
  71. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.mjs +1 -1
  72. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.mjs +1 -1
  73. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-queue.mjs +1 -1
  74. package/esm2020/lib/core/interfaces/request-upload/index.mjs +2 -2
  75. package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.mjs +1 -1
  76. package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-upload.mjs +1 -1
  77. package/esm2020/lib/core/interfaces/schedules/index.mjs +1 -1
  78. package/esm2020/lib/core/interfaces/schedules/monkeyecx-request-schedule.mjs +1 -1
  79. package/esm2020/lib/core/model/index.mjs +1 -1
  80. package/esm2020/lib/core/model/monkeyecx-model.mjs +25 -25
  81. package/esm2020/lib/core/pipes/index.mjs +20 -20
  82. package/esm2020/lib/core/pipes/monkeyecx-blob-secure.mjs +26 -26
  83. package/esm2020/lib/core/pipes/monkeyecx-display-first-name.mjs +19 -19
  84. package/esm2020/lib/core/pipes/monkeyecx-display-initials.mjs +21 -21
  85. package/esm2020/lib/core/pipes/monkeyecx-format-address.mjs +20 -20
  86. package/esm2020/lib/core/pipes/monkeyecx-format-beautify-json.mjs +38 -38
  87. package/esm2020/lib/core/pipes/monkeyecx-format-currency.mjs +27 -27
  88. package/esm2020/lib/core/pipes/monkeyecx-format-date-group.mjs +45 -45
  89. package/esm2020/lib/core/pipes/monkeyecx-format-date-timelapse.mjs +32 -32
  90. package/esm2020/lib/core/pipes/monkeyecx-format-date-unix-timelapse.mjs +36 -36
  91. package/esm2020/lib/core/pipes/monkeyecx-format-document.mjs +19 -19
  92. package/esm2020/lib/core/pipes/monkeyecx-format-number.mjs +20 -20
  93. package/esm2020/lib/core/pipes/monkeyecx-format-phone.mjs +42 -42
  94. package/esm2020/lib/core/pipes/monkeyecx-format-size.mjs +20 -20
  95. package/esm2020/lib/core/pipes/monkeyecx-format-tax.mjs +23 -23
  96. package/esm2020/lib/core/pipes/monkeyecx-format-type-document.mjs +19 -19
  97. package/esm2020/lib/core/pipes/monkeyecx-format-value.mjs +19 -19
  98. package/esm2020/lib/core/pipes/monkeyecx-format-zipcode.mjs +19 -19
  99. package/esm2020/lib/core/pipes/monkeyecx-pipes.module.mjs +112 -112
  100. package/esm2020/lib/core/pipes/monkeyecx-text-truncate.mjs +23 -23
  101. package/esm2020/lib/core/pipes/monkeyecx-truncate-qtd.mjs +16 -16
  102. package/esm2020/lib/core/services/alerts/index.mjs +1 -1
  103. package/esm2020/lib/core/services/alerts/monkeyecx-alerts.service.mjs +42 -42
  104. package/esm2020/lib/core/services/auth/index.mjs +4 -4
  105. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-company.service.mjs +28 -28
  106. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-login.service.mjs +27 -27
  107. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard.service.mjs +26 -26
  108. package/esm2020/lib/core/services/auth/monkeyecx-authentication.service.mjs +69 -69
  109. package/esm2020/lib/core/services/commons/index.mjs +1 -1
  110. package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +404 -404
  111. package/esm2020/lib/core/services/config/monkeyecx-alerts-config.service.mjs +40 -40
  112. package/esm2020/lib/core/services/config/monkeyecx-config.module.mjs +28 -28
  113. package/esm2020/lib/core/services/config/monkeyecx-config.service.mjs +111 -111
  114. package/esm2020/lib/core/services/config/monkeyecx-error-config.service.mjs +85 -85
  115. package/esm2020/lib/core/services/config/monkeyecx-feature-toggle.service.mjs +67 -67
  116. package/esm2020/lib/core/services/config/monkeyecx-ga-config.service.mjs +57 -57
  117. package/esm2020/lib/core/services/config/monkeyecx-i18n-config.service.mjs +92 -92
  118. package/esm2020/lib/core/services/config/monkeyecx-logs-config.service.mjs +34 -34
  119. package/esm2020/lib/core/services/config/monkeyecx-maintenance-config.service.mjs +37 -37
  120. package/esm2020/lib/core/services/config/monkeyecx-security-console-config.service.mjs +42 -42
  121. package/esm2020/lib/core/services/config/monkeyecx-service-worker-config.service.mjs +53 -53
  122. package/esm2020/lib/core/services/error/index.mjs +4 -4
  123. package/esm2020/lib/core/services/error/monkeyecx-error-handling.module.mjs +27 -27
  124. package/esm2020/lib/core/services/error/monkeyecx-error-handling.service.mjs +37 -37
  125. package/esm2020/lib/core/services/error/monkeyecx-http-error-handling.service.mjs +135 -135
  126. package/esm2020/lib/core/services/error/monkeyecx-others-errors-handling.service.mjs +29 -29
  127. package/esm2020/lib/core/services/index.mjs +23 -23
  128. package/esm2020/lib/core/services/logged/index.mjs +1 -1
  129. package/esm2020/lib/core/services/logged/monkeyecx-logged-handling.service.mjs +40 -40
  130. package/esm2020/lib/core/services/monkeyecx-handling.service.mjs +50 -50
  131. package/esm2020/lib/core/services/monkeyecx-service.service.mjs +104 -104
  132. package/esm2020/lib/core/services/pagination/index.mjs +1 -1
  133. package/esm2020/lib/core/services/pagination/monkeyecx-pagination.service.mjs +29 -29
  134. package/esm2020/lib/core/services/request-download/index.mjs +2 -2
  135. package/esm2020/lib/core/services/request-download/monkeyecx-request-download-handling.service.mjs +93 -93
  136. package/esm2020/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.mjs +61 -61
  137. package/esm2020/lib/core/services/request-paged/index.mjs +1 -1
  138. package/esm2020/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.mjs +42 -42
  139. package/esm2020/lib/core/services/request-queue/index.mjs +2 -2
  140. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.mjs +114 -114
  141. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.mjs +119 -119
  142. package/esm2020/lib/core/services/routes/index.mjs +1 -1
  143. package/esm2020/lib/core/services/routes/monkeyecx-dicovery-params.service.mjs +54 -54
  144. package/esm2020/lib/core/services/schedules/index.mjs +1 -1
  145. package/esm2020/lib/core/services/schedules/monkeyecx-request-schedule.service.mjs +188 -188
  146. package/esm2020/lib/core/services/storage/index.mjs +2 -2
  147. package/esm2020/lib/core/services/storage/monkeyecx-cookie-storage.service.mjs +32 -32
  148. package/esm2020/lib/core/services/storage/monkeyecx-token-storage.service.mjs +127 -127
  149. package/esm2020/lib/core/specification-search/index.mjs +1 -1
  150. package/esm2020/lib/core/specification-search/monkeyecx-specification-search.mjs +108 -108
  151. package/esm2020/lib/core/utils/decorators-utils.mjs +39 -39
  152. package/esm2020/lib/core/utils/index.mjs +7 -7
  153. package/esm2020/lib/core/utils/statics.mjs +37 -37
  154. package/esm2020/lib/core/utils/utils.mjs +220 -220
  155. package/esm2020/lib/core/utils/validate-utils.mjs +205 -205
  156. package/esm2020/lib/core/utils/validators.mjs +207 -207
  157. package/esm2020/lib/monkey-front-core.module.mjs +64 -64
  158. package/esm2020/monkey-front-core.mjs +4 -4
  159. package/esm2020/public-api.mjs +6 -6
  160. package/fesm2015/monkey-front-core.mjs +4936 -4936
  161. package/fesm2015/monkey-front-core.mjs.map +1 -1
  162. package/fesm2020/monkey-front-core.mjs +4993 -4993
  163. package/fesm2020/monkey-front-core.mjs.map +1 -1
  164. package/lib/components/alerts/alerts.component.d.ts +16 -16
  165. package/lib/components/alerts/alerts.module.d.ts +10 -10
  166. package/lib/components/alerts/index.d.ts +2 -2
  167. package/lib/components/closed-to-maintenance/closed-to-maintenance.component.d.ts +13 -13
  168. package/lib/components/closed-to-maintenance/closed-to-maintenance.module.d.ts +11 -11
  169. package/lib/components/closed-to-maintenance/index.d.ts +2 -2
  170. package/lib/components/index.d.ts +4 -4
  171. package/lib/components/progress-bar/index.d.ts +3 -3
  172. package/lib/components/progress-bar/progress-bar.component.d.ts +11 -11
  173. package/lib/components/progress-bar/progress-bar.module.d.ts +8 -8
  174. package/lib/components/progress-bar/progress-bar.service.d.ts +14 -14
  175. package/lib/components/version-changed/index.d.ts +2 -2
  176. package/lib/components/version-changed/version-changed.component.d.ts +9 -9
  177. package/lib/components/version-changed/version-changed.module.d.ts +10 -10
  178. package/lib/core/decorators/index.d.ts +4 -4
  179. package/lib/core/decorators/monkeyecx-charts-decorators.d.ts +1 -1
  180. package/lib/core/decorators/monkeyecx-decorators.d.ts +7 -7
  181. package/lib/core/decorators/monkeyecx-download-decorators.d.ts +2 -2
  182. package/lib/core/decorators/monkeyecx-upload-decorators.d.ts +2 -2
  183. package/lib/core/directives/index.d.ts +12 -12
  184. package/lib/core/directives/monkeyecx-directives-module.d.ts +19 -19
  185. package/lib/core/directives/monkeyecx-drag-drop.d.ts +12 -12
  186. package/lib/core/directives/monkeyecx-feature-by-program-directive.d.ts +15 -15
  187. package/lib/core/directives/monkeyecx-feature-directive.d.ts +17 -17
  188. package/lib/core/directives/monkeyecx-format-currency.d.ts +16 -16
  189. package/lib/core/directives/monkeyecx-format-upper.d.ts +18 -18
  190. package/lib/core/directives/monkeyecx-only-alpha-numeric-directive.d.ts +9 -9
  191. package/lib/core/directives/monkeyecx-only-number-directive.d.ts +9 -9
  192. package/lib/core/directives/monkeyecx-popover-options.directive.d.ts +19 -19
  193. package/lib/core/directives/monkeyecx-popover.directive.d.ts +43 -43
  194. package/lib/core/directives/monkeyecx-security-directive.d.ts +17 -17
  195. package/lib/core/directives/monkeyecx-tooltip-directive.d.ts +23 -23
  196. package/lib/core/index.d.ts +9 -9
  197. package/lib/core/interceptors/index.d.ts +5 -5
  198. package/lib/core/interceptors/monkeyecx-http-config-error.interceptor.d.ts +17 -17
  199. package/lib/core/interceptors/monkeyecx-http-config-header.interceptor.d.ts +16 -16
  200. package/lib/core/interceptors/monkeyecx-http-config-interceptor.module.d.ts +9 -9
  201. package/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.d.ts +12 -12
  202. package/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.d.ts +14 -14
  203. package/lib/core/interfaces/index.d.ts +29 -29
  204. package/lib/core/interfaces/monkeyecx-auth-credentials.d.ts +15 -15
  205. package/lib/core/interfaces/monkeyecx-company-pendencies.d.ts +14 -14
  206. package/lib/core/interfaces/monkeyecx-company.d.ts +10 -10
  207. package/lib/core/interfaces/monkeyecx-config-boostrap.d.ts +14 -14
  208. package/lib/core/interfaces/monkeyecx-config.d.ts +126 -126
  209. package/lib/core/interfaces/monkeyecx-country-security.d.ts +4 -4
  210. package/lib/core/interfaces/monkeyecx-error-response.d.ts +5 -5
  211. package/lib/core/interfaces/monkeyecx-filter.d.ts +24 -24
  212. package/lib/core/interfaces/monkeyecx-handled-error-response.d.ts +10 -10
  213. package/lib/core/interfaces/monkeyecx-header-credentials.d.ts +4 -4
  214. package/lib/core/interfaces/monkeyecx-intercom-options.d.ts +4 -4
  215. package/lib/core/interfaces/monkeyecx-me-credentials.d.ts +22 -22
  216. package/lib/core/interfaces/monkeyecx-navigation.d.ts +27 -27
  217. package/lib/core/interfaces/monkeyecx-program.d.ts +10 -10
  218. package/lib/core/interfaces/monkeyecx-releases.d.ts +9 -9
  219. package/lib/core/interfaces/monkeyecx-request-in-progress.d.ts +3 -3
  220. package/lib/core/interfaces/monkeyecx-request-paged.d.ts +23 -23
  221. package/lib/core/interfaces/monkeyecx-response-links.d.ts +11 -11
  222. package/lib/core/interfaces/monkeyecx-response-paged.d.ts +6 -6
  223. package/lib/core/interfaces/monkeyecx-saved-state.d.ts +5 -5
  224. package/lib/core/interfaces/monkeyecx-scroll-options.d.ts +5 -5
  225. package/lib/core/interfaces/monkeyecx-service-credentials.d.ts +12 -12
  226. package/lib/core/interfaces/monkeyecx-support-options.d.ts +4 -4
  227. package/lib/core/interfaces/monkeyecx-token-credentials.d.ts +20 -20
  228. package/lib/core/interfaces/monkeyecx-translate-options.d.ts +4 -4
  229. package/lib/core/interfaces/request-download/index.d.ts +3 -3
  230. package/lib/core/interfaces/request-download/monkeyecx-request-download.d.ts +10 -10
  231. package/lib/core/interfaces/request-download/monkeyecx-request-downloaded.d.ts +7 -7
  232. package/lib/core/interfaces/request-download/monkeyecx-request-item-download.d.ts +7 -7
  233. package/lib/core/interfaces/request-queue/index.d.ts +3 -3
  234. package/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.d.ts +7 -7
  235. package/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.d.ts +6 -6
  236. package/lib/core/interfaces/request-queue/monkeyecx-request-queue.d.ts +8 -8
  237. package/lib/core/interfaces/request-upload/index.d.ts +2 -2
  238. package/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.d.ts +5 -5
  239. package/lib/core/interfaces/request-upload/monkeyecx-request-upload.d.ts +10 -10
  240. package/lib/core/interfaces/schedules/index.d.ts +1 -1
  241. package/lib/core/interfaces/schedules/monkeyecx-request-schedule.d.ts +13 -13
  242. package/lib/core/model/index.d.ts +1 -1
  243. package/lib/core/model/monkeyecx-model.d.ts +13 -13
  244. package/lib/core/pipes/index.d.ts +20 -20
  245. package/lib/core/pipes/monkeyecx-blob-secure.d.ts +13 -13
  246. package/lib/core/pipes/monkeyecx-display-first-name.d.ts +7 -7
  247. package/lib/core/pipes/monkeyecx-display-initials.d.ts +7 -7
  248. package/lib/core/pipes/monkeyecx-format-address.d.ts +14 -14
  249. package/lib/core/pipes/monkeyecx-format-beautify-json.d.ts +8 -8
  250. package/lib/core/pipes/monkeyecx-format-currency.d.ts +11 -11
  251. package/lib/core/pipes/monkeyecx-format-date-group.d.ts +11 -11
  252. package/lib/core/pipes/monkeyecx-format-date-timelapse.d.ts +7 -7
  253. package/lib/core/pipes/monkeyecx-format-date-unix-timelapse.d.ts +7 -7
  254. package/lib/core/pipes/monkeyecx-format-document.d.ts +7 -7
  255. package/lib/core/pipes/monkeyecx-format-number.d.ts +7 -7
  256. package/lib/core/pipes/monkeyecx-format-phone.d.ts +7 -7
  257. package/lib/core/pipes/monkeyecx-format-size.d.ts +7 -7
  258. package/lib/core/pipes/monkeyecx-format-tax.d.ts +7 -7
  259. package/lib/core/pipes/monkeyecx-format-type-document.d.ts +7 -7
  260. package/lib/core/pipes/monkeyecx-format-value.d.ts +7 -7
  261. package/lib/core/pipes/monkeyecx-format-zipcode.d.ts +7 -7
  262. package/lib/core/pipes/monkeyecx-pipes.module.d.ts +25 -25
  263. package/lib/core/pipes/monkeyecx-text-truncate.d.ts +7 -7
  264. package/lib/core/pipes/monkeyecx-truncate-qtd.d.ts +7 -7
  265. package/lib/core/services/alerts/index.d.ts +1 -1
  266. package/lib/core/services/alerts/monkeyecx-alerts.service.d.ts +21 -21
  267. package/lib/core/services/auth/index.d.ts +4 -4
  268. package/lib/core/services/auth/monkeyecx-auth-guard-company.service.d.ts +11 -11
  269. package/lib/core/services/auth/monkeyecx-auth-guard-login.service.d.ts +11 -11
  270. package/lib/core/services/auth/monkeyecx-auth-guard.service.d.ts +11 -11
  271. package/lib/core/services/auth/monkeyecx-authentication.service.d.ts +30 -30
  272. package/lib/core/services/commons/index.d.ts +1 -1
  273. package/lib/core/services/commons/monkeyecx-commons.service.d.ts +124 -124
  274. package/lib/core/services/config/monkeyecx-alerts-config.service.d.ts +11 -11
  275. package/lib/core/services/config/monkeyecx-config.module.d.ts +9 -9
  276. package/lib/core/services/config/monkeyecx-config.service.d.ts +36 -36
  277. package/lib/core/services/config/monkeyecx-error-config.service.d.ts +8 -8
  278. package/lib/core/services/config/monkeyecx-feature-toggle.service.d.ts +16 -16
  279. package/lib/core/services/config/monkeyecx-ga-config.service.d.ts +10 -10
  280. package/lib/core/services/config/monkeyecx-i18n-config.service.d.ts +16 -16
  281. package/lib/core/services/config/monkeyecx-logs-config.service.d.ts +7 -7
  282. package/lib/core/services/config/monkeyecx-maintenance-config.service.d.ts +13 -13
  283. package/lib/core/services/config/monkeyecx-security-console-config.service.d.ts +11 -11
  284. package/lib/core/services/config/monkeyecx-service-worker-config.service.d.ts +16 -16
  285. package/lib/core/services/error/index.d.ts +4 -4
  286. package/lib/core/services/error/monkeyecx-error-handling.module.d.ts +9 -9
  287. package/lib/core/services/error/monkeyecx-error-handling.service.d.ts +9 -9
  288. package/lib/core/services/error/monkeyecx-http-error-handling.service.d.ts +26 -26
  289. package/lib/core/services/error/monkeyecx-others-errors-handling.service.d.ts +9 -9
  290. package/lib/core/services/index.d.ts +23 -23
  291. package/lib/core/services/logged/index.d.ts +1 -1
  292. package/lib/core/services/logged/monkeyecx-logged-handling.service.d.ts +14 -14
  293. package/lib/core/services/monkeyecx-handling.service.d.ts +22 -22
  294. package/lib/core/services/monkeyecx-service.service.d.ts +18 -18
  295. package/lib/core/services/pagination/index.d.ts +1 -1
  296. package/lib/core/services/pagination/monkeyecx-pagination.service.d.ts +9 -9
  297. package/lib/core/services/request-download/index.d.ts +2 -2
  298. package/lib/core/services/request-download/monkeyecx-request-download-handling.service.d.ts +18 -18
  299. package/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.d.ts +16 -16
  300. package/lib/core/services/request-paged/index.d.ts +1 -1
  301. package/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.d.ts +11 -11
  302. package/lib/core/services/request-queue/index.d.ts +2 -2
  303. package/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.d.ts +21 -21
  304. package/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.d.ts +23 -23
  305. package/lib/core/services/routes/index.d.ts +1 -1
  306. package/lib/core/services/routes/monkeyecx-dicovery-params.service.d.ts +13 -13
  307. package/lib/core/services/schedules/index.d.ts +1 -1
  308. package/lib/core/services/schedules/monkeyecx-request-schedule.service.d.ts +47 -47
  309. package/lib/core/services/storage/index.d.ts +2 -2
  310. package/lib/core/services/storage/monkeyecx-cookie-storage.service.d.ts +11 -11
  311. package/lib/core/services/storage/monkeyecx-token-storage.service.d.ts +29 -29
  312. package/lib/core/specification-search/index.d.ts +1 -1
  313. package/lib/core/specification-search/monkeyecx-specification-search.d.ts +20 -20
  314. package/lib/core/utils/decorators-utils.d.ts +5 -5
  315. package/lib/core/utils/index.d.ts +6 -6
  316. package/lib/core/utils/statics.d.ts +28 -28
  317. package/lib/core/utils/utils.d.ts +22 -22
  318. package/lib/core/utils/validate-utils.d.ts +66 -66
  319. package/lib/core/utils/validators.d.ts +29 -29
  320. package/lib/monkey-front-core.module.d.ts +17 -17
  321. package/monkey-front-core-0.0.259.tgz +0 -0
  322. package/monkey-front-core.d.ts +5 -5
  323. package/package.json +3 -3
  324. package/public-api.d.ts +3 -3
  325. package/monkey-front-core-0.0.257.tgz +0 -0
@@ -1,18 +1,18 @@
1
- import { Observable } from 'rxjs';
2
- import { MonkeyEcxRequestDownload } from '../../interfaces';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxRequestDownloadHandlingService {
5
- private download;
6
- private download$;
7
- constructor();
8
- private addTo;
9
- private markItemAsFinish;
10
- private updateItem;
11
- set(q: MonkeyEcxRequestDownload): void;
12
- get(): Observable<MonkeyEcxRequestDownload[]>;
13
- update(q: MonkeyEcxRequestDownload, loaded?: number, total?: number): void;
14
- finishItem(q: MonkeyEcxRequestDownload, status?: number): void;
15
- hasDownloadOnGoing(): boolean;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestDownloadHandlingService, never>;
17
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestDownloadHandlingService>;
18
- }
1
+ import { Observable } from 'rxjs';
2
+ import { MonkeyEcxRequestDownload } from '../../interfaces';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxRequestDownloadHandlingService {
5
+ private download;
6
+ private download$;
7
+ constructor();
8
+ private addTo;
9
+ private markItemAsFinish;
10
+ private updateItem;
11
+ set(q: MonkeyEcxRequestDownload): void;
12
+ get(): Observable<MonkeyEcxRequestDownload[]>;
13
+ update(q: MonkeyEcxRequestDownload, loaded?: number, total?: number): void;
14
+ finishItem(q: MonkeyEcxRequestDownload, status?: number): void;
15
+ hasDownloadOnGoing(): boolean;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestDownloadHandlingService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestDownloadHandlingService>;
18
+ }
@@ -1,16 +1,16 @@
1
- import { Observable } from 'rxjs';
2
- import { MonkeyEcxRequestDownloaded } from '../../interfaces';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxRequestDownloadedHandlingService {
5
- private downloaded;
6
- private downloaded$;
7
- constructor();
8
- private addTo;
9
- private markItemAsFinish;
10
- set(q: MonkeyEcxRequestDownloaded): void;
11
- get(): Observable<MonkeyEcxRequestDownloaded[]>;
12
- finishItem(q: MonkeyEcxRequestDownloaded, status?: number): void;
13
- hasDownloadOnGoing(): boolean;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestDownloadedHandlingService, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestDownloadedHandlingService>;
16
- }
1
+ import { Observable } from 'rxjs';
2
+ import { MonkeyEcxRequestDownloaded } from '../../interfaces';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxRequestDownloadedHandlingService {
5
+ private downloaded;
6
+ private downloaded$;
7
+ constructor();
8
+ private addTo;
9
+ private markItemAsFinish;
10
+ set(q: MonkeyEcxRequestDownloaded): void;
11
+ get(): Observable<MonkeyEcxRequestDownloaded[]>;
12
+ finishItem(q: MonkeyEcxRequestDownloaded, status?: number): void;
13
+ hasDownloadOnGoing(): boolean;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestDownloadedHandlingService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestDownloadedHandlingService>;
16
+ }
@@ -1 +1 @@
1
- export * from './monkeyecx-request-request-paged-handling';
1
+ export * from './monkeyecx-request-request-paged-handling';
@@ -1,11 +1,11 @@
1
- import { MonkeyEcxRequestPaged } from '../../interfaces/monkeyecx-request-paged';
2
- export declare class MonkeyEcxRequestPagedHandling {
3
- private url?;
4
- private pagedParams;
5
- private links;
6
- private samePage;
7
- constructor(url?: string, pagedParams?: MonkeyEcxRequestPaged, links?: any, samePage?: boolean);
8
- private handlePagedValuesFromApi;
9
- private getUrlParams;
10
- getRequestWithPagedParams(): string;
11
- }
1
+ import { MonkeyEcxRequestPaged } from '../../interfaces/monkeyecx-request-paged';
2
+ export declare class MonkeyEcxRequestPagedHandling {
3
+ private url?;
4
+ private pagedParams;
5
+ private links;
6
+ private samePage;
7
+ constructor(url?: string, pagedParams?: MonkeyEcxRequestPaged, links?: any, samePage?: boolean);
8
+ private handlePagedValuesFromApi;
9
+ private getUrlParams;
10
+ getRequestWithPagedParams(): string;
11
+ }
@@ -1,2 +1,2 @@
1
- export * from './monkeyecx-request-queue-handling.service';
2
- export * from './monkeyecx-request-queue-modal-handling.service';
1
+ export * from './monkeyecx-request-queue-handling.service';
2
+ export * from './monkeyecx-request-queue-modal-handling.service';
@@ -1,21 +1,21 @@
1
- import { Observable } from 'rxjs';
2
- import { MonkeyEcxRequestProgressQueue, MonkeyEcxRequestQueue } from '../../interfaces';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxRequestQueueHandlingService {
5
- private queue;
6
- private queues$;
7
- private newQueue;
8
- constructor();
9
- private addToQueue;
10
- private markQueueItemAsFinish;
11
- private updateQueue;
12
- private deleteQueue;
13
- setQueue(q: MonkeyEcxRequestQueue | null): void;
14
- getQueue(): Observable<MonkeyEcxRequestQueue[]>;
15
- finishQueueItem(q: MonkeyEcxRequestQueue | null, action?: Function, status?: number): void;
16
- removeQueueItem(q: MonkeyEcxRequestQueue): void;
17
- updateQueueItem(q: MonkeyEcxRequestQueue, progress: MonkeyEcxRequestProgressQueue): void;
18
- hasNewQueue(): Observable<boolean>;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestQueueHandlingService, never>;
20
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestQueueHandlingService>;
21
- }
1
+ import { Observable } from 'rxjs';
2
+ import { MonkeyEcxRequestProgressQueue, MonkeyEcxRequestQueue } from '../../interfaces';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxRequestQueueHandlingService {
5
+ private queue;
6
+ private queues$;
7
+ private newQueue;
8
+ constructor();
9
+ private addToQueue;
10
+ private markQueueItemAsFinish;
11
+ private updateQueue;
12
+ private deleteQueue;
13
+ setQueue(q: MonkeyEcxRequestQueue | null): void;
14
+ getQueue(): Observable<MonkeyEcxRequestQueue[]>;
15
+ finishQueueItem(q: MonkeyEcxRequestQueue | null, action?: Function, status?: number): void;
16
+ removeQueueItem(q: MonkeyEcxRequestQueue): void;
17
+ updateQueueItem(q: MonkeyEcxRequestQueue, progress: MonkeyEcxRequestProgressQueue): void;
18
+ hasNewQueue(): Observable<boolean>;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestQueueHandlingService, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestQueueHandlingService>;
21
+ }
@@ -1,23 +1,23 @@
1
- import { Observable } from 'rxjs';
2
- import { MonkeyEcxRequestProgressQueue, MonkeyEcxRequestQueue } from '../../interfaces';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxRequestQueueModalHandlingService {
5
- private queue;
6
- private queues$;
7
- private newQueue$;
8
- private allQueueFinished$;
9
- constructor();
10
- private addToQueue;
11
- private markQueueItemAsFinish;
12
- private updateQueue;
13
- private deleteQueue;
14
- setQueue(q: MonkeyEcxRequestQueue): void;
15
- getQueue(): Observable<MonkeyEcxRequestQueue[]>;
16
- finishQueueItem(q: MonkeyEcxRequestQueue, action?: Function, status?: number): void;
17
- removeQueueItem(q: MonkeyEcxRequestQueue): void;
18
- updateQueueItem(q: MonkeyEcxRequestQueue, progress: MonkeyEcxRequestProgressQueue): void;
19
- hasNewQueue(): Observable<boolean>;
20
- hasAllQueueFinished(): Observable<boolean>;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestQueueModalHandlingService, never>;
22
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestQueueModalHandlingService>;
23
- }
1
+ import { Observable } from 'rxjs';
2
+ import { MonkeyEcxRequestProgressQueue, MonkeyEcxRequestQueue } from '../../interfaces';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxRequestQueueModalHandlingService {
5
+ private queue;
6
+ private queues$;
7
+ private newQueue$;
8
+ private allQueueFinished$;
9
+ constructor();
10
+ private addToQueue;
11
+ private markQueueItemAsFinish;
12
+ private updateQueue;
13
+ private deleteQueue;
14
+ setQueue(q: MonkeyEcxRequestQueue): void;
15
+ getQueue(): Observable<MonkeyEcxRequestQueue[]>;
16
+ finishQueueItem(q: MonkeyEcxRequestQueue, action?: Function, status?: number): void;
17
+ removeQueueItem(q: MonkeyEcxRequestQueue): void;
18
+ updateQueueItem(q: MonkeyEcxRequestQueue, progress: MonkeyEcxRequestProgressQueue): void;
19
+ hasNewQueue(): Observable<boolean>;
20
+ hasAllQueueFinished(): Observable<boolean>;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestQueueModalHandlingService, never>;
22
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestQueueModalHandlingService>;
23
+ }
@@ -1 +1 @@
1
- export * from './monkeyecx-dicovery-params.service';
1
+ export * from './monkeyecx-dicovery-params.service';
@@ -1,13 +1,13 @@
1
- import { Router } from '@angular/router';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxDiscoveryParamsService {
4
- private router;
5
- constructor(router: Router);
6
- private getLastChild;
7
- setData(field: string, value: any): any;
8
- getData(field: string): any;
9
- getDataFromCurrentNavigation(field: string): any;
10
- getParam(param: string): string | null;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDiscoveryParamsService, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxDiscoveryParamsService>;
13
- }
1
+ import { Router } from '@angular/router';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxDiscoveryParamsService {
4
+ private router;
5
+ constructor(router: Router);
6
+ private getLastChild;
7
+ setData(field: string, value: any): any;
8
+ getData(field: string): any;
9
+ getDataFromCurrentNavigation(field: string): any;
10
+ getParam(param: string): string | null;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDiscoveryParamsService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxDiscoveryParamsService>;
13
+ }
@@ -1 +1 @@
1
- export * from './monkeyecx-request-schedule.service';
1
+ export * from './monkeyecx-request-schedule.service';
@@ -1,47 +1,47 @@
1
- import { HttpErrorResponse } from '@angular/common/http';
2
- import { MonkeyEcxRequestSchedule } from '../../interfaces';
3
- import { MonkeyEcxService } from '../monkeyecx-service.service';
4
- import { MonkeyEcxLoggedHandlingService } from '../logged';
5
- import * as i0 from "@angular/core";
6
- export declare class MonkeyEcxRequestScheduleService {
7
- monkeyecxService: MonkeyEcxService;
8
- private monkeyLoggedHandlingService;
9
- private schedule;
10
- private genericSchedule;
11
- constructor(monkeyecxService: MonkeyEcxService, monkeyLoggedHandlingService: MonkeyEcxLoggedHandlingService);
12
- private addToSchedule;
13
- private addToGenericSchedule;
14
- private removeFromSchedule;
15
- private removeFromGenericSchedule;
16
- private removeFromScheduleById;
17
- private doCall;
18
- private doGenericCall;
19
- setSchedule(q: MonkeyEcxRequestSchedule, delay?: number): {
20
- interval: number;
21
- id: string;
22
- url: string;
23
- method: string;
24
- params?: any;
25
- data?: any;
26
- action(data: any, sch: MonkeyEcxRequestSchedule): void;
27
- errorAction?(data: any, sch: MonkeyEcxRequestSchedule, err?: HttpErrorResponse): void;
28
- queue?: import("../../interfaces").MonkeyEcxRequestQueue;
29
- };
30
- setGenericSchedule(q: MonkeyEcxRequestSchedule, delay?: number): {
31
- id: string;
32
- interval: number;
33
- url: string;
34
- method: string;
35
- params?: any;
36
- data?: any;
37
- action(data: any, sch: MonkeyEcxRequestSchedule): void;
38
- errorAction?(data: any, sch: MonkeyEcxRequestSchedule, err?: HttpErrorResponse): void;
39
- queue?: import("../../interfaces").MonkeyEcxRequestQueue;
40
- };
41
- removeSchedule(q: MonkeyEcxRequestSchedule): void;
42
- removeGenericSchedule(q: MonkeyEcxRequestSchedule): void;
43
- removeScheduleById(id: string): void;
44
- getScheduleById(id: string): any;
45
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestScheduleService, never>;
46
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestScheduleService>;
47
- }
1
+ import { HttpErrorResponse } from '@angular/common/http';
2
+ import { MonkeyEcxRequestSchedule } from '../../interfaces';
3
+ import { MonkeyEcxService } from '../monkeyecx-service.service';
4
+ import { MonkeyEcxLoggedHandlingService } from '../logged';
5
+ import * as i0 from "@angular/core";
6
+ export declare class MonkeyEcxRequestScheduleService {
7
+ monkeyecxService: MonkeyEcxService;
8
+ private monkeyLoggedHandlingService;
9
+ private schedule;
10
+ private genericSchedule;
11
+ constructor(monkeyecxService: MonkeyEcxService, monkeyLoggedHandlingService: MonkeyEcxLoggedHandlingService);
12
+ private addToSchedule;
13
+ private addToGenericSchedule;
14
+ private removeFromSchedule;
15
+ private removeFromGenericSchedule;
16
+ private removeFromScheduleById;
17
+ private doCall;
18
+ private doGenericCall;
19
+ setSchedule(q: MonkeyEcxRequestSchedule, delay?: number): {
20
+ interval: number;
21
+ id: string;
22
+ url: string;
23
+ method: string;
24
+ params?: any;
25
+ data?: any;
26
+ action(data: any, sch: MonkeyEcxRequestSchedule): void;
27
+ errorAction?(data: any, sch: MonkeyEcxRequestSchedule, err?: HttpErrorResponse | undefined): void;
28
+ queue?: import("../../interfaces").MonkeyEcxRequestQueue | undefined;
29
+ };
30
+ setGenericSchedule(q: MonkeyEcxRequestSchedule, delay?: number): {
31
+ id: string;
32
+ interval: number;
33
+ url: string;
34
+ method: string;
35
+ params?: any;
36
+ data?: any;
37
+ action(data: any, sch: MonkeyEcxRequestSchedule): void;
38
+ errorAction?(data: any, sch: MonkeyEcxRequestSchedule, err?: HttpErrorResponse | undefined): void;
39
+ queue?: import("../../interfaces").MonkeyEcxRequestQueue | undefined;
40
+ };
41
+ removeSchedule(q: MonkeyEcxRequestSchedule): void;
42
+ removeGenericSchedule(q: MonkeyEcxRequestSchedule): void;
43
+ removeScheduleById(id: string): void;
44
+ getScheduleById(id: string): any;
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxRequestScheduleService, never>;
46
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxRequestScheduleService>;
47
+ }
@@ -1,2 +1,2 @@
1
- export * from './monkeyecx-token-storage.service';
2
- export * from './monkeyecx-cookie-storage.service';
1
+ export * from './monkeyecx-token-storage.service';
2
+ export * from './monkeyecx-cookie-storage.service';
@@ -1,11 +1,11 @@
1
- import { CookieService } from 'ngx-cookie-service';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxCookieStorageService {
4
- private cookieService;
5
- constructor(cookieService: CookieService);
6
- setCookie(name: string, value: any, environment: any): void;
7
- getCookie(name: string): string;
8
- removeCookie(name: string, environment: any): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxCookieStorageService, never>;
10
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxCookieStorageService>;
11
- }
1
+ import { CookieService } from 'ngx-cookie-service';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxCookieStorageService {
4
+ private cookieService;
5
+ constructor(cookieService: CookieService);
6
+ setCookie(name: string, value: any, environment: any): void;
7
+ getCookie(name: string): string;
8
+ removeCookie(name: string, environment: any): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxCookieStorageService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxCookieStorageService>;
11
+ }
@@ -1,29 +1,29 @@
1
- import { Observable } from 'rxjs';
2
- import { MonkeyEcxConfigService } from '../config/monkeyecx-config.service';
3
- import { MonkeyEcxMeCredentials, MonkeyEcxTokenCredentials } from '../../interfaces';
4
- import * as i0 from "@angular/core";
5
- export declare class MonkeyEcxTokenStorageService {
6
- private monkeyecxConfigService;
7
- private token;
8
- private token$;
9
- private me$;
10
- private config;
11
- constructor(monkeyecxConfigService: MonkeyEcxConfigService);
12
- private setAllTokens;
13
- private getAllTokens;
14
- private setAllMe;
15
- private getAllMe;
16
- tokenHasChanged(): Observable<MonkeyEcxTokenCredentials>;
17
- meHasChanged(): Observable<MonkeyEcxMeCredentials>;
18
- getToken(): MonkeyEcxTokenCredentials;
19
- getMe(): MonkeyEcxMeCredentials;
20
- setToken(token: MonkeyEcxTokenCredentials): void;
21
- setMe(me: MonkeyEcxMeCredentials): void;
22
- clear(force?: boolean): Observable<boolean>;
23
- /**
24
- * @param fields (the name of fields you want to clear. ie: ['companyId', 'role', ...])
25
- */
26
- clearCredentials(fields?: string[]): void;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxTokenStorageService, never>;
28
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxTokenStorageService>;
29
- }
1
+ import { Observable } from 'rxjs';
2
+ import { MonkeyEcxConfigService } from '../config/monkeyecx-config.service';
3
+ import { MonkeyEcxMeCredentials, MonkeyEcxTokenCredentials } from '../../interfaces';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MonkeyEcxTokenStorageService {
6
+ private monkeyecxConfigService;
7
+ private token;
8
+ private token$;
9
+ private me$;
10
+ private config;
11
+ constructor(monkeyecxConfigService: MonkeyEcxConfigService);
12
+ private setAllTokens;
13
+ private getAllTokens;
14
+ private setAllMe;
15
+ private getAllMe;
16
+ tokenHasChanged(): Observable<MonkeyEcxTokenCredentials>;
17
+ meHasChanged(): Observable<MonkeyEcxMeCredentials>;
18
+ getToken(): MonkeyEcxTokenCredentials;
19
+ getMe(): MonkeyEcxMeCredentials;
20
+ setToken(token: MonkeyEcxTokenCredentials): void;
21
+ setMe(me: MonkeyEcxMeCredentials): void;
22
+ clear(force?: boolean): Observable<boolean>;
23
+ /**
24
+ * @param fields (the name of fields you want to clear. ie: ['companyId', 'role', ...])
25
+ */
26
+ clearCredentials(fields?: string[]): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxTokenStorageService, never>;
28
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxTokenStorageService>;
29
+ }
@@ -1 +1 @@
1
- export * from './monkeyecx-specification-search';
1
+ export * from './monkeyecx-specification-search';
@@ -1,20 +1,20 @@
1
- export declare enum OpSearch {
2
- LIKE = ":*:value*",
3
- BETWEEN = ":first AND :last",
4
- OR = "OR",
5
- AND = "AND",
6
- GT = ">:value",
7
- LT = "<:value",
8
- EQUAL = "::value",
9
- IN = " IN :value",
10
- NOT = " !:value"
11
- }
12
- export declare class MonkeyEcxSpecificationSearch {
13
- constructor();
14
- private handleValue;
15
- private queryVisitor;
16
- private criteriaParser;
17
- build(spec: any): string;
18
- buildMoreThanOne(field: string, op?: OpSearch, addSingleQuotes?: boolean): any;
19
- handleFieldSeparatedBy(field: string, signal?: string, op?: OpSearch): any;
20
- }
1
+ export declare enum OpSearch {
2
+ LIKE = ":'*:value*'",
3
+ BETWEEN = ":first AND :last",
4
+ OR = "OR",
5
+ AND = "AND",
6
+ GT = ">:value",
7
+ LT = "<:value",
8
+ EQUAL = "::value",
9
+ IN = " IN :value",
10
+ NOT = " !:value"
11
+ }
12
+ export declare class MonkeyEcxSpecificationSearch {
13
+ constructor();
14
+ private handleValue;
15
+ private queryVisitor;
16
+ private criteriaParser;
17
+ build(spec: any): string;
18
+ buildMoreThanOne(field: string, op?: OpSearch, addSingleQuotes?: boolean): any;
19
+ handleFieldSeparatedBy(field: string, signal?: string, op?: OpSearch): any;
20
+ }
@@ -1,5 +1,5 @@
1
- import { MonkeyEcxRequestDownload, MonkeyEcxRequestItemQueue, MonkeyEcxRequestQueue, MonkeyEcxRequestUpload } from '../interfaces';
2
- export declare function buildQueuePropertys(queue: MonkeyEcxRequestItemQueue): MonkeyEcxRequestQueue;
3
- export declare function buildDownloadPropertys(name: string, description?: string, size?: number): MonkeyEcxRequestDownload;
4
- export declare function buildUploadPropertys(name: string, description?: string): MonkeyEcxRequestUpload;
5
- export declare function hasMonkeyEcxServiceAndHandlingProperties(context: any): boolean;
1
+ import { MonkeyEcxRequestDownload, MonkeyEcxRequestItemQueue, MonkeyEcxRequestQueue, MonkeyEcxRequestUpload } from '../interfaces';
2
+ export declare function buildQueuePropertys(queue: MonkeyEcxRequestItemQueue): MonkeyEcxRequestQueue;
3
+ export declare function buildDownloadPropertys(name: string, description?: string, size?: number): MonkeyEcxRequestDownload;
4
+ export declare function buildUploadPropertys(name: string, description?: string): MonkeyEcxRequestUpload;
5
+ export declare function hasMonkeyEcxServiceAndHandlingProperties(context: any): boolean;
@@ -1,6 +1,6 @@
1
- import { MonkeyEcxUtils } from './utils';
2
- import * as ValidateUtils from './validate-utils';
3
- import * as DecoratorsUtils from './decorators-utils';
4
- import * as Statics from './statics';
5
- export { MonkeyEcxUtils, ValidateUtils, DecoratorsUtils, Statics };
6
- export * from './validators';
1
+ import { MonkeyEcxUtils } from './utils';
2
+ import * as ValidateUtils from './validate-utils';
3
+ import * as DecoratorsUtils from './decorators-utils';
4
+ import * as Statics from './statics';
5
+ export { MonkeyEcxUtils, ValidateUtils, DecoratorsUtils, Statics };
6
+ export * from './validators';
@@ -1,28 +1,28 @@
1
- export declare enum MonkeyEcxQueueEvents {
2
- OnGoing = 0,
3
- Finished = 1,
4
- FinishedWithError = 2
5
- }
6
- export declare enum MonkeyEcxDownloadEvents {
7
- OnGoing = 0,
8
- Finished = 1,
9
- FinishedWithError = 2
10
- }
11
- export declare enum MonkeyEcxUploadEvents {
12
- OnGoing = 0,
13
- Finished = 1,
14
- FinishedWithError = 2
15
- }
16
- export declare enum ApiEndPointsTokenNotMandatory {
17
- Assets = "assets/",
18
- MonkeyEcx = "/monkeyecx",
19
- ViaCep = "viacep.com.br/"
20
- }
21
- export declare enum ApiEndPointsHeaderNotMandatory {
22
- Assets = "/assets",
23
- PayablesUpload = "payables-upload",
24
- PictureUser = "/user-pictures",
25
- Documents = "documents/",
26
- BuyerTaxFile = "/buyer-tax-file",
27
- ViaCep = "viacep.com.br/"
28
- }
1
+ export declare enum MonkeyEcxQueueEvents {
2
+ OnGoing = 0,
3
+ Finished = 1,
4
+ FinishedWithError = 2
5
+ }
6
+ export declare enum MonkeyEcxDownloadEvents {
7
+ OnGoing = 0,
8
+ Finished = 1,
9
+ FinishedWithError = 2
10
+ }
11
+ export declare enum MonkeyEcxUploadEvents {
12
+ OnGoing = 0,
13
+ Finished = 1,
14
+ FinishedWithError = 2
15
+ }
16
+ export declare enum ApiEndPointsTokenNotMandatory {
17
+ Assets = "assets/",
18
+ MonkeyEcx = "/monkeyecx",
19
+ ViaCep = "viacep.com.br/"
20
+ }
21
+ export declare enum ApiEndPointsHeaderNotMandatory {
22
+ Assets = "/assets",
23
+ PayablesUpload = "payables-upload",
24
+ PictureUser = "/user-pictures",
25
+ Documents = "documents/",
26
+ BuyerTaxFile = "/buyer-tax-file",
27
+ ViaCep = "viacep.com.br/"
28
+ }
@@ -1,22 +1,22 @@
1
- export declare class MonkeyEcxUtils {
2
- static persistNullEmptyUndefined(tp: any): boolean;
3
- static getDocumentType(doc: string, country?: string): "" | "CPF" | "CNPJ" | "RUT";
4
- static getDocumentMask(type: string): "000.000.000-00" | "00.000.000/0000-00";
5
- static formatDocumentWithMask(doc: string, withType?: boolean, country?: string): string;
6
- static cutFirstLastName(value: string, tp?: string): string;
7
- static isCPFCNPJValid(document: any): boolean;
8
- static isValidRUT(document: string): boolean;
9
- static isValidUrl(txt: string): boolean;
10
- static isValidZipCode(zipCode: string): boolean;
11
- static getRandomString(len: number, charSet?: string): string;
12
- static handleOnlyNumbers(value: any): any;
13
- static handleOnlyAlphaNumeric(value: any): any;
14
- static capitalize(value: string): string;
15
- static formatZipCode(zipCode: string): string;
16
- static formatFileSize(size: number): string;
17
- static sufflue(data: any[]): any[];
18
- static handleBlobFile(theBlob: any, fileName: string, fileType: string): any;
19
- static truncate(text: string, maxLength?: number): string;
20
- static isLocalhost(): boolean;
21
- static isSameOrigin(frontend: string): boolean;
22
- }
1
+ export declare class MonkeyEcxUtils {
2
+ static persistNullEmptyUndefined(tp: any): boolean;
3
+ static getDocumentType(doc: string, country?: string): "" | "CPF" | "CNPJ" | "RUT";
4
+ static getDocumentMask(type: string): "000.000.000-00" | "00.000.000/0000-00";
5
+ static formatDocumentWithMask(doc: string, withType?: boolean, country?: string): string;
6
+ static cutFirstLastName(value: string, tp?: string): string;
7
+ static isCPFCNPJValid(document: any): boolean;
8
+ static isValidRUT(document: string): boolean;
9
+ static isValidUrl(txt: string): boolean;
10
+ static isValidZipCode(zipCode: string): boolean;
11
+ static getRandomString(len: number, charSet?: string): string;
12
+ static handleOnlyNumbers(value: any): any;
13
+ static handleOnlyAlphaNumeric(value: any): any;
14
+ static capitalize(value: string): string;
15
+ static formatZipCode(zipCode: string): string;
16
+ static formatFileSize(size: number): string;
17
+ static sufflue(data: any[]): any[];
18
+ static handleBlobFile(theBlob: any, fileName: string, fileType: string): any;
19
+ static truncate(text: string, maxLength?: number): string;
20
+ static isLocalhost(): boolean;
21
+ static isSameOrigin(frontend: string): boolean;
22
+ }