Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Angular Tree Component

A simple yet powerful tree component for Angular (>=2)
Collective - Host: opensource - https://opencollective.com/angular-tree-component - Website: https://t.co/WRLezVh8Cz - Code: https://github.com/500tech/angular-tree-component

Renamed loadChildrenTree to loadNodeChildren

github.com/CirclonGroup/angular-tree-component - 49b2ee61b96d19d6a6da48e4bb6165c4a35b7bb4 authored over 7 years ago by Adam Klein <[email protected]>
Merge branch 'master' into dragevent

github.com/CirclonGroup/angular-tree-component - 290ee08ff051e43da319020a15655cf05646cdd7 authored over 7 years ago by Adam Klein <[email protected]>
Added checkboxes example

github.com/CirclonGroup/angular-tree-component - 75990cf23885a3c130b9d49e886ea81c56a5655a authored over 7 years ago by Adam Klein <[email protected]>
Added setHiddenNodeIds

Added state binding and methods
Removed isHiddenField

github.com/CirclonGroup/angular-tree-component - 868a0535b76fc004920c404a47000d796619a111 authored over 7 years ago by Adam Klein <[email protected]>
1. expose dragstart event

2. expose drag event

github.com/CirclonGroup/angular-tree-component - 4225121a91bbb22ef740d8d08562e5c02075739c authored over 7 years ago by lee yeong khang <[email protected]>
Added empty tree test

github.com/CirclonGroup/angular-tree-component - db79d74bbac1b5d4f3c21f2bd8c258c2ea813010 authored over 7 years ago by Adam Klein <[email protected]>
Merge branch 'master' of github.com:500tech/angular-tree-component

# Conflicts:
# lib/defs/api.ts

github.com/CirclonGroup/angular-tree-component - bb9afb1af5cc09cc3e7213ff45c95085c1e908cc authored over 7 years ago by Adam Klein <[email protected]>
Updated ITreeOptions docs

github.com/CirclonGroup/angular-tree-component - 472e955cc0bc9aef34e52b3dad7f670f92b56357 authored over 7 years ago by Adam Klein <[email protected]>
Updated ITreeOptions docs

github.com/CirclonGroup/angular-tree-component - 73b355db77fcb49b78de157c062c4917facadd90 authored over 7 years ago by Adam Klein <[email protected]>
Added scrollOnFocus

Added RTL example
Regenerated docs

github.com/CirclonGroup/angular-tree-component - a36c73349e08f836bf81d4cc9455d38c0d2f3014 authored over 7 years ago by Adam Klein <[email protected]>
change loadChildren to loadChildrenTree to resolve conflic with ng-router-loader

github.com/CirclonGroup/angular-tree-component - 9b7b88ebca6c2acbd79b55ce015dee166f90d6c3 authored over 7 years ago by Daniel Alvarenga <[email protected]>
fixed for angular universal

github.com/CirclonGroup/angular-tree-component - 96453828b2db0a476c91ccf3164be9fa6e42355a authored over 7 years ago by kkaabbaa <[email protected]>
Removed unwanted code

github.com/CirclonGroup/angular-tree-component - 3cb254b077c734f88dae7016316d2ce789082d79 authored over 7 years ago by Adam Klein <[email protected]>
Merge pull request #326 from KeithGillette/master

Prevent overwriting existing node ids to allow use with immutable objects

github.com/CirclonGroup/angular-tree-component - ffcffec7ce8da59b0ca0f28ab0c9079f9ee4dc27 authored over 7 years ago by adam klein <[email protected]>
Prevent overwriting existing node ids to allow use with immutable objects

https://github.com/500tech/angular-tree-component/issues/220

github.com/CirclonGroup/angular-tree-component - 9309937ad38b1301ca5a90a5aa9bd2dc802d8f1d authored over 7 years ago by Keith Gillette <[email protected]>
Merge pull request #317 from Abrissirba/patch-1

