@finos/legend-application-query 13.5.7 → 13.5.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. package/lib/__lib__/LegendQueryNavigation.d.ts +5 -1
  2. package/lib/__lib__/LegendQueryNavigation.d.ts.map +1 -1
  3. package/lib/__lib__/LegendQueryNavigation.js +5 -1
  4. package/lib/__lib__/LegendQueryNavigation.js.map +1 -1
  5. package/lib/__lib__/LegendQueryUserDataSpaceHelper.d.ts.map +1 -1
  6. package/lib/application/LegendQueryApplicationConfig.d.ts +4 -0
  7. package/lib/application/LegendQueryApplicationConfig.d.ts.map +1 -1
  8. package/lib/application/LegendQueryApplicationConfig.js +4 -0
  9. package/lib/application/LegendQueryApplicationConfig.js.map +1 -1
  10. package/lib/components/CloneQueryServiceSetup.d.ts +0 -1
  11. package/lib/components/CloneQueryServiceSetup.d.ts.map +1 -1
  12. package/lib/components/Core_LegendQueryApplicationPlugin.d.ts.map +1 -1
  13. package/lib/components/Core_LegendQueryApplicationPlugin.js +19 -2
  14. package/lib/components/Core_LegendQueryApplicationPlugin.js.map +1 -1
  15. package/lib/components/CreateMappingQuerySetup.d.ts +0 -1
  16. package/lib/components/CreateMappingQuerySetup.d.ts.map +1 -1
  17. package/lib/components/EditExistingQuerySetup.d.ts +0 -1
  18. package/lib/components/EditExistingQuerySetup.d.ts.map +1 -1
  19. package/lib/components/LegendQueryAppInfo.d.ts +0 -1
  20. package/lib/components/LegendQueryAppInfo.d.ts.map +1 -1
  21. package/lib/components/LegendQueryFrameworkProvider.d.ts +0 -1
  22. package/lib/components/LegendQueryFrameworkProvider.d.ts.map +1 -1
  23. package/lib/components/LoadProjectServiceQuerySetup.d.ts +0 -1
  24. package/lib/components/LoadProjectServiceQuerySetup.d.ts.map +1 -1
  25. package/lib/components/QueryEditorStoreProvider.d.ts +0 -1
  26. package/lib/components/QueryEditorStoreProvider.d.ts.map +1 -1
  27. package/lib/components/QueryProductionizerSetup.d.ts +0 -1
  28. package/lib/components/QueryProductionizerSetup.d.ts.map +1 -1
  29. package/lib/components/QuerySetup.d.ts +0 -1
  30. package/lib/components/QuerySetup.d.ts.map +1 -1
  31. package/lib/components/UpdateExistingServiceQuerySetup.d.ts +0 -1
  32. package/lib/components/UpdateExistingServiceQuerySetup.d.ts.map +1 -1
  33. package/lib/components/__test-utils__/QueryEditorComponentTestUtils.d.ts.map +1 -1
  34. package/lib/components/data-space/DataSpaceInfo.d.ts.map +1 -1
  35. package/lib/components/data-space/DataSpaceInfo.js +18 -15
  36. package/lib/components/data-space/DataSpaceInfo.js.map +1 -1
  37. package/lib/components/data-space/DataSpaceQuerySetup.d.ts.map +1 -1
  38. package/lib/index.css +2 -2
  39. package/lib/index.css.map +1 -1
  40. package/lib/package.json +5 -5
  41. package/lib/stores/LegendQueryApplicationPlugin.d.ts +0 -1
  42. package/lib/stores/LegendQueryApplicationPlugin.d.ts.map +1 -1
  43. package/lib/stores/__test-utils__/LegendQueryApplicationTestUtils.d.ts.map +1 -1
  44. package/lib/stores/__test-utils__/LegendQueryApplicationTestUtils.js +3 -0
  45. package/lib/stores/__test-utils__/LegendQueryApplicationTestUtils.js.map +1 -1
  46. package/lib/stores/data-space/DataSpaceQueryBuilderHelper.d.ts.map +1 -1
  47. package/lib/stores/data-space/DataSpaceQueryBuilderHelper.js +1 -1
  48. package/lib/stores/data-space/DataSpaceQueryBuilderHelper.js.map +1 -1
  49. package/lib/stores/data-space/DataSpaceQuerySetupState.d.ts.map +1 -1
  50. package/package.json +15 -15
  51. package/src/__lib__/LegendQueryNavigation.ts +20 -2
  52. package/src/application/LegendQueryApplicationConfig.ts +9 -0
  53. package/src/components/Core_LegendQueryApplicationPlugin.tsx +28 -1
  54. package/src/components/data-space/DataSpaceInfo.tsx +60 -28
  55. package/src/stores/__test-utils__/LegendQueryApplicationTestUtils.ts +3 -0
  56. package/src/stores/data-space/DataSpaceQueryBuilderHelper.ts +1 -0
  57. package/tsconfig.package.json +1 -1
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-application-query v13.5.7
1
+ /** @license @finos/legend-application-query v13.5.9
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- .query-setup{display:flex;justify-content:center;width:100%;height:calc(100% - 2.2rem);padding:20rem;overflow:overlay}.query-setup__status-bar{display:flex;align-items:center;display:flex;justify-content:space-between;height:2.2rem;background:var(--color-blue-100);color:var(--color-light-grey-0);padding:0 .5rem 0 1rem}.query-setup__status-bar__left{height:100%;display:flex;align-items:center}.query-setup__status-bar__right{height:100%;display:flex;align-items:center}.query-setup__status-bar__action{display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;height:100%;width:3rem}.query-setup__status-bar__action__toggler{color:var(--color-dark-shade-300)}.query-setup__status-bar__action__toggler--toggled{color:var(--color-light-grey-0)}.query-setup__landing-page{display:flex;flex-direction:column;width:62rem}.query-setup__landing-page__title{display:flex;align-items:center;justify-content:flex-start;color:var(--color-light-grey-400);font-family:"Roboto Mono",monospace;font-size:1.4rem;margin-bottom:1rem;cursor:default;user-select:none}.query-setup__landing-page__title__question-mark{margin-left:.7rem;color:var(--color-dark-grey-500);font-size:1.6rem}.query-setup__landing-page__title__question-mark:hover{color:var(--color-yellow-100);cursor:help}.query-setup__landing-page__action-group{display:flex;flex-direction:column;background:var(--color-dark-grey-80);border-radius:.2rem;position:relative}.query-setup__landing-page__action-group__tag{display:flex;align-items:center;height:1.6rem;background:var(--color-blue-200);color:var(--color-light-grey-0);font-size:1.1rem;padding:.5rem;border-radius:.2rem;margin-left:.5rem;position:absolute;top:-0.5rem;font-weight:700;font-family:"Roboto Mono",monospace;user-select:none;cursor:default}.query-setup__landing-page__action-group--studio .query-setup__landing-page__action-group__tag{background:var(--color-purple-200)}.query-setup__landing-page__action-group__header{display:flex;align-items:center;justify-content:flex-end;height:2.5rem}.query-setup__landing-page__action-group__config{display:flex;align-items:center;justify-content:center;height:2.5rem;width:2.5rem;cursor:pointer;color:var(--color-dark-grey-400);position:relative}.query-setup__landing-page__action-group__config:hover{color:var(--color-dark-grey-500)}.query-setup__landing-page__action-group__config__status{position:absolute;right:.4rem;bottom:.2rem}.query-setup__landing-page__action-group__config__status svg{font-size:.8rem;color:var(--color-blue-100)}.query-setup__landing-page__action-group__body{display:flex;justify-content:center}.query-setup__landing-page__action-group__body__column{display:flex;align-items:center;flex-direction:column;width:28rem}.query-setup__landing-page__action-group__body__column+.query-setup__landing-page__action-group__body__column{border-left:.2rem solid var(--color-dark-grey-50)}.query-setup__landing-page__action-group__footer{display:flex;align-items:center;justify-content:center;height:2.5rem}.query-setup__landing-page__action-group__footer__content{display:flex;align-items:flex-start;justify-content:flex-end;width:54rem;height:2.5rem}.query-setup__landing-page__action-group__footer__btn svg{font-size:2rem;color:var(--color-dark-grey-400)}.query-setup__landing-page__action-group__footer__btn:hover svg{color:var(--color-dark-grey-500)}.query-setup__landing-page__action-group+.query-setup__landing-page__action-group{margin-top:1rem}.query-setup__landing-page__action{display:flex;align-items:center;height:3.4rem;width:26rem;border-radius:.2rem;background:var(--color-light-grey-400);user-select:none}.query-setup__landing-page__action--existing-query:hover{background:var(--color-magenta-50)}.query-setup__landing-page__action--service-query:hover{background:var(--color-blue-50)}.query-setup__landing-page__action--productionize-query:hover{background:var(--color-orange-100)}.query-setup__landing-page__action--create-mapping-query:hover{background:var(--color-lime-75)}.query-setup__landing-page__action--studio{width:54rem}.query-setup__landing-page__action--studio:hover{background:var(--color-lime-75)}.query-setup__landing-page__action--advanced{background:var(--color-dark-grey-400)}.query-setup__landing-page__action__icon{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;height:3.4rem;width:3.4rem;border-right:.1rem solid var(--color-dark-shade-300)}.query-setup__landing-page__action__icon svg{color:var(--color-dark-shade-800)}.query-setup__landing-page__action__label{display:flex;align-items:center;padding:0 1.5rem;height:100%;width:100%;color:var(--color-dark-shade-800);font-size:1.2rem;font-weight:500}.query-setup__landing-page__action+.query-setup__landing-page__action{margin-top:.5rem}.query-setup__landing-page__icon--search{font-size:2rem}.query-setup__landing-page__footer{display:flex;justify-content:flex-end;padding:.5rem 1rem}.query-setup__landing-page__footer__more-btn svg{font-size:2.6rem;color:var(--color-dark-grey-250);animation:bouncedown .5s alternate ease infinite}.query-setup__landing-page__footer__more-btn:hover svg{color:var(--color-dark-grey-400)}@keyframes bouncedown{from{transform:translateY(0.2rem)}to{transform:translateY(-0.2rem)}}.query-setup__landing-page__config-menu .menu__item{font-size:1.2rem;height:2.2rem}.query-setup__landing-page__config-menu .menu__item__icon svg{font-size:1.2rem}.query-setup__landing-page__config-menu .menu__item__label{font-size:1.2rem;margin-left:.5rem}.query-setup__wizard{display:flex;flex-direction:column;width:60rem;background:var(--color-dark-grey-80);border-radius:.2rem}.query-setup__wizard__header{display:flex;align-items:center;height:3.4rem;border-radius:.2rem .2rem 0 0}.query-setup__wizard__header__btn{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;height:100%;width:5rem}.query-setup__wizard__header__btn svg{font-size:1.2rem;color:var(--color-dark-shade-250)}.query-setup__wizard__header__btn:not([disabled]):hover svg{color:var(--color-dark-shade-800)}.query-setup__wizard__header__btn--ready svg{color:var(--color-dark-shade-800);animation:nudge-horizontal .5s infinite ease}.query-setup__wizard__header__btn[disabled]{background:var(--color-dark-grey-80);cursor:not-allowed}.query-setup__wizard__header__btn[disabled] svg{color:var(--color-dark-grey-280)}.query-setup__wizard__header__title{display:flex;align-items:center;height:100%;width:calc(100% - 10rem);padding:0 2rem;color:var(--color-dark-shade-800);font-family:"Roboto Mono",monospace;font-size:1.3rem;border-left:.1rem solid var(--color-dark-shade-250);cursor:default}.query-setup__wizard__content{display:flex;align-items:center;flex-direction:column;height:calc(100% - 3.4rem)}.query-setup__wizard__group__title{display:flex;align-items:center;height:3.4rem;color:var(--color-light-grey-400);font-family:"Roboto Mono",monospace;font-size:1.3rem;user-select:none}.query-setup__wizard__group--inline{height:2.8rem;display:flex}.query-setup__wizard__group--inline .query-setup__wizard__group__title{margin-right:.5rem;justify-content:center;width:2.8rem;height:2.8rem}.query-setup__wizard__group+.query-setup__wizard__group{margin-top:1rem}.query-setup__wizard__selector{width:50rem}@keyframes nudge-horizontal{from{transform:translateX(0.1rem)}to{transform:translateX(-0.1rem)}}.query-setup__create-query{height:38.2rem}.query-setup__create-query__header{background:var(--color-lime-75)}.query-setup__create-query__project{display:flex;align-items:center;justify-content:center;flex-direction:column;height:16.9rem;padding:2.5rem 0 1rem}.query-setup__create-query__graph{display:flex;flex-direction:column;height:13.4rem;width:50rem}.query-setup__create-query__graph__loader{height:13.4rem;border:.1rem solid var(--color-dark-grey-200);margin-top:2rem}.query-setup__service-query{height:32.2rem}.query-setup__service-query__header{background:var(--color-blue-50)}.query-setup__service-query__project{display:flex;align-items:center;justify-content:center;flex-direction:column;height:16.9rem;padding:2.5rem 0 1rem}.query-setup__service-query__graph{display:flex;flex-direction:column;height:8.4rem;width:50rem}.query-setup__service-query__graph__loader{height:13.4rem;border:.1rem solid var(--color-dark-grey-200);margin-top:2rem}.query-setup__service-query .query-setup__wizard__group{width:100%}.query-setup__existing-service-query{width:calc(100% - 10rem);height:10.2rem}.query-setup__existing-service-query__header{background:var(--color-blue-50)}.query-setup__existing-service-query__search-bar{height:2.8rem;width:100%}.query-setup__existing-service-query .query-setup__wizard__selector{width:100%}.query-setup__existing-service-query .query-setup__wizard__content{display:flex;align-items:center;padding:2rem}.query-setup__existing-query{position:absolute;bottom:10vh;top:10vh}.query-setup__existing-query__header{background:var(--color-magenta-50)}.query-setup__existing-query__content{height:calc(100% - 3.4rem)}.query-setup__productionize-query{position:absolute;bottom:10vh;top:10vh}.query-setup__productionize-query__header{background:var(--color-magenta-50)}.query-setup__productionize-query__content{height:calc(100% - 3.4rem)}.query-editor{display:flex;flex-direction:column;width:100%;height:100%}.query-editor__logo-header{display:flex;align-items:center;justify-content:space-between;background:var(--color-dark-grey-80)}.query-editor__logo-header__combo{display:flex;align-items:center;height:3.4rem;padding:.2rem}.query-editor__logo-header__combo__menu{height:3.4rem;width:5rem;border-right:.1rem solid var(--color-dark-grey-200);background:var(--color-dark-grey-100)}.query-editor__logo-header__combo__menu-item{display:flex;align-items:center;justify-content:center;height:3.4rem;width:100%;color:var(--color-dark-grey-500)}.query-editor__logo-header__combo__menu-item svg{font-size:2.3rem}.query-editor__logo-header__combo__name{color:var(--color-dark-grey-500);font-size:2rem;font-weight:700;margin:1rem}.query-editor__header{display:flex;align-items:center;height:3.4rem;padding:.2rem}.query-editor__header__content{display:flex;align-items:center;display:flex;justify-content:space-between;height:100%;width:100%;overflow:hidden}.query-editor__header__content__title{display:flex;align-items:center;color:var(--color-light-grey-180);margin:0 1rem;width:100%}.query-editor__header__content__title input{padding:0 .4rem}.query-editor__header__content__title__text{display:flex;align-items:center;padding:.6rem .5rem .5rem;cursor:pointer;color:var(--color-light-grey-400);font-size:1.5rem;font-weight:500;width:95%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.query-editor__header__content__title__btn{width:5%}.query-editor__header__content__title__text--unsaved{margin:0}.query-editor__header__actions{display:flex;align-items:center;height:100%}.query-editor__header__action-combo{display:flex;align-items:center;justify-content:center;background:var(--color-blue-200);height:2.8rem;min-width:2rem;border-radius:.2rem;margin-right:.3rem}.query-editor__header__action-combo__main-btn{background:var(--color-blue-200) !important;color:var(--color-light-grey-50) !important}.query-editor__header__action-combo__main-btn svg{color:var(--color-light-grey-180)}.query-editor__header__action-combo__dropdown-btn{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2rem;border-left:.1rem solid var(--color-dark-shade-280)}.query-editor__header__action-combo__dropdown-btn svg{color:var(--color-light-grey-180)}.query-editor__header__action{display:flex;align-items:center;justify-content:center;height:2.8rem;min-width:2rem;padding:0 1rem;border-radius:.2rem;margin-right:.3rem}.query-editor__header__action svg{color:var(--color-light-grey-100)}.query-editor__header__action__label{margin-left:.5rem;font-size:1.2rem}.query-editor__header__action__theme-toggler{border:.1rem solid var(--color-dark-grey-280);margin-right:.8rem}.query-editor__header__action__icon--load{font-size:2rem;margin-bottom:.1rem}.query-editor__header__action__icon--bulb--light{color:var(--color-yellow-100) !important}.query-editor__header__action__icon--bulb--light:hover,.query-editor__header__action__icon--bulb--dark:hover{color:var(--color-yellow-200) !important}.query-editor__header__action__icon--bulb--dark{color:var(--color-light-grey-50) !important}.query-editor__header__action__icon--service{font-size:1.2rem}.query-editor__header__action__icon--productionize{font-size:1.3rem}.query-editor__header__action__view-project{display:flex;align-items:center;width:4.4rem;padding:0}.query-editor__header__action__view-project__btn{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;border-radius:.2rem 0 0 .2rem;padding:0 .5rem}.query-editor__header__action__view-project__dropdown-trigger{display:flex;align-items:center;height:2.8rem;width:1.6rem;border-radius:0 .2rem .2rem 0;border-left:.1rem solid var(--color-dark-shade-200);cursor:pointer}.query-editor__header__action__view-project__dropdown-trigger svg{font-size:1.2rem}.query-editor__header__action+.query-editor__header__action{margin-left:0}.query-editor__header__action__dropdown-trigger{margin-left:.5rem}.query-editor__content{height:calc(100% - 3.4rem);width:100%}.query-editor__blocking-alert__summary-text{color:var(--color-light-grey-400);font-weight:500;margin-bottom:2rem;text-align:justify}.query-editor__blocking-alert_version-selector{width:60rem}.query-editor__rename__input{border-radius:.2rem;padding:.5rem;height:2.3rem}.query-export{width:50vw;padding:0;overflow:hidden}.query-export .input{width:100%}.dataspace-info-modal{width:80rem;padding:1rem}.dataspace-info-modal .modal__title{margin-bottom:1rem}.dataspace-info-modal__container{overflow-y:hidden !important}.dataspace-info-modal__inner-container{overflow-y:initial !important}.dataspace-info-modal .selector-input__menu{z-index:1}.dataspace-info-modal__actions{width:100%;display:flex;justify-content:flex-end}.dataspace-info-modal__field{display:flex;align-items:center;width:100%;height:2.8rem}.dataspace-info-modal__field__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;height:100%;width:15rem;cursor:default;border-radius:.2rem 0 0 .2rem;padding:0 1rem;line-height:2.8rem;background:var(--color-blue-100);color:var(--color-light-grey-50);font-weight:500}.dataspace-info-modal__field__value{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;height:100%;width:calc(100% - 15rem);cursor:default;padding:0 1rem;line-height:2.8rem;background:var(--color-dark-grey-100);font-weight:500;color:var(--color-blue-50);font-family:"Roboto Mono",monospace}.dataspace-info-modal__field__value--linkable{color:var(--color-purple-50);text-decoration:none;cursor:pointer}.dataspace-info-modal__field__value--linkable:hover{text-decoration:underline}.dataspace-info-modal__field+.dataspace-info-modal__field{margin-top:.5rem}/*# sourceMappingURL=index.css.map */
17
+ .query-setup{display:flex;justify-content:center;width:100%;height:calc(100% - 2.2rem);padding:20rem;overflow:overlay}.query-setup__status-bar{display:flex;align-items:center;display:flex;justify-content:space-between;height:2.2rem;background:var(--color-blue-100);color:var(--color-light-grey-0);padding:0 .5rem 0 1rem}.query-setup__status-bar__left{height:100%;display:flex;align-items:center}.query-setup__status-bar__right{height:100%;display:flex;align-items:center}.query-setup__status-bar__action{display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;height:100%;width:3rem}.query-setup__status-bar__action__toggler{color:var(--color-dark-shade-300)}.query-setup__status-bar__action__toggler--toggled{color:var(--color-light-grey-0)}.query-setup__landing-page{display:flex;flex-direction:column;width:62rem}.query-setup__landing-page__title{display:flex;align-items:center;justify-content:flex-start;color:var(--color-light-grey-400);font-family:"Roboto Mono",monospace;font-size:1.4rem;margin-bottom:1rem;cursor:default;user-select:none}.query-setup__landing-page__title__question-mark{margin-left:.7rem;color:var(--color-dark-grey-500);font-size:1.6rem}.query-setup__landing-page__title__question-mark:hover{color:var(--color-yellow-100);cursor:help}.query-setup__landing-page__action-group{display:flex;flex-direction:column;background:var(--color-dark-grey-80);border-radius:.2rem;position:relative}.query-setup__landing-page__action-group__tag{display:flex;align-items:center;height:1.6rem;background:var(--color-blue-200);color:var(--color-light-grey-0);font-size:1.1rem;padding:.5rem;border-radius:.2rem;margin-left:.5rem;position:absolute;top:-0.5rem;font-weight:700;font-family:"Roboto Mono",monospace;user-select:none;cursor:default}.query-setup__landing-page__action-group--studio .query-setup__landing-page__action-group__tag{background:var(--color-purple-200)}.query-setup__landing-page__action-group__header{display:flex;align-items:center;justify-content:flex-end;height:2.5rem}.query-setup__landing-page__action-group__config{display:flex;align-items:center;justify-content:center;height:2.5rem;width:2.5rem;cursor:pointer;color:var(--color-dark-grey-400);position:relative}.query-setup__landing-page__action-group__config:hover{color:var(--color-dark-grey-500)}.query-setup__landing-page__action-group__config__status{position:absolute;right:.4rem;bottom:.2rem}.query-setup__landing-page__action-group__config__status svg{font-size:.8rem;color:var(--color-blue-100)}.query-setup__landing-page__action-group__body{display:flex;justify-content:center}.query-setup__landing-page__action-group__body__column{display:flex;align-items:center;flex-direction:column;width:28rem}.query-setup__landing-page__action-group__body__column+.query-setup__landing-page__action-group__body__column{border-left:.2rem solid var(--color-dark-grey-50)}.query-setup__landing-page__action-group__footer{display:flex;align-items:center;justify-content:center;height:2.5rem}.query-setup__landing-page__action-group__footer__content{display:flex;align-items:flex-start;justify-content:flex-end;width:54rem;height:2.5rem}.query-setup__landing-page__action-group__footer__btn svg{font-size:2rem;color:var(--color-dark-grey-400)}.query-setup__landing-page__action-group__footer__btn:hover svg{color:var(--color-dark-grey-500)}.query-setup__landing-page__action-group+.query-setup__landing-page__action-group{margin-top:1rem}.query-setup__landing-page__action{display:flex;align-items:center;height:3.4rem;width:26rem;border-radius:.2rem;background:var(--color-light-grey-400);user-select:none}.query-setup__landing-page__action--existing-query:hover{background:var(--color-magenta-50)}.query-setup__landing-page__action--service-query:hover{background:var(--color-blue-50)}.query-setup__landing-page__action--productionize-query:hover{background:var(--color-orange-100)}.query-setup__landing-page__action--create-mapping-query:hover{background:var(--color-lime-75)}.query-setup__landing-page__action--studio{width:54rem}.query-setup__landing-page__action--studio:hover{background:var(--color-lime-75)}.query-setup__landing-page__action--advanced{background:var(--color-dark-grey-400)}.query-setup__landing-page__action__icon{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;height:3.4rem;width:3.4rem;border-right:.1rem solid var(--color-dark-shade-300)}.query-setup__landing-page__action__icon svg{color:var(--color-dark-shade-800)}.query-setup__landing-page__action__label{display:flex;align-items:center;padding:0 1.5rem;height:100%;width:100%;color:var(--color-dark-shade-800);font-size:1.2rem;font-weight:500}.query-setup__landing-page__action+.query-setup__landing-page__action{margin-top:.5rem}.query-setup__landing-page__icon--search{font-size:2rem}.query-setup__landing-page__footer{display:flex;justify-content:flex-end;padding:.5rem 1rem}.query-setup__landing-page__footer__more-btn svg{font-size:2.6rem;color:var(--color-dark-grey-250);animation:bouncedown .5s alternate ease infinite}.query-setup__landing-page__footer__more-btn:hover svg{color:var(--color-dark-grey-400)}@keyframes bouncedown{from{transform:translateY(0.2rem)}to{transform:translateY(-0.2rem)}}.query-setup__landing-page__config-menu .menu__item{font-size:1.2rem;height:2.2rem}.query-setup__landing-page__config-menu .menu__item__icon svg{font-size:1.2rem}.query-setup__landing-page__config-menu .menu__item__label{font-size:1.2rem;margin-left:.5rem}.query-setup__wizard{display:flex;flex-direction:column;width:60rem;background:var(--color-dark-grey-80);border-radius:.2rem}.query-setup__wizard__header{display:flex;align-items:center;height:3.4rem;border-radius:.2rem .2rem 0 0}.query-setup__wizard__header__btn{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;height:100%;width:5rem}.query-setup__wizard__header__btn svg{font-size:1.2rem;color:var(--color-dark-shade-250)}.query-setup__wizard__header__btn:not([disabled]):hover svg{color:var(--color-dark-shade-800)}.query-setup__wizard__header__btn--ready svg{color:var(--color-dark-shade-800);animation:nudge-horizontal .5s infinite ease}.query-setup__wizard__header__btn[disabled]{background:var(--color-dark-grey-80);cursor:not-allowed}.query-setup__wizard__header__btn[disabled] svg{color:var(--color-dark-grey-280)}.query-setup__wizard__header__title{display:flex;align-items:center;height:100%;width:calc(100% - 10rem);padding:0 2rem;color:var(--color-dark-shade-800);font-family:"Roboto Mono",monospace;font-size:1.3rem;border-left:.1rem solid var(--color-dark-shade-250);cursor:default}.query-setup__wizard__content{display:flex;align-items:center;flex-direction:column;height:calc(100% - 3.4rem)}.query-setup__wizard__group__title{display:flex;align-items:center;height:3.4rem;color:var(--color-light-grey-400);font-family:"Roboto Mono",monospace;font-size:1.3rem;user-select:none}.query-setup__wizard__group--inline{height:2.8rem;display:flex}.query-setup__wizard__group--inline .query-setup__wizard__group__title{margin-right:.5rem;justify-content:center;width:2.8rem;height:2.8rem}.query-setup__wizard__group+.query-setup__wizard__group{margin-top:1rem}.query-setup__wizard__selector{width:50rem}@keyframes nudge-horizontal{from{transform:translateX(0.1rem)}to{transform:translateX(-0.1rem)}}.query-setup__create-query{height:38.2rem}.query-setup__create-query__header{background:var(--color-lime-75)}.query-setup__create-query__project{display:flex;align-items:center;justify-content:center;flex-direction:column;height:16.9rem;padding:2.5rem 0 1rem}.query-setup__create-query__graph{display:flex;flex-direction:column;height:13.4rem;width:50rem}.query-setup__create-query__graph__loader{height:13.4rem;border:.1rem solid var(--color-dark-grey-200);margin-top:2rem}.query-setup__service-query{height:32.2rem}.query-setup__service-query__header{background:var(--color-blue-50)}.query-setup__service-query__project{display:flex;align-items:center;justify-content:center;flex-direction:column;height:16.9rem;padding:2.5rem 0 1rem}.query-setup__service-query__graph{display:flex;flex-direction:column;height:8.4rem;width:50rem}.query-setup__service-query__graph__loader{height:13.4rem;border:.1rem solid var(--color-dark-grey-200);margin-top:2rem}.query-setup__service-query .query-setup__wizard__group{width:100%}.query-setup__existing-service-query{width:calc(100% - 10rem);height:10.2rem}.query-setup__existing-service-query__header{background:var(--color-blue-50)}.query-setup__existing-service-query__search-bar{height:2.8rem;width:100%}.query-setup__existing-service-query .query-setup__wizard__selector{width:100%}.query-setup__existing-service-query .query-setup__wizard__content{display:flex;align-items:center;padding:2rem}.query-setup__existing-query{position:absolute;bottom:10vh;top:10vh}.query-setup__existing-query__header{background:var(--color-magenta-50)}.query-setup__existing-query__content{height:calc(100% - 3.4rem)}.query-setup__productionize-query{position:absolute;bottom:10vh;top:10vh}.query-setup__productionize-query__header{background:var(--color-magenta-50)}.query-setup__productionize-query__content{height:calc(100% - 3.4rem)}.query-editor{display:flex;flex-direction:column;width:100%;height:100%}.query-editor__logo-header{display:flex;align-items:center;justify-content:space-between;background:var(--color-dark-grey-80)}.query-editor__logo-header__combo{display:flex;align-items:center;height:3.4rem;padding:.2rem}.query-editor__logo-header__combo__menu{height:3.4rem;width:5rem;border-right:.1rem solid var(--color-dark-grey-200);background:var(--color-dark-grey-100)}.query-editor__logo-header__combo__menu-item{display:flex;align-items:center;justify-content:center;height:3.4rem;width:100%;color:var(--color-dark-grey-500)}.query-editor__logo-header__combo__menu-item svg{font-size:2.3rem}.query-editor__logo-header__combo__name{color:var(--color-dark-grey-500);font-size:2rem;font-weight:700;margin:1rem}.query-editor__header{display:flex;align-items:center;height:3.4rem;padding:.2rem}.query-editor__header__content{display:flex;align-items:center;display:flex;justify-content:space-between;height:100%;width:100%;overflow:hidden}.query-editor__header__content__title{display:flex;align-items:center;color:var(--color-light-grey-180);margin:0 1rem;width:100%}.query-editor__header__content__title input{padding:0 .4rem}.query-editor__header__content__title__text{display:flex;align-items:center;padding:.6rem .5rem .5rem;cursor:pointer;color:var(--color-light-grey-400);font-size:1.5rem;font-weight:500;width:95%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.query-editor__header__content__title__btn{width:5%}.query-editor__header__content__title__text--unsaved{margin:0}.query-editor__header__actions{display:flex;align-items:center;height:100%}.query-editor__header__action-combo{display:flex;align-items:center;justify-content:center;background:var(--color-blue-200);height:2.8rem;min-width:2rem;border-radius:.2rem;margin-right:.3rem}.query-editor__header__action-combo__main-btn{background:var(--color-blue-200) !important;color:var(--color-light-grey-50) !important}.query-editor__header__action-combo__main-btn svg{color:var(--color-light-grey-180)}.query-editor__header__action-combo__dropdown-btn{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2rem;border-left:.1rem solid var(--color-dark-shade-280)}.query-editor__header__action-combo__dropdown-btn svg{color:var(--color-light-grey-180)}.query-editor__header__action{display:flex;align-items:center;justify-content:center;height:2.8rem;min-width:2rem;padding:0 1rem;border-radius:.2rem;margin-right:.3rem}.query-editor__header__action svg{color:var(--color-light-grey-100)}.query-editor__header__action__label{margin-left:.5rem;font-size:1.2rem}.query-editor__header__action__theme-toggler{border:.1rem solid var(--color-dark-grey-280);margin-right:.8rem}.query-editor__header__action__icon--load{font-size:2rem;margin-bottom:.1rem}.query-editor__header__action__icon--bulb--light{color:var(--color-yellow-100) !important}.query-editor__header__action__icon--bulb--light:hover,.query-editor__header__action__icon--bulb--dark:hover{color:var(--color-yellow-200) !important}.query-editor__header__action__icon--bulb--dark{color:var(--color-light-grey-50) !important}.query-editor__header__action__icon--service{font-size:1.2rem}.query-editor__header__action__icon--productionize{font-size:1.3rem}.query-editor__header__action__view-project{display:flex;align-items:center;width:4.4rem;padding:0}.query-editor__header__action__view-project__btn{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;border-radius:.2rem 0 0 .2rem;padding:0 .5rem}.query-editor__header__action__view-project__dropdown-trigger{display:flex;align-items:center;height:2.8rem;width:1.6rem;border-radius:0 .2rem .2rem 0;border-left:.1rem solid var(--color-dark-shade-200);cursor:pointer}.query-editor__header__action__view-project__dropdown-trigger svg{font-size:1.2rem}.query-editor__header__action+.query-editor__header__action{margin-left:0}.query-editor__header__action__dropdown-trigger{margin-left:.5rem}.query-editor__content{height:calc(100% - 3.4rem);width:100%}.query-editor__blocking-alert__summary-text{color:var(--color-light-grey-400);font-weight:500;margin-bottom:2rem;text-align:justify}.query-editor__blocking-alert_version-selector{width:60rem}.query-editor__rename__input{border-radius:.2rem;padding:.5rem;height:2.3rem}.query-export{width:50vw;padding:0;overflow:hidden}.query-export .input{width:100%}.dataspace-info-modal{width:80rem;padding:1rem}.dataspace-info-modal__container{overflow-y:hidden !important}.dataspace-info-modal__inner-container{overflow-y:initial !important}.dataspace-info-modal .selector-input__menu{z-index:1}.dataspace-info-modal__header{display:flex;align-items:center;justify-content:space-between}.dataspace-info-modal__header__open-btn{height:2.8rem;padding:0 1rem;border-radius:.2rem;margin-right:.3rem}.dataspace-info-modal__actions{width:100%;display:flex;justify-content:flex-end}.dataspace-info-modal__field{display:flex;align-items:center;width:100%;height:2.8rem}.dataspace-info-modal__field__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;height:100%;width:15rem;cursor:default;border-radius:.2rem 0 0 .2rem;padding:0 1rem;line-height:2.8rem;background:var(--color-blue-100);color:var(--color-light-grey-50);font-weight:500}.dataspace-info-modal__field__value{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;height:100%;width:calc(100% - 15rem);cursor:default;padding:0 1rem;line-height:2.8rem;background:var(--color-dark-grey-100);font-weight:500;color:var(--color-blue-50);font-family:"Roboto Mono",monospace}.dataspace-info-modal__field__value--linkable{color:var(--color-purple-50);text-decoration:none;cursor:pointer}.dataspace-info-modal__field__value--linkable:hover{text-decoration:underline}.dataspace-info-modal__field+.dataspace-info-modal__field{margin-top:.5rem}/*# sourceMappingURL=index.css.map */
package/lib/index.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../style/_query-setup.scss","../../../node_modules/@finos/legend-art/scss/_mixins.scss","../style/_query-editor.scss"],"names":[],"mappings":"AAkBA,aCiBE,aACA,uBDfA,WACA,2BACA,cACA,iBAGF,yBCGE,aACA,mBAiBA,aACA,8BDlBA,cACA,iCACA,gCACA,uBAEA,+BACE,YACA,aACA,mBAGF,gCACE,YACA,aACA,mBAGF,iCCxBA,aACA,mBACA,uBDyBE,eACA,gBACA,YACA,WAEA,0CACE,kCAEA,mDACE,gCAMR,2BACE,aACA,sBACA,YAEA,kCCzCA,aACA,mBD2CE,2BACA,kCACA,oCACA,iBACA,mBACA,eACA,iBAGF,iDACE,kBACA,iCACA,iBAEA,uDACE,8BACA,YAIJ,yCACE,aACA,sBACA,qCACA,oBACA,kBAEA,8CCvEF,aACA,mBDyEI,cACA,iCACA,gCACA,iBACA,cACA,oBACA,kBACA,kBACA,YACA,gBACA,oCACA,iBACA,eAGF,+FACE,mCAGF,iDC7FF,aACA,mBD+FI,yBACA,cAGF,iDC1GF,aACA,mBACA,uBD2GI,cACA,aACA,eACA,iCACA,kBAEA,uDACE,iCAGF,yDACE,kBACA,YACA,aAEA,6DACE,gBACA,4BAKN,+CCxHF,aACA,uBD2HE,uDCjIF,aACA,mBDmII,sBACA,YAEA,8GACE,kDAIJ,iDClJF,aACA,mBACA,uBDmJI,cAEA,0DACE,aACA,uBACA,yBACA,YACA,cAIA,0DACE,eACA,iCAGF,gEACE,iCAKN,kFACE,gBAIJ,mCC1KA,aACA,mBD4KE,cACA,YACA,oBACA,uCACA,iBAEA,yDACE,mCAGF,wDACE,gCAGF,8DACE,mCAGF,+DACE,gCAGF,2CACE,YAEA,iDACE,gCAIJ,6CACE,sCAGF,yCCrNF,aACA,mBACA,uBA2BA,YACA,cD2LI,cACA,aACA,qDAEA,6CACE,kCAIJ,0CC5NF,aACA,mBD8NI,iBACA,YACA,WACA,kCACA,iBACA,gBAGF,sEACE,iBAIJ,yCACE,eAGF,mCACE,aACA,yBACA,mBAGE,iDACE,iBACA,iCACA,iDAGF,uDACE,iCAIJ,sBACE,KACE,6BAGF,GACE,+BAMJ,oDACE,iBACA,cAGF,8DACE,iBAGF,2DACE,iBACA,kBAKN,qBACE,aACA,sBACA,YACA,qCACA,oBAEA,6BCpSA,aACA,mBDsSE,cACA,8BAEA,kCChTF,aACA,mBACA,uBA2BA,YACA,cDsRI,YACA,WAEA,sCACE,iBACA,kCAIA,4DACE,kCAIJ,6CACE,kCACA,6CAGF,4CACE,qCACA,mBAEA,gDACE,iCAKN,oCC3UF,aACA,mBD6UI,YACA,yBACA,eACA,kCACA,oCACA,iBACA,oDACA,eAIJ,8BCzVA,aACA,mBD2VE,sBACA,2BAIA,mCCjWF,aACA,mBDmWI,cACA,kCACA,oCACA,iBACA,iBAIJ,oCACE,cACA,aAGF,uEACE,mBACA,uBACA,aACA,cAGF,wDACE,gBAGF,+BACE,YAIJ,4BACE,KACE,6BAGF,GACE,+BAIJ,2BACE,eAEA,mCACE,gCAGF,oCCxZA,aACA,mBACA,uBDyZE,sBACA,eACA,sBAGF,kCACE,aACA,sBACA,eACA,YAEA,0CACE,eACA,8CACA,gBAKN,4BACE,eAEA,oCACE,gCAGF,qCCrbA,aACA,mBACA,uBDsbE,sBACA,eACA,sBAGF,mCACE,aACA,sBACA,cACA,YAEA,2CACE,eACA,8CACA,gBAIJ,wDACE,WAIJ,qCACE,yBACA,eAEA,6CACE,gCAGF,iDACE,cACA,WAGF,oEACE,WAGF,mEC1dA,aACA,mBD4dE,aAIJ,6BACE,kBACA,YACA,SAEA,qCACE,mCAGF,sCACE,2BAIJ,kCACE,kBACA,YACA,SAEA,0CACE,mCAGF,2CACE,2BErgBJ,cACE,aACA,sBACA,WACA,YAEA,2BDMA,aACA,mBCJE,8BACA,qCAEA,+CDCF,mBCEI,cACA,cAEA,wCACE,cACA,WACA,oDACA,sCAGF,6CDnBJ,aACA,mBACA,uBCoBM,cACA,WACA,iCAEA,iDACE,iBAIJ,wCACE,iCACA,eACA,gBACA,YAKN,sBDlCA,aACA,mBCoCE,cACA,cAEA,+BDxCF,aACA,mBAiBA,aACA,8BCyBI,YACA,WACA,gBAEA,sCDhDJ,aACA,mBCkDM,kCACA,cACA,WAEA,4CACE,gBAIJ,4CD5DJ,aACA,mBC8DM,0BACA,eACA,kCACA,iBACA,gBACA,UACA,mBACA,gBACA,uBAGF,2CACE,SAGF,qDACE,SAIJ,+BDnFF,aACA,mBCqFI,YAGF,oCD/FF,aACA,mBACA,uBCgGI,iCACA,cACA,eACA,oBACA,mBAEA,8CACE,4CACA,4CAEA,kDACE,kCAIJ,kDDjHJ,aACA,mBACA,uBCkHM,cACA,WACA,oDAEA,sDACE,kCAKN,8BD9HF,aACA,mBACA,uBC+HI,cACA,eACA,eACA,oBACA,mBAEA,kCACE,kCAGF,qCACE,kBACA,iBAGF,6CACE,8CACA,mBAIA,0CACE,eACA,oBAGF,iDACE,yCAGF,6GAEE,yCAGF,gDACE,4CAGF,6CACE,iBAGF,mDACE,iBAIJ,4CD3KJ,aACA,mBC6KM,aACA,UAEA,iDDvLN,aACA,mBACA,uBCwLQ,cACA,aACA,8BACA,gBAGF,8DD1LN,aACA,mBC4LQ,cACA,aACA,8BACA,oDACA,eAEA,kEACE,iBAMR,4DACE,cAGF,gDACE,kBAIJ,uBACE,2BACA,WAIA,4CACE,kCACA,gBACA,mBACA,mBAGF,+CACE,YAKN,6BACE,oBACA,cACA,cAGF,cACE,WACA,UACA,gBAEA,qBACE,WAIJ,sBACE,YACA,aAEA,oCACE,mBAGF,iCACE,6BAGF,uCACE,8BAGF,4CACE,UAGF,+BACE,WACA,aACA,yBAGF,6BDhRA,aACA,mBCkRE,WACA,cAGF,oCD7QA,mBACA,uBACA,gBACA,sBACA,gBC4QE,YACA,YACA,eACA,8BACA,eACA,mBACA,iCACA,iCACA,gBAGF,oCD3RA,mBACA,uBACA,gBACA,sBACA,gBC0RE,YACA,yBACA,eACA,eACA,mBACA,sCACA,gBACA,2BACA,oCAEA,8CACE,6BACA,qBACA,eAEA,oDACE,0BAKN,0DACE","file":"index.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../style/_query-setup.scss","../../../node_modules/@finos/legend-art/scss/_mixins.scss","../style/_query-editor.scss"],"names":[],"mappings":"AAkBA,aCiBE,aACA,uBDfA,WACA,2BACA,cACA,iBAGF,yBCGE,aACA,mBAiBA,aACA,8BDlBA,cACA,iCACA,gCACA,uBAEA,+BACE,YACA,aACA,mBAGF,gCACE,YACA,aACA,mBAGF,iCCxBA,aACA,mBACA,uBDyBE,eACA,gBACA,YACA,WAEA,0CACE,kCAEA,mDACE,gCAMR,2BACE,aACA,sBACA,YAEA,kCCzCA,aACA,mBD2CE,2BACA,kCACA,oCACA,iBACA,mBACA,eACA,iBAGF,iDACE,kBACA,iCACA,iBAEA,uDACE,8BACA,YAIJ,yCACE,aACA,sBACA,qCACA,oBACA,kBAEA,8CCvEF,aACA,mBDyEI,cACA,iCACA,gCACA,iBACA,cACA,oBACA,kBACA,kBACA,YACA,gBACA,oCACA,iBACA,eAGF,+FACE,mCAGF,iDC7FF,aACA,mBD+FI,yBACA,cAGF,iDC1GF,aACA,mBACA,uBD2GI,cACA,aACA,eACA,iCACA,kBAEA,uDACE,iCAGF,yDACE,kBACA,YACA,aAEA,6DACE,gBACA,4BAKN,+CCxHF,aACA,uBD2HE,uDCjIF,aACA,mBDmII,sBACA,YAEA,8GACE,kDAIJ,iDClJF,aACA,mBACA,uBDmJI,cAEA,0DACE,aACA,uBACA,yBACA,YACA,cAIA,0DACE,eACA,iCAGF,gEACE,iCAKN,kFACE,gBAIJ,mCC1KA,aACA,mBD4KE,cACA,YACA,oBACA,uCACA,iBAEA,yDACE,mCAGF,wDACE,gCAGF,8DACE,mCAGF,+DACE,gCAGF,2CACE,YAEA,iDACE,gCAIJ,6CACE,sCAGF,yCCrNF,aACA,mBACA,uBA2BA,YACA,cD2LI,cACA,aACA,qDAEA,6CACE,kCAIJ,0CC5NF,aACA,mBD8NI,iBACA,YACA,WACA,kCACA,iBACA,gBAGF,sEACE,iBAIJ,yCACE,eAGF,mCACE,aACA,yBACA,mBAGE,iDACE,iBACA,iCACA,iDAGF,uDACE,iCAIJ,sBACE,KACE,6BAGF,GACE,+BAMJ,oDACE,iBACA,cAGF,8DACE,iBAGF,2DACE,iBACA,kBAKN,qBACE,aACA,sBACA,YACA,qCACA,oBAEA,6BCpSA,aACA,mBDsSE,cACA,8BAEA,kCChTF,aACA,mBACA,uBA2BA,YACA,cDsRI,YACA,WAEA,sCACE,iBACA,kCAIA,4DACE,kCAIJ,6CACE,kCACA,6CAGF,4CACE,qCACA,mBAEA,gDACE,iCAKN,oCC3UF,aACA,mBD6UI,YACA,yBACA,eACA,kCACA,oCACA,iBACA,oDACA,eAIJ,8BCzVA,aACA,mBD2VE,sBACA,2BAIA,mCCjWF,aACA,mBDmWI,cACA,kCACA,oCACA,iBACA,iBAIJ,oCACE,cACA,aAGF,uEACE,mBACA,uBACA,aACA,cAGF,wDACE,gBAGF,+BACE,YAIJ,4BACE,KACE,6BAGF,GACE,+BAIJ,2BACE,eAEA,mCACE,gCAGF,oCCxZA,aACA,mBACA,uBDyZE,sBACA,eACA,sBAGF,kCACE,aACA,sBACA,eACA,YAEA,0CACE,eACA,8CACA,gBAKN,4BACE,eAEA,oCACE,gCAGF,qCCrbA,aACA,mBACA,uBDsbE,sBACA,eACA,sBAGF,mCACE,aACA,sBACA,cACA,YAEA,2CACE,eACA,8CACA,gBAIJ,wDACE,WAIJ,qCACE,yBACA,eAEA,6CACE,gCAGF,iDACE,cACA,WAGF,oEACE,WAGF,mEC1dA,aACA,mBD4dE,aAIJ,6BACE,kBACA,YACA,SAEA,qCACE,mCAGF,sCACE,2BAIJ,kCACE,kBACA,YACA,SAEA,0CACE,mCAGF,2CACE,2BErgBJ,cACE,aACA,sBACA,WACA,YAEA,2BDMA,aACA,mBCJE,8BACA,qCAEA,+CDCF,mBCEI,cACA,cAEA,wCACE,cACA,WACA,oDACA,sCAGF,6CDnBJ,aACA,mBACA,uBCoBM,cACA,WACA,iCAEA,iDACE,iBAIJ,wCACE,iCACA,eACA,gBACA,YAKN,sBDlCA,aACA,mBCoCE,cACA,cAEA,+BDxCF,aACA,mBAiBA,aACA,8BCyBI,YACA,WACA,gBAEA,sCDhDJ,aACA,mBCkDM,kCACA,cACA,WAEA,4CACE,gBAIJ,4CD5DJ,aACA,mBC8DM,0BACA,eACA,kCACA,iBACA,gBACA,UACA,mBACA,gBACA,uBAGF,2CACE,SAGF,qDACE,SAIJ,+BDnFF,aACA,mBCqFI,YAGF,oCD/FF,aACA,mBACA,uBCgGI,iCACA,cACA,eACA,oBACA,mBAEA,8CACE,4CACA,4CAEA,kDACE,kCAIJ,kDDjHJ,aACA,mBACA,uBCkHM,cACA,WACA,oDAEA,sDACE,kCAKN,8BD9HF,aACA,mBACA,uBC+HI,cACA,eACA,eACA,oBACA,mBAEA,kCACE,kCAGF,qCACE,kBACA,iBAGF,6CACE,8CACA,mBAIA,0CACE,eACA,oBAGF,iDACE,yCAGF,6GAEE,yCAGF,gDACE,4CAGF,6CACE,iBAGF,mDACE,iBAIJ,4CD3KJ,aACA,mBC6KM,aACA,UAEA,iDDvLN,aACA,mBACA,uBCwLQ,cACA,aACA,8BACA,gBAGF,8DD1LN,aACA,mBC4LQ,cACA,aACA,8BACA,oDACA,eAEA,kEACE,iBAMR,4DACE,cAGF,gDACE,kBAIJ,uBACE,2BACA,WAIA,4CACE,kCACA,gBACA,mBACA,mBAGF,+CACE,YAKN,6BACE,oBACA,cACA,cAGF,cACE,WACA,UACA,gBAEA,qBACE,WAIJ,sBACE,YACA,aAEA,iCACE,6BAGF,uCACE,8BAGF,4CACE,UAGF,8BDtQA,aACA,mBCwQE,8BAEA,wCACE,cACA,eACA,oBACA,mBAIJ,+BACE,WACA,aACA,yBAGF,6BDzRA,aACA,mBC2RE,WACA,cAGF,oCDtRA,mBACA,uBACA,gBACA,sBACA,gBCqRE,YACA,YACA,eACA,8BACA,eACA,mBACA,iCACA,iCACA,gBAGF,oCDpSA,mBACA,uBACA,gBACA,sBACA,gBCmSE,YACA,yBACA,eACA,eACA,mBACA,sCACA,gBACA,2BACA,oCAEA,8CACE,6BACA,qBACA,eAEA,oDACE,0BAKN,0DACE","file":"index.css"}
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-query",
3
- "version": "13.5.7",
3
+ "version": "13.5.9",
4
4
  "description": "Legend Query application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -52,11 +52,11 @@
