monkey-front-core 0.0.468 → 0.0.470
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.
- package/README.md +24 -24
- package/esm2020/lib/components/alerts/alerts.component.mjs +45 -45
- package/esm2020/lib/components/alerts/alerts.module.mjs +21 -21
- package/esm2020/lib/components/alerts/index.mjs +3 -3
- package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.component.mjs +29 -29
- package/esm2020/lib/components/closed-to-maintenance/closed-to-maintenance.module.mjs +43 -43
- package/esm2020/lib/components/closed-to-maintenance/index.mjs +3 -3
- package/esm2020/lib/components/currency-config/currency-config.component.mjs +39 -39
- package/esm2020/lib/components/currency-config/currency-config.module.mjs +39 -39
- package/esm2020/lib/components/currency-config/index.mjs +3 -3
- package/esm2020/lib/components/index.mjs +6 -6
- package/esm2020/lib/components/progress-bar/index.mjs +4 -4
- package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +23 -23
- package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +18 -18
- package/esm2020/lib/components/progress-bar/progress-bar.service.mjs +50 -50
- package/esm2020/lib/components/version-changed/index.mjs +3 -3
- package/esm2020/lib/components/version-changed/version-changed.component.mjs +24 -24
- package/esm2020/lib/components/version-changed/version-changed.module.mjs +39 -39
- package/esm2020/lib/core/decorators/index.mjs +5 -5
- package/esm2020/lib/core/decorators/monkeyecx-charts-decorators.mjs +40 -40
- package/esm2020/lib/core/decorators/monkeyecx-decorators.mjs +111 -111
- package/esm2020/lib/core/decorators/monkeyecx-download-decorators.mjs +26 -26
- package/esm2020/lib/core/decorators/monkeyecx-upload-decorators.mjs +26 -26
- package/esm2020/lib/core/directives/index.mjs +13 -13
- package/esm2020/lib/core/directives/monkeyecx-directives-module.mjs +73 -73
- package/esm2020/lib/core/directives/monkeyecx-drag-drop.mjs +57 -57
- package/esm2020/lib/core/directives/monkeyecx-feature-by-program-directive.mjs +54 -54
- package/esm2020/lib/core/directives/monkeyecx-feature-directive.mjs +68 -68
- package/esm2020/lib/core/directives/monkeyecx-format-currency.mjs +44 -44
- package/esm2020/lib/core/directives/monkeyecx-format-upper.mjs +67 -67
- package/esm2020/lib/core/directives/monkeyecx-only-alpha-numeric-directive.mjs +28 -28
- package/esm2020/lib/core/directives/monkeyecx-only-number-directive.mjs +28 -28
- package/esm2020/lib/core/directives/monkeyecx-popover-options.directive.mjs +39 -39
- package/esm2020/lib/core/directives/monkeyecx-popover.directive.mjs +212 -212
- package/esm2020/lib/core/directives/monkeyecx-security-directive.mjs +75 -75
- package/esm2020/lib/core/directives/monkeyecx-tooltip-directive.mjs +123 -123
- package/esm2020/lib/core/index.mjs +10 -10
- package/esm2020/lib/core/interceptors/index.mjs +6 -6
- package/esm2020/lib/core/interceptors/monkeyecx-http-config-error.interceptor.mjs +49 -49
- package/esm2020/lib/core/interceptors/monkeyecx-http-config-header.interceptor.mjs +59 -59
- package/esm2020/lib/core/interceptors/monkeyecx-http-config-interceptor.module.mjs +47 -47
- package/esm2020/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.mjs +43 -43
- package/esm2020/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.mjs +37 -37
- package/esm2020/lib/core/interfaces/index.mjs +35 -35
- package/esm2020/lib/core/interfaces/monkeyecx-auth-credentials.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-company-pendencies.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-company.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-config-bootstrap.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-config.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-country-security.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-error-response.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-filter.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-handled-error-response.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-header-credentials.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-intercom-options.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-interface.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-me-credentials.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-navigation.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-pagination.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-program.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-releases.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-request-in-progress.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-request-paged.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-resolver.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-response-links.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-response-paged.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-saved-state.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-scroll-options.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-service-credentials.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-storage.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-store.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-support-options.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-token-credentials.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-translate-options.mjs +2 -2
- package/esm2020/lib/core/interfaces/request-download/index.mjs +4 -4
- package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-download.mjs +2 -2
- package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-downloaded.mjs +2 -2
- package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-item-download.mjs +2 -2
- package/esm2020/lib/core/interfaces/request-queue/index.mjs +4 -4
- package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.mjs +2 -2
- package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.mjs +2 -2
- package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-queue.mjs +2 -2
- package/esm2020/lib/core/interfaces/request-upload/index.mjs +3 -3
- package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.mjs +2 -2
- package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-upload.mjs +2 -2
- package/esm2020/lib/core/interfaces/schedules/index.mjs +2 -2
- package/esm2020/lib/core/interfaces/schedules/monkeyecx-request-schedule.mjs +2 -2
- package/esm2020/lib/core/model/index.mjs +3 -3
- package/esm2020/lib/core/model/monkeyecx-links.model.mjs +8 -8
- package/esm2020/lib/core/model/monkeyecx-model.mjs +25 -25
- package/esm2020/lib/core/pipes/index.mjs +22 -22
- package/esm2020/lib/core/pipes/monkeyecx-blob-secure.mjs +26 -26
- package/esm2020/lib/core/pipes/monkeyecx-display-first-name.mjs +19 -19
- package/esm2020/lib/core/pipes/monkeyecx-display-initials.mjs +21 -21
- package/esm2020/lib/core/pipes/monkeyecx-display-support-phone.mjs +33 -33
- package/esm2020/lib/core/pipes/monkeyecx-format-address.mjs +20 -20
- package/esm2020/lib/core/pipes/monkeyecx-format-beautify-json.mjs +38 -38
- package/esm2020/lib/core/pipes/monkeyecx-format-currency.mjs +27 -27
- package/esm2020/lib/core/pipes/monkeyecx-format-date-group.mjs +45 -45
- package/esm2020/lib/core/pipes/monkeyecx-format-date-timelapse.mjs +32 -32
- package/esm2020/lib/core/pipes/monkeyecx-format-date-unix-timelapse.mjs +36 -36
- package/esm2020/lib/core/pipes/monkeyecx-format-document.mjs +20 -20
- package/esm2020/lib/core/pipes/monkeyecx-format-number.mjs +20 -20
- package/esm2020/lib/core/pipes/monkeyecx-format-phone.mjs +42 -42
- package/esm2020/lib/core/pipes/monkeyecx-format-size.mjs +20 -20
- package/esm2020/lib/core/pipes/monkeyecx-format-tax.mjs +23 -23
- package/esm2020/lib/core/pipes/monkeyecx-format-type-document.mjs +19 -19
- package/esm2020/lib/core/pipes/monkeyecx-format-value.mjs +19 -19
- package/esm2020/lib/core/pipes/monkeyecx-format-zipcode.mjs +19 -19
- package/esm2020/lib/core/pipes/monkeyecx-pipes.module.mjs +117 -117
- package/esm2020/lib/core/pipes/monkeyecx-text-truncate.mjs +23 -23
- package/esm2020/lib/core/pipes/monkeyecx-truncate-qtd.mjs +16 -16
- package/esm2020/lib/core/services/alerts/index.mjs +2 -2
- package/esm2020/lib/core/services/alerts/monkeyecx-alerts.service.mjs +42 -42
- package/esm2020/lib/core/services/auth/index.mjs +6 -6
- package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-company.service.mjs +28 -28
- package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-login.service.mjs +27 -27
- package/esm2020/lib/core/services/auth/monkeyecx-auth-guard-role.service.mjs +79 -79
- package/esm2020/lib/core/services/auth/monkeyecx-auth-guard.service.mjs +26 -26
- package/esm2020/lib/core/services/auth/monkeyecx-authentication.service.mjs +78 -78
- package/esm2020/lib/core/services/commons/index.mjs +4 -3
- package/esm2020/lib/core/services/commons/monkeyecx-commons-resolve-base.service.mjs +109 -0
- package/esm2020/lib/core/services/commons/monkeyecx-commons-resolve.service.mjs +127 -126
- package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +362 -362
- package/esm2020/lib/core/services/config/monkeyecx-alerts-config.service.mjs +42 -42
- package/esm2020/lib/core/services/config/monkeyecx-config.module.mjs +28 -28
- package/esm2020/lib/core/services/config/monkeyecx-config.service.mjs +107 -107
- package/esm2020/lib/core/services/config/monkeyecx-currency-config.service.mjs +84 -84
- package/esm2020/lib/core/services/config/monkeyecx-error-config.service.mjs +85 -85
- package/esm2020/lib/core/services/config/monkeyecx-feature-toggle.service.mjs +76 -76
- package/esm2020/lib/core/services/config/monkeyecx-gtm-config.service.mjs +50 -50
- package/esm2020/lib/core/services/config/monkeyecx-i18n-config.service.mjs +152 -152
- package/esm2020/lib/core/services/config/monkeyecx-logs-config.service.mjs +34 -34
- package/esm2020/lib/core/services/config/monkeyecx-maintenance-config.service.mjs +37 -37
- package/esm2020/lib/core/services/config/monkeyecx-security-console-config.service.mjs +47 -47
- package/esm2020/lib/core/services/config/monkeyecx-service-worker-config.service.mjs +53 -53
- package/esm2020/lib/core/services/error/index.mjs +5 -5
- package/esm2020/lib/core/services/error/monkeyecx-error-handling.module.mjs +27 -27
- package/esm2020/lib/core/services/error/monkeyecx-error-handling.service.mjs +37 -37
- package/esm2020/lib/core/services/error/monkeyecx-http-error-handling.service.mjs +138 -138
- package/esm2020/lib/core/services/error/monkeyecx-others-errors-handling.service.mjs +29 -29
- package/esm2020/lib/core/services/index.mjs +26 -26
- package/esm2020/lib/core/services/logged/index.mjs +2 -2
- package/esm2020/lib/core/services/logged/monkeyecx-logged-handling.service.mjs +40 -40
- package/esm2020/lib/core/services/monkeyecx-handling.service.mjs +50 -50
- package/esm2020/lib/core/services/monkeyecx-service.service.mjs +104 -104
- package/esm2020/lib/core/services/pagination/index.mjs +2 -2
- package/esm2020/lib/core/services/pagination/monkeyecx-pagination.service.mjs +29 -29
- package/esm2020/lib/core/services/request-download/index.mjs +3 -3
- package/esm2020/lib/core/services/request-download/monkeyecx-request-download-handling.service.mjs +93 -93
- package/esm2020/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.mjs +61 -61
- package/esm2020/lib/core/services/request-paged/index.mjs +2 -2
- package/esm2020/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.mjs +42 -42
- package/esm2020/lib/core/services/request-queue/index.mjs +3 -3
- package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.mjs +114 -114
- package/esm2020/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.mjs +119 -119
- package/esm2020/lib/core/services/routes/index.mjs +2 -2
- package/esm2020/lib/core/services/routes/monkeyecx-dicovery-params.service.mjs +54 -54
- package/esm2020/lib/core/services/schedules/index.mjs +2 -2
- package/esm2020/lib/core/services/schedules/monkeyecx-request-schedule.service.mjs +188 -188
- package/esm2020/lib/core/services/storage/index.mjs +3 -3
- package/esm2020/lib/core/services/storage/monkeyecx-cookie-storage.service.mjs +32 -32
- package/esm2020/lib/core/services/storage/monkeyecx-token-storage.service.mjs +236 -236
- package/esm2020/lib/core/services/store/index.mjs +3 -3
- package/esm2020/lib/core/services/store/monkeyecx-store.actions.mjs +25 -25
- package/esm2020/lib/core/services/store/monkeyecx-store.selector.mjs +75 -75
- package/esm2020/lib/core/services/store/monkeyecx-store.service.mjs +189 -189
- package/esm2020/lib/core/specification-search/index.mjs +2 -2
- package/esm2020/lib/core/specification-search/monkeyecx-specification-search.mjs +108 -108
- package/esm2020/lib/core/utils/decorators-utils.mjs +40 -40
- package/esm2020/lib/core/utils/index.mjs +8 -8
- package/esm2020/lib/core/utils/statics.mjs +45 -45
- package/esm2020/lib/core/utils/utils.mjs +267 -267
- package/esm2020/lib/core/utils/validate-utils.mjs +205 -205
- package/esm2020/lib/core/utils/validators.mjs +268 -268
- package/esm2020/lib/monkey-front-core.module.mjs +71 -71
- package/esm2020/lib/store/actions/index.mjs +2 -2
- package/esm2020/lib/store/actions/monkeyecx-storage.actions.mjs +8 -8
- package/esm2020/lib/store/index.mjs +4 -4
- package/esm2020/lib/store/reducers/index.mjs +3 -3
- package/esm2020/lib/store/reducers/monkeyecx-seeder.reducer.mjs +53 -53
- package/esm2020/lib/store/reducers/monkeyecx-storage.reducer.mjs +40 -40
- package/esm2020/lib/store/selectors/index.mjs +2 -2
- package/esm2020/lib/store/selectors/monkeyecx-storage.selector.mjs +17 -17
- package/esm2020/monkey-front-core.mjs +4 -4
- package/esm2020/public-api.mjs +8 -8
- package/fesm2015/monkey-front-core.mjs +6069 -5962
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +6123 -6020
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/components/alerts/alerts.component.d.ts +22 -22
- package/lib/components/alerts/alerts.module.d.ts +10 -10
- package/lib/components/alerts/index.d.ts +2 -2
- package/lib/components/closed-to-maintenance/closed-to-maintenance.component.d.ts +13 -13
- package/lib/components/closed-to-maintenance/closed-to-maintenance.module.d.ts +11 -11
- package/lib/components/closed-to-maintenance/index.d.ts +2 -2
- package/lib/components/currency-config/currency-config.component.d.ts +17 -17
- package/lib/components/currency-config/currency-config.module.d.ts +10 -10
- package/lib/components/currency-config/index.d.ts +2 -2
- package/lib/components/index.d.ts +5 -5
- package/lib/components/progress-bar/index.d.ts +3 -3
- package/lib/components/progress-bar/progress-bar.component.d.ts +11 -11
- package/lib/components/progress-bar/progress-bar.module.d.ts +8 -8
- package/lib/components/progress-bar/progress-bar.service.d.ts +14 -14
- package/lib/components/version-changed/index.d.ts +2 -2
- package/lib/components/version-changed/version-changed.component.d.ts +9 -9
- package/lib/components/version-changed/version-changed.module.d.ts +10 -10
- package/lib/core/decorators/index.d.ts +4 -4
- package/lib/core/decorators/monkeyecx-charts-decorators.d.ts +1 -1
- package/lib/core/decorators/monkeyecx-decorators.d.ts +7 -7
- package/lib/core/decorators/monkeyecx-download-decorators.d.ts +2 -2
- package/lib/core/decorators/monkeyecx-upload-decorators.d.ts +2 -2
- package/lib/core/directives/index.d.ts +12 -12
- package/lib/core/directives/monkeyecx-directives-module.d.ts +19 -19
- package/lib/core/directives/monkeyecx-drag-drop.d.ts +12 -12
- package/lib/core/directives/monkeyecx-feature-by-program-directive.d.ts +16 -16
- package/lib/core/directives/monkeyecx-feature-directive.d.ts +17 -17
- package/lib/core/directives/monkeyecx-format-currency.d.ts +16 -16
- package/lib/core/directives/monkeyecx-format-upper.d.ts +18 -18
- package/lib/core/directives/monkeyecx-only-alpha-numeric-directive.d.ts +9 -9
- package/lib/core/directives/monkeyecx-only-number-directive.d.ts +9 -9
- package/lib/core/directives/monkeyecx-popover-options.directive.d.ts +19 -19
- package/lib/core/directives/monkeyecx-popover.directive.d.ts +43 -43
- package/lib/core/directives/monkeyecx-security-directive.d.ts +18 -18
- package/lib/core/directives/monkeyecx-tooltip-directive.d.ts +23 -23
- package/lib/core/index.d.ts +9 -9
- package/lib/core/interceptors/index.d.ts +5 -5
- package/lib/core/interceptors/monkeyecx-http-config-error.interceptor.d.ts +18 -18
- package/lib/core/interceptors/monkeyecx-http-config-header.interceptor.d.ts +16 -16
- package/lib/core/interceptors/monkeyecx-http-config-interceptor.module.d.ts +9 -9
- package/lib/core/interceptors/monkeyecx-http-config-loading-in-progress.interceptor.d.ts +12 -12
- package/lib/core/interceptors/monkeyecx-http-config-queue.interceptor.d.ts +14 -14
- package/lib/core/interfaces/index.d.ts +34 -34
- package/lib/core/interfaces/monkeyecx-auth-credentials.d.ts +15 -15
- package/lib/core/interfaces/monkeyecx-company-pendencies.d.ts +14 -14
- package/lib/core/interfaces/monkeyecx-company.d.ts +10 -10
- package/lib/core/interfaces/monkeyecx-config-bootstrap.d.ts +14 -14
- package/lib/core/interfaces/monkeyecx-config.d.ts +132 -132
- package/lib/core/interfaces/monkeyecx-country-security.d.ts +4 -4
- package/lib/core/interfaces/monkeyecx-error-response.d.ts +5 -5
- package/lib/core/interfaces/monkeyecx-filter.d.ts +42 -42
- package/lib/core/interfaces/monkeyecx-handled-error-response.d.ts +10 -10
- package/lib/core/interfaces/monkeyecx-header-credentials.d.ts +4 -4
- package/lib/core/interfaces/monkeyecx-intercom-options.d.ts +4 -4
- package/lib/core/interfaces/monkeyecx-interface.d.ts +11 -11
- package/lib/core/interfaces/monkeyecx-me-credentials.d.ts +22 -22
- package/lib/core/interfaces/monkeyecx-navigation.d.ts +27 -27
- package/lib/core/interfaces/monkeyecx-pagination.d.ts +26 -26
- package/lib/core/interfaces/monkeyecx-program.d.ts +10 -10
- package/lib/core/interfaces/monkeyecx-releases.d.ts +9 -9
- package/lib/core/interfaces/monkeyecx-request-in-progress.d.ts +3 -3
- package/lib/core/interfaces/monkeyecx-request-paged.d.ts +23 -23
- package/lib/core/interfaces/monkeyecx-resolver.d.ts +39 -39
- package/lib/core/interfaces/monkeyecx-response-links.d.ts +11 -11
- package/lib/core/interfaces/monkeyecx-response-paged.d.ts +6 -6
- package/lib/core/interfaces/monkeyecx-saved-state.d.ts +5 -5
- package/lib/core/interfaces/monkeyecx-scroll-options.d.ts +5 -5
- package/lib/core/interfaces/monkeyecx-service-credentials.d.ts +12 -12
- package/lib/core/interfaces/monkeyecx-storage.d.ts +38 -38
- package/lib/core/interfaces/monkeyecx-store.d.ts +35 -35
- package/lib/core/interfaces/monkeyecx-support-options.d.ts +4 -4
- package/lib/core/interfaces/monkeyecx-token-credentials.d.ts +21 -21
- package/lib/core/interfaces/monkeyecx-translate-options.d.ts +4 -4
- package/lib/core/interfaces/request-download/index.d.ts +3 -3
- package/lib/core/interfaces/request-download/monkeyecx-request-download.d.ts +10 -10
- package/lib/core/interfaces/request-download/monkeyecx-request-downloaded.d.ts +7 -7
- package/lib/core/interfaces/request-download/monkeyecx-request-item-download.d.ts +7 -7
- package/lib/core/interfaces/request-queue/index.d.ts +3 -3
- package/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.d.ts +7 -7
- package/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.d.ts +6 -6
- package/lib/core/interfaces/request-queue/monkeyecx-request-queue.d.ts +8 -8
- package/lib/core/interfaces/request-upload/index.d.ts +2 -2
- package/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.d.ts +5 -5
- package/lib/core/interfaces/request-upload/monkeyecx-request-upload.d.ts +10 -10
- package/lib/core/interfaces/schedules/index.d.ts +1 -1
- package/lib/core/interfaces/schedules/monkeyecx-request-schedule.d.ts +13 -13
- package/lib/core/model/index.d.ts +2 -2
- package/lib/core/model/monkeyecx-links.model.d.ts +4 -4
- package/lib/core/model/monkeyecx-model.d.ts +13 -13
- package/lib/core/pipes/index.d.ts +21 -21
- package/lib/core/pipes/monkeyecx-blob-secure.d.ts +13 -13
- package/lib/core/pipes/monkeyecx-display-first-name.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-display-initials.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-display-support-phone.d.ts +18 -18
- package/lib/core/pipes/monkeyecx-format-address.d.ts +14 -14
- package/lib/core/pipes/monkeyecx-format-beautify-json.d.ts +8 -8
- package/lib/core/pipes/monkeyecx-format-currency.d.ts +11 -11
- package/lib/core/pipes/monkeyecx-format-date-group.d.ts +11 -11
- package/lib/core/pipes/monkeyecx-format-date-timelapse.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-format-date-unix-timelapse.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-format-document.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-format-number.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-format-phone.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-format-size.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-format-tax.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-format-type-document.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-format-value.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-format-zipcode.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-pipes.module.d.ts +26 -26
- package/lib/core/pipes/monkeyecx-text-truncate.d.ts +7 -7
- package/lib/core/pipes/monkeyecx-truncate-qtd.d.ts +7 -7
- package/lib/core/services/alerts/index.d.ts +1 -1
- package/lib/core/services/alerts/monkeyecx-alerts.service.d.ts +21 -21
- package/lib/core/services/auth/index.d.ts +5 -5
- package/lib/core/services/auth/monkeyecx-auth-guard-company.service.d.ts +10 -10
- package/lib/core/services/auth/monkeyecx-auth-guard-login.service.d.ts +10 -10
- package/lib/core/services/auth/monkeyecx-auth-guard-role.service.d.ts +16 -16
- package/lib/core/services/auth/monkeyecx-auth-guard.service.d.ts +10 -10
- package/lib/core/services/auth/monkeyecx-authentication.service.d.ts +35 -35
- package/lib/core/services/commons/index.d.ts +3 -2
- package/lib/core/services/commons/monkeyecx-commons-resolve-base.service.d.ts +46 -0
- package/lib/core/services/commons/monkeyecx-commons-resolve.service.d.ts +60 -60
- package/lib/core/services/commons/monkeyecx-commons.service.d.ts +120 -120
- package/lib/core/services/config/monkeyecx-alerts-config.service.d.ts +11 -11
- package/lib/core/services/config/monkeyecx-config.module.d.ts +9 -9
- package/lib/core/services/config/monkeyecx-config.service.d.ts +36 -36
- package/lib/core/services/config/monkeyecx-currency-config.service.d.ts +15 -15
- package/lib/core/services/config/monkeyecx-error-config.service.d.ts +8 -8
- package/lib/core/services/config/monkeyecx-feature-toggle.service.d.ts +16 -16
- package/lib/core/services/config/monkeyecx-gtm-config.service.d.ts +8 -8
- package/lib/core/services/config/monkeyecx-i18n-config.service.d.ts +18 -18
- package/lib/core/services/config/monkeyecx-logs-config.service.d.ts +7 -7
- package/lib/core/services/config/monkeyecx-maintenance-config.service.d.ts +13 -13
- package/lib/core/services/config/monkeyecx-security-console-config.service.d.ts +12 -12
- package/lib/core/services/config/monkeyecx-service-worker-config.service.d.ts +16 -16
- package/lib/core/services/error/index.d.ts +4 -4
- package/lib/core/services/error/monkeyecx-error-handling.module.d.ts +9 -9
- package/lib/core/services/error/monkeyecx-error-handling.service.d.ts +9 -9
- package/lib/core/services/error/monkeyecx-http-error-handling.service.d.ts +26 -26
- package/lib/core/services/error/monkeyecx-others-errors-handling.service.d.ts +9 -9
- package/lib/core/services/index.d.ts +25 -25
- package/lib/core/services/logged/index.d.ts +1 -1
- package/lib/core/services/logged/monkeyecx-logged-handling.service.d.ts +14 -14
- package/lib/core/services/monkeyecx-handling.service.d.ts +22 -22
- package/lib/core/services/monkeyecx-service.service.d.ts +18 -18
- package/lib/core/services/pagination/index.d.ts +1 -1
- package/lib/core/services/pagination/monkeyecx-pagination.service.d.ts +9 -9
- package/lib/core/services/request-download/index.d.ts +2 -2
- package/lib/core/services/request-download/monkeyecx-request-download-handling.service.d.ts +18 -18
- package/lib/core/services/request-download/monkeyecx-request-downloaded-handling.service.d.ts +16 -16
- package/lib/core/services/request-paged/index.d.ts +1 -1
- package/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.d.ts +11 -11
- package/lib/core/services/request-queue/index.d.ts +2 -2
- package/lib/core/services/request-queue/monkeyecx-request-queue-handling.service.d.ts +21 -21
- package/lib/core/services/request-queue/monkeyecx-request-queue-modal-handling.service.d.ts +23 -23
- package/lib/core/services/routes/index.d.ts +1 -1
- package/lib/core/services/routes/monkeyecx-dicovery-params.service.d.ts +13 -13
- package/lib/core/services/schedules/index.d.ts +1 -1
- package/lib/core/services/schedules/monkeyecx-request-schedule.service.d.ts +47 -47
- package/lib/core/services/storage/index.d.ts +2 -2
- package/lib/core/services/storage/monkeyecx-cookie-storage.service.d.ts +11 -11
- package/lib/core/services/storage/monkeyecx-token-storage.service.d.ts +30 -30
- package/lib/core/services/store/index.d.ts +3 -3
- package/lib/core/services/store/monkeyecx-store.actions.d.ts +56 -56
- package/lib/core/services/store/monkeyecx-store.selector.d.ts +31 -31
- package/lib/core/services/store/monkeyecx-store.service.d.ts +50 -50
- package/lib/core/specification-search/index.d.ts +1 -1
- package/lib/core/specification-search/monkeyecx-specification-search.d.ts +20 -20
- package/lib/core/utils/decorators-utils.d.ts +5 -5
- package/lib/core/utils/index.d.ts +6 -6
- package/lib/core/utils/statics.d.ts +34 -34
- package/lib/core/utils/utils.d.ts +26 -26
- package/lib/core/utils/validate-utils.d.ts +66 -66
- package/lib/core/utils/validators.d.ts +36 -36
- package/lib/monkey-front-core.module.d.ts +19 -19
- package/lib/store/actions/index.d.ts +1 -1
- package/lib/store/actions/monkeyecx-storage.actions.d.ts +23 -23
- package/lib/store/index.d.ts +3 -3
- package/lib/store/reducers/index.d.ts +2 -2
- package/lib/store/reducers/monkeyecx-seeder.reducer.d.ts +2 -2
- package/lib/store/reducers/monkeyecx-storage.reducer.d.ts +13 -13
- package/lib/store/selectors/index.d.ts +1 -1
- package/lib/store/selectors/monkeyecx-storage.selector.d.ts +8 -8
- package/monkey-front-core-0.0.470.tgz +0 -0
- package/monkey-front-core.d.ts +5 -5
- package/package.json +1 -1
- package/public-api.d.ts +4 -4
- package/monkey-front-core-0.0.468.tgz +0 -0
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { MonkeyStyleGuideSettingsService } from 'monkey-style-guide';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { MonkeyEcxCommonsService } from '../commons/monkeyecx-commons.service';
|
|
4
|
-
import { MonkeyEcxService } from '../monkeyecx-service.service';
|
|
5
|
-
import { MonkeyEcxAlertsConfigService } from './monkeyecx-alerts-config.service';
|
|
6
|
-
import { MonkeyEcxErrorConfigService } from './monkeyecx-error-config.service';
|
|
7
|
-
import { MonkeyEcxFeatureToggleService } from './monkeyecx-feature-toggle.service';
|
|
8
|
-
import { MonkeyEcxGTMConfigService } from './monkeyecx-gtm-config.service';
|
|
9
|
-
import { MonkeyEcxi18nConfigService } from './monkeyecx-i18n-config.service';
|
|
10
|
-
import { MonkeyEcxLogsConfigService } from './monkeyecx-logs-config.service';
|
|
11
|
-
import { MonkeyEcxMaintenanceConfigService } from './monkeyecx-maintenance-config.service';
|
|
12
|
-
import { MonkeyEcxSecurityConsoleConfigService } from './monkeyecx-security-console-config.service';
|
|
13
|
-
import { MonkeyEcxServiceWorkerConfigService } from './monkeyecx-service-worker-config.service';
|
|
14
|
-
import * as i0 from "@angular/core";
|
|
15
|
-
export declare class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
16
|
-
private monkeyecxi18nConfigService;
|
|
17
|
-
private monkeyecxLogsConfigService;
|
|
18
|
-
private monkeyStyleGuideSettingsService;
|
|
19
|
-
private monkeyecxServiceWorkerConfigService;
|
|
20
|
-
private monkeyecxSecurityConsoleConfigService;
|
|
21
|
-
private monkeyecxMaintenanceConfigService;
|
|
22
|
-
private monkeyecxErrorConfigService;
|
|
23
|
-
private monkeyEcxFeatureToggleService;
|
|
24
|
-
private monkeyGTMConfigService;
|
|
25
|
-
private monkeyEcxAlertsConfigService;
|
|
26
|
-
private readonly configSubject$;
|
|
27
|
-
private readonly configBootstrapSubject$;
|
|
28
|
-
constructor(monkeyecxService: MonkeyEcxService, monkeyecxi18nConfigService: MonkeyEcxi18nConfigService, monkeyecxLogsConfigService: MonkeyEcxLogsConfigService, monkeyStyleGuideSettingsService: MonkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService: MonkeyEcxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService: MonkeyEcxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService: MonkeyEcxMaintenanceConfigService, monkeyecxErrorConfigService: MonkeyEcxErrorConfigService, monkeyEcxFeatureToggleService: MonkeyEcxFeatureToggleService, monkeyGTMConfigService: MonkeyEcxGTMConfigService, monkeyEcxAlertsConfigService: MonkeyEcxAlertsConfigService);
|
|
29
|
-
private getSettings;
|
|
30
|
-
private getWhiteLabel;
|
|
31
|
-
init(callback: Function, environment: any, identifyCode: string, monkeyecxCode?: string): void;
|
|
32
|
-
config(): Observable<any>;
|
|
33
|
-
bootstrapConfig(): Observable<any>;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxConfigService, never>;
|
|
35
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxConfigService>;
|
|
36
|
-
}
|
|
1
|
+
import { MonkeyStyleGuideSettingsService } from 'monkey-style-guide';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { MonkeyEcxCommonsService } from '../commons/monkeyecx-commons.service';
|
|
4
|
+
import { MonkeyEcxService } from '../monkeyecx-service.service';
|
|
5
|
+
import { MonkeyEcxAlertsConfigService } from './monkeyecx-alerts-config.service';
|
|
6
|
+
import { MonkeyEcxErrorConfigService } from './monkeyecx-error-config.service';
|
|
7
|
+
import { MonkeyEcxFeatureToggleService } from './monkeyecx-feature-toggle.service';
|
|
8
|
+
import { MonkeyEcxGTMConfigService } from './monkeyecx-gtm-config.service';
|
|
9
|
+
import { MonkeyEcxi18nConfigService } from './monkeyecx-i18n-config.service';
|
|
10
|
+
import { MonkeyEcxLogsConfigService } from './monkeyecx-logs-config.service';
|
|
11
|
+
import { MonkeyEcxMaintenanceConfigService } from './monkeyecx-maintenance-config.service';
|
|
12
|
+
import { MonkeyEcxSecurityConsoleConfigService } from './monkeyecx-security-console-config.service';
|
|
13
|
+
import { MonkeyEcxServiceWorkerConfigService } from './monkeyecx-service-worker-config.service';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
export declare class MonkeyEcxConfigService extends MonkeyEcxCommonsService {
|
|
16
|
+
private monkeyecxi18nConfigService;
|
|
17
|
+
private monkeyecxLogsConfigService;
|
|
18
|
+
private monkeyStyleGuideSettingsService;
|
|
19
|
+
private monkeyecxServiceWorkerConfigService;
|
|
20
|
+
private monkeyecxSecurityConsoleConfigService;
|
|
21
|
+
private monkeyecxMaintenanceConfigService;
|
|
22
|
+
private monkeyecxErrorConfigService;
|
|
23
|
+
private monkeyEcxFeatureToggleService;
|
|
24
|
+
private monkeyGTMConfigService;
|
|
25
|
+
private monkeyEcxAlertsConfigService;
|
|
26
|
+
private readonly configSubject$;
|
|
27
|
+
private readonly configBootstrapSubject$;
|
|
28
|
+
constructor(monkeyecxService: MonkeyEcxService, monkeyecxi18nConfigService: MonkeyEcxi18nConfigService, monkeyecxLogsConfigService: MonkeyEcxLogsConfigService, monkeyStyleGuideSettingsService: MonkeyStyleGuideSettingsService, monkeyecxServiceWorkerConfigService: MonkeyEcxServiceWorkerConfigService, monkeyecxSecurityConsoleConfigService: MonkeyEcxSecurityConsoleConfigService, monkeyecxMaintenanceConfigService: MonkeyEcxMaintenanceConfigService, monkeyecxErrorConfigService: MonkeyEcxErrorConfigService, monkeyEcxFeatureToggleService: MonkeyEcxFeatureToggleService, monkeyGTMConfigService: MonkeyEcxGTMConfigService, monkeyEcxAlertsConfigService: MonkeyEcxAlertsConfigService);
|
|
29
|
+
private getSettings;
|
|
30
|
+
private getWhiteLabel;
|
|
31
|
+
init(callback: Function, environment: any, identifyCode: string, monkeyecxCode?: string): void;
|
|
32
|
+
config(): Observable<any>;
|
|
33
|
+
bootstrapConfig(): Observable<any>;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxConfigService, never>;
|
|
35
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxConfigService>;
|
|
36
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { MonkeyStyleGuideModalFixedService } from 'monkey-style-guide';
|
|
2
|
-
import { MonkeyEcxConfigService } from './monkeyecx-config.service';
|
|
3
|
-
import { MonkeyEcxCookieStorageService } from '../storage';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MonkeyEcxCurrencyConfigService {
|
|
6
|
-
private modalService;
|
|
7
|
-
private cookieService;
|
|
8
|
-
private configService;
|
|
9
|
-
constructor(modalService: MonkeyStyleGuideModalFixedService, cookieService: MonkeyEcxCookieStorageService, configService: MonkeyEcxConfigService);
|
|
10
|
-
private onHandleCurrencyConfig;
|
|
11
|
-
private onShowCurrencyConfig;
|
|
12
|
-
apply(environment: any, force?: boolean): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxCurrencyConfigService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxCurrencyConfigService>;
|
|
15
|
-
}
|
|
1
|
+
import { MonkeyStyleGuideModalFixedService } from 'monkey-style-guide';
|
|
2
|
+
import { MonkeyEcxConfigService } from './monkeyecx-config.service';
|
|
3
|
+
import { MonkeyEcxCookieStorageService } from '../storage';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MonkeyEcxCurrencyConfigService {
|
|
6
|
+
private modalService;
|
|
7
|
+
private cookieService;
|
|
8
|
+
private configService;
|
|
9
|
+
constructor(modalService: MonkeyStyleGuideModalFixedService, cookieService: MonkeyEcxCookieStorageService, configService: MonkeyEcxConfigService);
|
|
10
|
+
private onHandleCurrencyConfig;
|
|
11
|
+
private onShowCurrencyConfig;
|
|
12
|
+
apply(environment: any, force?: boolean): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxCurrencyConfigService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxCurrencyConfigService>;
|
|
15
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MonkeyEcxErrorConfigService {
|
|
3
|
-
constructor();
|
|
4
|
-
private enableSupport;
|
|
5
|
-
apply(type: string): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxErrorConfigService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxErrorConfigService>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class MonkeyEcxErrorConfigService {
|
|
3
|
+
constructor();
|
|
4
|
+
private enableSupport;
|
|
5
|
+
apply(type: string): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxErrorConfigService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxErrorConfigService>;
|
|
8
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
-
import { MonkeyEcxConfig } from '../../interfaces';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MonkeyEcxFeatureToggleService {
|
|
5
|
-
private readonly flagSubject$;
|
|
6
|
-
private flags;
|
|
7
|
-
private ldClient;
|
|
8
|
-
constructor();
|
|
9
|
-
private getAllFlags;
|
|
10
|
-
private identify;
|
|
11
|
-
apply(configSubject$: BehaviorSubject<MonkeyEcxConfig>, environment: any): void;
|
|
12
|
-
get onFlags(): Observable<any>;
|
|
13
|
-
getFlag(flag: string): boolean | null;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFeatureToggleService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxFeatureToggleService>;
|
|
16
|
-
}
|
|
1
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
|
+
import { MonkeyEcxConfig } from '../../interfaces';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MonkeyEcxFeatureToggleService {
|
|
5
|
+
private readonly flagSubject$;
|
|
6
|
+
private flags;
|
|
7
|
+
private ldClient;
|
|
8
|
+
constructor();
|
|
9
|
+
private getAllFlags;
|
|
10
|
+
private identify;
|
|
11
|
+
apply(configSubject$: BehaviorSubject<MonkeyEcxConfig>, environment: any): void;
|
|
12
|
+
get onFlags(): Observable<any>;
|
|
13
|
+
getFlag(flag: string): boolean | null;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFeatureToggleService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxFeatureToggleService>;
|
|
16
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MonkeyEcxGTMConfigService {
|
|
3
|
-
constructor();
|
|
4
|
-
private handleCode;
|
|
5
|
-
apply(environment: any): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxGTMConfigService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxGTMConfigService>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class MonkeyEcxGTMConfigService {
|
|
3
|
+
constructor();
|
|
4
|
+
private handleCode;
|
|
5
|
+
apply(environment: any): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxGTMConfigService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxGTMConfigService>;
|
|
8
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
-
import { MonkeyEcxConfig } from '../../interfaces';
|
|
3
|
-
import { MonkeyEcxCommonsService } from '../commons';
|
|
4
|
-
import { MonkeyEcxErrorConfigService } from '../config/monkeyecx-error-config.service';
|
|
5
|
-
import { MonkeyEcxService } from '../monkeyecx-service.service';
|
|
6
|
-
import { MonkeyEcxCookieStorageService } from '../storage/monkeyecx-cookie-storage.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
|
|
9
|
-
private translateService;
|
|
10
|
-
private monkeyecxCookieStorageService;
|
|
11
|
-
private monkeyecxErrorConfigService;
|
|
12
|
-
constructor(monkeyecxService: MonkeyEcxService, translateService: TranslateService, monkeyecxCookieStorageService: MonkeyEcxCookieStorageService, monkeyecxErrorConfigService: MonkeyEcxErrorConfigService);
|
|
13
|
-
apply(params: MonkeyEcxConfig, environment: any, change?: boolean): void;
|
|
14
|
-
applyInternal(environment: any, params?: any, change?: boolean): Promise<void>;
|
|
15
|
-
applyExternal(params: MonkeyEcxConfig, environment: any, change?: boolean): Promise<void>;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxi18nConfigService, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxi18nConfigService>;
|
|
18
|
-
}
|
|
1
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import { MonkeyEcxConfig } from '../../interfaces';
|
|
3
|
+
import { MonkeyEcxCommonsService } from '../commons';
|
|
4
|
+
import { MonkeyEcxErrorConfigService } from '../config/monkeyecx-error-config.service';
|
|
5
|
+
import { MonkeyEcxService } from '../monkeyecx-service.service';
|
|
6
|
+
import { MonkeyEcxCookieStorageService } from '../storage/monkeyecx-cookie-storage.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class MonkeyEcxi18nConfigService extends MonkeyEcxCommonsService {
|
|
9
|
+
private translateService;
|
|
10
|
+
private monkeyecxCookieStorageService;
|
|
11
|
+
private monkeyecxErrorConfigService;
|
|
12
|
+
constructor(monkeyecxService: MonkeyEcxService, translateService: TranslateService, monkeyecxCookieStorageService: MonkeyEcxCookieStorageService, monkeyecxErrorConfigService: MonkeyEcxErrorConfigService);
|
|
13
|
+
apply(params: MonkeyEcxConfig, environment: any, change?: boolean): void;
|
|
14
|
+
applyInternal(environment: any, params?: any, change?: boolean): Promise<void>;
|
|
15
|
+
applyExternal(params: MonkeyEcxConfig, environment: any, change?: boolean): Promise<void>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxi18nConfigService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxi18nConfigService>;
|
|
18
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MonkeyEcxConfig, MonkeyEcxConfigBootstrap } from '../../interfaces';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxLogsConfigService {
|
|
4
|
-
apply(params: MonkeyEcxConfig, configBootstrap: MonkeyEcxConfigBootstrap, environment: any, identifyCode: string): void;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxLogsConfigService, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxLogsConfigService>;
|
|
7
|
-
}
|
|
1
|
+
import { MonkeyEcxConfig, MonkeyEcxConfigBootstrap } from '../../interfaces';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxLogsConfigService {
|
|
4
|
+
apply(params: MonkeyEcxConfig, configBootstrap: MonkeyEcxConfigBootstrap, environment: any, identifyCode: string): void;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxLogsConfigService, never>;
|
|
6
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxLogsConfigService>;
|
|
7
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import { MonkeyStyleGuideModalService } from 'monkey-style-guide';
|
|
3
|
-
import { MonkeyEcxConfigBootstrap } from '../../interfaces/monkeyecx-config-bootstrap';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MonkeyEcxMaintenanceConfigService {
|
|
6
|
-
private modalService;
|
|
7
|
-
private router;
|
|
8
|
-
constructor(modalService: MonkeyStyleGuideModalService, router: Router);
|
|
9
|
-
private handleValidation;
|
|
10
|
-
apply(config: MonkeyEcxConfigBootstrap): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxMaintenanceConfigService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxMaintenanceConfigService>;
|
|
13
|
-
}
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import { MonkeyStyleGuideModalService } from 'monkey-style-guide';
|
|
3
|
+
import { MonkeyEcxConfigBootstrap } from '../../interfaces/monkeyecx-config-bootstrap';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MonkeyEcxMaintenanceConfigService {
|
|
6
|
+
private modalService;
|
|
7
|
+
private router;
|
|
8
|
+
constructor(modalService: MonkeyStyleGuideModalService, router: Router);
|
|
9
|
+
private handleValidation;
|
|
10
|
+
apply(config: MonkeyEcxConfigBootstrap): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxMaintenanceConfigService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxMaintenanceConfigService>;
|
|
13
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
-
import { MonkeyEcxCommonsService } from '../commons';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MonkeyEcxSecurityConsoleConfigService extends MonkeyEcxCommonsService {
|
|
5
|
-
private translateService;
|
|
6
|
-
private unsubscribeAll;
|
|
7
|
-
constructor(translateService: TranslateService);
|
|
8
|
-
private handleValidation;
|
|
9
|
-
apply(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxSecurityConsoleConfigService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxSecurityConsoleConfigService>;
|
|
12
|
-
}
|
|
1
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import { MonkeyEcxCommonsService } from '../commons';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MonkeyEcxSecurityConsoleConfigService extends MonkeyEcxCommonsService {
|
|
5
|
+
private translateService;
|
|
6
|
+
private unsubscribeAll;
|
|
7
|
+
constructor(translateService: TranslateService);
|
|
8
|
+
private handleValidation;
|
|
9
|
+
apply(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxSecurityConsoleConfigService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxSecurityConsoleConfigService>;
|
|
12
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ApplicationRef } from '@angular/core';
|
|
2
|
-
import { SwUpdate } from '@angular/service-worker';
|
|
3
|
-
import { MonkeyStyleGuideModalService } from 'monkey-style-guide';
|
|
4
|
-
import { MonkeyEcxConfigBootstrap } from '../../interfaces';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MonkeyEcxServiceWorkerConfigService {
|
|
7
|
-
private appRef;
|
|
8
|
-
private updates;
|
|
9
|
-
private modalService;
|
|
10
|
-
constructor(appRef: ApplicationRef, updates: SwUpdate, modalService: MonkeyStyleGuideModalService);
|
|
11
|
-
private handleValidation;
|
|
12
|
-
private verify;
|
|
13
|
-
apply(config: MonkeyEcxConfigBootstrap): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxServiceWorkerConfigService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxServiceWorkerConfigService>;
|
|
16
|
-
}
|
|
1
|
+
import { ApplicationRef } from '@angular/core';
|
|
2
|
+
import { SwUpdate } from '@angular/service-worker';
|
|
3
|
+
import { MonkeyStyleGuideModalService } from 'monkey-style-guide';
|
|
4
|
+
import { MonkeyEcxConfigBootstrap } from '../../interfaces';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class MonkeyEcxServiceWorkerConfigService {
|
|
7
|
+
private appRef;
|
|
8
|
+
private updates;
|
|
9
|
+
private modalService;
|
|
10
|
+
constructor(appRef: ApplicationRef, updates: SwUpdate, modalService: MonkeyStyleGuideModalService);
|
|
11
|
+
private handleValidation;
|
|
12
|
+
private verify;
|
|
13
|
+
apply(config: MonkeyEcxConfigBootstrap): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxServiceWorkerConfigService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxServiceWorkerConfigService>;
|
|
16
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './monkeyecx-error-handling.module';
|
|
2
|
-
export * from './monkeyecx-error-handling.service';
|
|
3
|
-
export * from './monkeyecx-http-error-handling.service';
|
|
4
|
-
export * from './monkeyecx-others-errors-handling.service';
|
|
1
|
+
export * from './monkeyecx-error-handling.module';
|
|
2
|
+
export * from './monkeyecx-error-handling.service';
|
|
3
|
+
export * from './monkeyecx-http-error-handling.service';
|
|
4
|
+
export * from './monkeyecx-others-errors-handling.service';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
export declare class MonkeyEcxErrorHandlingModule {
|
|
5
|
-
static forRoot(): ModuleWithProviders<MonkeyEcxErrorHandlingModule>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxErrorHandlingModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxErrorHandlingModule, never, [typeof i1.CommonModule], never>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxErrorHandlingModule>;
|
|
9
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
export declare class MonkeyEcxErrorHandlingModule {
|
|
5
|
+
static forRoot(): ModuleWithProviders<MonkeyEcxErrorHandlingModule>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxErrorHandlingModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyEcxErrorHandlingModule, never, [typeof i1.CommonModule], never>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyEcxErrorHandlingModule>;
|
|
9
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ErrorHandler, Injector } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxErrorHandlingService implements ErrorHandler {
|
|
4
|
-
private injector;
|
|
5
|
-
constructor(injector: Injector);
|
|
6
|
-
handleError(error: any, type?: string): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxErrorHandlingService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxErrorHandlingService>;
|
|
9
|
-
}
|
|
1
|
+
import { ErrorHandler, Injector } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxErrorHandlingService implements ErrorHandler {
|
|
4
|
+
private injector;
|
|
5
|
+
constructor(injector: Injector);
|
|
6
|
+
handleError(error: any, type?: string): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxErrorHandlingService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxErrorHandlingService>;
|
|
9
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { HttpErrorResponse } from '@angular/common/http';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
-
import { MonkeyStyleGuideSnackbarService } from 'monkey-style-guide';
|
|
5
|
-
import { MonkeyEcxServiceCredentials } from '../../interfaces';
|
|
6
|
-
import { MonkeyEcxAuthenticationService } from '../auth';
|
|
7
|
-
import { MonkeyEcxCommonsService } from '../commons';
|
|
8
|
-
import { MonkeyEcxService } from '../monkeyecx-service.service';
|
|
9
|
-
import { MonkeyEcxTokenStorageService } from '../storage';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class MonkeyEcxHttpErrorHandlingService extends MonkeyEcxCommonsService {
|
|
12
|
-
private monkeyecxAuthenticationService;
|
|
13
|
-
private router;
|
|
14
|
-
private snackbarService;
|
|
15
|
-
private translateService;
|
|
16
|
-
constructor(monkeyecxService: MonkeyEcxService, tokenStorage: MonkeyEcxTokenStorageService, monkeyecxAuthenticationService: MonkeyEcxAuthenticationService, router: Router, snackbarService: MonkeyStyleGuideSnackbarService, translateService: TranslateService);
|
|
17
|
-
private isHttpCodeIgnoreMessage;
|
|
18
|
-
private isHttpCodeIgnoreRedirect;
|
|
19
|
-
private getMessageType;
|
|
20
|
-
private showMessage;
|
|
21
|
-
private handleMessage;
|
|
22
|
-
handleError(error: HttpErrorResponse, mkc: MonkeyEcxServiceCredentials): Promise<void>;
|
|
23
|
-
handleErrorRefreshToken(error: HttpErrorResponse, mkc: MonkeyEcxServiceCredentials): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpErrorHandlingService, never>;
|
|
25
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHttpErrorHandlingService>;
|
|
26
|
-
}
|
|
1
|
+
import { HttpErrorResponse } from '@angular/common/http';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import { MonkeyStyleGuideSnackbarService } from 'monkey-style-guide';
|
|
5
|
+
import { MonkeyEcxServiceCredentials } from '../../interfaces';
|
|
6
|
+
import { MonkeyEcxAuthenticationService } from '../auth';
|
|
7
|
+
import { MonkeyEcxCommonsService } from '../commons';
|
|
8
|
+
import { MonkeyEcxService } from '../monkeyecx-service.service';
|
|
9
|
+
import { MonkeyEcxTokenStorageService } from '../storage';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
11
|
+
export declare class MonkeyEcxHttpErrorHandlingService extends MonkeyEcxCommonsService {
|
|
12
|
+
private monkeyecxAuthenticationService;
|
|
13
|
+
private router;
|
|
14
|
+
private snackbarService;
|
|
15
|
+
private translateService;
|
|
16
|
+
constructor(monkeyecxService: MonkeyEcxService, tokenStorage: MonkeyEcxTokenStorageService, monkeyecxAuthenticationService: MonkeyEcxAuthenticationService, router: Router, snackbarService: MonkeyStyleGuideSnackbarService, translateService: TranslateService);
|
|
17
|
+
private isHttpCodeIgnoreMessage;
|
|
18
|
+
private isHttpCodeIgnoreRedirect;
|
|
19
|
+
private getMessageType;
|
|
20
|
+
private showMessage;
|
|
21
|
+
private handleMessage;
|
|
22
|
+
handleError(error: HttpErrorResponse, mkc: MonkeyEcxServiceCredentials): Promise<void>;
|
|
23
|
+
handleErrorRefreshToken(error: HttpErrorResponse, mkc: MonkeyEcxServiceCredentials): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHttpErrorHandlingService, never>;
|
|
25
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHttpErrorHandlingService>;
|
|
26
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { MonkeyStyleGuideModalService } from 'monkey-style-guide';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxOthersErrorsHandlingService {
|
|
4
|
-
private modalService;
|
|
5
|
-
constructor(modalService: MonkeyStyleGuideModalService);
|
|
6
|
-
handleError(error: any): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxOthersErrorsHandlingService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxOthersErrorsHandlingService>;
|
|
9
|
-
}
|
|
1
|
+
import { MonkeyStyleGuideModalService } from 'monkey-style-guide';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxOthersErrorsHandlingService {
|
|
4
|
+
private modalService;
|
|
5
|
+
constructor(modalService: MonkeyStyleGuideModalService);
|
|
6
|
+
handleError(error: any): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxOthersErrorsHandlingService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxOthersErrorsHandlingService>;
|
|
9
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export * from './alerts';
|
|
2
|
-
export * from './auth';
|
|
3
|
-
export * from './commons';
|
|
4
|
-
export * from './config/monkeyecx-config.module';
|
|
5
|
-
export * from './config/monkeyecx-config.service';
|
|
6
|
-
export * from './config/monkeyecx-currency-config.service';
|
|
7
|
-
export * from './config/monkeyecx-error-config.service';
|
|
8
|
-
export * from './config/monkeyecx-feature-toggle.service';
|
|
9
|
-
export * from './config/monkeyecx-i18n-config.service';
|
|
10
|
-
export * from './config/monkeyecx-logs-config.service';
|
|
11
|
-
export * from './config/monkeyecx-maintenance-config.service';
|
|
12
|
-
export * from './config/monkeyecx-security-console-config.service';
|
|
13
|
-
export * from './config/monkeyecx-service-worker-config.service';
|
|
14
|
-
export * from './error';
|
|
15
|
-
export * from './logged';
|
|
16
|
-
export * from './monkeyecx-handling.service';
|
|
17
|
-
export * from './monkeyecx-service.service';
|
|
18
|
-
export * from './pagination';
|
|
19
|
-
export * from './request-download';
|
|
20
|
-
export * from './request-paged';
|
|
21
|
-
export * from './request-queue';
|
|
22
|
-
export * from './routes';
|
|
23
|
-
export * from './schedules';
|
|
24
|
-
export * from './storage';
|
|
25
|
-
export * from './store';
|
|
1
|
+
export * from './alerts';
|
|
2
|
+
export * from './auth';
|
|
3
|
+
export * from './commons';
|
|
4
|
+
export * from './config/monkeyecx-config.module';
|
|
5
|
+
export * from './config/monkeyecx-config.service';
|
|
6
|
+
export * from './config/monkeyecx-currency-config.service';
|
|
7
|
+
export * from './config/monkeyecx-error-config.service';
|
|
8
|
+
export * from './config/monkeyecx-feature-toggle.service';
|
|
9
|
+
export * from './config/monkeyecx-i18n-config.service';
|
|
10
|
+
export * from './config/monkeyecx-logs-config.service';
|
|
11
|
+
export * from './config/monkeyecx-maintenance-config.service';
|
|
12
|
+
export * from './config/monkeyecx-security-console-config.service';
|
|
13
|
+
export * from './config/monkeyecx-service-worker-config.service';
|
|
14
|
+
export * from './error';
|
|
15
|
+
export * from './logged';
|
|
16
|
+
export * from './monkeyecx-handling.service';
|
|
17
|
+
export * from './monkeyecx-service.service';
|
|
18
|
+
export * from './pagination';
|
|
19
|
+
export * from './request-download';
|
|
20
|
+
export * from './request-paged';
|
|
21
|
+
export * from './request-queue';
|
|
22
|
+
export * from './routes';
|
|
23
|
+
export * from './schedules';
|
|
24
|
+
export * from './storage';
|
|
25
|
+
export * from './store';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './monkeyecx-logged-handling.service';
|
|
1
|
+
export * from './monkeyecx-logged-handling.service';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { MonkeyEcxRequestSchedule } from '../../interfaces';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxLoggedHandlingService {
|
|
4
|
-
private schedules;
|
|
5
|
-
private genericSchedules;
|
|
6
|
-
constructor();
|
|
7
|
-
private destroySchedule;
|
|
8
|
-
private destroyGenericSchedule;
|
|
9
|
-
addSchedule(sch: MonkeyEcxRequestSchedule[]): void;
|
|
10
|
-
addGenericSchedule(sch: MonkeyEcxRequestSchedule[]): void;
|
|
11
|
-
destroy(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxLoggedHandlingService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxLoggedHandlingService>;
|
|
14
|
-
}
|
|
1
|
+
import { MonkeyEcxRequestSchedule } from '../../interfaces';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxLoggedHandlingService {
|
|
4
|
+
private schedules;
|
|
5
|
+
private genericSchedules;
|
|
6
|
+
constructor();
|
|
7
|
+
private destroySchedule;
|
|
8
|
+
private destroyGenericSchedule;
|
|
9
|
+
addSchedule(sch: MonkeyEcxRequestSchedule[]): void;
|
|
10
|
+
addGenericSchedule(sch: MonkeyEcxRequestSchedule[]): void;
|
|
11
|
+
destroy(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxLoggedHandlingService, never>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxLoggedHandlingService>;
|
|
14
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { MonkeyEcxRequestDownload } from '../interfaces/request-download/monkeyecx-request-download';
|
|
2
|
-
import { MonkeyEcxRequestQueue } from '../interfaces/request-queue/monkeyecx-request-queue';
|
|
3
|
-
import { MonkeyEcxRequestUpload } from '../interfaces/request-upload/monkeyecx-request-upload';
|
|
4
|
-
import { MonkeyEcxServiceCredentials } from '../interfaces/monkeyecx-service-credentials';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare abstract class MonkeyEcxHandlingService {
|
|
7
|
-
private monkeyecxServiceCredentials;
|
|
8
|
-
private monkeyecxRequestQueue;
|
|
9
|
-
private monkeyecxRequestDownload;
|
|
10
|
-
private monkeyecxRequestUpload;
|
|
11
|
-
clearAll(): void;
|
|
12
|
-
setMonkeyEcxServiceCredentials(param: MonkeyEcxServiceCredentials): void;
|
|
13
|
-
getMonkeyEcxServiceCredentials(): MonkeyEcxServiceCredentials | null;
|
|
14
|
-
setMonkeyEcxRequestQueue(queue: MonkeyEcxRequestQueue): void;
|
|
15
|
-
getMonkeyEcxRequestQueue(): MonkeyEcxRequestQueue | null;
|
|
16
|
-
setMonkeyEcxRequestDownload(download: MonkeyEcxRequestDownload): void;
|
|
17
|
-
getMonkeyEcxRequestDownload(): MonkeyEcxRequestDownload | null;
|
|
18
|
-
setMonkeyEcxRequestUpload(upload: MonkeyEcxRequestUpload): void;
|
|
19
|
-
getMonkeyEcxRequestUpload(): MonkeyEcxRequestUpload | null;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHandlingService, never>;
|
|
21
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHandlingService>;
|
|
22
|
-
}
|
|
1
|
+
import { MonkeyEcxRequestDownload } from '../interfaces/request-download/monkeyecx-request-download';
|
|
2
|
+
import { MonkeyEcxRequestQueue } from '../interfaces/request-queue/monkeyecx-request-queue';
|
|
3
|
+
import { MonkeyEcxRequestUpload } from '../interfaces/request-upload/monkeyecx-request-upload';
|
|
4
|
+
import { MonkeyEcxServiceCredentials } from '../interfaces/monkeyecx-service-credentials';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare abstract class MonkeyEcxHandlingService {
|
|
7
|
+
private monkeyecxServiceCredentials;
|
|
8
|
+
private monkeyecxRequestQueue;
|
|
9
|
+
private monkeyecxRequestDownload;
|
|
10
|
+
private monkeyecxRequestUpload;
|
|
11
|
+
clearAll(): void;
|
|
12
|
+
setMonkeyEcxServiceCredentials(param: MonkeyEcxServiceCredentials): void;
|
|
13
|
+
getMonkeyEcxServiceCredentials(): MonkeyEcxServiceCredentials | null;
|
|
14
|
+
setMonkeyEcxRequestQueue(queue: MonkeyEcxRequestQueue): void;
|
|
15
|
+
getMonkeyEcxRequestQueue(): MonkeyEcxRequestQueue | null;
|
|
16
|
+
setMonkeyEcxRequestDownload(download: MonkeyEcxRequestDownload): void;
|
|
17
|
+
getMonkeyEcxRequestDownload(): MonkeyEcxRequestDownload | null;
|
|
18
|
+
setMonkeyEcxRequestUpload(upload: MonkeyEcxRequestUpload): void;
|
|
19
|
+
getMonkeyEcxRequestUpload(): MonkeyEcxRequestUpload | null;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxHandlingService, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxHandlingService>;
|
|
22
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { MonkeyEcxHandlingService } from './monkeyecx-handling.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MonkeyEcxService {
|
|
6
|
-
protected http: HttpClient;
|
|
7
|
-
monkeyecxHandlingService: MonkeyEcxHandlingService;
|
|
8
|
-
constructor(http: HttpClient, monkeyecxHandlingService: MonkeyEcxHandlingService);
|
|
9
|
-
private handlelize;
|
|
10
|
-
get<T>(url: string, options?: T): Observable<T>;
|
|
11
|
-
post<T>(url: string, params: T, options?: T): Observable<T>;
|
|
12
|
-
put<T>(url: string, params: T): Observable<T>;
|
|
13
|
-
delete<T>(url: string, params?: T): Observable<T>;
|
|
14
|
-
download<T>(url: string, options?: T, filename?: string): void;
|
|
15
|
-
downloadOb<T>(url: string, options?: T, filename?: string): Observable<any>;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxService, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxService>;
|
|
18
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { MonkeyEcxHandlingService } from './monkeyecx-handling.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MonkeyEcxService {
|
|
6
|
+
protected http: HttpClient;
|
|
7
|
+
monkeyecxHandlingService: MonkeyEcxHandlingService;
|
|
8
|
+
constructor(http: HttpClient, monkeyecxHandlingService: MonkeyEcxHandlingService);
|
|
9
|
+
private handlelize;
|
|
10
|
+
get<T>(url: string, options?: T): Observable<T>;
|
|
11
|
+
post<T>(url: string, params: T, options?: T): Observable<T>;
|
|
12
|
+
put<T>(url: string, params: T): Observable<T>;
|
|
13
|
+
delete<T>(url: string, params?: T): Observable<T>;
|
|
14
|
+
download<T>(url: string, options?: T, filename?: string): void;
|
|
15
|
+
downloadOb<T>(url: string, options?: T, filename?: string): Observable<any>;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxService>;
|
|
18
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './monkeyecx-pagination.service';
|
|
1
|
+
export * from './monkeyecx-pagination.service';
|