monkey-front-core 0.0.456 → 0.0.457

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 (372) hide show
  1. package/README.md +24 -24
  2. package/esm2020/lib/components/alerts/alerts.component.mjs +45 -45
  3. package/esm2020/lib/components/alerts/alerts.module.mjs +21 -21
  4. package/esm2020/lib/components/alerts/index.mjs +3 -3
  5. package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.component.mjs +29 -29
  6. package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.module.mjs +43 -43
  7. package/esm2020/lib/components/closed-to-maintenance/index.mjs +3 -3
  8. package/esm2020/lib/components/currency-config/currency-config.component.mjs +39 -39
  9. package/esm2020/lib/components/currency-config/currency-config.module.mjs +39 -39
  10. package/esm2020/lib/components/currency-config/index.mjs +3 -3
  11. package/esm2020/lib/components/index.mjs +6 -6
  12. package/esm2020/lib/components/progress-bar/index.mjs +4 -4
  13. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +23 -23
  14. package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +18 -18
  15. package/esm2020/lib/components/progress-bar/progress-bar.service.mjs +50 -50
  16. package/esm2020/lib/components/version-changed/index.mjs +3 -3
  17. package/esm2020/lib/components/version-changed/version-changed.component.mjs +24 -24
  18. package/esm2020/lib/components/version-changed/version-changed.module.mjs +39 -39
  19. package/esm2020/lib/core/decorators/index.mjs +5 -5
  20. package/esm2020/lib/core/decorators/monkeyecx-charts-decorators.mjs +40 -40
  21. package/esm2020/lib/core/decorators/monkeyecx-decorators.mjs +111 -111
  22. package/esm2020/lib/core/decorators/monkeyecx-download-decorators.mjs +26 -26
  23. package/esm2020/lib/core/decorators/monkeyecx-upload-decorators.mjs +26 -26
  24. package/esm2020/lib/core/directives/index.mjs +13 -13
  25. package/esm2020/lib/core/directives/monkeyecx-directives-module.mjs +73 -73
  26. package/esm2020/lib/core/directives/monkeyecx-drag-drop.mjs +57 -57
  27. package/esm2020/lib/core/directives/monkeyecx-feature-by-program-directive.mjs +54 -54
  28. package/esm2020/lib/core/directives/monkeyecx-feature-directive.mjs +68 -68
  29. package/esm2020/lib/core/directives/monkeyecx-format-currency.mjs +44 -44
  30. package/esm2020/lib/core/directives/monkeyecx-format-upper.mjs +67 -67
  31. package/esm2020/lib/core/directives/monkeyecx-only-alpha-numeric-directive.mjs +28 -28
  32. package/esm2020/lib/core/directives/monkeyecx-only-number-directive.mjs +28 -28
  33. package/esm2020/lib/core/directives/monkeyecx-popover-options.directive.mjs +39 -39
  34. package/esm2020/lib/core/directives/monkeyecx-popover.directive.mjs +212 -212
  35. package/esm2020/lib/core/directives/monkeyecx-security-directive.mjs +75 -75
  36. package/esm2020/lib/core/directives/monkeyecx-tooltip-directive.mjs +123 -123
  37. package/esm2020/lib/core/index.mjs +10 -10
  38. package/esm2020/lib/core/interceptors/index.mjs +6 -6
  39. package/esm2020/lib/core/interceptors/monkeyecx-http-config-error.interceptor.mjs +49 -49
  40. package/esm2020/lib/core/interceptors/monkeyecx-http-config-header.interceptor.mjs +59 -59
  41. package/esm2020/lib/core/interceptors/monkeyecx-http-config-interceptor.module.mjs +47 -47
  42. package/esm2020/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.mjs +43 -43
  43. package/esm2020/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.mjs +37 -37
  44. package/esm2020/lib/core/interfaces/index.mjs +35 -35
  45. package/esm2020/lib/core/interfaces/monkeyecx-auth-credentials.mjs +2 -2
  46. package/esm2020/lib/core/interfaces/monkeyecx-company-pendencies.mjs +2 -2
  47. package/esm2020/lib/core/interfaces/monkeyecx-company.mjs +2 -2
  48. package/esm2020/lib/core/interfaces/monkeyecx-config-bootstrap.mjs +1 -1
  49. package/esm2020/lib/core/interfaces/monkeyecx-config.mjs +2 -2
  50. package/esm2020/lib/core/interfaces/monkeyecx-country-security.mjs +2 -2
  51. package/esm2020/lib/core/interfaces/monkeyecx-error-response.mjs +2 -2
  52. package/esm2020/lib/core/interfaces/monkeyecx-filter.mjs +2 -2
  53. package/esm2020/lib/core/interfaces/monkeyecx-handled-error-response.mjs +2 -2
  54. package/esm2020/lib/core/interfaces/monkeyecx-header-credentials.mjs +2 -2
  55. package/esm2020/lib/core/interfaces/monkeyecx-intercom-options.mjs +2 -2
  56. package/esm2020/lib/core/interfaces/monkeyecx-interface.mjs +1 -1
  57. package/esm2020/lib/core/interfaces/monkeyecx-me-credentials.mjs +2 -2
  58. package/esm2020/lib/core/interfaces/monkeyecx-navigation.mjs +2 -2
  59. package/esm2020/lib/core/interfaces/monkeyecx-pagination.mjs +2 -2
  60. package/esm2020/lib/core/interfaces/monkeyecx-program.mjs +2 -2
  61. package/esm2020/lib/core/interfaces/monkeyecx-releases.mjs +2 -2
  62. package/esm2020/lib/core/interfaces/monkeyecx-request-in-progress.mjs +2 -2
  63. package/esm2020/lib/core/interfaces/monkeyecx-request-paged.mjs +2 -2
  64. package/esm2020/lib/core/interfaces/monkeyecx-resolver.mjs +2 -2
  65. package/esm2020/lib/core/interfaces/monkeyecx-response-links.mjs +2 -2
  66. package/esm2020/lib/core/interfaces/monkeyecx-response-paged.mjs +2 -2
  67. package/esm2020/lib/core/interfaces/monkeyecx-saved-state.mjs +2 -2
  68. package/esm2020/lib/core/interfaces/monkeyecx-scroll-options.mjs +2 -2
  69. package/esm2020/lib/core/interfaces/monkeyecx-service-credentials.mjs +2 -2
  70. package/esm2020/lib/core/interfaces/monkeyecx-storage.mjs +2 -2
  71. package/esm2020/lib/core/interfaces/monkeyecx-store.mjs +2 -2
  72. package/esm2020/lib/core/interfaces/monkeyecx-support-options.mjs +2 -2
  73. package/esm2020/lib/core/interfaces/monkeyecx-token-credentials.mjs +1 -1
  74. package/esm2020/lib/core/interfaces/monkeyecx-translate-options.mjs +2 -2
  75. package/esm2020/lib/core/interfaces/request-download/index.mjs +4 -4
  76. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-download.mjs +2 -2
  77. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-downloaded.mjs +2 -2
  78. package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-item-download.mjs +2 -2
  79. package/esm2020/lib/core/interfaces/request-queue/index.mjs +4 -4
  80. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.mjs +2 -2
  81. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.mjs +2 -2
  82. package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-queue.mjs +2 -2
  83. package/esm2020/lib/core/interfaces/request-upload/index.mjs +3 -3
  84. package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.mjs +2 -2
  85. package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-upload.mjs +2 -2
  86. package/esm2020/lib/core/interfaces/schedules/index.mjs +2 -2
  87. package/esm2020/lib/core/interfaces/schedules/monkeyecx-request-schedule.mjs +2 -2
  88. package/esm2020/lib/core/model/index.mjs +3 -3
  89. package/esm2020/lib/core/model/monkeyecx-links.model.mjs +8 -8
  90. package/esm2020/lib/core/model/monkeyecx-model.mjs +25 -25
  91. package/esm2020/lib/core/pipes/index.mjs +22 -22
  92. package/esm2020/lib/core/pipes/monkeyecx-blob-secure.mjs +26 -26
  93. package/esm2020/lib/core/pipes/monkeyecx-display-first-name.mjs +19 -19
  94. package/esm2020/lib/core/pipes/monkeyecx-display-initials.mjs +21 -21
  95. package/esm2020/lib/core/pipes/monkeyecx-display-support-phone.mjs +33 -33
  96. package/esm2020/lib/core/pipes/monkeyecx-format-address.mjs +20 -20
  97. package/esm2020/lib/core/pipes/monkeyecx-format-beautify-json.mjs +38 -38
  98. package/esm2020/lib/core/pipes/monkeyecx-format-currency.mjs +27 -27
  99. package/esm2020/lib/core/pipes/monkeyecx-format-date-group.mjs +45 -45
  100. package/esm2020/lib/core/pipes/monkeyecx-format-date-timelapse.mjs +32 -32
  101. package/esm2020/lib/core/pipes/monkeyecx-format-date-unix-timelapse.mjs +36 -36
  102. package/esm2020/lib/core/pipes/monkeyecx-format-document.mjs +20 -20
  103. package/esm2020/lib/core/pipes/monkeyecx-format-number.mjs +20 -20
  104. package/esm2020/lib/core/pipes/monkeyecx-format-phone.mjs +42 -42
  105. package/esm2020/lib/core/pipes/monkeyecx-format-size.mjs +20 -20
  106. package/esm2020/lib/core/pipes/monkeyecx-format-tax.mjs +23 -23
  107. package/esm2020/lib/core/pipes/monkeyecx-format-type-document.mjs +19 -19
  108. package/esm2020/lib/core/pipes/monkeyecx-format-value.mjs +19 -19
  109. package/esm2020/lib/core/pipes/monkeyecx-format-zipcode.mjs +19 -19
  110. package/esm2020/lib/core/pipes/monkeyecx-pipes.module.mjs +117 -117
  111. package/esm2020/lib/core/pipes/monkeyecx-text-truncate.mjs +23 -23
  112. package/esm2020/lib/core/pipes/monkeyecx-truncate-qtd.mjs +16 -16
  113. package/esm2020/lib/core/services/alerts/index.mjs +2 -2
  114. package/esm2020/lib/core/services/alerts/monkeyecx-alerts.service.mjs +42 -42
  115. package/esm2020/lib/core/services/auth/index.mjs +6 -6
  116. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-company.service.mjs +28 -28
  117. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-login.service.mjs +27 -27
  118. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-role.service.mjs +79 -79
  119. package/esm2020/lib/core/services/auth/monkeyecx-auth-guard.service.mjs +26 -26
  120. package/esm2020/lib/core/services/auth/monkeyecx-authentication.service.mjs +78 -78
  121. package/esm2020/lib/core/services/commons/index.mjs +3 -3
  122. package/esm2020/lib/core/services/commons/monkeyecx-commons-resolve.service.mjs +121 -122
  123. package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +362 -362
  124. package/esm2020/lib/core/services/config/monkeyecx-alerts-config.service.mjs +42 -42
  125. package/esm2020/lib/core/services/config/monkeyecx-config.module.mjs +28 -28
  126. package/esm2020/lib/core/services/config/monkeyecx-config.service.mjs +107 -107
  127. package/esm2020/lib/core/services/config/monkeyecx-currency-config.service.mjs +84 -84
  128. package/esm2020/lib/core/services/config/monkeyecx-error-config.service.mjs +85 -85
  129. package/esm2020/lib/core/services/config/monkeyecx-feature-toggle.service.mjs +76 -76
  130. package/esm2020/lib/core/services/config/monkeyecx-gtm-config.service.mjs +50 -50
  131. package/esm2020/lib/core/services/config/monkeyecx-i18n-config.service.mjs +152 -152
  132. package/esm2020/lib/core/services/config/monkeyecx-logs-config.service.mjs +34 -34
  133. package/esm2020/lib/core/services/config/monkeyecx-maintenance-config.service.mjs +37 -37
  134. package/esm2020/lib/core/services/config/monkeyecx-security-console-config.service.mjs +47 -47
  135. package/esm2020/lib/core/services/config/monkeyecx-service-worker-config.service.mjs +53 -53
  136. package/esm2020/lib/core/services/error/index.mjs +5 -5
  137. package/esm2020/lib/core/services/error/monkeyecx-error-handling.module.mjs +27 -27
  138. package/esm2020/lib/core/services/error/monkeyecx-error-handling.service.mjs +37 -37
  139. package/esm2020/lib/core/services/error/monkeyecx-http-error-handling.service.mjs +138 -138
  140. package/esm2020/lib/core/services/error/monkeyecx-others-errors-handling.service.mjs +29 -29
  141. package/esm2020/lib/core/services/index.mjs +26 -26
  142. package/esm2020/lib/core/services/logged/index.mjs +2 -2
  143. package/esm2020/lib/core/services/logged/monkeyecx-logged-handling.service.mjs +40 -40
  144. package/esm2020/lib/core/services/monkeyecx-handling.service.mjs +50 -50
  145. package/esm2020/lib/core/services/monkeyecx-service.service.mjs +104 -104
  146. package/esm2020/lib/core/services/pagination/index.mjs +2 -2
  147. package/esm2020/lib/core/services/pagination/monkeyecx-pagination.service.mjs +29 -29
  148. package/esm2020/lib/core/services/request-download/index.mjs +3 -3
  149. package/esm2020/lib/core/services/request-download/monkeyecx-request-download-handling.service.mjs +93 -93
  150. package/esm2020/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.mjs +61 -61
  151. package/esm2020/lib/core/services/request-paged/index.mjs +2 -2
  152. package/esm2020/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.mjs +42 -42
  153. package/esm2020/lib/core/services/request-queue/index.mjs +3 -3
  154. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.mjs +114 -114
  155. package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.mjs +119 -119
  156. package/esm2020/lib/core/services/routes/index.mjs +2 -2
  157. package/esm2020/lib/core/services/routes/monkeyecx-dicovery-params.service.mjs +54 -54
  158. package/esm2020/lib/core/services/schedules/index.mjs +2 -2
  159. package/esm2020/lib/core/services/schedules/monkeyecx-request-schedule.service.mjs +188 -188
  160. package/esm2020/lib/core/services/storage/index.mjs +3 -3
  161. package/esm2020/lib/core/services/storage/monkeyecx-cookie-storage.service.mjs +32 -32
  162. package/esm2020/lib/core/services/storage/monkeyecx-token-storage.service.mjs +236 -236
  163. package/esm2020/lib/core/services/store/index.mjs +2 -2
  164. package/esm2020/lib/core/services/store/monkeyecx-store.service.mjs +189 -189
  165. package/esm2020/lib/core/specification-search/index.mjs +2 -2
  166. package/esm2020/lib/core/specification-search/monkeyecx-specification-search.mjs +108 -108
  167. package/esm2020/lib/core/utils/decorators-utils.mjs +40 -40
  168. package/esm2020/lib/core/utils/index.mjs +8 -8
  169. package/esm2020/lib/core/utils/statics.mjs +45 -45
  170. package/esm2020/lib/core/utils/utils.mjs +267 -267
  171. package/esm2020/lib/core/utils/validate-utils.mjs +205 -205
  172. package/esm2020/lib/core/utils/validators.mjs +268 -268
  173. package/esm2020/lib/monkey-front-core.module.mjs +71 -71
  174. package/esm2020/lib/store/actions/index.mjs +2 -2
  175. package/esm2020/lib/store/actions/monkeyecx-storage.actions.mjs +8 -8
  176. package/esm2020/lib/store/index.mjs +4 -4
  177. package/esm2020/lib/store/reducers/index.mjs +3 -3
  178. package/esm2020/lib/store/reducers/monkeyecx-seeder.reducer.mjs +53 -53
  179. package/esm2020/lib/store/reducers/monkeyecx-storage.reducer.mjs +40 -40
  180. package/esm2020/lib/store/selectors/index.mjs +2 -2
  181. package/esm2020/lib/store/selectors/monkeyecx-storage.selector.mjs +17 -17
  182. package/esm2020/monkey-front-core.mjs +4 -4
  183. package/esm2020/public-api.mjs +8 -8
  184. package/fesm2015/monkey-front-core.mjs +5859 -5860
  185. package/fesm2015/monkey-front-core.mjs.map +1 -1
  186. package/fesm2020/monkey-front-core.mjs +5921 -5922
  187. package/fesm2020/monkey-front-core.mjs.map +1 -1
  188. package/lib/components/alerts/alerts.component.d.ts +22 -22
  189. package/lib/components/alerts/alerts.module.d.ts +10 -10
  190. package/lib/components/alerts/index.d.ts +2 -2
  191. package/lib/components/closed-to-maintenance/closed-to-maintenance.component.d.ts +13 -13
  192. package/lib/components/closed-to-maintenance/closed-to-maintenance.module.d.ts +11 -11
  193. package/lib/components/closed-to-maintenance/index.d.ts +2 -2
  194. package/lib/components/currency-config/currency-config.component.d.ts +17 -17
  195. package/lib/components/currency-config/currency-config.module.d.ts +10 -10
  196. package/lib/components/currency-config/index.d.ts +2 -2
  197. package/lib/components/index.d.ts +5 -5
  198. package/lib/components/progress-bar/index.d.ts +3 -3
  199. package/lib/components/progress-bar/progress-bar.component.d.ts +11 -11
  200. package/lib/components/progress-bar/progress-bar.module.d.ts +8 -8
  201. package/lib/components/progress-bar/progress-bar.service.d.ts +14 -14
  202. package/lib/components/version-changed/index.d.ts +2 -2
  203. package/lib/components/version-changed/version-changed.component.d.ts +9 -9
  204. package/lib/components/version-changed/version-changed.module.d.ts +10 -10
  205. package/lib/core/decorators/index.d.ts +4 -4
  206. package/lib/core/decorators/monkeyecx-charts-decorators.d.ts +1 -1
  207. package/lib/core/decorators/monkeyecx-decorators.d.ts +7 -7
  208. package/lib/core/decorators/monkeyecx-download-decorators.d.ts +2 -2
  209. package/lib/core/decorators/monkeyecx-upload-decorators.d.ts +2 -2
  210. package/lib/core/directives/index.d.ts +12 -12
  211. package/lib/core/directives/monkeyecx-directives-module.d.ts +19 -19
  212. package/lib/core/directives/monkeyecx-drag-drop.d.ts +12 -12
  213. package/lib/core/directives/monkeyecx-feature-by-program-directive.d.ts +16 -16
  214. package/lib/core/directives/monkeyecx-feature-directive.d.ts +17 -17
  215. package/lib/core/directives/monkeyecx-format-currency.d.ts +16 -16
  216. package/lib/core/directives/monkeyecx-format-upper.d.ts +18 -18
  217. package/lib/core/directives/monkeyecx-only-alpha-numeric-directive.d.ts +9 -9
  218. package/lib/core/directives/monkeyecx-only-number-directive.d.ts +9 -9
  219. package/lib/core/directives/monkeyecx-popover-options.directive.d.ts +19 -19
  220. package/lib/core/directives/monkeyecx-popover.directive.d.ts +43 -43
  221. package/lib/core/directives/monkeyecx-security-directive.d.ts +18 -18
  222. package/lib/core/directives/monkeyecx-tooltip-directive.d.ts +23 -23
  223. package/lib/core/index.d.ts +9 -9
  224. package/lib/core/interceptors/index.d.ts +5 -5
  225. package/lib/core/interceptors/monkeyecx-http-config-error.interceptor.d.ts +18 -18
  226. package/lib/core/interceptors/monkeyecx-http-config-header.interceptor.d.ts +16 -16
  227. package/lib/core/interceptors/monkeyecx-http-config-interceptor.module.d.ts +9 -9
  228. package/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.d.ts +12 -12
  229. package/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.d.ts +14 -14
  230. package/lib/core/interfaces/index.d.ts +34 -34
  231. package/lib/core/interfaces/monkeyecx-auth-credentials.d.ts +15 -15
  232. package/lib/core/interfaces/monkeyecx-company-pendencies.d.ts +14 -14
  233. package/lib/core/interfaces/monkeyecx-company.d.ts +10 -10
  234. package/lib/core/interfaces/monkeyecx-config-bootstrap.d.ts +14 -14
  235. package/lib/core/interfaces/monkeyecx-config.d.ts +132 -132
  236. package/lib/core/interfaces/monkeyecx-country-security.d.ts +4 -4
  237. package/lib/core/interfaces/monkeyecx-error-response.d.ts +5 -5
  238. package/lib/core/interfaces/monkeyecx-filter.d.ts +42 -42
  239. package/lib/core/interfaces/monkeyecx-handled-error-response.d.ts +10 -10
  240. package/lib/core/interfaces/monkeyecx-header-credentials.d.ts +4 -4
  241. package/lib/core/interfaces/monkeyecx-intercom-options.d.ts +4 -4
  242. package/lib/core/interfaces/monkeyecx-interface.d.ts +11 -11
  243. package/lib/core/interfaces/monkeyecx-me-credentials.d.ts +22 -22
  244. package/lib/core/interfaces/monkeyecx-navigation.d.ts +27 -27
  245. package/lib/core/interfaces/monkeyecx-pagination.d.ts +25 -25
  246. package/lib/core/interfaces/monkeyecx-program.d.ts +10 -10
  247. package/lib/core/interfaces/monkeyecx-releases.d.ts +9 -9
  248. package/lib/core/interfaces/monkeyecx-request-in-progress.d.ts +3 -3
  249. package/lib/core/interfaces/monkeyecx-request-paged.d.ts +23 -23
  250. package/lib/core/interfaces/monkeyecx-resolver.d.ts +39 -39
  251. package/lib/core/interfaces/monkeyecx-response-links.d.ts +11 -11
  252. package/lib/core/interfaces/monkeyecx-response-paged.d.ts +6 -6
  253. package/lib/core/interfaces/monkeyecx-saved-state.d.ts +5 -5
  254. package/lib/core/interfaces/monkeyecx-scroll-options.d.ts +5 -5
  255. package/lib/core/interfaces/monkeyecx-service-credentials.d.ts +12 -12
  256. package/lib/core/interfaces/monkeyecx-storage.d.ts +38 -38
  257. package/lib/core/interfaces/monkeyecx-store.d.ts +31 -31
  258. package/lib/core/interfaces/monkeyecx-support-options.d.ts +4 -4
  259. package/lib/core/interfaces/monkeyecx-token-credentials.d.ts +21 -21
  260. package/lib/core/interfaces/monkeyecx-translate-options.d.ts +4 -4
  261. package/lib/core/interfaces/request-download/index.d.ts +3 -3
  262. package/lib/core/interfaces/request-download/monkeyecx-request-download.d.ts +10 -10
  263. package/lib/core/interfaces/request-download/monkeyecx-request-downloaded.d.ts +7 -7
  264. package/lib/core/interfaces/request-download/monkeyecx-request-item-download.d.ts +7 -7
  265. package/lib/core/interfaces/request-queue/index.d.ts +3 -3
  266. package/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.d.ts +7 -7
  267. package/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.d.ts +6 -6
  268. package/lib/core/interfaces/request-queue/monkeyecx-request-queue.d.ts +8 -8
  269. package/lib/core/interfaces/request-upload/index.d.ts +2 -2
  270. package/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.d.ts +5 -5
  271. package/lib/core/interfaces/request-upload/monkeyecx-request-upload.d.ts +10 -10
  272. package/lib/core/interfaces/schedules/index.d.ts +1 -1
  273. package/lib/core/interfaces/schedules/monkeyecx-request-schedule.d.ts +13 -13
  274. package/lib/core/model/index.d.ts +2 -2
  275. package/lib/core/model/monkeyecx-links.model.d.ts +4 -4
  276. package/lib/core/model/monkeyecx-model.d.ts +13 -13
  277. package/lib/core/pipes/index.d.ts +21 -21
  278. package/lib/core/pipes/monkeyecx-blob-secure.d.ts +13 -13
  279. package/lib/core/pipes/monkeyecx-display-first-name.d.ts +7 -7
  280. package/lib/core/pipes/monkeyecx-display-initials.d.ts +7 -7
  281. package/lib/core/pipes/monkeyecx-display-support-phone.d.ts +18 -18
  282. package/lib/core/pipes/monkeyecx-format-address.d.ts +14 -14
  283. package/lib/core/pipes/monkeyecx-format-beautify-json.d.ts +8 -8
  284. package/lib/core/pipes/monkeyecx-format-currency.d.ts +11 -11
  285. package/lib/core/pipes/monkeyecx-format-date-group.d.ts +11 -11
  286. package/lib/core/pipes/monkeyecx-format-date-timelapse.d.ts +7 -7
  287. package/lib/core/pipes/monkeyecx-format-date-unix-timelapse.d.ts +7 -7
  288. package/lib/core/pipes/monkeyecx-format-document.d.ts +7 -7
  289. package/lib/core/pipes/monkeyecx-format-number.d.ts +7 -7
  290. package/lib/core/pipes/monkeyecx-format-phone.d.ts +7 -7
  291. package/lib/core/pipes/monkeyecx-format-size.d.ts +7 -7
  292. package/lib/core/pipes/monkeyecx-format-tax.d.ts +7 -7
  293. package/lib/core/pipes/monkeyecx-format-type-document.d.ts +7 -7
  294. package/lib/core/pipes/monkeyecx-format-value.d.ts +7 -7
  295. package/lib/core/pipes/monkeyecx-format-zipcode.d.ts +7 -7
  296. package/lib/core/pipes/monkeyecx-pipes.module.d.ts +26 -26
  297. package/lib/core/pipes/monkeyecx-text-truncate.d.ts +7 -7
  298. package/lib/core/pipes/monkeyecx-truncate-qtd.d.ts +7 -7
  299. package/lib/core/services/alerts/index.d.ts +1 -1
  300. package/lib/core/services/alerts/monkeyecx-alerts.service.d.ts +21 -21
  301. package/lib/core/services/auth/index.d.ts +5 -5
  302. package/lib/core/services/auth/monkeyecx-auth-guard-company.service.d.ts +10 -10
  303. package/lib/core/services/auth/monkeyecx-auth-guard-login.service.d.ts +10 -10
  304. package/lib/core/services/auth/monkeyecx-auth-guard-role.service.d.ts +16 -16
  305. package/lib/core/services/auth/monkeyecx-auth-guard.service.d.ts +10 -10
  306. package/lib/core/services/auth/monkeyecx-authentication.service.d.ts +35 -35
  307. package/lib/core/services/commons/index.d.ts +2 -2
  308. package/lib/core/services/commons/monkeyecx-commons-resolve.service.d.ts +53 -56
  309. package/lib/core/services/commons/monkeyecx-commons.service.d.ts +120 -120
  310. package/lib/core/services/config/monkeyecx-alerts-config.service.d.ts +11 -11
  311. package/lib/core/services/config/monkeyecx-config.module.d.ts +9 -9
  312. package/lib/core/services/config/monkeyecx-config.service.d.ts +36 -36
  313. package/lib/core/services/config/monkeyecx-currency-config.service.d.ts +15 -15
  314. package/lib/core/services/config/monkeyecx-error-config.service.d.ts +8 -8
  315. package/lib/core/services/config/monkeyecx-feature-toggle.service.d.ts +16 -16
  316. package/lib/core/services/config/monkeyecx-gtm-config.service.d.ts +8 -8
  317. package/lib/core/services/config/monkeyecx-i18n-config.service.d.ts +18 -18
  318. package/lib/core/services/config/monkeyecx-logs-config.service.d.ts +7 -7
  319. package/lib/core/services/config/monkeyecx-maintenance-config.service.d.ts +13 -13
  320. package/lib/core/services/config/monkeyecx-security-console-config.service.d.ts +12 -12
  321. package/lib/core/services/config/monkeyecx-service-worker-config.service.d.ts +16 -16
  322. package/lib/core/services/error/index.d.ts +4 -4
  323. package/lib/core/services/error/monkeyecx-error-handling.module.d.ts +9 -9
  324. package/lib/core/services/error/monkeyecx-error-handling.service.d.ts +9 -9
  325. package/lib/core/services/error/monkeyecx-http-error-handling.service.d.ts +26 -26
  326. package/lib/core/services/error/monkeyecx-others-errors-handling.service.d.ts +9 -9
  327. package/lib/core/services/index.d.ts +25 -25
  328. package/lib/core/services/logged/index.d.ts +1 -1
  329. package/lib/core/services/logged/monkeyecx-logged-handling.service.d.ts +14 -14
  330. package/lib/core/services/monkeyecx-handling.service.d.ts +22 -22
  331. package/lib/core/services/monkeyecx-service.service.d.ts +18 -18
  332. package/lib/core/services/pagination/index.d.ts +1 -1
  333. package/lib/core/services/pagination/monkeyecx-pagination.service.d.ts +9 -9
  334. package/lib/core/services/request-download/index.d.ts +2 -2
  335. package/lib/core/services/request-download/monkeyecx-request-download-handling.service.d.ts +18 -18
  336. package/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.d.ts +16 -16
  337. package/lib/core/services/request-paged/index.d.ts +1 -1
  338. package/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.d.ts +11 -11
  339. package/lib/core/services/request-queue/index.d.ts +2 -2
  340. package/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.d.ts +21 -21
  341. package/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.d.ts +23 -23
  342. package/lib/core/services/routes/index.d.ts +1 -1
  343. package/lib/core/services/routes/monkeyecx-dicovery-params.service.d.ts +13 -13
  344. package/lib/core/services/schedules/index.d.ts +1 -1
  345. package/lib/core/services/schedules/monkeyecx-request-schedule.service.d.ts +47 -47
  346. package/lib/core/services/storage/index.d.ts +2 -2
  347. package/lib/core/services/storage/monkeyecx-cookie-storage.service.d.ts +11 -11
  348. package/lib/core/services/storage/monkeyecx-token-storage.service.d.ts +30 -30
  349. package/lib/core/services/store/index.d.ts +1 -1
  350. package/lib/core/services/store/monkeyecx-store.service.d.ts +50 -50
  351. package/lib/core/specification-search/index.d.ts +1 -1
  352. package/lib/core/specification-search/monkeyecx-specification-search.d.ts +20 -20
  353. package/lib/core/utils/decorators-utils.d.ts +5 -5
  354. package/lib/core/utils/index.d.ts +6 -6
  355. package/lib/core/utils/statics.d.ts +34 -34
  356. package/lib/core/utils/utils.d.ts +26 -26
  357. package/lib/core/utils/validate-utils.d.ts +66 -66
  358. package/lib/core/utils/validators.d.ts +36 -36
  359. package/lib/monkey-front-core.module.d.ts +19 -19
  360. package/lib/store/actions/index.d.ts +1 -1
  361. package/lib/store/actions/monkeyecx-storage.actions.d.ts +23 -23
  362. package/lib/store/index.d.ts +3 -3
  363. package/lib/store/reducers/index.d.ts +2 -2
  364. package/lib/store/reducers/monkeyecx-seeder.reducer.d.ts +2 -2
  365. package/lib/store/reducers/monkeyecx-storage.reducer.d.ts +13 -13
  366. package/lib/store/selectors/index.d.ts +1 -1
  367. package/lib/store/selectors/monkeyecx-storage.selector.d.ts +8 -8
  368. package/monkey-front-core-0.0.457.tgz +0 -0
  369. package/monkey-front-core.d.ts +5 -5
  370. package/package.json +1 -1
  371. package/public-api.d.ts +4 -4
  372. package/monkey-front-core-0.0.456.tgz +0 -0
