@valtimo/plugin 12.20.1 → 12.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/esm2022/lib/plugins/besluiten-api/besluiten-api-plugin.module.mjs +25 -6
  2. package/esm2022/lib/plugins/besluiten-api/besluiten-api-plugin.specification.mjs +35 -10
  3. package/esm2022/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.mjs +75 -0
  4. package/esm2022/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.mjs +132 -0
  5. package/esm2022/lib/plugins/besluiten-api/models/config.mjs +1 -1
  6. package/esm2022/lib/plugins/besluiten-api/models/patch-besluit-properties.mjs +27 -0
  7. package/esm2022/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.mjs +75 -0
  8. package/esm2022/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.mjs +154 -12
  9. package/esm2022/lib/plugins/zaken-api/models/config.mjs +1 -1
  10. package/esm2022/lib/plugins/zaken-api/zaken-api-plugin.module.mjs +17 -6
  11. package/esm2022/lib/plugins/zaken-api/zaken-api-plugin.specification.mjs +24 -1
  12. package/esm2022/public-api.mjs +4 -1
  13. package/fesm2022/valtimo-plugin.mjs +534 -34
  14. package/fesm2022/valtimo-plugin.mjs.map +1 -1
  15. package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts +8 -6
  16. package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts.map +1 -1
  17. package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts.map +1 -1
  18. package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts +24 -0
  19. package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts.map +1 -0
  20. package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts +39 -0
  21. package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts.map +1 -0
  22. package/lib/plugins/besluiten-api/models/config.d.ts +17 -1
  23. package/lib/plugins/besluiten-api/models/config.d.ts.map +1 -1
  24. package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts +3 -0
  25. package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts.map +1 -0
  26. package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts +24 -0
  27. package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts.map +1 -0
  28. package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +18 -2
  29. package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -1
  30. package/lib/plugins/zaken-api/models/config.d.ts +6 -1
  31. package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
  32. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +7 -6
  33. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -1
  34. package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -1
  35. package/package.json +1 -1
  36. package/public-api.d.ts +3 -0
  37. package/public-api.d.ts.map +1 -1
@@ -1,14 +1,16 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./components/besluiten-api-configuration/besluiten-api-configuration.component";
3
3
  import * as i2 from "./components/create-zaak-besluit/create-zaak-besluit-configuration.component";
4
- import * as i3 from "./components/link-document-to-besluit/link-document-to-besluit-configuration.component";
5
- import * as i4 from "@angular/common";
6
- import * as i5 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
7
- import * as i6 from "@valtimo/components";
8
- import * as i7 from "carbon-components-angular";
4
+ import * as i3 from "./components/patch-zaak-besluit/patch-zaak-besluit-configuration.component";
5
+ import * as i4 from "./components/link-document-to-besluit/link-document-to-besluit-configuration.component";
6
+ import * as i5 from "./components/get-besluit/get-besluit-configuration.component";
7
+ import * as i6 from "@angular/common";
8
+ import * as i7 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
9
+ import * as i8 from "@valtimo/components";
10
+ import * as i9 from "carbon-components-angular";
9
11
  export declare class BesluitenApiPluginModule {
10
12
  static ɵfac: i0.ɵɵFactoryDeclaration<BesluitenApiPluginModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<BesluitenApiPluginModule, [typeof i1.BesluitenApiConfigurationComponent, typeof i2.CreateZaakBesluitConfigurationComponent, typeof i3.LinkDocumentToBesluitConfigurationComponent], [typeof i4.CommonModule, typeof i5.PluginTranslatePipeModule, typeof i6.FormModule, typeof i6.InputModule, typeof i6.SelectModule, typeof i6.DatePickerModule, typeof i6.ParagraphModule, typeof i6.RadioModule, typeof i7.LoadingModule], [typeof i1.BesluitenApiConfigurationComponent, typeof i2.CreateZaakBesluitConfigurationComponent, typeof i3.LinkDocumentToBesluitConfigurationComponent]>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BesluitenApiPluginModule, [typeof i1.BesluitenApiConfigurationComponent, typeof i2.CreateZaakBesluitConfigurationComponent, typeof i3.PatchZaakBesluitConfigurationComponent, typeof i4.LinkDocumentToBesluitConfigurationComponent, typeof i5.GetBesluitConfigurationComponent], [typeof i6.CommonModule, typeof i7.PluginTranslatePipeModule, typeof i8.FormModule, typeof i8.InputModule, typeof i8.SelectModule, typeof i8.DatePickerModule, typeof i8.ParagraphModule, typeof i8.RadioModule, typeof i9.LoadingModule, typeof i9.ButtonModule, typeof i9.DialogModule, typeof i9.IconModule], [typeof i1.BesluitenApiConfigurationComponent, typeof i2.CreateZaakBesluitConfigurationComponent, typeof i3.PatchZaakBesluitConfigurationComponent, typeof i4.LinkDocumentToBesluitConfigurationComponent, typeof i5.GetBesluitConfigurationComponent]>;
12
14
  static ɵinj: i0.ɵɵInjectorDeclaration<BesluitenApiPluginModule>;
13
15
  }
