fprime-gds 3.5.0__py3-none-any.whl → 3.5.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -354,12 +354,16 @@ Vue.component("fp-table", {
354
354
  */
355
355
  saveView: function() {
356
356
  this.editing = false;
357
+ this.matching = "";
358
+ setTimeout(this.send, 10); // Force refresh when no data is available
357
359
  },
358
360
  /**
359
361
  * Puts the user into view-edit mode. Thus allowing the user to set channels.
360
362
  */
361
363
  editViews: function () {
362
364
  this.editing = true;
365
+ this.matching = "";
366
+ setTimeout(this.send, 10); // Force refresh when no data is available
363
367
  },
364
368
  /**
365
369
  * Adds everything into the view
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fprime-gds
3
- Version: 3.5.0
3
+ Version: 3.5.1
4
4
  Summary: F Prime Flight Software Ground Data System layer
5
5
  Author-email: Michael Starch <Michael.D.Starch@jpl.nasa.gov>, Thomas Boyer-Chammard <Thomas.Boyer.Chammard@jpl.nasa.gov>
6
6
  License:
@@ -229,11 +229,11 @@ Description-Content-Type: text/markdown
229
229
  License-File: LICENSE.txt
230
230
  License-File: NOTICE.txt
231
231
  Requires-Dist: flask>=3.0.0
232
- Requires-Dist: flask-compress>=1.11
232
+ Requires-Dist: flask_compress>=1.11
233
233
  Requires-Dist: pyzmq>=24.0.1
234
234
  Requires-Dist: pexpect>=4.8.0
235
235
  Requires-Dist: pytest>=6.2.4
236
- Requires-Dist: flask-restful>=0.3.8
236
+ Requires-Dist: flask_restful>=0.3.8
237
237
  Requires-Dist: fprime-tools>=3.4.3
238
238
  Requires-Dist: argcomplete>=1.12.3
239
239
  Requires-Dist: Jinja2>=2.11.3
@@ -196,7 +196,7 @@ fprime_gds/flask/static/js/vue-support/dashboard.js,sha256=WOdmZoivmtg9KbLe8usPj
196
196
  fprime_gds/flask/static/js/vue-support/downlink.js,sha256=zY7S4w5ylQDQJ9-ihN-_1CUOxacGCuTyVO7-jeVefQg,1589
197
197
  fprime_gds/flask/static/js/vue-support/event.js,sha256=i1I7_HSPmdLFC-vIshdIcJQUH1SQYL_zhhyPbYUHi8Q,5292
198
198
  fprime_gds/flask/static/js/vue-support/fp-row.js,sha256=BwfWOxmTD7WPKKSBPlwLq3eARYQUg3pan1PPA9VzKy0,3760
199
- fprime_gds/flask/static/js/vue-support/fptable.js,sha256=bLdUXL1sVck47-w5nMn-qmEY-orrT_iwYCjaSYJuVKE,18646
199
+ fprime_gds/flask/static/js/vue-support/fptable.js,sha256=ETGE4LlBeLXQnOv6-NNtZtk3JadDOPus6ad3tBEooUo,18874
200
200
  fprime_gds/flask/static/js/vue-support/log.js,sha256=40dDjFgmEugTFZFsy0Y1xqNJpnuEfUiZ_-M3HGTPMCc,2735
201
201
  fprime_gds/flask/static/js/vue-support/tabetc.js,sha256=_JfTOezwXrxZ-RaSs4jhLdv5e3hTbjxYTnbGwv6NTAc,3865
202
202
  fprime_gds/flask/static/js/vue-support/uplink.js,sha256=J6JYQLotHY3p2s7m0yryTMbTB2-HbRChVtAKdAUay9Q,3848
@@ -227,10 +227,10 @@ fprime_gds/flask/static/third-party/webfonts/fa-solid-900.woff2,sha256=mDS4KtJuK
227
227
  fprime_gds/plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
228
228
  fprime_gds/plugin/definitions.py,sha256=5rHGSOrr62qRNVfX9bZIo4HDAKG62lKteNum9G40y3g,2347
229
229
  fprime_gds/plugin/system.py,sha256=uWd6DVW90Re0FoNMPNCx0cXXTJUdpgAAO0mtakzRNgk,8564
230
- fprime_gds-3.5.0.dist-info/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
231
- fprime_gds-3.5.0.dist-info/METADATA,sha256=c8gtz7dlaS5L-2FOCO8FeD9Bn2Y0kD3PhbqzQsK4Yec,24770
232
- fprime_gds-3.5.0.dist-info/NOTICE.txt,sha256=vXjA_xRcQhd83Vfk5D_vXg5kOjnnXvLuMi5vFKDEVmg,1612
233
- fprime_gds-3.5.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
234
- fprime_gds-3.5.0.dist-info/entry_points.txt,sha256=oqUiO3xhJCR943jdU3zcxbqEvSXNeVgshk7dVaf_nGY,322
235
- fprime_gds-3.5.0.dist-info/top_level.txt,sha256=6vzFLIX6ANfavKaXFHDMSLFtS94a6FaAsIWhjgYuSNE,27
236
- fprime_gds-3.5.0.dist-info/RECORD,,
230
+ fprime_gds-3.5.1.dist-info/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
231
+ fprime_gds-3.5.1.dist-info/METADATA,sha256=EyssY9Qix4glH9AEyq3OP-oDHoe9iZ1oawqzXtmMpOU,24770
232
+ fprime_gds-3.5.1.dist-info/NOTICE.txt,sha256=vXjA_xRcQhd83Vfk5D_vXg5kOjnnXvLuMi5vFKDEVmg,1612
233
+ fprime_gds-3.5.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
234
+ fprime_gds-3.5.1.dist-info/entry_points.txt,sha256=oqUiO3xhJCR943jdU3zcxbqEvSXNeVgshk7dVaf_nGY,322
235
+ fprime_gds-3.5.1.dist-info/top_level.txt,sha256=6vzFLIX6ANfavKaXFHDMSLFtS94a6FaAsIWhjgYuSNE,27
236
+ fprime_gds-3.5.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5