@@ -1,22 +1,22 @@
1
- import { OnInit } from '@angular/core';
2
- import { MonkeyModalConfig, MonkeyStyleGuideModalService } from 'monkey-style-guide';
3
- import * as i0 from "@angular/core";
4
- export declare class AlertsComponent implements OnInit {
5
- private modalService;
6
- config: MonkeyModalConfig | null;
7
- modalRef: any;
8
- _img: string;
9
- _title: string;
10
- _message: string;
11
- _action: {
12
- href: string;
13
- label: string;
14
- } | null;
15
- _hideClose: boolean;
16
- constructor(modalService: MonkeyStyleGuideModalService);
17
- ngOnInit(): void;
18
- onClose(): void;
19
- onAction(): void;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<AlertsComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertsComponent, "monkeyecx-alerts", never, { "config": "config"; "modalRef": "modalRef"; }, {}, never, never>;
22
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { MonkeyModalConfig, MonkeyStyleGuideModalService } from 'monkey-style-guide';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AlertsComponent implements OnInit {
5
+ private modalService;
6
+ config: MonkeyModalConfig | null;
7
+ modalRef: any;
8
+ _img: string;
9
+ _title: string;
10
+ _message: string;
11
+ _action: {
12
+ href: string;
13
+ label: string;
14
+ } | null;
15
+ _hideClose: boolean;
16
+ constructor(modalService: MonkeyStyleGuideModalService);
17
+ ngOnInit(): void;
18
+ onClose(): void;
19
+ onAction(): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertsComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertsComponent, "monkeyecx-alerts", never, { "config": "config"; "modalRef": "modalRef"; }, {}, never, never>;
22
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./alerts.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "monkey-style-guide";
5
- import * as i4 from "@ngx-translate/core";
6
- export declare class AlertsModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<AlertsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<AlertsModule, [typeof i1.AlertsComponent], [typeof i2.CommonModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyModalModule, typeof i4.TranslateModule], [typeof i1.AlertsComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<AlertsModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./alerts.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "monkey-style-guide";
5
+ import * as i4 from "@ngx-translate/core";
6
+ export declare class AlertsModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<AlertsModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AlertsModule, [typeof i1.AlertsComponent], [typeof i2.CommonModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyModalModule, typeof i4.TranslateModule], [typeof i1.AlertsComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<AlertsModule>;
10
+ }
@@ -1,2 +1,2 @@
1
- export * from './alerts.component';
2
- export * from './alerts.module';
1
+ export * from './alerts.component';
2
+ export * from './alerts.module';
@@ -1,13 +1,13 @@
1
- import { OnInit } from '@angular/core';
2
- import { MonkeyModalConfig } from 'monkey-style-guide';
3
- import { MonkeyEcxConfigBootstrap } from '../../core/interfaces';
4
- import * as i0 from "@angular/core";
5
- export declare class ClosedToMaintenanceComponent implements OnInit {
6
- config: MonkeyModalConfig | null;
7
- modalRef: any;
8
- _configBootstrap: MonkeyEcxConfigBootstrap | null;
9
- ngOnInit(): void;
10
- onClose(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<ClosedToMaintenanceComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<ClosedToMaintenanceComponent, "monkeyecx-closed-to-maintenance", never, { "config": "config"; "modalRef": "modalRef"; }, {}, never, never>;
13
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { MonkeyModalConfig } from 'monkey-style-guide';
3
+ import { MonkeyEcxConfigBootstrap } from '../../core/interfaces';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ClosedToMaintenanceComponent implements OnInit {
6
+ config: MonkeyModalConfig | null;
7
+ modalRef: any;
8
+ _configBootstrap: MonkeyEcxConfigBootstrap | null;
9
+ ngOnInit(): void;
10
+ onClose(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClosedToMaintenanceComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClosedToMaintenanceComponent, "monkeyecx-closed-to-maintenance", never, { "config": "config"; "modalRef": "modalRef"; }, {}, never, never>;
13
+ }
@@ -1,11 +1,11 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./closed-to-maintenance.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "monkey-style-guide";
5
- import * as i4 from "../../core/pipes/monkeyecx-pipes.module";
6
- import * as i5 from "@ngx-translate/core";
7
- export declare class ClosedToMaintenanceModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ClosedToMaintenanceModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ClosedToMaintenanceModule, [typeof i1.ClosedToMaintenanceComponent], [typeof i2.CommonModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyIconModule, typeof i3.MonkeyInputModule, typeof i3.MonkeyModalModule, typeof i4.MonkeyEcxPipesModule, typeof i5.TranslateModule], [typeof i1.ClosedToMaintenanceComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<ClosedToMaintenanceModule>;
11
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./closed-to-maintenance.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "monkey-style-guide";
5
+ import * as i4 from "../../core/pipes/monkeyecx-pipes.module";
6
+ import * as i5 from "@ngx-translate/core";
7
+ export declare class ClosedToMaintenanceModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClosedToMaintenanceModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClosedToMaintenanceModule, [typeof i1.ClosedToMaintenanceComponent], [typeof i2.CommonModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyIconModule, typeof i3.MonkeyInputModule, typeof i3.MonkeyModalModule, typeof i4.MonkeyEcxPipesModule, typeof i5.TranslateModule], [typeof i1.ClosedToMaintenanceComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClosedToMaintenanceModule>;
11
+ }
@@ -1,2 +1,2 @@
1
- export * from './closed-to-maintenance.component';
2
- export * from './closed-to-maintenance.module';
1
+ export * from './closed-to-maintenance.component';
2
+ export * from './closed-to-maintenance.module';
@@ -1,17 +1,17 @@
1
- import { OnInit } from '@angular/core';
2
- import { MonkeyModalConfig, MonkeyStyleGuideModalService } from 'monkey-style-guide';
3
- import * as i0 from "@angular/core";
4
- export declare class CurrencyConfigComponent implements OnInit {
5
- private modalService;
6
- config: MonkeyModalConfig | null;
7
- modalRef: any;
8
- _currency: string;
9
- _currencies: string[];
10
- private callback;
11
- constructor(modalService: MonkeyStyleGuideModalService);
12
- ngOnInit(): void;
13
- onClose(): void;
14
- onHandleChangeCurrency(currency: string): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyConfigComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyConfigComponent, "monkeyecx-currency-config", never, { "config": "config"; "modalRef": "modalRef"; }, {}, never, never>;
17
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { MonkeyModalConfig, MonkeyStyleGuideModalService } from 'monkey-style-guide';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CurrencyConfigComponent implements OnInit {
5
+ private modalService;
6
+ config: MonkeyModalConfig | null;
7
+ modalRef: any;
8
+ _currency: string;
9
+ _currencies: string[];
10
+ private callback;
11
+ constructor(modalService: MonkeyStyleGuideModalService);
12
+ ngOnInit(): void;
13
+ onClose(): void;
14
+ onHandleChangeCurrency(currency: string): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyConfigComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<CurrencyConfigComponent, "monkeyecx-currency-config", never, { "config": "config"; "modalRef": "modalRef"; }, {}, never, never>;
17
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./currency-config.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "monkey-style-guide";
5
- import * as i4 from "@ngx-translate/core";
6
- export declare class CurrencyConfigModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyConfigModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<CurrencyConfigModule, [typeof i1.CurrencyConfigComponent], [typeof i2.CommonModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyRadioButtonModule, typeof i3.MonkeyOptionModule, typeof i3.MonkeyModalModule, typeof i4.TranslateModule], [typeof i1.CurrencyConfigComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<CurrencyConfigModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./currency-config.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "monkey-style-guide";
5
+ import * as i4 from "@ngx-translate/core";
6
+ export declare class CurrencyConfigModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyConfigModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CurrencyConfigModule, [typeof i1.CurrencyConfigComponent], [typeof i2.CommonModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyRadioButtonModule, typeof i3.MonkeyOptionModule, typeof i3.MonkeyModalModule, typeof i4.TranslateModule], [typeof i1.CurrencyConfigComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<CurrencyConfigModule>;
10
+ }
@@ -1,2 +1,2 @@
1
- export * from './currency-config.component';
2
- export * from './currency-config.module';
1
+ export * from './currency-config.component';
2
+ export * from './currency-config.module';
@@ -1,5 +1,5 @@
1
- export * from './alerts';
2
- export * from './closed-to-maintenance';
3
- export * from './progress-bar';
4
- export * from './version-changed';
5
- export * from './currency-config';
1
+ export * from './alerts';
2
+ export * from './closed-to-maintenance';
3
+ export * from './progress-bar';
4
+ export * from './version-changed';
5
+ export * from './currency-config';
@@ -1,3 +1,3 @@
1
- export * from './progress-bar.component';
2
- export * from './progress-bar.module';
3
- export * from './progress-bar.service';
1
+ export * from './progress-bar.component';
2
+ export * from './progress-bar.module';
3
+ export * from './progress-bar.service';
@@ -1,11 +1,11 @@
1
- import { OnInit } from '@angular/core';
2
- import { MonkeyEcxProgressBarService } from './progress-bar.service';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxProgressBarComponent implements OnInit {
5
- private progressBarService;
6
- visible: boolean;
7
- constructor(progressBarService: MonkeyEcxProgressBarService);
8
- ngOnInit(): void;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxProgressBarComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyEcxProgressBarComponent, "monkeyecx-progress-bar", never, {}, {}, never, never>;
11
- }
1
+ import { OnInit } from '@angular/core';
2
+ import { MonkeyEcxProgressBarService } from './progress-bar.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxProgressBarComponent implements OnInit {
5
+ private progressBarService;
6
+ visible: boolean;
7
+ constructor(progressBarService: MonkeyEcxProgressBarService);
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxProgressBarComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyEcxProgressBarComponent, "monkeyecx-progress-bar", never, {}, {}, never, never>;
11
+ }
@@ -1,8 +1,8 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./progress-bar.component";
3
- import * as i2 from "@angular/common";
4
- export declare class MonkeyEcxProgressBarModule {
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxProgressBarModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxProgressBarModule, [typeof i1.MonkeyEcxProgressBarComponent], [typeof i2.CommonModule], [typeof i1.MonkeyEcxProgressBarComponent]>;
7
- static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxProgressBarModule>;
8
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./progress-bar.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class MonkeyEcxProgressBarModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxProgressBarModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxProgressBarModule, [typeof i1.MonkeyEcxProgressBarComponent], [typeof i2.CommonModule], [typeof i1.MonkeyEcxProgressBarComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxProgressBarModule>;
8
+ }
@@ -1,14 +1,14 @@
1
- import { Router } from '@angular/router';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxProgressBarService {
5
- private router;
6
- private visible;
7
- constructor(router: Router);
8
- private init;
9
- show(): void;
10
- hide(): void;
11
- visibleConfig(): Observable<any> | null;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxProgressBarService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxProgressBarService>;
14
- }
1
+ import { Router } from '@angular/router';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxProgressBarService {
5
+ private router;
6
+ private visible;
7
+ constructor(router: Router);
8
+ private init;
9
+ show(): void;
10
+ hide(): void;
11
+ visibleConfig(): Observable<any> | null;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxProgressBarService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxProgressBarService>;
14
+ }
@@ -1,2 +1,2 @@
1
- export * from './version-changed.component';
2
- export * from './version-changed.module';
1
+ export * from './version-changed.component';
2
+ export * from './version-changed.module';
@@ -1,9 +1,9 @@
1
- import { MonkeyModalConfig } from 'monkey-style-guide';
2
- import * as i0 from "@angular/core";
3
- export declare class VersionChangedComponent {
4
- config: MonkeyModalConfig | null;
5
- modalRef: any;
6
- onClose(): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<VersionChangedComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<VersionChangedComponent, "monkeyecx-version-changed", never, { "config": "config"; "modalRef": "modalRef"; }, {}, never, never>;
9
- }
1
+ import { MonkeyModalConfig } from 'monkey-style-guide';
2
+ import * as i0 from "@angular/core";
3
+ export declare class VersionChangedComponent {
4
+ config: MonkeyModalConfig | null;
5
+ modalRef: any;
6
+ onClose(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<VersionChangedComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<VersionChangedComponent, "monkeyecx-version-changed", never, { "config": "config"; "modalRef": "modalRef"; }, {}, never, never>;
9
+ }
@@ -1,10 +1,10 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./version-changed.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "monkey-style-guide";
5
- import * as i4 from "@ngx-translate/core";
6
- export declare class VersionChangedModule {
7
- static ɵfac: i0.ɵɵFactoryDeclaration<VersionChangedModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<VersionChangedModule, [typeof i1.VersionChangedComponent], [typeof i2.CommonModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyIconModule, typeof i3.MonkeyInputModule, typeof i3.MonkeyModalModule, typeof i4.TranslateModule], [typeof i1.VersionChangedComponent]>;
9
- static ɵinj: i0.ɵɵInjectorDeclaration<VersionChangedModule>;
10
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./version-changed.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "monkey-style-guide";
5
+ import * as i4 from "@ngx-translate/core";
6
+ export declare class VersionChangedModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<VersionChangedModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VersionChangedModule, [typeof i1.VersionChangedComponent], [typeof i2.CommonModule, typeof i3.MonkeyButtonModule, typeof i3.MonkeyIconModule, typeof i3.MonkeyInputModule, typeof i3.MonkeyModalModule, typeof i4.TranslateModule], [typeof i1.VersionChangedComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<VersionChangedModule>;
10
+ }
@@ -1,4 +1,4 @@
1
- export * from './monkeyecx-charts-decorators';
2
- export * from './monkeyecx-decorators';
3
- export * from './monkeyecx-download-decorators';
4
- export * from './monkeyecx-upload-decorators';
1
+ export * from './monkeyecx-charts-decorators';
2
+ export * from './monkeyecx-decorators';
3
+ export * from './monkeyecx-download-decorators';
4
+ export * from './monkeyecx-upload-decorators';
@@ -1 +1 @@
1
- export declare function MonkeyEcxCoreCharts(render?: boolean): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
1
+ export declare function MonkeyEcxCoreCharts(render?: boolean): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1,7 +1,7 @@
1
- import { MonkeyEcxServiceCredentials } from '../interfaces';
2
- export declare function MonkeyEcxCoreServiceConstructor(): (target: any) => any;
3
- export declare function MonkeyEcxCoreLog(tp: string): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
4
- export declare function MonkeyEcxCoreClearDecorators(): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
5
- export declare function MonkeyEcxCoreService(params: MonkeyEcxServiceCredentials): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
6
- export declare function MonkeyEcxCoreServicePaged(params: MonkeyEcxServiceCredentials): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
7
- export declare function MonkeyEcxCoreServiceQueue(name: string, description?: string, params?: MonkeyEcxServiceCredentials): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
1
+ import { MonkeyEcxServiceCredentials } from '../interfaces';
2
+ export declare function MonkeyEcxCoreServiceConstructor(): (target: any) => any;
3
+ export declare function MonkeyEcxCoreLog(tp: string): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
4
+ export declare function MonkeyEcxCoreClearDecorators(): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
5
+ export declare function MonkeyEcxCoreService(params: MonkeyEcxServiceCredentials): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
6
+ export declare function MonkeyEcxCoreServicePaged(params: MonkeyEcxServiceCredentials): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
7
+ export declare function MonkeyEcxCoreServiceQueue(name: string, description?: string, params?: MonkeyEcxServiceCredentials): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1,2 +1,2 @@
1
- import { MonkeyEcxServiceCredentials } from '../interfaces';
2
- export declare function MonkeyEcxServiceDownload(name: string, description?: string, params?: MonkeyEcxServiceCredentials): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
1
+ import { MonkeyEcxServiceCredentials } from '../interfaces';
2
+ export declare function MonkeyEcxServiceDownload(name: string, description?: string, params?: MonkeyEcxServiceCredentials): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1,2 +1,2 @@
1
- import { MonkeyEcxServiceCredentials } from '../interfaces';
2
- export declare function MonkeyEcxServiceUpload(name: string, description?: string, params?: MonkeyEcxServiceCredentials): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
1
+ import { MonkeyEcxServiceCredentials } from '../interfaces';
2
+ export declare function MonkeyEcxServiceUpload(name: string, description?: string, params?: MonkeyEcxServiceCredentials): (target: Object, propertyName: string, propertyDescriptor: PropertyDescriptor) => PropertyDescriptor;
@@ -1,12 +1,12 @@
1
- export * from './monkeyecx-drag-drop';
2
- export * from './monkeyecx-format-currency';
3
- export * from './monkeyecx-format-upper';
4
- export * from './monkeyecx-only-alpha-numeric-directive';
5
- export * from './monkeyecx-only-number-directive';
6
- export * from './monkeyecx-popover-options.directive';
7
- export * from './monkeyecx-popover.directive';
8
- export * from './monkeyecx-security-directive';
9
- export * from './monkeyecx-tooltip-directive';
10
- export * from './monkeyecx-directives-module';
11
- export * from './monkeyecx-feature-directive';
12
- export * from './monkeyecx-feature-by-program-directive';
1
+ export * from './monkeyecx-drag-drop';
2
+ export * from './monkeyecx-format-currency';
3
+ export * from './monkeyecx-format-upper';
4
+ export * from './monkeyecx-only-alpha-numeric-directive';
5
+ export * from './monkeyecx-only-number-directive';
6
+ export * from './monkeyecx-popover-options.directive';
7
+ export * from './monkeyecx-popover.directive';
8
+ export * from './monkeyecx-security-directive';
9
+ export * from './monkeyecx-tooltip-directive';
10
+ export * from './monkeyecx-directives-module';
11
+ export * from './monkeyecx-feature-directive';
12
+ export * from './monkeyecx-feature-by-program-directive';
@@ -1,19 +1,19 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./monkeyecx-drag-drop";
3
- import * as i2 from "./monkeyecx-format-currency";
4
- import * as i3 from "./monkeyecx-feature-directive";
5
- import * as i4 from "./monkeyecx-feature-by-program-directive";
6
- import * as i5 from "./monkeyecx-format-upper";
7
- import * as i6 from "./monkeyecx-only-alpha-numeric-directive";
8
- import * as i7 from "./monkeyecx-only-number-directive";
9
- import * as i8 from "./monkeyecx-security-directive";
10
- import * as i9 from "./monkeyecx-tooltip-directive";
11
- import * as i10 from "./monkeyecx-popover.directive";
12
- import * as i11 from "./monkeyecx-popover-options.directive";
13
- import * as i12 from "@angular/common";
14
- import * as i13 from "@angular/cdk/overlay";
15
- export declare class MonkeyEcxDirectivesModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDirectivesModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxDirectivesModule, [typeof i1.MonkeyEcxDragDropDirective, typeof i2.MonkeyEcxFormatCurrency, typeof i3.MonkeyEcxFeatureDirective, typeof i4.MonkeyEcxFeatureByProgramDirective, typeof i5.MonkeyEcxFormatUpper, typeof i6.MonkeyEcxOnlyAlphaNumericDirective, typeof i7.MonkeyEcxOnlyNumbersDirective, typeof i8.MonkeyEcxSecurityDirective, typeof i9.MonkeyEcxTooltipDirective, typeof i10.MonkeyEcxPopoverDirective, typeof i11.MonkeyEcxPopoverOptionsDirective], [typeof i12.CommonModule, typeof i13.OverlayModule], [typeof i1.MonkeyEcxDragDropDirective, typeof i2.MonkeyEcxFormatCurrency, typeof i3.MonkeyEcxFeatureDirective, typeof i4.MonkeyEcxFeatureByProgramDirective, typeof i5.MonkeyEcxFormatUpper, typeof i6.MonkeyEcxOnlyAlphaNumericDirective, typeof i7.MonkeyEcxOnlyNumbersDirective, typeof i8.MonkeyEcxSecurityDirective, typeof i9.MonkeyEcxTooltipDirective, typeof i10.MonkeyEcxPopoverDirective, typeof i11.MonkeyEcxPopoverOptionsDirective]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxDirectivesModule>;
19
- }
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./monkeyecx-drag-drop";
3
+ import * as i2 from "./monkeyecx-format-currency";
4
+ import * as i3 from "./monkeyecx-feature-directive";
5
+ import * as i4 from "./monkeyecx-feature-by-program-directive";
6
+ import * as i5 from "./monkeyecx-format-upper";
7
+ import * as i6 from "./monkeyecx-only-alpha-numeric-directive";
8
+ import * as i7 from "./monkeyecx-only-number-directive";
9
+ import * as i8 from "./monkeyecx-security-directive";
10
+ import * as i9 from "./monkeyecx-tooltip-directive";
11
+ import * as i10 from "./monkeyecx-popover.directive";
12
+ import * as i11 from "./monkeyecx-popover-options.directive";
13
+ import * as i12 from "@angular/common";
14
+ import * as i13 from "@angular/cdk/overlay";
15
+ export declare class MonkeyEcxDirectivesModule {
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDirectivesModule, never>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxDirectivesModule, [typeof i1.MonkeyEcxDragDropDirective, typeof i2.MonkeyEcxFormatCurrency, typeof i3.MonkeyEcxFeatureDirective, typeof i4.MonkeyEcxFeatureByProgramDirective, typeof i5.MonkeyEcxFormatUpper, typeof i6.MonkeyEcxOnlyAlphaNumericDirective, typeof i7.MonkeyEcxOnlyNumbersDirective, typeof i8.MonkeyEcxSecurityDirective, typeof i9.MonkeyEcxTooltipDirective, typeof i10.MonkeyEcxPopoverDirective, typeof i11.MonkeyEcxPopoverOptionsDirective], [typeof i12.CommonModule, typeof i13.OverlayModule], [typeof i1.MonkeyEcxDragDropDirective, typeof i2.MonkeyEcxFormatCurrency, typeof i3.MonkeyEcxFeatureDirective, typeof i4.MonkeyEcxFeatureByProgramDirective, typeof i5.MonkeyEcxFormatUpper, typeof i6.MonkeyEcxOnlyAlphaNumericDirective, typeof i7.MonkeyEcxOnlyNumbersDirective, typeof i8.MonkeyEcxSecurityDirective, typeof i9.MonkeyEcxTooltipDirective, typeof i10.MonkeyEcxPopoverDirective, typeof i11.MonkeyEcxPopoverOptionsDirective]>;
18
+ static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxDirectivesModule>;
19
+ }
@@ -1,12 +1,12 @@
1
- import { EventEmitter } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxDragDropDirective {
4
- onFileDropped: EventEmitter<any>;
5
- private background;
6
- private opacity;
7
- onDragOver(evt: any): void;
8
- onDragLeave(evt: any): void;
9
- ondrop(evt: any): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDragDropDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxDragDropDirective, "[monkeyecxDragDrop]", never, {}, { "onFileDropped": "onFileDropped"; }, never>;
12
- }
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxDragDropDirective {
4
+ onFileDropped: EventEmitter<any>;
5
+ private background;
6
+ private opacity;
7
+ onDragOver(evt: any): void;
8
+ onDragLeave(evt: any): void;
9
+ ondrop(evt: any): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDragDropDirective, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxDragDropDirective, "[monkeyecxDragDrop]", never, {}, { "onFileDropped": "onFileDropped"; }, never>;
12
+ }
@@ -1,16 +1,16 @@
1
- import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
2
- import { MonkeyEcxConfigService } from '../services';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxFeatureByProgramDirective implements OnInit {
5
- private cdr;
6
- private elementRef;
7
- private monkeyConfigService;
8
- feature: string;
9
- private config?;
10
- constructor(cdr: ChangeDetectorRef, elementRef: ElementRef, monkeyConfigService: MonkeyEcxConfigService);
11
- private init;
12
- private handleDisplay;
13
- ngOnInit(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFeatureByProgramDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxFeatureByProgramDirective, "[monkeyecxFeatureByProgram]", never, { "feature": "feature"; }, {}, never>;
16
- }
1
+ import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
2
+ import { MonkeyEcxConfigService } from '../services';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxFeatureByProgramDirective implements OnInit {
5
+ private cdr;
6
+ private elementRef;
7
+ private monkeyConfigService;
8
+ feature: string;
9
+ private config?;
10
+ constructor(cdr: ChangeDetectorRef, elementRef: ElementRef, monkeyConfigService: MonkeyEcxConfigService);
11
+ private init;
12
+ private handleDisplay;
13
+ ngOnInit(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFeatureByProgramDirective, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxFeatureByProgramDirective, "[monkeyecxFeatureByProgram]", never, { "feature": "feature"; }, {}, never>;
16
+ }
@@ -1,17 +1,17 @@
1
- import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
- import { MonkeyEcxFeatureToggleService } from '../services/config/monkeyecx-feature-toggle.service';
3
- import * as i0 from "@angular/core";
4
- export declare class MonkeyEcxFeatureDirective implements OnDestroy, OnInit {
5
- private cdr;
6
- private elementRef;
7
- private monkeyecxFeatureToggleService;
8
- feature?: string;
9
- private unsubscribeAll;
10
- constructor(cdr: ChangeDetectorRef, elementRef: ElementRef, monkeyecxFeatureToggleService: MonkeyEcxFeatureToggleService);
11
- private getFeature;
12
- private handleDisplay;
13
- ngOnDestroy(): void;
14
- ngOnInit(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFeatureDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxFeatureDirective, "[monkeyecxFeature]", never, { "feature": "featureName"; }, {}, never>;
17
- }
1
+ import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
2
+ import { MonkeyEcxFeatureToggleService } from '../services/config/monkeyecx-feature-toggle.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MonkeyEcxFeatureDirective implements OnDestroy, OnInit {
5
+ private cdr;
6
+ private elementRef;
7
+ private monkeyecxFeatureToggleService;
8
+ feature?: string;
9
+ private unsubscribeAll;
10
+ constructor(cdr: ChangeDetectorRef, elementRef: ElementRef, monkeyecxFeatureToggleService: MonkeyEcxFeatureToggleService);
11
+ private getFeature;
12
+ private handleDisplay;
13
+ ngOnDestroy(): void;
14
+ ngOnInit(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFeatureDirective, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxFeatureDirective, "[monkeyecxFeature]", never, { "feature": "featureName"; }, {}, never>;
17
+ }
@@ -1,16 +1,16 @@
1
- import { ElementRef, OnInit, Injector } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class MonkeyEcxFormatCurrency implements OnInit {
4
- private elementRef;
5
- private injector;
6
- private el;
7
- private currency;
8
- private currencyCode;
9
- private currentLocale;
10
- constructor(elementRef: ElementRef, injector: Injector);
11
- private handle;
12
- ngOnInit(): void;
13
- onInput(value: any): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatCurrency, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxFormatCurrency, "[monkeyecxFormatCurrency]", never, {}, {}, never>;
16
- }
1
+ import { ElementRef, OnInit, Injector } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MonkeyEcxFormatCurrency implements OnInit {
4
+ private elementRef;
5
+ private injector;
6
+ private el;
7
+ private currency;
8
+ private currencyCode;
9
+ private currentLocale;
10
+ constructor(elementRef: ElementRef, injector: Injector);
11
+ private handle;
12
+ ngOnInit(): void;
13
+ onInput(value: any): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatCurrency, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MonkeyEcxFormatCurrency, "[monkeyecxFormatCurrency]", never, {}, {}, never>;
16
+ }