14
16
  //# sourceMappingURL=besluiten-api-plugin.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"besluiten-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/besluiten-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;AAgCA,qBAuBa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
1
+ {"version":3,"file":"besluiten-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/besluiten-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;AAkCA,qBA8Ba,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"besluiten-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/besluiten-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAMjD,QAAA,MAAM,+BAA+B,EAAE,mBA8LtC,CAAC;AAEF,OAAO,EAAC,+BAA+B,EAAC,CAAC"}
1
+ {"version":3,"file":"besluiten-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/besluiten-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAQjD,QAAA,MAAM,+BAA+B,EAAE,mBA0NtC,CAAC;AAEF,OAAO,EAAC,+BAA+B,EAAC,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { GetBesluitConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GetBesluitConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<GetBesluitConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<GetBesluitConfig>;
13
+ private saveSubscription;
14
+ private readonly formValue$;
15
+ private readonly valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ private openSaveSubscription;
19
+ formValueChange(formValue: GetBesluitConfig): void;
20
+ private handleValid;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetBesluitConfigurationComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<GetBesluitConfigurationComponent, "valtimo-get-besluit-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=get-besluit-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;;AAE9C,qBAKa,gCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAEnD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAwC;IAE/F,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAsD;IACjF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAI1B,OAAO,CAAC,oBAAoB;IAYrB,eAAe,CAAC,SAAS,EAAE,gBAAgB,GAAG,IAAI;IAKzD,OAAO,CAAC,WAAW;yCAzCR,gCAAgC;2CAAhC,gCAAgC;CA+C5C"}
@@ -0,0 +1,39 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { PatchZaakBesluitConfig } from '../../models';
5
+ import { PatchBesluitProperties } from '../../models/patch-besluit-properties';
6
+ import { IconService } from 'carbon-components-angular';
7
+ import * as i0 from "@angular/core";
8
+ export declare class PatchZaakBesluitConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
9
+ private readonly iconService;
10
+ save$: Observable<void>;
11
+ disabled$: Observable<boolean>;
12
+ pluginId: string;
13
+ prefillConfiguration$: Observable<PatchZaakBesluitConfig>;
14
+ valid: EventEmitter<boolean>;
15
+ configuration: EventEmitter<PatchZaakBesluitConfig>;
16
+ readonly propertyOptions: PatchBesluitProperties[];
17
+ propertyList: PatchBesluitProperties[];
18
+ private readonly _formValue$;
19
+ private readonly _properties;
20
+ private readonly _valid$;
21
+ private _saveSubscription;
22
+ private _prefillConfig;
23
+ constructor(iconService: IconService);
24
+ ngOnInit(): void;
25
+ ngOnDestroy(): void;
26
+ onFormValueChanged(formValue: PatchZaakBesluitConfig): void;
27
+ onPropertyChanged(property: PatchBesluitProperties, value: any): void;
28
+ prefillValueFor(property: string, prefill: PatchZaakBesluitConfig): string | null;
29
+ translationKeyFor(property: string): string;
30
+ translationKeyForPropertyList(property: string): string;
31
+ addProperty(property: PatchBesluitProperties): void;
32
+ removeProperty(property: PatchBesluitProperties): void;
33
+ hasPropertyBeenAdded(property: PatchBesluitProperties): boolean;
34
+ private handleValid;
35
+ private openSaveSubscription;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<PatchZaakBesluitConfigurationComponent, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<PatchZaakBesluitConfigurationComponent, "valtimo-patch-zaak-besluit-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
38
+ }
39
+ //# sourceMappingURL=patch-zaak-besluit-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-zaak-besluit-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;AAEpD,OAAO,EACL,sBAAsB,EAEvB,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAC,WAAW,EAAC,MAAM,2BAA2B,CAAC;;AAEtD,qBAMa,sCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAkBhD,OAAO,CAAC,QAAQ,CAAC,WAAW;IAhB/B,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IACzD,KAAK,wBAA+B;IACpC,aAAa,uCAA8C;IAErE,SAAgB,eAAe,EAAE,sBAAsB,EAAE,CAAoC;IACtF,YAAY,EAAE,sBAAsB,EAAE,CAAM;IAEnD,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA4D;IACxF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA6C;IACzE,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAuC;IAC/D,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,cAAc,CAAuC;gBAEhC,WAAW,EAAE,WAAW;IAI9C,QAAQ,IAAI,IAAI;IAgBhB,WAAW,IAAI,IAAI;IAInB,kBAAkB,CAAC,SAAS,EAAE,sBAAsB,GAAG,IAAI;IAK3D,iBAAiB,CAAC,QAAQ,EAAE,sBAAsB,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAarE,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,sBAAsB,GAAG,MAAM,GAAG,IAAI;IAIjF,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAI3C,6BAA6B,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvD,WAAW,CAAC,QAAQ,EAAE,sBAAsB,GAAG,IAAI;IAQnD,cAAc,CAAC,QAAQ,EAAE,sBAAsB,GAAG,IAAI;IAatD,oBAAoB,CAAC,QAAQ,EAAE,sBAAsB,GAAG,OAAO;IAItE,OAAO,CAAC,WAAW;IAcnB,OAAO,CAAC,oBAAoB;yCAhHjB,sCAAsC;2CAAtC,sCAAsC;CAwIlD"}
@@ -25,5 +25,21 @@ interface LinkDocumentToBesluitConfig {
25
25
  besluitUrl: string;
26
26
  documentUrl: string;
27
27
  }
