@valtimo/plugin 13.4.1 → 13.5.0-release-0.0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/fesm2022/valtimo-plugin.mjs +1566 -854
  2. package/fesm2022/valtimo-plugin.mjs.map +1 -1
  3. package/lib/components/default-plugin-configuration/default-plugin-configuration.component.d.ts.map +1 -1
  4. package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts +8 -6
  5. package/lib/plugins/besluiten-api/besluiten-api-plugin.module.d.ts.map +1 -1
  6. package/lib/plugins/besluiten-api/besluiten-api-plugin.specification.d.ts.map +1 -1
  7. package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts +24 -0
  8. package/lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component.d.ts.map +1 -0
  9. package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts +39 -0
  10. package/lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component.d.ts.map +1 -0
  11. package/lib/plugins/besluiten-api/models/config.d.ts +17 -1
  12. package/lib/plugins/besluiten-api/models/config.d.ts.map +1 -1
  13. package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts +3 -0
  14. package/lib/plugins/besluiten-api/models/patch-besluit-properties.d.ts.map +1 -0
  15. package/lib/plugins/catalogi-api/catalogi-api-plugin.specification.d.ts.map +1 -1
  16. package/lib/plugins/catalogi-api/components/get-resultaattypen/get-resultaattypen-configuration.component.d.ts.map +1 -1
  17. package/lib/plugins/catalogi-api/components/get-statustypen/get-statustypen-configuration.component.d.ts.map +1 -1
  18. package/lib/plugins/documenten-api/documenten-api-plugin.specification.d.ts.map +1 -1
  19. package/lib/plugins/exact/exact.plugin.specification.d.ts.map +1 -1
  20. package/lib/plugins/iko/iko-plugin.specification.d.ts.map +1 -1
  21. package/lib/plugins/klantinteracties-api/klantinteracties-api-plugin.specification.d.ts.map +1 -1
  22. package/lib/plugins/notificaties-api/notificaties-api-plugin.specification.d.ts.map +1 -1
  23. package/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.specification.d.ts.map +1 -1
  24. package/lib/plugins/object-token-authentication/object-token-authentication-plugin.specification.d.ts.map +1 -1
  25. package/lib/plugins/objecten-api/objecten-api-plugin.specification.d.ts.map +1 -1
  26. package/lib/plugins/objecttypen-api/objecttypen-api-plugin.specification.d.ts.map +1 -1
  27. package/lib/plugins/open-klant-token-authentication/open-klant-token-authentication-plugin.specification.d.ts.map +1 -1
  28. package/lib/plugins/open-zaak/open-zaak-plugin.specification.d.ts.map +1 -1
  29. package/lib/plugins/portaaltaak/portaaltaak-plugin.specification.d.ts.map +1 -1
  30. package/lib/plugins/smart-documents/smart-documents-plugin.specification.d.ts.map +1 -1
  31. package/lib/plugins/verzoek/verzoek-plugin.specification.d.ts.map +1 -1
  32. package/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
  33. package/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.d.ts.map +1 -1
  34. package/lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component.d.ts.map +1 -1
  35. package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts +26 -0
  36. package/lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component.d.ts.map +1 -0
  37. package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts +24 -0
  38. package/lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component.d.ts.map +1 -0
  39. package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts +34 -0
  40. package/lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component.d.ts.map +1 -0
  41. package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts +24 -0
  42. package/lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component.d.ts.map +1 -0
  43. package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts +9 -5
  44. package/lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component.d.ts.map +1 -1
  45. package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts +45 -0
  46. package/lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component.d.ts.map +1 -0
  47. package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts +20 -5
  48. package/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.d.ts.map +1 -1
  49. package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts +9 -4
  50. package/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.d.ts.map +1 -1
  51. package/lib/plugins/zaken-api/models/config.d.ts +41 -1
  52. package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
  53. package/lib/plugins/zaken-api/models/patch-zaak-properties.d.ts.map +1 -1
  54. package/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.d.ts +3 -0
  55. package/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.d.ts.map +1 -0
  56. package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts +2 -0
  57. package/lib/plugins/zaken-api/models/zaaknotificatie-statuses.d.ts.map +1 -0
  58. package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts +2 -0
  59. package/lib/plugins/zaken-api/models/zaaknotificatie-types.d.ts.map +1 -0
  60. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +29 -23
  61. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -1
  62. package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -1
  63. package/package.json +1 -1
  64. package/public-api.d.ts +9 -0
  65. package/public-api.d.ts.map +1 -1
