Commit 7827f54
Fix: Script Gen Textbox Input Don’t Accept Numbers Without Units (#48)
* TSP-947 Script generation infrastructure first cut
* TSP-947 Fix multiple channel issue in script
* TSP-948 Fix linting issues
* TSP-Script-Gen-UI- Linting done (both angular and rust)
* TSP-Script-Gen-UI step and sweep points update fixed to show on plot
* TSP-Script-Gen All linitng done with standalones
* TSP-960-Scrolling input containers to view done
* TSP-Scrip-Gen-UI- Scroll into view feature done
* Script-Gen-UI- UI changes done (through reviews from UX team)
* Revert "Merge branch 'main' into task/TSP-960-style-layout"
This reverts commit 12b90fcd4c35917273d40a01e1c5f21dfc5ac79e, reversing
changes made to beb512d73be7731c565fec696796c0cd47e5878a.
* Reapply "Merge branch 'main' into task/TSP-960-style-layout"
This reverts commit 712497e134fc83278e4ec837ff50212ac1f77484.
* TSP-960-Scroll-Into-View done with UI changes
* TSP-944-resizing and layout of the input containers done
* Script-Gen-UI- Fixed the error and bias plot background color
* Script-Gen-UI- Sweep color fix
* Script-Gen-UI- fixed arrows and step add and remove button
* TSP-944- Input panes reflow when shrunk done
* Added styles to timing popup
* Removed files as per review comment
* tsp-1123-Fix start and stop CSS in Step and Sweep Section
* Fix start and stop border in step and sweep
* tsp-1123-Fix leaking CSS in start and stop
* Task/tsp-1201-Correct the spelling of the "Aperture" textbox in the Timing tab
* task/tsp-1199-fix-automation name & IDs are missing for the combo box and textboxes in the Timing Tab
* fix automation IDs for measure delay and rate
* remove duplicate automationID from input-numeric
* TSP-1202-add automation Names and automationIDs for Bias
* Fix automation names for NPLC and Aperture in Timing
* fix issue with automation names in timing and bias (script-gen)
* fix: bias plot range for source range AUTO
* fix: tsp-1230 and tsp-1231
-The automation name & IDs are missing for the combo box and textboxes in the Step
-The automation name & IDs are missing for the combo box and textboxes in the Sweep
* fix: Script Gen- Sweep Graph Preview Cuts Off End of Graph
* refactor: move repeated code into function generatePlotData()
* fix: restrict timing tab drag to webview panel
* fix: Script Gen Textbox Input Don’t Accept Numbers Without Units
---------
Co-authored-by: GT, Shreya <[email protected]>
Co-authored-by: Rajeshwari Kiwad <[email protected]>1 parent 077c21b commit 7827f54
File tree
2 files changed
+13
-11
lines changed- script-gen-ui/src/app/components/controls
- input-plain
2 files changed
+13
-11
lines changedLines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | | - | |
| 103 | + | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
0 commit comments