28
- export { BesluitenApiConfig, CreateZaakBesluitConfig, Vervalredenen, LinkDocumentToBesluitConfig };
28
+ interface PatchZaakBesluitConfig {
29
+ besluitUrl: string;
30
+ beslisdatum?: string;
31
+ toelichting?: string;
32
+ bestuursorgaan?: string;
33
+ ingangsdatum?: string;
34
+ vervaldatum?: string;
35
+ vervalreden?: string;
36
+ publicatiedatum?: string;
37
+ verzenddatum?: string;
38
+ uiterlijkeReactiedatum?: string;
39
+ }
40
+ interface GetBesluitConfig {
41
+ besluitUrl: string;
42
+ resultProcessVariable: string;
43
+ }
44
+ export { BesluitenApiConfig, CreateZaakBesluitConfig, Vervalredenen, LinkDocumentToBesluitConfig, PatchZaakBesluitConfig, GetBesluitConfig, };
29
45
  //# sourceMappingURL=config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,kBAAmB,SAAQ,uBAAuB;IAC1D,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,KAAK,aAAa,GAAG,WAAW,GAAG,sBAAsB,GAAG,4BAA4B,CAAC;AAEzF,UAAU,uBAAuB;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,aAAa,CAAC;IAC3B,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,sBAAsB,CAAC,EAAE,WAAW,CAAC;IACrC,2BAA2B,CAAC,EAAE,WAAW,CAAC;IAC1C,6BAA6B,CAAC,EAAE,WAAW,CAAC;CAC7C;AACD,UAAU,2BAA2B;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,OAAO,EAAC,kBAAkB,EAAE,uBAAuB,EAAE,aAAa,EAAE,2BAA2B,EAAC,CAAC"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,kBAAmB,SAAQ,uBAAuB;IAC1D,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,KAAK,aAAa,GAAG,WAAW,GAAG,sBAAsB,GAAG,4BAA4B,CAAC;AAEzF,UAAU,uBAAuB;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,aAAa,CAAC;IAC3B,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,sBAAsB,CAAC,EAAE,WAAW,CAAC;IACrC,2BAA2B,CAAC,EAAE,WAAW,CAAC;IAC1C,6BAA6B,CAAC,EAAE,WAAW,CAAC;CAC7C;AACD,UAAU,2BAA2B;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,sBAAsB;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC;AAED,UAAU,gBAAgB;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,qBAAqB,EAAE,MAAM,CAAC;CAC/B;AAED,OAAO,EACL,kBAAkB,EAClB,uBAAuB,EACvB,aAAa,EACb,2BAA2B,EAC3B,sBAAsB,EACtB,gBAAgB,GACjB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const PatchBesluitPropertyOptions: readonly ["beslisdatum", "toelichting", "bestuursorgaan", "ingangsdatum", "vervaldatum", "vervalreden", "publicatiedatum", "verzenddatum", "uiterlijkeReactieDatum"];
