@abp/ng.core 5.0.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 (300) hide show
  1. package/README.md +3 -3
  2. package/abp-ng.core.d.ts +5 -5
  3. package/bundles/abp-ng.core-locale.umd.js +361 -361
  4. package/bundles/abp-ng.core-locale.umd.js.map +1 -1
  5. package/bundles/abp-ng.core-testing.umd.js +442 -442
  6. package/bundles/abp-ng.core-testing.umd.js.map +1 -1
  7. package/bundles/abp-ng.core.umd.js +4873 -4868
  8. package/bundles/abp-ng.core.umd.js.map +1 -1
  9. package/esm2015/abp-ng.core.js +4 -4
  10. package/esm2015/lib/abstracts/index.js +2 -2
  11. package/esm2015/lib/abstracts/ng-model.component.js +59 -59
  12. package/esm2015/lib/components/dynamic-layout.component.js +89 -89
  13. package/esm2015/lib/components/index.js +4 -4
  14. package/esm2015/lib/components/replaceable-route-container.component.js +42 -42
  15. package/esm2015/lib/components/router-outlet.component.js +15 -15
  16. package/esm2015/lib/constants/different-locales.js +337 -337
  17. package/esm2015/lib/constants/index.js +2 -2
  18. package/esm2015/lib/core.module.js +281 -281
  19. package/esm2015/lib/directives/autofocus.directive.js +30 -30
  20. package/esm2015/lib/directives/debounce.directive.js +36 -36
  21. package/esm2015/lib/directives/for.directive.js +151 -151
  22. package/esm2015/lib/directives/form-submit.directive.js +69 -69
  23. package/esm2015/lib/directives/index.js +9 -9
  24. package/esm2015/lib/directives/init.directive.js +21 -21
  25. package/esm2015/lib/directives/permission.directive.js +48 -48
  26. package/esm2015/lib/directives/replaceable-template.directive.js +121 -121
  27. package/esm2015/lib/directives/stop-propagation.directive.js +32 -32
  28. package/esm2015/lib/enums/common.js +2 -2
  29. package/esm2015/lib/enums/index.js +2 -2
  30. package/esm2015/lib/guards/auth.guard.js +29 -29
  31. package/esm2015/lib/guards/index.js +3 -3
  32. package/esm2015/lib/guards/permission.guard.js +44 -44
  33. package/esm2015/lib/handlers/oauth-configuration.handler.js +37 -37
  34. package/esm2015/lib/handlers/routes.handler.js +47 -47
  35. package/esm2015/lib/interceptors/api.interceptor.js +54 -54
  36. package/esm2015/lib/interceptors/index.js +2 -2
  37. package/esm2015/lib/localization.module.js +16 -16
  38. package/esm2015/lib/models/auth.js +2 -2
  39. package/esm2015/lib/models/common.js +2 -2
  40. package/esm2015/lib/models/dtos.js +119 -119
  41. package/esm2015/lib/models/environment.js +2 -2
  42. package/esm2015/lib/models/index.js +10 -10
  43. package/esm2015/lib/models/localization.js +2 -2
  44. package/esm2015/lib/models/replaceable-components.js +2 -2
  45. package/esm2015/lib/models/rest.js +2 -2
  46. package/esm2015/lib/models/session.js +2 -2
  47. package/esm2015/lib/models/utility.js +2 -2
  48. package/esm2015/lib/pipes/index.js +3 -3
  49. package/esm2015/lib/pipes/localization.pipe.js +33 -33
  50. package/esm2015/lib/pipes/sort.pipe.js +49 -49
  51. package/esm2015/lib/providers/cookie-language.provider.js +22 -22
  52. package/esm2015/lib/providers/locale.provider.js +22 -22
  53. package/esm2015/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.js +29 -29
  54. package/esm2015/lib/proxy/pages/abp/multi-tenancy/index.js +2 -2
  55. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.js +24 -24
  56. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/index.js +2 -2
  57. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.js +25 -25
  58. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/index.js +5 -5
  59. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/models.js +2 -2
  60. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/index.js +2 -2
  61. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/models.js +3 -3
  62. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/index.js +2 -2
  63. package/esm2015/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/models.js +2 -2
  64. package/esm2015/lib/proxy/volo/abp/http/modeling/index.js +2 -2
  65. package/esm2015/lib/proxy/volo/abp/http/modeling/models.js +3 -3
  66. package/esm2015/lib/proxy/volo/abp/localization/index.js +2 -2
  67. package/esm2015/lib/proxy/volo/abp/localization/models.js +2 -2
  68. package/esm2015/lib/proxy/volo/abp/models.js +2 -2
  69. package/esm2015/lib/services/auth.service.js +47 -47
  70. package/esm2015/lib/services/config-state.service.js +130 -130
  71. package/esm2015/lib/services/content-projection.service.js +17 -17
  72. package/esm2015/lib/services/dom-insertion.service.js +32 -32
  73. package/esm2015/lib/services/environment.service.js +35 -35
  74. package/esm2015/lib/services/http-error-reporter.service.js +29 -29
  75. package/esm2015/lib/services/http-wait.service.js +72 -72
  76. package/esm2015/lib/services/index.js +22 -22
  77. package/esm2015/lib/services/lazy-load.service.js +38 -38
  78. package/esm2015/lib/services/list.service.js +103 -103
  79. package/esm2015/lib/services/localization.service.js +182 -182
  80. package/esm2015/lib/services/multi-tenancy.service.js +48 -48
  81. package/esm2015/lib/services/permission.service.js +64 -64
  82. package/esm2015/lib/services/replaceable-components.service.js +49 -49
  83. package/esm2015/lib/services/resource-wait.service.js +39 -39
  84. package/esm2015/lib/services/rest.service.js +63 -63
  85. package/esm2015/lib/services/router-events.service.js +38 -38
  86. package/esm2015/lib/services/router-wait.service.js +51 -51
  87. package/esm2015/lib/services/routes.service.js +147 -147
  88. package/esm2015/lib/services/session-state.service.js +76 -76
  89. package/esm2015/lib/services/subscription.service.js +41 -41
  90. package/esm2015/lib/services/track-by.service.js +21 -21
  91. package/esm2015/lib/strategies/auth-flow.strategy.js +202 -202
  92. package/esm2015/lib/strategies/container.strategy.js +38 -38
  93. package/esm2015/lib/strategies/content-security.strategy.js +28 -28
  94. package/esm2015/lib/strategies/content.strategy.js +48 -48
  95. package/esm2015/lib/strategies/context.strategy.js +37 -37
  96. package/esm2015/lib/strategies/cross-origin.strategy.js +26 -26
  97. package/esm2015/lib/strategies/dom.strategy.js +27 -27
  98. package/esm2015/lib/strategies/index.js +9 -9
  99. package/esm2015/lib/strategies/loading.strategy.js +58 -58
  100. package/esm2015/lib/strategies/projection.strategy.js +80 -80
  101. package/esm2015/lib/tokens/app-config.token.js +3 -3
  102. package/esm2015/lib/tokens/cookie-language-key.token.js +5 -5
  103. package/esm2015/lib/tokens/index.js +9 -9
  104. package/esm2015/lib/tokens/list.token.js +3 -3
  105. package/esm2015/lib/tokens/localization.token.js +10 -10
  106. package/esm2015/lib/tokens/lodaer-delay.token.js +3 -3
  107. package/esm2015/lib/tokens/manage-profile.token.js +12 -12
  108. package/esm2015/lib/tokens/options.token.js +8 -8
  109. package/esm2015/lib/tokens/tenant-key.token.js +3 -3
  110. package/esm2015/lib/utils/array-utils.js +7 -7
  111. package/esm2015/lib/utils/auth-utils.js +42 -42
  112. package/esm2015/lib/utils/common-utils.js +29 -29
  113. package/esm2015/lib/utils/date-extensions.js +6 -6
  114. package/esm2015/lib/utils/date-utils.js +13 -13
  115. package/esm2015/lib/utils/environment-utils.js +36 -36
  116. package/esm2015/lib/utils/factory-utils.js +24 -24
  117. package/esm2015/lib/utils/file-utils.js +14 -14
  118. package/esm2015/lib/utils/form-utils.js +12 -12
  119. package/esm2015/lib/utils/generator-utils.js +34 -34
  120. package/esm2015/lib/utils/http-utils.js +19 -19
  121. package/esm2015/lib/utils/index.js +21 -21
  122. package/esm2015/lib/utils/initial-utils.js +64 -64
  123. package/esm2015/lib/utils/internal-store-utils.js +36 -36
  124. package/esm2015/lib/utils/lazy-load-utils.js +40 -40
  125. package/esm2015/lib/utils/localization-utils.js +50 -50
  126. package/esm2015/lib/utils/multi-tenancy-utils.js +83 -83
  127. package/esm2015/lib/utils/number-utils.js +4 -4
  128. package/esm2015/lib/utils/object-utils.js +37 -37
  129. package/esm2015/lib/utils/route-utils.js +27 -27
  130. package/esm2015/lib/utils/string-utils.js +25 -21
  131. package/esm2015/lib/utils/tree-utils.js +54 -54
  132. package/esm2015/lib/validators/age.validator.js +14 -14
  133. package/esm2015/lib/validators/credit-card.validator.js +21 -21
  134. package/esm2015/lib/validators/index.js +23 -23
  135. package/esm2015/lib/validators/range.validator.js +15 -15
  136. package/esm2015/lib/validators/required.validator.js +13 -13
  137. package/esm2015/lib/validators/string-length.validator.js +15 -15
  138. package/esm2015/lib/validators/url.validator.js +16 -16
  139. package/esm2015/locale/abp-ng.core-locale.js +4 -4
  140. package/esm2015/locale/public-api.js +2 -2
  141. package/esm2015/locale/utils/register-locale.js +43 -43
  142. package/esm2015/public-api.js +26 -26
  143. package/esm2015/testing/abp-ng.core-testing.js +4 -4
  144. package/esm2015/testing/lib/core-testing.module.js +62 -62
  145. package/esm2015/testing/lib/services/index.js +3 -3
  146. package/esm2015/testing/lib/services/mock-permission.service.js +35 -35
  147. package/esm2015/testing/lib/services/mock-rest.service.js +30 -30
  148. package/esm2015/testing/lib/utils/clear-page.util.js +10 -10
  149. package/esm2015/testing/lib/utils/index.js +3 -3
  150. package/esm2015/testing/lib/utils/wait.util.js +5 -5
  151. package/esm2015/testing/public-api.js +4 -4
  152. package/fesm2015/abp-ng.core-locale.js +40 -40
  153. package/fesm2015/abp-ng.core-locale.js.map +1 -1
  154. package/fesm2015/abp-ng.core-testing.js +113 -113
  155. package/fesm2015/abp-ng.core-testing.js.map +1 -1
  156. package/fesm2015/abp-ng.core.js +3979 -3975
  157. package/fesm2015/abp-ng.core.js.map +1 -1
  158. package/lib/abstracts/index.d.ts +1 -1
  159. package/lib/abstracts/ng-model.component.d.ts +25 -25
  160. package/lib/components/dynamic-layout.component.d.ts +27 -27
  161. package/lib/components/index.d.ts +3 -3
  162. package/lib/components/replaceable-route-container.component.d.ts +17 -17
  163. package/lib/components/router-outlet.component.d.ts +5 -5
  164. package/lib/constants/different-locales.d.ts +334 -334
  165. package/lib/constants/index.d.ts +1 -1
  166. package/lib/core.module.d.ts +56 -56
  167. package/lib/directives/autofocus.directive.d.ts +12 -12
  168. package/lib/directives/debounce.directive.d.ts +13 -13
  169. package/lib/directives/for.directive.d.ts +36 -36
  170. package/lib/directives/form-submit.directive.d.ts +19 -19
  171. package/lib/directives/index.d.ts +8 -8
  172. package/lib/directives/init.directive.d.ts +10 -10
  173. package/lib/directives/permission.directive.d.ts +18 -18
  174. package/lib/directives/replaceable-template.directive.d.ts +30 -30
  175. package/lib/directives/stop-propagation.directive.d.ts +12 -12
  176. package/lib/enums/common.d.ts +5 -5
  177. package/lib/enums/index.d.ts +1 -1
  178. package/lib/guards/auth.guard.d.ts +13 -13
  179. package/lib/guards/index.d.ts +2 -2
  180. package/lib/guards/permission.guard.d.ts +16 -16
  181. package/lib/handlers/oauth-configuration.handler.d.ts +13 -13
  182. package/lib/handlers/routes.handler.d.ts +11 -11
  183. package/lib/interceptors/api.interceptor.d.ts +16 -16
  184. package/lib/interceptors/index.d.ts +1 -1
  185. package/lib/localization.module.d.ts +7 -7
  186. package/lib/models/auth.d.ts +6 -6
  187. package/lib/models/common.d.ts +77 -77
  188. package/lib/models/dtos.d.ts +95 -95
  189. package/lib/models/environment.d.ts +35 -35
  190. package/lib/models/index.d.ts +9 -9
  191. package/lib/models/localization.d.ts +5 -5
  192. package/lib/models/replaceable-components.d.ts +45 -45
  193. package/lib/models/rest.d.ts +35 -35
  194. package/lib/models/session.d.ts +7 -7
  195. package/lib/models/utility.d.ts +14 -14
  196. package/lib/pipes/index.d.ts +2 -2
  197. package/lib/pipes/localization.pipe.d.ts +12 -12
  198. package/lib/pipes/sort.pipe.d.ts +9 -9
  199. package/lib/providers/cookie-language.provider.d.ts +3 -3
  200. package/lib/providers/locale.provider.d.ts +9 -9
  201. package/lib/proxy/pages/abp/multi-tenancy/abp-tenant.service.d.ts +12 -12
  202. package/lib/proxy/pages/abp/multi-tenancy/index.d.ts +1 -1
  203. package/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/abp-api-definition.service.d.ts +11 -11
  204. package/lib/proxy/volo/abp/asp-net-core/mvc/api-exploring/index.d.ts +1 -1
  205. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/abp-application-configuration.service.d.ts +11 -11
  206. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/index.d.ts +4 -4
  207. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/models.d.ts +85 -85
  208. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/index.d.ts +1 -1
  209. package/lib/proxy/volo/abp/asp-net-core/mvc/application-configurations/object-extending/models.d.ts +71 -71
  210. package/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/index.d.ts +1 -1
  211. package/lib/proxy/volo/abp/asp-net-core/mvc/multi-tenancy/models.d.ts +14 -14
  212. package/lib/proxy/volo/abp/http/modeling/index.d.ts +1 -1
  213. package/lib/proxy/volo/abp/http/modeling/models.d.ts +70 -70
  214. package/lib/proxy/volo/abp/localization/index.d.ts +1 -1
  215. package/lib/proxy/volo/abp/localization/models.d.ts +6 -6
  216. package/lib/proxy/volo/abp/models.d.ts +4 -4
  217. package/lib/services/auth.service.d.ts +17 -17
  218. package/lib/services/config-state.service.d.ts +339 -339
  219. package/lib/services/content-projection.service.d.ts +10 -10
  220. package/lib/services/dom-insertion.service.d.ts +10 -10
  221. package/lib/services/environment.service.d.ts +96 -96
  222. package/lib/services/http-error-reporter.service.d.ts +12 -12
  223. package/lib/services/http-wait.service.d.ts +30 -30
  224. package/lib/services/index.d.ts +21 -21
  225. package/lib/services/lazy-load.service.d.ts +13 -13
  226. package/lib/services/list.service.d.ts +39 -39
  227. package/lib/services/localization.service.d.ts +47 -47
  228. package/lib/services/multi-tenancy.service.d.ts +22 -22
  229. package/lib/services/permission.service.d.ts +19 -19
  230. package/lib/services/replaceable-components.service.d.ts +19 -19
  231. package/lib/services/resource-wait.service.d.ts +15 -15
  232. package/lib/services/rest.service.d.ts +20 -20
  233. package/lib/services/router-events.service.d.ts +29 -29
  234. package/lib/services/router-wait.service.d.ts +20 -20
  235. package/lib/services/routes.service.d.ts +50 -50
  236. package/lib/services/session-state.service.d.ts +25 -25
  237. package/lib/services/subscription.service.d.ts +17 -17
  238. package/lib/services/track-by.service.d.ts +11 -11
  239. package/lib/strategies/auth-flow.strategy.d.ts +367 -367
  240. package/lib/strategies/container.strategy.d.ts +22 -22
  241. package/lib/strategies/content-security.strategy.d.ts +17 -17
  242. package/lib/strategies/content.strategy.d.ts +26 -26
  243. package/lib/strategies/context.strategy.d.ts +23 -23
  244. package/lib/strategies/cross-origin.strategy.d.ts +14 -14
  245. package/lib/strategies/dom.strategy.d.ts +13 -13
  246. package/lib/strategies/index.d.ts +8 -8
  247. package/lib/strategies/loading.strategy.d.ts +28 -28
  248. package/lib/strategies/projection.strategy.d.ts +39 -39
  249. package/lib/tokens/app-config.token.d.ts +3 -3
  250. package/lib/tokens/cookie-language-key.token.d.ts +2 -2
  251. package/lib/tokens/index.d.ts +8 -8
  252. package/lib/tokens/list.token.d.ts +2 -2
  253. package/lib/tokens/localization.token.d.ts +6 -6
  254. package/lib/tokens/lodaer-delay.token.d.ts +2 -2
  255. package/lib/tokens/manage-profile.token.d.ts +2 -2
  256. package/lib/tokens/options.token.d.ts +4 -4
  257. package/lib/tokens/tenant-key.token.d.ts +2 -2
  258. package/lib/utils/array-utils.d.ts +1 -1
  259. package/lib/utils/auth-utils.d.ts +162 -162
  260. package/lib/utils/common-utils.d.ts +9 -9
  261. package/lib/utils/date-extensions.d.ts +6 -6
  262. package/lib/utils/date-utils.d.ts +4 -4
  263. package/lib/utils/environment-utils.d.ts +3 -3
  264. package/lib/utils/factory-utils.d.ts +9 -9
  265. package/lib/utils/file-utils.d.ts +1 -1
  266. package/lib/utils/form-utils.d.ts +2 -2
  267. package/lib/utils/generator-utils.d.ts +3 -3
  268. package/lib/utils/http-utils.d.ts +8 -8
  269. package/lib/utils/index.d.ts +20 -20
  270. package/lib/utils/initial-utils.d.ts +159 -159
  271. package/lib/utils/internal-store-utils.d.ts +14 -14
  272. package/lib/utils/lazy-load-utils.d.ts +4 -4
  273. package/lib/utils/localization-utils.d.ts +5 -5
  274. package/lib/utils/multi-tenancy-utils.d.ts +3 -3
  275. package/lib/utils/number-utils.d.ts +1 -1
  276. package/lib/utils/object-utils.d.ts +1 -1
  277. package/lib/utils/route-utils.d.ts +8 -8
  278. package/lib/utils/string-utils.d.ts +3 -2
  279. package/lib/utils/tree-utils.d.ts +19 -19
  280. package/lib/validators/age.validator.d.ts +10 -10
  281. package/lib/validators/credit-card.validator.d.ts +5 -5
  282. package/lib/validators/index.d.ts +22 -22
  283. package/lib/validators/range.validator.d.ts +12 -12
  284. package/lib/validators/required.validator.d.ts +8 -8
  285. package/lib/validators/string-length.validator.d.ts +14 -14
  286. package/lib/validators/url.validator.d.ts +5 -5
  287. package/locale/abp-ng.core-locale.d.ts +5 -5
  288. package/locale/public-api.d.ts +1 -1
  289. package/locale/utils/register-locale.d.ts +13 -13
  290. package/package.json +2 -2
  291. package/public-api.d.ts +24 -24
  292. package/testing/abp-ng.core-testing.d.ts +5 -5
  293. package/testing/lib/core-testing.module.d.ts +16 -16
  294. package/testing/lib/services/index.d.ts +2 -2
  295. package/testing/lib/services/mock-permission.service.d.ts +10 -10
  296. package/testing/lib/services/mock-rest.service.d.ts +13 -13
  297. package/testing/lib/utils/clear-page.util.d.ts +2 -2
  298. package/testing/lib/utils/index.d.ts +2 -2
  299. package/testing/lib/utils/wait.util.d.ts +2 -2
  300. package/testing/public-api.d.ts +3 -3