Set treeDraggedElement to null on drop

github.com/CirclonGroup/angular-tree-component - ed8ba69cb0b4ca89b24db36f260ec7a72cf8fd1e authored over 7 years ago by adam klein <[email protected]>
Merge branch 'master' into patch-1

github.com/CirclonGroup/angular-tree-component - af3260d400e6f587f65d1f5a87976d9be31690e8 authored over 7 years ago by adam klein <[email protected]>
Merge pull request #316 from gRoussac/patch-1

Fix TypeError: Cannot read property 'toggleActivated' of null

github.com/CirclonGroup/angular-tree-component - 727b4bef512fccb7837d7cb72b811794dce3ce40 authored over 7 years ago by adam klein <[email protected]>
Set treeDraggedElement to null on drop

TreeDraggedElement is set on dragstart in tree-drag.directive. That directive also unset the ele...

github.com/CirclonGroup/angular-tree-component - 9fb33f4dfcd9e57927f7c1bb6399fa343a044a59 authored over 7 years ago by Marcus Abrahamsson <[email protected]>
Fix TypeError: Cannot read property 'toggleActivated' of null

Hi,

Thanks for your work on this neat plugin.

Set mouse 'click' option to TREE_ACTIONS.TO...

github.com/CirclonGroup/angular-tree-component - fc2b18ce614347a567b9317cdfd1c87587aa91bb authored over 7 years ago by Gregory Roussac <[email protected]>
Fixed close / open quickly when animating

github.com/CirclonGroup/angular-tree-component - c55bbf6d021b9c97bf5064c59bd22c80c632ef8c authored over 7 years ago by Adam Klein <[email protected]>
* Firing onInitialized after viewport set

* Rename events - "onXXX" => "XXX"
* Added 'dropOnNode' to event when dropping directly on node

github.com/CirclonGroup/angular-tree-component - c04dfac7d2533be2afa1af9de4d30eade8cc51fa authored over 7 years ago by Adam Klein <[email protected]>
Merge branch 'master' of github.com:500tech/angular-tree-component

github.com/CirclonGroup/angular-tree-component - f46137a0a43e29e895f5dff9bfc544193f24ddb8 authored over 7 years ago by Adam Klein <[email protected]>
Merge pull request #300 from paatas/master

Passing event-object to allowDrop-function

github.com/CirclonGroup/angular-tree-component - a1afb9df9bc3d43b6987808c882b77f24ab64da3 authored over 7 years ago by adam klein <[email protected]>
Added $event in allowDrop to options as well

github.com/CirclonGroup/angular-tree-component - d40e046204cbfb5453d27c93147ef3293a9a0e4c authored over 7 years ago by Adam Klein <[email protected]>
Merge branch 'master' of github.com:paatas/angular-tree-component

github.com/CirclonGroup/angular-tree-component - 71ad1b29704ae2ba98ec927ffe0ee211fb8429d9 authored over 7 years ago by Adam Klein <[email protected]>
Merge pull request #291 from erasethis/master

Allow for ID=0

github.com/CirclonGroup/angular-tree-component - a918f12f7d84d808a31c6818365323ad8a62331b authored over 7 years ago by adam klein <[email protected]>
Merge pull request #271 from MintL/drag-mouseactions

Fix dragStart, dragEnd mouse actions

github.com/CirclonGroup/angular-tree-component - 0bcb04f6692d0a32987699581edc0a0ecef2f872 authored over 7 years ago by adam klein <[email protected]>
Added drag over/leave/enter to action mapping

github.com/CirclonGroup/angular-tree-component - 0eccee6cd311bc5e1c16be53e59707eac03a156f authored over 7 years ago by Adam Klein <[email protected]>
Added run script for windows

github.com/CirclonGroup/angular-tree-component - 17bfd814c45699186210da7f775a0a2168432311 authored over 7 years ago by Adam Klein <[email protected]>
Revert "Using tree component from lib in example"