2
+ export type PatchBesluitProperties = (typeof PatchBesluitPropertyOptions)[number];
3
+ //# sourceMappingURL=patch-besluit-properties.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-besluit-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/besluiten-api/models/patch-besluit-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,2BAA2B,sKAU9B,CAAC;AACX,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,2BAA2B,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { GetZaakbesluitenConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class GetZaakbesluitenConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ save$: Observable<void>;
8
+ disabled$: Observable<boolean>;
9
+ pluginId: string;
10
+ prefillConfiguration$: Observable<GetZaakbesluitenConfig>;
11
+ valid: EventEmitter<boolean>;
12
+ configuration: EventEmitter<GetZaakbesluitenConfig>;
13
+ private saveSubscription;
14
+ private readonly formValue$;
15
+ private readonly valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ private openSaveSubscription;
19
+ formValueChange(formValue: GetZaakbesluitenConfig): void;
20
+ private handleValid;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<GetZaakbesluitenConfigurationComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<GetZaakbesluitenConfigurationComponent, "valtimo-get-zaakbesluiten-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
23
+ }
24
+ //# sourceMappingURL=get-zaakbesluiten-configuration.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-zaakbesluiten-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAiC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACpF,OAAO,EAAC,sBAAsB,EAAC,MAAM,cAAc,CAAC;;AAEpD,qBAKa,sCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAEnD,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,sBAAsB,CAAC,CAAC;IACzD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAChB;IAE7C,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA4D;IACvF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAI1B,OAAO,CAAC,oBAAoB;IAYrB,eAAe,CAAC,SAAS,EAAE,sBAAsB,GAAG,IAAI;IAK/D,OAAO,CAAC,WAAW;yCAzCR,sCAAsC;2CAAtC,sCAAsC;CA+ClD"}
@@ -2,7 +2,7 @@ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { FunctionConfigurationComponent } from '../../../../models';
3
3
  import { BehaviorSubject, Observable, Subject } from 'rxjs';
4
4
  import { InputOption, SetZaakStatusConfig } from '../../models';
5
- import { ModalService, RadioValue, SelectItem } from '@valtimo/components';
5
+ import { CARBON_THEME, CdsThemeService, ModalService, RadioValue, SelectItem } from '@valtimo/components';
6
6
  import { DocumentService } from '@valtimo/document';
7
7
  import { ZakenApiService } from '../../services';
8
8
  import { PluginTranslatePipe } from '../../../../pipes';
@@ -12,6 +12,7 @@ export declare class SetZaakStatusConfigurationComponent implements FunctionConf
12
12
  private readonly documentService;
13
13
  private readonly zakenApiService;
14
14
  private readonly pluginTranslatePipe;
15
+ private readonly cdsThemeService;
15
16
  save$: Observable<void>;
16
17
  disabled$: Observable<boolean>;
17
18
  set pluginId(value: string);
@@ -26,12 +27,19 @@ export declare class SetZaakStatusConfigurationComponent implements FunctionConf
26
27
  [caseDefinitionId: string]: Array<SelectItem>;
27
28
  }>;
28
29
  readonly selectedInputOption$: BehaviorSubject<InputOption>;
30
+ readonly datumStatusGezetSelectedInputOption$: BehaviorSubject<string>;
31
+ readonly datePickerInvalid$: BehaviorSubject<boolean>;
29
32
  readonly pluginId$: BehaviorSubject<string>;
33
+ private readonly _subscriptions;
30
34
  readonly inputTypeOptions$: Observable<Array<RadioValue>>;
35
+ readonly datePickerInputTypeOptions$: Observable<Array<RadioValue>>;
36
+ readonly theme$: Observable<CARBON_THEME>;
31
37
  private saveSubscription;
32
38
  private readonly formValue$;
33
39
  private readonly valid$;