@@ -1,15 +1,16 @@
1
1
  import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { FunctionConfigurationComponent } from '../../../../models';
2
+ import { CARBON_THEME, CdsThemeService, RadioValue, SelectItem } from '@valtimo/components';
3
+ import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
3
4
  import { BehaviorSubject, Observable, Subject } from 'rxjs';
5
+ import { FunctionConfigurationComponent } from '../../../../models';
6
+ import { PluginTranslatePipe } from '../../../../pipes';
4
7
  import { InputOption, SetZaakStatusConfig } from '../../models';
5
- import { RadioValue, SelectItem } from '@valtimo/components';
6
8
  import { ZakenApiService } from '../../services';
7
- import { PluginTranslatePipe } from '../../../../pipes';
8
- import { CaseManagementParams, ManagementContext } from '@valtimo/shared';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class SetZaakStatusConfigurationComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
11
11
  private readonly zakenApiService;
12
12
  private readonly pluginTranslatePipe;
13
+ private readonly cdsThemeService;
13
14
  save$: Observable<void>;
14
15
  disabled$: Observable<boolean>;
15
16
  set pluginId(value: string);
@@ -20,19 +21,33 @@ export declare class SetZaakStatusConfigurationComponent implements FunctionConf
20
21
  readonly clearStatusSelection$: Subject<void>;
21
22
  readonly loading$: BehaviorSubject<boolean>;
22
23
  readonly selectedInputOption$: BehaviorSubject<InputOption>;
24
+ readonly datumStatusGezetSelectedInputOption$: BehaviorSubject<string>;
23
25
  readonly pluginId$: BehaviorSubject<string>;
24
26
  readonly formValue$: BehaviorSubject<SetZaakStatusConfig>;
25
27
  readonly valid$: BehaviorSubject<boolean>;
26
28
  readonly statusTypeSelectItems$: BehaviorSubject<SelectItem[]>;
29
+ readonly datePickerInvalid$: BehaviorSubject<boolean>;
27
30
  readonly inputTypeOptions$: Observable<Array<RadioValue>>;
31
+ readonly datePickerInputTypeOptions$: Observable<Array<RadioValue>>;
32
+ readonly theme$: Observable<CARBON_THEME>;
28
33
  private readonly _subscriptions;
29
- constructor(zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe);
34
+ selectedDate: string | null;
35
+ selectedTime: string | null;
36
+ constructor(zakenApiService: ZakenApiService, pluginTranslatePipe: PluginTranslatePipe, cdsThemeService: CdsThemeService);
30
37
  ngOnInit(): void;
31
38
  ngOnDestroy(): void;
32
39
  formValueChange(formValue: SetZaakStatusConfig): void;
40
+ onDateSelected(event: Date[]): void;
41
+ onTimeSelected(event: string): void;
42
+ private updateDatumStatusGezet;
43
+ private prefillToday;
44
+ private formatTime;
33
45
  oneSelectItem(selectItems: Array<SelectItem>): boolean;
34
46
  private initContextHandling;
35
47
  private initSaveHandling;
48
+ private isValidDatumStatusGezet;
49
+ private isDateNotInFuture;
50
+ private hasEnteredDateText;
36
51
  private handleValid;
37
52
  static ɵfac: i0.ɵɵFactoryDeclaration<SetZaakStatusConfigurationComponent, never>;
38
53
  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; }; "context$": { "alias": "context$"; "required": false; }; }, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