@@ -1,56 +1,56 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import { OAuthStorage } from 'angular-oauth2-oidc';
3
- import { ABP } from './models/common';
4
- import './utils/date-extensions';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "./abstracts/ng-model.component";
7
- import * as i2 from "./directives/autofocus.directive";
8
- import * as i3 from "./components/dynamic-layout.component";
9
- import * as i4 from "./directives/for.directive";
10
- import * as i5 from "./directives/form-submit.directive";
11
- import * as i6 from "./directives/init.directive";
12
- import * as i7 from "./directives/debounce.directive";
13
- import * as i8 from "./directives/permission.directive";
14
- import * as i9 from "./components/replaceable-route-container.component";
15
- import * as i10 from "./directives/replaceable-template.directive";
16
- import * as i11 from "./components/router-outlet.component";
17
- import * as i12 from "./pipes/sort.pipe";
18
- import * as i13 from "./directives/stop-propagation.directive";
19
- import * as i14 from "angular-oauth2-oidc";
20
- import * as i15 from "@angular/common";
21
- import * as i16 from "@angular/common/http";
22
- import * as i17 from "@angular/forms";
23
- import * as i18 from "@angular/router";
24
- import * as i19 from "./localization.module";
25
- export declare function storageFactory(): OAuthStorage;
26
- /**
27
- * BaseCoreModule is the module that holds
28
- * all imports, declarations, exports, and entryComponents
29
- * but not the providers.
30
- * This module will be imported and exported by all others.
31
- */
32
- export declare class BaseCoreModule {
33
- static ɵfac: i0.ɵɵFactoryDeclaration<BaseCoreModule, never>;
34
- 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.StopPropagationDirective], [typeof i14.OAuthModule, typeof i15.CommonModule, typeof i16.HttpClientModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.RouterModule, typeof i19.LocalizationModule], [typeof i15.CommonModule, typeof i16.HttpClientModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.RouterModule, typeof i19.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.StopPropagationDirective]>;
35
- static ɵinj: i0.ɵɵInjectorDeclaration<BaseCoreModule>;
36
- }
37
- /**
38
- * RootCoreModule is the module that will be used at root level
39
- * and it introduces imports useful at root level (e.g. NGXS)
40
- */
41
- export declare class RootCoreModule {
42
- static ɵfac: i0.ɵɵFactoryDeclaration<RootCoreModule, never>;
43
- static ɵmod: i0.ɵɵNgModuleDeclaration<RootCoreModule, never, [typeof BaseCoreModule, typeof i19.LocalizationModule, typeof i14.OAuthModule, typeof i16.HttpClientXsrfModule], [typeof BaseCoreModule, typeof i19.LocalizationModule]>;
44
- static ɵinj: i0.ɵɵInjectorDeclaration<RootCoreModule>;
45
- }
46
- /**
47
- * CoreModule is the module that is publicly available
48
- */
49
- export declare class CoreModule {
50
- static forRoot(options?: ABP.Root): ModuleWithProviders<RootCoreModule>;
51
- static forChild(options?: ABP.Child): ModuleWithProviders<RootCoreModule>;
52
- static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
53
- static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof BaseCoreModule], [typeof BaseCoreModule]>;
54
- static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
55
- }
56
- export declare function ngxsStoragePluginSerialize(data: any): any;
1
+ import { ModuleWithProviders } from '@angular/core';
2
+ import { OAuthStorage } from 'angular-oauth2-oidc';
3
+ import { ABP } from './models/common';
4
+ import './utils/date-extensions';
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "./abstracts/ng-model.component";
7
+ import * as i2 from "./directives/autofocus.directive";
8
+ import * as i3 from "./components/dynamic-layout.component";
9
+ import * as i4 from "./directives/for.directive";
10
+ import * as i5 from "./directives/form-submit.directive";
11
+ import * as i6 from "./directives/init.directive";
12
+ import * as i7 from "./directives/debounce.directive";
13
+ import * as i8 from "./directives/permission.directive";
14
+ import * as i9 from "./components/replaceable-route-container.component";
15
+ import * as i10 from "./directives/replaceable-template.directive";
16
+ import * as i11 from "./components/router-outlet.component";
17
+ import * as i12 from "./pipes/sort.pipe";
18
+ import * as i13 from "./directives/stop-propagation.directive";
19
+ import * as i14 from "angular-oauth2-oidc";
20
+ import * as i15 from "@angular/common";
21
+ import * as i16 from "@angular/common/http";
22
+ import * as i17 from "@angular/forms";
23
+ import * as i18 from "@angular/router";
24
+ import * as i19 from "./localization.module";
25
+ export declare function storageFactory(): OAuthStorage;
26
+ /**
27
+ * BaseCoreModule is the module that holds
28
+ * all imports, declarations, exports, and entryComponents
29
+ * but not the providers.
30
+ * This module will be imported and exported by all others.
31
+ */
32
+ export declare class BaseCoreModule {
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseCoreModule, never>;
34
+ 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.StopPropagationDirective], [typeof i14.OAuthModule, typeof i15.CommonModule, typeof i16.HttpClientModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.RouterModule, typeof i19.LocalizationModule], [typeof i15.CommonModule, typeof i16.HttpClientModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.RouterModule, typeof i19.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.StopPropagationDirective]>;
35
+ static ɵinj: i0.ɵɵInjectorDeclaration<BaseCoreModule>;
36
+ }
37
+ /**
38
+ * RootCoreModule is the module that will be used at root level
39
+ * and it introduces imports useful at root level (e.g. NGXS)
40
+ */
41
+ export declare class RootCoreModule {
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<RootCoreModule, never>;
43
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RootCoreModule, never, [typeof BaseCoreModule, typeof i19.LocalizationModule, typeof i14.OAuthModule, typeof i16.HttpClientXsrfModule], [typeof BaseCoreModule, typeof i19.LocalizationModule]>;
44
+ static ɵinj: i0.ɵɵInjectorDeclaration<RootCoreModule>;
45
+ }
46
+ /**
47
+ * CoreModule is the module that is publicly available
48
+ */
49
+ export declare class CoreModule {
50
+ static forRoot(options?: ABP.Root): ModuleWithProviders<RootCoreModule>;
51
+ static forChild(options?: ABP.Child): ModuleWithProviders<RootCoreModule>;
52
+ static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
53
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, never, [typeof BaseCoreModule], [typeof BaseCoreModule]>;
54
+ static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
55
+ }
56
+ export declare function ngxsStoragePluginSerialize(data: any): any;
@@ -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>;
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>;
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>;
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>;
13
+ }
@@ -1,36 +1,36 @@
1
- import { IterableDiffers, OnChanges, TemplateRef, TrackByFunction, ViewContainerRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare 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: 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>;
35
- }
36
- export {};
1
+ import { IterableDiffers, OnChanges, TemplateRef, TrackByFunction, ViewContainerRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare 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: 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>;
35
+ }
36
+ export {};
@@ -1,19 +1,19 @@
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
- export declare class FormSubmitDirective implements OnInit {
6
- private formGroupDirective;
7
- private host;
8
- private cdRef;
9
- private subscription;
10
- debounce: number;
11
- notValidateOnSubmit: string | boolean;
12
- readonly ngSubmit: EventEmitter<any>;
13
- executedNgSubmit: boolean;
14
- constructor(formGroupDirective: FormGroupDirective, host: ElementRef<HTMLFormElement>, cdRef: ChangeDetectorRef, subscription: SubscriptionService);
15
- ngOnInit(): void;
16
- markAsDirty(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<FormSubmitDirective, [{ self: true; }, null, null, null]>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "form[ngSubmit][formGroup]", never, { "debounce": "debounce"; "notValidateOnSubmit": "notValidateOnSubmit"; }, { "ngSubmit": "ngSubmit"; }, never>;
19
- }
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
+ export declare class FormSubmitDirective implements OnInit {
6
+ private formGroupDirective;
7
+ private host;
8
+ private cdRef;
9
+ private subscription;
10
+ debounce: number;
11
+ notValidateOnSubmit: string | boolean;
12
+ readonly ngSubmit: EventEmitter<any>;
13
+ executedNgSubmit: boolean;
14
+ constructor(formGroupDirective: FormGroupDirective, host: ElementRef<HTMLFormElement>, cdRef: ChangeDetectorRef, subscription: SubscriptionService);
15
+ ngOnInit(): void;
16
+ markAsDirty(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormSubmitDirective, [{ self: true; }, null, null, null]>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FormSubmitDirective, "form[ngSubmit][formGroup]", never, { "debounce": "debounce"; "notValidateOnSubmit": "notValidateOnSubmit"; }, { "ngSubmit": "ngSubmit"; }, never>;
19
+ }
@@ -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>;
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>;
10
+ }
@@ -1,18 +1,18 @@
1
- import { ChangeDetectorRef, OnChanges, OnDestroy, TemplateRef, ViewContainerRef } from '@angular/core';
2
- import { Subscription } from 'rxjs';
3
- import { PermissionService } from '../services/permission.service';
4
- import * as i0 from "@angular/core";
5
- export declare class PermissionDirective implements OnDestroy, OnChanges {
6
- private templateRef;
7
- private vcRef;
8
- private permissionService;
9
- private cdRef;
10
- condition: string | undefined;
11
- subscription: Subscription;
12
- constructor(templateRef: TemplateRef<any>, vcRef: ViewContainerRef, permissionService: PermissionService, cdRef: ChangeDetectorRef);
13
- private check;
14
- ngOnDestroy(): void;
15
- ngOnChanges(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<PermissionDirective, [{ optional: true; }, null, null, null]>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<PermissionDirective, "[abpPermission]", never, { "condition": "abpPermission"; }, {}, never>;
18
- }
1
+ import { ChangeDetectorRef, OnChanges, OnDestroy, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import { Subscription } from 'rxjs';
3
+ import { PermissionService } from '../services/permission.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class PermissionDirective implements OnDestroy, OnChanges {
6
+ private templateRef;
7
+ private vcRef;
8
+ private permissionService;
9
+ private cdRef;
10
+ condition: string | undefined;
11
+ subscription: Subscription;
12
+ constructor(templateRef: TemplateRef<any>, vcRef: ViewContainerRef, permissionService: PermissionService, cdRef: ChangeDetectorRef);
13
+ private check;
14
+ ngOnDestroy(): void;
15
+ ngOnChanges(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<PermissionDirective, [{ optional: true; }, null, null, null]>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PermissionDirective, "[abpPermission]", never, { "condition": "abpPermission"; }, {}, never>;
18
+ }
@@ -1,30 +1,30 @@
1
- import { ComponentFactoryResolver, 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 cfRes;
12
- private vcRef;
13
- private replaceableComponents;
14
- private subscription;
15
- data: ReplaceableComponents.ReplaceableTemplateDirectiveInput<any, any>;
16
- providedData: ReplaceableComponents.ReplaceableTemplateData<any, any>;
17
- context: any;
18
- externalComponent: Type<any>;
19
- defaultComponentRef: any;
20
- defaultComponentSubscriptions: ABP.Dictionary<Subscription>;
21
- initialized: boolean;
22
- constructor(injector: Injector, templateRef: TemplateRef<any>, cfRes: ComponentFactoryResolver, vcRef: ViewContainerRef, replaceableComponents: ReplaceableComponentsService, subscription: SubscriptionService);
23
- ngOnInit(): void;
24
- ngOnChanges(changes: SimpleChanges): void;
25
- setDefaultComponentInputs(): void;
26
- setProvidedData(): void;
27
- resetDefaultComponent(): void;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceableTemplateDirective, never>;
29
- static ɵdir: i0.ɵɵDirectiveDeclaration<ReplaceableTemplateDirective, "[abpReplaceableTemplate]", never, { "data": "abpReplaceableTemplate"; }, {}, never>;
30
- }
1
+ import { ComponentFactoryResolver, 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 cfRes;
12
+ private vcRef;
13
+ private replaceableComponents;
14
+ private subscription;
15
+ data: ReplaceableComponents.ReplaceableTemplateDirectiveInput<any, any>;
16
+ providedData: ReplaceableComponents.ReplaceableTemplateData<any, any>;
17
+ context: any;
18
+ externalComponent: Type<any>;
19
+ defaultComponentRef: any;
20
+ defaultComponentSubscriptions: ABP.Dictionary<Subscription>;
21
+ initialized: boolean;
22
+ constructor(injector: Injector, templateRef: TemplateRef<any>, cfRes: ComponentFactoryResolver, vcRef: ViewContainerRef, replaceableComponents: ReplaceableComponentsService, subscription: SubscriptionService);
23
+ ngOnInit(): void;
24
+ ngOnChanges(changes: SimpleChanges): void;
25
+ setDefaultComponentInputs(): void;
26
+ setProvidedData(): void;
27
+ resetDefaultComponent(): void;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReplaceableTemplateDirective, never>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ReplaceableTemplateDirective, "[abpReplaceableTemplate]", never, { "data": "abpReplaceableTemplate"; }, {}, never>;
30
+ }
@@ -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>;
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>;
12
+ }
@@ -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
+ }
@@ -1 +1 @@
1
- export * from './common';
1
+ export * from './common';
@@ -1,13 +1,13 @@
1
- import { CanActivate, UrlTree } from '@angular/router';
2
- import { OAuthService } from 'angular-oauth2-oidc';
3
- import { Observable } from 'rxjs';
4
- import { AuthService } from '../services/auth.service';
5
- import * as i0 from "@angular/core";
6
- export declare class AuthGuard implements CanActivate {
7
- private oauthService;
8
- private authService;
9
- constructor(oauthService: OAuthService, authService: AuthService);
10
- canActivate(): Observable<boolean> | boolean | UrlTree;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
13
- }
1
+ import { CanActivate, UrlTree } from '@angular/router';
2
+ import { OAuthService } from 'angular-oauth2-oidc';
3
+ import { Observable } from 'rxjs';
4
+ import { AuthService } from '../services/auth.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class AuthGuard implements CanActivate {
7
+ private oauthService;
8
+ private authService;
9
+ constructor(oauthService: OAuthService, authService: AuthService);
10
+ canActivate(): Observable<boolean> | boolean | UrlTree;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
13
+ }
@@ -1,2 +1,2 @@
1
- export * from './auth.guard';
2
- export * from './permission.guard';
1
+ export * from './auth.guard';
2
+ export * from './permission.guard';
@@ -1,16 +1,16 @@
1
- import { ActivatedRouteSnapshot, CanActivate, Router, RouterStateSnapshot } from '@angular/router';
2
- import { Observable } from 'rxjs';
3
- import { HttpErrorReporterService } from '../services/http-error-reporter.service';
4
- import { PermissionService } from '../services/permission.service';
5
- import { RoutesService } from '../services/routes.service';
6
- import * as i0 from "@angular/core";
7
- export declare class PermissionGuard implements CanActivate {
8
- private router;
9
- private routesService;
10
- private permissionService;
11
- private httpErrorReporter;
12
- constructor(router: Router, routesService: RoutesService, permissionService: PermissionService, 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
+ import { ActivatedRouteSnapshot, CanActivate, Router, RouterStateSnapshot } from '@angular/router';
2
+ import { Observable } from 'rxjs';
3
+ import { HttpErrorReporterService } from '../services/http-error-reporter.service';
4
+ import { PermissionService } from '../services/permission.service';
5
+ import { RoutesService } from '../services/routes.service';
6
+ import * as i0 from "@angular/core";
7
+ export declare class PermissionGuard implements CanActivate {
8
+ private router;
9
+ private routesService;
10
+ private permissionService;
11
+ private httpErrorReporter;
12
+ constructor(router: Router, routesService: RoutesService, permissionService: PermissionService, 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,13 +1,13 @@
1
- import { OAuthService } from 'angular-oauth2-oidc';
2
- import { ABP } from '../models/common';
3
- import { EnvironmentService } from '../services/environment.service';
4
- import * as i0 from "@angular/core";
5
- export declare class OAuthConfigurationHandler {
6
- private oAuthService;
7
- private environmentService;
8
- private options;
9
- constructor(oAuthService: OAuthService, environmentService: EnvironmentService, options: ABP.Root);
10
- private listenToSetEnvironment;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<OAuthConfigurationHandler, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<OAuthConfigurationHandler>;
13
- }
1
+ import { OAuthService } from 'angular-oauth2-oidc';
2
+ import { ABP } from '../models/common';
3
+ import { EnvironmentService } from '../services/environment.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class OAuthConfigurationHandler {
6
+ private oAuthService;
7
+ private environmentService;
8
+ private options;
9
+ constructor(oAuthService: OAuthService, environmentService: EnvironmentService, options: ABP.Root);
10
+ private listenToSetEnvironment;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<OAuthConfigurationHandler, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<OAuthConfigurationHandler>;
13
+ }
@@ -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,16 +1,16 @@
1
- import { HttpHandler, HttpHeaders, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
- import { OAuthService } from 'angular-oauth2-oidc';
3
- import { SessionStateService } from '../services/session-state.service';
4
- import { HttpWaitService } from '../services/http-wait.service';
5
- import * as i0 from "@angular/core";
6
- export declare class ApiInterceptor implements HttpInterceptor {
7
- private oAuthService;
8
- private sessionState;
9
- private httpWaitService;
10
- private tenantKey;
11
- constructor(oAuthService: OAuthService, sessionState: SessionStateService, httpWaitService: HttpWaitService, tenantKey: string);
12
- intercept(request: HttpRequest<any>, next: HttpHandler): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any>>;
13
- getAdditionalHeaders(existingHeaders?: HttpHeaders): any;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ApiInterceptor, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<ApiInterceptor>;
16
- }
1
+ import { HttpHandler, HttpHeaders, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
+ import { OAuthService } from 'angular-oauth2-oidc';
3
+ import { SessionStateService } from '../services/session-state.service';
4
+ import { HttpWaitService } from '../services/http-wait.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ApiInterceptor implements HttpInterceptor {
7
+ private oAuthService;
8
+ private sessionState;
9
+ private httpWaitService;
10
+ private tenantKey;
11
+ constructor(oAuthService: OAuthService, sessionState: SessionStateService, httpWaitService: HttpWaitService, tenantKey: string);
12
+ intercept(request: HttpRequest<any>, next: HttpHandler): import("rxjs").Observable<import("@angular/common/http").HttpEvent<any>>;
13
+ getAdditionalHeaders(existingHeaders?: HttpHeaders): any;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ApiInterceptor, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<ApiInterceptor>;
16
+ }
@@ -1 +1 @@
1
- export * from './api.interceptor';
1
+ export * from './api.interceptor';