This reverts commit 2401bc5c307ca6fee90a579af1ce7150fdba8baa.

github.com/CirclonGroup/angular-tree-component - dd2aab955972659ce77eb502298ea735fd2ba673 authored over 7 years ago by Adam Klein <[email protected]>
Revert "sym link"

This reverts commit f410bb1b35a5aeeaa6b9efffca5d42ed847818f4.

github.com/CirclonGroup/angular-tree-component - 9b881588e20ca872f5d7d731ef8cb3ac8fdf114a authored over 7 years ago by Adam Klein <[email protected]>
Using tree component from lib in example

github.com/CirclonGroup/angular-tree-component - 2401bc5c307ca6fee90a579af1ce7150fdba8baa authored over 7 years ago by Adam Klein <[email protected]>
Passing event-object to allowDrop-function

github.com/CirclonGroup/angular-tree-component - aa4c14869250dc7c7a9a6af45a9df725d9eaffe6 authored over 7 years ago by n0rman <[email protected]>
Check for undefined and null explicitly

github.com/CirclonGroup/angular-tree-component - 2e13e62484acae7f2a69e5713bf6a5ee44f257bd authored over 7 years ago by Westheider <[email protected]>
Merge branch 'master' into drag-mouseactions

github.com/CirclonGroup/angular-tree-component - 8bbf40e9237254cfd33db528498b6a5be431a603 authored over 7 years ago by adam klein <[email protected]>
doForAll allows promises (supports expandAll of async nodes)

github.com/CirclonGroup/angular-tree-component - 5c090b01d3e33f7ecd57268251fc3631a9f4f49b authored over 7 years ago by Adam Klein <[email protected]>
example on IE11 using polyfills

github.com/CirclonGroup/angular-tree-component - 1b5feb9e40b35603e79129c002a08ead7b4b7c44 authored over 7 years ago by Adam Klein <[email protected]>
Merge pull request #267 from jskrzypek/fix-mobx-action-aot

npm install current lib before travis, example scripts

github.com/CirclonGroup/angular-tree-component - 319168c6bbec048b3bdc1dfc5f2a5081e6752a73 authored over 7 years ago by adam klein <[email protected]>
Merge branch 'master' into fix-mobx-action-aot

github.com/CirclonGroup/angular-tree-component - 99e08e4c587b4582bece5d64653707c73e4f4ccb authored over 7 years ago by adam klein <[email protected]>
Fixed SystemJS errors

github.com/CirclonGroup/angular-tree-component - 614a3ffcd42ae495912944f42375751017265c8f authored over 7 years ago by Adam Klein <[email protected]>
install current lib on travis before_script

github.com/CirclonGroup/angular-tree-component - ec479275d1a3752131f818a49bce067724740b33 authored over 7 years ago by Joshua Estrin Skrzypek <[email protected]>
Merge branch 'master' into animations

github.com/CirclonGroup/angular-tree-component - 6df69c0d22c2cc0e8780245353569450bfa3c1c9 authored over 7 years ago by Adam Klein <[email protected]>
Merge pull request #257 from 500tech/feat/node_wrapper

Feat/node wrapper

github.com/CirclonGroup/angular-tree-component - c7beed3ec0fbba062f0e59a37844b654563c693a authored over 7 years ago by adam klein <[email protected]>
Moved useStrict to example/cli

github.com/CirclonGroup/angular-tree-component - 347a4126d0763bd01225633affa48f490555cbba authored over 7 years ago by Adam Klein <[email protected]>
MobX useStrict fixes

Expand / Collapse animations

github.com/CirclonGroup/angular-tree-component - d7e4bbb2d49fb292347fb52c076ce91627a3a4fb authored over 7 years ago by Adam Klein <[email protected]>
Fixed dropslot style

Fixed wrapper style
Removed duplicate wrapper style
Solved another mobx useStrict bug
Fixed packa...

