@valtimo/plugin 10.6.0 → 10.7.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 (77) hide show
  1. package/esm2020/lib/components/plugin-configuration-container/plugin-configuration-container.component.mjs +4 -4
  2. package/esm2020/lib/components/plugin-configuration-container/plugin-configuration-container.module.mjs +5 -5
  3. package/esm2020/lib/pipes/plugin-translate/plugin-translate-pipe.module.mjs +5 -5
  4. package/esm2020/lib/pipes/plugin-translate/plugin-translate.pipe.mjs +6 -8
  5. package/esm2020/lib/plugins/besluiten-api/besluiten-api-plugin.module.mjs +5 -5
  6. package/esm2020/lib/plugins/besluiten-api/components/besluiten-api-configuration/besluiten-api-configuration.component.mjs +4 -4
  7. package/esm2020/lib/plugins/besluiten-api/components/create-zaak-besluit/create-zaak-besluit-configuration.component.mjs +5 -5
  8. package/esm2020/lib/plugins/besluiten-api/components/link-document-to-besluit/link-document-to-besluit-configuration.component.mjs +4 -4
  9. package/esm2020/lib/plugins/besluiten-api/services/besluiten-api.service.mjs +4 -4
  10. package/esm2020/lib/plugins/catalogi-api/catalogi-api-plugin-module.mjs +5 -5
  11. package/esm2020/lib/plugins/catalogi-api/components/catalogi-api-configuration/catalogi-api-configuration.component.mjs +4 -4
  12. package/esm2020/lib/plugins/catalogi-api/components/get-besluittype/get-besluittype-configuration.component.mjs +4 -4
  13. package/esm2020/lib/plugins/catalogi-api/components/get-resultaattype/get-resultaattype-configuration.component.mjs +4 -4
  14. package/esm2020/lib/plugins/catalogi-api/components/get-statustype/get-statustype-configuration.component.mjs +4 -4
  15. package/esm2020/lib/plugins/documenten-api/components/documenten-api-configuration/documenten-api-configuration.component.mjs +4 -4
  16. package/esm2020/lib/plugins/documenten-api/components/download-document/download-document-configuration.component.mjs +4 -4
  17. package/esm2020/lib/plugins/documenten-api/components/store-temp-document/store-temp-document-configuration.component.mjs +4 -4
  18. package/esm2020/lib/plugins/documenten-api/components/store-uploaded-document/store-uploaded-document-configuration.component.mjs +4 -4
  19. package/esm2020/lib/plugins/documenten-api/documenten-api-plugin.module.mjs +5 -5
  20. package/esm2020/lib/plugins/notificaties-api/components/notificaties-api-configuration/notificaties-api-configuration.component.mjs +4 -4
  21. package/esm2020/lib/plugins/notificaties-api/notificaties-api-plugin.module.mjs +5 -5
  22. package/esm2020/lib/plugins/notificaties-api-authentication/components/open-notificaties-configuration/open-notificaties-configuration.component.mjs +4 -4
  23. package/esm2020/lib/plugins/notificaties-api-authentication/open-notificaties-plugin.module.mjs +5 -5
  24. package/esm2020/lib/plugins/object-token-authentication/components/object-token-authentication-configuration/object-token-authencation-configuration.component.mjs +4 -4
  25. package/esm2020/lib/plugins/object-token-authentication/object-token-authentication-plugin.module.mjs +5 -5
  26. package/esm2020/lib/plugins/objecten-api/components/delete-object/delete-object.component.mjs +4 -4
  27. package/esm2020/lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component.mjs +4 -4
  28. package/esm2020/lib/plugins/objecten-api/objecten-api-plugin-module.mjs +5 -5
  29. package/esm2020/lib/plugins/objecttypen-api/components/objecttypen-api-configuration/objecttypen-api-configuration.component.mjs +4 -4
  30. package/esm2020/lib/plugins/objecttypen-api/objecttypen-api-plugin-module.mjs +5 -5
  31. package/esm2020/lib/plugins/open-zaak/components/open-zaak-configuration/open-zaak-configuration.component.mjs +4 -4
  32. package/esm2020/lib/plugins/open-zaak/open-zaak-plugin.module.mjs +5 -5
  33. package/esm2020/lib/plugins/portaaltaak/components/complete-portal-task/complete-portal-task.component.mjs +4 -4
  34. package/esm2020/lib/plugins/portaaltaak/components/create-portal-task/create-portal-task.component.mjs +4 -4
  35. package/esm2020/lib/plugins/portaaltaak/components/portaaltaak-configuration/portaaltaak-configuration.component.mjs +4 -4
  36. package/esm2020/lib/plugins/portaaltaak/portaaltaak-plugin.module.mjs +5 -5
  37. package/esm2020/lib/plugins/portaaltaak/services/object.service.mjs +4 -4
  38. package/esm2020/lib/plugins/smart-documents/components/generate-document-configuration/generate-document-configuration.component.mjs +4 -4
  39. package/esm2020/lib/plugins/smart-documents/components/smart-documents-configuration/smart-documents-configuration.component.mjs +4 -4
  40. package/esm2020/lib/plugins/smart-documents/smart-documents-plugin.module.mjs +5 -5
  41. package/esm2020/lib/plugins/verzoek/components/verzoek-configuration/verzoek-configuration.component.mjs +5 -5
  42. package/esm2020/lib/plugins/verzoek/services/verzoek-plugin.service.mjs +4 -4
  43. package/esm2020/lib/plugins/verzoek/verzoek-plugin.module.mjs +9 -9
  44. package/esm2020/lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component.mjs +4 -4
  45. package/esm2020/lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component.mjs +4 -4
  46. package/esm2020/lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component.mjs +5 -5
  47. package/esm2020/lib/plugins/zaken-api/components/create-zaak-resultaat/create-zaak-resultaat-configuration.component.mjs +5 -5
  48. package/esm2020/lib/plugins/zaken-api/components/link-document-to-zaak/link-document-to-zaak-configuration.component.mjs +4 -4
  49. package/esm2020/lib/plugins/zaken-api/components/link-uploaded-document-to-zaak/link-uploaded-document-to-zaak-configuration.component.mjs +4 -4
  50. package/esm2020/lib/plugins/zaken-api/components/set-zaak-status/set-zaak-status-configuration.component.mjs +5 -5
  51. package/esm2020/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.mjs +75 -0
  52. package/esm2020/lib/plugins/zaken-api/components/zaken-api-configuration/zaken-api-configuration.component.mjs +4 -4
  53. package/esm2020/lib/plugins/zaken-api/models/config.mjs +1 -1
  54. package/esm2020/lib/plugins/zaken-api/services/zaken-api.service.mjs +4 -4
  55. package/esm2020/lib/plugins/zaken-api/zaken-api-plugin.module.mjs +12 -7
  56. package/esm2020/lib/plugins/zaken-api/zaken-api-plugin.specification.mjs +15 -1
  57. package/esm2020/lib/services/plugin-management.service.mjs +4 -4
  58. package/esm2020/lib/services/plugin-translation.service.mjs +4 -4
  59. package/esm2020/lib/services/plugin.service.mjs +4 -4
  60. package/esm2020/public-api.mjs +2 -1
  61. package/fesm2015/valtimo-plugin.mjs +284 -198
  62. package/fesm2015/valtimo-plugin.mjs.map +1 -1
  63. package/fesm2020/valtimo-plugin.mjs +282 -198
  64. package/fesm2020/valtimo-plugin.mjs.map +1 -1
  65. package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts +1 -3
  66. package/lib/pipes/plugin-translate/plugin-translate.pipe.d.ts.map +1 -1
  67. package/lib/plugins/verzoek/verzoek-plugin.module.d.ts +1 -1
  68. package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts +24 -0
  69. package/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component.d.ts.map +1 -0
  70. package/lib/plugins/zaken-api/models/config.d.ts +6 -1
  71. package/lib/plugins/zaken-api/models/config.d.ts.map +1 -1
  72. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts +6 -5
  73. package/lib/plugins/zaken-api/zaken-api-plugin.module.d.ts.map +1 -1
  74. package/lib/plugins/zaken-api/zaken-api-plugin.specification.d.ts.map +1 -1
  75. package/package.json +5 -5
  76. package/public-api.d.ts +1 -0
  77. package/public-api.d.ts.map +1 -1
