@valtimo/plugin-management 13.34.0 → 13.36.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 (29) hide show
  1. package/index.d.ts +0 -1
  2. package/lib/components/plugin-add-modal/plugin-add-modal.component.d.ts +0 -1
  3. package/lib/components/plugin-add-select/plugin-add-select.component.d.ts +0 -1
  4. package/lib/components/plugin-configure/plugin-configure.component.d.ts +0 -1
  5. package/lib/components/plugin-edit/plugin-edit.component.d.ts +0 -1
  6. package/lib/components/plugin-edit-modal/plugin-edit-modal.component.d.ts +0 -1
  7. package/lib/components/plugin-management/plugin-management.component.d.ts +0 -1
  8. package/lib/models/index.d.ts +0 -1
  9. package/lib/models/plugin-modal.model.d.ts +0 -1
  10. package/lib/plugin-management-routing.d.ts +0 -1
  11. package/lib/plugin-management.module.d.ts +0 -1
  12. package/lib/services/index.d.ts +0 -1
  13. package/lib/services/plugin-management-state.service.d.ts +0 -1
  14. package/package.json +1 -1
  15. package/public-api.d.ts +0 -1
  16. package/lib/components/plugin-add-modal/plugin-add-modal.component.d.ts.map +0 -1
  17. package/lib/components/plugin-add-select/plugin-add-select.component.d.ts.map +0 -1
  18. package/lib/components/plugin-configure/plugin-configure.component.d.ts.map +0 -1
  19. package/lib/components/plugin-edit/plugin-edit.component.d.ts.map +0 -1
  20. package/lib/components/plugin-edit-modal/plugin-edit-modal.component.d.ts.map +0 -1
  21. package/lib/components/plugin-management/plugin-management.component.d.ts.map +0 -1
  22. package/lib/models/index.d.ts.map +0 -1
  23. package/lib/models/plugin-modal.model.d.ts.map +0 -1
  24. package/lib/plugin-management-routing.d.ts.map +0 -1
  25. package/lib/plugin-management.module.d.ts.map +0 -1
  26. package/lib/services/index.d.ts.map +0 -1
  27. package/lib/services/plugin-management-state.service.d.ts.map +0 -1
  28. package/public-api.d.ts.map +0 -1
  29. package/valtimo-plugin-management.d.ts.map +0 -1
package/index.d.ts CHANGED
@@ -3,4 +3,3 @@
3
3
  */
4
4
  /// <amd-module name="@valtimo/plugin-management" />
5
5
  export * from './public-api';
6
- //# sourceMappingURL=valtimo-plugin-management.d.ts.map
@@ -23,4 +23,3 @@ export declare class PluginAddModalComponent {
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<PluginAddModalComponent, never>;
24
24
  static ɵcmp: i0.ɵɵComponentDeclaration<PluginAddModalComponent, "valtimo-plugin-add-modal", never, { "open": { "alias": "open"; "required": false; }; }, { "closeModal": "closeModal"; }, never, never, false, never>;
25
25
  }
26
- //# sourceMappingURL=plugin-add-modal.component.d.ts.map
@@ -27,4 +27,3 @@ export declare class PluginAddSelectComponent implements OnInit, OnDestroy {
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<PluginAddSelectComponent, never>;
28
28
  static ɵcmp: i0.ɵɵComponentDeclaration<PluginAddSelectComponent, "valtimo-plugin-add-select", never, {}, {}, never, never, false, never>;
29
29
  }
30
- //# sourceMappingURL=plugin-add-select.component.d.ts.map
@@ -16,4 +16,3 @@ export declare class PluginConfigureComponent {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<PluginConfigureComponent, never>;
17
17
  static ɵcmp: i0.ɵɵComponentDeclaration<PluginConfigureComponent, "valtimo-plugin-configure", never, {}, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
18
18
  }
19
- //# sourceMappingURL=plugin-configure.component.d.ts.map
@@ -19,4 +19,3 @@ export declare class PluginEditComponent {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<PluginEditComponent, never>;
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<PluginEditComponent, "valtimo-plugin-edit", never, {}, { "valid": "valid"; "configuration": "configuration"; }, never, never, false, never>;
21
21
  }
22
- //# sourceMappingURL=plugin-edit.component.d.ts.map
@@ -24,4 +24,3 @@ export declare class PluginEditModalComponent {
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<PluginEditModalComponent, never>;
25
25
  static ɵcmp: i0.ɵɵComponentDeclaration<PluginEditModalComponent, "valtimo-plugin-edit-modal", never, { "open": { "alias": "open"; "required": false; }; "saveNewConfiguration": { "alias": "saveNewConfiguration"; "required": false; }; }, { "closeModal": "closeModal"; }, never, never, false, never>;
26
26
  }
