@finos/legend-lego 1.0.4 → 1.0.5
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.
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
import { type FuzzySearchAdvancedConfigState } from '@finos/legend-shared';
|
|
17
17
|
export declare const FuzzySearchAdvancedConfigMenu: ((props: {
|
|
18
18
|
configState: FuzzySearchAdvancedConfigState;
|
|
19
|
-
}) => JSX.Element) & {
|
|
19
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=FuzzySearchAdvancedConfigMenu.d.ts.map
|
|
@@ -17,7 +17,7 @@ import type { TabManagerState, TabState } from './TabManagerState.js';
|
|
|
17
17
|
export declare const TabManager: ((props: {
|
|
18
18
|
tabManagerState: TabManagerState;
|
|
19
19
|
tabRenderer?: ((editorState: TabState) => React.ReactNode) | undefined;
|
|
20
|
-
}) => JSX.Element) & {
|
|
20
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
|
21
21
|
displayName: string;
|
|
22
22
|
};
|
|
23
23
|
//# sourceMappingURL=TabManager.d.ts.map
|
|
@@ -18,7 +18,7 @@ export declare const CodeDiffView: ((props: {
|
|
|
18
18
|
language: CODE_EDITOR_LANGUAGE;
|
|
19
19
|
from?: string | undefined;
|
|
20
20
|
to?: string | undefined;
|
|
21
|
-
}) => JSX.Element) & {
|
|
21
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
|
22
22
|
displayName: string;
|
|
23
23
|
};
|
|
24
24
|
export declare const JSONDiffView: ((props: {
|
|
@@ -28,7 +28,7 @@ export declare const JSONDiffView: ((props: {
|
|
|
28
28
|
* Use lossless algorithm while parsing/stringifying JSON-like value
|
|
29
29
|
*/
|
|
30
30
|
lossless?: boolean;
|
|
31
|
-
}) => JSX.Element) & {
|
|
31
|
+
}) => import("react/jsx-runtime").JSX.Element) & {
|
|
32
32
|
displayName: string;
|
|
33
33
|
};
|
|
34
34
|
//# sourceMappingURL=CodeDiffView.d.ts.map
|
package/lib/index.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-lego",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Legend shared advanced application components and building blocks",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"@ag-grid-community/core": "29.3.4",
|
|
52
52
|
"@ag-grid-community/react": "29.3.4",
|
|
53
53
|
"@ag-grid-community/styles": "29.3.4",
|
|
54
|
-
"@finos/legend-application": "15.0.
|
|
55
|
-
"@finos/legend-art": "7.0.
|
|
54
|
+
"@finos/legend-application": "15.0.12",
|
|
55
|
+
"@finos/legend-art": "7.0.13",
|
|
56
56
|
"@finos/legend-graph": "28.1.7",
|
|
57
57
|
"@finos/legend-shared": "10.0.5",
|
|
58
58
|
"@types/css-font-loading-module": "0.0.8",
|
|
59
|
-
"@types/react": "18.2.
|
|
59
|
+
"@types/react": "18.2.6",
|
|
60
60
|
"@types/react-dom": "18.2.4",
|
|
61
61
|
"mobx": "6.9.0",
|
|
62
62
|
"mobx-react-lite": "3.4.3",
|