@@ -1,12 +1,10 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
- import { PluginService } from '../../services';
4
3
  import { PluginTranslationService } from '../../services/plugin-translation.service';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class PluginTranslatePipe implements PipeTransform {
7
6
  private readonly pluginTranslationService;
8
- private readonly pluginService;
9
- constructor(pluginTranslationService: PluginTranslationService, pluginService: PluginService);
7
+ constructor(pluginTranslationService: PluginTranslationService);
10
8
  transform(translateKey: string, pluginDefinitionKey: string): Observable<string>;
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<PluginTranslatePipe, never>;
12
10
  static ɵpipe: i0.ɵɵPipeDeclaration<PluginTranslatePipe, "pluginTranslate", false>;
@@ -1 +1 @@
1
- {"version":3,"file":"plugin-translate.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/pipes/plugin-translate/plugin-translate.pipe.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAgB,UAAU,EAAK,MAAM,MAAM,CAAC;AAGnD,OAAO,EAAC,aAAa,EAAC,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAC,wBAAwB,EAAC,MAAM,2CAA2C,CAAC;;AAEnF,qBAGa,mBAAoB,YAAW,aAAa;IAErD,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACzC,OAAO,CAAC,QAAQ,CAAC,aAAa;gBADb,wBAAwB,EAAE,wBAAwB,EAClD,aAAa,EAAE,aAAa;IAG/C,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;yCANrE,mBAAmB;uCAAnB,mBAAmB;CAS/B"}
1
+ {"version":3,"file":"plugin-translate.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin/src/lib/pipes/plugin-translate/plugin-translate.pipe.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAO,aAAa,EAAC,MAAM,eAAe,CAAC;AAClD,OAAO,EAAC,UAAU,EAAC,MAAM,MAAM,CAAC;AAChC,OAAO,EAAC,wBAAwB,EAAC,MAAM,2CAA2C,CAAC;;AAEnF,qBAGa,mBAAoB,YAAW,aAAa;IAC3C,OAAO,CAAC,QAAQ,CAAC,wBAAwB;gBAAxB,wBAAwB,EAAE,wBAAwB;IAE/E,SAAS,CAAC,YAAY,EAAE,MAAM,EAAE,mBAAmB,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;yCAHrE,mBAAmB;uCAAnB,mBAAmB;CAM/B"}
@@ -7,7 +7,7 @@ import * as i5 from "carbon-components-angular";
7
7
  import * as i6 from "@valtimo/components";
8
8
  export declare class VerzoekPluginModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<VerzoekPluginModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<VerzoekPluginModule, [typeof i1.VerzoekConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule, typeof i4.SelectModule, typeof i4.ParagraphModule, typeof i4.MultiInputFormModule, typeof i4.RadioModule, typeof i4.InputLabelModule, typeof i4.ButtonModule, typeof i5.ModalModule, typeof i5.InputModule, typeof i4.TooltipIconModule, typeof i6.CarbonMultiInputModule, typeof i5.ButtonModule, typeof i6.ValtimoIbmModalDirectiveModule], [typeof i1.VerzoekConfigurationComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VerzoekPluginModule, [typeof i1.VerzoekConfigurationComponent], [typeof i2.CommonModule, typeof i3.PluginTranslatePipeModule, typeof i4.FormModule, typeof i4.InputModule, typeof i4.SelectModule, typeof i4.ParagraphModule, typeof i4.MultiInputFormModule, typeof i4.RadioModule, typeof i4.InputLabelModule, typeof i4.ButtonModule, typeof i5.ModalModule, typeof i5.InputModule, typeof i4.TooltipIconModule, typeof i6.CarbonMultiInputModule, typeof i5.ButtonModule, typeof i6.ValtimoCdsModalDirectiveModule], [typeof i1.VerzoekConfigurationComponent]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<VerzoekPluginModule>;
12
12
  }
13
13
  //# sourceMappingURL=verzoek-plugin.module.d.ts.map
@@ -0,0 +1,24 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
+ import { FunctionConfigurationComponent } from '../../../../models';
3
+ import { Observable } from 'rxjs';
4
+ import { SetZaakopschortingConfig } from '../../models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class SetZaakopschortingComponent implements FunctionConfigurationComponent, OnInit, OnDestroy {
7
+ disabled$: Observable<boolean>;
8
+ pluginId: string;
9
+ prefillConfiguration$: Observable<SetZaakopschortingConfig>;
10
+ save$: Observable<void>;
11
+ configuration: EventEmitter<SetZaakopschortingConfig>;
12
+ valid: EventEmitter<boolean>;
13
+ private readonly formValue$;
14
+ private saveSubscription;
15
+ private readonly valid$;
16
+ ngOnInit(): void;
17
+ ngOnDestroy(): void;
18
+ formValueChange(formValue: SetZaakopschortingConfig): void;
19
+ private handleValid;
20
+ private openSaveSubscription;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<SetZaakopschortingComponent, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<SetZaakopschortingComponent, "valtimo-set-zaak-opschorting-configuration", never, { "disabled$": "disabled$"; "pluginId": "pluginId"; "prefillConfiguration$": "prefillConfiguration$"; "save$": "save$"; }, { "configuration": "configuration"; "valid": "valid"; }, never, never, false>;
23
+ }
24
+ //# sourceMappingURL=set-zaakopschorting.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-zaakopschorting.component.d.ts","sourceRoot":"","sources":["../../../../../../../../projects/valtimo/plugin/src/lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.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,wBAAwB,EAAC,MAAM,cAAc,CAAC;;AAItD,qBAMa,2BAA4B,YAAW,8BAA8B,EAAE,MAAM,EAAE,SAAS;IAC1F,SAAS,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,qBAAqB,EAAE,UAAU,CAAC,wBAAwB,CAAC,CAAC;IAC5D,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IACvB,aAAa,EAAE,YAAY,CAAC,wBAAwB,CAAC,CAAgD;IACrG,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAErE,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA8D;IACzF,OAAO,CAAC,gBAAgB,CAAgB;IACxC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuC;IAEvD,QAAQ,IAAI,IAAI;IAIhB,WAAW,IAAI,IAAI;IAInB,eAAe,CAAC,SAAS,EAAE,wBAAwB,GAAG,IAAI;IAKjE,OAAO,CAAC,WAAW;IAOnB,OAAO,CAAC,oBAAoB;yCAhCjB,2BAA2B;2CAA3B,2BAA2B;CA2CvC"}
@@ -38,5 +38,10 @@ interface CreateZaakConfig {
38
38
  zaaktypeUrl: string;
39
39
  inputTypeZaakTypeToggle?: InputOption;
40
40
  }