github.com/CirclonGroup/angular-tree-component - 5ea35a60ce5d75fdfecea3ce3b2bb0606bb9a88d authored over 7 years ago by Adam Klein <[email protected]>
Check against mouseAction to not get an error

if the selection isn't a TreeNode.

github.com/CirclonGroup/angular-tree-component - df91a63fa9b2504e95d4bec159c216cda45ff852 authored over 7 years ago by Andreas Lundquist <[email protected]>
Fix dragStart, dragEnd mouse actions

dragStart is called with (tree, node, $event)
dragEnd is called with (tree, node)
drag and dragO...

github.com/CirclonGroup/angular-tree-component - 44060903c1c2f36ce7ad98929310173e844c4ec2 authored over 7 years ago by Andreas Lundquist <[email protected]>
test(node_wrapper): added the tree to templates basic tests

github.com/CirclonGroup/angular-tree-component - 8ab72378e2e53e5994a27f8fb38b399d354afb74 authored over 7 years ago by Saar Kuriel <[email protected]>
Merge branch 'master' into feat/node_wrapper

github.com/CirclonGroup/angular-tree-component - a99b0df886543e775991b4223510604560aa5a3c authored over 7 years ago by Saar <[email protected]>
fix(client/node_wrapper): fix type"

github.com/CirclonGroup/angular-tree-component - 57495fdeab423e3ab4e0824e58d7171f28429e38 authored over 7 years ago by Saar Kuriel <[email protected]>
test(templates): fix id causing test to fail

github.com/CirclonGroup/angular-tree-component - ce863e6f6e93c069593ec5ccc80559d35b2c9e29 authored over 7 years ago by Saar Kuriel <[email protected]>
added lodash dependency

supporting useStrict in MobX
disposing of reactions in virtual scroll model

github.com/CirclonGroup/angular-tree-component - a236f6ccf713f59df46b07cea63647dd7a5f26b6 authored over 7 years ago by Adam Klein <[email protected]>
fix(client/templates): fix options input

github.com/CirclonGroup/angular-tree-component - 81be5ff37f4ae0a1dc2edf8c942dc59c3e08e4f9 authored over 7 years ago by saark <[email protected]>
refactor(client/templates): better Illustration for node wrapper

github.com/CirclonGroup/angular-tree-component - 03c99c258ea12e428642d10b1e2a7bebce0301c5 authored over 7 years ago by saark <[email protected]>
feat(client/tree-node): added tree node wrapper component

github.com/CirclonGroup/angular-tree-component - fa59efb62e4420828aa5de8b7da83acf1320b84e authored over 7 years ago by saark <[email protected]>
view encapsulation none in loading component

github.com/CirclonGroup/angular-tree-component - 3e5c1e68f8aa104ad693e6a575b75fa045327825 authored over 7 years ago by Adam Klein <[email protected]>
Changed publish to prePublish (to avoid building on npm i)

github.com/CirclonGroup/angular-tree-component - 2ca37802fb5b1500232303bf527473556281ba32 authored over 7 years ago by Adam Klein <[email protected]>
Moved out fields from templates

github.com/CirclonGroup/angular-tree-component - b00262d4471adb01f6ef561052d2b187b8d0193d authored over 7 years ago by Adam Klein <[email protected]>
chore(): results of npm install

github.com/CirclonGroup/angular-tree-component - f141dc2463ef772f27c35e40043fe32f22e758d0 authored over 7 years ago by saark <[email protected]>
Solving travis issues4

github.com/CirclonGroup/angular-tree-component - 5b37df7fec16c31d44f728471bcd3418b617726c authored over 7 years ago by Adam Klein <[email protected]>
Solving travis issues3

github.com/CirclonGroup/angular-tree-component - eb18fa40742d3061c08ceeb826bc79344037c996 authored over 7 years ago by Adam Klein <[email protected]>
Solving travis issues