52
52
  "@finos/legend-server-depot": "workspace:*",
53
53
  "@finos/legend-shared": "workspace:*",
54
54
  "@finos/legend-storage": "workspace:*",
55
- "@testing-library/dom": "10.1.0",
55
+ "@testing-library/dom": "10.2.0",
56
56
  "@testing-library/react": "16.0.0",
57
57
  "@types/react": "18.3.3",
58
58
  "@types/react-dom": "18.3.0",
59
- "mobx": "6.12.3",
59
+ "mobx": "6.12.4",
60
60
  "mobx-react-lite": "4.0.7",
61
61
  "react": "18.3.1",
62
62
  "react-dom": "18.3.1",
@@ -70,8 +70,8 @@
70
70
  "jest": "29.7.0",
71
71
  "npm-run-all": "4.1.5",
72
72
  "rimraf": "5.0.7",
73
- "sass": "1.77.4",
74
- "typescript": "5.4.5"
73
+ "sass": "1.77.6",
74
+ "typescript": "5.5.2"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "react": "^18.0.0"
@@ -13,7 +13,6 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- /// <reference types="react" resolution-mode="require"/>
17
16
  import { LegendApplicationPlugin } from '@finos/legend-application';
18
17
  import type { Query } from '@finos/legend-graph';
19
18
  import type { QueryBuilderState, QueryBuilder_LegendApplicationPlugin_Extension } from '@finos/legend-query-builder';
