David Tsay
609cf72bd1
chicken needs to come first
2023-07-06 14:39:26 -07:00
Jamie V
a447b0ada8
removing eval-source-map, dont debuggin
2023-06-21 16:32:57 -07:00
Jamie V
5788f4cc69
temp source maps for debugin
2023-06-21 14:11:23 -07:00
Jamie V
f94b4e53c7
adding back in abort on item close in tree
2023-06-21 13:31:12 -07:00
Jamie V
faf71f1e67
omm-cherry-pick( #6602 ) : [ExportAsJson] Multiple Aliases in Export an… ( #6662 )
...
omm-cherry-pick(#6602 ) : [ExportAsJson] Multiple Aliases in Export and Conditional Styles Fixes (#6602 )
Fixes issues that prevent import and export from being completed successfully. Specifically:
* if multiple aliases are detected, the first is created as a new object and and added to it's parent's composition, any subsequent aliases of the same object will not be recreated, but the originally created one will be added to the current parent's composition, creating an alias.
* Also, there are cases were conditionSetIdentifiers are stored in an object keyed by an item id in the configuration.objectstyles object, this fix will handle these as well.
* Replaces an errant `return` statement with a `continue` statement to prevent early exit from a recursive function.
---------
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2023-05-15 13:12:37 -07:00
David Tsay
23310f85ae
cherry pick retain styles on url change
2023-05-02 13:38:13 -07:00
David Tsay
d80819634b
revert opening in new tab
2023-04-12 15:01:53 -07:00
Shefali
483b62c152
Only decrement and save if there is composition but no child object reference
2023-04-07 14:08:58 -07:00
Jamie V
1254279635
Fix ExportAsJSONAction to not lose layout configurations on linked objects ( #6562 )
2023-04-05 23:05:27 -07:00
David Tsay
c768a71656
free findSubscriptionProvider
2023-03-31 15:50:38 -07:00
David Tsay
678a92bd29
Revert "enable source maps in prod"
...
This reverts commit 34b488944a
.
2023-03-31 14:43:02 -07:00
David Tsay
34b488944a
enable source maps in prod
2023-03-31 14:42:39 -07:00
David Tsay
4d1dd2f51d
add temporary debugging
2023-03-31 12:23:23 -07:00
David Tsay
080f7b8f4b
pass openmct and object key to function
...
re-enable historical row action
2023-03-29 17:09:35 -07:00
David Tsay
483f2feac8
allow contextual domain objects to row actions
2023-03-29 16:58:51 -07:00
Charles Hacskaylo
7ec2c4475b
LAD Tables now disallow user-select ( #6322 )
...
* Closes #6321
- Set `user-select: none` on LAD Table td elements.
- Added hover effect to LAD Table rows as affordance of the Action
menu's availability.
* Add test to ensure rows cannot be selected but do show context menus
---------
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
2023-03-28 14:38:52 -07:00
dependabot[bot]
8f59b16465
chore(deps-dev): bump @types/lodash from 4.14.191 to 4.14.192 ( #6512 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.14.191 to 4.14.192.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 16:09:39 +00:00
Jamie V
36cfb1d515
[Condition Widgets] Keep styles for widgets with a URL ( #6515 )
...
* call update style after view is update with current style rule manager styles for components (namely condition widget) that have DOM changes after the element is grabbed to style
* target blank yo
---------
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
2023-03-28 15:58:15 +00:00
David Tsay
2ff7132e90
use relative path ( #6518 )
2023-03-27 23:52:54 +00:00
Khalid Adil
d0ca398e01
[Plots, Multiple-Y Axis] Fix for rectangle drawn on each axis ( #6490 )
...
* Change logic so that the rectangle is only drawn on one axis
* Filter firstDrawableAxis before the rest of the logic
* Update to filter yAxisIds by the canDraw function
2023-03-24 13:46:10 -07:00
Jesse Mazzella
59278e8a06
chore: bump version to 2.2.1-SNAPSHOT
( #6501 )
2023-03-23 16:27:31 -07:00
dependabot[bot]
c8377f392b
chore(deps-dev): bump eslint-plugin-vue from 9.9.0 to 9.10.0 ( #6500 )
...
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue ) from 9.9.0 to 9.10.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases )
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.9.0...v9.10.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-vue
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2023-03-23 15:54:10 -07:00
Vitor Henckel
29df748f2b
fix( #6457 ): Tags disappear after resizing then dismissing the Add Tag select ( #6499 )
2023-03-23 14:48:56 -07:00
Vitor Henckel
665ba6dae1
fix( #6347 ): Searching a Notebook with whitelisted links for '.' exposes some html ( #6396 )
2023-03-23 21:23:49 +00:00
David Tsay
f39f8df4e2
Suppress annotations tab if no annotations defined ( #6498 )
...
* fix bad copy paste
* suppress annotations inspector tab if no tags
2023-03-23 14:00:46 -07:00
Marcelo Arias
4aa572d489
Button to clear the recent objects list ( #6327 )
2023-03-23 19:53:01 +00:00
Jesse Mazzella
0b24c4f2c5
fix( #6488 ): better determination of child tree items when collapsing a parent ( #6489 )
...
Splits the parent and child navigationPaths into arrays of keystrings and then checks to ensure that every keystring in the parent path is included in the child path in order
2023-03-23 19:02:44 +00:00
dependabot[bot]
e4657f79cd
chore(deps-dev): bump plotly.js-basic-dist from 2.17.0 to 2.20.0 ( #6438 )
...
Bumps [plotly.js-basic-dist](https://github.com/plotly/plotly.js ) from 2.17.0 to 2.20.0.
- [Release notes](https://github.com/plotly/plotly.js/releases )
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/plotly/plotly.js/compare/v2.17.0...v2.20.0 )
---
updated-dependencies:
- dependency-name: plotly.js-basic-dist
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2023-03-22 22:09:15 +00:00
dependabot[bot]
f2059406e0
chore(deps-dev): bump webpack from 5.76.2 to 5.76.3 ( #6494 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.76.2 to 5.76.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.76.2...v5.76.3 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-22 13:35:24 -07:00
dependabot[bot]
3e3dc7dd83
chore(deps-dev): bump webpack from 5.74.0 to 5.76.2 ( #6440 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.74.0 to 5.76.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.2 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-22 19:22:53 +00:00
Charles Hacskaylo
50742c4f82
Hide Flexible Layout header buttons when frame is hidden ( #6486 )
...
- Hide nested frame header buttons for Flexible Layouts as well as Display Layouts.
- Adjust z-index of frame control header buttons.
2023-03-21 17:24:41 -07:00
Vitor Henckel
2f04add2a3
fix( #6408 ): Zooming in the corner of an image makes it fly away ( #6410 )
...
* fix(#6480 ): Zooming in the corner of an image makes it fly away
* fix: keeping layers in the right place even when zoomed in
2023-03-22 00:15:02 +00:00
Charles Hacskaylo
0ce5060246
Fix Imagery local controls z-index ( #6482 )
...
- Corrected z-index for imagery local controls.
2023-03-22 00:02:34 +00:00
Scott Bell
00353cdccf
Cancel annotation selections if you click outside the plot component ( #6476 )
...
* resolve conflicts
* resolve conflicts
* more selectively add listeners
* add and fix tests
* address PR review comments
* test(e2e): stabilize flaky overlayPlot test
---------
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
2023-03-21 16:53:24 -07:00
dependabot[bot]
a1ac209d74
chore(deps-dev): bump plotly.js-gl2d-dist from 2.17.1 to 2.20.0 ( #6441 )
...
Bumps [plotly.js-gl2d-dist](https://github.com/plotly/plotly.js ) from 2.17.1 to 2.20.0.
- [Release notes](https://github.com/plotly/plotly.js/releases )
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/plotly/plotly.js/compare/v2.17.1...v2.20.0 )
---
updated-dependencies:
- dependency-name: plotly.js-gl2d-dist
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 13:57:59 -07:00
dependabot[bot]
bdd8477b54
chore(deps-dev): bump sass from 1.57.1 to 1.59.3 ( #6442 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.57.1 to 1.59.3.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.57.1...1.59.3 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 19:27:17 +00:00
dependabot[bot]
f690f36bfb
chore(deps-dev): bump sass-loader from 13.2.0 to 13.2.1 ( #6480 )
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.2.0...v13.2.1 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2023-03-21 12:11:42 -07:00
Shefali Joshi
e174f075df
Don't initialize the selected condition style when a view is loaded ( #6478 )
...
* Don't initialize the selected condition style when a view is loaded
* Ensure selection of styles in Edit mode works as expected. When out of edit mode, only a computed style should be chosen to display.
2023-03-20 17:06:10 -07:00
Michael Rogers
8cf12db104
Add a view action button to toggle on class to control fixed layout ( #6465 )
...
* Add a view action buttons to toggle on class to control fixed layout
* Add configuration watcher and initial view action
* Added next tick in mount and updated action key
* Updated the view action key
2023-03-17 15:30:35 -07:00
David Tsay
453b1f3009
fixes to entries ( #6464 )
...
* fixes to entries
fix delete first notebook entry
fix select unfocused on create
* do not blur if nothing is focused
2023-03-17 22:14:15 +00:00
Jesse Mazzella
201c669328
fix( #6455 ): fix Create modal tree infinite loop ( #6462 )
...
* fix(#6455 ): fix infinite loop
- When the Create modal is opened, it defaults the object selected in the tree to the parent of the currently selected object. However, if this object is static, it can sometimes have a weird navigationPath and an edge case where we try to infinitely walk up the path to find the parent.
- This adds a fail-safe to verify that the navigationPath by this point contains `/browse/mine` (thus is within a creatable path). If not, it sets the default selected tree item to the "My Items" folder
---------
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2023-03-17 22:03:23 +00:00
Shefali Joshi
1b7fb9b952
Ensure that datum that is of type array is formatted as such ( #6467 )
...
* Ensure that datum that is of type array is formatted as such
* Ensure the requestEnded event is emitted even when historicalData is empty.
2023-03-17 14:22:51 -07:00
Charles Hacskaylo
a3c5450205
Improvements to reduce repainting ( #5876 )
2023-03-17 20:07:57 +00:00
Scott Bell
8831b75c5d
Clicking a plot annotation should pause the plot ( #6446 )
...
* free plot on search selection and remove rectangles when resuming
* add test
* remove rectanges
* update test
* more reliable way to load annotations
* use event to wait for axes and update tests
* restore test
* cancel selection in plots if clicking outside plot
* Revert "cancel selection in plots if clicking outside plot"
This reverts commit 82ea50152b
.
* Listen to the navigation triggered selection of the target object before selecting the annotations for the object
* remove commented out code
* check if we've already navigated to the object
---------
Co-authored-by: Khalid Adil <khalidadil29@gmail.com>
Co-authored-by: Shefali <simplyrender@gmail.com>
2023-03-17 20:12:52 +01:00
dependabot[bot]
8fe0472af2
chore(deps-dev): bump mini-css-extract-plugin from 2.7.2 to 2.7.5 ( #6463 )
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.7.2 to 2.7.5.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.7.2...v2.7.5 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2023-03-17 09:44:28 -07:00
Scott Bell
6cb5c47f3a
Conditional set output is wrong ( #6244 )
...
* Only use default if we've evaluated as default
* Add e2e test for conditional sets
---------
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2023-03-17 15:58:09 +00:00
Khalid Adil
eff0cc96b9
Add check for minimized notification ( #6431 )
2023-03-17 15:46:09 +00:00
Michael Rogers
6ac7f24c63
Event limit severity css classes ( #6445 )
...
* Duplicated event limit css classes
* Closes akhenry/openmct-yamcs#287
- New theme constant values for event styling.
- CSS def for `is-event*` classes moved to correct location.
---------
Co-authored-by: Charles Hacskaylo <charlesh88@gmail.com>
2023-03-17 15:24:35 +00:00
Jamie V
39463c515f
[Greedy LAD] Add new functionality for Latest Available Data views ( #6432 )
...
* adding greedyLAD logic to telemetry collections
---------
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2023-03-16 19:12:11 -07:00
Jamie V
25c0dab346
[Remove Action][Move Action] Update logic when working with locked, aliased domain objects ( #6384 )
...
* Allow move action for locked shift logs.
* Allow remove action for links to locked shift logs.
---------
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2023-03-16 13:53:25 -07:00