monkey-front-core 0.0.458 → 0.0.459
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 +3 -3
- package/esm2020/lib/core/services/commons/monkeyecx-commons-resolve.service.mjs +121 -121
- 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 +2 -2
- 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 +5859 -5859
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +5921 -5921
- 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 +25 -25
- 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 +31 -31
- 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 +2 -2
- package/lib/core/services/commons/monkeyecx-commons-resolve.service.d.ts +53 -53
- 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 +1 -1
- 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.459.tgz +0 -0
- package/monkey-front-core.d.ts +5 -5
- package/package.json +3 -3
- package/public-api.d.ts +4 -4
- package/monkey-front-core-0.0.458.tgz +0 -0
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { HttpClientModule } from '@angular/common/http';
|
|
3
|
-
import { NgModule } from '@angular/core';
|
|
4
|
-
import { ServiceWorkerModule } from '@angular/service-worker';
|
|
5
|
-
import { StoreModule } from '@ngrx/store';
|
|
6
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
7
|
-
import { MonkeyStyleGuideModalService, MonkeyStyleGuideModule, MonkeyStyleGuideSettingsService, MonkeyStyleGuideSnackbarService } from 'monkey-style-guide';
|
|
8
|
-
import { AlertsModule, ClosedToMaintenanceModule, CurrencyConfigModule, VersionChangedModule } from './components';
|
|
9
|
-
import { MonkeyEcxHttpConfigInterceptorModule } from './core/interceptors/monkeyecx-http-config-interceptor.module';
|
|
10
|
-
import { MonkeyEcxConfigModule } from './core/services/config/monkeyecx-config.module';
|
|
11
|
-
import { MonkeyEcxErrorHandlingModule } from './core/services/error/monkeyecx-error-handling.module';
|
|
12
|
-
import { reducers } from './store';
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
import * as i1 from "@ngx-translate/core";
|
|
15
|
-
import * as i2 from "./core/services/config/monkeyecx-config.module";
|
|
16
|
-
import * as i3 from "./core/interceptors/monkeyecx-http-config-interceptor.module";
|
|
17
|
-
import * as i4 from "./core/services/error/monkeyecx-error-handling.module";
|
|
18
|
-
import * as i5 from "@angular/service-worker";
|
|
19
|
-
import * as i6 from "@ngrx/store";
|
|
20
|
-
export class MonkeyFrontCoreModule {
|
|
21
|
-
}
|
|
22
|
-
MonkeyFrontCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
23
|
-
MonkeyFrontCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, imports: [CommonModule,
|
|
24
|
-
HttpClientModule, i1.TranslateModule, i2.MonkeyEcxConfigModule, i3.MonkeyEcxHttpConfigInterceptorModule, i4.MonkeyEcxErrorHandlingModule, MonkeyStyleGuideModule, i5.ServiceWorkerModule, ClosedToMaintenanceModule, i6.StoreFeatureModule, VersionChangedModule,
|
|
25
|
-
AlertsModule,
|
|
26
|
-
CurrencyConfigModule] });
|
|
27
|
-
MonkeyFrontCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, providers: [
|
|
28
|
-
MonkeyStyleGuideModalService,
|
|
29
|
-
MonkeyStyleGuideSettingsService,
|
|
30
|
-
MonkeyStyleGuideSnackbarService
|
|
31
|
-
], imports: [[
|
|
32
|
-
CommonModule,
|
|
33
|
-
HttpClientModule,
|
|
34
|
-
TranslateModule.forRoot(),
|
|
35
|
-
MonkeyEcxConfigModule.forRoot(),
|
|
36
|
-
MonkeyEcxHttpConfigInterceptorModule.forRoot(),
|
|
37
|
-
MonkeyEcxErrorHandlingModule.forRoot(),
|
|
38
|
-
MonkeyStyleGuideModule,
|
|
39
|
-
ServiceWorkerModule.register('ngsw-worker.js'),
|
|
40
|
-
ClosedToMaintenanceModule,
|
|
41
|
-
StoreModule.forFeature(reducers.fromMonkeyecxStorage.featureKey, reducers.fromMonkeyecxStorage.reducer),
|
|
42
|
-
VersionChangedModule,
|
|
43
|
-
AlertsModule,
|
|
44
|
-
CurrencyConfigModule
|
|
45
|
-
]] });
|
|
46
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, decorators: [{
|
|
47
|
-
type: NgModule,
|
|
48
|
-
args: [{
|
|
49
|
-
imports: [
|
|
50
|
-
CommonModule,
|
|
51
|
-
HttpClientModule,
|
|
52
|
-
TranslateModule.forRoot(),
|
|
53
|
-
MonkeyEcxConfigModule.forRoot(),
|
|
54
|
-
MonkeyEcxHttpConfigInterceptorModule.forRoot(),
|
|
55
|
-
MonkeyEcxErrorHandlingModule.forRoot(),
|
|
56
|
-
MonkeyStyleGuideModule,
|
|
57
|
-
ServiceWorkerModule.register('ngsw-worker.js'),
|
|
58
|
-
ClosedToMaintenanceModule,
|
|
59
|
-
StoreModule.forFeature(reducers.fromMonkeyecxStorage.featureKey, reducers.fromMonkeyecxStorage.reducer),
|
|
60
|
-
VersionChangedModule,
|
|
61
|
-
AlertsModule,
|
|
62
|
-
CurrencyConfigModule
|
|
63
|
-
],
|
|
64
|
-
providers: [
|
|
65
|
-
MonkeyStyleGuideModalService,
|
|
66
|
-
MonkeyStyleGuideSettingsService,
|
|
67
|
-
MonkeyStyleGuideSnackbarService
|
|
68
|
-
]
|
|
69
|
-
}]
|
|
70
|
-
}] });
|
|
71
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { HttpClientModule } from '@angular/common/http';
|
|
3
|
+
import { NgModule } from '@angular/core';
|
|
4
|
+
import { ServiceWorkerModule } from '@angular/service-worker';
|
|
5
|
+
import { StoreModule } from '@ngrx/store';
|
|
6
|
+
import { TranslateModule } from '@ngx-translate/core';
|
|
7
|
+
import { MonkeyStyleGuideModalService, MonkeyStyleGuideModule, MonkeyStyleGuideSettingsService, MonkeyStyleGuideSnackbarService } from 'monkey-style-guide';
|
|
8
|
+
import { AlertsModule, ClosedToMaintenanceModule, CurrencyConfigModule, VersionChangedModule } from './components';
|
|
9
|
+
import { MonkeyEcxHttpConfigInterceptorModule } from './core/interceptors/monkeyecx-http-config-interceptor.module';
|
|
10
|
+
import { MonkeyEcxConfigModule } from './core/services/config/monkeyecx-config.module';
|
|
11
|
+
import { MonkeyEcxErrorHandlingModule } from './core/services/error/monkeyecx-error-handling.module';
|
|
12
|
+
import { reducers } from './store';
|
|
13
|
+
import * as i0 from "@angular/core";
|
|
14
|
+
import * as i1 from "@ngx-translate/core";
|
|
15
|
+
import * as i2 from "./core/services/config/monkeyecx-config.module";
|
|
16
|
+
import * as i3 from "./core/interceptors/monkeyecx-http-config-interceptor.module";
|
|
17
|
+
import * as i4 from "./core/services/error/monkeyecx-error-handling.module";
|
|
18
|
+
import * as i5 from "@angular/service-worker";
|
|
19
|
+
import * as i6 from "@ngrx/store";
|
|
20
|
+
export class MonkeyFrontCoreModule {
|
|
21
|
+
}
|
|
22
|
+
MonkeyFrontCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
23
|
+
MonkeyFrontCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, imports: [CommonModule,
|
|
24
|
+
HttpClientModule, i1.TranslateModule, i2.MonkeyEcxConfigModule, i3.MonkeyEcxHttpConfigInterceptorModule, i4.MonkeyEcxErrorHandlingModule, MonkeyStyleGuideModule, i5.ServiceWorkerModule, ClosedToMaintenanceModule, i6.StoreFeatureModule, VersionChangedModule,
|
|
25
|
+
AlertsModule,
|
|
26
|
+
CurrencyConfigModule] });
|
|
27
|
+
MonkeyFrontCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, providers: [
|
|
28
|
+
MonkeyStyleGuideModalService,
|
|
29
|
+
MonkeyStyleGuideSettingsService,
|
|
30
|
+
MonkeyStyleGuideSnackbarService
|
|
31
|
+
], imports: [[
|
|
32
|
+
CommonModule,
|
|
33
|
+
HttpClientModule,
|
|
34
|
+
TranslateModule.forRoot(),
|
|
35
|
+
MonkeyEcxConfigModule.forRoot(),
|
|
36
|
+
MonkeyEcxHttpConfigInterceptorModule.forRoot(),
|
|
37
|
+
MonkeyEcxErrorHandlingModule.forRoot(),
|
|
38
|
+
MonkeyStyleGuideModule,
|
|
39
|
+
ServiceWorkerModule.register('ngsw-worker.js'),
|
|
40
|
+
ClosedToMaintenanceModule,
|
|
41
|
+
StoreModule.forFeature(reducers.fromMonkeyecxStorage.featureKey, reducers.fromMonkeyecxStorage.reducer),
|
|
42
|
+
VersionChangedModule,
|
|
43
|
+
AlertsModule,
|
|
44
|
+
CurrencyConfigModule
|
|
45
|
+
]] });
|
|
46
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyFrontCoreModule, decorators: [{
|
|
47
|
+
type: NgModule,
|
|
48
|
+
args: [{
|
|
49
|
+
imports: [
|
|
50
|
+
CommonModule,
|
|
51
|
+
HttpClientModule,
|
|
52
|
+
TranslateModule.forRoot(),
|
|
53
|
+
MonkeyEcxConfigModule.forRoot(),
|
|
54
|
+
MonkeyEcxHttpConfigInterceptorModule.forRoot(),
|
|
55
|
+
MonkeyEcxErrorHandlingModule.forRoot(),
|
|
56
|
+
MonkeyStyleGuideModule,
|
|
57
|
+
ServiceWorkerModule.register('ngsw-worker.js'),
|
|
58
|
+
ClosedToMaintenanceModule,
|
|
59
|
+
StoreModule.forFeature(reducers.fromMonkeyecxStorage.featureKey, reducers.fromMonkeyecxStorage.reducer),
|
|
60
|
+
VersionChangedModule,
|
|
61
|
+
AlertsModule,
|
|
62
|
+
CurrencyConfigModule
|
|
63
|
+
],
|
|
64
|
+
providers: [
|
|
65
|
+
MonkeyStyleGuideModalService,
|
|
66
|
+
MonkeyStyleGuideSettingsService,
|
|
67
|
+
MonkeyStyleGuideSnackbarService
|
|
68
|
+
]
|
|
69
|
+
}]
|
|
70
|
+
}] });
|
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9ua2V5LWZyb250LWNvcmUubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9ua2V5LWZyb250LWNvcmUvc3JjL2xpYi9tb25rZXktZnJvbnQtY29yZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3hELE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDOUQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUMxQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUNMLDRCQUE0QixFQUM1QixzQkFBc0IsRUFDdEIsK0JBQStCLEVBQy9CLCtCQUErQixFQUNoQyxNQUFNLG9CQUFvQixDQUFDO0FBQzVCLE9BQU8sRUFDTCxZQUFZLEVBQ1oseUJBQXlCLEVBQ3pCLG9CQUFvQixFQUNwQixvQkFBb0IsRUFDckIsTUFBTSxjQUFjLENBQUM7QUFDdEIsT0FBTyxFQUFFLG9DQUFvQyxFQUFFLE1BQU0sOERBQThELENBQUM7QUFDcEgsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sZ0RBQWdELENBQUM7QUFDdkYsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sdURBQXVELENBQUM7QUFDckcsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLFNBQVMsQ0FBQzs7Ozs7Ozs7QUEyQm5DLE1BQU0sT0FBTyxxQkFBcUI7O2tIQUFyQixxQkFBcUI7bUhBQXJCLHFCQUFxQixZQXZCOUIsWUFBWTtRQUNaLGdCQUFnQiwwSEFLaEIsc0JBQXNCLDBCQUV0Qix5QkFBeUIseUJBS3pCLG9CQUFvQjtRQUNwQixZQUFZO1FBQ1osb0JBQW9CO21IQVFYLHFCQUFxQixhQU5yQjtRQUNULDRCQUE0QjtRQUM1QiwrQkFBK0I7UUFDL0IsK0JBQStCO0tBQ2hDLFlBdEJRO1lBQ1AsWUFBWTtZQUNaLGdCQUFnQjtZQUNoQixlQUFlLENBQUMsT0FBTyxFQUFFO1lBQ3pCLHFCQUFxQixDQUFDLE9BQU8sRUFBRTtZQUMvQixvQ0FBb0MsQ0FBQyxPQUFPLEVBQUU7WUFDOUMsNEJBQTRCLENBQUMsT0FBTyxFQUFFO1lBQ3RDLHNCQUFzQjtZQUN0QixtQkFBbUIsQ0FBQyxRQUFRLENBQUMsZ0JBQWdCLENBQUM7WUFDOUMseUJBQXlCO1lBQ3pCLFdBQVcsQ0FBQyxVQUFVLENBQ3BCLFFBQVEsQ0FBQyxvQkFBb0IsQ0FBQyxVQUFVLEVBQ3hDLFFBQVEsQ0FBQyxvQkFBb0IsQ0FBQyxPQUFPLENBQ3RDO1lBQ0Qsb0JBQW9CO1lBQ3BCLFlBQVk7WUFDWixvQkFBb0I7U0FDckI7MkZBT1UscUJBQXFCO2tCQXpCakMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixnQkFBZ0I7d0JBQ2hCLGVBQWUsQ0FBQyxPQUFPLEVBQUU7d0JBQ3pCLHFCQUFxQixDQUFDLE9BQU8sRUFBRTt3QkFDL0Isb0NBQW9DLENBQUMsT0FBTyxFQUFFO3dCQUM5Qyw0QkFBNEIsQ0FBQyxPQUFPLEVBQUU7d0JBQ3RDLHNCQUFzQjt3QkFDdEIsbUJBQW1CLENBQUMsUUFBUSxDQUFDLGdCQUFnQixDQUFDO3dCQUM5Qyx5QkFBeUI7d0JBQ3pCLFdBQVcsQ0FBQyxVQUFVLENBQ3BCLFFBQVEsQ0FBQyxvQkFBb0IsQ0FBQyxVQUFVLEVBQ3hDLFFBQVEsQ0FBQyxvQkFBb0IsQ0FBQyxPQUFPLENBQ3RDO3dCQUNELG9CQUFvQjt3QkFDcEIsWUFBWTt3QkFDWixvQkFBb0I7cUJBQ3JCO29CQUNELFNBQVMsRUFBRTt3QkFDVCw0QkFBNEI7d0JBQzVCLCtCQUErQjt3QkFDL0IsK0JBQStCO3FCQUNoQztpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEh0dHBDbGllbnRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XHJcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFNlcnZpY2VXb3JrZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9zZXJ2aWNlLXdvcmtlcic7XHJcbmltcG9ydCB7IFN0b3JlTW9kdWxlIH0gZnJvbSAnQG5ncngvc3RvcmUnO1xyXG5pbXBvcnQgeyBUcmFuc2xhdGVNb2R1bGUgfSBmcm9tICdAbmd4LXRyYW5zbGF0ZS9jb3JlJztcclxuaW1wb3J0IHtcclxuICBNb25rZXlTdHlsZUd1aWRlTW9kYWxTZXJ2aWNlLFxyXG4gIE1vbmtleVN0eWxlR3VpZGVNb2R1bGUsXHJcbiAgTW9ua2V5U3R5bGVHdWlkZVNldHRpbmdzU2VydmljZSxcclxuICBNb25rZXlTdHlsZUd1aWRlU25hY2tiYXJTZXJ2aWNlXHJcbn0gZnJvbSAnbW9ua2V5LXN0eWxlLWd1aWRlJztcclxuaW1wb3J0IHtcclxuICBBbGVydHNNb2R1bGUsXHJcbiAgQ2xvc2VkVG9NYWludGVuYW5jZU1vZHVsZSxcclxuICBDdXJyZW5jeUNvbmZpZ01vZHVsZSxcclxuICBWZXJzaW9uQ2hhbmdlZE1vZHVsZVxyXG59IGZyb20gJy4vY29tcG9uZW50cyc7XHJcbmltcG9ydCB7IE1vbmtleUVjeEh0dHBDb25maWdJbnRlcmNlcHRvck1vZHVsZSB9IGZyb20gJy4vY29yZS9pbnRlcmNlcHRvcnMvbW9ua2V5ZWN4LWh0dHAtY29uZmlnLWludGVyY2VwdG9yLm1vZHVsZSc7XHJcbmltcG9ydCB7IE1vbmtleUVjeENvbmZpZ01vZHVsZSB9IGZyb20gJy4vY29yZS9zZXJ2aWNlcy9jb25maWcvbW9ua2V5ZWN4LWNvbmZpZy5tb2R1bGUnO1xyXG5pbXBvcnQgeyBNb25rZXlFY3hFcnJvckhhbmRsaW5nTW9kdWxlIH0gZnJvbSAnLi9jb3JlL3NlcnZpY2VzL2Vycm9yL21vbmtleWVjeC1lcnJvci1oYW5kbGluZy5tb2R1bGUnO1xyXG5pbXBvcnQgeyByZWR1Y2VycyB9IGZyb20gJy4vc3RvcmUnO1xyXG5cclxuQE5nTW9kdWxlKHtcclxuICBpbXBvcnRzOiBbXHJcbiAgICBDb21tb25Nb2R1bGUsXHJcbiAgICBIdHRwQ2xpZW50TW9kdWxlLFxyXG4gICAgVHJhbnNsYXRlTW9kdWxlLmZvclJvb3QoKSxcclxuICAgIE1vbmtleUVjeENvbmZpZ01vZHVsZS5mb3JSb290KCksXHJcbiAgICBNb25rZXlFY3hIdHRwQ29uZmlnSW50ZXJjZXB0b3JNb2R1bGUuZm9yUm9vdCgpLFxyXG4gICAgTW9ua2V5RWN4RXJyb3JIYW5kbGluZ01vZHVsZS5mb3JSb290KCksXHJcbiAgICBNb25rZXlTdHlsZUd1aWRlTW9kdWxlLFxyXG4gICAgU2VydmljZVdvcmtlck1vZHVsZS5yZWdpc3Rlcignbmdzdy13b3JrZXIuanMnKSxcclxuICAgIENsb3NlZFRvTWFpbnRlbmFuY2VNb2R1bGUsXHJcbiAgICBTdG9yZU1vZHVsZS5mb3JGZWF0dXJlKFxyXG4gICAgICByZWR1Y2Vycy5mcm9tTW9ua2V5ZWN4U3RvcmFnZS5mZWF0dXJlS2V5LFxyXG4gICAgICByZWR1Y2Vycy5mcm9tTW9ua2V5ZWN4U3RvcmFnZS5yZWR1Y2VyXHJcbiAgICApLFxyXG4gICAgVmVyc2lvbkNoYW5nZWRNb2R1bGUsXHJcbiAgICBBbGVydHNNb2R1bGUsXHJcbiAgICBDdXJyZW5jeUNvbmZpZ01vZHVsZVxyXG4gIF0sXHJcbiAgcHJvdmlkZXJzOiBbXHJcbiAgICBNb25rZXlTdHlsZUd1aWRlTW9kYWxTZXJ2aWNlLFxyXG4gICAgTW9ua2V5U3R5bGVHdWlkZVNldHRpbmdzU2VydmljZSxcclxuICAgIE1vbmtleVN0eWxlR3VpZGVTbmFja2JhclNlcnZpY2VcclxuICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNb25rZXlGcm9udENvcmVNb2R1bGUge31cclxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * as monkeyecxStorage from './monkeyecx-storage.actions';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export * as monkeyecxStorage from './monkeyecx-storage.actions';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tb25rZXktZnJvbnQtY29yZS9zcmMvbGliL3N0b3JlL2FjdGlvbnMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLGdCQUFnQixNQUFNLDZCQUE2QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogYXMgbW9ua2V5ZWN4U3RvcmFnZSBmcm9tICcuL21vbmtleWVjeC1zdG9yYWdlLmFjdGlvbnMnO1xyXG4iXX0=
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { createAction, props } from '@ngrx/store';
|
|
2
|
-
const clear = createAction('[MECX Core Storage] Clear All');
|
|
3
|
-
const create = createAction('[MECX Core Storage] Create', props());
|
|
4
|
-
const deleteOne = createAction('[MECX Core Storage] Delete One', props());
|
|
5
|
-
const updateControl = createAction('[MECX Core Storage] Update Control', props());
|
|
6
|
-
const updateOne = createAction('[MECX Core Storage] Update One', props());
|
|
7
|
-
export { clear, create, deleteOne, updateControl, updateOne };
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { createAction, props } from '@ngrx/store';
|
|
2
|
+
const clear = createAction('[MECX Core Storage] Clear All');
|
|
3
|
+
const create = createAction('[MECX Core Storage] Create', props());
|
|
4
|
+
const deleteOne = createAction('[MECX Core Storage] Delete One', props());
|
|
5
|
+
const updateControl = createAction('[MECX Core Storage] Update Control', props());
|
|
6
|
+
const updateOne = createAction('[MECX Core Storage] Update One', props());
|
|
7
|
+
export { clear, create, deleteOne, updateControl, updateOne };
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9ua2V5ZWN4LXN0b3JhZ2UuYWN0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21vbmtleS1mcm9udC1jb3JlL3NyYy9saWIvc3RvcmUvYWN0aW9ucy9tb25rZXllY3gtc3RvcmFnZS5hY3Rpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsS0FBSyxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBR2xELE1BQU0sS0FBSyxHQUFHLFlBQVksQ0FBQywrQkFBK0IsQ0FBQyxDQUFDO0FBQzVELE1BQU0sTUFBTSxHQUFHLFlBQVksQ0FBQyw0QkFBNEIsRUFBRSxLQUFLLEVBQWdDLENBQUMsQ0FBQztBQUNqRyxNQUFNLFNBQVMsR0FBRyxZQUFZLENBQzVCLGdDQUFnQyxFQUNoQyxLQUFLLEVBQThCLENBQ3BDLENBQUM7QUFDRixNQUFNLGFBQWEsR0FBRyxZQUFZLENBQUMsb0NBQW9DLEVBQUUsS0FBSyxFQUFpQixDQUFDLENBQUM7QUFDakcsTUFBTSxTQUFTLEdBQUcsWUFBWSxDQUM1QixnQ0FBZ0MsRUFDaEMsS0FBSyxFQUE4QixDQUNwQyxDQUFDO0FBRUYsT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsU0FBUyxFQUFFLGFBQWEsRUFBRSxTQUFTLEVBQUUsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNyZWF0ZUFjdGlvbiwgcHJvcHMgfSBmcm9tICdAbmdyeC9zdG9yZSc7XHJcbmltcG9ydCB7IE1vbmtleUVjeFN0b3JhZ2UgfSBmcm9tICcuLi8uLi9jb3JlL2ludGVyZmFjZXMnO1xyXG5cclxuY29uc3QgY2xlYXIgPSBjcmVhdGVBY3Rpb24oJ1tNRUNYIENvcmUgU3RvcmFnZV0gQ2xlYXIgQWxsJyk7XHJcbmNvbnN0IGNyZWF0ZSA9IGNyZWF0ZUFjdGlvbignW01FQ1ggQ29yZSBTdG9yYWdlXSBDcmVhdGUnLCBwcm9wczx7IGRhdGE6IE1vbmtleUVjeFN0b3JhZ2VbXSB9PigpKTtcclxuY29uc3QgZGVsZXRlT25lID0gY3JlYXRlQWN0aW9uKFxyXG4gICdbTUVDWCBDb3JlIFN0b3JhZ2VdIERlbGV0ZSBPbmUnLFxyXG4gIHByb3BzPHsgZGF0YTogTW9ua2V5RWN4U3RvcmFnZSB9PigpXHJcbik7XHJcbmNvbnN0IHVwZGF0ZUNvbnRyb2wgPSBjcmVhdGVBY3Rpb24oJ1tNRUNYIENvcmUgU3RvcmFnZV0gVXBkYXRlIENvbnRyb2wnLCBwcm9wczx7IGRhdGE6IGFueSB9PigpKTtcclxuY29uc3QgdXBkYXRlT25lID0gY3JlYXRlQWN0aW9uKFxyXG4gICdbTUVDWCBDb3JlIFN0b3JhZ2VdIFVwZGF0ZSBPbmUnLFxyXG4gIHByb3BzPHsgZGF0YTogTW9ua2V5RWN4U3RvcmFnZSB9PigpXHJcbik7XHJcblxyXG5leHBvcnQgeyBjbGVhciwgY3JlYXRlLCBkZWxldGVPbmUsIHVwZGF0ZUNvbnRyb2wsIHVwZGF0ZU9uZSB9O1xyXG4iXX0=
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as actions from './actions';
|
|
2
|
-
export * as reducers from './reducers';
|
|
3
|
-
export * as selectors from './selectors';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export * as actions from './actions';
|
|
2
|
+
export * as reducers from './reducers';
|
|
3
|
+
export * as selectors from './selectors';
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tb25rZXktZnJvbnQtY29yZS9zcmMvbGliL3N0b3JlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxPQUFPLE1BQU0sV0FBVyxDQUFDO0FBQ3JDLE9BQU8sS0FBSyxRQUFRLE1BQU0sWUFBWSxDQUFDO0FBQ3ZDLE9BQU8sS0FBSyxTQUFTLE1BQU0sYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogYXMgYWN0aW9ucyBmcm9tICcuL2FjdGlvbnMnO1xyXG5leHBvcnQgKiBhcyByZWR1Y2VycyBmcm9tICcuL3JlZHVjZXJzJztcclxuZXhwb3J0ICogYXMgc2VsZWN0b3JzIGZyb20gJy4vc2VsZWN0b3JzJztcclxuXHJcbiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * as fromMonkeyecxSeeder from './monkeyecx-seeder.reducer';
|
|
2
|
-
export * as fromMonkeyecxStorage from './monkeyecx-storage.reducer';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export * as fromMonkeyecxSeeder from './monkeyecx-seeder.reducer';
|
|
2
|
+
export * as fromMonkeyecxStorage from './monkeyecx-storage.reducer';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tb25rZXktZnJvbnQtY29yZS9zcmMvbGliL3N0b3JlL3JlZHVjZXJzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxtQkFBbUIsTUFBTSw0QkFBNEIsQ0FBQztBQUNsRSxPQUFPLEtBQUssb0JBQW9CLE1BQU0sNkJBQTZCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBhcyBmcm9tTW9ua2V5ZWN4U2VlZGVyIGZyb20gJy4vbW9ua2V5ZWN4LXNlZWRlci5yZWR1Y2VyJztcclxuZXhwb3J0ICogYXMgZnJvbU1vbmtleWVjeFN0b3JhZ2UgZnJvbSAnLi9tb25rZXllY3gtc3RvcmFnZS5yZWR1Y2VyJztcclxuXHJcbiJdfQ==
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import { INIT } from '@ngrx/store';
|
|
2
|
-
export const seederReducer = (keys) => {
|
|
3
|
-
return (reducer) => {
|
|
4
|
-
return (state, action) => {
|
|
5
|
-
const handledState = reducer(state, action);
|
|
6
|
-
if (action.type === INIT) {
|
|
7
|
-
let data = null;
|
|
8
|
-
try {
|
|
9
|
-
const storage = localStorage.getItem('mecx-store');
|
|
10
|
-
const handled = atob(storage || '');
|
|
11
|
-
if (handled !== '{}') {
|
|
12
|
-
const storageValue = JSON.parse(atob(storage || ''));
|
|
13
|
-
keys.forEach((key) => {
|
|
14
|
-
let value = null;
|
|
15
|
-
if (storageValue?.[key]) {
|
|
16
|
-
value = {
|
|
17
|
-
[key]: storageValue?.[key]
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
data = {
|
|
21
|
-
...data,
|
|
22
|
-
...value
|
|
23
|
-
};
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
return data;
|
|
27
|
-
}
|
|
28
|
-
catch (e) {
|
|
29
|
-
localStorage.removeItem('mecx-store');
|
|
30
|
-
return handledState;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
let data = null;
|
|
34
|
-
try {
|
|
35
|
-
keys.forEach((key) => {
|
|
36
|
-
data = {
|
|
37
|
-
...data,
|
|
38
|
-
[key]: handledState[key]
|
|
39
|
-
};
|
|
40
|
-
});
|
|
41
|
-
const handled = JSON.stringify(data);
|
|
42
|
-
if (handled !== '{}') {
|
|
43
|
-
localStorage.setItem('mecx-store', btoa(JSON.stringify(data)));
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
catch (e) {
|
|
47
|
-
localStorage.removeItem('mecx-store');
|
|
48
|
-
}
|
|
49
|
-
return handledState;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { INIT } from '@ngrx/store';
|
|
2
|
+
export const seederReducer = (keys) => {
|
|
3
|
+
return (reducer) => {
|
|
4
|
+
return (state, action) => {
|
|
5
|
+
const handledState = reducer(state, action);
|
|
6
|
+
if (action.type === INIT) {
|
|
7
|
+
let data = null;
|
|
8
|
+
try {
|
|
9
|
+
const storage = localStorage.getItem('mecx-store');
|
|
10
|
+
const handled = atob(storage || '');
|
|
11
|
+
if (handled !== '{}') {
|
|
12
|
+
const storageValue = JSON.parse(atob(storage || ''));
|
|
13
|
+
keys.forEach((key) => {
|
|
14
|
+
let value = null;
|
|
15
|
+
if (storageValue?.[key]) {
|
|
16
|
+
value = {
|
|
17
|
+
[key]: storageValue?.[key]
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
data = {
|
|
21
|
+
...data,
|
|
22
|
+
...value
|
|
23
|
+
};
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
return data;
|
|
27
|
+
}
|
|
28
|
+
catch (e) {
|
|
29
|
+
localStorage.removeItem('mecx-store');
|
|
30
|
+
return handledState;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
let data = null;
|
|
34
|
+
try {
|
|
35
|
+
keys.forEach((key) => {
|
|
36
|
+
data = {
|
|
37
|
+
...data,
|
|
38
|
+
[key]: handledState[key]
|
|
39
|
+
};
|
|
40
|
+
});
|
|
41
|
+
const handled = JSON.stringify(data);
|
|
42
|
+
if (handled !== '{}') {
|
|
43
|
+
localStorage.setItem('mecx-store', btoa(JSON.stringify(data)));
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
catch (e) {
|
|
47
|
+
localStorage.removeItem('mecx-store');
|
|
48
|
+
}
|
|
49
|
+
return handledState;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9ua2V5ZWN4LXNlZWRlci5yZWR1Y2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9ua2V5LWZyb250LWNvcmUvc3JjL2xpYi9zdG9yZS9yZWR1Y2Vycy9tb25rZXllY3gtc2VlZGVyLnJlZHVjZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFpQixJQUFJLEVBQUUsTUFBTSxhQUFhLENBQUM7QUFFbEQsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLENBQUMsSUFBYyxFQUFFLEVBQUU7SUFDOUMsT0FBTyxDQUFDLE9BQTJCLEVBQXNCLEVBQUU7UUFDekQsT0FBTyxDQUFDLEtBQUssRUFBRSxNQUFNLEVBQUUsRUFBRTtZQUN2QixNQUFNLFlBQVksR0FBRyxPQUFPLENBQUMsS0FBSyxFQUFFLE1BQU0sQ0FBQyxDQUFDO1lBQzVDLElBQUksTUFBTSxDQUFDLElBQUksS0FBSyxJQUFJLEVBQUU7Z0JBQ3hCLElBQUksSUFBSSxHQUFRLElBQUksQ0FBQztnQkFDckIsSUFBSTtvQkFDRixNQUFNLE9BQU8sR0FBRyxZQUFZLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxDQUFDO29CQUNuRCxNQUFNLE9BQU8sR0FBRyxJQUFJLENBQUMsT0FBTyxJQUFJLEVBQUUsQ0FBQyxDQUFDO29CQUNwQyxJQUFJLE9BQU8sS0FBSyxJQUFJLEVBQUU7d0JBQ3BCLE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLE9BQU8sSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO3dCQUNyRCxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsR0FBVyxFQUFFLEVBQUU7NEJBQzNCLElBQUksS0FBSyxHQUFRLElBQUksQ0FBQzs0QkFDdEIsSUFBSSxZQUFZLEVBQUUsQ0FBQyxHQUFHLENBQUMsRUFBRTtnQ0FDdkIsS0FBSyxHQUFHO29DQUNOLENBQUMsR0FBRyxDQUFDLEVBQUUsWUFBWSxFQUFFLENBQUMsR0FBRyxDQUFDO2lDQUMzQixDQUFDOzZCQUNIOzRCQUVELElBQUksR0FBRztnQ0FDTCxHQUFHLElBQUk7Z0NBQ1AsR0FBRyxLQUFLOzZCQUNULENBQUM7d0JBQ0osQ0FBQyxDQUFDLENBQUM7cUJBQ0o7b0JBRUQsT0FBTyxJQUFJLENBQUM7aUJBQ2I7Z0JBQUMsT0FBTyxDQUFDLEVBQUU7b0JBQ1YsWUFBWSxDQUFDLFVBQVUsQ0FBQyxZQUFZLENBQUMsQ0FBQztvQkFDdEMsT0FBTyxZQUFZLENBQUM7aUJBQ3JCO2FBQ0Y7WUFFRCxJQUFJLElBQUksR0FBUSxJQUFJLENBQUM7WUFDckIsSUFBSTtnQkFDRixJQUFJLENBQUMsT0FBTyxDQUFDLENBQUMsR0FBVyxFQUFFLEVBQUU7b0JBQzNCLElBQUksR0FBRzt3QkFDTCxHQUFHLElBQUk7d0JBQ1AsQ0FBQyxHQUFHLENBQUMsRUFBRSxZQUFZLENBQUMsR0FBRyxDQUFDO3FCQUN6QixDQUFDO2dCQUNKLENBQUMsQ0FBQyxDQUFDO2dCQUNILE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLENBQUM7Z0JBQ3JDLElBQUksT0FBTyxLQUFLLElBQUksRUFBRTtvQkFDcEIsWUFBWSxDQUFDLE9BQU8sQ0FBQyxZQUFZLEVBQUUsSUFBSSxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO2lCQUNoRTthQUNGO1lBQUMsT0FBTyxDQUFDLEVBQUU7Z0JBQ1YsWUFBWSxDQUFDLFVBQVUsQ0FBQyxZQUFZLENBQUMsQ0FBQzthQUN2QztZQUVELE9BQU8sWUFBWSxDQUFDO1FBQ3RCLENBQUMsQ0FBQztJQUNKLENBQUMsQ0FBQztBQUNKLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFjdGlvblJlZHVjZXIsIElOSVQgfSBmcm9tICdAbmdyeC9zdG9yZSc7XHJcblxyXG5leHBvcnQgY29uc3Qgc2VlZGVyUmVkdWNlciA9IChrZXlzOiBzdHJpbmdbXSkgPT4ge1xyXG4gIHJldHVybiAocmVkdWNlcjogQWN0aW9uUmVkdWNlcjxhbnk+KTogQWN0aW9uUmVkdWNlcjxhbnk+ID0+IHtcclxuICAgIHJldHVybiAoc3RhdGUsIGFjdGlvbikgPT4ge1xyXG4gICAgICBjb25zdCBoYW5kbGVkU3RhdGUgPSByZWR1Y2VyKHN0YXRlLCBhY3Rpb24pO1xyXG4gICAgICBpZiAoYWN0aW9uLnR5cGUgPT09IElOSVQpIHtcclxuICAgICAgICBsZXQgZGF0YTogYW55ID0gbnVsbDtcclxuICAgICAgICB0cnkge1xyXG4gICAgICAgICAgY29uc3Qgc3RvcmFnZSA9IGxvY2FsU3RvcmFnZS5nZXRJdGVtKCdtZWN4LXN0b3JlJyk7XHJcbiAgICAgICAgICBjb25zdCBoYW5kbGVkID0gYXRvYihzdG9yYWdlIHx8ICcnKTtcclxuICAgICAgICAgIGlmIChoYW5kbGVkICE9PSAne30nKSB7XHJcbiAgICAgICAgICAgIGNvbnN0IHN0b3JhZ2VWYWx1ZSA9IEpTT04ucGFyc2UoYXRvYihzdG9yYWdlIHx8ICcnKSk7XHJcbiAgICAgICAgICAgIGtleXMuZm9yRWFjaCgoa2V5OiBzdHJpbmcpID0+IHtcclxuICAgICAgICAgICAgICBsZXQgdmFsdWU6IGFueSA9IG51bGw7XHJcbiAgICAgICAgICAgICAgaWYgKHN0b3JhZ2VWYWx1ZT8uW2tleV0pIHtcclxuICAgICAgICAgICAgICAgIHZhbHVlID0ge1xyXG4gICAgICAgICAgICAgICAgICBba2V5XTogc3RvcmFnZVZhbHVlPy5ba2V5XVxyXG4gICAgICAgICAgICAgICAgfTtcclxuICAgICAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgICAgIGRhdGEgPSB7XHJcbiAgICAgICAgICAgICAgICAuLi5kYXRhLFxyXG4gICAgICAgICAgICAgICAgLi4udmFsdWVcclxuICAgICAgICAgICAgICB9O1xyXG4gICAgICAgICAgICB9KTtcclxuICAgICAgICAgIH1cclxuXHJcbiAgICAgICAgICByZXR1cm4gZGF0YTtcclxuICAgICAgICB9IGNhdGNoIChlKSB7XHJcbiAgICAgICAgICBsb2NhbFN0b3JhZ2UucmVtb3ZlSXRlbSgnbWVjeC1zdG9yZScpO1xyXG4gICAgICAgICAgcmV0dXJuIGhhbmRsZWRTdGF0ZTtcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIGxldCBkYXRhOiBhbnkgPSBudWxsO1xyXG4gICAgICB0cnkge1xyXG4gICAgICAgIGtleXMuZm9yRWFjaCgoa2V5OiBzdHJpbmcpID0+IHtcclxuICAgICAgICAgIGRhdGEgPSB7XHJcbiAgICAgICAgICAgIC4uLmRhdGEsXHJcbiAgICAgICAgICAgIFtrZXldOiBoYW5kbGVkU3RhdGVba2V5XVxyXG4gICAgICAgICAgfTtcclxuICAgICAgICB9KTtcclxuICAgICAgICBjb25zdCBoYW5kbGVkID0gSlNPTi5zdHJpbmdpZnkoZGF0YSk7XHJcbiAgICAgICAgaWYgKGhhbmRsZWQgIT09ICd7fScpIHtcclxuICAgICAgICAgIGxvY2FsU3RvcmFnZS5zZXRJdGVtKCdtZWN4LXN0b3JlJywgYnRvYShKU09OLnN0cmluZ2lmeShkYXRhKSkpO1xyXG4gICAgICAgIH1cclxuICAgICAgfSBjYXRjaCAoZSkge1xyXG4gICAgICAgIGxvY2FsU3RvcmFnZS5yZW1vdmVJdGVtKCdtZWN4LXN0b3JlJyk7XHJcbiAgICAgIH1cclxuXHJcbiAgICAgIHJldHVybiBoYW5kbGVkU3RhdGU7XHJcbiAgICB9O1xyXG4gIH07XHJcbn07XHJcbiJdfQ==
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { createEntityAdapter } from '@ngrx/entity';
|
|
2
|
-
import { createReducer, on } from '@ngrx/store';
|
|
3
|
-
import * as actions from '../actions';
|
|
4
|
-
export const featureKey = 'mecx-core-storage';
|
|
5
|
-
export const adapter = createEntityAdapter({
|
|
6
|
-
selectId: (item) => {
|
|
7
|
-
return item.username;
|
|
8
|
-
}
|
|
9
|
-
});
|
|
10
|
-
export const initialState = adapter.getInitialState({
|
|
11
|
-
control: {
|
|
12
|
-
isLoading: false
|
|
13
|
-
},
|
|
14
|
-
error: null
|
|
15
|
-
});
|
|
16
|
-
export const reducer = createReducer(initialState, on(actions.monkeyecxStorage.clear, (state) => {
|
|
17
|
-
return adapter.removeAll(state);
|
|
18
|
-
}), on(actions.monkeyecxStorage.create, (state, action) => {
|
|
19
|
-
return adapter.upsertMany(action.data, {
|
|
20
|
-
...state
|
|
21
|
-
});
|
|
22
|
-
}), on(actions.monkeyecxStorage.updateControl, (state, action) => {
|
|
23
|
-
return {
|
|
24
|
-
...state,
|
|
25
|
-
control: {
|
|
26
|
-
...state.control,
|
|
27
|
-
...action.data
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
}), on(actions.monkeyecxStorage.updateOne, (state, action) => {
|
|
31
|
-
const { username } = action.data;
|
|
32
|
-
return adapter.upsertOne({ ...action.data, username }, {
|
|
33
|
-
...state
|
|
34
|
-
});
|
|
35
|
-
}), on(actions.monkeyecxStorage.deleteOne, (state, action) => {
|
|
36
|
-
const { username } = action.data;
|
|
37
|
-
return adapter.removeOne(username, state);
|
|
38
|
-
}));
|
|
39
|
-
export const { selectAll, selectEntities, selectIds, selectTotal } = adapter.getSelectors();
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { createEntityAdapter } from '@ngrx/entity';
|
|
2
|
+
import { createReducer, on } from '@ngrx/store';
|
|
3
|
+
import * as actions from '../actions';
|
|
4
|
+
export const featureKey = 'mecx-core-storage';
|
|
5
|
+
export const adapter = createEntityAdapter({
|
|
6
|
+
selectId: (item) => {
|
|
7
|
+
return item.username;
|
|
8
|
+
}
|
|
9
|
+
});
|
|
10
|
+
export const initialState = adapter.getInitialState({
|
|
11
|
+
control: {
|
|
12
|
+
isLoading: false
|
|
13
|
+
},
|
|
14
|
+
error: null
|
|
15
|
+
});
|
|
16
|
+
export const reducer = createReducer(initialState, on(actions.monkeyecxStorage.clear, (state) => {
|
|
17
|
+
return adapter.removeAll(state);
|
|
18
|
+
}), on(actions.monkeyecxStorage.create, (state, action) => {
|
|
19
|
+
return adapter.upsertMany(action.data, {
|
|
20
|
+
...state
|
|
21
|
+
});
|
|
22
|
+
}), on(actions.monkeyecxStorage.updateControl, (state, action) => {
|
|
23
|
+
return {
|
|
24
|
+
...state,
|
|
25
|
+
control: {
|
|
26
|
+
...state.control,
|
|
27
|
+
...action.data
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
}), on(actions.monkeyecxStorage.updateOne, (state, action) => {
|
|
31
|
+
const { username } = action.data;
|
|
32
|
+
return adapter.upsertOne({ ...action.data, username }, {
|
|
33
|
+
...state
|
|
34
|
+
});
|
|
35
|
+
}), on(actions.monkeyecxStorage.deleteOne, (state, action) => {
|
|
36
|
+
const { username } = action.data;
|
|
37
|
+
return adapter.removeOne(username, state);
|
|
38
|
+
}));
|
|
39
|
+
export const { selectAll, selectEntities, selectIds, selectTotal } = adapter.getSelectors();
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9ua2V5ZWN4LXN0b3JhZ2UucmVkdWNlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21vbmtleS1mcm9udC1jb3JlL3NyYy9saWIvc3RvcmUvcmVkdWNlcnMvbW9ua2V5ZWN4LXN0b3JhZ2UucmVkdWNlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsbUJBQW1CLEVBQThCLE1BQU0sY0FBYyxDQUFDO0FBQy9FLE9BQU8sRUFBRSxhQUFhLEVBQUUsRUFBRSxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBRWhELE9BQU8sS0FBSyxPQUFPLE1BQU0sWUFBWSxDQUFDO0FBRXRDLE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRyxtQkFBbUIsQ0FBQztBQVM5QyxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQW9DLG1CQUFtQixDQUFtQjtJQUM1RixRQUFRLEVBQUUsQ0FBQyxJQUFzQixFQUFFLEVBQUU7UUFDbkMsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDO0lBQ3ZCLENBQUM7Q0FDRixDQUFDLENBQUM7QUFFSCxNQUFNLENBQUMsTUFBTSxZQUFZLEdBQVUsT0FBTyxDQUFDLGVBQWUsQ0FBQztJQUN6RCxPQUFPLEVBQUU7UUFDUCxTQUFTLEVBQUUsS0FBSztLQUNqQjtJQUNELEtBQUssRUFBRSxJQUFJO0NBQ1osQ0FBQyxDQUFDO0FBRUgsTUFBTSxDQUFDLE1BQU0sT0FBTyxHQUFHLGFBQWEsQ0FDbEMsWUFBWSxFQUNaLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLENBQUMsS0FBSyxFQUFFLENBQUMsS0FBVSxFQUFFLEVBQUU7SUFDaEQsT0FBTyxPQUFPLENBQUMsU0FBUyxDQUFDLEtBQUssQ0FBQyxDQUFDO0FBQ2xDLENBQUMsQ0FBQyxFQUNGLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLENBQUMsTUFBTSxFQUFFLENBQUMsS0FBSyxFQUFFLE1BQU0sRUFBRSxFQUFFO0lBQ3BELE9BQU8sT0FBTyxDQUFDLFVBQVUsQ0FBQyxNQUFNLENBQUMsSUFBSSxFQUFFO1FBQ3JDLEdBQUcsS0FBSztLQUNULENBQUMsQ0FBQztBQUNMLENBQUMsQ0FBQyxFQUNGLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLENBQUMsYUFBYSxFQUFFLENBQUMsS0FBSyxFQUFFLE1BQU0sRUFBRSxFQUFFO0lBQzNELE9BQU87UUFDTCxHQUFHLEtBQUs7UUFDUixPQUFPLEVBQUU7WUFDUCxHQUFHLEtBQUssQ0FBQyxPQUFPO1lBQ2hCLEdBQUcsTUFBTSxDQUFDLElBQUk7U0FDZjtLQUNGLENBQUM7QUFDSixDQUFDLENBQUMsRUFDRixFQUFFLENBQUMsT0FBTyxDQUFDLGdCQUFnQixDQUFDLFNBQVMsRUFBRSxDQUFDLEtBQUssRUFBRSxNQUFNLEVBQUUsRUFBRTtJQUN2RCxNQUFNLEVBQUUsUUFBUSxFQUFFLEdBQUcsTUFBTSxDQUFDLElBQUksQ0FBQztJQUNqQyxPQUFPLE9BQU8sQ0FBQyxTQUFTLENBQ3RCLEVBQUUsR0FBRyxNQUFNLENBQUMsSUFBSSxFQUFFLFFBQVEsRUFBRSxFQUM1QjtRQUNFLEdBQUcsS0FBSztLQUNULENBQ0YsQ0FBQztBQUNKLENBQUMsQ0FBQyxFQUNGLEVBQUUsQ0FBQyxPQUFPLENBQUMsZ0JBQWdCLENBQUMsU0FBUyxFQUFFLENBQUMsS0FBSyxFQUFFLE1BQU0sRUFBRSxFQUFFO0lBQ3ZELE1BQU0sRUFBRSxRQUFRLEVBQUUsR0FBRyxNQUFNLENBQUMsSUFBSSxDQUFDO0lBQ2pDLE9BQU8sT0FBTyxDQUFDLFNBQVMsQ0FBQyxRQUFRLEVBQUUsS0FBSyxDQUFDLENBQUM7QUFDNUMsQ0FBQyxDQUFDLENBQ0gsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLEVBQUUsU0FBUyxFQUFFLGNBQWMsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLEdBQUcsT0FBTyxDQUFDLFlBQVksRUFBRSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3JlYXRlRW50aXR5QWRhcHRlciwgRW50aXR5QWRhcHRlciwgRW50aXR5U3RhdGUgfSBmcm9tICdAbmdyeC9lbnRpdHknO1xyXG5pbXBvcnQgeyBjcmVhdGVSZWR1Y2VyLCBvbiB9IGZyb20gJ0BuZ3J4L3N0b3JlJztcclxuaW1wb3J0IHsgTW9ua2V5RWN4U3RvcmFnZSB9IGZyb20gJy4uLy4uL2NvcmUnO1xyXG5pbXBvcnQgKiBhcyBhY3Rpb25zIGZyb20gJy4uL2FjdGlvbnMnO1xyXG5cclxuZXhwb3J0IGNvbnN0IGZlYXR1cmVLZXkgPSAnbWVjeC1jb3JlLXN0b3JhZ2UnO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBTdGF0ZSBleHRlbmRzIEVudGl0eVN0YXRlPE1vbmtleUVjeFN0b3JhZ2U+IHtcclxuICBjb250cm9sOiB7XHJcbiAgICBpc0xvYWRpbmc6IGJvb2xlYW47XHJcbiAgfTtcclxuICBlcnJvcjogYW55O1xyXG59XHJcblxyXG5leHBvcnQgY29uc3QgYWRhcHRlcjogRW50aXR5QWRhcHRlcjxNb25rZXlFY3hTdG9yYWdlPiA9IGNyZWF0ZUVudGl0eUFkYXB0ZXI8TW9ua2V5RWN4U3RvcmFnZT4oe1xyXG4gIHNlbGVjdElkOiAoaXRlbTogTW9ua2V5RWN4U3RvcmFnZSkgPT4ge1xyXG4gICAgcmV0dXJuIGl0ZW0udXNlcm5hbWU7XHJcbiAgfVxyXG59KTtcclxuXHJcbmV4cG9ydCBjb25zdCBpbml0aWFsU3RhdGU6IFN0YXRlID0gYWRhcHRlci5nZXRJbml0aWFsU3RhdGUoe1xyXG4gIGNvbnRyb2w6IHtcclxuICAgIGlzTG9hZGluZzogZmFsc2VcclxuICB9LFxyXG4gIGVycm9yOiBudWxsXHJcbn0pO1xyXG5cclxuZXhwb3J0IGNvbnN0IHJlZHVjZXIgPSBjcmVhdGVSZWR1Y2VyKFxyXG4gIGluaXRpYWxTdGF0ZSxcclxuICBvbihhY3Rpb25zLm1vbmtleWVjeFN0b3JhZ2UuY2xlYXIsIChzdGF0ZTogYW55KSA9PiB7XHJcbiAgICByZXR1cm4gYWRhcHRlci5yZW1vdmVBbGwoc3RhdGUpO1xyXG4gIH0pLFxyXG4gIG9uKGFjdGlvbnMubW9ua2V5ZWN4U3RvcmFnZS5jcmVhdGUsIChzdGF0ZSwgYWN0aW9uKSA9PiB7XHJcbiAgICByZXR1cm4gYWRhcHRlci51cHNlcnRNYW55KGFjdGlvbi5kYXRhLCB7XHJcbiAgICAgIC4uLnN0YXRlXHJcbiAgICB9KTtcclxuICB9KSxcclxuICBvbihhY3Rpb25zLm1vbmtleWVjeFN0b3JhZ2UudXBkYXRlQ29udHJvbCwgKHN0YXRlLCBhY3Rpb24pID0+IHtcclxuICAgIHJldHVybiB7XHJcbiAgICAgIC4uLnN0YXRlLFxyXG4gICAgICBjb250cm9sOiB7XHJcbiAgICAgICAgLi4uc3RhdGUuY29udHJvbCxcclxuICAgICAgICAuLi5hY3Rpb24uZGF0YVxyXG4gICAgICB9XHJcbiAgICB9O1xyXG4gIH0pLFxyXG4gIG9uKGFjdGlvbnMubW9ua2V5ZWN4U3RvcmFnZS51cGRhdGVPbmUsIChzdGF0ZSwgYWN0aW9uKSA9PiB7XHJcbiAgICBjb25zdCB7IHVzZXJuYW1lIH0gPSBhY3Rpb24uZGF0YTtcclxuICAgIHJldHVybiBhZGFwdGVyLnVwc2VydE9uZShcclxuICAgICAgeyAuLi5hY3Rpb24uZGF0YSwgdXNlcm5hbWUgfSxcclxuICAgICAge1xyXG4gICAgICAgIC4uLnN0YXRlXHJcbiAgICAgIH1cclxuICAgICk7XHJcbiAgfSksXHJcbiAgb24oYWN0aW9ucy5tb25rZXllY3hTdG9yYWdlLmRlbGV0ZU9uZSwgKHN0YXRlLCBhY3Rpb24pID0+IHtcclxuICAgIGNvbnN0IHsgdXNlcm5hbWUgfSA9IGFjdGlvbi5kYXRhO1xyXG4gICAgcmV0dXJuIGFkYXB0ZXIucmVtb3ZlT25lKHVzZXJuYW1lLCBzdGF0ZSk7XHJcbiAgfSlcclxuKTtcclxuXHJcbmV4cG9ydCBjb25zdCB7IHNlbGVjdEFsbCwgc2VsZWN0RW50aXRpZXMsIHNlbGVjdElkcywgc2VsZWN0VG90YWwgfSA9IGFkYXB0ZXIuZ2V0U2VsZWN0b3JzKCk7XHJcbiJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * as monkeyecxStorage from './monkeyecx-storage.selector';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export * as monkeyecxStorage from './monkeyecx-storage.selector';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tb25rZXktZnJvbnQtY29yZS9zcmMvbGliL3N0b3JlL3NlbGVjdG9ycy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssZ0JBQWdCLE1BQU0sOEJBQThCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBhcyBtb25rZXllY3hTdG9yYWdlIGZyb20gJy4vbW9ua2V5ZWN4LXN0b3JhZ2Uuc2VsZWN0b3InO1xyXG4iXX0=
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { createFeatureSelector, createSelector } from '@ngrx/store';
|
|
2
|
-
import * as reducers from '../reducers';
|
|
3
|
-
export const selectState = createFeatureSelector(reducers.fromMonkeyecxStorage.featureKey);
|
|
4
|
-
export const selectAll = createSelector(selectState, reducers.fromMonkeyecxStorage.selectAll);
|
|
5
|
-
export const select = (props) => {
|
|
6
|
-
return createSelector(selectAll, (entities) => {
|
|
7
|
-
return entities.find((_) => {
|
|
8
|
-
return _.username === props.username;
|
|
9
|
-
});
|
|
10
|
-
});
|
|
11
|
-
};
|
|
12
|
-
export const selectControl = () => {
|
|
13
|
-
return createSelector(selectState, (state) => {
|
|
14
|
-
return state.control;
|
|
15
|
-
});
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { createFeatureSelector, createSelector } from '@ngrx/store';
|
|
2
|
+
import * as reducers from '../reducers';
|
|
3
|
+
export const selectState = createFeatureSelector(reducers.fromMonkeyecxStorage.featureKey);
|
|
4
|
+
export const selectAll = createSelector(selectState, reducers.fromMonkeyecxStorage.selectAll);
|
|
5
|
+
export const select = (props) => {
|
|
6
|
+
return createSelector(selectAll, (entities) => {
|
|
7
|
+
return entities.find((_) => {
|
|
8
|
+
return _.username === props.username;
|
|
9
|
+
});
|
|
10
|
+
});
|
|
11
|
+
};
|
|
12
|
+
export const selectControl = () => {
|
|
13
|
+
return createSelector(selectState, (state) => {
|
|
14
|
+
return state.control;
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9ua2V5ZWN4LXN0b3JhZ2Uuc2VsZWN0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tb25rZXktZnJvbnQtY29yZS9zcmMvbGliL3N0b3JlL3NlbGVjdG9ycy9tb25rZXllY3gtc3RvcmFnZS5zZWxlY3Rvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsY0FBYyxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBRXBFLE9BQU8sS0FBSyxRQUFRLE1BQU0sYUFBYSxDQUFDO0FBSXhDLE1BQU0sQ0FBQyxNQUFNLFdBQVcsR0FBRyxxQkFBcUIsQ0FDOUMsUUFBUSxDQUFDLG9CQUFvQixDQUFDLFVBQVUsQ0FDekMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLFNBQVMsR0FBRyxjQUFjLENBQUMsV0FBVyxFQUFFLFFBQVEsQ0FBQyxvQkFBb0IsQ0FBQyxTQUFTLENBQUMsQ0FBQztBQUU5RixNQUFNLENBQUMsTUFBTSxNQUFNLEdBQUcsQ0FBQyxLQUEyQixFQUFFLEVBQUU7SUFDcEQsT0FBTyxjQUFjLENBQ25CLFNBQVMsRUFDVCxDQUFDLFFBQTRCLEVBQWdDLEVBQUU7UUFDN0QsT0FBTyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBbUIsRUFBRSxFQUFFO1lBQzNDLE9BQU8sQ0FBQyxDQUFDLFFBQVEsS0FBSyxLQUFLLENBQUMsUUFBUSxDQUFDO1FBQ3ZDLENBQUMsQ0FBQyxDQUFDO0lBQ0wsQ0FBQyxDQUNGLENBQUM7QUFDSixDQUFDLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxhQUFhLEdBQUcsR0FBRyxFQUFFO0lBQ2hDLE9BQU8sY0FBYyxDQUNuQixXQUFXLEVBQ1gsQ0FBQyxLQUFZLEVBQU8sRUFBRTtRQUNwQixPQUFPLEtBQUssQ0FBQyxPQUFPLENBQUM7SUFDdkIsQ0FBQyxDQUNGLENBQUM7QUFDSixDQUFDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjcmVhdGVGZWF0dXJlU2VsZWN0b3IsIGNyZWF0ZVNlbGVjdG9yIH0gZnJvbSAnQG5ncngvc3RvcmUnO1xyXG5pbXBvcnQgeyBNb25rZXlFY3hTdG9yYWdlIH0gZnJvbSAnLi4vLi4vY29yZSc7XHJcbmltcG9ydCAqIGFzIHJlZHVjZXJzIGZyb20gJy4uL3JlZHVjZXJzJztcclxuXHJcbmRlY2xhcmUgdHlwZSBTdGF0ZSA9IHJlZHVjZXJzLmZyb21Nb25rZXllY3hTdG9yYWdlLlN0YXRlO1xyXG5cclxuZXhwb3J0IGNvbnN0IHNlbGVjdFN0YXRlID0gY3JlYXRlRmVhdHVyZVNlbGVjdG9yPHJlZHVjZXJzLmZyb21Nb25rZXllY3hTdG9yYWdlLlN0YXRlPihcclxuICByZWR1Y2Vycy5mcm9tTW9ua2V5ZWN4U3RvcmFnZS5mZWF0dXJlS2V5XHJcbik7XHJcblxyXG5leHBvcnQgY29uc3Qgc2VsZWN0QWxsID0gY3JlYXRlU2VsZWN0b3Ioc2VsZWN0U3RhdGUsIHJlZHVjZXJzLmZyb21Nb25rZXllY3hTdG9yYWdlLnNlbGVjdEFsbCk7XHJcblxyXG5leHBvcnQgY29uc3Qgc2VsZWN0ID0gKHByb3BzOiB7IHVzZXJuYW1lOiBzdHJpbmcgfSkgPT4ge1xyXG4gIHJldHVybiBjcmVhdGVTZWxlY3RvcihcclxuICAgIHNlbGVjdEFsbCxcclxuICAgIChlbnRpdGllczogTW9ua2V5RWN4U3RvcmFnZVtdKTogTW9ua2V5RWN4U3RvcmFnZSB8IHVuZGVmaW5lZCA9PiB7XHJcbiAgICAgIHJldHVybiBlbnRpdGllcy5maW5kKChfOiBNb25rZXlFY3hTdG9yYWdlKSA9PiB7XHJcbiAgICAgICAgcmV0dXJuIF8udXNlcm5hbWUgPT09IHByb3BzLnVzZXJuYW1lO1xyXG4gICAgICB9KTtcclxuICAgIH1cclxuICApO1xyXG59O1xyXG5cclxuZXhwb3J0IGNvbnN0IHNlbGVjdENvbnRyb2wgPSAoKSA9PiB7XHJcbiAgcmV0dXJuIGNyZWF0ZVNlbGVjdG9yKFxyXG4gICAgc2VsZWN0U3RhdGUsXHJcbiAgICAoc3RhdGU6IFN0YXRlKTogYW55ID0+IHtcclxuICAgICAgcmV0dXJuIHN0YXRlLmNvbnRyb2w7XHJcbiAgICB9XHJcbiAgKTtcclxufTtcclxuIl19
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9ua2V5LWZyb250LWNvcmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9tb25rZXktZnJvbnQtY29yZS9zcmMvbW9ua2V5LWZyb250LWNvcmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
package/esm2020/public-api.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Public API Surface of monkey-front-core
|
|
3
|
-
*/
|
|
4
|
-
export * from './lib/components';
|
|
5
|
-
export * from './lib/core';
|
|
6
|
-
export * from './lib/monkey-front-core.module';
|
|
7
|
-
export * as store from './lib/store';
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
/*
|
|
2
|
+
* Public API Surface of monkey-front-core
|
|
3
|
+
*/
|
|
4
|
+
export * from './lib/components';
|
|
5
|
+
export * from './lib/core';
|
|
6
|
+
export * from './lib/monkey-front-core.module';
|
|
7
|
+
export * as store from './lib/store';
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL21vbmtleS1mcm9udC1jb3JlL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLE9BQU8sS0FBSyxLQUFLLE1BQU0sYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLypcclxuICogUHVibGljIEFQSSBTdXJmYWNlIG9mIG1vbmtleS1mcm9udC1jb3JlXHJcbiAqL1xyXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzJztcclxuZXhwb3J0ICogZnJvbSAnLi9saWIvY29yZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vbmtleS1mcm9udC1jb3JlLm1vZHVsZSc7XHJcbmV4cG9ydCAqIGFzIHN0b3JlIGZyb20gJy4vbGliL3N0b3JlJztcclxuXHJcbiJdfQ==
|