@abp/ng.core 9.3.0-rc.2 → 9.3.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/fesm2022/abp-ng.core-locale.mjs.map +1 -1
  2. package/fesm2022/abp-ng.core-testing.mjs +14 -14
  3. package/fesm2022/abp-ng.core-testing.mjs.map +1 -1
  4. package/fesm2022/abp-ng.core.mjs +207 -207
  5. package/fesm2022/abp-ng.core.mjs.map +1 -1
  6. package/index.d.ts +3061 -3
  7. package/locale/index.d.ts +17 -5
  8. package/package.json +2 -2
  9. package/testing/index.d.ts +51 -3
  10. package/lib/abstracts/abstract-guard.d.ts +0 -5
  11. package/lib/abstracts/auth-error-filter.d.ts +0 -16
  12. package/lib/abstracts/auth-response.model.d.ts +0 -10
  13. package/lib/abstracts/auth.guard.d.ts +0 -14
  14. package/lib/abstracts/auth.service.d.ts +0 -41
  15. package/lib/abstracts/index.d.ts +0 -6
  16. package/lib/abstracts/ng-model.component.d.ts +0 -23
  17. package/lib/clients/http.client.d.ts +0 -11
  18. package/lib/clients/index.d.ts +0 -1
  19. package/lib/components/dynamic-layout.component.d.ts +0 -34
  20. package/lib/components/index.d.ts +0 -3
  21. package/lib/components/replaceable-route-container.component.d.ts +0 -17
  22. package/lib/components/router-outlet.component.d.ts +0 -5
  23. package/lib/constants/default-layouts.d.ts +0 -1
  24. package/lib/constants/different-locales.d.ts +0 -334
  25. package/lib/constants/index.d.ts +0 -2
  26. package/lib/core.module.d.ts +0 -65
  27. package/lib/directives/autofocus.directive.d.ts +0 -12
  28. package/lib/directives/caps-lock.directive.d.ts +0 -10
  29. package/lib/directives/debounce.directive.d.ts +0 -13
  30. package/lib/directives/for.directive.d.ts +0 -36
  31. package/lib/directives/form-submit.directive.d.ts +0 -23
  32. package/lib/directives/index.d.ts +0 -10
  33. package/lib/directives/init.directive.d.ts +0 -10
  34. package/lib/directives/permission.directive.d.ts +0 -24
  35. package/lib/directives/replaceable-template.directive.d.ts +0 -29
  36. package/lib/directives/show-password.directive.d.ts +0 -8
  37. package/lib/directives/stop-propagation.directive.d.ts +0 -12
  38. package/lib/enums/common.d.ts +0 -10
  39. package/lib/enums/index.d.ts +0 -1
  40. package/lib/guards/index.d.ts +0 -1
  41. package/lib/guards/permission.guard.d.ts +0 -19
  42. package/lib/handlers/index.d.ts +0 -1
  43. package/lib/handlers/routes.handler.d.ts +0 -11
  44. package/lib/interceptors/api.interceptor.d.ts +0 -14
  45. package/lib/interceptors/index.d.ts +0 -2
  46. package/lib/interceptors/timezone.interceptor.d.ts +0 -10
  47. package/lib/localization.module.d.ts +0 -12
  48. package/lib/models/auth-events.d.ts +0 -21
  49. package/lib/models/auth.d.ts +0 -20
  50. package/lib/models/common.d.ts +0 -83
  51. package/lib/models/dtos.d.ts +0 -109
  52. package/lib/models/environment.d.ts +0 -44
  53. package/lib/models/index.d.ts +0 -11
  54. package/lib/models/localization.d.ts +0 -5
  55. package/lib/models/replaceable-components.d.ts +0 -45
  56. package/lib/models/rest.d.ts +0 -36
  57. package/lib/models/session.d.ts +0 -7
  58. package/lib/models/sort.d.ts +0 -5
  59. package/lib/models/utility.d.ts +0 -14
  60. package/lib/pipes/index.d.ts +0 -9
  61. package/lib/pipes/lazy-localization.pipe.d.ts +0 -11
  62. package/lib/pipes/localization.pipe.d.ts +0 -12
  63. package/lib/pipes/safe-html.pipe.d.ts +0 -9
  64. package/lib/pipes/short-date-time.pipe.d.ts +0 -12
  65. package/lib/pipes/short-date.pipe.d.ts +0 -12
  66. package/lib/pipes/short-time.pipe.d.ts +0 -12
  67. package/lib/pipes/sort.pipe.d.ts +0 -9
  68. package/lib/pipes/to-injector.pipe.d.ts +0 -10
  69. package/lib/pipes/utc-to-local.pipe.d.ts +0 -15
  70. package/lib/providers/cookie-language.provider.d.ts +0 -2
  71. package/lib/providers/core-module-config.provider.d.ts +0 -16
  72. package/lib/providers/include-localization-resources.provider.d.ts +0 -2
  73. package/lib/providers/index.d.ts +0 -4
  74. package/lib/providers/locale.provider.d.ts +0 -9
  75. package/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.d.ts +0 -13
  76. package/lib/proxy/pages/abp/multi-tenancy/index.d.ts +0 -1
  77. package/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.d.ts +0 -12
  78. package/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/index.d.ts +0 -1
  79. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.d.ts +0 -12
  80. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-localization.service.d.ts +0 -12
  81. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/index.d.ts +0 -5
  82. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/models.d.ts +0 -107
  83. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/index.d.ts +0 -1
  84. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/models.d.ts +0 -71
  85. package/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/index.d.ts +0 -1
  86. package/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/models.d.ts +0 -15
  87. package/lib/proxy/volo/abp/http/modeling/index.d.ts +0 -1
  88. package/lib/proxy/volo/abp/http/modeling/models.d.ts +0 -88
  89. package/lib/proxy/volo/abp/localization/index.d.ts +0 -1
  90. package/lib/proxy/volo/abp/localization/models.d.ts +0 -7
  91. package/lib/proxy/volo/abp/models.d.ts +0 -4
  92. package/lib/services/config-state.service.d.ts +0 -383
  93. package/lib/services/content-projection.service.d.ts +0 -10
  94. package/lib/services/dom-insertion.service.d.ts +0 -10
  95. package/lib/services/environment.service.d.ts +0 -109
  96. package/lib/services/http-error-reporter.service.d.ts +0 -12
  97. package/lib/services/http-wait.service.d.ts +0 -30
  98. package/lib/services/index.d.ts +0 -27
  99. package/lib/services/internet-connection-service.d.ts +0 -14
  100. package/lib/services/lazy-load.service.d.ts +0 -13
  101. package/lib/services/list.service.d.ts +0 -47
  102. package/lib/services/local-storage-listener.service.d.ts +0 -7
  103. package/lib/services/local-storage.service.d.ts +0 -13
  104. package/lib/services/localization.service.d.ts +0 -54
  105. package/lib/services/multi-tenancy.service.d.ts +0 -22
  106. package/lib/services/permission.service.d.ts +0 -19
  107. package/lib/services/replaceable-components.service.d.ts +0 -19
  108. package/lib/services/resource-wait.service.d.ts +0 -15
  109. package/lib/services/rest.service.d.ts +0 -24
  110. package/lib/services/router-events.service.d.ts +0 -34
  111. package/lib/services/router-wait.service.d.ts +0 -20
  112. package/lib/services/routes.service.d.ts +0 -61
  113. package/lib/services/session-state.service.d.ts +0 -28
  114. package/lib/services/subscription.service.d.ts +0 -17
  115. package/lib/services/time.service.d.ts +0 -67
  116. package/lib/services/timezone.service.d.ts +0 -38
  117. package/lib/services/title-strategy.service.d.ts +0 -15
  118. package/lib/services/track-by.service.d.ts +0 -11
  119. package/lib/services/window.service.d.ts +0 -12
  120. package/lib/strategies/container.strategy.d.ts +0 -22
  121. package/lib/strategies/content-security.strategy.d.ts +0 -17
  122. package/lib/strategies/content.strategy.d.ts +0 -26
  123. package/lib/strategies/context.strategy.d.ts +0 -23
  124. package/lib/strategies/cross-origin.strategy.d.ts +0 -14
  125. package/lib/strategies/dom.strategy.d.ts +0 -13
  126. package/lib/strategies/index.d.ts +0 -8
  127. package/lib/strategies/loading.strategy.d.ts +0 -28
  128. package/lib/strategies/projection.strategy.d.ts +0 -39
  129. package/lib/tokens/app-config.token.d.ts +0 -3
  130. package/lib/tokens/check-authentication-state.d.ts +0 -3
  131. package/lib/tokens/compare-func.token.d.ts +0 -4
  132. package/lib/tokens/cookie-language-key.token.d.ts +0 -2
  133. package/lib/tokens/dynamic-layout.token.d.ts +0 -2
  134. package/lib/tokens/http-context.token.d.ts +0 -2
  135. package/lib/tokens/include-localization-resources.token.d.ts +0 -2
  136. package/lib/tokens/index.d.ts +0 -19
  137. package/lib/tokens/list.token.d.ts +0 -2
  138. package/lib/tokens/localization.token.d.ts +0 -6
  139. package/lib/tokens/lodaer-delay.token.d.ts +0 -2
  140. package/lib/tokens/manage-profile.token.d.ts +0 -2
  141. package/lib/tokens/options.token.d.ts +0 -4
  142. package/lib/tokens/others-group.token.d.ts +0 -2
  143. package/lib/tokens/pipe-to-login.token.d.ts +0 -3
  144. package/lib/tokens/queue.token.d.ts +0 -3
  145. package/lib/tokens/set-token-response-to-storage.token.d.ts +0 -6
  146. package/lib/tokens/tenant-key.token.d.ts +0 -2
  147. package/lib/tokens/tenant-not-found-by-name.d.ts +0 -3
  148. package/lib/tokens/title-strategy-disable-project-name.token.d.ts +0 -2
  149. package/lib/utils/array-utils.d.ts +0 -1
  150. package/lib/utils/common-utils.d.ts +0 -11
  151. package/lib/utils/date-extensions.d.ts +0 -6
  152. package/lib/utils/date-utils.d.ts +0 -4
  153. package/lib/utils/environment-utils.d.ts +0 -3
  154. package/lib/utils/factory-utils.d.ts +0 -11
  155. package/lib/utils/file-utils.d.ts +0 -2
  156. package/lib/utils/form-utils.d.ts +0 -2
  157. package/lib/utils/generator-utils.d.ts +0 -4
  158. package/lib/utils/http-utils.d.ts +0 -8
  159. package/lib/utils/index.d.ts +0 -21
  160. package/lib/utils/initial-utils.d.ts +0 -2
  161. package/lib/utils/internal-store-utils.d.ts +0 -14
  162. package/lib/utils/lazy-load-utils.d.ts +0 -4
  163. package/lib/utils/localization-utils.d.ts +0 -5
  164. package/lib/utils/multi-tenancy-utils.d.ts +0 -3
  165. package/lib/utils/number-utils.d.ts +0 -1
  166. package/lib/utils/object-utils.d.ts +0 -2
  167. package/lib/utils/queue.d.ts +0 -14
  168. package/lib/utils/route-utils.d.ts +0 -8
  169. package/lib/utils/string-utils.d.ts +0 -3
  170. package/lib/utils/tree-utils.d.ts +0 -26
  171. package/lib/validators/age.validator.d.ts +0 -10
  172. package/lib/validators/credit-card.validator.d.ts +0 -5
  173. package/lib/validators/index.d.ts +0 -28
  174. package/lib/validators/range.validator.d.ts +0 -12
  175. package/lib/validators/required.validator.d.ts +0 -8
  176. package/lib/validators/string-length.validator.d.ts +0 -14
  177. package/lib/validators/unique-character.validator.d.ts +0 -5
  178. package/lib/validators/url.validator.d.ts +0 -5
  179. package/lib/validators/username.validator.d.ts +0 -10
  180. package/locale/public-api.d.ts +0 -1
  181. package/locale/utils/register-locale.d.ts +0 -14
  182. package/public-api.d.ts +0 -26
  183. package/testing/lib/core-testing.module.d.ts +0 -17
  184. package/testing/lib/pipes/index.d.ts +0 -1
  185. package/testing/lib/pipes/localization.pipe.d.ts +0 -8
  186. package/testing/lib/services/index.d.ts +0 -2
  187. package/testing/lib/services/mock-permission.service.d.ts +0 -10
  188. package/testing/lib/services/mock-rest.service.d.ts +0 -14
  189. package/testing/lib/utils/clear-page.util.d.ts +0 -2
  190. package/testing/lib/utils/index.d.ts +0 -2
  191. package/testing/lib/utils/wait.util.d.ts +0 -2
  192. package/testing/public-api.d.ts +0 -4
