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

Update tree-options.model.ts

github.com/CirclonGroup/angular-tree-component - a69593902cc72fa180bf11d7b9fd49422930f3d9 authored over 7 years ago by vltr <[email protected]>
Update tree-viewport.component.ts

github.com/CirclonGroup/angular-tree-component - 8e1eae7c5e3ef82e98747e65690b778f8f122d29 authored over 7 years ago by vltr <[email protected]>
Added support for Angular4

Added test:setup script

github.com/CirclonGroup/angular-tree-component - de68df838cb4ab449a9fca92807900cc7df5ef83 authored almost 8 years ago by Adam Klein <[email protected]>
Merge pull request #231 from shigi/fix-do-for-all

Run doForAll recursively

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

github.com/CirclonGroup/angular-tree-component - f3a98c0d0eab785f8eb76290151f5567e407c940 authored almost 8 years ago by Adam Klein <[email protected]>
Merge pull request #201 from judequinn/ie9_dnd

Drag and drop fix for IE9+

github.com/CirclonGroup/angular-tree-component - ba352990628284933263b84e066e2647dea5228f authored almost 8 years ago by adam klein <[email protected]>
Merge pull request #176 from joachim-bl/allowDragFunc

implemented allowDragFunc

github.com/CirclonGroup/angular-tree-component - d26df3f62e4aa025217d9d2f5778ac64466eefdf authored almost 8 years ago by adam klein <[email protected]>
Moved allowDrag logic to options instead of treeDragDirective

github.com/CirclonGroup/angular-tree-component - f9ad3f9567ff81b6eadf09e49e5f1a22c3d90de1 authored almost 8 years ago by Adam Klein <[email protected]>
implemented allowDragFunc

github.com/CirclonGroup/angular-tree-component - 9cd7351568ce0b76a6f0196ec8e501fd8ce964c5 authored almost 8 years ago by joachim <[email protected]>
Merge branch 'master' of github.com:500tech/angular-tree-component

github.com/CirclonGroup/angular-tree-component - 5c9b7a3a646848dc8b12377d90791d827c5f923f authored almost 8 years ago by Adam Klein <[email protected]>
Removed redundant code. Support filtering without virtual scroll option

github.com/CirclonGroup/angular-tree-component - 6519656fb04ef397ef5bf58285eaa7d90c39bc70 authored almost 8 years ago by Adam Klein <[email protected]>
Added filter example

github.com/CirclonGroup/angular-tree-component - f901f377161780d31745740bd1d40c2798f70c8e authored almost 8 years ago by Adam Klein <[email protected]>
Added template spec

github.com/CirclonGroup/angular-tree-component - ce22405b68bee644d8c9d17a38dd0fd815f81637 authored almost 8 years ago by Adam Klein <[email protected]>
Run doForAll recursively

github.com/CirclonGroup/angular-tree-component - c7f40d875cf878d4769d989a9af4c80b9f697cd6 authored almost 8 years ago by Teruki Shigitani <[email protected]>
Merge pull request #225 from dojchek/bug_fix_195

Fixing bug for 'Console warning on empty nodes #195'

github.com/CirclonGroup/angular-tree-component - 5c2cfe0eda9a6c43078a5b925e852c2903393625 authored almost 8 years ago by adam klein <[email protected]>
Fixing bug for 'Console warning on empty nodes #195'

github.com/CirclonGroup/angular-tree-component - c7b7140f7cba1074afd26c601c748d25e4177e04 authored almost 8 years ago by marko dojcinovic <[email protected]>
Fixed using treeNodeFullTemplate

github.com/CirclonGroup/angular-tree-component - 952691ebe94ccc613b182eccd636fc5595614d45 authored almost 8 years ago by Adam Klein <[email protected]>
Passing node in context to loading template

Adding templates example component
Adding integration tests

github.com/CirclonGroup/angular-tree-component - dcc8deb7e9c77d2d49d258be8c664e084ccfba5d authored almost 8 years ago by Adam Klein <[email protected]>
Fixed tree-node and tree-node-level-X classes.

Removed redundant div in children

github.com/CirclonGroup/angular-tree-component - daf0263420526d4918cdaab8c9b1ee0bfc7ce694 authored almost 8 years ago by Adam Klein <[email protected]>
Clean up; Using ng-container instead of divs when necessary