27
- //# sourceMappingURL=plugin-edit-modal.component.d.ts.map
@@ -28,4 +28,3 @@ export declare class PluginManagementComponent {
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<PluginManagementComponent, never>;
29
29
  static ɵcmp: i0.ɵɵComponentDeclaration<PluginManagementComponent, "valtimo-plugin-management", never, {}, {}, never, never, false, never>;
30
30
  }
31
- //# sourceMappingURL=plugin-management.component.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './plugin-modal.model';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
1
  type PluginModal = 'add' | 'edit';
2
2
  export { PluginModal };
3
- //# sourceMappingURL=plugin-modal.model.d.ts.map
@@ -6,4 +6,3 @@ export declare class PluginManagementRoutingModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<PluginManagementRoutingModule, never, [typeof i1.CommonModule, typeof i2.RouterModule], [typeof i2.RouterModule]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<PluginManagementRoutingModule>;
8
8
  }
9
- //# sourceMappingURL=plugin-management-routing.d.ts.map
@@ -16,4 +16,3 @@ export declare class PluginManagementModule {
16
16
  static ɵmod: i0.ɵɵNgModuleDeclaration<PluginManagementModule, [typeof i1.PluginManagementComponent, typeof i2.PluginAddModalComponent, typeof i3.PluginAddSelectComponent, typeof i4.PluginConfigureComponent, typeof i5.PluginEditModalComponent, typeof i6.PluginEditComponent], [typeof i7.CommonModule, typeof i8.PluginManagementRoutingModule, typeof i9.TranslateModule, typeof i10.ParagraphModule, typeof i10.TableModule, typeof i10.StepperModule, typeof i10.VModalModule, typeof i11.PluginTranslatePipeModule, typeof i11.PluginConfigurationContainerModule, typeof i12.ButtonModule, typeof i10.CarbonListModule, typeof i12.ModalModule, typeof i12.IconModule, typeof i10.ValtimoCdsModalDirective, typeof i12.LayerModule, typeof i12.TilesModule, typeof i12.LoadingModule], [typeof i1.PluginManagementComponent, typeof i2.PluginAddModalComponent, typeof i3.PluginAddSelectComponent, typeof i4.PluginConfigureComponent, typeof i5.PluginEditModalComponent, typeof i6.PluginEditComponent]>;
17
17
  static ɵinj: i0.ɵɵInjectorDeclaration<PluginManagementModule>;
18
18
  }
19
- //# sourceMappingURL=plugin-management.module.d.ts.map
@@ -1,2 +1 @@
1
1
  export * from './plugin-management-state.service';
2
- //# sourceMappingURL=index.d.ts.map
@@ -50,4 +50,3 @@ export declare class PluginManagementStateService {
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<PluginManagementStateService, never>;
51
51
  static ɵprov: i0.ɵɵInjectableDeclaration<PluginManagementStateService>;
52
52
  }
53
- //# sourceMappingURL=plugin-management-state.service.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valtimo/plugin-management",
3
3
  "license": "EUPL-1.2",
4
- "version": "13.34.0",
4
+ "version": "13.36.0",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "19.2.20",
7
7
  "@angular/core": "19.2.20"
package/public-api.d.ts CHANGED
@@ -7,4 +7,3 @@ export * from './lib/components/plugin-add-select/plugin-add-select.component';
7
7
  export * from './lib/components/plugin-configure/plugin-configure.component';
8
8
  export * from './lib/components/plugin-edit-modal/plugin-edit-modal.component';
9
9
  export * from './lib/components/plugin-edit/plugin-edit.component';