41
- export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, };
41
+ interface SetZaakopschortingConfig {
42
+ verlengingsduur: string;
43
+ toelichtingVerlenging: string;
44
+ toelichtingOpschorting: string;
45
+ }
46
+ export { ZakenApiConfig, LinkDocumentToZaakConfig, SetZaakStatusConfig, CreateZaakResultaatConfig, CreateZaakConfig, CreateNatuurlijkePersoonZaakRolConfig, CreateNietNatuurlijkePersoonZaakRolConfig, SetZaakopschortingConfig };
42
47
  //# 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;CACrB;AAED,UAAU,yCAAyC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,WAAW,CAAC;CACvC;AAED,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,gBAAgB,EAChB,qCAAqC,EACrC,yCAAyC,GAC1C,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;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;CACrB;AAED,UAAU,yCAAyC;IACjD,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,uBAAuB,CAAC,EAAE,WAAW,CAAC;CACvC;AAED,UAAU,wBAAwB;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,MAAM,CAAC;CAChC;AAED,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,gBAAgB,EAChB,qCAAqC,EACrC,yCAAyC,EACzC,wBAAwB,EACzB,CAAC"}
@@ -7,13 +7,14 @@ import * as i5 from "./components/create-zaak-resultaat/create-zaak-resultaat-co
7
7
  import * as i6 from "./components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component";
