@abp/ng.core 5.0.0-rc.1 → 5.0.2

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 (297) hide show
  1. package/abp-ng.core.d.ts +5 -5
  2. package/bundles/abp-ng.core-locale.umd.js +361 -361
  3. package/bundles/abp-ng.core-locale.umd.js.map +1 -1
  4. package/bundles/abp-ng.core-testing.umd.js +442 -442
  5. package/bundles/abp-ng.core.umd.js +4873 -4860
  6. package/bundles/abp-ng.core.umd.js.map +1 -1
  7. package/esm2015/abp-ng.core.js +4 -4
  8. package/esm2015/lib/abstracts/index.js +1 -1
  9. package/esm2015/lib/abstracts/ng-model.component.js +58 -58
  10. package/esm2015/lib/components/dynamic-layout.component.js +89 -99
  11. package/esm2015/lib/components/index.js +3 -3
  12. package/esm2015/lib/components/replaceable-route-container.component.js +37 -37
  13. package/esm2015/lib/components/router-outlet.component.js +14 -14
  14. package/esm2015/lib/constants/different-locales.js +336 -336
  15. package/esm2015/lib/constants/index.js +1 -1
  16. package/esm2015/lib/core.module.js +280 -280
  17. package/esm2015/lib/directives/autofocus.directive.js +29 -29
  18. package/esm2015/lib/directives/debounce.directive.js +35 -35
  19. package/esm2015/lib/directives/for.directive.js +150 -150
  20. package/esm2015/lib/directives/form-submit.directive.js +68 -68
  21. package/esm2015/lib/directives/index.js +8 -8
  22. package/esm2015/lib/directives/init.directive.js +20 -20
  23. package/esm2015/lib/directives/permission.directive.js +47 -47
  24. package/esm2015/lib/directives/replaceable-template.directive.js +120 -120
  25. package/esm2015/lib/directives/stop-propagation.directive.js +31 -31
  26. package/esm2015/lib/enums/common.js +1 -1
  27. package/esm2015/lib/enums/index.js +1 -1
  28. package/esm2015/lib/guards/auth.guard.js +28 -28
  29. package/esm2015/lib/guards/index.js +2 -2
  30. package/esm2015/lib/guards/permission.guard.js +43 -43
  31. package/esm2015/lib/handlers/oauth-configuration.handler.js +36 -36
  32. package/esm2015/lib/handlers/routes.handler.js +46 -46
  33. package/esm2015/lib/interceptors/api.interceptor.js +53 -53
  34. package/esm2015/lib/interceptors/index.js +1 -1
  35. package/esm2015/lib/localization.module.js +15 -15
  36. package/esm2015/lib/models/auth.js +1 -1
  37. package/esm2015/lib/models/common.js +1 -1
  38. package/esm2015/lib/models/dtos.js +118 -118
  39. package/esm2015/lib/models/environment.js +1 -1
  40. package/esm2015/lib/models/index.js +9 -9
  41. package/esm2015/lib/models/localization.js +1 -1
  42. package/esm2015/lib/models/replaceable-components.js +1 -1
  43. package/esm2015/lib/models/rest.js +2 -2
  44. package/esm2015/lib/models/session.js +1 -1
  45. package/esm2015/lib/models/utility.js +1 -1
  46. package/esm2015/lib/pipes/index.js +2 -2
  47. package/esm2015/lib/pipes/localization.pipe.js +32 -32
  48. package/esm2015/lib/pipes/sort.pipe.js +48 -48
  49. package/esm2015/lib/providers/cookie-language.provider.js +21 -21
  50. package/esm2015/lib/providers/locale.provider.js +21 -21
  51. package/esm2015/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.js +28 -28
  52. package/esm2015/lib/proxy/pages/abp/multi-tenancy/index.js +1 -1
  53. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.js +23 -23
  54. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/index.js +1 -1
  55. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.js +24 -24
  56. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/index.js +4 -4
  57. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/models.js +1 -1
  58. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/index.js +1 -1
  59. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/models.js +2 -2
  60. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/index.js +1 -1
  61. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/models.js +1 -1
  62. package/esm2015/lib/proxy/volo/abp/http/modeling/index.js +1 -1
  63. package/esm2015/lib/proxy/volo/abp/http/modeling/models.js +2 -2
  64. package/esm2015/lib/proxy/volo/abp/localization/index.js +1 -1
  65. package/esm2015/lib/proxy/volo/abp/localization/models.js +1 -1
  66. package/esm2015/lib/proxy/volo/abp/models.js +1 -1
  67. package/esm2015/lib/services/auth.service.js +46 -46
  68. package/esm2015/lib/services/config-state.service.js +129 -129
  69. package/esm2015/lib/services/content-projection.service.js +16 -16
  70. package/esm2015/lib/services/dom-insertion.service.js +31 -31
  71. package/esm2015/lib/services/environment.service.js +34 -34
  72. package/esm2015/lib/services/http-error-reporter.service.js +28 -28
  73. package/esm2015/lib/services/http-wait.service.js +71 -71
  74. package/esm2015/lib/services/index.js +21 -21
  75. package/esm2015/lib/services/lazy-load.service.js +37 -37
  76. package/esm2015/lib/services/list.service.js +102 -102
  77. package/esm2015/lib/services/localization.service.js +181 -181
  78. package/esm2015/lib/services/multi-tenancy.service.js +47 -47
  79. package/esm2015/lib/services/permission.service.js +63 -63
  80. package/esm2015/lib/services/replaceable-components.service.js +48 -48
  81. package/esm2015/lib/services/resource-wait.service.js +38 -38
  82. package/esm2015/lib/services/rest.service.js +63 -59
  83. package/esm2015/lib/services/router-events.service.js +37 -37
  84. package/esm2015/lib/services/router-wait.service.js +50 -50
  85. package/esm2015/lib/services/routes.service.js +146 -146
  86. package/esm2015/lib/services/session-state.service.js +75 -75
  87. package/esm2015/lib/services/subscription.service.js +40 -40
  88. package/esm2015/lib/services/track-by.service.js +20 -20
  89. package/esm2015/lib/strategies/auth-flow.strategy.js +201 -201
  90. package/esm2015/lib/strategies/container.strategy.js +37 -37
  91. package/esm2015/lib/strategies/content-security.strategy.js +27 -27
  92. package/esm2015/lib/strategies/content.strategy.js +47 -47
  93. package/esm2015/lib/strategies/context.strategy.js +36 -36
  94. package/esm2015/lib/strategies/cross-origin.strategy.js +25 -25
  95. package/esm2015/lib/strategies/dom.strategy.js +26 -26
  96. package/esm2015/lib/strategies/index.js +8 -8
  97. package/esm2015/lib/strategies/loading.strategy.js +57 -57
  98. package/esm2015/lib/strategies/projection.strategy.js +79 -79
  99. package/esm2015/lib/tokens/app-config.token.js +2 -2
  100. package/esm2015/lib/tokens/cookie-language-key.token.js +4 -4
  101. package/esm2015/lib/tokens/index.js +8 -8
  102. package/esm2015/lib/tokens/list.token.js +2 -2
  103. package/esm2015/lib/tokens/localization.token.js +9 -9
  104. package/esm2015/lib/tokens/lodaer-delay.token.js +2 -2
  105. package/esm2015/lib/tokens/manage-profile.token.js +11 -11
  106. package/esm2015/lib/tokens/options.token.js +7 -7
  107. package/esm2015/lib/tokens/tenant-key.token.js +2 -2
  108. package/esm2015/lib/utils/array-utils.js +6 -6
  109. package/esm2015/lib/utils/auth-utils.js +41 -41
  110. package/esm2015/lib/utils/common-utils.js +28 -28
  111. package/esm2015/lib/utils/date-extensions.js +5 -5
  112. package/esm2015/lib/utils/date-utils.js +12 -12
  113. package/esm2015/lib/utils/environment-utils.js +35 -35
  114. package/esm2015/lib/utils/factory-utils.js +23 -23
  115. package/esm2015/lib/utils/file-utils.js +13 -13
  116. package/esm2015/lib/utils/form-utils.js +11 -11
  117. package/esm2015/lib/utils/generator-utils.js +33 -33
  118. package/esm2015/lib/utils/http-utils.js +18 -18
  119. package/esm2015/lib/utils/index.js +20 -20
  120. package/esm2015/lib/utils/initial-utils.js +63 -63
  121. package/esm2015/lib/utils/internal-store-utils.js +35 -35
  122. package/esm2015/lib/utils/lazy-load-utils.js +39 -39
  123. package/esm2015/lib/utils/localization-utils.js +49 -49
  124. package/esm2015/lib/utils/multi-tenancy-utils.js +82 -82
  125. package/esm2015/lib/utils/number-utils.js +3 -3
  126. package/esm2015/lib/utils/object-utils.js +36 -36
  127. package/esm2015/lib/utils/route-utils.js +26 -26
  128. package/esm2015/lib/utils/string-utils.js +25 -21
  129. package/esm2015/lib/utils/tree-utils.js +53 -53
  130. package/esm2015/lib/validators/age.validator.js +13 -13
  131. package/esm2015/lib/validators/credit-card.validator.js +20 -20
  132. package/esm2015/lib/validators/index.js +22 -22
  133. package/esm2015/lib/validators/range.validator.js +14 -14
  134. package/esm2015/lib/validators/required.validator.js +12 -12
  135. package/esm2015/lib/validators/string-length.validator.js +14 -14
  136. package/esm2015/lib/validators/url.validator.js +15 -15
  137. package/esm2015/locale/abp-ng.core-locale.js +4 -4
  138. package/esm2015/locale/public-api.js +1 -1
  139. package/esm2015/locale/utils/register-locale.js +43 -43
  140. package/esm2015/public-api.js +25 -25
  141. package/esm2015/testing/abp-ng.core-testing.js +4 -4
  142. package/esm2015/testing/lib/core-testing.module.js +61 -61
  143. package/esm2015/testing/lib/services/index.js +2 -2
  144. package/esm2015/testing/lib/services/mock-permission.service.js +34 -34
  145. package/esm2015/testing/lib/services/mock-rest.service.js +29 -29
  146. package/esm2015/testing/lib/utils/clear-page.util.js +9 -9
  147. package/esm2015/testing/lib/utils/index.js +2 -2
  148. package/esm2015/testing/lib/utils/wait.util.js +4 -4
  149. package/esm2015/testing/public-api.js +3 -3
  150. package/fesm2015/abp-ng.core-locale.js +40 -40
  151. package/fesm2015/abp-ng.core-locale.js.map +1 -1
  152. package/fesm2015/abp-ng.core-testing.js +113 -113
  153. package/fesm2015/abp-ng.core.js +3976 -3977
  154. package/fesm2015/abp-ng.core.js.map +1 -1
  155. package/lib/abstracts/index.d.ts +1 -1
  156. package/lib/abstracts/ng-model.component.d.ts +25 -25
  157. package/lib/components/dynamic-layout.component.d.ts +27 -27
  158. package/lib/components/index.d.ts +3 -3
  159. package/lib/components/replaceable-route-container.component.d.ts +17 -17
  160. package/lib/components/router-outlet.component.d.ts +5 -5
  161. package/lib/constants/different-locales.d.ts +334 -334
  162. package/lib/constants/index.d.ts +1 -1
  163. package/lib/core.module.d.ts +56 -56
  164. package/lib/directives/autofocus.directive.d.ts +12 -12
  165. package/lib/directives/debounce.directive.d.ts +13 -13
  166. package/lib/directives/for.directive.d.ts +36 -36
  167. package/lib/directives/form-submit.directive.d.ts +19 -19
  168. package/lib/directives/index.d.ts +8 -8
  169. package/lib/directives/init.directive.d.ts +10 -10
  170. package/lib/directives/permission.directive.d.ts +18 -18
  171. package/lib/directives/replaceable-template.directive.d.ts +30 -30
  172. package/lib/directives/stop-propagation.directive.d.ts +12 -12
  173. package/lib/enums/common.d.ts +5 -5
  174. package/lib/enums/index.d.ts +1 -1
  175. package/lib/guards/auth.guard.d.ts +13 -13
  176. package/lib/guards/index.d.ts +2 -2
  177. package/lib/guards/permission.guard.d.ts +16 -16
  178. package/lib/handlers/oauth-configuration.handler.d.ts +13 -13
  179. package/lib/handlers/routes.handler.d.ts +11 -11
  180. package/lib/interceptors/api.interceptor.d.ts +16 -16
  181. package/lib/interceptors/index.d.ts +1 -1
  182. package/lib/localization.module.d.ts +7 -7
  183. package/lib/models/auth.d.ts +6 -6
  184. package/lib/models/common.d.ts +77 -77
  185. package/lib/models/dtos.d.ts +95 -95
  186. package/lib/models/environment.d.ts +35 -35
  187. package/lib/models/index.d.ts +9 -9
  188. package/lib/models/localization.d.ts +5 -5
  189. package/lib/models/replaceable-components.d.ts +45 -45
  190. package/lib/models/rest.d.ts +35 -33
  191. package/lib/models/session.d.ts +7 -7
  192. package/lib/models/utility.d.ts +14 -14
  193. package/lib/pipes/index.d.ts +2 -2
  194. package/lib/pipes/localization.pipe.d.ts +12 -12
  195. package/lib/pipes/sort.pipe.d.ts +9 -9
  196. package/lib/providers/cookie-language.provider.d.ts +3 -3
  197. package/lib/providers/locale.provider.d.ts +9 -9
  198. package/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.d.ts +12 -12
  199. package/lib/proxy/pages/abp/multi-tenancy/index.d.ts +1 -1
  200. package/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.d.ts +11 -11
  201. package/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/index.d.ts +1 -1
  202. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.d.ts +11 -11
  203. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/index.d.ts +4 -4
  204. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/models.d.ts +85 -85
  205. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/index.d.ts +1 -1
  206. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/models.d.ts +71 -71
  207. package/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/index.d.ts +1 -1
  208. package/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/models.d.ts +14 -14
  209. package/lib/proxy/volo/abp/http/modeling/index.d.ts +1 -1
  210. package/lib/proxy/volo/abp/http/modeling/models.d.ts +70 -70
  211. package/lib/proxy/volo/abp/localization/index.d.ts +1 -1
  212. package/lib/proxy/volo/abp/localization/models.d.ts +6 -6
  213. package/lib/proxy/volo/abp/models.d.ts +4 -4
  214. package/lib/services/auth.service.d.ts +17 -17
  215. package/lib/services/config-state.service.d.ts +339 -339
  216. package/lib/services/content-projection.service.d.ts +10 -10
  217. package/lib/services/dom-insertion.service.d.ts +10 -10
  218. package/lib/services/environment.service.d.ts +96 -96
  219. package/lib/services/http-error-reporter.service.d.ts +12 -12
  220. package/lib/services/http-wait.service.d.ts +30 -30
  221. package/lib/services/index.d.ts +21 -21
  222. package/lib/services/lazy-load.service.d.ts +13 -13
  223. package/lib/services/list.service.d.ts +39 -39
  224. package/lib/services/localization.service.d.ts +47 -47
  225. package/lib/services/multi-tenancy.service.d.ts +22 -22
  226. package/lib/services/permission.service.d.ts +19 -19
  227. package/lib/services/replaceable-components.service.d.ts +19 -19
  228. package/lib/services/resource-wait.service.d.ts +15 -15
  229. package/lib/services/rest.service.d.ts +20 -19
  230. package/lib/services/router-events.service.d.ts +29 -29
  231. package/lib/services/router-wait.service.d.ts +20 -20
  232. package/lib/services/routes.service.d.ts +50 -50
  233. package/lib/services/session-state.service.d.ts +25 -25
  234. package/lib/services/subscription.service.d.ts +17 -17
  235. package/lib/services/track-by.service.d.ts +11 -11
  236. package/lib/strategies/auth-flow.strategy.d.ts +367 -367
  237. package/lib/strategies/container.strategy.d.ts +22 -22
  238. package/lib/strategies/content-security.strategy.d.ts +17 -17
  239. package/lib/strategies/content.strategy.d.ts +26 -26
  240. package/lib/strategies/context.strategy.d.ts +23 -23
  241. package/lib/strategies/cross-origin.strategy.d.ts +14 -14
  242. package/lib/strategies/dom.strategy.d.ts +13 -13
  243. package/lib/strategies/index.d.ts +8 -8
  244. package/lib/strategies/loading.strategy.d.ts +28 -28
  245. package/lib/strategies/projection.strategy.d.ts +39 -39
  246. package/lib/tokens/app-config.token.d.ts +3 -3
  247. package/lib/tokens/cookie-language-key.token.d.ts +2 -2
  248. package/lib/tokens/index.d.ts +8 -8
  249. package/lib/tokens/list.token.d.ts +2 -2
  250. package/lib/tokens/localization.token.d.ts +6 -6
  251. package/lib/tokens/lodaer-delay.token.d.ts +2 -2
  252. package/lib/tokens/manage-profile.token.d.ts +2 -2
  253. package/lib/tokens/options.token.d.ts +4 -4
  254. package/lib/tokens/tenant-key.token.d.ts +2 -2
  255. package/lib/utils/array-utils.d.ts +1 -1
  256. package/lib/utils/auth-utils.d.ts +162 -162
  257. package/lib/utils/common-utils.d.ts +9 -9
  258. package/lib/utils/date-extensions.d.ts +6 -6
  259. package/lib/utils/date-utils.d.ts +4 -4
  260. package/lib/utils/environment-utils.d.ts +3 -3
  261. package/lib/utils/factory-utils.d.ts +9 -9
  262. package/lib/utils/file-utils.d.ts +1 -1
  263. package/lib/utils/form-utils.d.ts +2 -2
  264. package/lib/utils/generator-utils.d.ts +3 -3
  265. package/lib/utils/http-utils.d.ts +8 -8
  266. package/lib/utils/index.d.ts +20 -20
  267. package/lib/utils/initial-utils.d.ts +159 -159
  268. package/lib/utils/internal-store-utils.d.ts +14 -14
  269. package/lib/utils/lazy-load-utils.d.ts +4 -4
  270. package/lib/utils/localization-utils.d.ts +5 -5
  271. package/lib/utils/multi-tenancy-utils.d.ts +3 -3
  272. package/lib/utils/number-utils.d.ts +1 -1
  273. package/lib/utils/object-utils.d.ts +1 -1
  274. package/lib/utils/route-utils.d.ts +8 -8
  275. package/lib/utils/string-utils.d.ts +3 -2
  276. package/lib/utils/tree-utils.d.ts +19 -19
  277. package/lib/validators/age.validator.d.ts +10 -10
  278. package/lib/validators/credit-card.validator.d.ts +5 -5
  279. package/lib/validators/index.d.ts +22 -22
  280. package/lib/validators/range.validator.d.ts +12 -12
  281. package/lib/validators/required.validator.d.ts +8 -8
  282. package/lib/validators/string-length.validator.d.ts +14 -14
  283. package/lib/validators/url.validator.d.ts +5 -5
  284. package/locale/abp-ng.core-locale.d.ts +5 -5
  285. package/locale/public-api.d.ts +1 -1
  286. package/locale/utils/register-locale.d.ts +13 -13
  287. package/package.json +2 -2
  288. package/public-api.d.ts +24 -24
  289. package/testing/abp-ng.core-testing.d.ts +5 -5
  290. package/testing/lib/core-testing.module.d.ts +16 -16
  291. package/testing/lib/services/index.d.ts +2 -2
  292. package/testing/lib/services/mock-permission.service.d.ts +10 -10
  293. package/testing/lib/services/mock-rest.service.d.ts +13 -13
  294. package/testing/lib/utils/clear-page.util.d.ts +2 -2
  295. package/testing/lib/utils/index.d.ts +2 -2
  296. package/testing/lib/utils/wait.util.d.ts +2 -2
  297. package/testing/public-api.d.ts +3 -3
