@valtimo/shared 0.0.0

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 (141) hide show
  1. package/README.md +31 -0
  2. package/assets/core/de.json +2279 -0
  3. package/assets/core/en.json +2292 -0
  4. package/assets/core/nl.json +2328 -0
  5. package/fesm2022/valtimo-shared.mjs +1806 -0
  6. package/fesm2022/valtimo-shared.mjs.map +1 -0
  7. package/index.d.ts +6 -0
  8. package/lib/components/global-notification.component.d.ts +13 -0
  9. package/lib/components/global-notification.component.d.ts.map +1 -0
  10. package/lib/config.module.d.ts +11 -0
  11. package/lib/config.module.d.ts.map +1 -0
  12. package/lib/constants/case-configuration-extensions-token.d.ts +4 -0
  13. package/lib/constants/case-configuration-extensions-token.d.ts.map +1 -0
  14. package/lib/constants/case-management-tab-token.d.ts +5 -0
  15. package/lib/constants/case-management-tab-token.d.ts.map +1 -0
  16. package/lib/constants/error.constants.d.ts +5 -0
  17. package/lib/constants/error.constants.d.ts.map +1 -0
  18. package/lib/constants/form-view-model-token.d.ts +5 -0
  19. package/lib/constants/form-view-model-token.d.ts.map +1 -0
  20. package/lib/constants/iko.token.d.ts +4 -0
  21. package/lib/constants/iko.token.d.ts.map +1 -0
  22. package/lib/constants/index.d.ts +7 -0
  23. package/lib/constants/index.d.ts.map +1 -0
  24. package/lib/constants/versions.d.ts +4 -0
  25. package/lib/constants/versions.d.ts.map +1 -0
  26. package/lib/extension/extension.component.d.ts +19 -0
  27. package/lib/extension/extension.component.d.ts.map +1 -0
  28. package/lib/models/case-management.model.d.ts +12 -0
  29. package/lib/models/case-management.model.d.ts.map +1 -0
  30. package/lib/models/condition.model.d.ts +15 -0
  31. package/lib/models/condition.model.d.ts.map +1 -0
  32. package/lib/models/config.d.ts +144 -0
  33. package/lib/models/config.d.ts.map +1 -0
  34. package/lib/models/display-type.model.d.ts +13 -0
  35. package/lib/models/display-type.model.d.ts.map +1 -0
  36. package/lib/models/email-notification-settings.model.d.ts +12 -0
  37. package/lib/models/email-notification-settings.model.d.ts.map +1 -0
  38. package/lib/models/extension.model.d.ts +33 -0
  39. package/lib/models/extension.model.d.ts.map +1 -0
  40. package/lib/models/form-view-model.model.d.ts +6 -0
  41. package/lib/models/form-view-model.model.d.ts.map +1 -0
  42. package/lib/models/global-configuration.model.d.ts +5 -0
  43. package/lib/models/global-configuration.model.d.ts.map +1 -0
  44. package/lib/models/http-loader.d.ts +4 -0
  45. package/lib/models/http-loader.d.ts.map +1 -0
  46. package/lib/models/index.d.ts +25 -0
  47. package/lib/models/index.d.ts.map +1 -0
  48. package/lib/models/localization.model.d.ts +10 -0
  49. package/lib/models/localization.model.d.ts.map +1 -0
  50. package/lib/models/management.model.d.ts +3 -0
  51. package/lib/models/management.model.d.ts.map +1 -0
  52. package/lib/models/menu-item.model.d.ts +19 -0
  53. package/lib/models/menu-item.model.d.ts.map +1 -0
  54. package/lib/models/menu.config.d.ts +5 -0
  55. package/lib/models/menu.config.d.ts.map +1 -0
  56. package/lib/models/modal.model.d.ts +4 -0
  57. package/lib/models/modal.model.d.ts.map +1 -0
  58. package/lib/models/page.d.ts +27 -0
  59. package/lib/models/page.d.ts.map +1 -0
  60. package/lib/models/roles.d.ts +4 -0
  61. package/lib/models/roles.d.ts.map +1 -0
  62. package/lib/models/search.model.d.ts +52 -0
  63. package/lib/models/search.model.d.ts.map +1 -0
  64. package/lib/models/security.config.d.ts +47 -0
  65. package/lib/models/security.config.d.ts.map +1 -0
  66. package/lib/models/tag-color.model.d.ts +16 -0
  67. package/lib/models/tag-color.model.d.ts.map +1 -0
  68. package/lib/models/translation.model.d.ts +7 -0
  69. package/lib/models/translation.model.d.ts.map +1 -0
  70. package/lib/models/user-management.model.d.ts +22 -0
  71. package/lib/models/user-management.model.d.ts.map +1 -0
  72. package/lib/models/user-settings.model.d.ts +9 -0
  73. package/lib/models/user-settings.model.d.ts.map +1 -0
  74. package/lib/models/versions.model.d.ts +5 -0
  75. package/lib/models/versions.model.d.ts.map +1 -0
  76. package/lib/models/window.model.d.ts +12 -0
  77. package/lib/models/window.model.d.ts.map +1 -0
  78. package/lib/services/base-api.service.d.ts +10 -0
  79. package/lib/services/base-api.service.d.ts.map +1 -0
  80. package/lib/services/config.service.d.ts +27 -0
  81. package/lib/services/config.service.d.ts.map +1 -0
  82. package/lib/services/draft-version.service.d.ts +14 -0
  83. package/lib/services/draft-version.service.d.ts.map +1 -0
  84. package/lib/services/edit-permissions.service.d.ts +19 -0
  85. package/lib/services/edit-permissions.service.d.ts.map +1 -0
  86. package/lib/services/environment.service.d.ts +14 -0
  87. package/lib/services/environment.service.d.ts.map +1 -0
  88. package/lib/services/global-notification.service.d.ts +22 -0
  89. package/lib/services/global-notification.service.d.ts.map +1 -0
  90. package/lib/services/index.d.ts +10 -0
  91. package/lib/services/index.d.ts.map +1 -0
  92. package/lib/services/localization.service.d.ts +19 -0
  93. package/lib/services/localization.service.d.ts.map +1 -0
  94. package/lib/services/menu-include.service.d.ts +13 -0
  95. package/lib/services/menu-include.service.d.ts.map +1 -0
  96. package/lib/services/user-settings.service.d.ts +16 -0
  97. package/lib/services/user-settings.service.d.ts.map +1 -0
  98. package/lib/testing/index.d.ts +2 -0
  99. package/lib/testing/index.d.ts.map +1 -0
  100. package/lib/testing/services/index.d.ts +4 -0
  101. package/lib/testing/services/index.d.ts.map +1 -0
  102. package/lib/testing/services/mock-icon.service.d.ts +7 -0
  103. package/lib/testing/services/mock-icon.service.d.ts.map +1 -0
  104. package/lib/testing/services/mock-keycloak.service.d.ts +14 -0
  105. package/lib/testing/services/mock-keycloak.service.d.ts.map +1 -0
  106. package/lib/testing/services/mock-translate.service.d.ts +9 -0
  107. package/lib/testing/services/mock-translate.service.d.ts.map +1 -0
  108. package/lib/translation/custom-multi-translate-http-loader-factory.d.ts +6 -0
  109. package/lib/translation/custom-multi-translate-http-loader-factory.d.ts.map +1 -0
  110. package/lib/translation/custom-multi-translate-http-loader.d.ts +14 -0
  111. package/lib/translation/custom-multi-translate-http-loader.d.ts.map +1 -0
  112. package/lib/translation/index.d.ts +4 -0
  113. package/lib/translation/index.d.ts.map +1 -0
  114. package/lib/translation/multi-translate-http-loader-factory.d.ts +5 -0
  115. package/lib/translation/multi-translate-http-loader-factory.d.ts.map +1 -0
  116. package/lib/utils/display-type.utils.d.ts +4 -0
  117. package/lib/utils/display-type.utils.d.ts.map +1 -0
  118. package/lib/utils/global-notification.utils.d.ts +7 -0
  119. package/lib/utils/global-notification.utils.d.ts.map +1 -0
  120. package/lib/utils/index.d.ts +7 -0
  121. package/lib/utils/index.d.ts.map +1 -0
  122. package/lib/utils/route-params.utils.d.ts +8 -0
  123. package/lib/utils/route-params.utils.d.ts.map +1 -0
  124. package/lib/utils/router.utils.d.ts +6 -0
  125. package/lib/utils/router.utils.d.ts.map +1 -0
  126. package/lib/utils/url.utils.d.ts +7 -0
  127. package/lib/utils/url.utils.d.ts.map +1 -0
  128. package/lib/utils/validate-bsn.utils.d.ts +6 -0
  129. package/lib/utils/validate-bsn.utils.d.ts.map +1 -0
  130. package/lib/zgw/constants/index.d.ts +3 -0
  131. package/lib/zgw/constants/index.d.ts.map +1 -0
  132. package/lib/zgw/constants/zgw-documenten-api-documents-component-token.d.ts +4 -0
  133. package/lib/zgw/constants/zgw-documenten-api-documents-component-token.d.ts.map +1 -0
  134. package/lib/zgw/constants/zgw-object-type-component-token.d.ts +4 -0
  135. package/lib/zgw/constants/zgw-object-type-component-token.d.ts.map +1 -0
  136. package/lib/zgw/index.d.ts +2 -0
  137. package/lib/zgw/index.d.ts.map +1 -0
  138. package/package.json +26 -0
  139. package/public-api.d.ts +11 -0
  140. package/public-api.d.ts.map +1 -0
  141. package/valtimo-shared.d.ts.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-api.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/base-api.service.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAG/C,8BAAsB,cAAc;IAIhC,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa;IAJjD,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAU;gBAGzB,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa;IAK1C,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM;CAK1C"}
