@abp/ng.core 7.2.1 → 7.3.0-rc.1
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 → esm2022}/abp-ng.core.mjs +4 -4
- package/esm2022/lib/abstracts/abstract-guard.mjs +2 -0
- package/{esm2020 → esm2022}/lib/abstracts/auth-response.model.mjs +1 -1
- package/esm2022/lib/abstracts/auth.guard.mjs +18 -0
- package/esm2022/lib/abstracts/auth.service.mjs +46 -0
- package/esm2022/lib/abstracts/index.mjs +6 -0
- package/esm2022/lib/abstracts/ng-model.component.mjs +60 -0
- package/esm2022/lib/clients/http.client.mjs +29 -0
- package/{esm2020 → esm2022}/lib/clients/index.mjs +1 -1
- package/esm2022/lib/components/dynamic-layout.component.mjs +101 -0
- package/{esm2020 → esm2022}/lib/components/index.mjs +3 -3
- package/esm2022/lib/components/replaceable-route-container.component.mjs +43 -0
- package/esm2022/lib/components/router-outlet.component.mjs +16 -0
- package/{esm2020 → esm2022}/lib/constants/different-locales.mjs +336 -336
- package/{esm2020 → esm2022}/lib/constants/index.mjs +1 -1
- package/esm2022/lib/core.module.mjs +285 -0
- package/esm2022/lib/directives/autofocus.directive.mjs +31 -0
- package/esm2022/lib/directives/debounce.directive.mjs +37 -0
- package/esm2022/lib/directives/for.directive.mjs +160 -0
- package/esm2022/lib/directives/form-submit.directive.mjs +78 -0
- package/{esm2020 → esm2022}/lib/directives/index.mjs +8 -8
- package/esm2022/lib/directives/init.directive.mjs +22 -0
- package/esm2022/lib/directives/permission.directive.mjs +75 -0
- package/esm2022/lib/directives/replaceable-template.directive.mjs +133 -0
- package/esm2022/lib/directives/stop-propagation.directive.mjs +33 -0
- package/{esm2020 → esm2022}/lib/enums/common.mjs +1 -1
- package/{esm2020 → esm2022}/lib/enums/index.mjs +1 -1
- package/{esm2020 → esm2022}/lib/guards/index.mjs +1 -1
- package/esm2022/lib/guards/permission.guard.mjs +41 -0
- package/esm2022/lib/handlers/routes.handler.mjs +52 -0
- package/esm2022/lib/interceptors/api.interceptor.mjs +28 -0
- package/{esm2020 → esm2022}/lib/interceptors/index.mjs +1 -1
- package/esm2022/lib/localization.module.mjs +17 -0
- package/{esm2020 → esm2022}/lib/models/auth.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/common.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/dtos.mjs +134 -134
- package/{esm2020 → esm2022}/lib/models/environment.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/index.mjs +9 -9
- package/{esm2020 → esm2022}/lib/models/localization.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/replaceable-components.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/rest.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/session.mjs +1 -1
- package/{esm2020 → esm2022}/lib/models/utility.mjs +1 -1
- package/{esm2020 → esm2022}/lib/pipes/index.mjs +7 -7
- package/esm2022/lib/pipes/localization.pipe.mjs +34 -0
- package/esm2022/lib/pipes/safe-html.pipe.mjs +24 -0
- package/esm2022/lib/pipes/short-date-time.pipe.mjs +35 -0
- package/esm2022/lib/pipes/short-date.pipe.mjs +35 -0
- package/esm2022/lib/pipes/short-time.pipe.mjs +35 -0
- package/esm2022/lib/pipes/sort.pipe.mjs +50 -0
- package/esm2022/lib/pipes/to-injector.pipe.mjs +30 -0
- package/{esm2020 → esm2022}/lib/providers/cookie-language.provider.mjs +21 -21
- package/{esm2020 → esm2022}/lib/providers/include-localization-resources.provider.mjs +5 -5
- package/{esm2020 → esm2022}/lib/providers/locale.provider.mjs +25 -25
- package/esm2022/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.mjs +28 -0
- package/{esm2020 → esm2022}/lib/proxy/pages/abp/multi-tenancy/index.mjs +1 -1
- package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.mjs +25 -0
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/index.mjs +1 -1
- package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.mjs +25 -0
- package/esm2022/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-localization.service.mjs +25 -0
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/index.mjs +5 -5
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/models.mjs +1 -1
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/index.mjs +1 -1
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/models.mjs +1 -1
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/index.mjs +1 -1
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/models.mjs +1 -1
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/http/modeling/index.mjs +1 -1
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/http/modeling/models.mjs +1 -1
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/localization/index.mjs +1 -1
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/localization/models.mjs +1 -1
- package/{esm2020 → esm2022}/lib/proxy/volo/abp/models.mjs +1 -1
- package/esm2022/lib/services/config-state.service.mjs +182 -0
- package/esm2022/lib/services/content-projection.service.mjs +18 -0
- package/esm2022/lib/services/dom-insertion.service.mjs +35 -0
- package/esm2022/lib/services/environment.service.mjs +49 -0
- package/esm2022/lib/services/http-error-reporter.service.mjs +30 -0
- package/esm2022/lib/services/http-wait.service.mjs +76 -0
- package/{esm2020 → esm2022}/lib/services/index.mjs +21 -21
- package/esm2022/lib/services/lazy-load.service.mjs +41 -0
- package/esm2022/lib/services/list.service.mjs +103 -0
- package/esm2022/lib/services/local-storage.service.mjs +33 -0
- package/esm2022/lib/services/localization.service.mjs +218 -0
- package/esm2022/lib/services/multi-tenancy.service.mjs +49 -0
- package/esm2022/lib/services/permission.service.mjs +64 -0
- package/esm2022/lib/services/replaceable-components.service.mjs +50 -0
- package/esm2022/lib/services/resource-wait.service.mjs +40 -0
- package/esm2022/lib/services/rest.service.mjs +79 -0
- package/esm2022/lib/services/router-events.service.mjs +39 -0
- package/esm2022/lib/services/router-wait.service.mjs +52 -0
- package/esm2022/lib/services/routes.service.mjs +165 -0
- package/esm2022/lib/services/session-state.service.mjs +81 -0
- package/esm2022/lib/services/subscription.service.mjs +44 -0
- package/esm2022/lib/services/track-by.service.mjs +22 -0
- package/{esm2020 → esm2022}/lib/strategies/container.strategy.mjs +37 -37
- package/{esm2020 → esm2022}/lib/strategies/content-security.strategy.mjs +29 -29
- package/{esm2020 → esm2022}/lib/strategies/content.strategy.mjs +51 -51
- package/{esm2020 → esm2022}/lib/strategies/context.strategy.mjs +36 -36
- package/{esm2020 → esm2022}/lib/strategies/cross-origin.strategy.mjs +27 -27
- package/{esm2020 → esm2022}/lib/strategies/dom.strategy.mjs +26 -26
- package/{esm2020 → esm2022}/lib/strategies/index.mjs +8 -8
- package/{esm2020 → esm2022}/lib/strategies/loading.strategy.mjs +57 -57
- package/{esm2020 → esm2022}/lib/strategies/projection.strategy.mjs +79 -79
- package/{esm2020 → esm2022}/lib/tokens/app-config.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/check-authentication-state.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/cookie-language-key.token.mjs +4 -4
- package/{esm2020 → esm2022}/lib/tokens/http-context.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/include-localization-resources.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/index.mjs +15 -15
- package/{esm2020 → esm2022}/lib/tokens/list.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/localization.token.mjs +9 -9
- package/{esm2020 → esm2022}/lib/tokens/lodaer-delay.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/manage-profile.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/options.token.mjs +7 -7
- package/{esm2020 → esm2022}/lib/tokens/others-group.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/pipe-to-login.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/queue.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/tokens/set-token-response-to-storage.token.mjs +5 -5
- package/{esm2020 → esm2022}/lib/tokens/tenant-key.token.mjs +2 -2
- package/{esm2020 → esm2022}/lib/utils/array-utils.mjs +6 -6
- package/{esm2020 → esm2022}/lib/utils/common-utils.mjs +34 -34
- package/{esm2020 → esm2022}/lib/utils/date-extensions.mjs +5 -5
- package/{esm2020 → esm2022}/lib/utils/date-utils.mjs +12 -12
- package/{esm2020 → esm2022}/lib/utils/environment-utils.mjs +35 -35
- package/{esm2020 → esm2022}/lib/utils/factory-utils.mjs +24 -24
- package/{esm2020 → esm2022}/lib/utils/file-utils.mjs +13 -13
- package/{esm2020 → esm2022}/lib/utils/form-utils.mjs +11 -11
- package/{esm2020 → esm2022}/lib/utils/generator-utils.mjs +33 -33
- package/{esm2020 → esm2022}/lib/utils/http-utils.mjs +18 -18
- package/{esm2020 → esm2022}/lib/utils/index.mjs +20 -20
- package/{esm2020 → esm2022}/lib/utils/initial-utils.mjs +59 -59
- package/esm2022/lib/utils/internal-store-utils.mjs +37 -0
- package/{esm2020 → esm2022}/lib/utils/lazy-load-utils.mjs +39 -39
- package/{esm2020 → esm2022}/lib/utils/localization-utils.mjs +48 -48
- package/{esm2020 → esm2022}/lib/utils/multi-tenancy-utils.mjs +80 -80
- package/{esm2020 → esm2022}/lib/utils/number-utils.mjs +3 -3
- package/{esm2020 → esm2022}/lib/utils/object-utils.mjs +36 -36
- package/{esm2020 → esm2022}/lib/utils/queue.mjs +40 -40
- package/{esm2020 → esm2022}/lib/utils/route-utils.mjs +25 -25
- package/{esm2020 → esm2022}/lib/utils/string-utils.mjs +29 -29
- package/{esm2020 → esm2022}/lib/utils/tree-utils.mjs +69 -69
- package/{esm2020 → esm2022}/lib/validators/age.validator.mjs +13 -13
- package/{esm2020 → esm2022}/lib/validators/credit-card.validator.mjs +20 -20
- package/esm2022/lib/validators/index.mjs +29 -0
- package/{esm2020 → esm2022}/lib/validators/range.validator.mjs +14 -14
- package/{esm2020 → esm2022}/lib/validators/required.validator.mjs +14 -14
- package/{esm2020 → esm2022}/lib/validators/string-length.validator.mjs +14 -14
- package/esm2022/lib/validators/unique-character.validator.mjs +13 -0
- package/{esm2020 → esm2022}/lib/validators/url.validator.mjs +16 -16
- package/{esm2020 → esm2022}/lib/validators/username.validator.mjs +13 -13
- package/{esm2020 → esm2022}/locale/abp-ng.core-locale.mjs +4 -4
- package/{esm2020 → esm2022}/locale/public-api.mjs +1 -1
- package/{esm2020 → esm2022}/locale/utils/register-locale.mjs +46 -46
- package/{esm2020 → esm2022}/public-api.mjs +26 -26
- package/{esm2020 → esm2022}/testing/abp-ng.core-testing.mjs +4 -4
- package/esm2022/testing/lib/core-testing.module.mjs +68 -0
- package/{esm2020 → esm2022}/testing/lib/services/index.mjs +2 -2
- package/esm2022/testing/lib/services/mock-permission.service.mjs +36 -0
- package/esm2022/testing/lib/services/mock-rest.service.mjs +32 -0
- package/{esm2020 → esm2022}/testing/lib/utils/clear-page.util.mjs +9 -9
- package/{esm2020 → esm2022}/testing/lib/utils/index.mjs +2 -2
- package/{esm2020 → esm2022}/testing/lib/utils/wait.util.mjs +4 -4
- package/{esm2020 → esm2022}/testing/public-api.mjs +3 -3
- package/{fesm2020 → fesm2022}/abp-ng.core-locale.mjs +45 -45
- package/{fesm2020 → fesm2022}/abp-ng.core-testing.mjs +120 -120
- package/{fesm2020 → fesm2022}/abp-ng.core-testing.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/abp-ng.core.mjs +4199 -4187
- package/fesm2022/abp-ng.core.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/abstracts/abstract-guard.d.ts +5 -0
- package/lib/abstracts/auth-response.model.d.ts +10 -10
- package/lib/abstracts/auth.guard.d.ts +9 -10
- package/lib/abstracts/auth.service.d.ts +30 -30
- package/lib/abstracts/index.d.ts +5 -4
- package/lib/abstracts/ng-model.component.d.ts +25 -25
- package/lib/clients/http.client.d.ts +11 -11
- package/lib/clients/index.d.ts +1 -1
- package/lib/components/dynamic-layout.component.d.ts +28 -28
- package/lib/components/index.d.ts +3 -3
- package/lib/components/replaceable-route-container.component.d.ts +17 -17
- package/lib/components/router-outlet.component.d.ts +5 -5
- package/lib/constants/different-locales.d.ts +334 -334
- package/lib/constants/index.d.ts +1 -1
- package/lib/core.module.d.ts +57 -57
- package/lib/directives/autofocus.directive.d.ts +12 -12
- package/lib/directives/debounce.directive.d.ts +13 -13
- package/lib/directives/for.directive.d.ts +36 -36
- package/lib/directives/form-submit.directive.d.ts +23 -23
- package/lib/directives/index.d.ts +8 -8
- package/lib/directives/init.directive.d.ts +10 -10
- package/lib/directives/permission.directive.d.ts +24 -24
- package/lib/directives/replaceable-template.directive.d.ts +29 -29
- package/lib/directives/stop-propagation.directive.d.ts +12 -12
- package/lib/enums/common.d.ts +5 -5
- package/lib/enums/index.d.ts +1 -1
- package/lib/guards/index.d.ts +1 -1
- package/lib/guards/permission.guard.d.ts +16 -16
- package/lib/handlers/routes.handler.d.ts +11 -11
- package/lib/interceptors/api.interceptor.d.ts +14 -14
- package/lib/interceptors/index.d.ts +1 -1
- package/lib/localization.module.d.ts +7 -7
- package/lib/models/auth.d.ts +14 -14
- package/lib/models/common.d.ts +79 -79
- package/lib/models/dtos.d.ts +107 -107
- package/lib/models/environment.d.ts +38 -38
- package/lib/models/index.d.ts +9 -9
- package/lib/models/localization.d.ts +5 -5
- package/lib/models/replaceable-components.d.ts +45 -45
- package/lib/models/rest.d.ts +36 -36
- package/lib/models/session.d.ts +7 -7
- package/lib/models/utility.d.ts +14 -14
- package/lib/pipes/index.d.ts +7 -7
- package/lib/pipes/localization.pipe.d.ts +12 -12
- package/lib/pipes/safe-html.pipe.d.ts +9 -9
- package/lib/pipes/short-date-time.pipe.d.ts +12 -12
- package/lib/pipes/short-date.pipe.d.ts +12 -12
- package/lib/pipes/short-time.pipe.d.ts +12 -12
- package/lib/pipes/sort.pipe.d.ts +9 -9
- package/lib/pipes/to-injector.pipe.d.ts +10 -10
- package/lib/providers/cookie-language.provider.d.ts +3 -3
- package/lib/providers/include-localization-resources.provider.d.ts +2 -2
- package/lib/providers/locale.provider.d.ts +9 -9
- package/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.d.ts +12 -12
- package/lib/proxy/pages/abp/multi-tenancy/index.d.ts +1 -1
- package/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.d.ts +11 -11
- package/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/index.d.ts +1 -1
- package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.d.ts +11 -11
- package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-localization.service.d.ts +11 -11
- package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/index.d.ts +5 -5
- package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/models.d.ts +106 -106
- package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/index.d.ts +1 -1
- package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/models.d.ts +71 -71
- package/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/index.d.ts +1 -1
- package/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/models.d.ts +14 -14
- package/lib/proxy/volo/abp/http/modeling/index.d.ts +1 -1
- package/lib/proxy/volo/abp/http/modeling/models.d.ts +88 -88
- package/lib/proxy/volo/abp/localization/index.d.ts +1 -1
- package/lib/proxy/volo/abp/localization/models.d.ts +7 -7
- package/lib/proxy/volo/abp/models.d.ts +4 -4
- package/lib/services/config-state.service.d.ts +379 -378
- package/lib/services/content-projection.service.d.ts +10 -10
- package/lib/services/dom-insertion.service.d.ts +10 -10
- package/lib/services/environment.service.d.ts +103 -103
- package/lib/services/http-error-reporter.service.d.ts +12 -12
- package/lib/services/http-wait.service.d.ts +30 -30
- package/lib/services/index.d.ts +21 -21
- package/lib/services/lazy-load.service.d.ts +13 -13
- package/lib/services/list.service.d.ts +39 -39
- package/lib/services/local-storage.service.d.ts +13 -13
- package/lib/services/localization.service.d.ts +54 -54
- package/lib/services/multi-tenancy.service.d.ts +22 -22
- package/lib/services/permission.service.d.ts +19 -19
- package/lib/services/replaceable-components.service.d.ts +19 -19
- package/lib/services/resource-wait.service.d.ts +15 -15
- package/lib/services/rest.service.d.ts +24 -24
- package/lib/services/router-events.service.d.ts +29 -29
- package/lib/services/router-wait.service.d.ts +20 -20
- package/lib/services/routes.service.d.ts +57 -57
- package/lib/services/session-state.service.d.ts +27 -27
- package/lib/services/subscription.service.d.ts +17 -17
- package/lib/services/track-by.service.d.ts +11 -11
- package/lib/strategies/container.strategy.d.ts +22 -22
- package/lib/strategies/content-security.strategy.d.ts +17 -17
- package/lib/strategies/content.strategy.d.ts +26 -26
- package/lib/strategies/context.strategy.d.ts +23 -23
- package/lib/strategies/cross-origin.strategy.d.ts +14 -14
- package/lib/strategies/dom.strategy.d.ts +13 -13
- package/lib/strategies/index.d.ts +8 -8
- package/lib/strategies/loading.strategy.d.ts +28 -28
- package/lib/strategies/projection.strategy.d.ts +39 -39
- package/lib/tokens/app-config.token.d.ts +3 -3
- package/lib/tokens/check-authentication-state.d.ts +3 -3
- package/lib/tokens/cookie-language-key.token.d.ts +2 -2
- package/lib/tokens/http-context.token.d.ts +2 -2
- package/lib/tokens/include-localization-resources.token.d.ts +2 -2
- package/lib/tokens/index.d.ts +15 -15
- package/lib/tokens/list.token.d.ts +2 -2
- package/lib/tokens/localization.token.d.ts +6 -6
- package/lib/tokens/lodaer-delay.token.d.ts +2 -2
- package/lib/tokens/manage-profile.token.d.ts +2 -2
- package/lib/tokens/options.token.d.ts +4 -4
- package/lib/tokens/others-group.token.d.ts +2 -2
- package/lib/tokens/pipe-to-login.token.d.ts +3 -3
- package/lib/tokens/queue.token.d.ts +3 -3
- package/lib/tokens/set-token-response-to-storage.token.d.ts +6 -6
- package/lib/tokens/tenant-key.token.d.ts +2 -2
- package/lib/utils/array-utils.d.ts +1 -1
- package/lib/utils/common-utils.d.ts +11 -11
- package/lib/utils/date-extensions.d.ts +6 -6
- package/lib/utils/date-utils.d.ts +4 -4
- package/lib/utils/environment-utils.d.ts +3 -3
- package/lib/utils/factory-utils.d.ts +11 -11
- package/lib/utils/file-utils.d.ts +1 -1
- package/lib/utils/form-utils.d.ts +2 -2
- package/lib/utils/generator-utils.d.ts +3 -3
- package/lib/utils/http-utils.d.ts +8 -8
- package/lib/utils/index.d.ts +20 -20
- package/lib/utils/initial-utils.d.ts +3 -3
- package/lib/utils/internal-store-utils.d.ts +14 -14
- package/lib/utils/lazy-load-utils.d.ts +4 -4
- package/lib/utils/localization-utils.d.ts +5 -5
- package/lib/utils/multi-tenancy-utils.d.ts +3 -3
- package/lib/utils/number-utils.d.ts +1 -1
- package/lib/utils/object-utils.d.ts +2 -2
- package/lib/utils/queue.d.ts +14 -14
- package/lib/utils/route-utils.d.ts +8 -8
- package/lib/utils/string-utils.d.ts +3 -3
- package/lib/utils/tree-utils.d.ts +26 -26
- package/lib/validators/age.validator.d.ts +10 -10
- package/lib/validators/credit-card.validator.d.ts +5 -5
- package/lib/validators/index.d.ts +28 -24
- package/lib/validators/range.validator.d.ts +12 -12
- package/lib/validators/required.validator.d.ts +8 -8
- package/lib/validators/string-length.validator.d.ts +14 -14
- package/lib/validators/unique-character.validator.d.ts +5 -0
- package/lib/validators/url.validator.d.ts +5 -5
- package/lib/validators/username.validator.d.ts +10 -10
- package/locale/index.d.ts +5 -5
- package/locale/public-api.d.ts +1 -1
- package/locale/utils/register-locale.d.ts +13 -13
- package/package.json +12 -22
- package/public-api.d.ts +25 -25
- package/testing/index.d.ts +5 -5
- package/testing/lib/core-testing.module.d.ts +16 -16
- package/testing/lib/services/index.d.ts +2 -2
- package/testing/lib/services/mock-permission.service.d.ts +10 -10
- package/testing/lib/services/mock-rest.service.d.ts +14 -14
- package/testing/lib/utils/clear-page.util.d.ts +2 -2
- package/testing/lib/utils/index.d.ts +2 -2
- package/testing/lib/utils/wait.util.d.ts +2 -2
- package/testing/public-api.d.ts +3 -3
- package/esm2020/lib/abstracts/auth.guard.mjs +0 -17
- package/esm2020/lib/abstracts/auth.service.mjs +0 -45
- package/esm2020/lib/abstracts/index.mjs +0 -5
- package/esm2020/lib/abstracts/ng-model.component.mjs +0 -59
- package/esm2020/lib/clients/http.client.mjs +0 -34
- package/esm2020/lib/components/dynamic-layout.component.mjs +0 -100
- package/esm2020/lib/components/replaceable-route-container.component.mjs +0 -42
- package/esm2020/lib/components/router-outlet.component.mjs +0 -15
- package/esm2020/lib/core.module.mjs +0 -282
- package/esm2020/lib/directives/autofocus.directive.mjs +0 -30
- package/esm2020/lib/directives/debounce.directive.mjs +0 -36
- package/esm2020/lib/directives/for.directive.mjs +0 -159
- package/esm2020/lib/directives/form-submit.directive.mjs +0 -77
- package/esm2020/lib/directives/init.directive.mjs +0 -21
- package/esm2020/lib/directives/permission.directive.mjs +0 -74
- package/esm2020/lib/directives/replaceable-template.directive.mjs +0 -132
- package/esm2020/lib/directives/stop-propagation.directive.mjs +0 -32
- package/esm2020/lib/guards/permission.guard.mjs +0 -44
- package/esm2020/lib/handlers/routes.handler.mjs +0 -51
- package/esm2020/lib/interceptors/api.interceptor.mjs +0 -27
- package/esm2020/lib/localization.module.mjs +0 -16
- package/esm2020/lib/pipes/localization.pipe.mjs +0 -33
- package/esm2020/lib/pipes/safe-html.pipe.mjs +0 -23
- package/esm2020/lib/pipes/short-date-time.pipe.mjs +0 -34
- package/esm2020/lib/pipes/short-date.pipe.mjs +0 -34
- package/esm2020/lib/pipes/short-time.pipe.mjs +0 -34
- package/esm2020/lib/pipes/sort.pipe.mjs +0 -49
- package/esm2020/lib/pipes/to-injector.pipe.mjs +0 -29
- package/esm2020/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.mjs +0 -27
- package/esm2020/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.mjs +0 -24
- package/esm2020/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.mjs +0 -24
- package/esm2020/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-localization.service.mjs +0 -24
- package/esm2020/lib/services/config-state.service.mjs +0 -178
- package/esm2020/lib/services/content-projection.service.mjs +0 -17
- package/esm2020/lib/services/dom-insertion.service.mjs +0 -34
- package/esm2020/lib/services/environment.service.mjs +0 -48
- package/esm2020/lib/services/http-error-reporter.service.mjs +0 -29
- package/esm2020/lib/services/http-wait.service.mjs +0 -75
- package/esm2020/lib/services/lazy-load.service.mjs +0 -40
- package/esm2020/lib/services/list.service.mjs +0 -102
- package/esm2020/lib/services/local-storage.service.mjs +0 -32
- package/esm2020/lib/services/localization.service.mjs +0 -217
- package/esm2020/lib/services/multi-tenancy.service.mjs +0 -48
- package/esm2020/lib/services/permission.service.mjs +0 -63
- package/esm2020/lib/services/replaceable-components.service.mjs +0 -49
- package/esm2020/lib/services/resource-wait.service.mjs +0 -39
- package/esm2020/lib/services/rest.service.mjs +0 -78
- package/esm2020/lib/services/router-events.service.mjs +0 -38
- package/esm2020/lib/services/router-wait.service.mjs +0 -51
- package/esm2020/lib/services/routes.service.mjs +0 -163
- package/esm2020/lib/services/session-state.service.mjs +0 -80
- package/esm2020/lib/services/subscription.service.mjs +0 -43
- package/esm2020/lib/services/track-by.service.mjs +0 -21
- package/esm2020/lib/utils/internal-store-utils.mjs +0 -37
- package/esm2020/lib/validators/index.mjs +0 -25
- package/esm2020/testing/lib/core-testing.module.mjs +0 -67
- package/esm2020/testing/lib/services/mock-permission.service.mjs +0 -35
- package/esm2020/testing/lib/services/mock-rest.service.mjs +0 -31
- package/fesm2015/abp-ng.core-locale.mjs +0 -57
- package/fesm2015/abp-ng.core-locale.mjs.map +0 -1
- package/fesm2015/abp-ng.core-testing.mjs +0 -146
- package/fesm2015/abp-ng.core-testing.mjs.map +0 -1
- package/fesm2015/abp-ng.core.mjs +0 -4460
- package/fesm2015/abp-ng.core.mjs.map +0 -1
- package/fesm2020/abp-ng.core.mjs.map +0 -1
- package/src/lib/proxy/README.md +0 -17
- /package/{fesm2020 → fesm2022}/abp-ng.core-locale.mjs.map +0 -0
package/lib/core.module.d.ts
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { ABP } from './models/common';
|
|
3
|
-
import './utils/date-extensions';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "./abstracts/ng-model.component";
|
|
6
|
-
import * as i2 from "./directives/autofocus.directive";
|
|
7
|
-
import * as i3 from "./components/dynamic-layout.component";
|
|
8
|
-
import * as i4 from "./directives/for.directive";
|
|
9
|
-
import * as i5 from "./directives/form-submit.directive";
|
|
10
|
-
import * as i6 from "./directives/init.directive";
|
|
11
|
-
import * as i7 from "./directives/debounce.directive";
|
|
12
|
-
import * as i8 from "./directives/permission.directive";
|
|
13
|
-
import * as i9 from "./components/replaceable-route-container.component";
|
|
14
|
-
import * as i10 from "./directives/replaceable-template.directive";
|
|
15
|
-
import * as i11 from "./components/router-outlet.component";
|
|
16
|
-
import * as i12 from "./pipes/sort.pipe";
|
|
17
|
-
import * as i13 from "./pipes/safe-html.pipe";
|
|
18
|
-
import * as i14 from "./directives/stop-propagation.directive";
|
|
19
|
-
import * as i15 from "./pipes/to-injector.pipe";
|
|
20
|
-
import * as i16 from "./pipes/short-date-time.pipe";
|
|
21
|
-
import * as i17 from "./pipes/short-time.pipe";
|
|
22
|
-
import * as i18 from "./pipes/short-date.pipe";
|
|
23
|
-
import * as i19 from "@angular/common";
|
|
24
|
-
import * as i20 from "@angular/common/http";
|
|
25
|
-
import * as i21 from "@angular/forms";
|
|
26
|
-
import * as i22 from "@angular/router";
|
|
27
|
-
import * as i23 from "./localization.module";
|
|
28
|
-
/**
|
|
29
|
-
* BaseCoreModule is the module that holds
|
|
30
|
-
* all imports, declarations, exports, and entryComponents
|
|
31
|
-
* but not the providers.
|
|
32
|
-
* This module will be imported and exported by all others.
|
|
33
|
-
*/
|
|
34
|
-
export declare class BaseCoreModule {
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseCoreModule, never>;
|
|
36
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BaseCoreModule, [typeof i1.AbstractNgModelComponent, typeof i2.AutofocusDirective, typeof i3.DynamicLayoutComponent, typeof i4.ForDirective, typeof i5.FormSubmitDirective, typeof i6.InitDirective, typeof i7.InputEventDebounceDirective, typeof i8.PermissionDirective, typeof i9.ReplaceableRouteContainerComponent, typeof i10.ReplaceableTemplateDirective, typeof i11.RouterOutletComponent, typeof i12.SortPipe, typeof i13.SafeHtmlPipe, typeof i14.StopPropagationDirective, typeof i15.ToInjectorPipe, typeof i16.ShortDateTimePipe, typeof i17.ShortTimePipe, typeof i18.ShortDatePipe], [typeof i19.CommonModule, typeof i20.HttpClientModule, typeof i21.FormsModule, typeof i21.ReactiveFormsModule, typeof i22.RouterModule, typeof i23.LocalizationModule], [typeof i19.CommonModule, typeof i20.HttpClientModule, typeof i21.FormsModule, typeof i21.ReactiveFormsModule, typeof i22.RouterModule, typeof i23.LocalizationModule, typeof i1.AbstractNgModelComponent, typeof i2.AutofocusDirective, typeof i3.DynamicLayoutComponent, typeof i4.ForDirective, typeof i5.FormSubmitDirective, typeof i6.InitDirective, typeof i7.InputEventDebounceDirective, typeof i8.PermissionDirective, typeof i9.ReplaceableRouteContainerComponent, typeof i10.ReplaceableTemplateDirective, typeof i11.RouterOutletComponent, typeof i12.SortPipe, typeof i13.SafeHtmlPipe, typeof i14.StopPropagationDirective, typeof i15.ToInjectorPipe, typeof i16.ShortDateTimePipe, typeof i17.ShortTimePipe, typeof i18.ShortDatePipe]>;
|
|
37
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BaseCoreModule>;
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* RootCoreModule is the module that will be used at root level
|
|
41
|
-
* and it introduces imports useful at root level (e.g. NGXS)
|
|
42
|
-
*/
|
|
43
|
-
export declare class RootCoreModule {
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RootCoreModule, never>;
|
|
45
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RootCoreModule, never, [typeof BaseCoreModule, typeof i23.LocalizationModule, typeof i20.HttpClientXsrfModule], [typeof BaseCoreModule, typeof i23.LocalizationModule]>;
|
|
46
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RootCoreModule>;
|
|
47
|
-
}
|
|
48
|
-
/**
|
|
49
|
-
* CoreModule is the module that is publicly available
|
|
50
|
-
*/
|
|
51
|
-
export declare class CoreModule {
|
|
52
|
-
static forRoot(options?: ABP.Root): ModuleWithProviders<RootCoreModule>;
|
|
53
|
-
static forChild(options?: ABP.Child): ModuleWithProviders<RootCoreModule>;
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
55
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof BaseCoreModule], [typeof BaseCoreModule]>;
|
|
56
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
|
|
57
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { ABP } from './models/common';
|
|
3
|
+
import './utils/date-extensions';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "./abstracts/ng-model.component";
|
|
6
|
+
import * as i2 from "./directives/autofocus.directive";
|
|
7
|
+
import * as i3 from "./components/dynamic-layout.component";
|
|
8
|
+
import * as i4 from "./directives/for.directive";
|
|
9
|
+
import * as i5 from "./directives/form-submit.directive";
|
|
10
|
+
import * as i6 from "./directives/init.directive";
|
|
11
|
+
import * as i7 from "./directives/debounce.directive";
|
|
12
|
+
import * as i8 from "./directives/permission.directive";
|
|
13
|
+
import * as i9 from "./components/replaceable-route-container.component";
|
|
14
|
+
import * as i10 from "./directives/replaceable-template.directive";
|
|
15
|
+
import * as i11 from "./components/router-outlet.component";
|
|
16
|
+
import * as i12 from "./pipes/sort.pipe";
|
|
17
|
+
import * as i13 from "./pipes/safe-html.pipe";
|
|
18
|
+
import * as i14 from "./directives/stop-propagation.directive";
|
|
19
|
+
import * as i15 from "./pipes/to-injector.pipe";
|
|
20
|
+
import * as i16 from "./pipes/short-date-time.pipe";
|
|
21
|
+
import * as i17 from "./pipes/short-time.pipe";
|
|
22
|
+
import * as i18 from "./pipes/short-date.pipe";
|
|
23
|
+
import * as i19 from "@angular/common";
|
|
24
|
+
import * as i20 from "@angular/common/http";
|
|
25
|
+
import * as i21 from "@angular/forms";
|
|
26
|
+
import * as i22 from "@angular/router";
|
|
27
|
+
import * as i23 from "./localization.module";
|
|
28
|
+
/**
|
|
29
|
+
* BaseCoreModule is the module that holds
|
|
30
|
+
* all imports, declarations, exports, and entryComponents
|
|
31
|
+
* but not the providers.
|
|
32
|
+
* This module will be imported and exported by all others.
|
|
33
|
+
*/
|
|
34
|
+
export declare class BaseCoreModule {
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseCoreModule, never>;
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BaseCoreModule, [typeof i1.AbstractNgModelComponent, typeof i2.AutofocusDirective, typeof i3.DynamicLayoutComponent, typeof i4.ForDirective, typeof i5.FormSubmitDirective, typeof i6.InitDirective, typeof i7.InputEventDebounceDirective, typeof i8.PermissionDirective, typeof i9.ReplaceableRouteContainerComponent, typeof i10.ReplaceableTemplateDirective, typeof i11.RouterOutletComponent, typeof i12.SortPipe, typeof i13.SafeHtmlPipe, typeof i14.StopPropagationDirective, typeof i15.ToInjectorPipe, typeof i16.ShortDateTimePipe, typeof i17.ShortTimePipe, typeof i18.ShortDatePipe], [typeof i19.CommonModule, typeof i20.HttpClientModule, typeof i21.FormsModule, typeof i21.ReactiveFormsModule, typeof i22.RouterModule, typeof i23.LocalizationModule], [typeof i19.CommonModule, typeof i20.HttpClientModule, typeof i21.FormsModule, typeof i21.ReactiveFormsModule, typeof i22.RouterModule, typeof i23.LocalizationModule, typeof i1.AbstractNgModelComponent, typeof i2.AutofocusDirective, typeof i3.DynamicLayoutComponent, typeof i4.ForDirective, typeof i5.FormSubmitDirective, typeof i6.InitDirective, typeof i7.InputEventDebounceDirective, typeof i8.PermissionDirective, typeof i9.ReplaceableRouteContainerComponent, typeof i10.ReplaceableTemplateDirective, typeof i11.RouterOutletComponent, typeof i12.SortPipe, typeof i13.SafeHtmlPipe, typeof i14.StopPropagationDirective, typeof i15.ToInjectorPipe, typeof i16.ShortDateTimePipe, typeof i17.ShortTimePipe, typeof i18.ShortDatePipe]>;
|
|
37
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BaseCoreModule>;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* RootCoreModule is the module that will be used at root level
|
|
41
|
+
* and it introduces imports useful at root level (e.g. NGXS)
|
|
42
|
+
*/
|
|
43
|
+
export declare class RootCoreModule {
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RootCoreModule, never>;
|
|
45
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RootCoreModule, never, [typeof BaseCoreModule, typeof i23.LocalizationModule, typeof i20.HttpClientXsrfModule], [typeof BaseCoreModule, typeof i23.LocalizationModule]>;
|
|
46
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RootCoreModule>;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* CoreModule is the module that is publicly available
|
|
50
|
+
*/
|
|
51
|
+
export declare class CoreModule {
|
|
52
|
+
static forRoot(options?: ABP.Root): ModuleWithProviders<RootCoreModule>;
|
|
53
|
+
static forChild(options?: ABP.Child): ModuleWithProviders<RootCoreModule>;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
55
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof BaseCoreModule], [typeof BaseCoreModule]>;
|
|
56
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
|
|
57
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AutofocusDirective implements AfterViewInit {
|
|
4
|
-
private elRef;
|
|
5
|
-
private _delay;
|
|
6
|
-
set delay(val: number | string | undefined);
|
|
7
|
-
get delay(): number | string | undefined;
|
|
8
|
-
constructor(elRef: ElementRef);
|
|
9
|
-
ngAfterViewInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[autofocus]", never, { "delay": "autofocus"; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AutofocusDirective implements AfterViewInit {
|
|
4
|
+
private elRef;
|
|
5
|
+
private _delay;
|
|
6
|
+
set delay(val: number | string | undefined);
|
|
7
|
+
get delay(): number | string | undefined;
|
|
8
|
+
constructor(elRef: ElementRef);
|
|
9
|
+
ngAfterViewInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDirective, "[autofocus]", never, { "delay": { "alias": "autofocus"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { SubscriptionService } from '../services/subscription.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class InputEventDebounceDirective implements OnInit {
|
|
5
|
-
private el;
|
|
6
|
-
private subscription;
|
|
7
|
-
debounce: number;
|
|
8
|
-
readonly debounceEvent: EventEmitter<Event>;
|
|
9
|
-
constructor(el: ElementRef, subscription: SubscriptionService);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputEventDebounceDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InputEventDebounceDirective, "[input.debounce]", never, { "debounce": "debounce"; }, { "debounceEvent": "input.debounce"; }, never, never, false, never>;
|
|
13
|
-
}
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { SubscriptionService } from '../services/subscription.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InputEventDebounceDirective implements OnInit {
|
|
5
|
+
private el;
|
|
6
|
+
private subscription;
|
|
7
|
+
debounce: number;
|
|
8
|
+
readonly debounceEvent: EventEmitter<Event>;
|
|
9
|
+
constructor(el: ElementRef, subscription: SubscriptionService);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputEventDebounceDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InputEventDebounceDirective, "[input.debounce]", never, { "debounce": { "alias": "debounce"; "required": false; }; }, { "debounceEvent": "input.debounce"; }, never, never, false, never>;
|
|
13
|
+
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { IterableDiffers, OnChanges, TemplateRef, TrackByFunction, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export
|
|
4
|
-
declare class AbpForContext {
|
|
5
|
-
$implicit: any;
|
|
6
|
-
index: number;
|
|
7
|
-
count: number;
|
|
8
|
-
list: any[];
|
|
9
|
-
constructor($implicit: any, index: number, count: number, list: any[]);
|
|
10
|
-
}
|
|
11
|
-
export declare class ForDirective implements OnChanges {
|
|
12
|
-
private tempRef;
|
|
13
|
-
private vcRef;
|
|
14
|
-
private differs;
|
|
15
|
-
items: any[];
|
|
16
|
-
orderBy?: string;
|
|
17
|
-
orderDir?: 'ASC' | 'DESC';
|
|
18
|
-
filterBy?: string;
|
|
19
|
-
filterVal: any;
|
|
20
|
-
trackBy?: TrackByFunction<any>;
|
|
21
|
-
compareBy?: CompareFn;
|
|
22
|
-
emptyRef?: TemplateRef<any>;
|
|
23
|
-
private differ;
|
|
24
|
-
private isShowEmptyRef;
|
|
25
|
-
get compareFn(): CompareFn;
|
|
26
|
-
get trackByFn(): TrackByFunction<any>;
|
|
27
|
-
constructor(tempRef: TemplateRef<AbpForContext>, vcRef: ViewContainerRef, differs: IterableDiffers);
|
|
28
|
-
private iterateOverAppliedOperations;
|
|
29
|
-
private iterateOverAttachedViews;
|
|
30
|
-
private projectItems;
|
|
31
|
-
private sortItems;
|
|
32
|
-
ngOnChanges(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ForDirective, never>;
|
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ForDirective, "[abpFor]", never, { "items": "abpForOf"; "orderBy": "abpForOrderBy"; "orderDir": "abpForOrderDir"; "filterBy": "abpForFilterBy"; "filterVal": "abpForFilterVal"; "trackBy": "abpForTrackBy"; "compareBy": "abpForCompareBy"; "emptyRef": "abpForEmptyRef"; }, {}, never, never, false, never>;
|
|
35
|
-
}
|
|
36
|
-
export {};
|
|
1
|
+
import { IterableDiffers, OnChanges, TemplateRef, TrackByFunction, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type CompareFn<T = any> = (value: T, comparison: T) => boolean;
|
|
4
|
+
declare class AbpForContext {
|
|
5
|
+
$implicit: any;
|
|
6
|
+
index: number;
|
|
7
|
+
count: number;
|
|
8
|
+
list: any[];
|
|
9
|
+
constructor($implicit: any, index: number, count: number, list: any[]);
|
|
10
|
+
}
|
|
11
|
+
export declare class ForDirective implements OnChanges {
|
|
12
|
+
private tempRef;
|
|
13
|
+
private vcRef;
|
|
14
|
+
private differs;
|
|
15
|
+
items: any[];
|
|
16
|
+
orderBy?: string;
|
|
17
|
+
orderDir?: 'ASC' | 'DESC';
|
|
18
|
+
filterBy?: string;
|
|
19
|
+
filterVal: any;
|
|
20
|
+
trackBy?: TrackByFunction<any>;
|
|
21
|
+
compareBy?: CompareFn;
|
|
22
|
+
emptyRef?: TemplateRef<any>;
|
|
23
|
+
private differ;
|
|
24
|
+
private isShowEmptyRef;
|
|
25
|
+
get compareFn(): CompareFn;
|
|
26
|
+
get trackByFn(): TrackByFunction<any>;
|
|
27
|
+
constructor(tempRef: TemplateRef<AbpForContext>, vcRef: ViewContainerRef, differs: IterableDiffers);
|
|
28
|
+
private iterateOverAppliedOperations;
|
|
29
|
+
private iterateOverAttachedViews;
|
|
30
|
+
private projectItems;
|
|
31
|
+
private sortItems;
|
|
32
|
+
ngOnChanges(): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ForDirective, never>;
|
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ForDirective, "[abpFor]", never, { "items": { "alias": "abpForOf"; "required": false; }; "orderBy": { "alias": "abpForOrderBy"; "required": false; }; "orderDir": { "alias": "abpForOrderDir"; "required": false; }; "filterBy": { "alias": "abpForFilterBy"; "required": false; }; "filterVal": { "alias": "abpForFilterVal"; "required": false; }; "trackBy": { "alias": "abpForTrackBy"; "required": false; }; "compareBy": { "alias": "abpForCompareBy"; "required": false; }; "emptyRef": { "alias": "abpForEmptyRef"; "required": false; }; }, {}, never, never, false, never>;
|
|
35
|
+
}
|
|
36
|
+
export {};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormGroupDirective } from '@angular/forms';
|
|
3
|
-
import { SubscriptionService } from '../services/subscription.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* @deprecated FormSubmitDirective will be removed in V7.0.0. Use `ngSubmit` instead.
|
|
7
|
-
*/
|
|
8
|
-
export declare class FormSubmitDirective implements OnInit {
|
|
9
|
-
private formGroupDirective;
|
|
10
|
-
private host;
|
|
11
|
-
private cdRef;
|
|
12
|
-
private subscription;
|
|
13
|
-
debounce: number;
|
|
14
|
-
notValidateOnSubmit?: string | boolean;
|
|
15
|
-
markAsDirtyWhenSubmit: boolean;
|
|
16
|
-
readonly ngSubmit: EventEmitter<any>;
|
|
17
|
-
executedNgSubmit: boolean;
|
|
18
|
-
constructor(formGroupDirective: FormGroupDirective, host: ElementRef<HTMLFormElement>, cdRef: ChangeDetectorRef, subscription: SubscriptionService);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
markAsDirty(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormSubmitDirective, [{ self: true; }, null, null, null]>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "form[ngSubmit][formGroup]", never, { "debounce": "debounce"; "notValidateOnSubmit": "notValidateOnSubmit"; "markAsDirtyWhenSubmit": "markAsDirtyWhenSubmit"; }, { "ngSubmit": "ngSubmit"; }, never, never, false, never>;
|
|
23
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormGroupDirective } from '@angular/forms';
|
|
3
|
+
import { SubscriptionService } from '../services/subscription.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated FormSubmitDirective will be removed in V7.0.0. Use `ngSubmit` instead.
|
|
7
|
+
*/
|
|
8
|
+
export declare class FormSubmitDirective implements OnInit {
|
|
9
|
+
private formGroupDirective;
|
|
10
|
+
private host;
|
|
11
|
+
private cdRef;
|
|
12
|
+
private subscription;
|
|
13
|
+
debounce: number;
|
|
14
|
+
notValidateOnSubmit?: string | boolean;
|
|
15
|
+
markAsDirtyWhenSubmit: boolean;
|
|
16
|
+
readonly ngSubmit: EventEmitter<any>;
|
|
17
|
+
executedNgSubmit: boolean;
|
|
18
|
+
constructor(formGroupDirective: FormGroupDirective, host: ElementRef<HTMLFormElement>, cdRef: ChangeDetectorRef, subscription: SubscriptionService);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
markAsDirty(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormSubmitDirective, [{ self: true; }, null, null, null]>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "form[ngSubmit][formGroup]", never, { "debounce": { "alias": "debounce"; "required": false; }; "notValidateOnSubmit": { "alias": "notValidateOnSubmit"; "required": false; }; "markAsDirtyWhenSubmit": { "alias": "markAsDirtyWhenSubmit"; "required": false; }; }, { "ngSubmit": "ngSubmit"; }, never, never, false, never>;
|
|
23
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './autofocus.directive';
|
|
2
|
-
export * from './debounce.directive';
|
|
3
|
-
export * from './for.directive';
|
|
4
|
-
export * from './form-submit.directive';
|
|
5
|
-
export * from './init.directive';
|
|
6
|
-
export * from './permission.directive';
|
|
7
|
-
export * from './replaceable-template.directive';
|
|
8
|
-
export * from './stop-propagation.directive';
|
|
1
|
+
export * from './autofocus.directive';
|
|
2
|
+
export * from './debounce.directive';
|
|
3
|
+
export * from './for.directive';
|
|
4
|
+
export * from './form-submit.directive';
|
|
5
|
+
export * from './init.directive';
|
|
6
|
+
export * from './permission.directive';
|
|
7
|
+
export * from './replaceable-template.directive';
|
|
8
|
+
export * from './stop-propagation.directive';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { EventEmitter, ElementRef, AfterViewInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class InitDirective implements AfterViewInit {
|
|
4
|
-
private elRef;
|
|
5
|
-
readonly init: EventEmitter<ElementRef<any>>;
|
|
6
|
-
constructor(elRef: ElementRef);
|
|
7
|
-
ngAfterViewInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InitDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InitDirective, "[abpInit]", never, {}, { "init": "abpInit"; }, never, never, false, never>;
|
|
10
|
-
}
|
|
1
|
+
import { EventEmitter, ElementRef, AfterViewInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class InitDirective implements AfterViewInit {
|
|
4
|
+
private elRef;
|
|
5
|
+
readonly init: EventEmitter<ElementRef<any>>;
|
|
6
|
+
constructor(elRef: ElementRef);
|
|
7
|
+
ngAfterViewInit(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InitDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InitDirective, "[abpInit]", never, {}, { "init": "abpInit"; }, never, never, false, never>;
|
|
10
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, OnChanges, OnDestroy, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ReplaySubject, Subscription } from 'rxjs';
|
|
3
|
-
import { PermissionService } from '../services/permission.service';
|
|
4
|
-
import { QueueManager } from '../utils/queue';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class PermissionDirective implements OnDestroy, OnChanges, AfterViewInit {
|
|
7
|
-
private templateRef;
|
|
8
|
-
private vcRef;
|
|
9
|
-
private permissionService;
|
|
10
|
-
private cdRef;
|
|
11
|
-
queue: QueueManager;
|
|
12
|
-
condition: string | undefined;
|
|
13
|
-
runChangeDetection: boolean;
|
|
14
|
-
subscription: Subscription;
|
|
15
|
-
cdrSubject: ReplaySubject<void>;
|
|
16
|
-
rendered: boolean;
|
|
17
|
-
constructor(templateRef: TemplateRef<any>, vcRef: ViewContainerRef, permissionService: PermissionService, cdRef: ChangeDetectorRef, queue: QueueManager);
|
|
18
|
-
private check;
|
|
19
|
-
ngOnDestroy(): void;
|
|
20
|
-
ngOnChanges(): void;
|
|
21
|
-
ngAfterViewInit(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionDirective, [{ optional: true; }, null, null, null, null]>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PermissionDirective, "[abpPermission]", never, { "condition": "abpPermission"; "runChangeDetection": "abpPermissionRunChangeDetection"; }, {}, never, never, false, never>;
|
|
24
|
-
}
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, OnChanges, OnDestroy, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ReplaySubject, Subscription } from 'rxjs';
|
|
3
|
+
import { PermissionService } from '../services/permission.service';
|
|
4
|
+
import { QueueManager } from '../utils/queue';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class PermissionDirective implements OnDestroy, OnChanges, AfterViewInit {
|
|
7
|
+
private templateRef;
|
|
8
|
+
private vcRef;
|
|
9
|
+
private permissionService;
|
|
10
|
+
private cdRef;
|
|
11
|
+
queue: QueueManager;
|
|
12
|
+
condition: string | undefined;
|
|
13
|
+
runChangeDetection: boolean;
|
|
14
|
+
subscription: Subscription;
|
|
15
|
+
cdrSubject: ReplaySubject<void>;
|
|
16
|
+
rendered: boolean;
|
|
17
|
+
constructor(templateRef: TemplateRef<any>, vcRef: ViewContainerRef, permissionService: PermissionService, cdRef: ChangeDetectorRef, queue: QueueManager);
|
|
18
|
+
private check;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
ngOnChanges(): void;
|
|
21
|
+
ngAfterViewInit(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionDirective, [{ optional: true; }, null, null, null, null]>;
|
|
23
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PermissionDirective, "[abpPermission]", never, { "condition": { "alias": "abpPermission"; "required": false; }; "runChangeDetection": { "alias": "abpPermissionRunChangeDetection"; "required": false; }; }, {}, never, never, false, never>;
|
|
24
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { Injector, OnChanges, OnInit, SimpleChanges, TemplateRef, Type, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { Subscription } from 'rxjs';
|
|
3
|
-
import { ABP } from '../models/common';
|
|
4
|
-
import { ReplaceableComponents } from '../models/replaceable-components';
|
|
5
|
-
import { ReplaceableComponentsService } from '../services/replaceable-components.service';
|
|
6
|
-
import { SubscriptionService } from '../services/subscription.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ReplaceableTemplateDirective implements OnInit, OnChanges {
|
|
9
|
-
private injector;
|
|
10
|
-
private templateRef;
|
|
11
|
-
private vcRef;
|
|
12
|
-
private replaceableComponents;
|
|
13
|
-
private subscription;
|
|
14
|
-
data: ReplaceableComponents.ReplaceableTemplateDirectiveInput<any, any>;
|
|
15
|
-
providedData: ReplaceableComponents.ReplaceableTemplateData<any, any>;
|
|
16
|
-
context: any;
|
|
17
|
-
externalComponent: Type<any>;
|
|
18
|
-
defaultComponentRef: any;
|
|
19
|
-
defaultComponentSubscriptions: ABP.Dictionary<Subscription>;
|
|
20
|
-
initialized: boolean;
|
|
21
|
-
constructor(injector: Injector, templateRef: TemplateRef<any>, vcRef: ViewContainerRef, replaceableComponents: ReplaceableComponentsService, subscription: SubscriptionService);
|
|
22
|
-
ngOnInit(): void;
|
|
23
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
24
|
-
setDefaultComponentInputs(): void;
|
|
25
|
-
setProvidedData(): void;
|
|
26
|
-
resetDefaultComponent(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceableTemplateDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ReplaceableTemplateDirective, "[abpReplaceableTemplate]", never, { "data": "abpReplaceableTemplate"; }, {}, never, never, false, never>;
|
|
29
|
-
}
|
|
1
|
+
import { Injector, OnChanges, OnInit, SimpleChanges, TemplateRef, Type, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
import { ABP } from '../models/common';
|
|
4
|
+
import { ReplaceableComponents } from '../models/replaceable-components';
|
|
5
|
+
import { ReplaceableComponentsService } from '../services/replaceable-components.service';
|
|
6
|
+
import { SubscriptionService } from '../services/subscription.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ReplaceableTemplateDirective implements OnInit, OnChanges {
|
|
9
|
+
private injector;
|
|
10
|
+
private templateRef;
|
|
11
|
+
private vcRef;
|
|
12
|
+
private replaceableComponents;
|
|
13
|
+
private subscription;
|
|
14
|
+
data: ReplaceableComponents.ReplaceableTemplateDirectiveInput<any, any>;
|
|
15
|
+
providedData: ReplaceableComponents.ReplaceableTemplateData<any, any>;
|
|
16
|
+
context: any;
|
|
17
|
+
externalComponent: Type<any>;
|
|
18
|
+
defaultComponentRef: any;
|
|
19
|
+
defaultComponentSubscriptions: ABP.Dictionary<Subscription>;
|
|
20
|
+
initialized: boolean;
|
|
21
|
+
constructor(injector: Injector, templateRef: TemplateRef<any>, vcRef: ViewContainerRef, replaceableComponents: ReplaceableComponentsService, subscription: SubscriptionService);
|
|
22
|
+
ngOnInit(): void;
|
|
23
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
24
|
+
setDefaultComponentInputs(): void;
|
|
25
|
+
setProvidedData(): void;
|
|
26
|
+
resetDefaultComponent(): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceableTemplateDirective, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ReplaceableTemplateDirective, "[abpReplaceableTemplate]", never, { "data": { "alias": "abpReplaceableTemplate"; "required": false; }; }, {}, never, never, false, never>;
|
|
29
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { SubscriptionService } from '../services/subscription.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class StopPropagationDirective implements OnInit {
|
|
5
|
-
private el;
|
|
6
|
-
private subscription;
|
|
7
|
-
readonly stopPropEvent: EventEmitter<MouseEvent>;
|
|
8
|
-
constructor(el: ElementRef, subscription: SubscriptionService);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[click.stop]", never, {}, { "stopPropEvent": "click.stop"; }, never, never, false, never>;
|
|
12
|
-
}
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { SubscriptionService } from '../services/subscription.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class StopPropagationDirective implements OnInit {
|
|
5
|
+
private el;
|
|
6
|
+
private subscription;
|
|
7
|
+
readonly stopPropEvent: EventEmitter<MouseEvent>;
|
|
8
|
+
constructor(el: ElementRef, subscription: SubscriptionService);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StopPropagationDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StopPropagationDirective, "[click.stop]", never, {}, { "stopPropEvent": "click.stop"; }, never, never, false, never>;
|
|
12
|
+
}
|
package/lib/enums/common.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const enum eLayoutType {
|
|
2
|
-
account = "account",
|
|
3
|
-
application = "application",
|
|
4
|
-
empty = "empty"
|
|
5
|
-
}
|
|
1
|
+
export declare const enum eLayoutType {
|
|
2
|
+
account = "account",
|
|
3
|
+
application = "application",
|
|
4
|
+
empty = "empty"
|
|
5
|
+
}
|
package/lib/enums/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './common';
|
|
1
|
+
export * from './common';
|
package/lib/guards/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './permission.guard';
|
|
1
|
+
export * from './permission.guard';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ActivatedRouteSnapshot,
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { RoutesService } from '../services
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class PermissionGuard implements
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean>;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionGuard, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PermissionGuard>;
|
|
16
|
-
}
|
|
1
|
+
import { ActivatedRouteSnapshot, Router, RouterStateSnapshot } from '@angular/router';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { OAuthService } from 'angular-oauth2-oidc';
|
|
4
|
+
import { IAbpGuard } from '../abstracts';
|
|
5
|
+
import { RoutesService, PermissionService, HttpErrorReporterService } from '../services';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class PermissionGuard implements IAbpGuard {
|
|
8
|
+
protected readonly router: Router;
|
|
9
|
+
protected readonly routesService: RoutesService;
|
|
10
|
+
protected readonly oAuthService: OAuthService;
|
|
11
|
+
protected readonly permissionService: PermissionService;
|
|
12
|
+
protected readonly httpErrorReporter: HttpErrorReporterService;
|
|
13
|
+
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionGuard, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PermissionGuard>;
|
|
16
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import { RoutesService } from '../services/routes.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class RoutesHandler {
|
|
5
|
-
private routes;
|
|
6
|
-
private router;
|
|
7
|
-
constructor(routes: RoutesService, router: Router);
|
|
8
|
-
addRoutes(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RoutesHandler, [null, { optional: true; }]>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RoutesHandler>;
|
|
11
|
-
}
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import { RoutesService } from '../services/routes.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class RoutesHandler {
|
|
5
|
+
private routes;
|
|
6
|
+
private router;
|
|
7
|
+
constructor(routes: RoutesService, router: Router);
|
|
8
|
+
addRoutes(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RoutesHandler, [null, { optional: true; }]>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RoutesHandler>;
|
|
11
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { HttpHandler, HttpHeaders, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
-
import { HttpWaitService } from '../services';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ApiInterceptor implements IApiInterceptor {
|
|
5
|
-
private httpWaitService;
|
|
6
|
-
constructor(httpWaitService: HttpWaitService);
|
|
7
|
-
getAdditionalHeaders(existingHeaders?: HttpHeaders): HttpHeaders;
|
|
8
|
-
intercept(request: HttpRequest<any>, next: HttpHandler): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any>>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ApiInterceptor, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ApiInterceptor>;
|
|
11
|
-
}
|
|
12
|
-
export interface IApiInterceptor extends HttpInterceptor {
|
|
13
|
-
getAdditionalHeaders(existingHeaders?: HttpHeaders): HttpHeaders;
|
|
14
|
-
}
|
|
1
|
+
import { HttpHandler, HttpHeaders, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
+
import { HttpWaitService } from '../services';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ApiInterceptor implements IApiInterceptor {
|
|
5
|
+
private httpWaitService;
|
|
6
|
+
constructor(httpWaitService: HttpWaitService);
|
|
7
|
+
getAdditionalHeaders(existingHeaders?: HttpHeaders): HttpHeaders;
|
|
8
|
+
intercept(request: HttpRequest<any>, next: HttpHandler): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any>>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApiInterceptor, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ApiInterceptor>;
|
|
11
|
+
}
|
|
12
|
+
export interface IApiInterceptor extends HttpInterceptor {
|
|
13
|
+
getAdditionalHeaders(existingHeaders?: HttpHeaders): HttpHeaders;
|
|
14
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './api.interceptor';
|
|
1
|
+
export * from './api.interceptor';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./pipes/localization.pipe";
|
|
3
|
-
export declare class LocalizationModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizationModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LocalizationModule, [typeof i1.LocalizationPipe], never, [typeof i1.LocalizationPipe]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LocalizationModule>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pipes/localization.pipe";
|
|
3
|
+
export declare class LocalizationModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizationModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LocalizationModule, [typeof i1.LocalizationPipe], never, [typeof i1.LocalizationPipe]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LocalizationModule>;
|
|
7
|
+
}
|