Commit Graph

103 Commits

Author SHA1 Message Date
BoykoAlex
774ddfc2ed flo-editor paletteSize supports 2-way binding 2019-12-02 19:35:33 -05:00
BoykoAlex
85163a2510 Palette drawer collapse/expand performance 2019-12-02 16:53:31 -05:00
BoykoAlex
f3798d5011 Rework deletion 2019-11-28 19:02:30 -05:00
BoykoAlex
f77e1de15f Allow render service to specify handle location 2019-11-28 16:19:43 -05:00
BoykoAlex
5fe0f89494 Switch back to codemirror-minified 2019-11-27 16:56:33 -05:00
BoykoAlex
cc5b9270f8 Finalize transclusion spot selectors 2019-11-26 17:37:49 -05:00
BoykoAlex
c67e9099dd Layout custom actions on the canvas 2019-11-26 17:22:26 -05:00
BoykoAlex
ceb228fedb Multiple spots transclusion for flo-editor 2019-11-26 16:16:20 -05:00
BoykoAlex
71076bb32e Account for no Render service available ofr the palette component 2019-11-26 10:39:11 -05:00
BoykoAlex
46e5979fc9 Fix zoom percent reading 2019-11-25 11:32:02 -05:00
BoykoAlex
a9de335b24 Palette: leave gap for scrollbar 2019-11-22 21:32:12 -05:00
BoykoAlex
09b87f3985 Apply palette entry padding to palette header entry 2019-11-22 21:09:47 -05:00
BoykoAlex
46271e48e5 Expose palette-paper-container styling 2019-11-22 20:45:34 -05:00
BoykoAlex
60b042a5ff New error marker support via model only 2019-11-22 14:00:48 -05:00
BoykoAlex
c1348124a9 Error marker location opened. Error marker css class toggles. 2019-11-22 12:52:55 -05:00
BoykoAlex
7f48adf92e Remove css for highlighted rect - let clients customize 2019-11-21 19:40:04 -05:00
BoykoAlex
84dfdd04b4 Palette floater canvas size fix 2019-11-19 23:01:28 -05:00
BoykoAlex
ef72b025fd Palette entry layout adjustment 2019-11-19 21:58:53 -05:00
BoykoAlex
41b9f0fce6 Palette renderer 2019-11-19 21:38:33 -05:00
BoykoAlex
3b58c89d90 Add ViewerDescriptor parameter to Renderer#createNode(...) 2019-11-07 15:49:27 -05:00
BoykoAlex
9ed2365c9e Feedback canvas size 2019-11-07 13:43:07 -05:00
BoykoAlex
7edcde8a96 Limit fan routing for links between same ports 2019-11-06 10:52:45 -05:00
BoykoAlex
1810b326fd Revert port type changes 2019-11-04 18:30:37 -05:00
BoykoAlex
963eac8c0a Move link event handler after all other hooks have been added 2019-11-04 14:55:13 -05:00
BoykoAlex
d2efa2251b Port type 2019-11-04 11:32:59 -05:00
BoykoAlex
fc0fc4e3c4 Add addParentClass highlighter 2019-10-30 18:44:43 -04:00
BoykoAlex
42a01a6a3d Complete swotching back to regular CM 2019-10-30 18:44:11 -04:00
BoykoAlex
d173ee154d Switch back to 'codemirror' 2019-10-22 17:07:50 -04:00
BoykoAlex
fccf7784ab Minimize Flo - factor out some inlined styles
Generate flo.css

CM extension to be added on the client side

Switch to joint.core

Update joint.core switch script

Try post-install

Proper postinstall stage

Remove support for joint.core switch
2019-07-08 15:48:30 -04:00
Alex Boyko
529a87fe80 Merge pull request #57 from hakhan88/master
fix for aot compilation to be used when using in other repo as dependency
2019-06-25 10:20:56 -04:00
BoykoAlex
6af119d710 Treat list property as a string rather than js array 2019-06-19 18:06:11 -04:00
Haris khan
908b2472a7 fix for aot compilation 2019-06-13 00:08:00 +08:00
BoykoAlex
d0e1667d40 Switch to Angular 8 2019-06-05 15:35:32 -04:00
Haris khan
564ba090e9 dmFIx 2019-05-14 19:33:53 +08:00
BoykoAlex
06645f1d04 No post-install build 2019-04-04 18:26:26 -04:00
BoykoAlex
2ad453f54d JointJS 2.2.1 2019-04-04 17:20:48 -04:00
BoykoAlex
db2d381199 Checkbox property control handle strings and numbers 2019-04-04 16:10:57 -04:00
BoykoAlex
d8bb3e0b11 URL Cleanup 2019-03-21 17:11:15 -04:00
BoykoAlex
431e8ff5c3 Remove overflow:overlay usage 2019-01-29 12:07:12 -05:00
BoykoAlex
6b8fa9d18f Revert "Switch back codemirror"
This reverts commit 680287c821.
2018-12-03 15:18:46 -05:00
BoykoAlex
923fe5fde4 Upgarde to angular 7.1.1 and jointjs 2.2.1 2018-12-03 14:36:55 -05:00
BoykoAlex
6dad59e371 Fix regression with routing overlapping links (culprit: lodash upgrade) 2018-11-29 15:08:52 -05:00
BoykoAlex
680287c821 Switch back codemirror 2018-10-18 15:42:58 -04:00
BoykoAlex
5a6635375c Replace codemirror with codemirror-minified
To fix Angular CLI build minification problem of lint.js from codemirror
2018-10-18 15:02:59 -04:00
BoykoAlex
740e3282ef Fix palette collapse/expand handles 2018-09-10 16:55:45 -04:00
BoykoAlex
b6e4f26ab1 Override joint.util.deepClone and remove ugly workaround 2018-09-08 11:58:53 -04:00
BoykoAlex
6655697fca Dependency re-work. Workaround JointJS removeAttr bug 2018-09-07 23:33:10 -04:00
BoykoAlex
bc0eeb08c0 Rework editor component autosize() and fitToPage() 2018-07-22 16:30:00 -04:00
BoykoAlex
56ac907c59 Angular 6 compiler - clean up styles 2018-07-08 22:03:18 -04:00
BoykoAlex
cdc4b07100 Angular 6 compiler: complete inline/compile/bundle/minify rework 2018-07-06 23:06:27 -04:00