@finos/legend-data-cube 0.3.47 → 0.3.49
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.
|
@@ -22,7 +22,7 @@ import { languages as monacoLanguagesAPI, } from 'monaco-editor';
|
|
|
22
22
|
// See https://github.com/microsoft/monaco-editor/issues/2793#issuecomment-999337740
|
|
23
23
|
export const MONACO_EDITOR_OVERFLOW_WIDGETS_ROOT_ID = 'monaco-editor-overflow-widgets-root';
|
|
24
24
|
export function INTERNAL__MonacoEditorWidgetsRoot() {
|
|
25
|
-
return (_jsx("div", { id: MONACO_EDITOR_OVERFLOW_WIDGETS_ROOT_ID, className: "monaco-editor" // keep this root class so widgets can be styled properly
|
|
25
|
+
return (_jsx("div", { id: MONACO_EDITOR_OVERFLOW_WIDGETS_ROOT_ID, className: "monaco-editor z-[999999]" // keep this root class so widgets can be styled properly
|
|
26
26
|
}));
|
|
27
27
|
}
|
|
28
28
|
export async function getCodeSuggestions(position, model, prefix, engine, source, baseQueryBuilder) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCubePureCodeEditorUtils.js","sourceRoot":"","sources":["../../../src/components/core/DataCubePureCodeEditorUtils.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,SAAS,IAAI,kBAAkB,GAEhC,MAAM,eAAe,CAAC;AASvB,mGAAmG;AACnG,qGAAqG;AACrG,2FAA2F;AAC3F,2GAA2G;AAC3G,oFAAoF;AACpF,MAAM,CAAC,MAAM,sCAAsC,GACjD,qCAAqC,CAAC;AACxC,MAAM,UAAU,iCAAiC;IAC/C,OAAO,CACL,cACE,EAAE,EAAE,sCAAsC,EAC1C,SAAS,EAAC,
|
|
1
|
+
{"version":3,"file":"DataCubePureCodeEditorUtils.js","sourceRoot":"","sources":["../../../src/components/core/DataCubePureCodeEditorUtils.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAEL,SAAS,IAAI,kBAAkB,GAEhC,MAAM,eAAe,CAAC;AASvB,mGAAmG;AACnG,qGAAqG;AACrG,2FAA2F;AAC3F,2GAA2G;AAC3G,oFAAoF;AACpF,MAAM,CAAC,MAAM,sCAAsC,GACjD,qCAAqC,CAAC;AACxC,MAAM,UAAU,iCAAiC;IAC/C,OAAO,CACL,cACE,EAAE,EAAE,sCAAsC,EAC1C,SAAS,EAAC,0BAA0B,CAAC,yDAAyD;OAC9F,CACH,CAAC;AACJ,CAAC;AAED,MAAM,CAAC,KAAK,UAAU,kBAAkB,CACtC,QAAmB,EACnB,KAAiC,EACjC,MAA0B,EAC1B,MAAsB,EACtB,MAAoC,EACpC,gBAAiC;IAEjC,MAAM,iBAAiB,GAAG,KAAK,CAAC,eAAe,CAAC;QAC9C,eAAe,EAAE,CAAC;QAClB,WAAW,EAAE,CAAC;QACd,aAAa,EAAE,QAAQ,CAAC,UAAU;QAClC,SAAS,EAAE,QAAQ,CAAC,MAAM;KAC3B,CAAC,CAAC;IACH,MAAM,WAAW,GAAG,KAAK,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC;IAEtD,IAAI,WAAW,GAAqB,EAAE,CAAC;IAEvC,IAAI,CAAC;QACH,WAAW,GAAG,MAAM,MAAM,CAAC,iBAAiB,CAC1C,CAAC,MAAM,IAAI,EAAE,CAAC,GAAG,iBAAiB,EAClC,gBAAgB,EAAE,EAClB,MAAM,CACP,CAAC;IACJ,CAAC;IAAC,MAAM,CAAC;QACP,wDAAwD;IAC1D,CAAC;IACD,OAAO,WAAW,CAAC,GAAG,CACpB,CAAC,UAAU,EAAE,EAAE,CACb,CAAC;QACC,KAAK,EAAE,UAAU,CAAC,OAAO;QACzB,IAAI,EAAE,kBAAkB,CAAC,kBAAkB,CAAC,IAAI,EAAE,oDAAoD;QACtG,UAAU,EAAE,UAAU,CAAC,OAAO;QAC9B,eAAe,EACb,kBAAkB,CAAC,4BAA4B,CAAC,eAAe;QACjE,UAAU,EAAE,UAAU,CAAC,UAAU;QACjC,yGAAyG;QACzG,8GAA8G;QAC9G,yGAAyG;QACzG,mEAAmE;QACnE,EAAE;QACF,6FAA6F;QAC7F,2EAA2E;QAC3E,KAAK,EAAE;YACL,eAAe,EAAE,QAAQ,CAAC,UAAU;YACpC,WAAW,EAAE,WAAW,EAAE,WAAW,IAAI,QAAQ,CAAC,MAAM;YACxD,aAAa,EAAE,QAAQ,CAAC,UAAU;YAClC,SAAS,EAAE,WAAW,EAAE,SAAS,IAAI,QAAQ,CAAC,MAAM;SACrD;KACF,CAAsC,CAC1C,CAAC;AACJ,CAAC"}
|
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-data-cube",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.49",
|
|
4
4
|
"description": "Legend DataCube",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@finos/legend-application": "16.0.82",
|
|
46
46
|
"@finos/legend-art": "7.1.132",
|
|
47
|
-
"@finos/legend-code-editor": "2.0.
|
|
48
|
-
"@finos/legend-graph": "32.3.
|
|
47
|
+
"@finos/legend-code-editor": "2.0.137",
|
|
48
|
+
"@finos/legend-graph": "32.3.18",
|
|
49
49
|
"@finos/legend-shared": "11.0.21",
|
|
50
50
|
"@types/react": "19.0.10",
|
|
51
51
|
"ag-grid-community": "33.1.1",
|
|
@@ -38,7 +38,7 @@ export function INTERNAL__MonacoEditorWidgetsRoot() {
|
|
|
38
38
|
return (
|
|
39
39
|
<div
|
|
40
40
|
id={MONACO_EDITOR_OVERFLOW_WIDGETS_ROOT_ID}
|
|
41
|
-
className="monaco-editor" // keep this root class so widgets can be styled properly
|
|
41
|
+
className="monaco-editor z-[999999]" // keep this root class so widgets can be styled properly
|
|
42
42
|
/>
|
|
43
43
|
);
|
|
44
44
|
}
|