@@ -0,0 +1,27 @@
1
+ import { ComponentFactoryResolver, ViewContainerRef } from '@angular/core';
2
+ import { Extension, ExtensionPoint, ValtimoConfig, ValtimoConfigFeatureToggles } from '../models';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ConfigService {
6
+ private valtimoConfig;
7
+ private componentFactoryResolver;
8
+ private readonly extensionLoader;
9
+ private readonly extensions;
10
+ private readonly DEFAULT_APPLICATION_TITLE;
11
+ constructor(valtimoConfig: ValtimoConfig, componentFactoryResolver: ComponentFactoryResolver);
12
+ get config(): ValtimoConfig;
13
+ get featureToggles(): ValtimoConfig['featureToggles'];
14
+ get config$(): Observable<ValtimoConfig>;
15
+ get featureToggles$(): Observable<ValtimoConfig['featureToggles']>;
16
+ get initializers(): ((injector: import("@angular/core").Injector) => () => void)[];
17
+ addExtension(extension: Extension): number;
18
+ getSupportedExtensionPoint(module: string, page: string, section: string): Extension;
19
+ getSupportedExtensionPoints(module: string, page: string, section: string): Extension[];
20
+ loadExtensionPoint(viewContainerRef: ViewContainerRef, extensionPoint: ExtensionPoint): void;
21
+ loadAndReturnExtensionPoint(viewContainerRef: ViewContainerRef, extensionPoint: ExtensionPoint): import("@angular/core").ComponentRef<unknown>;
22
+ getFeatureToggleObservable(featureToggle: keyof ValtimoConfigFeatureToggles): Observable<boolean>;
23
+ getFeatureToggle(featureToggle: keyof ValtimoConfigFeatureToggles): boolean;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConfigService, never>;
25
+ static ɵprov: i0.ɵɵInjectableDeclaration<ConfigService>;
26
+ }
27
+ //# sourceMappingURL=config.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"config.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/config.service.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,wBAAwB,EAAsB,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAC7F,OAAO,EACL,SAAS,EAET,cAAc,EAEd,aAAa,EACb,2BAA2B,EAC5B,MAAM,WAAW,CAAC;AAEnB,OAAO,EAAM,UAAU,EAAK,MAAM,MAAM,CAAC;;AAEzC,qBAGa,aAAa;IAME,OAAO,CAAC,aAAa;IAC7C,OAAO,CAAC,wBAAwB;IANlC,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAkB;IAClD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAwB;IACnD,OAAO,CAAC,QAAQ,CAAC,yBAAyB,CAAa;gBAGrB,aAAa,EAAE,aAAa,EACpD,wBAAwB,EAAE,wBAAwB;IAK5D,IAAW,MAAM,IAAI,aAAa,CA6BjC;IAED,IAAW,cAAc,IAAI,aAAa,CAAC,gBAAgB,CAAC,CAE3D;IAED,IAAW,OAAO,IAAI,UAAU,CAAC,aAAa,CAAC,CAE9C;IAED,IAAW,eAAe,IAAI,UAAU,CAAC,aAAa,CAAC,gBAAgB,CAAC,CAAC,CAExE;IAED,IAAW,YAAY,mEAEtB;IAEM,YAAY,CAAC,SAAS,EAAE,SAAS;IAIjC,0BAA0B,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAMxE,2BAA2B,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAMzE,kBAAkB,CAAC,gBAAgB,EAAE,gBAAgB,EAAE,cAAc,EAAE,cAAc;IAIrF,2BAA2B,CAChC,gBAAgB,EAAE,gBAAgB,EAClC,cAAc,EAAE,cAAc;IAKzB,0BAA0B,CAC/B,aAAa,EAAE,MAAM,2BAA2B,GAC/C,UAAU,CAAC,OAAO,CAAC;IAMf,gBAAgB,CAAC,aAAa,EAAE,MAAM,2BAA2B,GAAG,OAAO;yCA9FvE,aAAa;6CAAb,aAAa;CAiGzB"}
@@ -0,0 +1,14 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { ConfigService } from './config.service';
4
+ import { BaseApiService } from './base-api.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class DraftVersionService extends BaseApiService {
7
+ protected readonly httpClient: HttpClient;
8
+ protected readonly configService: ConfigService;
9
+ constructor(httpClient: HttpClient, configService: ConfigService);
10
+ isDraftVersion(caseDefinitionKey: string, caseDefinitionVersionTag: string): Observable<boolean>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<DraftVersionService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<DraftVersionService>;
13
+ }
14
+ //# sourceMappingURL=draft-version.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"draft-version.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/draft-version.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAc,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAM,UAAU,EAAK,MAAM,MAAM,CAAC;AACzC,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAC,cAAc,EAAC,MAAM,oBAAoB,CAAC;;AAGlD,qBAGa,mBAAoB,SAAQ,cAAc;IAEnD,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa;gBAD5B,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa;IAK1C,cAAc,CACnB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,UAAU,CAAC,OAAO,CAAC;yCAXX,mBAAmB;6CAAnB,mBAAmB;CA2B/B"}
@@ -0,0 +1,19 @@
1
+ import { BaseApiService } from './base-api.service';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { ConfigService } from './config.service';
4
+ import { Observable } from 'rxjs';
5
+ import { EnvironmentService } from './environment.service';
6
+ import { DraftVersionService } from './draft-version.service';
7
+ import * as i0 from "@angular/core";
8
+ export declare class EditPermissionsService extends BaseApiService {
9
+ protected readonly httpClient: HttpClient;
10
+ protected readonly configService: ConfigService;
11
+ readonly environmentService: EnvironmentService;
12
+ readonly draftVersionService: DraftVersionService;
13
+ constructor(httpClient: HttpClient, configService: ConfigService, environmentService: EnvironmentService, draftVersionService: DraftVersionService);
14
+ hasEditPermissions(caseDefinitionKey: string, caseDefinitionVersionTag: string): Observable<boolean>;
15
+ hasPermissionsToEditBasedOnContext(caseDefinitionKey: string, caseDefinitionVersionTag: string, context: string): Observable<boolean>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditPermissionsService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<EditPermissionsService>;
18
+ }
19
+ //# sourceMappingURL=edit-permissions.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"edit-permissions.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/edit-permissions.service.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAC,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAqB,UAAU,EAAK,MAAM,MAAM,CAAC;AACxD,OAAO,EAAC,kBAAkB,EAAC,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAC,mBAAmB,EAAC,MAAM,yBAAyB,CAAC;;AAG5D,qBAGa,sBAAuB,SAAQ,cAAc;IAEtD,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa;aAC/B,kBAAkB,EAAE,kBAAkB;aACtC,mBAAmB,EAAE,mBAAmB;gBAHrC,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa,EAC/B,kBAAkB,EAAE,kBAAkB,EACtC,mBAAmB,EAAE,mBAAmB;IAKnD,kBAAkB,CACvB,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,GAC/B,UAAU,CAAC,OAAO,CAAC;IAOf,kCAAkC,CACvC,iBAAiB,EAAE,MAAM,EACzB,wBAAwB,EAAE,MAAM,EAChC,OAAO,EAAE,MAAM,GACd,UAAU,CAAC,OAAO,CAAC;yCAxBX,sBAAsB;6CAAtB,sBAAsB;CAgClC"}
@@ -0,0 +1,14 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { ConfigService } from './config.service';
4
+ import { BaseApiService } from './base-api.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class EnvironmentService extends BaseApiService {
7
+ protected readonly httpClient: HttpClient;
8
+ protected readonly configService: ConfigService;
9
+ constructor(httpClient: HttpClient, configService: ConfigService);
10
+ canUpdateGlobalConfiguration(): Observable<boolean>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<EnvironmentService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<EnvironmentService>;
13
+ }
14
+ //# sourceMappingURL=environment.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"environment.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/environment.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAc,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAM,UAAU,EAAK,MAAM,MAAM,CAAC;AACzC,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAC,cAAc,EAAC,MAAM,oBAAoB,CAAC;;AAKlD,qBAGa,kBAAmB,SAAQ,cAAc;IAElD,SAAS,CAAC,QAAQ,CAAC,UAAU,EAAE,UAAU;IACzC,SAAS,CAAC,QAAQ,CAAC,aAAa,EAAE,aAAa;gBAD5B,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa;IAK1C,4BAA4B,IAAI,UAAU,CAAC,OAAO,CAAC;yCAR/C,kBAAkB;6CAAlB,kBAAkB;CAkB9B"}
@@ -0,0 +1,22 @@
1
+ import { ComponentRef, EventEmitter } from '@angular/core';
2
+ import { ActionableContent, ActionableNotification, Notification, NotificationContent, NotificationService, Toast, ToastContent } from 'carbon-components-angular';
3
+ import * as i0 from "@angular/core";
4
+ export declare class GlobalNotificationService {
5
+ private _notificationService;
6
+ private readonly _notificationQueue;
7
+ setNotificationService(service: NotificationService): void;
8
+ getNotificationService(): NotificationService | null;
9
+ showNotification(notificationObj: NotificationContent | ToastContent | ActionableContent, notificationComp?: typeof Notification): Notification | null;
10
+ showToast(notificationObj: NotificationContent | ToastContent, notificationComp?: typeof Toast): Notification | null;
11
+ showActionable(notificationObj: ActionableContent, notificationComp?: typeof ActionableNotification): Notification | null;
12
+ close(notificationRef: any): void;
13
+ getSmartTimeout(notificationObj: any): number | null;
14
+ getNotificationRefs(): ComponentRef<any>[] | null;
15
+ getOnCloseEmitter(): EventEmitter<any> | null;
16
+ ngOnDestroy(): void;
17
+ private handleNotificationRef;
18
+ private removeNotificationInQueue;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<GlobalNotificationService, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<GlobalNotificationService>;
21
+ }
22
+ //# sourceMappingURL=global-notification.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"global-notification.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/global-notification.service.ts"],"names":[],"mappings":"AAeA,OAAO,EAAC,YAAY,EAAE,YAAY,EAAa,MAAM,eAAe,CAAC;AACrE,OAAO,EACL,iBAAiB,EACjB,sBAAsB,EACtB,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,KAAK,EACL,YAAY,EACb,MAAM,2BAA2B,CAAC;;AAInC,qBAGa,yBAAyB;IACpC,OAAO,CAAC,oBAAoB,CAAoC;IAChE,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAuC;IAEnE,sBAAsB,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI;IAI1D,sBAAsB,IAAI,mBAAmB,GAAG,IAAI;IAIpD,gBAAgB,CACrB,eAAe,EAAE,mBAAmB,GAAG,YAAY,GAAG,iBAAiB,EACvE,gBAAgB,GAAE,OAAO,YAA2B,GACnD,YAAY,GAAG,IAAI;IAWf,SAAS,CACd,eAAe,EAAE,mBAAmB,GAAG,YAAY,EACnD,gBAAgB,GAAE,OAAO,KAAa,GACrC,YAAY,GAAG,IAAI;IAQf,cAAc,CACnB,eAAe,EAAE,iBAAiB,EAClC,gBAAgB,GAAE,OAAO,sBAA+C,GACvE,YAAY,GAAG,IAAI;IAWf,KAAK,CAAC,eAAe,EAAE,GAAG,GAAG,IAAI;IAIjC,eAAe,CAAC,eAAe,EAAE,GAAG,GAAG,MAAM,GAAG,IAAI;IAKpD,mBAAmB,IAAI,YAAY,CAAC,GAAG,CAAC,EAAE,GAAG,IAAI;IAKjD,iBAAiB,IAAI,YAAY,CAAC,GAAG,CAAC,GAAG,IAAI;IAK7C,WAAW,IAAI,IAAI;IAK1B,OAAO,CAAC,qBAAqB;IAwB7B,OAAO,CAAC,yBAAyB;yCAnGtB,yBAAyB;6CAAzB,yBAAyB;CA2GrC"}
@@ -0,0 +1,10 @@
1
+ export * from './base-api.service';
2
+ export * from './config.service';
3
+ export * from './global-notification.service';
4
+ export * from './localization.service';
5
+ export * from './menu-include.service';
6
+ export * from './user-settings.service';
7
+ export * from './environment.service';
8
+ export * from './draft-version.service';
9
+ export * from './edit-permissions.service';
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { Localization, LocalizationContent, MergedLocalizations } from '../models';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { ConfigService } from './config.service';
4
+ import { Observable } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ export declare class LocalizationService {
7
+ private readonly http;
8
+ private readonly configService;
9
+ private readonly valtimoApiUri;
10
+ constructor(http: HttpClient, configService: ConfigService);
11
+ getLocalization(languageKey: string): Observable<LocalizationContent>;
12
+ getLocalizations(): Observable<Localization[]>;
13
+ getMergedLocalizations(): Observable<MergedLocalizations>;
14
+ updateLocalization(languageKey: string, updatedLocalizationContent: LocalizationContent): Observable<LocalizationContent>;
15
+ updateLocalizations(updatedLocalizations: Localization[]): Observable<Localization[]>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocalizationService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<LocalizationService>;
18
+ }
19
+ //# sourceMappingURL=localization.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"localization.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/localization.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,YAAY,EAAE,mBAAmB,EAAE,mBAAmB,EAAC,MAAM,WAAW,CAAC;AACjF,OAAO,EAAC,UAAU,EAAc,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAM,UAAU,EAAK,MAAM,MAAM,CAAC;;AAGzC,qBAGa,mBAAmB;IAI5B,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAJhC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAU;gBAGrB,IAAI,EAAE,UAAU,EAChB,aAAa,EAAE,aAAa;IAKxC,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,UAAU,CAAC,mBAAmB,CAAC;IAQrE,gBAAgB,IAAI,UAAU,CAAC,YAAY,EAAE,CAAC;IAI9C,sBAAsB,IAAI,UAAU,CAAC,mBAAmB,CAAC;IAMzD,kBAAkB,CACvB,WAAW,EAAE,MAAM,EACnB,0BAA0B,EAAE,mBAAmB,GAC9C,UAAU,CAAC,mBAAmB,CAAC;IAO3B,mBAAmB,CAAC,oBAAoB,EAAE,YAAY,EAAE,GAAG,UAAU,CAAC,YAAY,EAAE,CAAC;yCAtCjF,mBAAmB;6CAAnB,mBAAmB;CA4C/B"}
@@ -0,0 +1,13 @@
1
+ import { IncludeFunction } from '../models';
2
+ import { ConfigService } from './config.service';
3
+ import { Observable } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ export declare class MenuIncludeService {
6
+ private readonly configService;
7
+ private valtimoConfig;
8
+ constructor(configService: ConfigService);
9
+ getIncludeFunction(includeFunction: IncludeFunction): Observable<boolean>;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<MenuIncludeService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<MenuIncludeService>;
12
+ }
13
+ //# sourceMappingURL=menu-include.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu-include.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/menu-include.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,eAAe,EAAgB,MAAM,WAAW,CAAC;AACzD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;;AAEpC,qBAGa,kBAAkB;IAGjB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAF1C,OAAO,CAAC,aAAa,CAAiB;gBAET,aAAa,EAAE,aAAa;IAIzD,kBAAkB,CAAC,eAAe,EAAE,eAAe,GAAG,UAAU,CAAC,OAAO,CAAC;yCAP9D,kBAAkB;6CAAlB,kBAAkB;CAe9B"}
@@ -0,0 +1,16 @@
1
+ import { UserSettings } from '../models';
2
+ import { HttpClient } from '@angular/common/http';
3
+ import { ConfigService } from './config.service';
4
+ import { Observable } from 'rxjs';
5
+ import * as i0 from "@angular/core";
6
+ export declare class UserSettingsService {
7
+ private readonly http;
8
+ private readonly configService;
9
+ private readonly valtimoApiUri;
10
+ constructor(http: HttpClient, configService: ConfigService);
11
+ getUserSettings(): Observable<UserSettings>;
12
+ saveUserSettings(settings: UserSettings): Observable<any>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserSettingsService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<UserSettingsService>;
15
+ }
16
+ //# sourceMappingURL=user-settings.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-settings.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/services/user-settings.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,YAAY,EAAC,MAAM,WAAW,CAAC;AACvC,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAC,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;;AAEhC,qBAGa,mBAAmB;IAI5B,OAAO,CAAC,QAAQ,CAAC,IAAI;IACrB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAJhC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAU;gBAGrB,IAAI,EAAE,UAAU,EAChB,aAAa,EAAE,aAAa;IAK/C,eAAe,IAAI,UAAU,CAAC,YAAY,CAAC;IAI3C,gBAAgB,CAAC,QAAQ,EAAE,YAAY,GAAG,UAAU,CAAC,GAAG,CAAC;yCAd9C,mBAAmB;6CAAnB,mBAAmB;CAiB/B"}
@@ -0,0 +1,2 @@
1
+ export * from './services';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/testing/index.ts"],"names":[],"mappings":"AAgBA,cAAc,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './mock-translate.service';
2
+ export * from './mock-keycloak.service';
3
+ export * from './mock-icon.service';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/testing/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MockIconService {
3
+ registerAll(value: Array<any>): void;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<MockIconService, never>;
5
+ static ɵprov: i0.ɵɵInjectableDeclaration<MockIconService>;
6
+ }
7
+ //# sourceMappingURL=mock-icon.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mock-icon.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/testing/services/mock-icon.service.ts"],"names":[],"mappings":";AAkBA,qBAGa,eAAe;IACnB,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI;yCADhC,eAAe;6CAAf,eAAe;CAI3B"}
@@ -0,0 +1,14 @@
1
+ import { Observable } from 'rxjs';
2
+ import { KeycloakProfile } from 'keycloak-js';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MockKeycloakService {
5
+ get keycloakEvents$(): Observable<{
6
+ type: string;
7
+ }>;
8
+ isLoggedIn(): Observable<boolean>;
9
+ private readonly MOCK_USER_PROFILE;
10
+ loadUserProfile(): Promise<KeycloakProfile>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<MockKeycloakService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<MockKeycloakService>;
13
+ }
14
+ //# sourceMappingURL=mock-keycloak.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mock-keycloak.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/testing/services/mock-keycloak.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;AACpC,OAAO,EAAC,eAAe,EAAC,MAAM,aAAa,CAAC;;AAE5C,qBAGa,mBAAmB;IAC9B,IAAW,eAAe,IAAI,UAAU,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAEvD;IAEM,UAAU,IAAI,UAAU,CAAC,OAAO,CAAC;IAIxC,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAUhC;IAEW,eAAe,IAAI,OAAO,CAAC,eAAe,CAAC;yCArB7C,mBAAmB;6CAAnB,mBAAmB;CAwB/B"}
@@ -0,0 +1,9 @@
1
+ import { Observable } from 'rxjs';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MockTranslateService {
4
+ stream(key: string): Observable<any>;
5
+ instant(key: string): string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MockTranslateService, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<MockTranslateService>;
8
+ }
9
+ //# sourceMappingURL=mock-translate.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mock-translate.service.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/testing/services/mock-translate.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAC,UAAU,EAAK,MAAM,MAAM,CAAC;;AAEpC,qBAGa,oBAAoB;IACxB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;IAIpC,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;yCALxB,oBAAoB;6CAApB,oBAAoB;CAQhC"}
@@ -0,0 +1,6 @@
1
+ import { HttpBackend, HttpClient } from '@angular/common/http';
2
+ import { ConfigService } from '../services/config.service';
3
+ import { CustomMultiTranslateHttpLoader } from './custom-multi-translate-http-loader';
4
+ import { LocalizationService } from '../services/localization.service';
5
+ export declare function CustomMultiTranslateHttpLoaderFactory(http: HttpBackend, httpClient: HttpClient, configService: ConfigService, localizationService: LocalizationService): CustomMultiTranslateHttpLoader;
6
+ //# sourceMappingURL=custom-multi-translate-http-loader-factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-multi-translate-http-loader-factory.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/translation/custom-multi-translate-http-loader-factory.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,WAAW,EAAE,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAC,aAAa,EAAC,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAC,8BAA8B,EAAC,MAAM,sCAAsC,CAAC;AACpF,OAAO,EAAC,mBAAmB,EAAC,MAAM,kCAAkC,CAAC;AAErE,wBAAgB,qCAAqC,CACnD,IAAI,EAAE,WAAW,EACjB,UAAU,EAAE,UAAU,EACtB,aAAa,EAAE,aAAa,EAC5B,mBAAmB,EAAE,mBAAmB,kCAYzC"}
@@ -0,0 +1,14 @@
1
+ import { HttpBackend, HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { ITranslationResource } from '../models';
4
+ import { TranslateLoader } from '@ngx-translate/core';
5
+ import { LocalizationService } from '../services/localization.service';
6
+ export declare class CustomMultiTranslateHttpLoader implements TranslateLoader {
7
+ private readonly _handler;
8
+ private readonly _httpClient;
9
+ private readonly _resourcesPrefix;
10
+ private readonly _localizationService;
11
+ constructor(_handler: HttpBackend, _httpClient: HttpClient, _localizationService: LocalizationService, _resourcesPrefix: Array<string> | ITranslationResource[]);
12
+ getTranslation(lang: string): Observable<any>;
13
+ }
14
+ //# sourceMappingURL=custom-multi-translate-http-loader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"custom-multi-translate-http-loader.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/translation/custom-multi-translate-http-loader.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,WAAW,EAAE,UAAU,EAAC,MAAM,sBAAsB,CAAC;AAE7D,OAAO,EAA0B,UAAU,EAAK,MAAM,MAAM,CAAC;AAE7D,OAAO,EAAC,oBAAoB,EAAC,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAC,eAAe,EAAC,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAC,mBAAmB,EAAC,MAAM,kCAAkC,CAAC;AAErE,qBAAa,8BAA+B,YAAW,eAAe;IACpE,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAc;IACvC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAa;IACzC,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAyC;IAC1E,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAsB;gBAEzD,QAAQ,EAAE,WAAW,EACrB,WAAW,EAAE,UAAU,EACvB,oBAAoB,EAAE,mBAAmB,EACzC,gBAAgB,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,oBAAoB,EAAE;IAO1D,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC;CA2B9C"}
@@ -0,0 +1,4 @@
1
+ export * from './custom-multi-translate-http-loader';
2
+ export * from './custom-multi-translate-http-loader-factory';
3
+ export * from './multi-translate-http-loader-factory';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/translation/index.ts"],"names":[],"mappings":"AAgBA,cAAc,sCAAsC,CAAC;AACrD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,uCAAuC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { HttpBackend } from '@angular/common/http';
2
+ import { MultiTranslateHttpLoader } from 'ngx-translate-multi-http-loader';
3
+ import { ConfigService } from '../services/config.service';
4
+ export declare function MultiTranslateHttpLoaderFactory(http: HttpBackend, configService: ConfigService): MultiTranslateHttpLoader;
5
+ //# sourceMappingURL=multi-translate-http-loader-factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multi-translate-http-loader-factory.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/translation/multi-translate-http-loader-factory.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAC,wBAAwB,EAAC,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAC,aAAa,EAAC,MAAM,4BAA4B,CAAC;AAEzD,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,WAAW,EAAE,aAAa,EAAE,aAAa,4BAW9F"}
@@ -0,0 +1,4 @@
1
+ import { DisplayTypeParameters } from '../models';
2
+ declare const getDisplayTypeParametersView: (displayTypeParameters: DisplayTypeParameters) => string;
3
+ export { getDisplayTypeParametersView };
4
+ //# sourceMappingURL=display-type.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"display-type.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/display-type.utils.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,qBAAqB,EAAC,MAAM,WAAW,CAAC;AAEhD,QAAA,MAAM,4BAA4B,GAAI,uBAAuB,qBAAqB,KAAG,MAiBpF,CAAC;AAEF,OAAO,EAAC,4BAA4B,EAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { NotificationContent } from 'carbon-components-angular';
2
+ export declare const DEFAULT_NOTIFICATION_PARAMS: {
3
+ duration: number;
4
+ showClose: boolean;
5
+ };
6
+ export declare const getNotificationObject: (content: NotificationContent) => NotificationContent;
7
+ //# sourceMappingURL=global-notification.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"global-notification.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/global-notification.utils.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,2BAA2B,CAAC;AAE9D,eAAO,MAAM,2BAA2B;;;CAGvC,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,SAAS,mBAAmB,KAAG,mBAGnE,CAAC"}
@@ -0,0 +1,7 @@
1
+ export * from './router.utils';
2
+ export * from './url.utils';
3
+ export * from './global-notification.utils';
4
+ export * from './route-params.utils';
5
+ export * from './display-type.utils';
6
+ export * from './validate-bsn.utils';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/index.ts"],"names":[],"mappings":"AAgBA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { CaseManagementParams, ManagementContext } from '../models';
2
+ import { ActivatedRoute } from '@angular/router';
3
+ import { Observable } from 'rxjs';
4
+ declare const getCaseManagementRouteParams: (route: ActivatedRoute, doFilter?: boolean) => Observable<CaseManagementParams | undefined>;
5
+ declare function getContextObservable(route: ActivatedRoute): Observable<ManagementContext | null>;
6
+ declare function getCaseManagementRouteParamsAndContext(route: ActivatedRoute): Observable<[ManagementContext, CaseManagementParams]>;
7
+ export { getCaseManagementRouteParams, getContextObservable, getCaseManagementRouteParamsAndContext };
8
+ //# sourceMappingURL=route-params.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"route-params.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/route-params.utils.ts"],"names":[],"mappings":"AAeA,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,WAAW,CAAC;AAClE,OAAO,EAAC,cAAc,EAAC,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAmD,UAAU,EAAgB,MAAM,MAAM,CAAC;AAGjG,QAAA,MAAM,4BAA4B,GAChC,OAAO,cAAc,EACrB,kBAAgB,KACf,UAAU,CAAC,oBAAoB,GAAG,SAAS,CAiB7C,CAAC;AAEF,iBAAS,oBAAoB,CAAC,KAAK,EAAE,cAAc,GAAG,UAAU,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAKzF;AAED,iBAAS,sCAAsC,CAC7C,KAAK,EAAE,cAAc,GACpB,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAmBvD;AAED,OAAO,EAAC,4BAA4B,EAAE,oBAAoB,EAAE,sCAAsC,EAAC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { ExtraOptions } from '@angular/router';
2
+ declare class RouterUtils {
3
+ static getRouterExtraOptions(): ExtraOptions;
4
+ }
5
+ export { RouterUtils };
6
+ //# sourceMappingURL=router.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"router.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/router.utils.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAE7C,cAAM,WAAW;WACD,qBAAqB,IAAI,YAAY;CAGpD;AAED,OAAO,EAAC,WAAW,EAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ declare class UrlUtils {
2
+ static formatUrlTrailingSlash(url: string, returnWithTrailingSlash: boolean): string;
3
+ static formatUrlStartWithSlash(url: string): string;
4
+ static getUrlHost(urlString: string): string;
5
+ }
6
+ export { UrlUtils };
7
+ //# sourceMappingURL=url.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"url.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/url.utils.ts"],"names":[],"mappings":"AAgBA,cAAM,QAAQ;IACZ,MAAM,CAAC,sBAAsB,CAAC,GAAG,EAAE,MAAM,EAAE,uBAAuB,EAAE,OAAO,GAAG,MAAM;IAepF,MAAM,CAAC,uBAAuB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAQnD,MAAM,CAAC,UAAU,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;CAS7C;AAED,OAAO,EAAC,QAAQ,EAAC,CAAC"}
@@ -0,0 +1,6 @@
1
+ declare const validateBsn: (value: string) => {
2
+ isValid: boolean;
3
+ errorKey: string | null;
4
+ };
5
+ export { validateBsn };
6
+ //# sourceMappingURL=validate-bsn.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validate-bsn.utils.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/utils/validate-bsn.utils.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,WAAW,GAAI,OAAO,MAAM,KAAG;IAAC,OAAO,EAAE,OAAO,CAAC;IAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAA;CAuC9E,CAAC;AAEF,OAAO,EAAC,WAAW,EAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from './zgw-object-type-component-token';
2
+ export * from './zgw-documenten-api-documents-component-token';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/zgw/constants/index.ts"],"names":[],"mappings":"AAgBA,cAAc,mCAAmC,CAAC;AAClD,cAAc,gDAAgD,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { InjectionToken, Type } from '@angular/core';
2
+ declare const ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN: InjectionToken<Type<any>>;
3
+ export { ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN };
4
+ //# sourceMappingURL=zgw-documenten-api-documents-component-token.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zgw-documenten-api-documents-component-token.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/zgw/constants/zgw-documenten-api-documents-component-token.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAEnD,QAAA,MAAM,4CAA4C,2BAEjD,CAAC;AAEF,OAAO,EAAC,4CAA4C,EAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { InjectionToken, Type } from '@angular/core';
2
+ declare const ZGW_OBJECT_TYPE_COMPONENT_TOKEN: InjectionToken<Type<any>>;
3
+ export { ZGW_OBJECT_TYPE_COMPONENT_TOKEN };
4
+ //# sourceMappingURL=zgw-object-type-component-token.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zgw-object-type-component-token.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/shared/src/lib/zgw/constants/zgw-object-type-component-token.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,cAAc,EAAE,IAAI,EAAC,MAAM,eAAe,CAAC;AAEnD,QAAA,MAAM,+BAA+B,2BAEpC,CAAC;AAEF,OAAO,EAAC,+BAA+B,EAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './constants';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/shared/src/lib/zgw/index.ts"],"names":[],"mappings":"AAgBA,cAAc,aAAa,CAAC"}
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@valtimo/shared",
3
+ "license": "EUPL-1.2",
4
+ "version": "0.0.0",
5
+ "peerDependencies": {
6
+ "@angular/common": "^19.2.8",
7
+ "@angular/core": "^19.2.8"
8
+ },
9
+ "dependencies": {
10
+ "tslib": "2.8.1",
11
+ "csp-header": "6.1.0",
12
+ "deepmerge-ts": "7.1.5"
13
+ },
14
+ "module": "fesm2022/valtimo-shared.mjs",
15
+ "typings": "index.d.ts",
16
+ "exports": {
17
+ "./package.json": {
18
+ "default": "./package.json"
19
+ },
20
+ ".": {
21
+ "types": "./index.d.ts",
22
+ "default": "./fesm2022/valtimo-shared.mjs"
23
+ }
24
+ },
25
+ "sideEffects": false
26
+ }
@@ -0,0 +1,11 @@
1
+ export * from './lib/components/global-notification.component';
2
+ export * from './lib/config.module';
3
+ export * from './lib/constants';
4
+ export * from './lib/extension/extension.component';
5
+ export * from './lib/models';
6
+ export * from './lib/services';
7
+ export * from './lib/testing';
8
+ export * from './lib/translation';
9
+ export * from './lib/utils';
10
+ export * from './lib/zgw';
11
+ //# sourceMappingURL=public-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/shared/src/public-api.ts"],"names":[],"mappings":"AAoBA,cAAc,gDAAgD,CAAC;AAC/D,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qCAAqC,CAAC;AACpD,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"valtimo-shared.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/shared/src/valtimo-shared.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}