github.com/CirclonGroup/angular-tree-component - e2df0b85c8343930f7bcf11fa46db8a6320d1a1b authored over 7 years ago by Adam Klein <[email protected]>
Solving travis issues

github.com/CirclonGroup/angular-tree-component - 06fbb71acd97ccfd1cd95c8c188ab48efee6b068 authored over 7 years ago by Adam Klein <[email protected]>
Trying to solve Travis build

github.com/CirclonGroup/angular-tree-component - 6bd9c7e644e36bdbd617cd272ae5a8d6b448bd8c authored over 7 years ago by Adam Klein <[email protected]>
Added 'sizeChanged' method, and always rendering tree when virtual scroll is disabled

Changed styles.css to styles.scss in example.

github.com/CirclonGroup/angular-tree-component - 899e154da2df2cd34ecf45239b06656c09102b67 authored over 7 years ago by Adam Klein <[email protected]>
Trying to solve Travis errors

github.com/CirclonGroup/angular-tree-component - 83c6419fce5f6a37462716de1ae8fab75d143f21 authored over 7 years ago by Adam Klein <[email protected]>
Fixed executable to run from node_modules/.bin

github.com/CirclonGroup/angular-tree-component - a165c7e201cf0bd9cc050674bb9f9b33322eae44 authored over 7 years ago by Adam Klein <[email protected]>
Merge branch 'master' of github.com:500tech/angular-tree-component

github.com/CirclonGroup/angular-tree-component - 72ddf34ffcef61ef7ef3894185f099ea6c2fe967 authored over 7 years ago by Adam Klein <[email protected]>
Reduce bundle size

Import lodash methods directly
Add sourcemap and uglify to umd bundle

github.com/CirclonGroup/angular-tree-component - fb6d978856d8e53d271f7c2617309667822978fa authored over 7 years ago by Adam Klein <[email protected]>
Merge pull request #246 from shigi/upgrade-mobx-dependency

upgrade dependency of mobx-angular

github.com/CirclonGroup/angular-tree-component - e94d65e1d0a9982076e498c2eb62ddfcc773d1a3 authored over 7 years ago by adam klein <[email protected]>
Merge branch 'master' of github.com:500tech/angular-tree-component

github.com/CirclonGroup/angular-tree-component - c8d22e4f4183033aedb1561b7c344d49e8d36ba3 authored over 7 years ago by Adam Klein <[email protected]>
Merge pull request #241 from istiti/patch-5

Update tree.model.ts

github.com/CirclonGroup/angular-tree-component - d0b235678b8420e9381c424ac771f1bd3f125698 authored over 7 years ago by adam klein <[email protected]>
Merge pull request #244 from istiti/patch-3

Update tree-options.model.ts

github.com/CirclonGroup/angular-tree-component - 9afdb063ef8f45e0539468c73072465160a224c7 authored over 7 years ago by adam klein <[email protected]>
Merge pull request #245 from istiti/patch-4

Update tree-node.model.ts

github.com/CirclonGroup/angular-tree-component - 494936e70a19ccf942632dcd4467f1a29be86670 authored over 7 years ago by adam klein <[email protected]>
Merge pull request #243 from istiti/patch-1

Update tree-viewport.component.ts

github.com/CirclonGroup/angular-tree-component - 67c83ac65762f9cbffc18b002d1944018e242292 authored over 7 years ago by adam klein <[email protected]>
Merge pull request #247 from istiti/master

Update tree.component.ts

github.com/CirclonGroup/angular-tree-component - 34192dfc00abb717eee377b55443bdfbfa988a64 authored over 7 years ago by adam klein <[email protected]>
upgrade dependency of mobx-angular

github.com/CirclonGroup/angular-tree-component - a16977732f10d715738d2133f0f7c46ce622fe79 authored over 7 years ago by Teruki Shigitani <[email protected]>