openmct/platform
Deep Tailor ac11f898d4 A bunch of fixes for TCR (#2250)
* fix add links by drag and drop

* fix dialog component logging errors

* fix search component errors

* fix sort

* remove unused entrydnd file

* remove unnecessary console logs

* fix preview action in embed dropdown, which was throwing a type error

* invoke PreviewAction once in NotebookController and pass into git add -a

* add navigation capability to embeds, and a bunch of cleanup

* code cleanup and avoid calling dismiss twice on overlay destroy, which was throwing a DOM error. Calling code should dismiss the overlay

* only show elements pool if domainObject has composition

* fix error in inspector when no selection is present

* wire up object view expand button

* listen to composition#remove in TabsView

* make reviewer requested changes

* make reviewer requested changes, and fix for an edge case where removed tab is at the end of the array and currentTab is not set properly

* remove array wrapping dynamic classes in embed.html

* add title='View Large' to expand button

* change model variable to domainObject in tabs.vue

* dismiss top level overlay when esc is pressed (only if overlay is dismissable)

* fix link navigation from embeds

* use positive flag dismissable instead of negative notDismissable for overlays

* make overlays dismissable by default, unless set to false
2019-01-24 16:23:50 -08:00
..
commonUI Removed unused legacy code 2018-12-13 17:11:39 -08:00
containment Elements pool and drag drop (#2196) 2018-10-23 10:52:37 -07:00
core Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
data [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00
entanglement Elements pool and drag drop (#2196) 2018-10-23 10:52:37 -07:00
execution Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
exporters Fix SaveAs import 2018-11-23 15:13:53 -08:00
features R&I Clock timer fixes (#2254) 2018-12-24 14:02:37 -08:00
forms A bunch of fixes for TCR (#2250) 2019-01-24 16:23:50 -08:00
framework Squashed commit of the following: 2018-08-31 12:03:15 -07:00
identity Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
import-export Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
persistence Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
policy Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
representation Address testathon issues relating to context menu (#2235) 2018-12-07 10:15:11 -08:00
search Squashed commit of the following: 2018-08-31 12:03:15 -07:00
status Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
telemetry Build refactor to webpack (#2139) 2018-08-07 14:47:50 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This directory contains all bundles for the Open MCT platform, as well as the framework which runs them.