github.com/CirclonGroup/angular-tree-component - 088f19b403521ed5e09c0f2c717d413fe359d03e authored almost 8 years ago by Adam Klein <[email protected]>
Merge pull request #204 from jvandemo/fix/tree-options

fix(tree-options): fix cannot read property of undefined

github.com/CirclonGroup/angular-tree-component - 4bf840e93636fad290717add94f55526cb132d2d authored almost 8 years ago by adam klein <[email protected]>
Using lodash not lodash-es

github.com/CirclonGroup/angular-tree-component - be0f25d1156d4d69998479587e5073dbac1f8387 authored almost 8 years ago by Adam Klein <[email protected]>
Bundling mobx and lodash inside the UMD bundle

github.com/CirclonGroup/angular-tree-component - 829fa81b7d264d82db553fcde67bfff3875995bc authored almost 8 years ago by Adam Klein <[email protected]>
Updated api and docs

Not showing virtual scroll unless enabled
Added treeModel to events
Fixed getActiveNodes & getExp...

github.com/CirclonGroup/angular-tree-component - 2c88a1ab6450f09eb18b586ca6a80c1e959fb003 authored almost 8 years ago by Adam Klein <[email protected]>
Merge branch 'master' of github.com:500tech/angular2-tree-component

github.com/CirclonGroup/angular-tree-component - 8c9cf81278fbb065b0280bcbc65235268ba8328a authored almost 8 years ago by Adam Klein <[email protected]>
fix(tree-options): fix cannot read property of undefined

github.com/CirclonGroup/angular-tree-component - e383c78d95a73f8704623dbb079af6cabbda1c69 authored almost 8 years ago by Jurgen Van de Moere <[email protected]>
Updated example to use most updated CLI

github.com/CirclonGroup/angular-tree-component - 5b002979dfc3ba800cf70cdab38a398af89d73a4 authored almost 8 years ago by Adam Klein <[email protected]>
Drag and drop fix for IE9+

github.com/CirclonGroup/angular-tree-component - fee1cc8143fba75c9fca0b6db10236813e4f0146 authored almost 8 years ago by svetlana.kuznetsova <[email protected]>
Merge branch 'master' of github.com:500tech/angular2-tree-component

github.com/CirclonGroup/angular-tree-component - cd1f0b4db8f93047b4a03424d31fc38a9cd868b5 authored almost 8 years ago by Adam Klein <[email protected]>
kebab-case selectors

github.com/CirclonGroup/angular-tree-component - 09731c977aee1e41a75145de54e749bc68aaeec1 authored almost 8 years ago by Adam Klein <[email protected]>
changed back directive selectors to camelCase

github.com/CirclonGroup/angular-tree-component - ff2436c224336f0dc6e41df54c409163c417423d authored almost 8 years ago by Adam Klein <[email protected]>
Merge pull request #182 from nikolasleblanc/enable-lowercase-selector

Enable lowercase tree selector

github.com/CirclonGroup/angular-tree-component - 024202a9faa10cdf56ec083598654a431b6d841f authored almost 8 years ago by adam klein <[email protected]>
Merge branch 'master' into enable-lowercase-selector

github.com/CirclonGroup/angular-tree-component - fed62c906f91dde27728c9a982435f6debbd59c5 authored almost 8 years ago by Adam Klein <[email protected]>
Using ng2-mobx's wrappers for observable and computed for AoT

github.com/CirclonGroup/angular-tree-component - 0ce60432b48e6b4e996ad1e13a837db54a462b96 authored almost 8 years ago by Adam Klein <[email protected]>
Fix lint errors

Fix ng2-mobx version

github.com/CirclonGroup/angular-tree-component - b7aec3ec4b2a9c2a25ebffc209cd75e646236078 authored almost 8 years ago by Adam Klein <[email protected]>
Fixed filter performance

Added onChangeFilter event
Removed onChangeHidden event
Added doForAll method on TreeModel and Tr...

github.com/CirclonGroup/angular-tree-component - ad9584e969d411298b6e406e44b8bdb80a47229f authored almost 8 years ago by Adam Klein <[email protected]>
* Virtual Scroll

* Added onChangeHidden event
* Added onLoadChildren event
* Added onChangeFilter event
* Breaking...