34
- constructor(modalService: ModalService, documentService: DocumentService, zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
40
+ selectedDate: string | null;
41
+ selectedTime: string | null;
42
+ constructor(modalService: ModalService, documentService: DocumentService, zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe, cdsThemeService: CdsThemeService);
35
43
  ngOnInit(): void;
36
44
  ngOnDestroy(): void;
37
45
  formValueChange(formValue: SetZaakStatusConfig): void;
@@ -39,6 +47,14 @@ export declare class SetZaakStatusConfigurationComponent implements FunctionConf
39
47
  oneSelectItem(selectItems: Array<SelectItem>): boolean;
40
48
  private handleValid;
41
49
  private openSaveSubscription;
50
+ onDateSelected(event: Date[]): void;
51
+ onTimeSelected(event: string): void;
52
+ private updateDatumStatusGezet;
53
+ private prefillToday;
54
+ private formatTime;
55
+ private isValidDatumStatusGezet;
56
+ private isDateNotInFuture;
57
+ private hasEnteredDateText;
42
58
  static ɵfac: i0.ɵɵFactoryDeclaration<SetZaakStatusConfigurationComponent, never>;
43
59
  static ɵcmp: i0.ɵɵComponentDeclaration<SetZaakStatusConfigurationComponent, "valtimo-set-zaak-status-configuration", never, { "save$": { "alias": "save$"; "required": false; }; "disabled$": { "alias": "disabled$"; "required": false; }; "pluginId": { "alias": "pluginId"; "required": false; }; "prefillConfiguration$": { "alias": "prefillConfiguration$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
44
60
  }
@@ -1 +1 @@
1
- {"version":3,"file":"set-zaak-status-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EACL,eAAe,EAGf,UAAU,EAEV,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,WAAW,EAAE,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAC,YAAY,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AACzE,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC;AAElD,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;;AAEtD,qBAMa,mCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IA+G1D,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAhH7B,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IACxC,IAAa,QAAQ,CAAC,KAAK,EAAE,MAAM,EAElC;IACQ,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAAC;IACtD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,QAAQ,CAAC,0BAA0B,gCAAgD;IACnF,QAAQ,CAAC,yBAAyB,0BAAmC;IACrE,QAAQ,CAAC,qBAAqB,gBAAuB;IAErD,QAAQ,CAAC,QAAQ,2BAAsC;IAEvD,QAAQ,CAAC,sBAAsB,EAAE,UAAU,CAAC;QAAC,CAAC,gBAAgB,EAAE,MAAM,GAAG,KAAK,CAAC,UAAU,CAAC,CAAA;KAAC,CAAC,CAmExF;IAEJ,QAAQ,CAAC,oBAAoB,+BAAiD;IAE9E,QAAQ,CAAC,SAAS,0BAAmC;IAErD,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAyD;IACpF,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,YAAY,EAAE,YAAY,EAC1B,eAAe,EAAE,eAAe,EAChC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAG3D,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IASrD,oBAAoB,CAAC,gBAAgB,EAAE,MAAM,GAAG,IAAI;IAKpD,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAQtD,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCA3JjB,mCAAmC;2CAAnC,mCAAmC;CAyK/C"}
1
+ {"version":3,"file":"set-zaak-status-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.ts"],"names":[],"mappings":"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"}
@@ -13,6 +13,8 @@ interface SetZaakStatusConfig {
13
13
  statustypeUrl: string;
14
14
  statustoelichting: string;
15
15
  inputTypeZaakStatusToggle?: InputOption;
16
+ inputDatumStatusGezetToggle?: string;
17
+ datumStatusGezet?: string;
16
18
  }
17
19
  interface CreateZaakResultaatConfig {
18
20
  resultaattypeUrl: string;
@@ -72,5 +74,8 @@ interface RelateerZakenConfig {
72
74
  teRelaterenZaakUri: string;
73
75
  aardRelatie: string;
74
76
  }
75
- export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, DeleteZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, RelateerZakenConfig, };
77
+ interface GetZaakbesluitenConfig {
78
+ resultProcessVariable: string;
79
+ }
80
+ export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, DeleteZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, RelateerZakenConfig, GetZaakbesluitenConfig, };
76
81
  //# sourceMappingURL=config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,cAAe,SAAQ,uBAAuB;IACtD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,wBAAwB;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,yBAAyB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,CAAC,EAAE,WAAW,CAAC;CAC5C;AAED,UAAU,qCAAqC;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,yCAAyC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,mBAAmB;IAC3B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,WAAW,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,UAAU,wBAAwB;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,yBAAyB;IACjC,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,0BAA0B;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,0BAA0B;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,0BAA0B;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,mBAAmB;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,gBAAgB,EAChB,qCAAqC,EACrC,yCAAyC,EACzC,mBAAmB,EACnB,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,EAC1B,0BAA0B,EAC1B,0BAA0B,EAC1B,mBAAmB,GACpB,CAAC"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AAEpC,UAAU,cAAe,SAAQ,uBAAuB;IACtD,GAAG,EAAE,MAAM,CAAC;IACZ,iCAAiC,EAAE,MAAM,CAAC;CAC3C;AAED,UAAU,wBAAwB;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,UAAU,mBAAmB;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,CAAC,EAAE,WAAW,CAAC;IACxC,2BAA2B,CAAC,EAAE,MAAM,CAAC;IACrC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,yBAAyB;IACjC,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,4BAA4B,CAAC,EAAE,WAAW,CAAC;CAC5C;AAED,UAAU,qCAAqC;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,yCAAyC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;IACzB,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,mBAAmB;IAC3B,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,WAAW,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,UAAU,wBAAwB;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,MAAM,CAAC;CAChC;AAED,UAAU,yBAAyB;IACjC,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED,UAAU,0BAA0B;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,0BAA0B;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,0BAA0B;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,yBAAyB,CAAC,EAAE,WAAW,CAAC;CACzC;AAED,UAAU,mBAAmB;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,sBAAsB;IAC9B,qBAAqB,EAAE,MAAM,CAAC;CAC/B;AAED,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,gBAAgB,EAChB,qCAAqC,EACrC,yCAAyC,EACzC,mBAAmB,EACnB,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,EAC1B,0BAA0B,EAC1B,0BAA0B,EAC1B,mBAAmB,EACnB,sBAAsB,GACvB,CAAC"}
@@ -16,14 +16,15 @@ import * as i14 from "./components/update-zaakeigenschap/update-zaakeigenschap.c
16
16
  import * as i15 from "./components/delete-zaakeigenschap/delete-zaakeigenschap.component";
17
17
  import * as i16 from "./components/create-zaak-object/create-zaak-object-configuration.component";