package/public-api.d.ts DELETED
@@ -1,26 +0,0 @@
1
- export * from './lib/abstracts';
2
- export * from './lib/components';
3
- export * from './lib/constants';
4
- export * from './lib/core.module';
5
- export * from './lib/directives';
6
- export * from './lib/enums';
7
- export * from './lib/guards';
8
- export * from './lib/localization.module';
9
- export * from './lib/models';
10
- export * from './lib/pipes';
11
- export * from './lib/providers';
12
- export * from './lib/proxy/pages/abp/multi-tenancy';
13
- export * from './lib/proxy/volo/abp/asp-net-core/mvc/api-exploring';
14
- export * from './lib/proxy/volo/abp/asp-net-core/mvc/application-configurations';
15
- export * from './lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending';
16
- export * from './lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy';
17
- export * from './lib/proxy/volo/abp/http/modeling';
18
- export * from './lib/proxy/volo/abp/localization';
19
- export * from './lib/proxy/volo/abp/models';
20
- export * from './lib/services';
21
- export * from './lib/strategies';
22
- export * from './lib/tokens';
23
- export * from './lib/utils';
24
- export * from './lib/validators';
25
- export * from './lib/interceptors';
26
- export * from './lib/clients';
@@ -1,17 +0,0 @@
1
- import { ABP } from '@abp/ng.core';
2
- import { ModuleWithProviders } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "@angular/platform-browser/animations";
5
- import * as i2 from "@angular/router/testing";
6
- import * as i3 from "@abp/ng.core";
7
- import * as i4 from "./pipes/localization.pipe";
8
- /**
9
- * CoreTestingModule is the module that will be used in tests
10
- * and it provides mock alternatives
11
- */
12
- export declare class CoreTestingModule {
13
- static withConfig({ baseHref, listQueryDebounceTime, routes, ...options }?: ABP.Test): ModuleWithProviders<CoreTestingModule>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<CoreTestingModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreTestingModule, never, [typeof i1.NoopAnimationsModule, typeof i2.RouterTestingModule, typeof i3.BaseCoreModule, typeof i4.LocalizationPipe], [typeof i2.RouterTestingModule, typeof i3.BaseCoreModule]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<CoreTestingModule>;
17
- }
@@ -1 +0,0 @@
1
- export * from './localization.pipe';
@@ -1,8 +0,0 @@
1
- import { PipeTransform } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class LocalizationPipe implements PipeTransform {
4
- transform(value: string): string;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<LocalizationPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<LocalizationPipe, "abpLocalization", true>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<LocalizationPipe>;
8
- }
@@ -1,2 +0,0 @@
1
- export * from './mock-permission.service';
2
- export * from './mock-rest.service';
@@ -1,10 +0,0 @@
1
- import { ConfigStateService, PermissionService } from '@abp/ng.core';
2
- import * as i0 from "@angular/core";
3
- export declare class MockPermissionService extends PermissionService {
4
- protected configState: ConfigStateService;
5
- constructor(configState: ConfigStateService);
6
- grantAllPolicies(): void;
7
- grantPolicies(keys: string[]): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MockPermissionService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<MockPermissionService>;
10
- }
@@ -1,14 +0,0 @@
1
- import { ABP, EnvironmentService, ExternalHttpClient, RestService } from '@abp/ng.core';
2
- import { HttpClient } from '@angular/common/http';
3
- import { Observable } from 'rxjs';
4
- import * as i0 from "@angular/core";
5
- export declare class MockRestService extends RestService {
6
- protected options: ABP.Root;
7
- protected http: HttpClient;
8
- protected externalhttp: ExternalHttpClient;
9
- protected environment: EnvironmentService;
10
- constructor(options: ABP.Root, http: HttpClient, externalhttp: ExternalHttpClient, environment: EnvironmentService);
11
- handleError(err: any): Observable<any>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<MockRestService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<MockRestService>;
14
- }
@@ -1,2 +0,0 @@
1
- import { ComponentFixture } from '@angular/core/testing';
2
- export declare function clearPage<T extends any>(_fixture: ComponentFixture<T>): void;
@@ -1,2 +0,0 @@
1
- export * from './clear-page.util';
2
- export * from './wait.util';
@@ -1,2 +0,0 @@
1
- import { ComponentFixture } from '@angular/core/testing';
2
- export declare function wait<T extends any>(fixture: ComponentFixture<T>, timeout?: number): Promise<unknown>;
@@ -1,4 +0,0 @@
1
- export * from './lib/core-testing.module';
2
- export * from './lib/services';
3
- export * from './lib/utils';
4
- export * from './lib/pipes';