openmct/platform/containment
Andrew Henry cbcfd44016 Elements pool and drag drop (#2196)
* Implemented drag-and-drop composition

* Added composition policy for tables

* Reimplemented elements pool in Vue

* No need to resolve all objects on the navigated path

* Only show elements pool in edit mode

* Remove old elements pool

* Updated legacy code to use composition policy API

* Keep object in sync when mutated
2018-10-23 10:52:37 -07:00
..
src Elements pool and drag drop (#2196) 2018-10-23 10:52:37 -07:00
test Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
bundle.js Elements pool and drag drop (#2196) 2018-10-23 10:52:37 -07:00
README.md [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00

Implements support for rules which determine which objects are allowed to contain other objects, typically by type.