@@ -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,EACV,OAAO,EAKR,MAAM,MAAM,CAAC;AACd,OAAO,EAAC,WAAW,EAAE,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,qBAAqB,CAAC;AAE3D,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;;AAExE,qBAOa,mCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAuC1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAtC7B,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;IACvD,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAE/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,QAAQ,CAAC,qBAAqB,gBAAuB;IACrD,QAAQ,CAAC,QAAQ,2BAAsC;IACvD,QAAQ,CAAC,oBAAoB,+BAAiD;IAC9E,QAAQ,CAAC,SAAS,0BAAmC;IACrD,QAAQ,CAAC,UAAU,uCAAyD;IAC5E,QAAQ,CAAC,MAAM,2BAAuC;IACtD,QAAQ,CAAC,sBAAsB,gCAAyC;IAExE,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;gBAGlC,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB;IAGpD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IASrD,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAI7D,OAAO,CAAC,mBAAmB;IAoC3B,OAAO,CAAC,gBAAgB;IAqBxB,OAAO,CAAC,WAAW;yCA3HR,mCAAmC;2CAAnC,mCAAmC;CAgI/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":"AAeA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EACL,YAAY,EACZ,eAAe,EAEf,UAAU,EACV,UAAU,EACX,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAC,oBAAoB,EAAE,iBAAiB,EAAC,MAAM,iBAAiB,CAAC;AAExE,OAAO,EACL,eAAe,EAGf,UAAU,EACV,OAAO,EAKR,MAAM,MAAM,CAAC;AAGd,OAAO,EAAC,8BAA8B,EAAC,MAAM,oBAAoB,CAAC;AAClE,OAAO,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAC,WAAW,EAAE,mBAAmB,EAAC,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAC,eAAe,EAAC,MAAM,gBAAgB,CAAC;;AAE/C,qBAOa,mCACX,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAkE1D,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IACpC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAlEzB,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;IACvD,QAAQ,EAAE,UAAU,CAAC,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,CAAC,CAAC;IAE/D,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,mBAAmB,CAAC,CAChB;IAE1C,QAAQ,CAAC,qBAAqB,gBAAuB;IACrD,QAAQ,CAAC,QAAQ,2BAAsC;IACvD,QAAQ,CAAC,oBAAoB,+BAAiD;IAC9E,QAAQ,CAAC,oCAAoC,0BAAsC;IACnF,QAAQ,CAAC,SAAS,0BAAmC;IACrD,QAAQ,CAAC,UAAU,uCAAyD;IAC5E,QAAQ,CAAC,MAAM,2BAAuC;IACtD,QAAQ,CAAC,sBAAsB,gCAAyC;IACxE,QAAQ,CAAC,kBAAkB,2BAAuC;IAElE,QAAQ,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAYvD;IAEF,QAAQ,CAAC,2BAA2B,EAAE,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAcjE;IAEF,SAAgB,MAAM,EAAE,UAAU,CAAC,YAAY,CAAC,CAI9C;IAEF,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAsB;IAE9C,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IACnC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;gBAGvB,eAAe,EAAE,eAAe,EAChC,mBAAmB,EAAE,mBAAmB,EACxC,eAAe,EAAE,eAAe;IAG5C,QAAQ,IAAI,IAAI;IAMhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,mBAAmB,GAAG,IAAI;IAqBrD,cAAc,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,IAAI;IAOnC,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAK1C,OAAO,CAAC,sBAAsB;IAiC9B,OAAO,CAAC,YAAY;IA6BpB,OAAO,CAAC,UAAU;IAKX,aAAa,CAAC,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,OAAO;IAI7D,OAAO,CAAC,mBAAmB;IAoC3B,OAAO,CAAC,gBAAgB;IAyBxB,OAAO,CAAC,uBAAuB;IAsB/B,OAAO,CAAC,iBAAiB;IAkBzB,OAAO,CAAC,kBAAkB;IAQ1B,OAAO,CAAC,WAAW;yCAvSR,mCAAmC;2CAAnC,mCAAmC;CAmT/C"}
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
2
  import { PluginConfigurationComponent } from '../../../../models';
3
- import { Observable } from 'rxjs';
3
+ import { BehaviorSubject, Observable } from 'rxjs';
4
4
  import { PluginManagementService, PluginTranslationService } from '../../../../services';
5
5
  import { TranslateService } from '@ngx-translate/core';
6
6
  import { ZakenApiConfig } from '../../models';
@@ -15,17 +15,22 @@ export declare class ZakenApiConfigurationComponent implements PluginConfigurati
15
15
  prefillConfiguration$: Observable<ZakenApiConfig>;
16
16
  valid: EventEmitter<boolean>;
17
17
  configuration: EventEmitter<ZakenApiConfig>;
18
- private saveSubscription;
19
- private readonly formValue$;
20
- private readonly valid$;
21
18
  readonly authenticationPluginSelectItems$: Observable<Array<{
22
19
  id: string;
23
20
  text: string;
24
21
  }>>;
22
+ readonly noteEventListenerEnabled$: BehaviorSubject<boolean>;
23
+ private _eventListenerEnabledSubscription;
24
+ private readonly formValue$;
25
+ private _saveSubscription;
26
+ private readonly valid$;
25
27
  constructor(pluginManagementService: PluginManagementService, translateService: TranslateService, pluginTranslationService: PluginTranslationService);
26
28
  ngOnInit(): void;
27
29
  ngOnDestroy(): void;
28
30
  formValueChange(formValue: ZakenApiConfig): void;