18
18
  import * as i17 from "./components/relateer-zaken/relateer-zaken.component";
19
- import * as i18 from "@angular/common";
20
- import * as i19 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
21
- import * as i20 from "@valtimo/components";
22
- import * as i21 from "carbon-components-angular";
23
- import * as i22 from "@ngx-translate/core";
19
+ import * as i18 from "./components/get-zaakbesluiten/get-zaakbesluiten-configuration.component";
20
+ import * as i19 from "@angular/common";
21
+ import * as i20 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
22
+ import * as i21 from "@valtimo/components";
23
+ import * as i22 from "carbon-components-angular";
24
+ import * as i23 from "@ngx-translate/core";
24
25
  export declare class ZakenApiPluginModule {
25
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.CreateNatuurlijkPersoonZaakRolComponent, typeof i7.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i8.CreateZaakConfigurationComponent, typeof i9.DeleteZaakRolComponent, typeof i10.SetZaakopschortingComponent, typeof i11.StartHersteltermijnConfigurationComponent, typeof i12.EndHersteltermijnComponent, typeof i13.CreateZaakeigenschapComponent, typeof i14.UpdateZaakeigenschapComponent, typeof i15.DeleteZaakeigenschapComponent, typeof i16.CreateZaakObjectConfigurationComponent, typeof i17.RelateerZakenComponent], [typeof i18.CommonModule, typeof i19.PluginTranslatePipeModule, typeof i20.FormModule, typeof i20.InputModule, typeof i20.SelectModule, typeof i20.ParagraphModule, typeof i21.ToggleModule, typeof i20.InputLabelModule, typeof i20.RadioModule, typeof i21.LoadingModule, typeof i21.ButtonModule, typeof i21.DialogModule, typeof i21.IconModule, typeof i22.TranslateModule, typeof i21.DatePickerInputModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i8.CreateZaakConfigurationComponent, typeof i6.CreateNatuurlijkPersoonZaakRolComponent, typeof i7.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i9.DeleteZaakRolComponent, typeof i10.SetZaakopschortingComponent, typeof i11.StartHersteltermijnConfigurationComponent, typeof i12.EndHersteltermijnComponent, typeof i13.CreateZaakeigenschapComponent, typeof i14.UpdateZaakeigenschapComponent, typeof i15.DeleteZaakeigenschapComponent, typeof i16.CreateZaakObjectConfigurationComponent, typeof i17.RelateerZakenComponent]>;
27
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.CreateNatuurlijkPersoonZaakRolComponent, typeof i7.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i8.CreateZaakConfigurationComponent, typeof i9.DeleteZaakRolComponent, typeof i10.SetZaakopschortingComponent, typeof i11.StartHersteltermijnConfigurationComponent, typeof i12.EndHersteltermijnComponent, typeof i13.CreateZaakeigenschapComponent, typeof i14.UpdateZaakeigenschapComponent, typeof i15.DeleteZaakeigenschapComponent, typeof i16.CreateZaakObjectConfigurationComponent, typeof i17.RelateerZakenComponent, typeof i18.GetZaakbesluitenConfigurationComponent], [typeof i19.CommonModule, typeof i20.PluginTranslatePipeModule, typeof i21.FormModule, typeof i21.InputModule, typeof i21.SelectModule, typeof i21.ParagraphModule, typeof i22.ToggleModule, typeof i21.InputLabelModule, typeof i21.RadioModule, typeof i22.LoadingModule, typeof i22.ButtonModule, typeof i22.DialogModule, typeof i22.IconModule, typeof i23.TranslateModule, typeof i22.DatePickerInputModule, typeof i22.DatePickerModule, typeof i22.TimePickerModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i8.CreateZaakConfigurationComponent, typeof i6.CreateNatuurlijkPersoonZaakRolComponent, typeof i7.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i9.DeleteZaakRolComponent, typeof i10.SetZaakopschortingComponent, typeof i11.StartHersteltermijnConfigurationComponent, typeof i12.EndHersteltermijnComponent, typeof i13.CreateZaakeigenschapComponent, typeof i14.UpdateZaakeigenschapComponent, typeof i15.DeleteZaakeigenschapComponent, typeof i16.CreateZaakObjectConfigurationComponent, typeof i17.RelateerZakenComponent, typeof i18.GetZaakbesluitenConfigurationComponent]>;
27
28
  static ɵinj: i0.ɵɵInjectorDeclaration<ZakenApiPluginModule>;
28
29
  }
29
30
  //# sourceMappingURL=zaken-api-plugin.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"zaken-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAsDA,qBAyDa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