8
8
  import * as i7 from "./components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component";
9
9
  import * as i8 from "./components/create-zaak/create-zaak-configuration.component";
10
- import * as i9 from "@angular/common";
11
- import * as i10 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
12
- import * as i11 from "@valtimo/user-interface";
13
- import * as i12 from "carbon-components-angular";
10
+ import * as i9 from "./components/set-zaakopschorting/set-zaakopschorting.component";
11
+ import * as i10 from "@angular/common";
12
+ import * as i11 from "../../pipes/plugin-translate/plugin-translate-pipe.module";
13
+ import * as i12 from "@valtimo/user-interface";
14
+ import * as i13 from "carbon-components-angular";
14
15
  export declare class ZakenApiPluginModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ZakenApiPluginModule, never>;
16
- 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.CommonModule, typeof i10.PluginTranslatePipeModule, typeof i11.FormModule, typeof i11.InputModule, typeof i11.SelectModule, typeof i11.ParagraphModule, typeof i12.ToggleModule, typeof i11.InputLabelModule, typeof i11.RadioModule, typeof i12.LoadingModule], [typeof i1.ZakenApiConfigurationComponent, typeof i2.LinkDocumentToZaakConfigurationComponent, typeof i3.LinkUploadedDocumentToZaakConfigurationComponent, typeof i4.SetZaakStatusConfigurationComponent, typeof i5.CreateZaakResultaatConfigurationComponent, typeof i8.CreateZaakConfigurationComponent, typeof i6.CreateNatuurlijkPersoonZaakRolComponent, typeof i7.CreateNietNatuurlijkPersoonZaakRolComponent]>;
17
+ 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.SetZaakopschortingComponent], [typeof i10.CommonModule, typeof i11.PluginTranslatePipeModule, typeof i12.FormModule, typeof i12.InputModule, typeof i12.SelectModule, typeof i12.ParagraphModule, typeof i13.ToggleModule, typeof i12.InputLabelModule, typeof i12.RadioModule, typeof i13.LoadingModule], [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.SetZaakopschortingComponent]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<ZakenApiPluginModule>;
18
19
  }