31
+ onNoteEventListenerEnabledChange(event: any): void;
32
+ private initNoteEventListenerEnabled;
33
+ private openEventListenerEnabledSubscription;
29
34
  private handleValid;
30
35
  private openSaveSubscription;
31
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiConfigurationComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"zaken-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAsC,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;;AAE5C,qBAMa,8BACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IA+BxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IA/BlC,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,cAAc,CAAC,CAAC;IACjD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,cAAc,CAAC,CAAsC;IAE3F,OAAO,CAAC,gBAAgB,CAAgB;IAExC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAoD;IAC/E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAE9D,QAAQ,CAAC,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAcpF;gBAGe,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAGrE,QAAQ,IAAI,IAAI;IAIhB,WAAW;IAIX,eAAe,CAAC,SAAS,EAAE,cAAc,GAAG,IAAI;IAKhD,OAAO,CAAC,WAAW;IAWnB,OAAO,CAAC,oBAAoB;yCA7DjB,8BAA8B;2CAA9B,8BAA8B;CAwE1C"}
1
+ {"version":3,"file":"zaken-api-configuration.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAS,SAAS,EAAE,MAAM,EAAS,MAAM,eAAe,CAAC;AACxF,OAAO,EAAC,4BAA4B,EAAC,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAC,eAAe,EAAsB,UAAU,EAAqB,MAAM,MAAM,CAAC;AACzF,OAAO,EAAC,uBAAuB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AACvF,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;;AAE5C,qBAMa,8BACX,YAAW,4BAA4B,EAAE,MAAM,EAAE,SAAS;IAgCxD,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IACjC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IAhC3B,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,cAAc,CAAC,CAAC;IACjD,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,cAAc,CAAC,CAAsC;IAElG,SAAgB,gCAAgC,EAAE,UAAU,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC,CAc3F;IACJ,SAAgB,yBAAyB,2BAAuC;IAEhF,OAAO,CAAC,iCAAiC,CAAgB;IACzD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAoD;IAC/E,OAAO,CAAC,iBAAiB,CAAgB;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;gBAG3C,uBAAuB,EAAE,uBAAuB,EAChD,gBAAgB,EAAE,gBAAgB,EAClC,wBAAwB,EAAE,wBAAwB;IAG9D,QAAQ,IAAI,IAAI;IAMhB,WAAW;IAKX,eAAe,CAAC,SAAS,EAAE,cAAc,GAAG,IAAI;IAShD,gCAAgC,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAIzD,OAAO,CAAC,4BAA4B;IAMpC,OAAO,CAAC,oCAAoC;IAM5C,OAAO,CAAC,WAAW;IAiBnB,OAAO,CAAC,oBAAoB;yCA3FjB,8BAA8B;2CAA9B,8BAA8B;CAsG1C"}
@@ -3,16 +3,23 @@ import { InputOption } from './input';
3
3
  interface ZakenApiConfig extends PluginConfigurationData {
4
4
  url: string;
5
5
  authenticationPluginConfiguration: string;
6
+ noteEventListenerEnabled?: boolean;
7
+ noteSubject?: string;
6
8
  }
7
9
  interface LinkDocumentToZaakConfig {
8
10
  documentUrl: string;
9
11
  titel: string;
10
12
  beschrijving: string;
11
13
  }
14
+ interface GetZaakInformatieobjectenConfig {
15
+ resultProcessVariable: string;
16
+ }
12
17
  interface SetZaakStatusConfig {
13
18
  statustypeUrl: string;
14
19
  statustoelichting: string;
15
20
  inputTypeZaakStatusToggle?: InputOption;
21
+ inputDatumStatusGezetToggle?: string;
22
+ datumStatusGezet?: string;
16
23
  }