github.com/CirclonGroup/angular-tree-component - 292283a4ebfeb35b1641bd9069ebb164ddd49dae authored almost 8 years ago by Adam Klein <[email protected]>
Merge branch 'master' of github.com:500tech/angular2-tree-component

github.com/CirclonGroup/angular-tree-component - 78ebbca397545ab73ef5916294849b8136945b09 authored almost 8 years ago by Adam Klein <[email protected]>
yarn lock for example

github.com/CirclonGroup/angular-tree-component - 943c1da61bbbe86b75b970bb4e96a1fdaa1c95b7 authored almost 8 years ago by Adam Klein <[email protected]>
Create kebab-case selectors for all components, use them

- Also sets up a deprecatedSelector method for outputting the warning
- Cleans up dead imports

github.com/CirclonGroup/angular-tree-component - c9ddd758fc002ee4b15b4022fb953cb2012e4ab5 authored almost 8 years ago by Nikolas LeBlanc <[email protected]>
Enable lowercase tree selector

github.com/CirclonGroup/angular-tree-component - 08518ed1554c6355b3441b51421f6987f9add013 authored almost 8 years ago by Nikolas LeBlanc <[email protected]>
Merge branch 'master' of github.com:500tech/angular2-tree-component

github.com/CirclonGroup/angular-tree-component - 2ade6452f677f2a1e0d7bd475ad24fba83403866 authored almost 8 years ago by Adam Klein <[email protected]>
Added yarn file

Fixed lint errors
Not mandatory to supply getChildren method
Calling 'closest' using invokeElemen...

github.com/CirclonGroup/angular-tree-component - 4f8e9d6712b3cf45334db616e1344aeb73ad14cd authored almost 8 years ago by Adam Klein <[email protected]>
Add lint to build process and fixed lint problems

github.com/CirclonGroup/angular-tree-component - 163ac198a3bdd23a48eace14daf0bdf42d62ada6 authored almost 8 years ago by Adam Klein <[email protected]>
Merge branch 'master' of github.com:500tech/angular2-tree-component

github.com/CirclonGroup/angular-tree-component - 116b3c09ecbbc1cfed090fed0c9e743f49a2d5ea authored almost 8 years ago by Adam Klein <[email protected]>
Fixing AOT

Fixing Core-JS
Fixing drag on firefox
Fixing getNodeByPath with custom idField
Fixing Universal b...

github.com/CirclonGroup/angular-tree-component - ececeba4edb9f599c59072dd593591d39cc16211 authored almost 8 years ago by Adam Klein <[email protected]>
Merge pull request #154 from jskrzypek/produce-aot-metadata

Change tsconfig to produce metadata files for ngc

github.com/CirclonGroup/angular-tree-component - 42a46eeb5ecda1f94f83ab9b052fa923a0a815eb authored almost 8 years ago by adam klein <[email protected]>
Merge pull request #158 from romanovma/117-dragndrop-firefox

fix the drag and drop Firefox issue

github.com/CirclonGroup/angular-tree-component - e98a4aa18d8ac4dd37b6edc4a4b928fc4a151b18 authored almost 8 years ago by adam klein <[email protected]>
Merge pull request #156 from schmuli/master

Use tsconfig instead of @types/core-js

github.com/CirclonGroup/angular-tree-component - 86a5101eadc4747d7106d33a137b6de6fac8d1e8 authored almost 8 years ago by adam klein <[email protected]>
fix the drag and drop firefox issue: http://stackoverflow.com/questions/19055264/why-doesnt-html5-drag-and-drop-work-in-firefox

github.com/CirclonGroup/angular-tree-component - 60f39d72021ed87d775674e4d54b10cc20527621 authored almost 8 years ago by Mikhail Aleksandrovic <[email protected]>
Use tsconfig instead of @types/core-js

github.com/CirclonGroup/angular-tree-component - 00e2ce1d9c233d5d9629c0b75bb4ddaf5728d095 authored almost 8 years ago by Schmulik Raskin <[email protected]>
Change tsconfig to produce metadata files for ngc

github.com/CirclonGroup/angular-tree-component - 270a1263b6a4235a49869adf88b8c16f54fcc83f authored almost 8 years ago by Joshua Estrin Skrzypek <[email protected]>
Merge pull request #106 from awallat/master

