@valtimo/connector-management 5.13.0 → 5.15.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 (22) hide show
  1. package/esm2020/lib/components/add-connector-configure/add-connector-configure.component.mjs +3 -3
  2. package/esm2020/lib/components/add-connector-select/add-connector-select.component.mjs +3 -3
  3. package/esm2020/lib/components/connector-link-extension/connector-link-extension.component.mjs +3 -3
  4. package/esm2020/lib/components/connector-link-extension-modal/connector-link-extension-modal.component.mjs +3 -3
  5. package/esm2020/lib/components/connector-management/connector-management.component.mjs +3 -3
  6. package/esm2020/lib/components/connector-modal/connector-modal.component.mjs +3 -3
  7. package/esm2020/lib/components/edit-connector-form/edit-connector-form.component.mjs +3 -3
  8. package/esm2020/lib/components/edit-connector-properties/edit-connector-properties.component.mjs +3 -3
  9. package/esm2020/lib/components/edit-product-aanvragen-connector/edit-product-aanvragen-connector.component.mjs +3 -3
  10. package/esm2020/lib/components/edit-taak-connector/edit-taak-connector.component.mjs +3 -3
  11. package/esm2020/lib/components/modify-connector/modify-connector.component.mjs +3 -3
  12. package/esm2020/lib/components/multi-value-connector-property/multi-value-connector-property.component.mjs +3 -3
  13. package/esm2020/lib/connector-management-routing.mjs +4 -4
  14. package/esm2020/lib/connector-management.module.mjs +4 -4
  15. package/esm2020/lib/services/connector-management/connector-management.service.mjs +3 -3
  16. package/esm2020/lib/services/connector-management-state/connector-management-state.service.mjs +3 -3
  17. package/esm2020/lib/services/object-api-sync/object-api-sync.service.mjs +3 -3
  18. package/fesm2015/valtimo-connector-management.mjs +53 -53
  19. package/fesm2015/valtimo-connector-management.mjs.map +1 -1
  20. package/fesm2020/valtimo-connector-management.mjs +53 -53
  21. package/fesm2020/valtimo-connector-management.mjs.map +1 -1
  22. package/package.json +1 -1
@@ -37,8 +37,8 @@ import { AddConnectorConfigureComponent } from './components/add-connector-confi
37
37
  import * as i0 from "@angular/core";
38
38
  export class ConnectorManagementModule {
39
39
  }
40
- ConnectorManagementModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConnectorManagementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
41
- ConnectorManagementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConnectorManagementModule, declarations: [ConnectorManagementComponent,
40
+ ConnectorManagementModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConnectorManagementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
41
+ ConnectorManagementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConnectorManagementModule, declarations: [ConnectorManagementComponent,
42
42
  AddConnectorSelectComponent,
43
43
  AddConnectorConfigureComponent,
44
44
  ConnectorModalComponent,
@@ -77,7 +77,7 @@ ConnectorManagementModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0
77
77
  ConnectorLinkExtensionModalComponent,
78
78
  EditProductAanvragenConnectorComponent,
79
79
  EditTaakConnectorComponent] });
80
- ConnectorManagementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConnectorManagementModule, providers: [ConnectorManagementStateService], imports: [[
80
+ ConnectorManagementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConnectorManagementModule, providers: [ConnectorManagementStateService], imports: [[
81
81
  CommonModule,
82
82
  ConnectorManagementRoutingModule,
83
83
  TranslateModule,
@@ -97,7 +97,7 @@ ConnectorManagementModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0
97
97
  PageModule,
98
98
  ParagraphModule,
99
99
  ]] });
100
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConnectorManagementModule, decorators: [{
100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConnectorManagementModule, decorators: [{
101
101
  type: NgModule,
102
102
  args: [{
103
103
  providers: [ConnectorManagementStateService],
@@ -45,9 +45,9 @@ export class ConnectorManagementService {
45
45
  return this.http.delete(`${this.valtimoApiConfig.endpointUri}connector/instance/${connectorInstanceId}`);
46
46
  }
47
47
  }
48
- ConnectorManagementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConnectorManagementService, deps: [{ token: i1.HttpClient }, { token: i2.ConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
49
- ConnectorManagementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConnectorManagementService, providedIn: 'root' });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConnectorManagementService, decorators: [{
48
+ ConnectorManagementService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConnectorManagementService, deps: [{ token: i1.HttpClient }, { token: i2.ConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
49
+ ConnectorManagementService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConnectorManagementService, providedIn: 'root' });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConnectorManagementService, decorators: [{
51
51
  type: Injectable,
52
52
  args: [{
53
53
  providedIn: 'root',
@@ -141,9 +141,9 @@ export class ConnectorManagementStateService {
141
141
  this._hideModalSaveButton$.next(false);
142
142
  }
143
143
  }
144
- ConnectorManagementStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConnectorManagementStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
145
- ConnectorManagementStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConnectorManagementStateService, providedIn: 'root' });
146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ConnectorManagementStateService, decorators: [{
144
+ ConnectorManagementStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConnectorManagementStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
145
+ ConnectorManagementStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConnectorManagementStateService, providedIn: 'root' });
146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ConnectorManagementStateService, decorators: [{
147
147
  type: Injectable,
148
148
  args: [{
149
149
  providedIn: 'root',
@@ -36,9 +36,9 @@ export class ObjectApiSyncService {
36
36
  return this.http.delete(`${this.valtimoApiConfig.endpointUri}object/sync/config/${configId}`);
37
37
  }
38
38
  }
39
- ObjectApiSyncService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ObjectApiSyncService, deps: [{ token: i1.HttpClient }, { token: i2.ConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
40
- ObjectApiSyncService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ObjectApiSyncService, providedIn: 'root' });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ObjectApiSyncService, decorators: [{
39
+ ObjectApiSyncService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ObjectApiSyncService, deps: [{ token: i1.HttpClient }, { token: i2.ConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
40
+ ObjectApiSyncService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ObjectApiSyncService, providedIn: 'root' });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ObjectApiSyncService, decorators: [{
42
42
  type: Injectable,
43
43
  args: [{
44
44
  providedIn: 'root',