Commit Graph

93 Commits

Author SHA1 Message Date
Alex Boyko
12efc9d736 Merge pull request #15 from acrisci/feature/metamodel-listener
Implement metamodel listener
2017-11-05 14:18:19 -05:00
Tony Crisci
664215d85c Implement metamodel listener
fixes #13
2017-11-05 12:07:33 -05:00
Gunnar Hillert
16d0d3daa7 gh-11 Fix postinstall issue when building under Windows 2017-10-31 18:30:43 -07:00
BoykoAlex
675194e9b0 Palette performance 2017-10-23 02:17:06 -04:00
BoykoAlex
e439e624fb Fire editor ready and content validated events from Flo editor
PaletteReadt observable on editor

Switch to BehaviorSubject
2017-10-23 01:11:49 -04:00
BoykoAlex
2cc5e215aa Correct graph-text subjects
Switch subjects to observables
2017-09-22 18:51:30 -04:00
BoykoAlex
e4782f11e3 Text-Graph conversion completed subjects 2017-09-13 16:57:11 -04:00
BoykoAlex
b584fed1ed Validation
Validation

Validation

Validation

Validation markers emitter

DSL editor emitter

Validation

Validation

Validation
2017-09-12 17:44:08 -04:00
BoykoAlex
e0bdb77f8c Change API for Renderer#handleLinkEvent(...) 2017-09-11 20:41:45 -04:00
BoykoAlex
b4e20eb9cd Change API for Renderer#handleLinkEvent(...)
Change API for Renderer#handleLinkEvent(...)

Change API for Renderer#handleLinkEvent(...)

Bogus changes

Remove unnecessary file
2017-09-05 18:59:45 -04:00
BoykoAlex
a89903ceea Simple list of string property control 2017-08-31 14:06:12 -04:00
BoykoAlex
9b5d5a6041 Clean up loaded subject 2017-08-31 11:10:25 -04:00
BoykoAlex
76a87ed3ff Clean up loaded subject 2017-08-31 10:58:30 -04:00
BoykoAlex
a4e8891737 Separate PropertiesModel load from constructor 2017-08-31 10:17:46 -04:00
BoykoAlex
80f1511462 Form control value validators 2017-08-30 21:36:25 -04:00
BoykoAlex
dcfb5101af Polish dynamic form property validation 2017-08-30 19:35:21 -04:00
BoykoAlex
fbf23f0bdd Adjustments for form control value validation API 2017-08-30 18:50:49 -04:00
BoykoAlex
6c25da8783 Export Shapes namespace 2017-08-30 17:19:45 -04:00
BoykoAlex
f303076aa9 Properties dialog components polish and styling 2017-08-30 17:16:08 -04:00
BoykoAlex
8b32463336 Properties dialog components polish and styling 2017-08-30 14:52:48 -04:00
BoykoAlex
4ddc1275c0 Replace String with string, add type to property metadata 2017-08-29 22:09:42 -04:00
BoykoAlex
f8f52e200e Add code mirror styles for addons 2017-08-29 19:28:48 -04:00
BoykoAlex
d06fbc5a43 Add code mirror styles for addons 2017-08-29 19:15:25 -04:00
BoykoAlex
2978a881b3 Adjust canvas zoom controls layout 2017-08-25 17:17:12 -04:00
BoykoAlex
595085fd6a No view encapsulation for palette 2017-08-25 16:15:33 -04:00
BoykoAlex
da5e136cb1 Allow any extra seetings on Flo.EditorContext 2017-08-24 23:18:19 -04:00
BoykoAlex
80d02bdeba DnDDescriptor refactoring 2017-08-24 23:07:24 -04:00
BoykoAlex
47c08d7906 Adjust API for properties metadata 2017-08-24 20:05:59 -04:00
BoykoAlex
78e7df47b3 Adjust ExtraMetadata type 2017-08-24 14:47:47 -04:00
BoykoAlex
defb3aa5fc Adjust ExtraMetadata type 2017-08-24 14:41:55 -04:00
BoykoAlex
519ce619e3 Remove unnecessary *.d.ts files from the repo 2017-08-24 10:28:18 -04:00
BoykoAlex
e2d76bc860 Adjust gitignore list 2017-08-24 10:23:42 -04:00
BoykoAlex
e9e0b60624 Add missing jquery import 2017-08-23 21:19:24 -04:00
BoykoAlex
f33d1c7b3e Fixes for imports and styling 2017-08-23 21:12:30 -04:00
BoykoAlex
41ba2aef2b Fix typings.d.ts 2017-08-23 15:17:31 -04:00
BoykoAlex
da3013fc74 Add missing src/lib/typings.d.ts 2017-08-23 15:13:59 -04:00
BoykoAlex
3c8e5e2120 Remove built *.d.ts files from the repo 2017-08-23 15:08:08 -04:00
BoykoAlex
5f9e8acddb Remove built *.d.ts files from the repo 2017-08-23 15:02:18 -04:00
BoykoAlex
23a3033b49 Switch input fields from private to public 2017-08-22 14:37:18 -04:00
Alex Boyko
93cd11b893 Update README.adoc 2017-08-22 14:18:29 -04:00
BoykoAlex
f9d7434d71 Adjust some method signatures 2017-08-22 13:58:53 -04:00
BoykoAlex
1dc271fc51 Fix travis build. Remove test run for now 2017-08-22 13:01:51 -04:00
BoykoAlex
8fba18a039 Fix test setup 2017-08-22 12:54:06 -04:00
BoykoAlex
a8e71de204 Fix post-install hook 2017-08-22 12:46:38 -04:00
BoykoAlex
5bf5d36fc1 Missing doc image 2017-08-22 11:52:34 -04:00
BoykoAlex
9c584e7ad3 Angula 4 based Spring-Flo missing files 2017-08-22 11:49:47 -04:00
BoykoAlex
7ad4d7afd6 Angular 4 based Spring-Flo 2017-08-22 11:48:50 -04:00
BoykoAlex
ed1373013a Ability to post validation from client service 2017-04-10 11:37:10 -04:00
BoykoAlex
c334e4eb27 Guard against unnecessary DSL-Graph sync 2017-04-10 11:37:09 -04:00
BoykoAlex
cb96d06d3b Use render service for palette DnD feedback 2017-03-28 00:29:58 -04:00