Paulo Gustavo Veiga
4359c8741d
Migrate mindplot to typescript
2021-12-29 10:08:45 -08:00
Paulo Gustavo Veiga
29f3e41fa3
Configure typescript
2021-12-29 09:51:04 -08:00
Paulo Gustavo Veiga
ef3984cfd0
Fix cycle dependency
2021-12-29 08:38:37 -08:00
Paulo Gustavo Veiga
47dac495f6
Update Copyright year
2021-12-25 14:39:34 -08:00
Matias Arriola
60771b2ded
Merged in bugfix/undo-delete-and-tooltips (pull request #12 )
...
Bugfix/undo delete and tooltips
* Fix undo delete: restore NodeModel original-like implementation
* Fix empty tooltips (no text)
Approved-by: Paulo Veiga
2021-12-20 21:21:39 +00:00
Matias Arriola
b5fd708971
Merged in feature/mindplot-lint (pull request #11 )
...
mindplot lint
* fix eqeqeq
* fix max-len
* fix max-len, guard-for-in
* fix import/no-named-as-default-member
* misc fixes
* fix no-shadow
* fix no-param-reassign
* fix issues introduced with "fix no-param-reassign"
* Merge 'origin/develop' into feature/mindplot-lint
* lint and docs fixes after merge
Approved-by: Paulo Veiga
2021-12-20 20:54:31 +00:00
Paulo Gustavo Veiga
4c48c55ec1
Optimize logdash usage.
2021-12-19 19:11:04 -08:00
Paulo Gustavo Veiga
5e8be48916
Fix eslint errors
2021-12-19 09:56:22 -08:00
Paulo Gustavo Veiga
38f4144c67
Apply eslint --fix
2021-12-19 08:06:42 -08:00
Paulo Gustavo Veiga
6cb88b9303
Fix inspections
2021-12-19 00:44:08 -08:00
Matias Arriola
6c1b753f71
Merged in bugfix/editor-toolbar (pull request #10 )
...
Fixes for toolbar actions
* Fixes for toolbar actions
Remove unused dependency "add" (typo?)
Approved-by: Paulo Veiga
2021-12-17 17:13:47 +00:00
Paulo Gustavo Veiga
fc4cb9cd83
Fix loading of relationships
2021-12-15 17:59:51 -08:00
Paulo Gustavo Veiga
6a6eb8fa63
Chance camelize to capitalize the first letter
2021-12-14 21:34:40 -08:00
Paulo Gustavo Veiga
643f91c18b
Fix depth copy issue.
...
Update welcome.xml map.
2021-12-14 19:28:53 -08:00
Paulo Gustavo Veiga
e8fc5d4977
Add jquery import declaration
2021-12-14 09:48:47 -08:00
Paulo Gustavo Veiga
cf6f4672fc
Add missing jquery dependency
2021-12-14 09:13:39 -08:00
Paulo Veiga
75a153d1d5
Remove mootools as dependency.
2021-12-14 17:06:09 +00:00
Paulo Gustavo Veiga
143982f1a2
Fxix missing import.
2021-12-13 13:58:59 -08:00
Paulo Gustavo Veiga
69054fcd9c
Add mindmap editor playground tests
2021-12-05 09:25:16 -08:00
Paulo Gustavo Veiga
02362b28e8
Move query to be used from external library
2021-12-05 08:33:09 -08:00
Paulo Gustavo Veiga
aecf0864f5
Remove underscore library
2021-12-05 08:14:15 -08:00
Paulo Gustavo Veiga
a8a843353b
Fix loading
2021-12-03 17:03:49 -08:00
Paulo Gustavo Veiga
c9cac78d2d
Fix map loading
2021-12-03 16:43:50 -08:00
Paulo Gustavo Veiga
025e4714e9
Keep class migration
2021-12-03 16:11:17 -08:00
Paulo Gustavo Veiga
d4da83497b
Convert to classess
2021-12-03 10:58:25 -08:00
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