@finos/legend-extension-dsl-service 0.1.23 → 0.1.24
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.
- package/lib/index.css +16 -0
- package/lib/package.json +3 -3
- package/package.json +14 -14
package/lib/index.css
CHANGED
|
@@ -1 +1,17 @@
|
|
|
1
|
+
/** @license @finos/legend-extension-dsl-service v0.1.24
|
|
2
|
+
* Copyright (c) 2020-present, Goldman Sachs
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
+
* See the License for the specific language governing permissions and
|
|
14
|
+
* limitations under the License.
|
|
15
|
+
*/
|
|
16
|
+
|
|
1
17
|
.service-query-setup{height:100%;position:relative;background:var(--color-dark-grey-50)}.service-query-setup__body{height:calc(100% - 2.2rem);width:100%}.service-query-setup__title{margin-bottom:1.8rem}.service-query-setup__title__header{font-size:3.6rem;font-family:"Roboto Condensed",sans-serif;font-weight:700;color:var(--color-light-grey-200);margin-bottom:1.8rem}.service-query-setup__content{height:100%;width:calc(100% - 5rem)}.service-query-setup__content__main{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:60vh;width:60vw}.service-query-setup__actions{width:100%;display:flex;justify-content:flex-end}.service-query-setup__next-btn{padding:1rem}.service-query-setup__selector{display:flex;margin-bottom:.5rem}.service-query-setup__selector__icon{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;background:var(--color-dark-grey-200);border-radius:.2rem 0 0 .2rem}.service-query-setup__selector__icon svg{color:var(--color-dark-grey-400)}.service-query-setup__selector__icon--project,.service-query-setup__selector__icon--workspace{font-size:1.8rem}.service-query-setup__selector__input{flex:1 0 auto}.service-query-setup__selector__action{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;height:2.8rem;width:2.8rem;margin-left:.5rem}.service-query-setup__workspace-selector__option__name--invalid{text-decoration:line-through .1rem;color:var(--color-red-100);cursor:help}.service-query-setup__workspace-selector__option__name--invalid svg{margin-left:.5rem}.service-query-setup__workspace-selector__option__loading-indicator{animation:spin 1s infinite ease;color:var(--color-blue-100);margin-left:.5rem}.service-query-editor{display:flex;flex-direction:column;width:100%;height:100%}.service-query-editor__header{display:flex;align-items:center;height:3.4rem;padding:.2rem;background:var(--color-dark-grey-80);border-bottom:.1rem solid var(--color-dark-grey-100)}.service-query-editor__header__content{display:flex;justify-content:space-between;height:100%;width:100%;padding-left:5rem}.service-query-editor__header__content__main{display:flex}.service-query-editor__header__actions{display:flex;align-items:center;height:100%}.service-query-editor__header__actions__divider{height:2.8rem;width:.1rem;margin:.2rem;background:var(--color-dark-grey-250)}.service-query-editor__header__action{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;border-radius:.2rem}.service-query-editor__header__action svg{color:var(--color-light-grey-100)}.service-query-editor__header__action__icon--branch{font-size:1.8rem}.service-query-editor__header__action+.service-query-editor__header__action{margin-left:.2rem}.service-query-editor__content{height:calc(100% - 3.4rem);width:100%}.service-query-editor__registration-env-config__option{display:flex;align-items:center}.service-query-editor__registration-env-config__option__url{color:var(--color-dark-grey-200);margin-left:1rem;line-height:1.4rem;background:var(--color-dark-grey-500);border-radius:.2rem;padding:0 .5rem;font-size:1rem;font-weight:700;font-family:"Roboto Mono",monospace}.service-query-editor__registration-env-config__option__name{display:flex;align-items:center;height:1.8rem}.service-query-editor__registration__pattern{display:flex;align-items:center}.service-query-editor__registration__pattern .input-group{width:100%}.service-query-editor__registration__pattern__override{width:10rem;margin-left:1rem}.service-query-editor__review{display:flex;align-items:center;height:2.8rem;width:unset;border-radius:.2rem;background:var(--color-yellow-200);color:var(--color-dark-grey-280);cursor:pointer}.service-query-editor__review__icon{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;border-radius:.2rem 0 0 .2rem;background:var(--color-dark-shade-50)}.service-query-editor__review__icon svg{color:var(--color-dark-grey-80)}.service-query-editor__review__message{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;height:2.8rem;line-height:2.8rem;padding:0 0 0 1rem;width:20rem;font-family:"Roboto Mono",monospace;font-size:1.2rem}.service-query-editor__review__action{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem}.service-query-editor__review__action svg{color:var(--color-dark-grey-80)}.service-query-editor__workspace-status{display:flex;align-items:center;justify-content:center;height:2.8rem;border-radius:.2rem;color:var(--color-dark-shade-800)}.service-query-editor__workspace-status--up-to-date{background:var(--color-green-100)}.service-query-editor__workspace-status--up-to-date svg{color:var(--color-dark-shade-800);font-size:1.6rem}.service-query-editor__workspace-status__icon{display:flex;align-items:center;justify-content:center;cursor:pointer;height:2.8rem;width:2.8rem;background:var(--color-dark-shade-50);border-radius:.2rem 0 0 .2rem}.service-query-editor__workspace-status__text{font-family:"Roboto Mono",monospace;font-size:1.2rem;font-weight:700;padding:0 1rem}.service-query-editor__workspace-status--out-of-sync,.service-query-editor__workspace-status--outdated{width:unset;color:var(--color-light-grey-100);background:var(--color-red-200)}.query-productionizer{height:100%;position:relative;background:var(--color-dark-grey-50)}.query-productionizer__body{height:calc(100% - 2.2rem);width:100%}.query-productionizer__title{font-size:3.6rem;font-family:"Roboto Condensed",sans-serif;font-weight:700;color:var(--color-light-grey-200);margin-bottom:1.8rem}.query-productionizer__title__documentation{font-size:2rem;margin-left:1rem}.query-productionizer__content{height:100%;width:calc(100% - 5rem)}.query-productionizer__content__main{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:60vh;width:60vw}.query-productionizer__actions{margin-top:.5rem;width:100%;display:flex;justify-content:flex-end}.query-productionizer__next-btn{padding:1rem}.query-productionizer__group__header{display:flex;align-items:center;justify-content:center;height:1.8rem;width:10rem;padding:0 1rem;background:var(--color-dark-grey-400);color:var(--color-light-grey-0);font-weight:500;font-size:1.2rem;border-radius:.2rem .2rem 0 0}.query-productionizer__group__content{padding:.5rem;border:.1rem solid var(--color-dark-grey-400);border-radius:0 .2rem .2rem}.query-productionizer__group--workspace .query-productionizer__group__header{background:var(--color-purple-400)}.query-productionizer__group--workspace .query-productionizer__group__content{border-color:var(--color-purple-400)}.query-productionizer__group--service .query-productionizer__group__header{background:var(--color-blue-200)}.query-productionizer__group--service .query-productionizer__group__content{border-color:var(--color-blue-200)}.query-productionizer__group+.query-productionizer__group{margin-top:1.5rem}.query-productionizer__input{display:flex}.query-productionizer__input__label{display:flex;align-items:center;width:9.4rem;background:var(--color-dark-grey-200);font-family:"Roboto Mono",monospace;font-size:1.4rem;padding:0 1rem;border-radius:.2rem 0 0 .2rem;color:var(--color-dark-grey-500)}.query-productionizer__input__icon{display:flex;align-items:center;justify-content:center;height:2.8rem;width:2.8rem;background:var(--color-dark-grey-200);border-radius:.2rem 0 0 .2rem}.query-productionizer__input__icon svg{color:var(--color-dark-grey-400)}.query-productionizer__input__icon--query,.query-productionizer__input__icon--project,.query-productionizer__input__icon--workspace{font-size:1.8rem}.query-productionizer__input__input,.query-productionizer__input__selector{flex:1 0}.query-productionizer__input+.query-productionizer__input{margin-top:.5rem}.query-productionizer__query-option{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;display:inline-flex}.query-productionizer__query-option__gav{font-size:1.2rem;color:var(--color-blue-50);margin-left:.5rem;line-height:1.4rem}.query-productionizer__query-option__preview-btn{margin-left:1rem;cursor:pointer}.query-productionizer__query-option__preview-btn svg{color:var(--color-dark-grey-500)}.query-productionizer__query-option__preview-btn:hover svg{color:var(--color-light-grey-100)}.query-productionizer__auto-configuration{display:flex;background:var(--color-dark-grey-85);border:.1rem solid var(--color-dark-grey-280);border-radius:.2rem;margin-top:.5rem}.query-productionizer__auto-configuration__toggler{padding:1rem;cursor:pointer;width:calc(100% - 3rem)}.query-productionizer__auto-configuration__hint{display:flex;justify-content:center;padding:1rem 0;width:3rem}.query-productionizer__auto-configuration .panel__content__form__section__toggler__prompt{font-family:"Roboto Mono",monospace;font-size:1.3rem;margin-left:1rem}.query-preview__field{display:flex;align-items:center;width:100%;height:2.8rem}.query-preview__field__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;height:100%;width:10rem;cursor:default;border-radius:.2rem 0 0 .2rem;padding:0 1rem;line-height:2.8rem;background:var(--color-blue-100);color:var(--color-dark-grey-100);font-weight:500}.query-preview__field__value{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-word;text-align:left;height:100%;width:calc(100% - 10rem);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}.query-preview__code{width:100%;height:30rem;margin-top:.5rem;position:relative;border:.1rem solid var(--color-dark-grey-200)}.query-preview__field+.query-preview__field{margin-top:.5rem}.service-register-modal{height:100%;position:relative;background:var(--color-dark-grey-50)}.service-register-modal__actions{margin-top:.5rem;width:100%;display:flex;justify-content:flex-end}.service-register-modal__group__header{display:flex;align-items:center;justify-content:center;height:1.8rem;width:10rem;padding:0 1rem;background:var(--color-dark-grey-400);color:var(--color-light-grey-0);font-weight:500;font-size:1.2rem;border-radius:.2rem .2rem 0 0}.service-register-modal__group__content{padding:.5rem;border:.1rem solid var(--color-dark-grey-400);border-radius:0 .2rem .2rem}.service-register-modal__group--workspace .service-register-modal__group__header{background:var(--color-purple-400)}.service-register-modal__group--workspace .service-register-modal__group__content{border-color:var(--color-purple-400)}.service-register-modal__group--service .service-register-modal__group__header{background:var(--color-blue-200)}.service-register-modal__group--service .service-register-modal__group__content{border-color:var(--color-blue-200)}.service-register-modal__group+.service-register-modal__group{margin-top:1.5rem}.service-register-modal__input{display:flex}.service-register-modal__input__label{display:flex;align-items:center;width:9.4rem;background:var(--color-dark-grey-200);font-family:"Roboto Mono",monospace;font-size:1.4rem;padding:0 1rem;border-radius:.2rem 0 0 .2rem;color:var(--color-dark-grey-500)}.service-register-modal__input__input,.service-register-modal__input__selector{flex:1 0}.service-register-modal__input+.service-register-modal__input{margin-top:.5rem}.service-register-modal__auto-activation{display:flex;background:var(--color-dark-grey-85);border:.1rem solid var(--color-dark-grey-280);border-radius:.2rem;margin-top:.5rem}.service-register-modal__auto-activation__toggler{padding:1rem;cursor:pointer;width:calc(100% - 3rem)}.service-register-modal__auto-activation__hint{display:flex;justify-content:center;padding:1rem 0;width:3rem}.service-register-modal__auto-activation .panel__content__form__section__toggler__prompt{font-family:"Roboto Mono",monospace;font-size:1.3rem;margin-left:1rem}/*# sourceMappingURL=index.css.map */
|
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-extension-dsl-service",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "Legend extension for Service DSL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@finos/legend-dev-utils": "workspace:*",
|
|
65
|
-
"@jest/globals": "29.4.
|
|
65
|
+
"@jest/globals": "29.4.2",
|
|
66
66
|
"cross-env": "7.0.3",
|
|
67
67
|
"eslint": "8.33.0",
|
|
68
|
-
"jest": "29.4.
|
|
68
|
+
"jest": "29.4.2",
|
|
69
69
|
"npm-run-all": "4.1.5",
|
|
70
70
|
"rimraf": "4.1.2",
|
|
71
71
|
"sass": "1.58.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-extension-dsl-service",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "Legend extension for Service DSL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -43,16 +43,16 @@
|
|
|
43
43
|
"test:watch": "jest --watch"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@finos/legend-application": "10.2.
|
|
47
|
-
"@finos/legend-application-query": "9.0.
|
|
48
|
-
"@finos/legend-application-studio": "22.3.
|
|
49
|
-
"@finos/legend-art": "5.0.
|
|
50
|
-
"@finos/legend-graph": "22.2.
|
|
51
|
-
"@finos/legend-query-builder": "0.6.
|
|
52
|
-
"@finos/legend-server-depot": "4.2.
|
|
53
|
-
"@finos/legend-server-sdlc": "4.1.
|
|
54
|
-
"@finos/legend-shared": "6.2.
|
|
55
|
-
"@finos/legend-storage": "3.0.
|
|
46
|
+
"@finos/legend-application": "10.2.13",
|
|
47
|
+
"@finos/legend-application-query": "9.0.33",
|
|
48
|
+
"@finos/legend-application-studio": "22.3.8",
|
|
49
|
+
"@finos/legend-art": "5.0.23",
|
|
50
|
+
"@finos/legend-graph": "22.2.5",
|
|
51
|
+
"@finos/legend-query-builder": "0.6.22",
|
|
52
|
+
"@finos/legend-server-depot": "4.2.9",
|
|
53
|
+
"@finos/legend-server-sdlc": "4.1.20",
|
|
54
|
+
"@finos/legend-shared": "6.2.17",
|
|
55
|
+
"@finos/legend-storage": "3.0.32",
|
|
56
56
|
"@types/react": "18.0.27",
|
|
57
57
|
"mobx": "6.7.0",
|
|
58
58
|
"mobx-react-lite": "3.4.0",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"serializr": "3.0.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@finos/legend-dev-utils": "2.0.
|
|
65
|
-
"@jest/globals": "29.4.
|
|
64
|
+
"@finos/legend-dev-utils": "2.0.40",
|
|
65
|
+
"@jest/globals": "29.4.2",
|
|
66
66
|
"cross-env": "7.0.3",
|
|
67
67
|
"eslint": "8.33.0",
|
|
68
|
-
"jest": "29.4.
|
|
68
|
+
"jest": "29.4.2",
|
|
69
69
|
"npm-run-all": "4.1.5",
|
|
70
70
|
"rimraf": "4.1.2",
|
|
71
71
|
"sass": "1.58.0",
|