monkey-front-core 0.0.246 → 0.0.247
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/esm2020/lib/components/alerts/alerts.component.mjs +35 -35
- package/esm2020/lib/components/alerts/alerts.module.mjs +21 -21
- package/esm2020/lib/components/alerts/index.mjs +2 -2
- 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 +2 -2
- package/esm2020/lib/components/index.mjs +4 -4
- package/esm2020/lib/components/progress-bar/index.mjs +3 -3
- 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 +2 -2
- 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 +110 -110
- package/esm2020/lib/core/decorators/monkeyecx-download-decorators.mjs +25 -25
- package/esm2020/lib/core/decorators/monkeyecx-upload-decorators.mjs +25 -25
- package/esm2020/lib/core/directives/index.mjs +12 -12
- 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 +50 -50
- 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 +69 -69
- package/esm2020/lib/core/directives/monkeyecx-tooltip-directive.mjs +123 -123
- package/esm2020/lib/core/index.mjs +9 -9
- package/esm2020/lib/core/interceptors/index.mjs +5 -5
- package/esm2020/lib/core/interceptors/monkeyecx-http-config-error.interceptor.mjs +39 -39
- package/esm2020/lib/core/interceptors/monkeyecx-http-config-header.interceptor.mjs +60 -60
- 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 +29 -29
- package/esm2020/lib/core/interfaces/monkeyecx-auth-credentials.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-company-pendencies.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-company.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-config-boostrap.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-config.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-country-security.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-error-response.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-filter.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-handled-error-response.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-header-credentials.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-intercom-options.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-me-credentials.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-navigation.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-program.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-releases.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-request-in-progress.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-request-paged.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-response-links.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-response-paged.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-saved-state.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-scroll-options.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-service-credentials.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-support-options.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkeyecx-token-credentials.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkeyecx-translate-options.mjs +1 -1
- package/esm2020/lib/core/interfaces/request-download/index.mjs +3 -3
- package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-download.mjs +1 -1
- package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-downloaded.mjs +1 -1
- package/esm2020/lib/core/interfaces/request-download/monkeyecx-request-item-download.mjs +1 -1
- package/esm2020/lib/core/interfaces/request-queue/index.mjs +3 -3
- package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-item-queue.mjs +1 -1
- package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-progress-queue.mjs +1 -1
- package/esm2020/lib/core/interfaces/request-queue/monkeyecx-request-queue.mjs +1 -1
- package/esm2020/lib/core/interfaces/request-upload/index.mjs +2 -2
- package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-item-upload.mjs +1 -1
- package/esm2020/lib/core/interfaces/request-upload/monkeyecx-request-upload.mjs +1 -1
- package/esm2020/lib/core/interfaces/schedules/index.mjs +1 -1
- package/esm2020/lib/core/interfaces/schedules/monkeyecx-request-schedule.mjs +1 -1
- package/esm2020/lib/core/model/index.mjs +1 -1
- package/esm2020/lib/core/model/monkeyecx-model.mjs +25 -25
- package/esm2020/lib/core/pipes/index.mjs +19 -19
- 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-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 +19 -19
- 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 +107 -107
- 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 +1 -1
- package/esm2020/lib/core/services/alerts/monkeyecx-alerts.service.mjs +31 -31
- package/esm2020/lib/core/services/auth/index.mjs +4 -4
- 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.service.mjs +26 -26
- package/esm2020/lib/core/services/auth/monkeyecx-authentication.service.mjs +69 -69
- package/esm2020/lib/core/services/commons/index.mjs +1 -1
- package/esm2020/lib/core/services/commons/monkeyecx-commons.service.mjs +404 -404
- package/esm2020/lib/core/services/config/monkeyecx-alerts-config.service.mjs +40 -40
- package/esm2020/lib/core/services/config/monkeyecx-config.module.mjs +28 -28
- package/esm2020/lib/core/services/config/monkeyecx-config.service.mjs +111 -111
- package/esm2020/lib/core/services/config/monkeyecx-error-config.service.mjs +85 -85
- package/esm2020/lib/core/services/config/monkeyecx-feature-toggle.service.mjs +67 -67
- package/esm2020/lib/core/services/config/monkeyecx-ga-config.service.mjs +57 -57
- package/esm2020/lib/core/services/config/monkeyecx-i18n-config.service.mjs +92 -92
- 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 +42 -42
- package/esm2020/lib/core/services/config/monkeyecx-service-worker-config.service.mjs +53 -53
- package/esm2020/lib/core/services/error/index.mjs +4 -4
- 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 +135 -135
- package/esm2020/lib/core/services/error/monkeyecx-others-errors-handling.service.mjs +29 -29
- package/esm2020/lib/core/services/index.mjs +23 -23
- package/esm2020/lib/core/services/logged/index.mjs +1 -1
- 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 +1 -1
- package/esm2020/lib/core/services/pagination/monkeyecx-pagination.service.mjs +29 -29
- package/esm2020/lib/core/services/request-download/index.mjs +2 -2
- 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 +1 -1
- package/esm2020/lib/core/services/request-paged/monkeyecx-request-request-paged-handling.mjs +42 -42
- package/esm2020/lib/core/services/request-queue/index.mjs +2 -2
- 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 +1 -1
- package/esm2020/lib/core/services/routes/monkeyecx-dicovery-params.service.mjs +54 -54
- package/esm2020/lib/core/services/schedules/index.mjs +1 -1
- package/esm2020/lib/core/services/schedules/monkeyecx-request-schedule.service.mjs +188 -188
- package/esm2020/lib/core/services/storage/index.mjs +2 -2
- package/esm2020/lib/core/services/storage/monkeyecx-cookie-storage.service.mjs +32 -32
- package/esm2020/lib/core/services/storage/monkeyecx-token-storage.service.mjs +127 -127
- package/esm2020/lib/core/specification-search/index.mjs +1 -1
- package/esm2020/lib/core/specification-search/monkeyecx-specification-search.mjs +107 -107
- package/esm2020/lib/core/utils/decorators-utils.mjs +39 -39
- package/esm2020/lib/core/utils/index.mjs +7 -7
- package/esm2020/lib/core/utils/statics.mjs +37 -37
- package/esm2020/lib/core/utils/utils.mjs +220 -220
- package/esm2020/lib/core/utils/validate-utils.mjs +205 -205
- package/esm2020/lib/core/utils/validators.mjs +207 -207
- package/esm2020/lib/monkey-front-core.module.mjs +64 -64
- package/esm2020/monkey-front-core.mjs +4 -4
- package/esm2020/public-api.mjs +6 -6
- package/fesm2015/monkey-front-core.mjs +4901 -4901
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +4959 -4959
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/components/alerts/alerts.component.d.ts +16 -16
- 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/index.d.ts +4 -4
- 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 +15 -15
- 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 +17 -17
- 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 +17 -17
- 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 +29 -29
- 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-boostrap.d.ts +14 -14
- package/lib/core/interfaces/monkeyecx-config.d.ts +126 -126
- 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 +24 -24
- 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-me-credentials.d.ts +22 -22
- package/lib/core/interfaces/monkeyecx-navigation.d.ts +27 -27
- 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-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-support-options.d.ts +4 -4
- package/lib/core/interfaces/monkeyecx-token-credentials.d.ts +20 -20
- 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 +1 -1
- package/lib/core/model/monkeyecx-model.d.ts +13 -13
- package/lib/core/pipes/index.d.ts +19 -19
- 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-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 +24 -24
- 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 +16 -15
- package/lib/core/services/auth/index.d.ts +4 -4
- package/lib/core/services/auth/monkeyecx-auth-guard-company.service.d.ts +11 -11
- package/lib/core/services/auth/monkeyecx-auth-guard-login.service.d.ts +11 -11
- package/lib/core/services/auth/monkeyecx-auth-guard.service.d.ts +11 -11
- package/lib/core/services/auth/monkeyecx-authentication.service.d.ts +30 -30
- package/lib/core/services/commons/index.d.ts +1 -1
- package/lib/core/services/commons/monkeyecx-commons.service.d.ts +124 -124
- 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-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-ga-config.service.d.ts +10 -10
- package/lib/core/services/config/monkeyecx-i18n-config.service.d.ts +16 -16
- 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 +11 -11
- 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 +23 -23
- 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 +29 -29
- 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 +28 -28
- package/lib/core/utils/utils.d.ts +22 -22
- package/lib/core/utils/validate-utils.d.ts +66 -66
- package/lib/core/utils/validators.d.ts +29 -29
- package/lib/monkey-front-core.module.d.ts +17 -17
- package/monkey-front-core-0.0.247.tgz +0 -0
- package/monkey-front-core.d.ts +5 -5
- package/package.json +1 -1
- package/public-api.d.ts +3 -3
- package/monkey-front-core-0.0.246.tgz +0 -0
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
interface MonkeyEcxTokenCredentialsClearIgnore {
|
|
2
|
-
ignore: string[];
|
|
3
|
-
}
|
|
4
|
-
export interface MonkeyEcxTokenCredentials {
|
|
5
|
-
username?: string;
|
|
6
|
-
program?: string;
|
|
7
|
-
accessToken?: string;
|
|
8
|
-
refreshToken?: string;
|
|
9
|
-
companyId?: string;
|
|
10
|
-
governmentId?: string;
|
|
11
|
-
companyTypeUrl?: string;
|
|
12
|
-
companyType?: string;
|
|
13
|
-
role?: string;
|
|
14
|
-
programAdmin?: boolean | string;
|
|
15
|
-
programType?: string;
|
|
16
|
-
accessType?: string;
|
|
17
|
-
ownerGovernmentId?: string;
|
|
18
|
-
_clearIgnore?: MonkeyEcxTokenCredentialsClearIgnore;
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
1
|
+
interface MonkeyEcxTokenCredentialsClearIgnore {
|
|
2
|
+
ignore: string[];
|
|
3
|
+
}
|
|
4
|
+
export interface MonkeyEcxTokenCredentials {
|
|
5
|
+
username?: string;
|
|
6
|
+
program?: string;
|
|
7
|
+
accessToken?: string;
|
|
8
|
+
refreshToken?: string;
|
|
9
|
+
companyId?: string;
|
|
10
|
+
governmentId?: string;
|
|
11
|
+
companyTypeUrl?: string;
|
|
12
|
+
companyType?: string;
|
|
13
|
+
role?: string;
|
|
14
|
+
programAdmin?: boolean | string;
|
|
15
|
+
programType?: string;
|
|
16
|
+
accessType?: string;
|
|
17
|
+
ownerGovernmentId?: string;
|
|
18
|
+
_clearIgnore?: MonkeyEcxTokenCredentialsClearIgnore;
|
|
19
|
+
}
|
|
20
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface MonkeyEcxTranslateOptions {
|
|
2
|
-
service?: any;
|
|
3
|
-
keys?: string | string[];
|
|
4
|
-
}
|
|
1
|
+
export interface MonkeyEcxTranslateOptions {
|
|
2
|
+
service?: any;
|
|
3
|
+
keys?: string | string[];
|
|
4
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './monkeyecx-request-item-download';
|
|
2
|
-
export * from './monkeyecx-request-download';
|
|
3
|
-
export * from './monkeyecx-request-downloaded';
|
|
1
|
+
export * from './monkeyecx-request-item-download';
|
|
2
|
+
export * from './monkeyecx-request-download';
|
|
3
|
+
export * from './monkeyecx-request-downloaded';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { MonkeyEcxRequestItemDownload } from './monkeyecx-request-item-download';
|
|
2
|
-
export interface MonkeyEcxRequestDownload {
|
|
3
|
-
alias?: string;
|
|
4
|
-
item: MonkeyEcxRequestItemDownload;
|
|
5
|
-
status?: number;
|
|
6
|
-
loaded?: number;
|
|
7
|
-
total?: number;
|
|
8
|
-
currentPercentage?: number;
|
|
9
|
-
totalPercentage?: number;
|
|
10
|
-
}
|
|
1
|
+
import { MonkeyEcxRequestItemDownload } from './monkeyecx-request-item-download';
|
|
2
|
+
export interface MonkeyEcxRequestDownload {
|
|
3
|
+
alias?: string;
|
|
4
|
+
item: MonkeyEcxRequestItemDownload;
|
|
5
|
+
status?: number;
|
|
6
|
+
loaded?: number;
|
|
7
|
+
total?: number;
|
|
8
|
+
currentPercentage?: number;
|
|
9
|
+
totalPercentage?: number;
|
|
10
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { MonkeyEcxRequestItemDownload } from '.';
|
|
2
|
-
export interface MonkeyEcxRequestDownloaded {
|
|
3
|
-
alias?: string;
|
|
4
|
-
item: MonkeyEcxRequestItemDownload;
|
|
5
|
-
status?: number;
|
|
6
|
-
action?: Function;
|
|
7
|
-
}
|
|
1
|
+
import { MonkeyEcxRequestItemDownload } from '.';
|
|
2
|
+
export interface MonkeyEcxRequestDownloaded {
|
|
3
|
+
alias?: string;
|
|
4
|
+
item: MonkeyEcxRequestItemDownload;
|
|
5
|
+
status?: number;
|
|
6
|
+
action?: Function;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface MonkeyEcxRequestItemDownload {
|
|
2
|
-
id?: string;
|
|
3
|
-
name: string;
|
|
4
|
-
description?: string;
|
|
5
|
-
size?: number;
|
|
6
|
-
createdAt?: Date;
|
|
7
|
-
}
|
|
1
|
+
export interface MonkeyEcxRequestItemDownload {
|
|
2
|
+
id?: string;
|
|
3
|
+
name: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
size?: number;
|
|
6
|
+
createdAt?: Date;
|
|
7
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './monkeyecx-request-item-queue';
|
|
2
|
-
export * from './monkeyecx-request-queue';
|
|
3
|
-
export * from './monkeyecx-request-progress-queue';
|
|
1
|
+
export * from './monkeyecx-request-item-queue';
|
|
2
|
+
export * from './monkeyecx-request-queue';
|
|
3
|
+
export * from './monkeyecx-request-progress-queue';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface MonkeyEcxRequestItemQueue {
|
|
2
|
-
id?: string;
|
|
3
|
-
namei18n?: string;
|
|
4
|
-
name?: string;
|
|
5
|
-
description?: string;
|
|
6
|
-
descriptioni18n?: string;
|
|
7
|
-
}
|
|
1
|
+
export interface MonkeyEcxRequestItemQueue {
|
|
2
|
+
id?: string;
|
|
3
|
+
namei18n?: string;
|
|
4
|
+
name?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
descriptioni18n?: string;
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export interface MonkeyEcxRequestProgressQueue {
|
|
2
|
-
total?: number;
|
|
3
|
-
loaded?: number;
|
|
4
|
-
currentPercentage?: number;
|
|
5
|
-
totalPercentage?: number;
|
|
6
|
-
}
|
|
1
|
+
export interface MonkeyEcxRequestProgressQueue {
|
|
2
|
+
total?: number;
|
|
3
|
+
loaded?: number;
|
|
4
|
+
currentPercentage?: number;
|
|
5
|
+
totalPercentage?: number;
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { MonkeyEcxRequestItemQueue } from './monkeyecx-request-item-queue';
|
|
2
|
-
import { MonkeyEcxRequestProgressQueue } from './monkeyecx-request-progress-queue';
|
|
3
|
-
export interface MonkeyEcxRequestQueue {
|
|
4
|
-
item: MonkeyEcxRequestItemQueue;
|
|
5
|
-
status?: number;
|
|
6
|
-
action?: Function;
|
|
7
|
-
progress?: MonkeyEcxRequestProgressQueue;
|
|
8
|
-
}
|
|
1
|
+
import { MonkeyEcxRequestItemQueue } from './monkeyecx-request-item-queue';
|
|
2
|
+
import { MonkeyEcxRequestProgressQueue } from './monkeyecx-request-progress-queue';
|
|
3
|
+
export interface MonkeyEcxRequestQueue {
|
|
4
|
+
item: MonkeyEcxRequestItemQueue;
|
|
5
|
+
status?: number;
|
|
6
|
+
action?: Function;
|
|
7
|
+
progress?: MonkeyEcxRequestProgressQueue;
|
|
8
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './monkeyecx-request-item-upload';
|
|
2
|
-
export * from './monkeyecx-request-upload';
|
|
1
|
+
export * from './monkeyecx-request-item-upload';
|
|
2
|
+
export * from './monkeyecx-request-upload';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface MonkeyEcxRequestItemUpload {
|
|
2
|
-
id?: string;
|
|
3
|
-
name: string;
|
|
4
|
-
description?: string;
|
|
5
|
-
}
|
|
1
|
+
export interface MonkeyEcxRequestItemUpload {
|
|
2
|
+
id?: string;
|
|
3
|
+
name: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { MonkeyEcxRequestItemUpload } from './monkeyecx-request-item-upload';
|
|
2
|
-
export interface MonkeyEcxRequestUpload {
|
|
3
|
-
alias?: string;
|
|
4
|
-
item: MonkeyEcxRequestItemUpload;
|
|
5
|
-
status?: number;
|
|
6
|
-
loaded?: number;
|
|
7
|
-
total?: number;
|
|
8
|
-
currentPercentage?: number;
|
|
9
|
-
totalPercentage?: number;
|
|
10
|
-
}
|
|
1
|
+
import { MonkeyEcxRequestItemUpload } from './monkeyecx-request-item-upload';
|
|
2
|
+
export interface MonkeyEcxRequestUpload {
|
|
3
|
+
alias?: string;
|
|
4
|
+
item: MonkeyEcxRequestItemUpload;
|
|
5
|
+
status?: number;
|
|
6
|
+
loaded?: number;
|
|
7
|
+
total?: number;
|
|
8
|
+
currentPercentage?: number;
|
|
9
|
+
totalPercentage?: number;
|
|
10
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './monkeyecx-request-schedule';
|
|
1
|
+
export * from './monkeyecx-request-schedule';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { HttpErrorResponse } from '@angular/common/http';
|
|
2
|
-
import { MonkeyEcxRequestQueue } from '../request-queue';
|
|
3
|
-
export interface MonkeyEcxRequestSchedule {
|
|
4
|
-
id?: string;
|
|
5
|
-
url: string;
|
|
6
|
-
method: string;
|
|
7
|
-
params?: any;
|
|
8
|
-
data?: any;
|
|
9
|
-
action(data: any, sch: MonkeyEcxRequestSchedule): void;
|
|
10
|
-
errorAction?(data: any, sch: MonkeyEcxRequestSchedule, err?: HttpErrorResponse): void;
|
|
11
|
-
queue?: MonkeyEcxRequestQueue;
|
|
12
|
-
interval?: any;
|
|
13
|
-
}
|
|
1
|
+
import { HttpErrorResponse } from '@angular/common/http';
|
|
2
|
+
import { MonkeyEcxRequestQueue } from '../request-queue';
|
|
3
|
+
export interface MonkeyEcxRequestSchedule {
|
|
4
|
+
id?: string;
|
|
5
|
+
url: string;
|
|
6
|
+
method: string;
|
|
7
|
+
params?: any;
|
|
8
|
+
data?: any;
|
|
9
|
+
action(data: any, sch: MonkeyEcxRequestSchedule): void;
|
|
10
|
+
errorAction?(data: any, sch: MonkeyEcxRequestSchedule, err?: HttpErrorResponse): void;
|
|
11
|
+
queue?: MonkeyEcxRequestQueue;
|
|
12
|
+
interval?: any;
|
|
13
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './monkeyecx-model';
|
|
1
|
+
export * from './monkeyecx-model';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare class Link {
|
|
2
|
-
href: string;
|
|
3
|
-
type: string;
|
|
4
|
-
templated: boolean;
|
|
5
|
-
constructor(data?: any);
|
|
6
|
-
}
|
|
7
|
-
export declare class MonkeyEcxModel {
|
|
8
|
-
_links: any;
|
|
9
|
-
getAction(type: string, replaceOptions?: {
|
|
10
|
-
from: string;
|
|
11
|
-
to: string;
|
|
12
|
-
}): Link | null;
|
|
13
|
-
}
|
|
1
|
+
export declare class Link {
|
|
2
|
+
href: string;
|
|
3
|
+
type: string;
|
|
4
|
+
templated: boolean;
|
|
5
|
+
constructor(data?: any);
|
|
6
|
+
}
|
|
7
|
+
export declare class MonkeyEcxModel {
|
|
8
|
+
_links: any;
|
|
9
|
+
getAction(type: string, replaceOptions?: {
|
|
10
|
+
from: string;
|
|
11
|
+
to: string;
|
|
12
|
+
}): Link | null;
|
|
13
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export * from './monkeyecx-display-first-name';
|
|
2
|
-
export * from './monkeyecx-display-initials';
|
|
3
|
-
export * from './monkeyecx-format-address';
|
|
4
|
-
export * from './monkeyecx-format-beautify-json';
|
|
5
|
-
export * from './monkeyecx-format-currency';
|
|
6
|
-
export * from './monkeyecx-format-date-timelapse';
|
|
7
|
-
export * from './monkeyecx-format-date-unix-timelapse';
|
|
8
|
-
export * from './monkeyecx-format-date-group';
|
|
9
|
-
export * from './monkeyecx-format-document';
|
|
10
|
-
export * from './monkeyecx-format-number';
|
|
11
|
-
export * from './monkeyecx-format-phone';
|
|
12
|
-
export * from './monkeyecx-format-size';
|
|
13
|
-
export * from './monkeyecx-format-tax';
|
|
14
|
-
export * from './monkeyecx-format-type-document';
|
|
15
|
-
export * from './monkeyecx-format-value';
|
|
16
|
-
export * from './monkeyecx-format-zipcode';
|
|
17
|
-
export * from './monkeyecx-pipes.module';
|
|
18
|
-
export * from './monkeyecx-text-truncate';
|
|
19
|
-
export * from './monkeyecx-truncate-qtd';
|
|
1
|
+
export * from './monkeyecx-display-first-name';
|
|
2
|
+
export * from './monkeyecx-display-initials';
|
|
3
|
+
export * from './monkeyecx-format-address';
|
|
4
|
+
export * from './monkeyecx-format-beautify-json';
|
|
5
|
+
export * from './monkeyecx-format-currency';
|
|
6
|
+
export * from './monkeyecx-format-date-timelapse';
|
|
7
|
+
export * from './monkeyecx-format-date-unix-timelapse';
|
|
8
|
+
export * from './monkeyecx-format-date-group';
|
|
9
|
+
export * from './monkeyecx-format-document';
|
|
10
|
+
export * from './monkeyecx-format-number';
|
|
11
|
+
export * from './monkeyecx-format-phone';
|
|
12
|
+
export * from './monkeyecx-format-size';
|
|
13
|
+
export * from './monkeyecx-format-tax';
|
|
14
|
+
export * from './monkeyecx-format-type-document';
|
|
15
|
+
export * from './monkeyecx-format-value';
|
|
16
|
+
export * from './monkeyecx-format-zipcode';
|
|
17
|
+
export * from './monkeyecx-pipes.module';
|
|
18
|
+
export * from './monkeyecx-text-truncate';
|
|
19
|
+
export * from './monkeyecx-truncate-qtd';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxDisplayFirstNamePipe implements PipeTransform {
|
|
4
|
-
transform(name: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDisplayFirstNamePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxDisplayFirstNamePipe, "monkeyecxDisplayFirstName">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxDisplayFirstNamePipe implements PipeTransform {
|
|
4
|
+
transform(name: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDisplayFirstNamePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxDisplayFirstNamePipe, "monkeyecxDisplayFirstName">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxDisplayInitialsPipe implements PipeTransform {
|
|
4
|
-
transform(name: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDisplayInitialsPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxDisplayInitialsPipe, "monkeyecxDisplayInitials">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxDisplayInitialsPipe implements PipeTransform {
|
|
4
|
+
transform(name: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxDisplayInitialsPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxDisplayInitialsPipe, "monkeyecxDisplayInitials">;
|
|
7
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatAddressPipe implements PipeTransform {
|
|
4
|
-
transform({ zipCode, address, neighborhood, city, state, }: {
|
|
5
|
-
zipCode: string;
|
|
6
|
-
address: string;
|
|
7
|
-
neighborhood: string;
|
|
8
|
-
city: string;
|
|
9
|
-
state: string;
|
|
10
|
-
country: string;
|
|
11
|
-
}): string;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatAddressPipe, never>;
|
|
13
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatAddressPipe, "monkeyecxFormatAddress">;
|
|
14
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatAddressPipe implements PipeTransform {
|
|
4
|
+
transform({ zipCode, address, neighborhood, city, state, }: {
|
|
5
|
+
zipCode: string;
|
|
6
|
+
address: string;
|
|
7
|
+
neighborhood: string;
|
|
8
|
+
city: string;
|
|
9
|
+
state: string;
|
|
10
|
+
country: string;
|
|
11
|
+
}): string;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatAddressPipe, never>;
|
|
13
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatAddressPipe, "monkeyecxFormatAddress">;
|
|
14
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatBeaufityJSONPipe implements PipeTransform {
|
|
4
|
-
constructor();
|
|
5
|
-
transform(value: any): string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatBeaufityJSONPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatBeaufityJSONPipe, "monkeyecxFormatBeautifyJSON">;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatBeaufityJSONPipe implements PipeTransform {
|
|
4
|
+
constructor();
|
|
5
|
+
transform(value: any): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatBeaufityJSONPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatBeaufityJSONPipe, "monkeyecxFormatBeautifyJSON">;
|
|
8
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { PipeTransform, Injector } from '@angular/core';
|
|
2
|
-
import { CurrencyPipe } from '@angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MonkeyEcxFormatCurrencyPipe implements PipeTransform {
|
|
5
|
-
private injector;
|
|
6
|
-
private currencyPipe;
|
|
7
|
-
constructor(injector: Injector, currencyPipe: CurrencyPipe);
|
|
8
|
-
transform(value: any, symbol?: string): string;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatCurrencyPipe, never>;
|
|
10
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatCurrencyPipe, "monkeyecxFormatCurrency">;
|
|
11
|
-
}
|
|
1
|
+
import { PipeTransform, Injector } from '@angular/core';
|
|
2
|
+
import { CurrencyPipe } from '@angular/common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MonkeyEcxFormatCurrencyPipe implements PipeTransform {
|
|
5
|
+
private injector;
|
|
6
|
+
private currencyPipe;
|
|
7
|
+
constructor(injector: Injector, currencyPipe: CurrencyPipe);
|
|
8
|
+
transform(value: any, symbol?: string): string | null;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatCurrencyPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatCurrencyPipe, "monkeyecxFormatCurrency">;
|
|
11
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Injector, PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatDateGroupPipe implements PipeTransform {
|
|
4
|
-
private injector;
|
|
5
|
-
private lang;
|
|
6
|
-
constructor(injector: Injector);
|
|
7
|
-
private format;
|
|
8
|
-
transform(obj: any): string;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateGroupPipe, never>;
|
|
10
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateGroupPipe, "monkeyecxFormatDateGroup">;
|
|
11
|
-
}
|
|
1
|
+
import { Injector, PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatDateGroupPipe implements PipeTransform {
|
|
4
|
+
private injector;
|
|
5
|
+
private lang;
|
|
6
|
+
constructor(injector: Injector);
|
|
7
|
+
private format;
|
|
8
|
+
transform(obj: any): string;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateGroupPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateGroupPipe, "monkeyecxFormatDateGroup">;
|
|
11
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatDateTimelapsePipe implements PipeTransform {
|
|
4
|
-
transform(date: any | Date, showTime?: boolean, useUtc?: boolean, format?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateTimelapsePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateTimelapsePipe, "monkeyecxFormatDateTimelapse">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatDateTimelapsePipe implements PipeTransform {
|
|
4
|
+
transform(date: any | Date, showTime?: boolean, useUtc?: boolean, format?: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateTimelapsePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateTimelapsePipe, "monkeyecxFormatDateTimelapse">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatDateUnixTimelapsePipe implements PipeTransform {
|
|
4
|
-
transform(date: any | Date, showTime?: boolean, useUtc?: boolean, format?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateUnixTimelapsePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateUnixTimelapsePipe, "monkeyecxFormatDateUnixTimelapse">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatDateUnixTimelapsePipe implements PipeTransform {
|
|
4
|
+
transform(date: any | Date, showTime?: boolean, useUtc?: boolean, format?: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDateUnixTimelapsePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDateUnixTimelapsePipe, "monkeyecxFormatDateUnixTimelapse">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatDocumentPipe implements PipeTransform {
|
|
4
|
-
transform(document: string, withType?: false): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDocumentPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDocumentPipe, "monkeyecxFormatDocument">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatDocumentPipe implements PipeTransform {
|
|
4
|
+
transform(document: string, withType?: false): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDocumentPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDocumentPipe, "monkeyecxFormatDocument">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatNumberPipe implements PipeTransform {
|
|
4
|
-
transform(number: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatNumberPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatNumberPipe, "monkeyecxFormatNumber">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatNumberPipe implements PipeTransform {
|
|
4
|
+
transform(number: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatNumberPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatNumberPipe, "monkeyecxFormatNumber">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatPhonePipe implements PipeTransform {
|
|
4
|
-
transform(phone: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatPhonePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatPhonePipe, "monkeyecxFormatPhone">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatPhonePipe implements PipeTransform {
|
|
4
|
+
transform(phone: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatPhonePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatPhonePipe, "monkeyecxFormatPhone">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatSizePipe implements PipeTransform {
|
|
4
|
-
transform(size: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatSizePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatSizePipe, "monkeyecxFormatSize">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatSizePipe implements PipeTransform {
|
|
4
|
+
transform(size: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatSizePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatSizePipe, "monkeyecxFormatSize">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatTaxPipe implements PipeTransform {
|
|
4
|
-
transform(tax: number, decimalDigits?: number): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatTaxPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatTaxPipe, "monkeyecxFormatTax">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatTaxPipe implements PipeTransform {
|
|
4
|
+
transform(tax: number, decimalDigits?: number): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatTaxPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatTaxPipe, "monkeyecxFormatTax">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatDocumentTypePipe implements PipeTransform {
|
|
4
|
-
transform(document: string, country?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDocumentTypePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDocumentTypePipe, "monkeyecxFormatDocumentType">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatDocumentTypePipe implements PipeTransform {
|
|
4
|
+
transform(document: string, country?: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatDocumentTypePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatDocumentTypePipe, "monkeyecxFormatDocumentType">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatValue implements PipeTransform {
|
|
4
|
-
transform(number: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatValue, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatValue, "monkeyecxFormatValue">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatValue implements PipeTransform {
|
|
4
|
+
transform(number: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatValue, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatValue, "monkeyecxFormatValue">;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyEcxFormatZipCodePipe implements PipeTransform {
|
|
4
|
-
transform(zipCode: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatZipCodePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatZipCodePipe, "monkeyecxFormatZipCode">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyEcxFormatZipCodePipe implements PipeTransform {
|
|
4
|
+
transform(zipCode: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxFormatZipCodePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MonkeyEcxFormatZipCodePipe, "monkeyecxFormatZipCode">;
|
|
7
|
+
}
|