@finos/legend-extension-dsl-service 0.0.2 → 0.0.4

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 (39) hide show
  1. package/lib/components/query/DSL_Service_LegendQueryApplicationPlugin.d.ts.map +1 -1
  2. package/lib/components/query/DSL_Service_LegendQueryApplicationPlugin.js +2 -2
  3. package/lib/components/query/DSL_Service_LegendQueryApplicationPlugin.js.map +1 -1
  4. package/lib/components/studio/QueryProductionizer.js +1 -2
  5. package/lib/components/studio/QueryProductionizer.js.map +1 -1
  6. package/lib/components/studio/ServiceQueryEditor.js +4 -5
  7. package/lib/components/studio/ServiceQueryEditor.js.map +1 -1
  8. package/lib/components/studio/ServiceQueryEditorReviewAction.js +1 -1
  9. package/lib/components/studio/ServiceQueryEditorReviewAction.js.map +1 -1
  10. package/lib/components/studio/UpdateProjectServiceQuerySetup.js +2 -2
  11. package/lib/components/studio/UpdateProjectServiceQuerySetup.js.map +1 -1
  12. package/lib/components/studio/UpdateServiceQuerySetup.js +2 -2
  13. package/lib/components/studio/UpdateServiceQuerySetup.js.map +1 -1
  14. package/lib/index.css +1 -1
  15. package/lib/package.json +2 -3
  16. package/lib/stores/studio/DSL_Service_LegendStudioRouter.d.ts.map +1 -1
  17. package/lib/stores/studio/DSL_Service_LegendStudioRouter.js +1 -2
  18. package/lib/stores/studio/DSL_Service_LegendStudioRouter.js.map +1 -1
  19. package/lib/stores/studio/QueryProductionizerStore.d.ts.map +1 -1
  20. package/lib/stores/studio/QueryProductionizerStore.js +7 -7
  21. package/lib/stores/studio/QueryProductionizerStore.js.map +1 -1
  22. package/lib/stores/studio/ServiceQueryEditorStore.js +2 -2
  23. package/lib/stores/studio/ServiceQueryEditorStore.js.map +1 -1
  24. package/lib/stores/studio/UpdateProjectServiceQuerySetupStore.js +3 -3
  25. package/lib/stores/studio/UpdateProjectServiceQuerySetupStore.js.map +1 -1
  26. package/lib/stores/studio/UpdateServiceQuerySetupStore.js +3 -3
  27. package/lib/stores/studio/UpdateServiceQuerySetupStore.js.map +1 -1
  28. package/package.json +13 -14
  29. package/src/components/query/DSL_Service_LegendQueryApplicationPlugin.tsx +2 -1
  30. package/src/components/studio/QueryProductionizer.tsx +1 -1
  31. package/src/components/studio/ServiceQueryEditor.tsx +5 -5
  32. package/src/components/studio/ServiceQueryEditorReviewAction.tsx +2 -2
  33. package/src/components/studio/UpdateProjectServiceQuerySetup.tsx +2 -2
  34. package/src/components/studio/UpdateServiceQuerySetup.tsx +2 -2
  35. package/src/stores/studio/DSL_Service_LegendStudioRouter.ts +4 -2
  36. package/src/stores/studio/QueryProductionizerStore.ts +19 -25
  37. package/src/stores/studio/ServiceQueryEditorStore.ts +2 -2
  38. package/src/stores/studio/UpdateProjectServiceQuerySetupStore.ts +3 -3
  39. package/src/stores/studio/UpdateServiceQuerySetupStore.ts +3 -3
@@ -110,7 +110,7 @@ export class UpdateServiceQuerySetupStore {
110
110
  this.currentSnapshotService = undefined;
111
111
  this.groupWorkspaces = [];
112
112
  this.resetCurrentGroupWorkspace();
113
- this.applicationStore.navigator.goTo(
113
+ this.applicationStore.navigator.goToLocation(
114
114
  generateServiceQueryUpdaterSetupRoute(undefined, undefined, undefined),
115
115
  );
116
116
  }
@@ -198,7 +198,7 @@ export class UpdateServiceQuerySetupStore {
198
198
  }
199
199
 
200
200
  if (!project || !serviceEntity) {
201
- this.applicationStore.navigator.goTo(
201
+ this.applicationStore.navigator.goToLocation(
202
202
  generateServiceQueryUpdaterSetupRoute(
203
203
  undefined,
204
204
  undefined,
@@ -222,7 +222,7 @@ export class UpdateServiceQuerySetupStore {
222
222
  entity: serviceEntity,
223
223
  });
224
224
 
225
- this.applicationStore.navigator.goTo(
225
+ this.applicationStore.navigator.goToLocation(
226
226
  generateServiceQueryUpdaterSetupRoute(
227
227
  project.groupId,
228
228
  project.artifactId,