@@ -1 +1 @@
1
- {"version":3,"file":"LegendQueryApplicationPlugin.d.ts","sourceRoot":"","sources":["../../src/stores/LegendQueryApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,EACV,iBAAiB,EACjB,8CAA8C,EAC/C,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AAC3F,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,gBAAgB,EACtB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAEvE,oBAAY,mBAAmB;IAC7B,iBAAiB,sBAAsB;CACxC;AAED,MAAM,MAAM,6BAA6B,GAAG;IAC1C,GAAG,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,OAAO,CAAC;IACxB,UAAU,EAAE,OAAO,CAAC;IACpB;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAMb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,MAAM,EAAE,CAAC,UAAU,EAAE,0BAA0B,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACnE,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG,CAC5C,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,wBAAwB,KAClC,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;AAE5C,MAAM,MAAM,sBAAsB,GAAG,CACnC,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,wBAAwB,KAClC,MAAM,GAAG,SAAS,CAAC;AAExB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,CACR,WAAW,EAAE,gBAAgB,EAC7B,iBAAiB,EAAE,iBAAiB,KACjC,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG;IACnD,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,CAAC,WAAW,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACjD,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,qBAAa,4BACX,SAAQ,uBACR,YAAW,8CAA8C;IAEzD;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAkC;IAErE,OAAO,CAAC,aAAa,EAAE,wBAAwB,GAAG,IAAI;IAItD;;OAEG;IACH,sCAAsC,CAAC,IAAI,6BAA6B,EAAE;CAC3E"}
1
+ {"version":3,"file":"LegendQueryApplicationPlugin.d.ts","sourceRoot":"","sources":["../../src/stores/LegendQueryApplicationPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,EACV,iBAAiB,EACjB,8CAA8C,EAC/C,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AAC3F,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,gBAAgB,EACtB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAEvE,oBAAY,mBAAmB;IAC7B,iBAAiB,sBAAsB;CACxC;AAED,MAAM,MAAM,6BAA6B,GAAG;IAC1C,GAAG,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,OAAO,CAAC;IACxB,UAAU,EAAE,OAAO,CAAC;IACpB;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAMb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,MAAM,EAAE,CAAC,UAAU,EAAE,0BAA0B,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACnE,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG,CAC5C,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,wBAAwB,KAClC,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;AAE5C,MAAM,MAAM,sBAAsB,GAAG,CACnC,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,wBAAwB,KAClC,MAAM,GAAG,SAAS,CAAC;AAExB,MAAM,MAAM,8BAA8B,GAAG;IAC3C,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,CACR,WAAW,EAAE,gBAAgB,EAC7B,iBAAiB,EAAE,iBAAiB,KACjC,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG;IACnD,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,CAAC,WAAW,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACjD,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,qBAAa,4BACX,SAAQ,uBACR,YAAW,8CAA8C;IAEzD;;;OAGG;IACH,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAkC;IAErE,OAAO,CAAC,aAAa,EAAE,wBAAwB,GAAG,IAAI;IAItD;;OAEG;IACH,sCAAsC,CAAC,IAAI,6BAA6B,EAAE;CAC3E"}
@@ -1 +1 @@
1
- {"version":3,"file":"LegendQueryApplicationTestUtils.d.ts","sourceRoot":"","sources":["../../../src/stores/__test-utils__/LegendQueryApplicationTestUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mDAAmD,CAAC;AAiBjG,eAAO,MAAM,yCAAyC,4BAEnD,4BAUF,CAAC"}
1
+ {"version":3,"file":"LegendQueryApplicationTestUtils.d.ts","sourceRoot":"","sources":["../../../src/stores/__test-utils__/LegendQueryApplicationTestUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,4BAA4B,EAAE,MAAM,mDAAmD,CAAC;AAoBjG,eAAO,MAAM,yCAAyC,4BAEnD,4BAUF,CAAC"}
@@ -28,6 +28,9 @@ const TEST_DATA__appConfig = {
28
28
  url: 'https://testStudioUrl',
29
29
  instances: [],
30
30
  },
31
+ taxonomy: {
32
+ url: 'https://testTaxonomyUrl',
33
+ },
31
34
  };
32
35
  export const TEST__getTestLegendQueryApplicationConfig = (extraConfigData = {}) => {
33
36
  const config = new LegendQueryApplicationConfig({
@@ -1 +1 @@
1
- {"version":3,"file":"LegendQueryApplicationTestUtils.js","sourceRoot":"","sources":["../../../src/stores/__test-utils__/LegendQueryApplicationTestUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mDAAmD,CAAC;AAEjG,MAAM,oBAAoB,GAAG;IAC3B,OAAO,EAAE,OAAO;IAChB,GAAG,EAAE,UAAU;IACf,MAAM,EAAE;QACN,GAAG,EAAE,uBAAuB;KAC7B;IACD,KAAK,EAAE;QACL,GAAG,EAAE,yBAAyB;KAC/B;IACD,MAAM,EAAE;QACN,GAAG,EAAE,uBAAuB;QAC5B,SAAS,EAAE,EAAE;KACd;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yCAAyC,GAAG,CACvD,eAAe,GAAG,EAAE,EACU,EAAE;IAChC,MAAM,MAAM,GAAG,IAAI,4BAA4B,CAAC;QAC9C,UAAU,EAAE;YACV,GAAG,oBAAoB;YACvB,GAAG,eAAe;SACnB;QACD,WAAW,EAAE,+BAA+B,EAAE;QAC9C,WAAW,EAAE,SAAS;KACvB,CAAC,CAAC;IACH,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC"}
1
+ {"version":3,"file":"LegendQueryApplicationTestUtils.js","sourceRoot":"","sources":["../../../src/stores/__test-utils__/LegendQueryApplicationTestUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACjF,OAAO,EAAE,4BAA4B,EAAE,MAAM,mDAAmD,CAAC;AAEjG,MAAM,oBAAoB,GAAG;IAC3B,OAAO,EAAE,OAAO;IAChB,GAAG,EAAE,UAAU;IACf,MAAM,EAAE;QACN,GAAG,EAAE,uBAAuB;KAC7B;IACD,KAAK,EAAE;QACL,GAAG,EAAE,yBAAyB;KAC/B;IACD,MAAM,EAAE;QACN,GAAG,EAAE,uBAAuB;QAC5B,SAAS,EAAE,EAAE;KACd;IACD,QAAQ,EAAE;QACR,GAAG,EAAE,yBAAyB;KAC/B;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,yCAAyC,GAAG,CACvD,eAAe,GAAG,EAAE,EACU,EAAE;IAChC,MAAM,MAAM,GAAG,IAAI,4BAA4B,CAAC;QAC9C,UAAU,EAAE;YACV,GAAG,oBAAoB;YACvB,GAAG,eAAe;SACnB;QACD,WAAW,EAAE,+BAA+B,EAAE;QAC9C,WAAW,EAAE,SAAS;KACvB,CAAC,CAAC;IACH,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DataSpaceQueryBuilderHelper.d.ts","sourceRoot":"","sources":["../../../src/stores/data-space/DataSpaceQueryBuilderHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,4BAA4B,CAAC;AAKpC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAE9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EACL,yBAAyB,EACzB,KAAK,aAAa,EACnB,MAAM,oDAAoD,CAAC;AAE5D,eAAO,MAAM,wBAAwB,+DAGxB,MAAM,cACH,MAAM,aACP,MAAM,cACL,MAAM,GAAG,SAAS,KAC7B,IASA,CAAC;AAEN,eAAO,MAAM,4BAA4B,qEAGlB,iBAAiB,eAG3B,MAAM,cACH,MAAM,cACN,MAAM,GAAG,SAAS,KAC7B,QAAQ,IAAI,CAuBd,CAAC;AAEJ,eAAO,MAAM,uBAAuB,gBACrB,gBAAgB,WACpB,MAAM,cACH,MAAM,aACP,MAAM,2BACQ,CAAC,CAAC,GAAG,EAAE,aAAa,KAAK,OAAO,CAAC,GAAG,SAAS,KACrE,yBAgBA,CAAC"}
1
+ {"version":3,"file":"DataSpaceQueryBuilderHelper.d.ts","sourceRoot":"","sources":["../../../src/stores/data-space/DataSpaceQueryBuilderHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,4BAA4B,CAAC;AAKpC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,4BAA4B,CAAC;AAE9E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EACL,yBAAyB,EACzB,KAAK,aAAa,EACnB,MAAM,oDAAoD,CAAC;AAE5D,eAAO,MAAM,wBAAwB,qBAChB,2BAA2B,eAEnC,MAAM,cACH,MAAM,aACP,MAAM,cACL,MAAM,GAAG,SAAS,KAC7B,IASA,CAAC;AAEN,eAAO,MAAM,4BAA4B,qBAEnB,2BAA2B,qBAC1B,iBAAiB,eAG3B,MAAM,cACH,MAAM,cACN,MAAM,GAAG,SAAS,KAC7B,OAAO,CAAC,IAAI,CAwBd,CAAC;AAEJ,eAAO,MAAM,uBAAuB,gBACrB,gBAAgB,WACpB,MAAM,cACH,MAAM,aACP,MAAM,2BACQ,CAAC,CAAC,GAAG,EAAE,aAAa,KAAK,OAAO,CAAC,GAAG,SAAS,KACrE,yBAgBA,CAAC"}
@@ -25,7 +25,7 @@ export const createViewSDLCProjectHandler = (applicationStore, depotServerClient
25
25
  const projectIDPrefix = parseProjectIdentifier(project.projectId).prefix;
26
26
  const matchingSDLCEntry = applicationStore.config.studioInstances.find((entry) => entry.sdlcProjectIDPrefix === projectIDPrefix);
27
27
  if (matchingSDLCEntry) {
28
- applicationStore.navigationService.navigator.visitAddress(EXTERNAL_APPLICATION_NAVIGATION__generateStudioSDLCProjectViewUrl(matchingSDLCEntry.url, project.projectId, entityPath));
28
+ applicationStore.navigationService.navigator.visitAddress(EXTERNAL_APPLICATION_NAVIGATION__generateStudioSDLCProjectViewUrl(matchingSDLCEntry.url, project.projectId, undefined, entityPath));
29
29
  }
30
30
  else {
31
31
  applicationStore.notificationService.notifyWarning(`Can't find the corresponding SDLC instance to view the SDLC project`);
@@ -1 +1 @@
1
- {"version":3,"file":"DataSpaceQueryBuilderHelper.js","sourceRoot":"","sources":["../../../src/stores/data-space/DataSpaceQueryBuilderHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,gBAAgB,GAEjB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,6DAA6D,EAC7D,iEAAiE,GAClE,MAAM,wCAAwC,CAAC;AAEhD,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,OAAO,EACL,yBAAyB,GAE1B,MAAM,oDAAoD,CAAC;AAE5D,MAAM,CAAC,MAAM,wBAAwB,GACnC,CAAC,gBAA6C,EAAE,EAAE,CAClD,CACE,OAAe,EACf,UAAkB,EAClB,SAAiB,EACjB,UAA8B,EACxB,EAAE,CACR,gBAAgB,CAAC,iBAAiB,CAAC,SAAS,CAAC,YAAY,CACvD,6DAA6D,CAC3D,gBAAgB,CAAC,MAAM,CAAC,oBAAoB,EAC5C,OAAO,EACP,UAAU,EACV,SAAS,EACT,UAAU,CACX,CACF,CAAC;AAEN,MAAM,CAAC,MAAM,4BAA4B,GACvC,CACE,gBAA6C,EAC7C,iBAAoC,EACpC,EAAE,CACJ,KAAK,EACH,OAAe,EACf,UAAkB,EAClB,UAA8B,EACf,EAAE;IACjB,qBAAqB;IACrB,MAAM,OAAO,GAAG,gBAAgB,CAAC,aAAa,CAAC,QAAQ,CACrD,MAAM,iBAAiB,CAAC,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,CACxD,CAAC;IACF,kCAAkC;IAClC,MAAM,eAAe,GAAG,sBAAsB,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC;IACzE,MAAM,iBAAiB,GAAG,gBAAgB,CAAC,MAAM,CAAC,eAAe,CAAC,IAAI,CACpE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,mBAAmB,KAAK,eAAe,CACzD,CAAC;IACF,IAAI,iBAAiB,EAAE,CAAC;QACtB,gBAAgB,CAAC,iBAAiB,CAAC,SAAS,CAAC,YAAY,CACvD,iEAAiE,CAC/D,iBAAiB,CAAC,GAAG,EACrB,OAAO,CAAC,SAAS,EACjB,UAAU,CACX,CACF,CAAC;IACJ,CAAC;SAAM,CAAC;QACN,gBAAgB,CAAC,mBAAmB,CAAC,aAAa,CAChD,qEAAqE,CACtE,CAAC;IACJ,CAAC;AACH,CAAC,CAAC;AAEJ,MAAM,CAAC,MAAM,uBAAuB,GAAG,CACrC,WAA6B,EAC7B,OAAe,EACf,UAAkB,EAClB,SAAiB,EACjB,uBAAsE,EAC3C,EAAE,CAC7B,IAAI,yBAAyB,CAC3B,WAAW,CAAC,iBAAiB,EAC7B,WAAW,CAAC,gBAAgB,EAC5B,WAAW,CAAC,iBAAiB,EAC7B;IACE,OAAO;IACP,UAAU;IACV,SAAS;CACV,EACD,wBAAwB,CAAC,WAAW,CAAC,gBAAgB,CAAC,EACtD,4BAA4B,CAC1B,WAAW,CAAC,gBAAgB,EAC5B,WAAW,CAAC,iBAAiB,CAC9B,EACD,uBAAuB,CACxB,CAAC"}
1
+ {"version":3,"file":"DataSpaceQueryBuilderHelper.js","sourceRoot":"","sources":["../../../src/stores/data-space/DataSpaceQueryBuilderHelper.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EACL,gBAAgB,GAEjB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,6DAA6D,EAC7D,iEAAiE,GAClE,MAAM,wCAAwC,CAAC;AAEhD,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAE/D,OAAO,EACL,yBAAyB,GAE1B,MAAM,oDAAoD,CAAC;AAE5D,MAAM,CAAC,MAAM,wBAAwB,GACnC,CAAC,gBAA6C,EAAE,EAAE,CAClD,CACE,OAAe,EACf,UAAkB,EAClB,SAAiB,EACjB,UAA8B,EACxB,EAAE,CACR,gBAAgB,CAAC,iBAAiB,CAAC,SAAS,CAAC,YAAY,CACvD,6DAA6D,CAC3D,gBAAgB,CAAC,MAAM,CAAC,oBAAoB,EAC5C,OAAO,EACP,UAAU,EACV,SAAS,EACT,UAAU,CACX,CACF,CAAC;AAEN,MAAM,CAAC,MAAM,4BAA4B,GACvC,CACE,gBAA6C,EAC7C,iBAAoC,EACpC,EAAE,CACJ,KAAK,EACH,OAAe,EACf,UAAkB,EAClB,UAA8B,EACf,EAAE;IACjB,qBAAqB;IACrB,MAAM,OAAO,GAAG,gBAAgB,CAAC,aAAa,CAAC,QAAQ,CACrD,MAAM,iBAAiB,CAAC,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,CACxD,CAAC;IACF,kCAAkC;IAClC,MAAM,eAAe,GAAG,sBAAsB,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC;IACzE,MAAM,iBAAiB,GAAG,gBAAgB,CAAC,MAAM,CAAC,eAAe,CAAC,IAAI,CACpE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,mBAAmB,KAAK,eAAe,CACzD,CAAC;IACF,IAAI,iBAAiB,EAAE,CAAC;QACtB,gBAAgB,CAAC,iBAAiB,CAAC,SAAS,CAAC,YAAY,CACvD,iEAAiE,CAC/D,iBAAiB,CAAC,GAAG,EACrB,OAAO,CAAC,SAAS,EACjB,SAAS,EACT,UAAU,CACX,CACF,CAAC;IACJ,CAAC;SAAM,CAAC;QACN,gBAAgB,CAAC,mBAAmB,CAAC,aAAa,CAChD,qEAAqE,CACtE,CAAC;IACJ,CAAC;AACH,CAAC,CAAC;AAEJ,MAAM,CAAC,MAAM,uBAAuB,GAAG,CACrC,WAA6B,EAC7B,OAAe,EACf,UAAkB,EAClB,SAAiB,EACjB,uBAAsE,EAC3C,EAAE,CAC7B,IAAI,yBAAyB,CAC3B,WAAW,CAAC,iBAAiB,EAC7B,WAAW,CAAC,gBAAgB,EAC5B,WAAW,CAAC,iBAAiB,EAC7B;IACE,OAAO;IACP,UAAU;IACV,SAAS;CACV,EACD,wBAAwB,CAAC,WAAW,CAAC,gBAAgB,CAAC,EACtD,4BAA4B,CAC1B,WAAW,CAAC,gBAAgB,EAC5B,WAAW,CAAC,iBAAiB,CAC9B,EACD,uBAAuB,CACxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DataSpaceQuerySetupState.d.ts","sourceRoot":"","sources":["../../../src/stores/data-space/DataSpaceQuerySetupState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,KAAK,iBAAiB,EAEvB,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAE/E,OAAO,EACL,KAAK,kBAAkB,EACvB,iBAAiB,EAElB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,WAAW,EAEX,KAAK,WAAW,EACjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,oDAAoD,CAAC;AAE5D,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,4BAA4B,EAAE,MAAM,0DAA0D,CAAC;AAExG,qBAAa,wBAAyB,SAAQ,iBAAiB;IAC7D,WAAW,EAAE,gBAAgB,CAAC;IAC9B,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB,CAAC;IAC9C,QAAQ,CAAC,mBAAmB,cAAwB;IACpD,QAAQ,CAAC,iBAAiB,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IACzD,QAAQ,CAAC,WAAW,EAAE,CACpB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,GAAG,SAAS,KAC3B,IAAI,CAAC;IACV,QAAQ,CAAC,eAAe,EAAE,CACxB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,GAAG,SAAS,KAC3B,OAAO,CAAC,IAAI,CAAC,CAAC;IAEV,oCAAoC,QAAO,MAAM,SAAS,CAChB;IAEnD,UAAU,EAAE,aAAa,EAAE,CAAM;IACjC,mBAAmB,UAAS;IAC5B,mBAAmB,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;gBAG7D,WAAW,EAAE,gBAAgB,EAC7B,gBAAgB,EAAE,6BAA6B,EAC/C,iBAAiB,EAAE,iBAAiB,EACpC,iBAAiB,EAAE,iBAAiB,EACpC,iBAAiB,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,EAC/C,WAAW,EAAE,CACX,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,GAAG,SAAS,KAC3B,IAAI,EACT,eAAe,EAAE,CACf,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,GAAG,SAAS,KAC3B,OAAO,CAAC,IAAI,CAAC,EAClB,MAAM,EAAE,kBAAkB,GAAG,SAAS;IA4BxC,IAAa,mBAAmB,IAAI,OAAO,CAE1C;IAED,IAAa,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAElD;IAED,yBAAyB,CAAC,GAAG,EAAE,aAAa,EAAE,GAAG,IAAI;IAIrD,uBAAuB,IAAI,IAAI;IAY/B,uBAAuB,IAAI,IAAI;IAI9B,wBAAwB,IAAI,WAAW,CAAC,IAAI,CAAC;CAkB/C"}
1
+ {"version":3,"file":"DataSpaceQuerySetupState.d.ts","sourceRoot":"","sources":["../../../src/stores/data-space/DataSpaceQuerySetupState.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,KAAK,iBAAiB,EAEvB,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,2BAA2B,CAAC;AAE/E,OAAO,EACL,KAAK,kBAAkB,EACvB,iBAAiB,EAElB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,WAAW,EAEX,KAAK,WAAW,EACjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAEL,KAAK,aAAa,EACnB,MAAM,oDAAoD,CAAC;AAE5D,OAAO,EAEL,KAAK,gBAAgB,EACtB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,4BAA4B,EAAE,MAAM,0DAA0D,CAAC;AAExG,qBAAa,wBAAyB,SAAQ,iBAAiB;IAC7D,WAAW,EAAE,gBAAgB,CAAC;IAC9B,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB,CAAC;IAC9C,QAAQ,CAAC,mBAAmB,cAAwB;IACpD,QAAQ,CAAC,iBAAiB,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IACzD,QAAQ,CAAC,WAAW,EAAE,CACpB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,GAAG,SAAS,KAC3B,IAAI,CAAC;IACV,QAAQ,CAAC,eAAe,EAAE,CACxB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,GAAG,SAAS,KAC3B,OAAO,CAAC,IAAI,CAAC,CAAC;IAEV,oCAAoC,QAAO,KAAK,CAAC,SAAS,CAChB;IAEnD,UAAU,EAAE,aAAa,EAAE,CAAM;IACjC,mBAAmB,UAAS;IAC5B,mBAAmB,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;gBAG7D,WAAW,EAAE,gBAAgB,EAC7B,gBAAgB,EAAE,6BAA6B,EAC/C,iBAAiB,EAAE,iBAAiB,EACpC,iBAAiB,EAAE,iBAAiB,EACpC,iBAAiB,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,EAC/C,WAAW,EAAE,CACX,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,GAAG,SAAS,KAC3B,IAAI,EACT,eAAe,EAAE,CACf,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,GAAG,SAAS,KAC3B,OAAO,CAAC,IAAI,CAAC,EAClB,MAAM,EAAE,kBAAkB,GAAG,SAAS;IA4BxC,IAAa,mBAAmB,IAAI,OAAO,CAE1C;IAED,IAAa,gBAAgB,IAAI,MAAM,GAAG,SAAS,CAElD;IAED,yBAAyB,CAAC,GAAG,EAAE,aAAa,EAAE,GAAG,IAAI;IAIrD,uBAAuB,IAAI,IAAI;IAY/B,uBAAuB,IAAI,IAAI;IAI9B,wBAAwB,IAAI,WAAW,CAAC,IAAI,CAAC;CAkB/C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-application-query",
3
- "version": "13.5.7",
3
+ "version": "13.5.9",
4
4
  "description": "Legend Query application core",
5
5
  "keywords": [
6
6
  "legend",
@@ -43,35 +43,35 @@
43
43
  "test:watch": "jest --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@finos/legend-application": "15.1.10",
47
- "@finos/legend-art": "7.1.38",
48
- "@finos/legend-extension-dsl-data-space": "10.3.28",
49
- "@finos/legend-graph": "31.10.5",
50
- "@finos/legend-lego": "1.2.41",
51
- "@finos/legend-query-builder": "4.14.51",
52
- "@finos/legend-server-depot": "6.0.45",
53
- "@finos/legend-shared": "10.0.40",
54
- "@finos/legend-storage": "3.0.90",
55
- "@testing-library/dom": "10.1.0",
46
+ "@finos/legend-application": "15.1.11",
47
+ "@finos/legend-art": "7.1.39",
48
+ "@finos/legend-extension-dsl-data-space": "10.3.30",
49
+ "@finos/legend-graph": "31.10.6",
50
+ "@finos/legend-lego": "1.2.42",
51
+ "@finos/legend-query-builder": "4.14.53",
52
+ "@finos/legend-server-depot": "6.0.46",
53
+ "@finos/legend-shared": "10.0.41",
54
+ "@finos/legend-storage": "3.0.91",
55
+ "@testing-library/dom": "10.2.0",
56
56
  "@testing-library/react": "16.0.0",
57
57
  "@types/react": "18.3.3",
58
58
  "@types/react-dom": "18.3.0",
59
- "mobx": "6.12.3",
59
+ "mobx": "6.12.4",
60
60
  "mobx-react-lite": "4.0.7",
61
61
  "react": "18.3.1",
62
62
  "react-dom": "18.3.1",
63
63
  "serializr": "3.0.2"
64
64
  },
65
65
  "devDependencies": {
66
- "@finos/legend-dev-utils": "2.1.8",
66
+ "@finos/legend-dev-utils": "2.1.9",
67
67
  "@jest/globals": "29.7.0",
68
68
  "cross-env": "7.0.3",
69
69
  "eslint": "8.57.0",
70
70
  "jest": "29.7.0",
71
71
  "npm-run-all": "4.1.5",
72
72
  "rimraf": "5.0.7",
73
- "sass": "1.77.4",
74
- "typescript": "5.4.5"
73
+ "sass": "1.77.6",
74
+ "typescript": "5.5.2"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "react": "^18.0.0"
@@ -199,11 +199,12 @@ export const EXTERNAL_APPLICATION_NAVIGATION__generateStudioSDLCProjectViewUrl =
199
199
  (
200
200
  studioApplicationUrl: string,
201
201
  projectId: string,
202
+ versionId: string | undefined,
202
203
  entityPath: string | undefined,
203
204
  ): string =>
204
205
  `${studioApplicationUrl}/view/${projectId}${
205
- entityPath ? `/entity/${entityPath}` : ''
206
- }`;
206
+ versionId ? `/version/${versionId}` : ''
207
+ }${entityPath ? `/entity/${entityPath}` : ''}`;
207
208
 
208
209
  /**
209
210
  * @external_application_navigation This depends on Legend Studio routing and is hardcoded so it's potentially brittle
@@ -234,3 +235,20 @@ export const EXTERNAL_APPLICATION_NAVIGATION__generateStudioUpdateProjectService
234
235
  export const EXTERNAL_APPLICATION_NAVIGATION__generateStudioProductionizeQueryUrl =
235
236
  (studioApplicationUrl: string, queryId: string): string =>
236
237
  `${studioApplicationUrl}/extensions/productionize-query/${queryId}`;
238
+
239
+ /**
240
+ * @external_application_navigation This depends on Legend Taxonomy routing and is hardcoded so it's potentially brittle
241
+ */
242
+ export const EXTERNAL_APPLICATION_NAVIGATION__generateTaxonomyDataspaceViewUrl =
243
+ (
244
+ taxonomyApplicationUrl: string,
245
+ groupId: string,
246
+ artifactId: string,
247
+ versionId: string,
248
+ dataspacePath: string,
249
+ ): string =>
250
+ `${taxonomyApplicationUrl}/dataspace/${generateGAVCoordinates(
251
+ groupId,
252
+ artifactId,
253
+ versionId,
254
+ )}/${dataspacePath}`;
@@ -103,6 +103,9 @@ export interface LegendQueryApplicationConfigurationData
103
103
  url: string;
104
104
  instances: LegendStudioApplicationInstanceConfigurationData[];
105
105
  };
106
+ taxonomy?: {
107
+ url: string;
108
+ };
106
109
  }
107
110
 
108
111
  export class LegendQueryApplicationConfig extends LegendApplicationConfig {
@@ -112,6 +115,7 @@ export class LegendQueryApplicationConfig extends LegendApplicationConfig {
112
115
  readonly engineQueryServerUrl?: string | undefined;
113
116
  readonly depotServerUrl: string;
114
117
  readonly studioApplicationUrl: string;
118
+ readonly taxonomyApplicationUrl?: string;
115
119
  readonly studioInstances: LegendStudioApplicationInstanceConfigurationData[] =
116
120
  [];
117
121
 
@@ -165,6 +169,11 @@ export class LegendQueryApplicationConfig extends LegendApplicationConfig {
165
169
  `Can't configure application: 'studio.instances' field is missing`,
166
170
  );
167
171
 
172
+ if (input.configData.taxonomy?.url) {
173
+ this.taxonomyApplicationUrl = LegendApplicationConfig.resolveAbsoluteUrl(
174
+ input.configData.taxonomy.url,
175
+ );
176
+ }
168
177
  // options
169
178
  this.options = LegendQueryApplicationCoreOptions.create(
170
179
  input.configData.extensions?.core ?? {},
@@ -68,6 +68,7 @@ import {
68
68
  generateDataSpaceQuerySetupRoute,
69
69
  } from '../__lib__/DSL_DataSpace_LegendQueryNavigation.js';
70
70
  import {
71
+ QUERY_BUILDER_SUPPORTED_GET_ALL_FUNCTIONS,
71
72
  type QueryBuilderHeaderActionConfiguration,
72
73
  type QueryBuilderMenuActionConfiguration,
73
74
  } from '@finos/legend-query-builder';
@@ -247,6 +248,22 @@ export class Core_LegendQueryApplicationPlugin extends LegendQueryApplicationPlu
247
248
  key: 'promote-as-template-query',
248
249
  title: 'Promote Curated Template query...',
249
250
  label: 'Curated Template Query',
251
+ disableFunc: (queryBuilderState): boolean => {
252
+ if (
253
+ queryBuilderState.workflowState.actionConfig instanceof
254
+ QueryBuilderActionConfig_QueryApplication
255
+ ) {
256
+ const editorStore =
257
+ queryBuilderState.workflowState.actionConfig.editorStore;
258
+ if (
259
+ editorStore instanceof ExistingQueryEditorStore &&
260
+ queryBuilderState instanceof DataSpaceQueryBuilderState
261
+ ) {
262
+ return false;
263
+ }
264
+ }
265
+ return true;
266
+ },
250
267
  onClick: (queryBuilderState): void => {
251
268
  if (
252
269
  queryBuilderState.workflowState.actionConfig instanceof
@@ -535,7 +552,13 @@ export class Core_LegendQueryApplicationPlugin extends LegendQueryApplicationPlu
535
552
  type: ActionAlertActionType.PROCEED_WITH_CAUTION,
536
553
  handler:
537
554
  queryBuilderState.applicationStore.guardUnhandledError(
538
- async () => queryBuilderState.resetQueryContent(),
555
+ async () => {
556
+ queryBuilderState.resetQueryContent();
557
+ queryBuilderState.setGetAllFunction(
558
+ QUERY_BUILDER_SUPPORTED_GET_ALL_FUNCTIONS.GET_ALL,
559
+ );
560
+ queryBuilderState.milestoningState.updateMilestoningConfiguration();
561
+ },
539
562
  ),
540
563
  },
541
564
  {
@@ -548,6 +571,10 @@ export class Core_LegendQueryApplicationPlugin extends LegendQueryApplicationPlu
548
571
  );
549
572
  } else {
550
573
  queryBuilderState.resetQueryContent();
574
+ queryBuilderState.setGetAllFunction(
575
+ QUERY_BUILDER_SUPPORTED_GET_ALL_FUNCTIONS.GET_ALL,
576
+ );
577
+ queryBuilderState.milestoningState.updateMilestoningConfiguration();
551
578
  }
552
579
  }
553
580
  };
@@ -21,7 +21,11 @@ import {
21
21
  Panel,
22
22
  PanelFullContent,
23
23
  } from '@finos/legend-art';
24
- import { StoreProjectData } from '@finos/legend-server-depot';
24
+ import {
25
+ LATEST_VERSION_ALIAS,
26
+ StoreProjectData,
27
+ VersionedProjectData,
28
+ } from '@finos/legend-server-depot';
25
29
  import { observer } from 'mobx-react-lite';
26
30
  import { type QueryEditorStore } from '../../stores/QueryEditorStore.js';
27
31
  import {
@@ -30,8 +34,8 @@ import {
30
34
  DataSpaceSupportEmail,
31
35
  } from '@finos/legend-extension-dsl-data-space/graph';
32
36
  import {
33
- EXTERNAL_APPLICATION_NAVIGATION__generateStudioProjectViewUrl,
34
37
  EXTERNAL_APPLICATION_NAVIGATION__generateStudioSDLCProjectViewUrl,
38
+ EXTERNAL_APPLICATION_NAVIGATION__generateTaxonomyDataspaceViewUrl,
35
39
  } from '../../__lib__/LegendQueryNavigation.js';
36
40
  import { flowResult } from 'mobx';
37
41
  import { assertErrorThrown } from '@finos/legend-shared';
@@ -51,7 +55,7 @@ export const QueryEditorDataspaceInfoModal = observer(
51
55
  const { editorStore, dataspace, executionContext, open, closeModal } =
52
56
  props;
53
57
  const projectInfo = editorStore.getProjectInfo();
54
- const visitElement = async (path: string): Promise<void> => {
58
+ const visitElement = async (path: string | undefined): Promise<void> => {
55
59
  try {
56
60
  if (projectInfo) {
57
61
  const project = StoreProjectData.serialization.fromJson(
@@ -60,10 +64,21 @@ export const QueryEditorDataspaceInfoModal = observer(
60
64
  projectInfo.artifactId,
61
65
  ),
62
66
  );
67
+ const versionId =
68
+ projectInfo.versionId === LATEST_VERSION_ALIAS
69
+ ? VersionedProjectData.serialization.fromJson(
70
+ await editorStore.depotServerClient.getLatestVersion(
71
+ projectInfo.groupId,
72
+ projectInfo.artifactId,
73
+ ),
74
+ ).versionId
75
+ : projectInfo.versionId;
76
+
63
77
  editorStore.applicationStore.navigationService.navigator.visitAddress(
64
78
  EXTERNAL_APPLICATION_NAVIGATION__generateStudioSDLCProjectViewUrl(
65
79
  editorStore.applicationStore.config.studioApplicationUrl,
66
80
  project.projectId,
81
+ versionId,
67
82
  path,
68
83
  ),
69
84
  );
@@ -71,7 +86,9 @@ export const QueryEditorDataspaceInfoModal = observer(
71
86
  } catch (error) {
72
87
  assertErrorThrown(error);
73
88
  editorStore.applicationStore.notificationService.notifyError(
74
- `Can't visit element of path: '${path}'`,
89
+ path
90
+ ? `Can't visit element of path: '${path}'`
91
+ : `Can't visit project`,
75
92
  );
76
93
  }
77
94
  };
@@ -83,6 +100,23 @@ export const QueryEditorDataspaceInfoModal = observer(
83
100
  ?.storeConnections[0]?.connection
84
101
  : undefined;
85
102
 
103
+ const openInTaxonomy = (): void => {
104
+ if (
105
+ projectInfo &&
106
+ editorStore.applicationStore.config.taxonomyApplicationUrl
107
+ ) {
108
+ editorStore.applicationStore.navigationService.navigator.visitAddress(
109
+ EXTERNAL_APPLICATION_NAVIGATION__generateTaxonomyDataspaceViewUrl(
110
+ editorStore.applicationStore.config.taxonomyApplicationUrl,
111
+ projectInfo.groupId,
112
+ projectInfo.artifactId,
113
+ projectInfo.versionId,
114
+ dataspace.path,
115
+ ),
116
+ );
117
+ }
118
+ };
119
+
86
120
  return (
87
121
  <Dialog
88
122
  open={open}
@@ -99,7 +133,23 @@ export const QueryEditorDataspaceInfoModal = observer(
99
133
  }
100
134
  className="dataspace-info-modal"
101
135
  >
102
- <ModalTitle title="About Dataspace" />
136
+ <div className="dataspace-info-modal__header">
137
+ <ModalTitle title="About Dataspace" />
138
+ <button
139
+ className="btn--dark dataspace-info-modal__header__open-btn"
140
+ title="Close"
141
+ disabled={
142
+ !(
143
+ editorStore.applicationStore.config.taxonomyApplicationUrl &&
144
+ projectInfo
145
+ )
146
+ }
147
+ onClick={openInTaxonomy}
148
+ >
149
+ Open Dataspace
150
+ </button>
151
+ </div>
152
+
103
153
  <Panel>
104
154
  <PanelFullContent>
105
155
  {projectInfo && (
@@ -109,25 +159,7 @@ export const QueryEditorDataspaceInfoModal = observer(
109
159
  </div>
110
160
  <div
111
161
  className="dataspace-info-modal__field__value dataspace-info-modal__field__value--linkable"
112
- onClick={() => {
113
- try {
114
- editorStore.applicationStore.navigationService.navigator.visitAddress(
115
- EXTERNAL_APPLICATION_NAVIGATION__generateStudioProjectViewUrl(
116
- editorStore.applicationStore.config
117
- .studioApplicationUrl,
118
- projectInfo.groupId,
119
- projectInfo.artifactId,
120
- projectInfo.versionId,
121
- undefined,
122
- ),
123
- );
124
- } catch (error) {
125
- assertErrorThrown(error);
126
- editorStore.applicationStore.notificationService.notifyError(
127
- `Can't visit project: '${projectInfo.groupId}:${projectInfo.artifactId}:${projectInfo.versionId}'`,
128
- );
129
- }
130
- }}
162
+ onClick={() => flowResult(visitElement(undefined))}
131
163
  >
132
164
  {`${projectInfo.groupId}:${projectInfo.artifactId}:${projectInfo.versionId}`}
133
165
  </div>
@@ -136,7 +168,7 @@ export const QueryEditorDataspaceInfoModal = observer(
136
168
  <div className="dataspace-info-modal__field">
137
169
  <div className="dataspace-info-modal__field__label">Name</div>
138
170
  <div className="dataspace-info-modal__field__value">
139
- {dataspace.title}
171
+ {dataspace.title ?? dataspace.name}
140
172
  </div>
141
173
  </div>
142
174
  <div className="dataspace-info-modal__field">
@@ -167,7 +199,7 @@ export const QueryEditorDataspaceInfoModal = observer(
167
199
  Runtime
168
200
  </div>
169
201
  <div
170
- className="dataspace-info-modal__field__value dataspace-info-modal__field__value--linkable"
202
+ className="dataspace-info-modal__field__value dataspace-info-modal__field__value--linkable"
171
203
  onClick={() =>
172
204
  flowResult(
173
205
  visitElement(executionContext.defaultRuntime.value.path),
@@ -185,7 +217,7 @@ export const QueryEditorDataspaceInfoModal = observer(
185
217
  Store
186
218
  </div>
187
219
  <div
188
- className="dataspace-info-modal__field__value dataspace-info-modal__field__value--linkable"
220
+ className="dataspace-info-modal__field__value dataspace-info-modal__field__value--linkable"
189
221
  onClick={() => {
190
222
  if (connection.store) {
191
223
  flowResult(
@@ -203,7 +235,7 @@ export const QueryEditorDataspaceInfoModal = observer(
203
235
  Connection
204
236
  </div>
205
237
  <div
206
- className="dataspace-info-modal__field__value dataspace-info-modal__field__value--linkable"
238
+ className="dataspace-info-modal__field__value dataspace-info-modal__field__value--linkable"
207
239
  onClick={() =>
208
240
  flowResult(
209
241
  visitElement(
@@ -30,6 +30,9 @@ const TEST_DATA__appConfig = {
30
30
  url: 'https://testStudioUrl',
31
31
  instances: [],
32
32
  },
33
+ taxonomy: {
34
+ url: 'https://testTaxonomyUrl',
35
+ },
33
36
  };
34
37
 
35
38
  export const TEST__getTestLegendQueryApplicationConfig = (
@@ -72,6 +72,7 @@ export const createViewSDLCProjectHandler =
72
72
  EXTERNAL_APPLICATION_NAVIGATION__generateStudioSDLCProjectViewUrl(
73
73
  matchingSDLCEntry.url,
74
74
  project.projectId,
75
+ undefined,
75
76
  entityPath,
76
77
  ),
77
78
  );
@@ -48,6 +48,6 @@
48
48
  "package.json"
49
49
  ],
50
50
  "exclude": [
51
- "lib"
51
+ "/home/runner/work/legend-studio/legend-studio/packages/legend-application-query/lib"
52
52
  ]
53
53
  }