@finos/legend-application-pure-ide 8.0.7 → 8.0.8
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/components/ActivityBar.d.ts +0 -1
- package/lib/components/ActivityBar.d.ts.map +1 -1
- package/lib/components/StatusBar.d.ts +0 -1
- package/lib/components/StatusBar.d.ts.map +1 -1
- package/lib/components/command-center/FileSearchCommand.d.ts +0 -1
- package/lib/components/command-center/FileSearchCommand.d.ts.map +1 -1
- package/lib/components/editor-group/DiagramEditor.d.ts +0 -1
- package/lib/components/editor-group/DiagramEditor.d.ts.map +1 -1
- package/lib/components/editor-group/EditorGroup.d.ts +0 -1
- package/lib/components/editor-group/EditorGroup.d.ts.map +1 -1
- package/lib/components/editor-group/GenericFileEditor.d.ts +0 -1
- package/lib/components/editor-group/GenericFileEditor.d.ts.map +1 -1
- package/lib/components/editor-group/PureFileEditor.d.ts +0 -1
- package/lib/components/editor-group/PureFileEditor.d.ts.map +1 -1
- package/lib/components/panel-group/CodeFixSuggestionsPanel.d.ts +0 -1
- package/lib/components/panel-group/CodeFixSuggestionsPanel.d.ts.map +1 -1
- package/lib/components/panel-group/PanelGroup.d.ts +0 -1
- package/lib/components/panel-group/PanelGroup.d.ts.map +1 -1
- package/lib/components/panel-group/ReferenceUsagePanel.d.ts +0 -1
- package/lib/components/panel-group/ReferenceUsagePanel.d.ts.map +1 -1
- package/lib/components/panel-group/TerminalPanel.d.ts +0 -1
- package/lib/components/panel-group/TerminalPanel.d.ts.map +1 -1
- package/lib/components/panel-group/TestRunnerPanel.d.ts +0 -1
- package/lib/components/panel-group/TestRunnerPanel.d.ts.map +1 -1
- package/lib/components/panel-group/TextSearchPanel.d.ts +0 -1
- package/lib/components/panel-group/TextSearchPanel.d.ts.map +1 -1
- package/lib/components/side-bar/ConceptTreeExplorer.d.ts +0 -1
- package/lib/components/side-bar/ConceptTreeExplorer.d.ts.map +1 -1
- package/lib/components/side-bar/CreateNewDirectoryPrompt.d.ts +0 -1
- package/lib/components/side-bar/CreateNewDirectoryPrompt.d.ts.map +1 -1
- package/lib/components/side-bar/CreateNewFilePrompt.d.ts +0 -1
- package/lib/components/side-bar/CreateNewFilePrompt.d.ts.map +1 -1
- package/lib/components/side-bar/DirectoryTreeExplorer.d.ts +0 -1
- package/lib/components/side-bar/DirectoryTreeExplorer.d.ts.map +1 -1
- package/lib/components/side-bar/MoveElementPrompt.d.ts +0 -1
- package/lib/components/side-bar/MoveElementPrompt.d.ts.map +1 -1
- package/lib/components/side-bar/RenameConceptPrompt.d.ts +0 -1
- package/lib/components/side-bar/RenameConceptPrompt.d.ts.map +1 -1
- package/lib/components/side-bar/RenameFilePrompt.d.ts +0 -1
- package/lib/components/side-bar/RenameFilePrompt.d.ts.map +1 -1
- package/lib/components/side-bar/SideBar.d.ts +0 -1
- package/lib/components/side-bar/SideBar.d.ts.map +1 -1
- package/lib/extensions.css +1 -1
- package/lib/index.css +1 -1
- package/lib/package.json +4 -4
- package/package.json +10 -10
|
@@ -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
|
export declare const ActivityBar: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActivityBar.d.ts","sourceRoot":"","sources":["../../src/components/ActivityBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"ActivityBar.d.ts","sourceRoot":"","sources":["../../src/components/ActivityBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAcH,eAAO,MAAM,WAAW;;CA6CtB,CAAC"}
|
|
@@ -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
|
export declare const StatusBar: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StatusBar.d.ts","sourceRoot":"","sources":["../../src/components/StatusBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"StatusBar.d.ts","sourceRoot":"","sources":["../../src/components/StatusBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA8CH,eAAO,MAAM,SAAS;;CA2EpB,CAAC"}
|
|
@@ -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
|
export declare const FileSearchCommand: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileSearchCommand.d.ts","sourceRoot":"","sources":["../../../src/components/command-center/FileSearchCommand.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"FileSearchCommand.d.ts","sourceRoot":"","sources":["../../../src/components/command-center/FileSearchCommand.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAkBH,eAAO,MAAM,iBAAiB;;CA+E5B,CAAC"}
|
|
@@ -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 type { DiagramEditorState } from '../../stores/DiagramEditorState.js';
|
|
18
17
|
export declare const DiagramEditor: ((props: {
|
|
19
18
|
diagramEditorState: DiagramEditorState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/editor-group/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"DiagramEditor.d.ts","sourceRoot":"","sources":["../../../src/components/editor-group/DiagramEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAIH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAiY7E,eAAO,MAAM,aAAa,WAChB;IAAE,kBAAkB,EAAE,kBAAkB,CAAA;CAAE;;CA2BnD,CAAC"}
|
|
@@ -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
|
export declare const EditorGroup: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditorGroup.d.ts","sourceRoot":"","sources":["../../../src/components/editor-group/EditorGroup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"EditorGroup.d.ts","sourceRoot":"","sources":["../../../src/components/editor-group/EditorGroup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAyEH,eAAO,MAAM,WAAW;;CA8FtB,CAAC"}
|
|
@@ -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 type { FileEditorState } from '../../stores/FileEditorState.js';
|
|
18
17
|
export declare const GoToLinePrompt: ((props: {
|
|
19
18
|
fileEditorState: FileEditorState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenericFileEditor.d.ts","sourceRoot":"","sources":["../../../src/components/editor-group/GenericFileEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"GenericFileEditor.d.ts","sourceRoot":"","sources":["../../../src/components/editor-group/GenericFileEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAKH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAwCvE,eAAO,MAAM,cAAc,WACjB;IAAE,eAAe,EAAE,eAAe,CAAA;CAAE;;CAqF7C,CAAC;AAEF,eAAO,MAAM,iBAAiB,WACpB;IAAE,WAAW,EAAE,eAAe,CAAA;CAAE;;CAiHzC,CAAC"}
|
|
@@ -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 type { FileEditorState } from '../../stores/FileEditorState.js';
|
|
18
17
|
export declare const PureFileEditor: ((props: {
|
|
19
18
|
editorState: FileEditorState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PureFileEditor.d.ts","sourceRoot":"","sources":["../../../src/components/editor-group/PureFileEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"PureFileEditor.d.ts","sourceRoot":"","sources":["../../../src/components/editor-group/PureFileEditor.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAWH,OAAO,KAAK,EAEV,eAAe,EAChB,MAAM,iCAAiC,CAAC;AAuHzC,eAAO,MAAM,cAAc,WACjB;IAAE,WAAW,EAAE,eAAe,CAAA;CAAE;;CAyfzC,CAAC"}
|
|
@@ -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
|
export declare const CodeFixSuggestionsPanel: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeFixSuggestionsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/CodeFixSuggestionsPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"CodeFixSuggestionsPanel.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/CodeFixSuggestionsPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAyMH,eAAO,MAAM,uBAAuB;;CAkBlC,CAAC"}
|
|
@@ -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
|
export declare const PanelGroup: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PanelGroup.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/PanelGroup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"PanelGroup.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/PanelGroup.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAwBH,eAAO,MAAM,UAAU;;CAuIrB,CAAC"}
|
|
@@ -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
|
export declare const ReferenceUsagePanel: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReferenceUsagePanel.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/ReferenceUsagePanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"ReferenceUsagePanel.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/ReferenceUsagePanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA2PH,eAAO,MAAM,mBAAmB;;CAmC9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TerminalPanel.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/TerminalPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"TerminalPanel.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/TerminalPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA0BH,eAAO,MAAM,OAAO;;CAmPlB,CAAC"}
|
|
@@ -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
|
export declare const TestRunnerPanel: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TestRunnerPanel.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/TestRunnerPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"TestRunnerPanel.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/TestRunnerPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAmtBH,eAAO,MAAM,eAAe;;CAuC1B,CAAC"}
|
|
@@ -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
|
export declare const TextSearchPanel: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextSearchPanel.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/TextSearchPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"TextSearchPanel.d.ts","sourceRoot":"","sources":["../../../src/components/panel-group/TextSearchPanel.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAoPH,eAAO,MAAM,eAAe;;CAuG1B,CAAC"}
|
|
@@ -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
|
export declare enum CONCEPT_TREE_DND_TYPE {
|
|
18
17
|
UNSUPPORTED = "UNSUPPORTED",
|
|
19
18
|
CLASS = "CLASS"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConceptTreeExplorer.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/ConceptTreeExplorer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"ConceptTreeExplorer.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/ConceptTreeExplorer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAoHH,oBAAY,qBAAqB;IAC/B,WAAW,gBAAgB;IAC3B,KAAK,UAAU;CAChB;AA4OD,eAAO,MAAM,mBAAmB;;CAuE9B,CAAC"}
|
|
@@ -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 type { DirectoryTreeNode } from '../../server/models/DirectoryTree.js';
|
|
18
17
|
export declare const CreateNewDirectoryPrompt: ((props: {
|
|
19
18
|
node: DirectoryTreeNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateNewDirectoryPrompt.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/CreateNewDirectoryPrompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"CreateNewDirectoryPrompt.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/CreateNewDirectoryPrompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAQH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AAK9E,eAAO,MAAM,wBAAwB,WAC3B;IAAE,IAAI,EAAE,iBAAiB,CAAA;CAAE;;CA0EpC,CAAC"}
|
|
@@ -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 type { DirectoryTreeNode } from '../../server/models/DirectoryTree.js';
|
|
18
17
|
export declare const CreateNewFilePrompt: ((props: {
|
|
19
18
|
node: DirectoryTreeNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateNewFilePrompt.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/CreateNewFilePrompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"CreateNewFilePrompt.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/CreateNewFilePrompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAQH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AAK9E,eAAO,MAAM,mBAAmB,WACtB;IAAE,IAAI,EAAE,iBAAiB,CAAA;CAAE;;CA0EpC,CAAC"}
|
|
@@ -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
|
export declare const DirectoryTreeExplorer: (() => JSX.Element) & {
|
|
18
17
|
displayName: string;
|
|
19
18
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DirectoryTreeExplorer.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/DirectoryTreeExplorer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"DirectoryTreeExplorer.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/DirectoryTreeExplorer.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAgTH,eAAO,MAAM,qBAAqB;;CAgFhC,CAAC"}
|
|
@@ -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 { type ConceptTreeNode } from '../../server/models/ConceptTree.js';
|
|
18
17
|
export declare const MoveElementPrompt: ((props: {
|
|
19
18
|
node: ConceptTreeNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoveElementPrompt.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/MoveElementPrompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"MoveElementPrompt.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/MoveElementPrompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAOH,OAAO,EACL,KAAK,eAAe,EAErB,MAAM,oCAAoC,CAAC;AAM5C,eAAO,MAAM,iBAAiB,WACpB;IAAE,IAAI,EAAE,eAAe,CAAA;CAAE;;CA4ElC,CAAC"}
|
|
@@ -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 { type ConceptTreeNode } from '../../server/models/ConceptTree.js';
|
|
18
17
|
export declare const RenameConceptPrompt: ((props: {
|
|
19
18
|
node: ConceptTreeNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenameConceptPrompt.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/RenameConceptPrompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"RenameConceptPrompt.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/RenameConceptPrompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAOH,OAAO,EACL,KAAK,eAAe,EAErB,MAAM,oCAAoC,CAAC;AAM5C,eAAO,MAAM,mBAAmB,WACtB;IAAE,IAAI,EAAE,eAAe,CAAA;CAAE;;CA+ElC,CAAC"}
|
|
@@ -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 type { DirectoryTreeNode } from '../../server/models/DirectoryTree.js';
|
|
18
17
|
export declare const RenameFilePrompt: ((props: {
|
|
19
18
|
node: DirectoryTreeNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RenameFilePrompt.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/RenameFilePrompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"RenameFilePrompt.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/RenameFilePrompt.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAQH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AAI9E,eAAO,MAAM,gBAAgB,WACnB;IAAE,IAAI,EAAE,iBAAiB,CAAA;CAAE;;CAuEpC,CAAC"}
|
|
@@ -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
|
/**
|
|
18
17
|
* Wrapper component around different implementations of sidebar, such as to view domain, to manage SDLC, etc.
|
|
19
18
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SideBar.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/SideBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG
|
|
1
|
+
{"version":3,"file":"SideBar.d.ts","sourceRoot":"","sources":["../../../src/components/side-bar/SideBar.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AASH;;GAEG;AACH,eAAO,MAAM,OAAO;;CAwBlB,CAAC"}
|
package/lib/extensions.css
CHANGED
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application-pure-ide",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.8",
|
|
4
4
|
"description": "Legend Pure IDE application core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@finos/legend-graph": "workspace:*",
|
|
50
50
|
"@finos/legend-lego": "workspace:*",
|
|
51
51
|
"@finos/legend-shared": "workspace:*",
|
|
52
|
-
"@types/react": "18.0
|
|
53
|
-
"@types/react-dom": "18.
|
|
52
|
+
"@types/react": "18.2.0",
|
|
53
|
+
"@types/react-dom": "18.2.1",
|
|
54
54
|
"mobx": "6.9.0",
|
|
55
55
|
"mobx-react-lite": "3.4.3",
|
|
56
56
|
"monaco-editor": "0.37.1",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"jest": "29.5.0",
|
|
68
68
|
"npm-run-all": "4.1.5",
|
|
69
69
|
"rimraf": "5.0.0",
|
|
70
|
-
"sass": "1.62.
|
|
70
|
+
"sass": "1.62.1",
|
|
71
71
|
"typescript": "5.0.4"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-application-pure-ide",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.8",
|
|
4
4
|
"description": "Legend Pure IDE application core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
"test:watch": "jest --watch"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@finos/legend-application": "15.0.
|
|
47
|
-
"@finos/legend-art": "7.0.
|
|
48
|
-
"@finos/legend-extension-dsl-diagram": "8.0.
|
|
49
|
-
"@finos/legend-graph": "28.1.
|
|
50
|
-
"@finos/legend-lego": "0.1.
|
|
46
|
+
"@finos/legend-application": "15.0.5",
|
|
47
|
+
"@finos/legend-art": "7.0.6",
|
|
48
|
+
"@finos/legend-extension-dsl-diagram": "8.0.8",
|
|
49
|
+
"@finos/legend-graph": "28.1.2",
|
|
50
|
+
"@finos/legend-lego": "0.1.11",
|
|
51
51
|
"@finos/legend-shared": "10.0.2",
|
|
52
|
-
"@types/react": "18.0
|
|
53
|
-
"@types/react-dom": "18.
|
|
52
|
+
"@types/react": "18.2.0",
|
|
53
|
+
"@types/react-dom": "18.2.1",
|
|
54
54
|
"mobx": "6.9.0",
|
|
55
55
|
"mobx-react-lite": "3.4.3",
|
|
56
56
|
"monaco-editor": "0.37.1",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"serializr": "3.0.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@finos/legend-dev-utils": "2.0.
|
|
63
|
+
"@finos/legend-dev-utils": "2.0.57",
|
|
64
64
|
"@jest/globals": "29.5.0",
|
|
65
65
|
"cross-env": "7.0.3",
|
|
66
66
|
"eslint": "8.39.0",
|
|
67
67
|
"jest": "29.5.0",
|
|
68
68
|
"npm-run-all": "4.1.5",
|
|
69
69
|
"rimraf": "5.0.0",
|
|
70
|
-
"sass": "1.62.
|
|
70
|
+
"sass": "1.62.1",
|
|
71
71
|
"typescript": "5.0.4"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|