19
20
  //# 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":";;;;;;;;;;;;;AAqCA,qBAkCa,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":";;;;;;;;;;;;;;AAsCA,qBAoCa,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;AAWjD,QAAA,MAAM,2BAA2B,EAAE,mBAwQlC,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;AAYjD,QAAA,MAAM,2BAA2B,EAAE,mBAqRlC,CAAC;AAEF,OAAO,EAAC,2BAA2B,EAAC,CAAC"}
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@valtimo/plugin",
3
3
  "license": "EUPL-1.2",
4
- "version": "10.6.0",
4
+ "version": "10.7.0",
5
5
  "peerDependencies": {
6
- "@angular/common": "^14.2.5",
7
- "@angular/core": "^14.2.5",
8
- "@angular/flex-layout": "^14.0.0-beta.40"
6
+ "@angular/common": "^14.3.0",
7
+ "@angular/core": "^14.3.0",
8
+ "@angular/flex-layout": "^14.0.0-beta.41"
9
9
  },
10
10
  "dependencies": {
11
- "tslib": "^2.0.0"
11
+ "tslib": "^2.5.0"
12
12
  },
13
13
  "module": "fesm2015/valtimo-plugin.mjs",
14
14
  "es2020": "fesm2020/valtimo-plugin.mjs",
package/public-api.d.ts CHANGED
@@ -33,6 +33,7 @@ export * from './lib/plugins/zaken-api/components/link-uploaded-document-to-zaak
33
33
  export * from './lib/plugins/zaken-api/components/create-natuurlijk-persoon-zaak-rol/create-natuurlijk-persoon-zaak-rol.component';
34
34
  export * from './lib/plugins/zaken-api/components/create-niet-natuurlijk-persoon-zaak-rol/create-niet-natuurlijk-persoon-zaak-rol.component';
35
35
  export * from './lib/plugins/zaken-api/components/create-zaak/create-zaak-configuration.component';
36
+ export * from './lib/plugins/zaken-api/components/set-zaakopschorting/set-zaakopschorting.component';
36
37
  export * from './lib/plugins/objecten-api/objecten-api-plugin-module';
37
38
  export * from './lib/plugins/objecten-api/objecten-api-plugin.specification';
38
39
  export * from './lib/plugins/objecten-api/components/objecten-api-configuration/objecten-api-configuration.component';
@@ -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;AAEnI,cAAc,2DAA2D,CAAC;AAC1E,cAAc,kEAAkE,CAAC;AACjF,cAAc,yGAAyG,CAAC;AACxH,cAAc,6GAA6G,CAAC;AAC5H,cAAc,iHAAiH,CAAC;AAChI,cAAc,qGAAqG,CAAC;AAEpH,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;AAEnG,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;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"}
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;AAEnI,cAAc,2DAA2D,CAAC;AAC1E,cAAc,kEAAkE,CAAC;AACjF,cAAc,yGAAyG,CAAC;AACxH,cAAc,6GAA6G,CAAC;AAC5H,cAAc,iHAAiH,CAAC;AAChI,cAAc,qGAAqG,CAAC;AAEpH,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;AAErG,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;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"}