10
- //# sourceMappingURL=public-api.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-add-modal.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin-management/src/lib/components/plugin-add-modal/plugin-add-modal.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,4BAA4B,EAAC,MAAM,gBAAgB,CAAC;AAE5D,OAAO,EAAC,eAAe,EAAE,OAAO,EAAC,MAAM,MAAM,CAAC;AAC9C,OAAO,EAAC,uBAAuB,EAAE,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;AACjF,OAAO,EAAC,SAAS,EAAC,MAAM,YAAY,CAAC;;AAGrC,qBAMa,uBAAuB;IAWhC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,MAAM;IAZhB,IAAI,UAAS;IAEZ,UAAU,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAEjE,SAAgB,cAAc,qCAAoC;IAClE,SAAgB,yBAAyB,wEAA+C;IACxF,SAAgB,mBAAmB,2BAAuC;IAC1E,SAAgB,yBAAyB,mBAA0B;gBAGhD,YAAY,EAAE,4BAA4B,EAC1C,uBAAuB,EAAE,uBAAuB,EAChD,MAAM,EAAE,SAAS;IAG7B,QAAQ,IAAI,IAAI;IAIhB,IAAI,IAAI,IAAI;IAUZ,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAI7B,eAAe,CAAC,aAAa,EAAE,uBAAuB,GAAG,IAAI;IA4BpE,OAAO,CAAC,iBAAiB;yCA9Dd,uBAAuB;2CAAvB,uBAAuB;CAiEnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-add-select.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin-management/src/lib/components/plugin-add-select/plugin-add-select.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,SAAS,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;AAE3D,OAAO,EAAC,4BAA4B,EAAC,MAAM,gBAAgB,CAAC;AAC5D,OAAO,EAAC,gBAAgB,EAAE,uBAAuB,EAA0B,MAAM,iBAAiB,CAAC;;AAEnG,qBAMa,wBAAyB,YAAW,MAAM,EAAE,SAAS;IAS9D,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAT/B,SAAgB,yBAAyB,8CAA+C;IACxF,SAAgB,SAAS,qCAAoC;IAC7D,SAAgB,2BAA2B,kFAAiD;IAC5F,SAAgB,OAAO;;;;;MAA2B;IAElD,OAAO,CAAC,mBAAmB,CAAgB;gBAGxB,uBAAuB,EAAE,uBAAuB,EAChD,YAAY,EAAE,4BAA4B;IAGtD,QAAQ,IAAI,IAAI;IAKhB,WAAW,IAAI,IAAI;IAInB,sBAAsB,CAAC,KAAK,EAAE;QAAC,KAAK,EAAE,gBAAgB,CAAA;KAAC,GAAG,IAAI;IAI9D,wBAAwB,IAAI,IAAI;IAIvC,OAAO,CAAC,oBAAoB;IAM5B,OAAO,CAAC,uBAAuB;yCApCpB,wBAAwB;2CAAxB,wBAAwB;CA4CpC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-configure.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin-management/src/lib/components/plugin-configure/plugin-configure.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AAErE,OAAO,EAAC,4BAA4B,EAAC,MAAM,gBAAgB,CAAC;AAC5D,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;;AAGxD,qBAMa,wBAAwB;IAevB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAd/B,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,SAAgB,KAAK,iCAA2B;IAEhD,SAAgB,oBAAoB,oCAElC;IAEF,SAAgB,qBAAqB,kCAAiB;IAEtD,SAAgB,SAAS,qCAAoC;gBAEhC,YAAY,EAAE,4BAA4B;IAEhE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAI7B,uBAAuB,CAAC,aAAa,EAAE,uBAAuB,GAAG,IAAI;yCArBjE,wBAAwB;2CAAxB,wBAAwB;CAwBpC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin-management/src/lib/components/plugin-edit/plugin-edit.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AAErE,OAAO,EAAC,4BAA4B,EAAC,MAAM,gBAAgB,CAAC;AAC5D,OAAO,EAAC,uBAAuB,EAAC,MAAM,iBAAiB,CAAC;;AAExD,qBAMa,mBAAmB;IAyBlB,OAAO,CAAC,QAAQ,CAAC,YAAY;IAxB/B,KAAK,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAC3D,aAAa,EAAE,YAAY,CAAC,uBAAuB,CAAC,CAChB;IAE9C,SAAgB,SAAS,iCAA+B;IAExD,SAAgB,oBAAoB,oCAElC;IAEF,SAAgB,qBAAqB;;;OAUnC;IAEF,SAAgB,SAAS,qCAAoC;gBAEhC,YAAY,EAAE,4BAA4B;IAEhE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAI7B,uBAAuB,CAAC,aAAa,EAAE,uBAAuB,GAAG,IAAI;yCA/BjE,mBAAmB;2CAAnB,mBAAmB;CAkC/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-edit-modal.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin-management/src/lib/components/plugin-edit-modal/plugin-edit-modal.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAY,YAAY,EAAgB,MAAM,eAAe,CAAC;AACrE,OAAO,EAAC,4BAA4B,EAAC,MAAM,gBAAgB,CAAC;AAE5D,OAAO,EAAC,eAAe,EAAE,UAAU,EAAC,MAAM,MAAM,CAAC;AACjD,OAAO,EACL,mBAAmB,EACnB,uBAAuB,EACvB,uBAAuB,EACxB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAC,SAAS,EAAC,MAAM,YAAY,CAAC;;AAErC,qBAMa,wBAAwB;IAYjC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,MAAM;IAbzB,SAAyB,IAAI,SAAS;IACtC,SAAyB,oBAAoB,SAAS;IAE5C,UAAU,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAEjE,SAAgB,cAAc,sBAAoC;IAClE,SAAgB,4BAA4B,EAAE,UAAU,CAAC,mBAAmB,CAAC,CAC5B;IACjD,SAAgB,mBAAmB,2BAAuC;gBAGvD,YAAY,EAAE,4BAA4B,EAC1C,uBAAuB,EAAE,uBAAuB,EAChD,MAAM,EAAE,SAAS;IAG7B,IAAI,IAAI,IAAI;IAIZ,MAAM,IAAI,IAAI;IAsBd,IAAI,IAAI,IAAI;IAKZ,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAInC,qBAAqB,CAAC,aAAa,EAAE,uBAAuB,GAAG,IAAI;IAoC1E,OAAO,CAAC,0BAA0B;yCAxFvB,wBAAwB;2CAAxB,wBAAwB;CAiHpC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-management.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/valtimo/plugin-management/src/lib/components/plugin-management/plugin-management.component.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAC,gBAAgB,EAAC,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAC,UAAU,EAAE,YAAY,EAAW,MAAM,qBAAqB,CAAC;AACvE,OAAO,EACL,mBAAmB,EACnB,uBAAuB,EACvB,wBAAwB,EACzB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAC,SAAS,EAAC,MAAM,YAAY,CAAC;AACrC,OAAO,EAAC,eAAe,EAAiB,UAAU,EAAC,MAAM,MAAM,CAAC;AAEhE,OAAO,EAAC,4BAA4B,EAAC,MAAM,gBAAgB,CAAC;;AAI5D,qBAMa,yBAAyB;IAgElC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IACxC,OAAO,CAAC,QAAQ,CAAC,wBAAwB;IACzC,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,gBAAgB;IAnEnC,SAAgB,MAAM,EAAE,YAAY,EAAE,CAgBpC;IACF,SAAgB,WAAW,EAAE,UAAU,EAAE,CAcvC;IAEF,SAAgB,QAAQ,2BAAsC;IAC9D,SAAgB,cAAc,2BAAuC;IACrE,SAAgB,aAAa,2BAAuC;IACpE,SAAgB,qBAAqB,EAAE,UAAU,CAAC,mBAAmB,EAAE,CAAC,CAsBpE;IAEJ,SAAgB,qBAAqB,2BAAuC;gBAGzD,MAAM,EAAE,SAAS,EACjB,uBAAuB,EAAE,uBAAuB,EAChD,wBAAwB,EAAE,wBAAwB,EAClD,YAAY,EAAE,4BAA4B,EAC1C,gBAAgB,EAAE,gBAAgB;IAG9C,YAAY,IAAI,IAAI;IAIpB,iBAAiB,CAAC,aAAa,EAAE,mBAAmB,GAAG,IAAI;IAM3D,mBAAmB,CAAC,aAAa,EAAE,mBAAmB,GAAG,IAAI;IAkB7D,cAAc,IAAI,IAAI;IAItB,aAAa,IAAI,IAAI;IAIrB,sBAAsB,CAAC,aAAa,EAAE,mBAAmB,GAAG,IAAI;yCA3G5D,yBAAyB;2CAAzB,yBAAyB;CAkHrC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin-management/src/lib/models/index.ts"],"names":[],"mappings":"AAgBA,cAAc,sBAAsB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-modal.model.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin-management/src/lib/models/plugin-modal.model.ts"],"names":[],"mappings":"AAgBA,KAAK,WAAW,GAAG,KAAK,GAAG,MAAM,CAAC;AAElC,OAAO,EAAC,WAAW,EAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-management-routing.d.ts","sourceRoot":"","sources":["../../../../projects/valtimo/plugin-management/src/lib/plugin-management-routing.ts"],"names":[],"mappings":";;;AAgCA,qBAKa,6BAA6B;yCAA7B,6BAA6B;0CAA7B,6BAA6B;0CAA7B,6BAA6B;CAAG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-management.module.d.ts","sourceRoot":"","sources":["../../../../projects/valtimo/plugin-management/src/lib/plugin-management.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;AA6CA,qBAsCa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin-management/src/lib/services/index.ts"],"names":[],"mappings":"AAgBA,cAAc,mCAAmC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-management-state.service.d.ts","sourceRoot":"","sources":["../../../../../projects/valtimo/plugin-management/src/lib/services/plugin-management-state.service.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAiC,UAAU,EAAU,MAAM,MAAM,CAAC;AAEzE,OAAO,EAAC,WAAW,EAAC,MAAM,WAAW,CAAC;AACtC,OAAO,EACL,aAAa,EAEb,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACzB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAC,YAAY,EAAC,MAAM,2BAA2B,CAAC;;AAEvD,qBAGa,4BAA4B;IA+CrC,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,SAAS;IA/C5B,OAAO,CAAC,QAAQ,CAAC,WAAW,CAA8B;IAC1D,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAiB;IAC7C,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAuC;IACvE,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAmC;IAC7D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAC9C,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAuB;IAClD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAuB;IAChD,OAAO,CAAC,QAAQ,CAAC,qBAAqB,CAAuC;IAC7E,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAElC;IACF,OAAO,CAAC,QAAQ,CAAC,4BAA4B,CAyB3C;IACF,OAAO,CAAC,QAAQ,CAAC,0BAA0B,CAEzC;IAEF,OAAO,CAAC,QAAQ,CAAC,6BAA6B,CAEjC;gBAGM,aAAa,EAAE,aAAa,EAC5B,SAAS,EAAE,YAAY;IAG1C,IAAI,UAAU,IAAI,UAAU,CAAC,WAAW,CAAC,CAExC;IAED,IAAI,UAAU,IAAI,UAAU,CAAC,GAAG,CAAC,CAEhC;IAED,IAAI,cAAc,IAAI,UAAU,CAAC,OAAO,CAAC,CAExC;IAED,IAAI,QAAQ,IAAI,UAAU,CAAC,GAAG,CAAC,CAE9B;IAED,IAAI,kBAAkB,IAAI,UAAU,CAAC,KAAK,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,CAExE;IAED,IAAI,2BAA2B,IAAI,UAAU,CAAC,KAAK,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,CAEzF;IAED,IAAI,yBAAyB,IAAI,UAAU,CAAC,gBAAgB,GAAG,SAAS,CAAC,CAExE;IAED,IAAI,4BAA4B,IAAI,UAAU,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAE9E;IAED,IAAI,KAAK,IAAI,UAAU,CAAC,GAAG,CAAC,CAE3B;IAED,IAAI,SAAS,IAAI,UAAU,CAAC,GAAG,CAAC,CAE/B;IAED,IAAI,OAAO,IAAI,UAAU,CAAC,GAAG,CAAC,CAE7B;IAED,IAAI,oBAAoB,IAAI,UAAU,CAAC,OAAO,CAAC,CAE9C;IAED,SAAS,CAAC,SAAS,EAAE,WAAW,GAAG,IAAI;IAIvC,SAAS,IAAI,IAAI;IAIjB,YAAY,IAAI,IAAI;IAIpB,WAAW,IAAI,IAAI;IAInB,OAAO,IAAI,IAAI;IAIf,oBAAoB,CAAC,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,IAAI;IAIhE,sBAAsB,CAAC,UAAU,EAAE,gBAAgB,GAAG,IAAI;IAI1D,yBAAyB,CAAC,aAAa,EAAE,mBAAmB,GAAG,IAAI;IAInE,6BAA6B,IAAI,IAAI;IAIrC,gCAAgC,IAAI,IAAI;IAIxC,IAAI,IAAI,IAAI;IAIZ,QAAQ,IAAI,IAAI;IAIhB,MAAM,IAAI,IAAI;IAId,mBAAmB,IAAI,IAAI;IAI3B,mBAAmB,IAAI,IAAI;IAI3B,KAAK,IAAI,IAAI;yCA/JF,4BAA4B;6CAA5B,4BAA4B;CAmKxC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin-management/src/public-api.ts"],"names":[],"mappings":"AAoBA,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gEAAgE,CAAC;AAC/E,cAAc,8DAA8D,CAAC;AAC7E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,8DAA8D,CAAC;AAC7E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,oDAAoD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"valtimo-plugin-management.d.ts","sourceRoot":"","sources":["../../../projects/valtimo/plugin-management/src/valtimo-plugin-management.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,cAAc,CAAC"}