17
24
  interface CreateZaakResultaatConfig {
18
25
  resultaattypeUrl: string;
@@ -25,6 +32,7 @@ interface CreateNatuurlijkePersoonZaakRolConfig {
25
32
  inpBsn: string;
26
33
  anpIdentificatie: string;
27
34
  inpA_nummer: string;
35
+ resultProcessVariable?: string;
28
36
  }
29
37
  interface CreateNietNatuurlijkePersoonZaakRolConfig {
30
38
  roltypeUrl: string;
@@ -33,6 +41,7 @@ interface CreateNietNatuurlijkePersoonZaakRolConfig {
33
41
  annIdentificatie: string;
34
42
  kvkNummer?: string;
35
43
  vestigingsNummer?: string;
44
+ resultProcessVariable?: string;
36
45
  }
37
46
  interface CreateMedewerkerZaakRolConfig {
38
47
  roltypeUrl: string;
@@ -43,6 +52,7 @@ interface CreateMedewerkerZaakRolConfig {
43
52
  voorvoegselAchternaam?: string;
44
53
  afwijkendeNaamBetrokkene?: string;
45
54
  indicatieMachtiging?: string;
55
+ resultProcessVariable?: string;
46
56
  }
47
57
  interface CreateOrganisatorischeEenheidZaakRolConfig {
48
58
  roltypeUrl: string;
@@ -52,6 +62,7 @@ interface CreateOrganisatorischeEenheidZaakRolConfig {
52
62
  isGehuisvestIn: string;
53
63
  afwijkendeNaamBetrokkene?: string;
54
64
  indicatieMachtiging?: string;
65
+ resultProcessVariable?: string;
55
66
  }
56
67
  interface CreateVestigingZaakRolConfig {
57
68
  roltypeUrl: string;
@@ -59,6 +70,10 @@ interface CreateVestigingZaakRolConfig {
59
70
  handelsnaam?: string;
60
71
  kvkNummer: string;
61
72
  vestigingsNummer: string;
73
+ resultProcessVariable?: string;
74
+ }
75
+ interface DeleteZaakRolConfig {
76
+ rolUuid: string;
62
77
  }
63
78
  interface CreateZaakConfig {
64
79
  rsin: string;
@@ -117,5 +132,30 @@ interface RelateerZakenConfig {
117
132
  teRelaterenZaakUri: string;
118
133
  aardRelatie: string;
119
134
  }
120
- export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, CreateMedewerkerZaakRolConfig, CreateOrganisatorischeEenheidZaakRolConfig, CreateVestigingZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, PatchZaakConfig, RelateerZakenConfig, };
135
+ interface GetZaakbesluitenConfig {
136
+ resultProcessVariable: string;
137
+ }
138
+ interface CreateZaakNotitieConfig {
139
+ onderwerp: string;
140
+ tekst: string;
141
+ aangemaaktDoor?: string;
142
+ notitieType?: string;
143
+ status?: string;
144
+ }
145
+ interface PatchZaakNotitieConfig {
146
+ zaakNotitieUrl: string;
147
+ onderwerp?: string;
148
+ tekst?: string;
149
+ aangemaaktDoor?: string;
150
+ notitieType?: string;
151
+ status?: string;
152
+ }
153
+ export interface PropertyFormField {
154
+ type?: string;
155
+ name: string;
156
+ translationKey: string;
157
+ tooltipTranslationKey?: string;
158
+ presetOptions?: string[];
159
+ }
160
+ export { ZakenApiConfig, LinkDocumentToZaakConfig, GetZaakInformatieobjectenConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, CreateMedewerkerZaakRolConfig, CreateOrganisatorischeEenheidZaakRolConfig, CreateVestigingZaakRolConfig, DeleteZaakRolConfig, SetZaakopschortingConfig, StartHersteltermijnConfig, CreateZaakeigenschapConfig, UpdateZaakeigenschapConfig, DeleteZaakeigenschapConfig, PatchZaakConfig, RelateerZakenConfig, GetZaakbesluitenConfig, CreateZaakNotitieConfig, PatchZaakNotitieConfig, };
121
161
  //# 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":"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"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/config.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"patch-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/patch-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,wBAAwB,2SAe3B,CAAC;AACX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAC"}
1
+ {"version":3,"file":"patch-zaak-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/patch-zaak-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,wBAAwB,2SAe3B,CAAC;AAEX,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const PatchZaakNotitiePropertyOptions: readonly ["onderwerp", "tekst", "aangemaaktDoor", "notitieType", "status"];
2
+ export type PatchZaakNotitieProperties = (typeof PatchZaakNotitiePropertyOptions)[number];
3
+ //# sourceMappingURL=patch-zaaknotitie-properties.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"patch-zaaknotitie-properties.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/patch-zaaknotitie-properties.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,+BAA+B,4EAMlC,CAAC;AAEX,MAAM,MAAM,0BAA0B,GAAG,CAAC,OAAO,+BAA+B,CAAC,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const ZAAKNOTIFICATIE_STATUSES: string[];
2
+ //# sourceMappingURL=zaaknotificatie-statuses.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zaaknotificatie-statuses.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/zaaknotificatie-statuses.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAE,MAAM,EAA8B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const ZAAKNOTIFICATIE_TYPES: string[];
2
+ //# sourceMappingURL=zaaknotificatie-types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zaaknotificatie-types.d.ts","sourceRoot":"","sources":["../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/models/zaaknotificatie-types.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,EAAE,MAAM,EAAyB,CAAC"}
@@ -2,31 +2,37 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./components/zaken-api-configuration/zaken-api-configuration.component";
3
3
  import * as i2 from "./components/link-document-to-zaak/link-document-to-zaak-configuration.component";
4
4
  import * as i3 from "./components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component";
5
- import * as i4 from "./components/set-zaak-status/set-zaak-status-configuration.component";
6
- import * as i5 from "./components/create-zaak-resultaat/create-zaak-resultaat-configuration.component";
7
- import * as i6 from "./components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component";
8
- import * as i7 from "./components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component";
9
- import * as i8 from "./components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component";
10
- import * as i9 from "./components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component";
11
- import * as i10 from "./components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component";
12
- import * as i11 from "./components/create-zaak/create-zaak-configuration.component";
13
- import * as i12 from "./components/set-zaakopschorting/set-zaakopschorting.component";
14
- import * as i13 from "./components/start-hersteltermijn/start-hersteltermijn-configuration.component";
15
- import * as i14 from "./components/end-hersteltermijn/end-hersteltermijn.component";
16
- import * as i15 from "./components/create-zaakeigenschap/create-zaakeigenschap.component";
17
- import * as i16 from "./components/update-zaakeigenschap/update-zaakeigenschap.component";
18
- import * as i17 from "./components/delete-zaakeigenschap/delete-zaakeigenschap.component";
19
- import * as i18 from "./components/create-zaak-object/create-zaak-object-configuration.component";
20
- import * as i19 from "./components/relateer-zaken/relateer-zaken.component";
21
- import * as i20 from "./components/patch-zaak/patch-zaak-configuration.component";
22
- import * as i21 from "@angular/common";
23
- import * as i22 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
24
- import * as i23 from "@valtimo/components";
25
- import * as i24 from "carbon-components-angular";
26
- import * as i25 from "@ngx-translate/core";
5
+ import * as i4 from "./components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component";
6
+ import * as i5 from "./components/set-zaak-status/set-zaak-status-configuration.component";
7
+ import * as i6 from "./components/create-zaak-resultaat/create-zaak-resultaat-configuration.component";
8
+ import * as i7 from "./components/create-medewerker-zaak-rol/create-medewerker-zaak-rol.component";
9
+ import * as i8 from "./components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component";
10
+ import * as i9 from "./components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component";
11
+ import * as i10 from "./components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component";
12
+ import * as i11 from "./components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component";
13
+ import * as i12 from "./components/delete-zaak-rol/delete-zaak-rol.component";
14
+ import * as i13 from "./components/create-zaak/create-zaak-configuration.component";
15
+ import * as i14 from "./components/patch-zaak/patch-zaak-configuration.component";
16
+ import * as i15 from "./components/set-zaakopschorting/set-zaakopschorting.component";
17
+ import * as i16 from "./components/start-hersteltermijn/start-hersteltermijn-configuration.component";
18
+ import * as i17 from "./components/end-hersteltermijn/end-hersteltermijn.component";
19
+ import * as i18 from "./components/create-zaakeigenschap/create-zaakeigenschap.component";
20
+ import * as i19 from "./components/update-zaakeigenschap/update-zaakeigenschap.component";
21
+ import * as i20 from "./components/delete-zaakeigenschap/delete-zaakeigenschap.component";
22
+ import * as i21 from "./components/create-zaak-object/create-zaak-object-configuration.component";
23
+ import * as i22 from "./components/relateer-zaken/relateer-zaken.component";
24
+ import * as i23 from "./components/get-zaakbesluiten/get-zaakbesluiten-configuration.component";
25
+ import * as i24 from "./components/create-zaaknotitie/create-zaaknotitie-configuration.component";
26
+ import * as i25 from "./components/patch-zaaknotitie/patch-zaaknotitie-configuration.component";
27
+ import * as i26 from "@angular/common";
28
+ import * as i27 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
29
+ import * as i28 from "@valtimo/components";
30
+ import * as i29 from "carbon-components-angular";
31
+ import * as i30 from "@ngx-translate/core";
32
+ import * as i31 from "@angular/forms";
27
33
  export declare class ZakenApiPluginModule {
28
34
  static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
29
- static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i6.CreateMedewerkerZaakRolComponent, typeof i7.CreateNatuurlijkPersoonZaakRolComponent, typeof i8.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i9.CreateOrganisatorischeEenheidZaakRolComponent, typeof i10.CreateVestigingZaakRolComponent, typeof i11.CreateZaakConfigurationComponent, typeof i12.SetZaakopschortingComponent, typeof i13.StartHersteltermijnConfigurationComponent, typeof i14.EndHersteltermijnComponent, typeof i15.CreateZaakeigenschapComponent, typeof i16.UpdateZaakeigenschapComponent, typeof i17.DeleteZaakeigenschapComponent, typeof i18.CreateZaakObjectConfigurationComponent, typeof i19.RelateerZakenComponent, typeof i20.PatchZaakConfigurationComponent], [typeof i21.CommonModule, typeof i22.PluginTranslatePipeModule, typeof i23.FormModule, typeof i23.InputModule, typeof i23.SelectModule, typeof i23.ParagraphModule, typeof i24.ToggleModule, typeof i23.InputLabelModule, typeof i23.RadioModule, typeof i24.LoadingModule, typeof i24.ButtonModule, typeof i24.DialogModule, typeof i24.IconModule, typeof i25.TranslateModule, typeof i24.DatePickerInputModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i11.CreateZaakConfigurationComponent, typeof i6.CreateMedewerkerZaakRolComponent, typeof i7.CreateNatuurlijkPersoonZaakRolComponent, typeof i8.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i9.CreateOrganisatorischeEenheidZaakRolComponent, typeof i10.CreateVestigingZaakRolComponent, typeof i12.SetZaakopschortingComponent, typeof i13.StartHersteltermijnConfigurationComponent, typeof i14.EndHersteltermijnComponent, typeof i15.CreateZaakeigenschapComponent, typeof i16.UpdateZaakeigenschapComponent, typeof i17.DeleteZaakeigenschapComponent, typeof i18.CreateZaakObjectConfigurationComponent, typeof i19.RelateerZakenComponent]>;
35
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ZakenApiPluginModule, [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.GetZaakInformatieobjectenComponent, typeof i5.SetZaakStatusConfigurationComponent, typeof i6.CreateZaakResultaatConfigurationComponent, typeof i7.CreateMedewerkerZaakRolComponent, typeof i8.CreateNatuurlijkPersoonZaakRolComponent, typeof i9.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i10.CreateOrganisatorischeEenheidZaakRolComponent, typeof i11.CreateVestigingZaakRolComponent, typeof i12.DeleteZaakRolComponent, typeof i13.CreateZaakConfigurationComponent, typeof i14.PatchZaakConfigurationComponent, typeof i15.SetZaakopschortingComponent, typeof i16.StartHersteltermijnConfigurationComponent, typeof i17.EndHersteltermijnComponent, typeof i18.CreateZaakeigenschapComponent, typeof i19.UpdateZaakeigenschapComponent, typeof i20.DeleteZaakeigenschapComponent, typeof i21.CreateZaakObjectConfigurationComponent, typeof i22.RelateerZakenComponent, typeof i14.PatchZaakConfigurationComponent, typeof i23.GetZaakbesluitenConfigurationComponent, typeof i24.CreateZaakNotitieConfigurationComponent, typeof i25.PatchZaakNotitieConfigurationComponent], [typeof i26.CommonModule, typeof i27.PluginTranslatePipeModule, typeof i28.FormModule, typeof i28.InputModule, typeof i28.SelectModule, typeof i28.ParagraphModule, typeof i29.ToggleModule, typeof i28.InputLabelModule, typeof i28.RadioModule, typeof i29.LoadingModule, typeof i29.ButtonModule, typeof i29.DialogModule, typeof i29.IconModule, typeof i30.TranslateModule, typeof i29.DatePickerInputModule, typeof i29.DatePickerModule, typeof i31.FormsModule, typeof i29.NotificationModule, typeof i31.ReactiveFormsModule, typeof i29.TimePickerModule, typeof i28.InputModule, typeof i31.ReactiveFormsModule, typeof i28.ReadOnlyDirective, typeof i28.InputLabelModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.GetZaakInformatieobjectenComponent, typeof i5.SetZaakStatusConfigurationComponent, typeof i6.CreateZaakResultaatConfigurationComponent, typeof i13.CreateZaakConfigurationComponent, typeof i14.PatchZaakConfigurationComponent, typeof i7.CreateMedewerkerZaakRolComponent, typeof i8.CreateNatuurlijkPersoonZaakRolComponent, typeof i9.CreateNietNatuurlijkPersoonZaakRolComponent, typeof i10.CreateOrganisatorischeEenheidZaakRolComponent, typeof i11.CreateVestigingZaakRolComponent, typeof i12.DeleteZaakRolComponent, typeof i15.SetZaakopschortingComponent, typeof i16.StartHersteltermijnConfigurationComponent, typeof i17.EndHersteltermijnComponent, typeof i18.CreateZaakeigenschapComponent, typeof i19.UpdateZaakeigenschapComponent, typeof i20.DeleteZaakeigenschapComponent, typeof i21.CreateZaakObjectConfigurationComponent, typeof i22.RelateerZakenComponent, typeof i23.GetZaakbesluitenConfigurationComponent, typeof i24.CreateZaakNotitieConfigurationComponent, typeof i25.PatchZaakNotitieConfigurationComponent]>;
30
36
  static ɵinj: i0.ɵɵInjectorDeclaration<ZakenApiPluginModule>;
31
37
  }
32
38
  //# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;AAyDA,qBA8Da,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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkEA,qBAmFa,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;AAuBjD,QAAA,MAAM,2BAA2B,EAAE,mBAunBlC,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;AA4BjD,QAAA,MAAM,2BAA2B,EAAE,mBAwtBlC,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": "13.4.1",
4
+ "version": "13.5.0-release-0.0.0.3",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^19.2.8",
7
7
  "@angular/core": "^19.2.8"
package/public-api.d.ts CHANGED
@@ -50,6 +50,7 @@ export * from './lib/plugins/zaken-api/components/create-medewerker-zaak-rol/cre
50
50
  export * from './lib/plugins/zaken-api/components/create-organisatorische-eenheid-zaak-rol/create-organisatorische-eenheid-zaak-rol.component';
51
51
  export * from './lib/plugins/zaken-api/components/create-vestiging-zaak-rol/create-vestiging-zaak-rol.component';
52
52
  export * from './lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component';
53
+ export * from './lib/plugins/zaken-api/components/patch-zaak/patch-zaak-configuration.component';
53
54
  export * from './lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component';
54
55
  export * from './lib/plugins/zaken-api/components/start-hersteltermijn/start-hersteltermijn-configuration.component';
55
56
  export * from './lib/plugins/zaken-api/components/end-hersteltermijn/end-hersteltermijn.component';
@@ -58,6 +59,12 @@ export * from './lib/plugins/zaken-api/components/update-zaakeigenschap/update-z
58
59
  export * from './lib/plugins/zaken-api/components/delete-zaakeigenschap/delete-zaakeigenschap.component';
59
60
  export * from './lib/plugins/zaken-api/components/create-zaak-object/create-zaak-object-configuration.component';
60
61
  export * from './lib/plugins/zaken-api/components/relateer-zaken/relateer-zaken.component';
62
+ export * from './lib/plugins/zaken-api/components/get-zaak-informatieobjecten/get-zaak-informatieobjecten.component';
63
+ export * from './lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component';
64
+ export * from './lib/plugins/zaken-api/components/delete-zaak-rol/delete-zaak-rol.component';
65
+ export * from './lib/plugins/zaken-api/components/get-zaakbesluiten/get-zaakbesluiten-configuration.component';
66
+ export * from './lib/plugins/zaken-api/components/create-zaaknotitie/create-zaaknotitie-configuration.component';
67
+ export * from './lib/plugins/zaken-api/components/patch-zaaknotitie/patch-zaaknotitie-configuration.component';
61
68
  export * from './lib/plugins/objecten-api/objecten-api-plugin-module';
62
69
  export * from './lib/plugins/objecten-api/objecten-api-plugin.specification';
63
70
  export * from './lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component';
@@ -89,7 +96,9 @@ export * from './lib/plugins/besluiten-api/besluiten-api-plugin.module';
89
96
  export * from './lib/plugins/besluiten-api/besluiten-api-plugin.specification';
90
97
  export * from './lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component';
91
98
  export * from './lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component';
99
+ export * from './lib/plugins/besluiten-api/components/patch-zaak-besluit/patch-zaak-besluit-configuration.component';
92
100
  export * from './lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component';
101
+ export * from './lib/plugins/besluiten-api/components/get-besluit/get-besluit-configuration.component';
93
102
  export * from './lib/plugins/exact/exact.plugin.specification';
94
103
  export * from './lib/plugins/exact/exact-plugin.module';
95
104
  //# 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":"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"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin/src/public-api.ts"],"names":[],"mappings":"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"}