@igo2/integration 20.1.0-next.15 → 20.1.0-next.16

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.
@@ -1164,9 +1164,6 @@ let DirectionsToolComponent = class DirectionsToolComponent {
1164
1164
  get stepFeatureStore() {
1165
1165
  return this.directionState.stepFeatureStore;
1166
1166
  }
1167
- get zoomOnActiveRoute() {
1168
- return this.directionState.zoomToActiveRoute;
1169
- }
1170
1167
  get authenticated$() {
1171
1168
  return this.authService.authenticate$;
1172
1169
  }
@@ -1190,7 +1187,7 @@ let DirectionsToolComponent = class DirectionsToolComponent {
1190
1187
  });
1191
1188
  }
1192
1189
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: DirectionsToolComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1193
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: DirectionsToolComponent, isStandalone: true, selector: "igo-directions-tool", ngImport: i0, template: "<igo-directions\n [contextUri]=\"currentContextUri\"\n [debounce]=\"debounceTime\"\n [stopsStore]=\"stopsStore\"\n [stopsFeatureStore]=\"stopsFeatureStore\"\n [stepsFeatureStore]=\"stepFeatureStore\"\n [routesFeatureStore]=\"routesFeatureStore\"\n [zoomOnActiveRoute]=\"false\"\n [authenticated$]=\"authenticated$\"\n/>\n", dependencies: [{ kind: "ngmodule", type: IgoDirectionsModule }, { kind: "component", type: i1$1.DirectionsComponent, selector: "igo-directions", inputs: ["contextUri", "stopsStore", "stopsFeatureStore", "routesFeatureStore", "stepsFeatureStore", "debounce", "length", "coordRoundedDecimals", "zoomOnActiveRoute", "authenticated$"] }] });
1190
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.18", type: DirectionsToolComponent, isStandalone: true, selector: "igo-directions-tool", ngImport: i0, template: "<igo-directions\n [contextUri]=\"currentContextUri\"\n [debounce]=\"debounceTime\"\n [stopsStore]=\"stopsStore\"\n [stopsFeatureStore]=\"stopsFeatureStore\"\n [stepsFeatureStore]=\"stepFeatureStore\"\n [routesFeatureStore]=\"routesFeatureStore\"\n [authenticated$]=\"authenticated$\"\n/>\n", dependencies: [{ kind: "ngmodule", type: IgoDirectionsModule }, { kind: "component", type: i1$1.DirectionsComponent, selector: "igo-directions", inputs: ["contextUri", "stopsStore", "stopsFeatureStore", "routesFeatureStore", "stepsFeatureStore", "debounce", "length", "coordRoundedDecimals", "authenticated$"] }] });
1194
1191
  };
1195
1192
  DirectionsToolComponent = __decorate([
1196
1193
  ToolComponent({
@@ -1201,7 +1198,7 @@ DirectionsToolComponent = __decorate([
1201
1198
  ], DirectionsToolComponent);
1202
1199
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.18", ngImport: i0, type: DirectionsToolComponent, decorators: [{
1203
1200
  type: Component,
1204
- args: [{ selector: 'igo-directions-tool', imports: [IgoDirectionsModule], template: "<igo-directions\n [contextUri]=\"currentContextUri\"\n [debounce]=\"debounceTime\"\n [stopsStore]=\"stopsStore\"\n [stopsFeatureStore]=\"stopsFeatureStore\"\n [stepsFeatureStore]=\"stepFeatureStore\"\n [routesFeatureStore]=\"routesFeatureStore\"\n [zoomOnActiveRoute]=\"false\"\n [authenticated$]=\"authenticated$\"\n/>\n" }]
1201
+ args: [{ selector: 'igo-directions-tool', imports: [IgoDirectionsModule], template: "<igo-directions\n [contextUri]=\"currentContextUri\"\n [debounce]=\"debounceTime\"\n [stopsStore]=\"stopsStore\"\n [stopsFeatureStore]=\"stopsFeatureStore\"\n [stepsFeatureStore]=\"stepFeatureStore\"\n [routesFeatureStore]=\"routesFeatureStore\"\n [authenticated$]=\"authenticated$\"\n/>\n" }]
1205
1202
  }] });
1206
1203
 
1207
1204
  /**
@@ -1545,7 +1542,9 @@ function getWorkspaceActions(workspace, rowsInMapExtentCheckCondition$, selectOn
1545
1542
  layer: ws.layer
1546
1543
  });
1547
1544
  },
1548
- args: [ogcFilterWidget, workspace]
1545
+ args: [ogcFilterWidget, workspace],
1546
+ availability: (widget, ws) => of(ws.layer.options.sourceOptions
1547
+ ?.ogcFilters?.enabled)
1549
1548
  },
1550
1549
  {
1551
1550
  id: 'interactiveSelect',