Promise based expand-function

github.com/CirclonGroup/angular-tree-component - 896627c5eef479fb105ff70b0201a7291b501505 authored about 8 years ago by adam klein <[email protected]>
- return promise from expand-method, so that we can open a deep path into the tree

github.com/CirclonGroup/angular-tree-component - 7b4886d391cbb6d642c3fa3024e65b10d0873a49 authored about 8 years ago by Andre Wallat <[email protected]>
Allow drag to empty tree

github.com/CirclonGroup/angular-tree-component - 144a706c7ce31e34efbb380716a2c24ded42cf09 authored about 8 years ago by Adam Klein <[email protected]>
Merge branch 'master' of github.com:500tech/angular2-tree-component

github.com/CirclonGroup/angular-tree-component - b503747d013707da3a9279df9eb1f21b87b5383c authored about 8 years ago by Adam Klein <[email protected]>
* Added index to node content template

* Added nodeClass option

github.com/CirclonGroup/angular-tree-component - 4dfbdeef18339d035c32ad406a4c89c6d1ead0f8 authored about 8 years ago by Adam Klein <[email protected]>
Call for styles in readme

github.com/CirclonGroup/angular-tree-component - 991e4959ca5332ec2814104e0c233cb9b03d3ec3 authored about 8 years ago by adam klein <[email protected]>
Updated PeerDeps to allow for Angular 2.3

github.com/CirclonGroup/angular-tree-component - 913e762cc6fb554fffcb14c8bb99e6e8f6552e37 authored about 8 years ago by Adam Klein <[email protected]>
Merge pull request #126 from schmuli/master

Update to Angular 2.3.0 and update dependencies

github.com/CirclonGroup/angular-tree-component - dec4075b4accd5c2e807526b3d7b75a0e401bc56 authored about 8 years ago by adam klein <[email protected]>
support Angular ^2.0.0

github.com/CirclonGroup/angular-tree-component - 24c69bd465facdb4b6d5913717ac8159f379a9fe authored about 8 years ago by Schmulik Raskin <[email protected]>
Update to Angular 2.3.0

github.com/CirclonGroup/angular-tree-component - 840bfcc5df87e7be5c1c3fe35526c3cb1ba0eea6 authored about 8 years ago by Schmulik Raskin <[email protected]>
Add skipMetadataEmit to tsconfig.json

github.com/CirclonGroup/angular-tree-component - 0fff76adf6eea1f61f318f679f1402440aa9c1d1 authored about 8 years ago by Schmulik Raskin <[email protected]>
Update Dependencies

dependencies & peerDependencies:
Only conains the runtime libraries that are required
devDepende...

github.com/CirclonGroup/angular-tree-component - e68e826bf5d6bccd54ed0f7448c6db9f52993a79 authored about 8 years ago by Schmulik Raskin <[email protected]>
Added allowDrop infrastructure

github.com/CirclonGroup/angular-tree-component - e79aea62355b17ad9b073f38abd54cb8a30253a3 authored about 8 years ago by Adam Klein <[email protected]>
Expand async children according to isExpanded field

github.com/CirclonGroup/angular-tree-component - 00d82d8efc30ef7736eada8860bc32d7a3ce0e7a authored about 8 years ago by Adam Klein <[email protected]>
Added levelPadding to options

github.com/CirclonGroup/angular-tree-component - 4e7552d883bd18c75b03980e5884147215ebb701 authored about 8 years ago by Adam Klein <[email protected]>
Changed moveNode API and drag element to be just the node without parent / index

Added treeDragEnabled flag to treeDrag directive

github.com/CirclonGroup/angular-tree-component - 274e78164e289002ea3ceae6b937e2f1107db9e4 authored about 8 years ago by Adam Klein <[email protected]>
Made TreeDrag and TreeDrop generic

github.com/CirclonGroup/angular-tree-component - 96942ef282eea51ae40f33cd4750fdcc3a68676b authored about 8 years ago by Adam Klein <[email protected]>
Separated all drag behaviour to TreeNodeDrag service

github.com/CirclonGroup/angular-tree-component - 3695ddb9be79ed2794ee743b1a4b13ecdeb10cbe authored about 8 years ago by Adam Klein <[email protected]>