@@ -1,22 +1,22 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- export declare abstract class ContainerStrategy {
3
- containerRef: ViewContainerRef;
4
- constructor(containerRef: ViewContainerRef);
5
- abstract getIndex(): number;
6
- prepare(): void;
7
- }
8
- export declare class ClearContainerStrategy extends ContainerStrategy {
9
- getIndex(): number;
10
- prepare(): void;
11
- }
12
- export declare class InsertIntoContainerStrategy extends ContainerStrategy {
13
- private index;
14
- constructor(containerRef: ViewContainerRef, index: number);
15
- getIndex(): number;
16
- }
17
- export declare const CONTAINER_STRATEGY: {
18
- Clear(containerRef: ViewContainerRef): ClearContainerStrategy;
19
- Append(containerRef: ViewContainerRef): InsertIntoContainerStrategy;
20
- Prepend(containerRef: ViewContainerRef): InsertIntoContainerStrategy;
21
- Insert(containerRef: ViewContainerRef, index: number): InsertIntoContainerStrategy;
22
- };
1
+ import { ViewContainerRef } from '@angular/core';
2
+ export declare abstract class ContainerStrategy {
3
+ containerRef: ViewContainerRef;
4
+ constructor(containerRef: ViewContainerRef);
5
+ abstract getIndex(): number;
6
+ prepare(): void;
7
+ }
8
+ export declare class ClearContainerStrategy extends ContainerStrategy {
9
+ getIndex(): number;
10
+ prepare(): void;
11
+ }
12
+ export declare class InsertIntoContainerStrategy extends ContainerStrategy {
13
+ private index;
14
+ constructor(containerRef: ViewContainerRef, index: number);
15
+ getIndex(): number;
16
+ }
17
+ export declare const CONTAINER_STRATEGY: {
18
+ Clear(containerRef: ViewContainerRef): ClearContainerStrategy;
19
+ Append(containerRef: ViewContainerRef): InsertIntoContainerStrategy;
20
+ Prepend(containerRef: ViewContainerRef): InsertIntoContainerStrategy;
21
+ Insert(containerRef: ViewContainerRef, index: number): InsertIntoContainerStrategy;
22
+ };
@@ -1,17 +1,17 @@
1
- export declare abstract class ContentSecurityStrategy {
2
- nonce?: string;
3
- constructor(nonce?: string);
4
- abstract applyCSP(element: HTMLScriptElement | HTMLStyleElement): void;
5
- }
6
- export declare class LooseContentSecurityStrategy extends ContentSecurityStrategy {
7
- constructor(nonce: string);
8
- applyCSP(element: HTMLScriptElement | HTMLStyleElement): void;
9
- }
10
- export declare class NoContentSecurityStrategy extends ContentSecurityStrategy {
11
- constructor();
12
- applyCSP(_: HTMLScriptElement | HTMLStyleElement): void;
13
- }
14
- export declare const CONTENT_SECURITY_STRATEGY: {
15
- Loose(nonce: string): LooseContentSecurityStrategy;
16
- None(): NoContentSecurityStrategy;
17
- };
1
+ export declare abstract class ContentSecurityStrategy {
2
+ nonce?: string;
3
+ constructor(nonce?: string);
4
+ abstract applyCSP(element: HTMLScriptElement | HTMLStyleElement): void;
5
+ }
6
+ export declare class LooseContentSecurityStrategy extends ContentSecurityStrategy {
7
+ constructor(nonce: string);
8
+ applyCSP(element: HTMLScriptElement | HTMLStyleElement): void;
9
+ }
10
+ export declare class NoContentSecurityStrategy extends ContentSecurityStrategy {
11
+ constructor();
12
+ applyCSP(_: HTMLScriptElement | HTMLStyleElement): void;
13
+ }
14
+ export declare const CONTENT_SECURITY_STRATEGY: {
15
+ Loose(nonce: string): LooseContentSecurityStrategy;
16
+ None(): NoContentSecurityStrategy;
17
+ };
@@ -1,26 +1,26 @@
1
- import { ContentSecurityStrategy } from './content-security.strategy';
2
- import { DomStrategy } from './dom.strategy';
3
- export declare type ElementOptions<T extends HTMLScriptElement | HTMLStyleElement = any> = Partial<{
4
- [key in keyof T]: T[key];
5
- }>;
6
- export declare abstract class ContentStrategy<T extends HTMLScriptElement | HTMLStyleElement = any> {
7
- content: string;
8
- protected domStrategy: DomStrategy;
9
- protected contentSecurityStrategy: ContentSecurityStrategy;
10
- protected options: ElementOptions<T>;
11
- constructor(content: string, domStrategy?: DomStrategy, contentSecurityStrategy?: ContentSecurityStrategy, options?: ElementOptions<T>);
12
- abstract createElement(): T;
13
- insertElement(): T;
14
- }
15
- export declare class StyleContentStrategy extends ContentStrategy<HTMLStyleElement> {
16
- createElement(): HTMLStyleElement;
17
- }
18
- export declare class ScriptContentStrategy extends ContentStrategy<HTMLScriptElement> {
19
- createElement(): HTMLScriptElement;
20
- }
21
- export declare const CONTENT_STRATEGY: {
22
- AppendScriptToBody(content: string, options?: ElementOptions<HTMLScriptElement>): ScriptContentStrategy;
23
- AppendScriptToHead(content: string, options?: ElementOptions<HTMLScriptElement>): ScriptContentStrategy;
24
- AppendStyleToHead(content: string, options?: ElementOptions<HTMLStyleElement>): StyleContentStrategy;
25
- PrependStyleToHead(content: string, options?: ElementOptions<HTMLStyleElement>): StyleContentStrategy;
26
- };
1
+ import { ContentSecurityStrategy } from './content-security.strategy';
2
+ import { DomStrategy } from './dom.strategy';
3
+ export declare type ElementOptions<T extends HTMLScriptElement | HTMLStyleElement = any> = Partial<{
4
+ [key in keyof T]: T[key];
5
+ }>;
6
+ export declare abstract class ContentStrategy<T extends HTMLScriptElement | HTMLStyleElement = any> {
7
+ content: string;
8
+ protected domStrategy: DomStrategy;
9
+ protected contentSecurityStrategy: ContentSecurityStrategy;
10
+ protected options: ElementOptions<T>;
11
+ constructor(content: string, domStrategy?: DomStrategy, contentSecurityStrategy?: ContentSecurityStrategy, options?: ElementOptions<T>);
12
+ abstract createElement(): T;
13
+ insertElement(): T;
14
+ }
15
+ export declare class StyleContentStrategy extends ContentStrategy<HTMLStyleElement> {
16
+ createElement(): HTMLStyleElement;
17
+ }
18
+ export declare class ScriptContentStrategy extends ContentStrategy<HTMLScriptElement> {
19
+ createElement(): HTMLScriptElement;
20
+ }
21
+ export declare const CONTENT_STRATEGY: {
22
+ AppendScriptToBody(content: string, options?: ElementOptions<HTMLScriptElement>): ScriptContentStrategy;
23
+ AppendScriptToHead(content: string, options?: ElementOptions<HTMLScriptElement>): ScriptContentStrategy;
24
+ AppendStyleToHead(content: string, options?: ElementOptions<HTMLStyleElement>): StyleContentStrategy;
25
+ PrependStyleToHead(content: string, options?: ElementOptions<HTMLStyleElement>): StyleContentStrategy;
26
+ };
@@ -1,23 +1,23 @@
1
- import { ComponentRef, TemplateRef, Type } from '@angular/core';
2
- import { InferredContextOf, InferredInstanceOf } from '../models';
3
- export declare abstract class ContextStrategy<T = any> {
4
- context: Partial<ContextType<T>>;
5
- constructor(context: Partial<ContextType<T>>);
6
- setContext(componentRef?: ComponentRef<InferredInstanceOf<T>>): Partial<ContextType<T>>;
7
- }
8
- export declare class NoContextStrategy<T extends Type<any> | TemplateRef<any> = any> extends ContextStrategy<T> {
9
- constructor();
10
- }
11
- export declare class ComponentContextStrategy<T extends Type<any> = any> extends ContextStrategy<T> {
12
- setContext(componentRef: ComponentRef<InferredInstanceOf<T>>): Partial<InferredInstanceOf<T>>;
13
- }
14
- export declare class TemplateContextStrategy<T extends TemplateRef<any> = any> extends ContextStrategy<T> {
15
- setContext(): Partial<InferredContextOf<T>>;
16
- }
17
- export declare const CONTEXT_STRATEGY: {
18
- None<T extends Type<any> | TemplateRef<any> = any>(): NoContextStrategy<T>;
19
- Component<T_1 extends Type<any> = any>(context: Partial<InferredInstanceOf<T_1>>): ComponentContextStrategy<T_1>;
20
- Template<T_2 extends TemplateRef<any> = any>(context: Partial<InferredContextOf<T_2>>): TemplateContextStrategy<T_2>;
21
- };
22
- declare type ContextType<T> = T extends Type<infer U> | TemplateRef<infer U> ? U : never;
23
- export {};
1
+ import { ComponentRef, TemplateRef, Type } from '@angular/core';
2
+ import { InferredContextOf, InferredInstanceOf } from '../models';
3
+ export declare abstract class ContextStrategy<T = any> {
4
+ context: Partial<ContextType<T>>;
5
+ constructor(context: Partial<ContextType<T>>);
6
+ setContext(componentRef?: ComponentRef<InferredInstanceOf<T>>): Partial<ContextType<T>>;
7
+ }
8
+ export declare class NoContextStrategy<T extends Type<any> | TemplateRef<any> = any> extends ContextStrategy<T> {
9
+ constructor();
10
+ }
11
+ export declare class ComponentContextStrategy<T extends Type<any> = any> extends ContextStrategy<T> {
12
+ setContext(componentRef: ComponentRef<InferredInstanceOf<T>>): Partial<InferredInstanceOf<T>>;
13
+ }
14
+ export declare class TemplateContextStrategy<T extends TemplateRef<any> = any> extends ContextStrategy<T> {
15
+ setContext(): Partial<InferredContextOf<T>>;
16
+ }
17
+ export declare const CONTEXT_STRATEGY: {
18
+ None<T extends Type<any> | TemplateRef<any> = any>(): NoContextStrategy<T>;
19
+ Component<T_1 extends Type<any> = any>(context: Partial<InferredInstanceOf<T_1>>): ComponentContextStrategy<T_1>;
20
+ Template<T_2 extends TemplateRef<any> = any>(context: Partial<InferredContextOf<T_2>>): TemplateContextStrategy<T_2>;
21
+ };
22
+ declare type ContextType<T> = T extends Type<infer U> | TemplateRef<infer U> ? U : never;
23
+ export {};
@@ -1,14 +1,14 @@
1
- export declare class CrossOriginStrategy {
2
- crossorigin: 'anonymous' | 'use-credentials';
3
- integrity?: string;
4
- constructor(crossorigin: 'anonymous' | 'use-credentials', integrity?: string);
5
- setCrossOrigin<T extends HTMLElement>(element: T): void;
6
- }
7
- export declare class NoCrossOriginStrategy extends CrossOriginStrategy {
8
- setCrossOrigin(): void;
9
- }
10
- export declare const CROSS_ORIGIN_STRATEGY: {
11
- Anonymous(integrity?: string): CrossOriginStrategy;
12
- UseCredentials(integrity?: string): CrossOriginStrategy;
13
- None(): NoCrossOriginStrategy;
14
- };
1
+ export declare class CrossOriginStrategy {
2
+ crossorigin: 'anonymous' | 'use-credentials';
3
+ integrity?: string;
4
+ constructor(crossorigin: 'anonymous' | 'use-credentials', integrity?: string);
5
+ setCrossOrigin<T extends HTMLElement>(element: T): void;
6
+ }
7
+ export declare class NoCrossOriginStrategy extends CrossOriginStrategy {
8
+ setCrossOrigin(): void;
9
+ }
10
+ export declare const CROSS_ORIGIN_STRATEGY: {
11
+ Anonymous(integrity?: string): CrossOriginStrategy;
12
+ UseCredentials(integrity?: string): CrossOriginStrategy;
13
+ None(): NoCrossOriginStrategy;
14
+ };
@@ -1,13 +1,13 @@
1
- export declare class DomStrategy {
2
- target: HTMLElement;
3
- position: InsertPosition;
4
- constructor(target?: HTMLElement, position?: InsertPosition);
5
- insertElement<T extends HTMLElement>(element: T): void;
6
- }
7
- export declare const DOM_STRATEGY: {
8
- AfterElement(element: HTMLElement): DomStrategy;
9
- AppendToBody(): DomStrategy;
10
- AppendToHead(): DomStrategy;
11
- BeforeElement(element: HTMLElement): DomStrategy;
12
- PrependToHead(): DomStrategy;
13
- };
1
+ export declare class DomStrategy {
2
+ target: HTMLElement;
3
+ position: InsertPosition;
4
+ constructor(target?: HTMLElement, position?: InsertPosition);
5
+ insertElement<T extends HTMLElement>(element: T): void;
6
+ }
7
+ export declare const DOM_STRATEGY: {
8
+ AfterElement(element: HTMLElement): DomStrategy;
9
+ AppendToBody(): DomStrategy;
10
+ AppendToHead(): DomStrategy;
11
+ BeforeElement(element: HTMLElement): DomStrategy;
12
+ PrependToHead(): DomStrategy;
13
+ };
@@ -1,8 +1,8 @@
1
- export * from './container.strategy';
2
- export * from './content-security.strategy';
3
- export * from './content.strategy';
4
- export * from './context.strategy';
5
- export * from './cross-origin.strategy';
6
- export * from './dom.strategy';
7
- export * from './loading.strategy';
8
- export * from './projection.strategy';
1
+ export * from './container.strategy';
2
+ export * from './content-security.strategy';
3
+ export * from './content.strategy';
4
+ export * from './context.strategy';
5
+ export * from './cross-origin.strategy';
6
+ export * from './dom.strategy';
7
+ export * from './loading.strategy';
8
+ export * from './projection.strategy';
@@ -1,28 +1,28 @@
1
- import { Observable } from 'rxjs';
2
- import { CrossOriginStrategy } from './cross-origin.strategy';
3
- import { DomStrategy } from './dom.strategy';
4
- export declare abstract class LoadingStrategy<T extends HTMLScriptElement | HTMLLinkElement = any> {
5
- path: string;
6
- protected domStrategy: DomStrategy;
7
- protected crossOriginStrategy: CrossOriginStrategy;
8
- element: T;
9
- constructor(path: string, domStrategy?: DomStrategy, crossOriginStrategy?: CrossOriginStrategy);
10
- abstract createElement(): T;
11
- createStream<E extends Event>(): Observable<E>;
12
- }
13
- export declare class ScriptLoadingStrategy extends LoadingStrategy<HTMLScriptElement> {
14
- constructor(src: string, domStrategy?: DomStrategy, crossOriginStrategy?: CrossOriginStrategy);
15
- createElement(): HTMLScriptElement;
16
- }
17
- export declare class StyleLoadingStrategy extends LoadingStrategy<HTMLLinkElement> {
18
- constructor(href: string, domStrategy?: DomStrategy, crossOriginStrategy?: CrossOriginStrategy);
19
- createElement(): HTMLLinkElement;
20
- }
21
- export declare const LOADING_STRATEGY: {
22
- AppendScriptToBody(src: string): ScriptLoadingStrategy;
23
- AppendAnonymousScriptToBody(src: string, integrity?: string): ScriptLoadingStrategy;
24
- AppendAnonymousScriptToHead(src: string, integrity?: string): ScriptLoadingStrategy;
25
- AppendAnonymousStyleToHead(src: string, integrity?: string): StyleLoadingStrategy;
26
- PrependAnonymousScriptToHead(src: string, integrity?: string): ScriptLoadingStrategy;
27
- PrependAnonymousStyleToHead(src: string, integrity?: string): StyleLoadingStrategy;
28
- };
1
+ import { Observable } from 'rxjs';
2
+ import { CrossOriginStrategy } from './cross-origin.strategy';
3
+ import { DomStrategy } from './dom.strategy';
4
+ export declare abstract class LoadingStrategy<T extends HTMLScriptElement | HTMLLinkElement = any> {
5
+ path: string;
6
+ protected domStrategy: DomStrategy;
7
+ protected crossOriginStrategy: CrossOriginStrategy;
8
+ element: T;
9
+ constructor(path: string, domStrategy?: DomStrategy, crossOriginStrategy?: CrossOriginStrategy);
10
+ abstract createElement(): T;
11
+ createStream<E extends Event>(): Observable<E>;
12
+ }
13
+ export declare class ScriptLoadingStrategy extends LoadingStrategy<HTMLScriptElement> {
14
+ constructor(src: string, domStrategy?: DomStrategy, crossOriginStrategy?: CrossOriginStrategy);
15
+ createElement(): HTMLScriptElement;
16
+ }
17
+ export declare class StyleLoadingStrategy extends LoadingStrategy<HTMLLinkElement> {
18
+ constructor(href: string, domStrategy?: DomStrategy, crossOriginStrategy?: CrossOriginStrategy);
19
+ createElement(): HTMLLinkElement;
20
+ }
21
+ export declare const LOADING_STRATEGY: {
22
+ AppendScriptToBody(src: string): ScriptLoadingStrategy;
23
+ AppendAnonymousScriptToBody(src: string, integrity?: string): ScriptLoadingStrategy;
24
+ AppendAnonymousScriptToHead(src: string, integrity?: string): ScriptLoadingStrategy;
25
+ AppendAnonymousStyleToHead(src: string, integrity?: string): StyleLoadingStrategy;
26
+ PrependAnonymousScriptToHead(src: string, integrity?: string): ScriptLoadingStrategy;
27
+ PrependAnonymousStyleToHead(src: string, integrity?: string): StyleLoadingStrategy;
28
+ };
@@ -1,39 +1,39 @@
1
- import { ComponentRef, EmbeddedViewRef, Injector, TemplateRef, Type, ViewContainerRef } from '@angular/core';
2
- import { InferredContextOf, InferredInstanceOf } from '../models/utility';
3
- import { ContainerStrategy } from './container.strategy';
4
- import { ContextStrategy } from './context.strategy';
5
- import { DomStrategy } from './dom.strategy';
6
- export declare abstract class ProjectionStrategy<T = any> {
7
- content: T;
8
- constructor(content: T);
9
- abstract injectContent(injector: Injector): ComponentRefOrEmbeddedViewRef<T>;
10
- }
11
- export declare class ComponentProjectionStrategy<T extends Type<any>> extends ProjectionStrategy<T> {
12
- private containerStrategy;
13
- private contextStrategy;
14
- constructor(component: T, containerStrategy: ContainerStrategy, contextStrategy?: ContextStrategy);
15
- injectContent(injector: Injector): ComponentRefOrEmbeddedViewRef<T>;
16
- }
17
- export declare class RootComponentProjectionStrategy<T extends Type<any>> extends ProjectionStrategy<T> {
18
- private contextStrategy;
19
- private domStrategy;
20
- constructor(component: T, contextStrategy?: ContextStrategy, domStrategy?: DomStrategy);
21
- injectContent(injector: Injector): ComponentRefOrEmbeddedViewRef<T>;
22
- }
23
- export declare class TemplateProjectionStrategy<T extends TemplateRef<any>> extends ProjectionStrategy<T> {
24
- private containerStrategy;
25
- private contextStrategy;
26
- constructor(templateRef: T, containerStrategy: ContainerStrategy, contextStrategy?: import("./context.strategy").NoContextStrategy<any>);
27
- injectContent(): ComponentRefOrEmbeddedViewRef<T>;
28
- }
29
- export declare const PROJECTION_STRATEGY: {
30
- AppendComponentToBody<T extends Type<unknown>>(component: T, context?: Partial<InferredInstanceOf<T>>): RootComponentProjectionStrategy<T>;
31
- AppendComponentToContainer<T_1 extends Type<unknown>>(component: T_1, containerRef: ViewContainerRef, context?: Partial<InferredInstanceOf<T_1>>): ComponentProjectionStrategy<T_1>;
32
- AppendTemplateToContainer<T_2 extends TemplateRef<unknown>>(templateRef: T_2, containerRef: ViewContainerRef, context?: Partial<InferredContextOf<T_2>>): TemplateProjectionStrategy<T_2>;
33
- PrependComponentToContainer<T_3 extends Type<unknown>>(component: T_3, containerRef: ViewContainerRef, context?: Partial<InferredInstanceOf<T_3>>): ComponentProjectionStrategy<T_3>;
34
- PrependTemplateToContainer<T_4 extends TemplateRef<unknown>>(templateRef: T_4, containerRef: ViewContainerRef, context?: Partial<InferredContextOf<T_4>>): TemplateProjectionStrategy<T_4>;
35
- ProjectComponentToContainer<T_5 extends Type<unknown>>(component: T_5, containerRef: ViewContainerRef, context?: Partial<InferredInstanceOf<T_5>>): ComponentProjectionStrategy<T_5>;
36
- ProjectTemplateToContainer<T_6 extends TemplateRef<unknown>>(templateRef: T_6, containerRef: ViewContainerRef, context?: Partial<InferredContextOf<T_6>>): TemplateProjectionStrategy<T_6>;
37
- };
38
- declare type ComponentRefOrEmbeddedViewRef<T> = T extends Type<infer U> ? ComponentRef<U> : T extends TemplateRef<infer C> ? EmbeddedViewRef<C> : never;
39
- export {};
1
+ import { ComponentRef, EmbeddedViewRef, Injector, TemplateRef, Type, ViewContainerRef } from '@angular/core';
2
+ import { InferredContextOf, InferredInstanceOf } from '../models/utility';
3
+ import { ContainerStrategy } from './container.strategy';
4
+ import { ContextStrategy } from './context.strategy';
5
+ import { DomStrategy } from './dom.strategy';
6
+ export declare abstract class ProjectionStrategy<T = any> {
7
+ content: T;
8
+ constructor(content: T);
9
+ abstract injectContent(injector: Injector): ComponentRefOrEmbeddedViewRef<T>;
10
+ }
11
+ export declare class ComponentProjectionStrategy<T extends Type<any>> extends ProjectionStrategy<T> {
12
+ private containerStrategy;
13
+ private contextStrategy;
14
+ constructor(component: T, containerStrategy: ContainerStrategy, contextStrategy?: ContextStrategy);
15
+ injectContent(injector: Injector): ComponentRefOrEmbeddedViewRef<T>;
16
+ }
17
+ export declare class RootComponentProjectionStrategy<T extends Type<any>> extends ProjectionStrategy<T> {
18
+ private contextStrategy;
19
+ private domStrategy;
20
+ constructor(component: T, contextStrategy?: ContextStrategy, domStrategy?: DomStrategy);
21
+ injectContent(injector: Injector): ComponentRefOrEmbeddedViewRef<T>;
22
+ }
23
+ export declare class TemplateProjectionStrategy<T extends TemplateRef<any>> extends ProjectionStrategy<T> {
24
+ private containerStrategy;
25
+ private contextStrategy;
26
+ constructor(templateRef: T, containerStrategy: ContainerStrategy, contextStrategy?: import("./context.strategy").NoContextStrategy<any>);
27
+ injectContent(): ComponentRefOrEmbeddedViewRef<T>;
28
+ }
29
+ export declare const PROJECTION_STRATEGY: {
30
+ AppendComponentToBody<T extends Type<unknown>>(component: T, context?: Partial<InferredInstanceOf<T>>): RootComponentProjectionStrategy<T>;
31
+ AppendComponentToContainer<T_1 extends Type<unknown>>(component: T_1, containerRef: ViewContainerRef, context?: Partial<InferredInstanceOf<T_1>>): ComponentProjectionStrategy<T_1>;
32
+ AppendTemplateToContainer<T_2 extends TemplateRef<unknown>>(templateRef: T_2, containerRef: ViewContainerRef, context?: Partial<InferredContextOf<T_2>>): TemplateProjectionStrategy<T_2>;
33
+ PrependComponentToContainer<T_3 extends Type<unknown>>(component: T_3, containerRef: ViewContainerRef, context?: Partial<InferredInstanceOf<T_3>>): ComponentProjectionStrategy<T_3>;
34
+ PrependTemplateToContainer<T_4 extends TemplateRef<unknown>>(templateRef: T_4, containerRef: ViewContainerRef, context?: Partial<InferredContextOf<T_4>>): TemplateProjectionStrategy<T_4>;
35
+ ProjectComponentToContainer<T_5 extends Type<unknown>>(component: T_5, containerRef: ViewContainerRef, context?: Partial<InferredInstanceOf<T_5>>): ComponentProjectionStrategy<T_5>;
36
+ ProjectTemplateToContainer<T_6 extends TemplateRef<unknown>>(templateRef: T_6, containerRef: ViewContainerRef, context?: Partial<InferredContextOf<T_6>>): TemplateProjectionStrategy<T_6>;
37
+ };
38
+ declare type ComponentRefOrEmbeddedViewRef<T> = T extends Type<infer U> ? ComponentRef<U> : T extends TemplateRef<infer C> ? EmbeddedViewRef<C> : never;
39
+ export {};
@@ -1,3 +1,3 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare type AppInitErrorFn = (error: any) => void;
3
- export declare const APP_INIT_ERROR_HANDLERS: InjectionToken<AppInitErrorFn[]>;
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare type AppInitErrorFn = (error: any) => void;
3
+ export declare const APP_INIT_ERROR_HANDLERS: InjectionToken<AppInitErrorFn[]>;
@@ -1,2 +1,2 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare const COOKIE_LANGUAGE_KEY: InjectionToken<string>;
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare const COOKIE_LANGUAGE_KEY: InjectionToken<string>;
@@ -1,8 +1,8 @@
1
- export * from './app-config.token';
2
- export * from './cookie-language-key.token';
3
- export * from './list.token';
4
- export * from './localization.token';
5
- export * from './lodaer-delay.token';
6
- export * from './manage-profile.token';
7
- export * from './options.token';
8
- export * from './tenant-key.token';
1
+ export * from './app-config.token';
2
+ export * from './cookie-language-key.token';
3
+ export * from './list.token';
4
+ export * from './localization.token';
5
+ export * from './lodaer-delay.token';
6
+ export * from './manage-profile.token';
7
+ export * from './options.token';
8
+ export * from './tenant-key.token';
@@ -1,2 +1,2 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare const LIST_QUERY_DEBOUNCE_TIME: InjectionToken<number>;
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare const LIST_QUERY_DEBOUNCE_TIME: InjectionToken<number>;
@@ -1,6 +1,6 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { BehaviorSubject } from 'rxjs';
3
- import { ABP } from '../models/common';
4
- export declare const LOCALIZATIONS: InjectionToken<unknown>;
5
- export declare function localizationContributor(localizations: ABP.Localization[]): void;
6
- export declare const localizations$: BehaviorSubject<any[]>;
1
+ import { InjectionToken } from '@angular/core';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import { ABP } from '../models/common';
4
+ export declare const LOCALIZATIONS: InjectionToken<unknown>;
5
+ export declare function localizationContributor(localizations: ABP.Localization[]): void;
6
+ export declare const localizations$: BehaviorSubject<any[]>;
@@ -1,2 +1,2 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare const LOADER_DELAY: InjectionToken<number>;
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare const LOADER_DELAY: InjectionToken<number>;
@@ -1,2 +1,2 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare const NAVIGATE_TO_MANAGE_PROFILE: InjectionToken<() => void>;
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare const NAVIGATE_TO_MANAGE_PROFILE: InjectionToken<() => void>;
@@ -1,4 +1,4 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { ABP } from '../models/common';
3
- export declare const CORE_OPTIONS: InjectionToken<ABP.Root>;
4
- export declare function coreOptionsFactory({ ...options }: ABP.Root): ABP.Root;
1
+ import { InjectionToken } from '@angular/core';
2
+ import { ABP } from '../models/common';
3
+ export declare const CORE_OPTIONS: InjectionToken<ABP.Root>;
4
+ export declare function coreOptionsFactory({ ...options }: ABP.Root): ABP.Root;
@@ -1,2 +1,2 @@
1
- import { InjectionToken } from '@angular/core';
2
- export declare const TENANT_KEY: InjectionToken<string>;
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare const TENANT_KEY: InjectionToken<string>;
@@ -1 +1 @@
1
- export declare function pushValueTo<T extends any>(array: T[]): (element: T) => T[];
1
+ export declare function pushValueTo<T extends any>(array: T[]): (element: T) => T[];