1
+ {"version":3,"file":"zaken-api-plugin.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAkDA,qBA6Da,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"zaken-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAoBjD,QAAA,MAAM,2BAA2B,EAAE,mBA0dlC,CAAC;AAEF,OAAO,EAAC,2BAA2B,EAAC,CAAC"}
1
+ {"version":3,"file":"zaken-api-plugin.specification.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/zaken-api-plugin.specification.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAqBjD,QAAA,MAAM,2BAA2B,EAAE,mBAgflC,CAAC;AAEF,OAAO,EAAC,2BAA2B,EAAC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valtimo/plugin",
3
3
  "license": "EUPL-1.2",
4
- "version": "12.20.1",
4
+ "version": "12.21.1",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^17.2.2",
7
7
  "@angular/core": "^17.2.2"
package/public-api.d.ts CHANGED
@@ -45,6 +45,7 @@ export * from './lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-z
45
45
  export * from './lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component';
46
46
  export * from './lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component';
47
47
  export * from './lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component';
48
+ export * from './lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component';
48
49
  export * from './lib/plugins/objecten-api/objecten-api-plugin-module';
49
50
  export * from './lib/plugins/objecten-api/objecten-api-plugin.specification';
50
51
  export * from './lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component';
@@ -74,7 +75,9 @@ export * from './lib/plugins/besluiten-api/besluiten-api-plugin.module';
74
75
  export * from './lib/plugins/besluiten-api/besluiten-api-plugin.specification';
75
76
  export * from './lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component';
76
77
  export * from './lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component';
78
+ export * from './lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component';
77
79
  export * from './lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component';
80
+ export * from './lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component';
78
81
  export * from './lib/plugins/exact/exact.plugin.specification';
79
82
  export * from './lib/plugins/exact/exact-plugin.module';
80
83
  //# sourceMappingURL=public-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/public-api.ts"],"names":[],"mappings":"AAoBA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,0FAA0F,CAAC;AACzG,cAAc,uFAAuF,CAAC;AAEtG,cAAc,iDAAiD,CAAC;AAChE,cAAc,8FAA8F,CAAC;AAC7G,cAAc,wDAAwD,CAAC;AAEvE,cAAc,qFAAqF,CAAC;AACpG,cAAc,4FAA4F,CAAC;AAC3G,cAAc,kJAAkJ,CAAC;AAEjK,cAAc,6DAA6D,CAAC;AAC5E,cAAc,oEAAoE,CAAC;AACnF,cAAc,gHAAgH,CAAC;AAC/H,cAAc,oHAAoH,CAAC;AACnI,cAAc,0FAA0F,CAAC;AAEzG,cAAc,2DAA2D,CAAC;AAC1E,cAAc,kEAAkE,CAAC;AACjF,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yGAAyG,CAAC;AACxH,cAAc,6GAA6G,CAAC;AAC5H,cAAc,iHAAiH,CAAC;AAChI,cAAc,qGAAqG,CAAC;AACpH,cAAc,mIAAmI,CAAC;AAElJ,cAAc,6DAA6D,CAAC;AAC5E,cAAc,oEAAoE,CAAC;AACnF,cAAc,gHAAgH,CAAC;AAE/H,cAAc,iDAAiD,CAAC;AAChE,cAAc,wDAAwD,CAAC;AACvE,cAAc,8FAA8F,CAAC;AAC7G,cAAc,wGAAwG,CAAC;AACvH,cAAc,4FAA4F,CAAC;AAC3G,cAAc,wGAAwG,CAAC;AACvH,cAAc,0HAA0H,CAAC;AACzI,cAAc,oHAAoH,CAAC;AACnI,cAAc,8HAA8H,CAAC;AAC7I,cAAc,oFAAoF,CAAC;AACnG,cAAc,sFAAsF,CAAC;AACrG,cAAc,sGAAsG,CAAC;AACrH,cAAc,oFAAoF,CAAC;AACnG,cAAc,0FAA0F,CAAC;AACzG,cAAc,0FAA0F,CAAC;AACzG,cAAc,0FAA0F,CAAC;AACzG,cAAc,kGAAkG,CAAC;AACjH,cAAc,4EAA4E,CAAC;AAC3F,cAAc,8EAA8E,CAAA;AAE5F,cAAc,uDAAuD,CAAC;AACtE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,uGAAuG,CAAC;AACtH,cAAc,6EAA6E,CAAC;AAE5F,cAAc,uDAAuD,CAAC;AACtE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,uGAAuG,CAAC;AACtH,cAAc,+FAA+F,CAAC;AAC9G,cAAc,mGAAmG,CAAC;AAClH,cAAc,6FAA6F,CAAC;AAC5G,cAAc,6FAA6F,CAAC;AAE5G,cAAc,+DAA+D,CAAC;AAC9E,cAAc,sEAAsE,CAAC;AACrF,cAAc,mHAAmH,CAAC;AAElI,cAAc,+EAA+E,CAAC;AAC9F,cAAc,sFAAsF,CAAC;AACrG,cAAc,oIAAoI,CAAC;AAEnJ,cAAc,qDAAqD,CAAC;AACpE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,oGAAoG,CAAC;AACnH,cAAc,sFAAsF,CAAC;AACrG,cAAc,0FAA0F,CAAC;AAEzG,cAAc,6CAA6C,CAAC;AAC5D,cAAc,oDAAoD,CAAC;AACnE,cAAc,wFAAwF,CAAC;AAEvG,cAAc,yDAAyD,CAAC;AACxE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,0GAA0G,CAAC;AACzH,cAAc,wGAAwG,CAAC;AACvH,cAAc,kHAAkH,CAAC;AAEjI,cAAc,gDAAgD,CAAC;AAC/D,cAAc,yCAAyC,CAAC"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/public-api.ts"],"names":[],"mappings":"AAoBA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,0FAA0F,CAAC;AACzG,cAAc,uFAAuF,CAAC;AAEtG,cAAc,iDAAiD,CAAC;AAChE,cAAc,8FAA8F,CAAC;AAC7G,cAAc,wDAAwD,CAAC;AAEvE,cAAc,qFAAqF,CAAC;AACpG,cAAc,4FAA4F,CAAC;AAC3G,cAAc,kJAAkJ,CAAC;AAEjK,cAAc,6DAA6D,CAAC;AAC5E,cAAc,oEAAoE,CAAC;AACnF,cAAc,gHAAgH,CAAC;AAC/H,cAAc,oHAAoH,CAAC;AACnI,cAAc,0FAA0F,CAAC;AAEzG,cAAc,2DAA2D,CAAC;AAC1E,cAAc,kEAAkE,CAAC;AACjF,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yGAAyG,CAAC;AACxH,cAAc,6GAA6G,CAAC;AAC5H,cAAc,iHAAiH,CAAC;AAChI,cAAc,qGAAqG,CAAC;AACpH,cAAc,mIAAmI,CAAC;AAElJ,cAAc,6DAA6D,CAAC;AAC5E,cAAc,oEAAoE,CAAC;AACnF,cAAc,gHAAgH,CAAC;AAE/H,cAAc,iDAAiD,CAAC;AAChE,cAAc,wDAAwD,CAAC;AACvE,cAAc,8FAA8F,CAAC;AAC7G,cAAc,wGAAwG,CAAC;AACvH,cAAc,4FAA4F,CAAC;AAC3G,cAAc,wGAAwG,CAAC;AACvH,cAAc,0HAA0H,CAAC;AACzI,cAAc,oHAAoH,CAAC;AACnI,cAAc,8HAA8H,CAAC;AAC7I,cAAc,oFAAoF,CAAC;AACnG,cAAc,sFAAsF,CAAC;AACrG,cAAc,sGAAsG,CAAC;AACrH,cAAc,oFAAoF,CAAC;AACnG,cAAc,0FAA0F,CAAC;AACzG,cAAc,0FAA0F,CAAC;AACzG,cAAc,0FAA0F,CAAC;AACzG,cAAc,kGAAkG,CAAC;AACjH,cAAc,4EAA4E,CAAC;AAC3F,cAAc,8EAA8E,CAAA;AAC5F,cAAc,gGAAgG,CAAC;AAE/G,cAAc,uDAAuD,CAAC;AACtE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,uGAAuG,CAAC;AACtH,cAAc,6EAA6E,CAAC;AAE5F,cAAc,uDAAuD,CAAC;AACtE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,uGAAuG,CAAC;AACtH,cAAc,+FAA+F,CAAC;AAC9G,cAAc,mGAAmG,CAAC;AAClH,cAAc,6FAA6F,CAAC;AAC5G,cAAc,6FAA6F,CAAC;AAE5G,cAAc,+DAA+D,CAAC;AAC9E,cAAc,sEAAsE,CAAC;AACrF,cAAc,mHAAmH,CAAC;AAElI,cAAc,+EAA+E,CAAC;AAC9F,cAAc,sFAAsF,CAAC;AACrG,cAAc,oIAAoI,CAAC;AAEnJ,cAAc,qDAAqD,CAAC;AACpE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,oGAAoG,CAAC;AACnH,cAAc,sFAAsF,CAAC;AACrG,cAAc,0FAA0F,CAAC;AAEzG,cAAc,6CAA6C,CAAC;AAC5D,cAAc,oDAAoD,CAAC;AACnE,cAAc,wFAAwF,CAAC;AAEvG,cAAc,yDAAyD,CAAC;AACxE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,0GAA0G,CAAC;AACzH,cAAc,wGAAwG,CAAC;AACvH,cAAc,sGAAsG,CAAC;AACrH,cAAc,kHAAkH,CAAC;AACjI,cAAc,wFAAwF,CAAC;AAEvG,cAAc,gDAAgD,CAAC;AAC/D,cAAc,yCAAyC,CAAC"}