wisemapping-frontend/packages/mindplot/src/components
Matias Arriola cb2ca74a20 Merged in web2d-coreJS-solutions (pull request #5)
Core-js, web2d and mindplot working baseline

* fix .eslintignore
remove Raphael dependency

* Fix to avoid crashes in  _plotPrediction whitout Raphael

* Fix minplot basic code inspections

* Fix last inspections errors

* Inital refactor copying files

* Clean up.

* Fix web2d cyclic dependencies
remove only-warn eslint plugin
set import/no-extraneous-dependencies to warn (incorrectly complaining about root package)

* Fix web2d Point references (no need to assign it to core)
Fix web2d imports in mindplot and update Point refs

* Merge 'feature/mindplot_tests' into web2d-coreJS-solutions

* mindplot fixes and add viewmode.html playground

setup playground config to run the map-render examples
fix mindplot components export
mootools Static was not working so refactored it
fix some references to _peer
fix messages __bundle undefined
add web2d missing export: Image
downgrade cypress to avoid SIGSEGV error


Approved-by: Paulo Veiga
2021-12-02 00:41:56 +00:00
..
commands Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
layout Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
libraries Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
model Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
persistence Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
util Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
widget Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
.gitignore Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
ActionDispatcher.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
ActionIcon.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
CentralTopic.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
Command.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
ConnectionLine.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
ControlPoint.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
Designer.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
DesignerActionRunner.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
DesignerKeyboard.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
DesignerModel.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
DesignerUndoManager.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
DragConnector.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
DragManager.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
DragPivot.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
DragTopic.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
DragTopicConfig.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
EditorOptions.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
EditorProperties.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
Events.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
footer.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
header.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
Icon.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
IconGroup.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
ImageIcon.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
index.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
Keyboard.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
LinkIcon.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
LocalStorageManager.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
MainTopic.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
Messages.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
MultilineTextEditor.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
NodeGraph.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
NodeGraphUtils.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
NoteIcon.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
Options.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
PersistenceManager.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
Relationship.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
RelationshipPivot.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
RestPersistenceManager.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
ScreenManager.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
ShrinkConnector.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
StandaloneActionDispatcher.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
TextEditor.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
TextEditorFactory.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
Topic.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
TopicConfig.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
TopicEventDispatcher.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
TopicFeature.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
TopicStyle.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00
Workspace.js Merged in web2d-coreJS-solutions (pull request #5) 2021-12-02 00:41:56 +00:00