techui-builder 0.7.4__tar.gz → 0.7.5__tar.gz
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.
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.vscode/launch.json +1 -1
- {techui_builder-0.7.4/src/techui_builder.egg-info → techui_builder-0.7.5}/PKG-INFO +1 -1
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/README.md +29 -4
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/ADUVC/ADUVC_summary.bob +20 -20
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/DCM.svg +15 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/camera.svg +5 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/cog.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/cryocooler.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/detector.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/diamond.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/flip-horizontal-2.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/flip-vertical-2.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/lens.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/light-source.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/oscilloscope.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/radiation.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/rectangle-horizontal.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/rectangle-vertical.svg +1 -0
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/ring 0.svg → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/ring-off.svg +12 -13
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/ring 1.svg → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/ring-on.svg +13 -13
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/rotation-stage.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/slits.svg +6 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-centerline-dashed-horizontal.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-centerline-dashed-vertical.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-split-horizontal.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-split-vertical.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-square.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/translation-stage.svg +1 -0
- techui_builder-0.7.5/example/t01-services/synoptic/techui-support/techui-support.yaml +243 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui.yaml +2 -2
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/_version.py +3 -3
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/builder.py +1 -1
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/generate.py +2 -2
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/main_app.py +4 -4
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/models.py +14 -14
- {techui_builder-0.7.4 → techui_builder-0.7.5/src/techui_builder.egg-info}/PKG-INFO +1 -1
- techui_builder-0.7.5/src/techui_builder.egg-info/SOURCES.txt +243 -0
- techui_builder-0.7.5/src/techui_builder.egg-info/scm_file_list.json +238 -0
- techui_builder-0.7.5/src/techui_builder.egg-info/scm_version.json +8 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_builder.py +4 -4
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_generate.py +1 -1
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_models.py +4 -4
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/LICENSE +0 -201
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/bob/ADAravis/ProfileCursorGraphs.bob +0 -155
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/bob/colour.def +0 -67
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/bob/pmac/MOTOR.bob +0 -2407
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/bob/pmac/pmacController.bob +0 -3101
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/bob/pmac/ppmacController.bob +0 -2779
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/bob/rga/rga.bob +0 -1005
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/bob/settings.ini +0 -16
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/bob/vacuumValve/vacuumValve.bob +0 -333
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/bob/vacuumValve/vacuumValveInterlocks.bob +0 -1266
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/3DCM_diag_3.gif +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/Beamline_Image.png +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/Beamline_Image_Colour.png +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/Panda.jpg +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/WoodenArch.jpg +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/aperture.svg +0 -263
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/camera +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/camera-1.svg +0 -13
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/dcm.svg +0 -554
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/diag-stick-camera.svg +0 -460
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/diag-stick-camera_flipped.png +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/diag-stick.svg +0 -417
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/fastValve 1 (copy).svg +0 -154
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/fastValve 1.svg +0 -153
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/floodgate.jpg +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/fm.png +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/fm.svg +0 -421
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/fvg 0.svg +0 -82
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/hfm.svg +0 -740
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/manualValve 1 (copy).svg +0 -141
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/manualValve 1.svg +0 -140
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/motors +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/ring 1.png +0 -592
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/rotation-stage.svg +0 -131
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/slits.svg +0 -664
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/space 0.svg +0 -76
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/spacenew 0.svg +0 -93
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/table.png +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/translation-stage.svg +0 -218
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/vfm-up.svg +0 -740
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/webcam.png +0 -0
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols/webcam.svg +0 -476
- techui_builder-0.7.4/example/t01-services/synoptic/techui-support/techui-support.yaml +0 -168
- techui_builder-0.7.4/example-synoptic/b23-services/config/devsta.db +0 -22
- techui_builder-0.7.4/example-synoptic/b23-services/services/bl23b-di-mod-01/config/ioc.yaml +0 -120
- techui_builder-0.7.4/example-synoptic/b23-services/services/bl23b-di-mod-02/config/ioc.yaml +0 -120
- techui_builder-0.7.4/example-synoptic/b23-services/services/bl23b-di-uvcam-01/config/ioc.yaml +0 -195
- techui_builder-0.7.4/example-synoptic/b23-services/services/bl23b-di-uvcam-02/config/ioc.yaml +0 -195
- techui_builder-0.7.4/example-synoptic/b23-services/services/bl23b-mo-ioc-01/config/ioc.yaml +0 -100
- techui_builder-0.7.4/example-synoptic/b23-services/services/bl23b-va-ioc-01/config/ioc.yaml +0 -481
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/IMG1.bob +0 -23
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/IMG11.bob +0 -23
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/IMG12.bob +0 -23
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/IONP1.bob +0 -23
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/IONP11.bob +0 -23
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/IONP12.bob +0 -23
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/IONP21.bob +0 -23
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/JsonMap.json +0 -503
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/M3.bob +0 -69
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/MOD1.bob +0 -104
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/MOD2.bob +0 -104
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/PIRG1.bob +0 -23
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/PIRG11.bob +0 -23
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/PIRG12.bob +0 -23
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/SPACE11.bob +0 -83
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/index.bob +0 -2893
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/ADAravis/ADAravis_detail.bob +0 -5320
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/ADAravis/ADAravis_summary.bob +0 -1205
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/ADAravis/NDFileHDF5.pvi.bob +0 -11195
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/ADAravis/NDPluginPva.pvi.bob +0 -3572
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/ADAravis/NDPluginROI.pvi.bob +0 -5287
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/ADAravis/NDPluginROIStat.pvi.bob +0 -3758
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/ADAravis/NDPluginStats.pvi.bob +0 -7995
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/digitelMpc/digitelMpcIonp.bob +0 -514
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/dls_class.bcf +0 -721
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/mks937a/mks937a.bob +0 -391
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/mks937a/mks937aGauge.bob +0 -229
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/mks937a/mks937aImg.bob +0 -464
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/mks937a/mks937aPirg.bob +0 -448
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/bob/pmac/motor_embed.bob +0 -282
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/absorber 1 (copy).svg +0 -78
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/absorber 1.svg +0 -79
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/img 0 (copy).svg +0 -98
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/img 0.svg +0 -102
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/ionp 4 (another copy).svg +0 -106
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/ionp 4 (copy).svg +0 -116
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/ionp 4.svg +0 -107
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/pirg 0 (copy).svg +0 -131
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/pirg 0.svg +0 -130
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/rga 0.svg +0 -151
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/shutter 1 (copy).svg +0 -89
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/shutter 1.svg +0 -90
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/shutter 2.svg +0 -97
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/shutter 3.svg +0 -90
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/valve 1 (copy).svg +0 -141
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols/valve 1.svg +0 -140
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/techui-support.yaml +0 -102
- techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui.yaml +0 -156
- techui_builder-0.7.4/src/techui_builder.egg-info/SOURCES.txt +0 -317
- techui_builder-0.7.4/src/techui_builder.egg-info/scm_file_list.json +0 -312
- techui_builder-0.7.4/src/techui_builder.egg-info/scm_version.json +0 -8
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.copier-answers.yml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.devcontainer/devcontainer.json +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/CONTRIBUTING.md +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/ISSUE_TEMPLATE/issue.md +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/pages/index.html +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/pages/make_switcher.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/workflows/_dist.yml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/workflows/_docs.yml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/workflows/_pypi.yml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/workflows/_release.yml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/workflows/_test.yml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/workflows/_tox.yml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/workflows/ci.yml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.github/workflows/periodic.yml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.gitignore +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.gitleaks.toml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.gitmodules +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.pre-commit-config.yaml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.python-version +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.vscode/extensions.json +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.vscode/settings.json +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/.vscode/tasks.json +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/Dockerfile +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/LICENSE +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/README.md +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/catalog-info.yaml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/docs/conf.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/services/bl01t-ea-ioc-01/config/fastcs.yaml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/services/bl01t-mo-ioc-01/config/ioc.yaml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/index.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/LICENSE +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/ADAravis/ADAravis_detail.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/ADAravis/ADAravis_summary.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/ADAravis/NDFileHDF5.pvi.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/ADAravis/NDPluginPva.pvi.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/ADAravis/NDPluginROI.pvi.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/ADAravis/NDPluginROIStat.pvi.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/ADAravis/NDPluginStats.pvi.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/ADAravis/ProfileCursorGraphs.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/alignmentMirror/mirror.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/colour.def +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/digitelMpc/digitelMpcIonp.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/dls_class.bcf +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/fastcs-eiger/eigerController.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/insertionDevice/ID_BL.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/mff/mff.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/mks937a/mks937a.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/mks937a/mks937aGauge.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/mks937a/mks937aImg.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/mks937a/mks937aPirg.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/pmac/MOTOR.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/pmac/motor_embed.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/pmac/pmacController.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/pmac/ppmacController.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/rga/rga.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/settings.ini +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/slits/slit-4axis-individual-embed.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/slits/slit-4axis-size-center-embed.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/slits/slit-4axis.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/temperature/temp-config.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/temperature/temp-embed.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/vacuumValve/vacuumValve.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services → techui_builder-0.7.5/example/t01-services}/synoptic/techui-support/bob/vacuumValve/vacuumValveInterlocks.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/vacuumValve/vacuumValveReadOnly.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/water/flow-config.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/water/flow-embed.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/bob/zebraShutter/fastShutter.bob +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/3DCM_diag_3.gif +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/Beamline_Image.png +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/Beamline_Image_Colour.png +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/PPR.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/Panda.jpg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/WoodenArch.jpg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/absorber.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/aio.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/aperture.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/attn.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/biconcave-lens.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/biconvex-lens.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/bpm.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/camera +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/camera-1.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/chill.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/coll.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/cpu 0.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/cpu 1.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/cpu 2.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/d1.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/dcm.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/device.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/diag-camera.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/diag-stick-camera.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/diag-stick-camera_flipped.png +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/diag-stick.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/diff.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/diode.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/estop-pressed.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/estop.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/fastValve 1 (copy).svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/fastValve 1.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/filter.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/filterstick.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/floodgate.jpg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/fm.png +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/fm.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/fvg 0.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/hfm.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/hospital.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/img0.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/ion.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/ionp4.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/light-source-cyan.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/light-source.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/logo.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/manualValve 1 (copy).svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/manualValve 1.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/mff-active.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/mff-inactive.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/mirror-inactive.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/mirror.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/motorised-mirror.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/motors +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/oscilloscope.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/pa.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/pirg0.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/plano-convex-lens.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/program 0.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/program 1.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/revolving-stage.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/rga0.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/ring 1.png +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/ring-off-anti.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/ring-off.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/ring-on-anti.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/ring-on.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/robot.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/screen.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/shutter-closed.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/shutter-closing.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/shutter-fault.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/shutter-open.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/shutter-opening.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/slits.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/space 0.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/spacenew 0.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/stage.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/table.png +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/transmission-grating.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/user.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/valve.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/vfm-down.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/vfm-up.svg +0 -0
- {techui_builder-0.7.4/example/t01-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/wbs.svg +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/webcam.png +0 -0
- {techui_builder-0.7.4/example-synoptic/b23-services/synoptic/techui-support/symbols → techui_builder-0.7.5/example/t01-services/synoptic/techui-support/old-symbols}/webcam.svg +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/symbols/filter-wheel.svg +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/pyproject.toml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/renovate.json +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/setup.cfg +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/__init__.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/__main__.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/_logger.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/autofill.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/generate_jsonmap.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/schema_generator.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/status.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/utils.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder/validator.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder.egg-info/dependency_links.txt +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder.egg-info/entry_points.txt +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder.egg-info/requires.txt +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/src/techui_builder.egg-info/top_level.txt +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/__init__.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/conftest.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_autofiller.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_cli.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/group.xml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/index.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/motor-edited.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/motor.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/motor_bad.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/motor_embed.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/test_bob.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/test_bob_bad.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/test_bob_embedded.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/test_bob_navtabs.bob +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/widget.xml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/widget_bad.xml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/widget_bad_2.xml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/widget_custom_suffix.xml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/widget_related.xml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/widget_related_no_suffix.xml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_files/widget_url_screen.xml +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_generate_jsonmap.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_logger.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_status.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_utils.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/tests/test_validator.py +0 -0
- {techui_builder-0.7.4 → techui_builder-0.7.5}/uv.lock +0 -0
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"cwd": "${workspaceFolder}",
|
|
13
13
|
"program": "${workspaceFolder}/src/techui_builder/__main__.py",
|
|
14
14
|
"console": "integratedTerminal",
|
|
15
|
-
"args": "${workspaceFolder}/example
|
|
15
|
+
"args": "build ${workspaceFolder}/example/t01-services/synoptic/techui.yaml"
|
|
16
16
|
},
|
|
17
17
|
]
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: techui-builder
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.5
|
|
4
4
|
Summary: A package for building Phoebus GUIs
|
|
5
5
|
Author-email: Oliver Copping <oliver.copping@diamond.ac.uk>, Adedamola Sode <adedamola.sode@diamond.ac.uk>, Niamh Dougan <niamh.dougan@diamond.ac.uk>, Thomas Kane <thomas.kane@diamond.ac.uk>
|
|
6
6
|
License-Expression: Apache-2.0
|
{techui_builder-0.7.4 → techui_builder-0.7.5}/example/t01-services/synoptic/techui-support/README.md
RENAMED
|
@@ -1,12 +1,37 @@
|
|
|
1
1
|
# techui-support
|
|
2
2
|
|
|
3
|
-
A submodule to supplement [techui-builder](git@github.com:DiamondLightSource/techui-builder)
|
|
3
|
+
A submodule to supplement [techui-builder](git@github.com:DiamondLightSource/techui-builder).
|
|
4
4
|
|
|
5
|
-
This contains summary .bob files used by Phoebus as well as SVG
|
|
5
|
+
This contains summary .bob files used by Phoebus as well as Lucide SVG icons for device components.
|
|
6
6
|
|
|
7
7
|
Here are the most commonly used icons:
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
| Description | Symbol | Lucide Ref
|
|
10
|
+
| --- | --- | ---
|
|
11
|
+
| Radiation Monitor |  | (radiation)
|
|
12
|
+
| Cryocooler |  | (snowflake)
|
|
13
|
+
| Camera |  | (cctv custom)
|
|
14
|
+
| Lens |  | (lens-convex)
|
|
15
|
+
| Oscilloscope |  | (audio-waveform)
|
|
16
|
+
| Light Source |  | (sun)
|
|
17
|
+
| Ring On | <img src="symbols/ring-on.svg" width="24" height="24" alt="ring-on"> | (custom)
|
|
18
|
+
| Ring Off | <img src="symbols/ring-off.svg" width="24" height="24" alt="ring-on"> | (custom)
|
|
19
|
+
| Rotation Stage |  | (rotate-cw)
|
|
20
|
+
| Translation Stage |  | (move)
|
|
21
|
+
| Cog |  | (cog)
|
|
22
|
+
| |  |
|
|
23
|
+
| |  |
|
|
24
|
+
| |  |
|
|
25
|
+
| |  |
|
|
26
|
+
| |  |
|
|
27
|
+
| |  |
|
|
28
|
+
| Slits |  | (slits)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<!-- ## Vacuum
|
|
10
35
|
|
|
11
36
|
| Widget | Symbol | Description
|
|
12
37
|
| --- | --- | ---
|
|
@@ -64,4 +89,4 @@ Diode|  |
|
|
|
64
89
|
Cryocooler
|
|
65
90
|
Zebra
|
|
66
91
|
Panda
|
|
67
|
-
| Ring |  | Stored beam off/on
|
|
92
|
+
| Ring |  | Stored beam off/on -->
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
</widget>
|
|
56
56
|
<widget type="textupdate" version="2.0.0">
|
|
57
57
|
<name>ArrayCounter_RBV</name>
|
|
58
|
-
<pv_name>$(P):
|
|
58
|
+
<pv_name>$(P):DRV:ArrayCounter_RBV</pv_name>
|
|
59
59
|
<x>140</x>
|
|
60
60
|
<y>25</y>
|
|
61
61
|
<width>235</width>
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
</widget>
|
|
77
77
|
<widget type="byte_monitor" version="2.0.0">
|
|
78
78
|
<name>Acquire</name>
|
|
79
|
-
<pv_name>$(P):
|
|
79
|
+
<pv_name>$(P):DRV:Acquire</pv_name>
|
|
80
80
|
<x>308</x>
|
|
81
81
|
<width>20</width>
|
|
82
82
|
<numBits>1</numBits>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
</widget>
|
|
92
92
|
<widget type="byte_monitor" version="2.0.0">
|
|
93
93
|
<name>Array Callbacks</name>
|
|
94
|
-
<pv_name>$(P):
|
|
94
|
+
<pv_name>$(P):DRV:ArrayCallbacks_RBV</pv_name>
|
|
95
95
|
<x>308</x>
|
|
96
96
|
<y>50</y>
|
|
97
97
|
<width>20</width>
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
</widget>
|
|
108
108
|
<widget type="choice" version="2.0.0">
|
|
109
109
|
<name>Array Callbacks_1</name>
|
|
110
|
-
<pv_name>$(P):
|
|
110
|
+
<pv_name>$(P):DRV:ArrayCallbacks</pv_name>
|
|
111
111
|
<x>140</x>
|
|
112
112
|
<y>50</y>
|
|
113
113
|
<width>126</width>
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
</widget>
|
|
348
348
|
<widget type="textupdate" version="2.0.0">
|
|
349
349
|
<name>Acuqire Time</name>
|
|
350
|
-
<pv_name>$(P):
|
|
350
|
+
<pv_name>$(P):DRV:AcquireTime_RBV</pv_name>
|
|
351
351
|
<x>260</x>
|
|
352
352
|
<y>75</y>
|
|
353
353
|
<width>115</width>
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
</widget>
|
|
369
369
|
<widget type="textupdate" version="2.0.0">
|
|
370
370
|
<name>Acquire Period_RBV</name>
|
|
371
|
-
<pv_name>$(P):
|
|
371
|
+
<pv_name>$(P):DRV:AcquirePeriod_RBV</pv_name>
|
|
372
372
|
<x>260</x>
|
|
373
373
|
<y>100</y>
|
|
374
374
|
<width>115</width>
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
</widget>
|
|
390
390
|
<widget type="textupdate" version="2.0.0">
|
|
391
391
|
<name>NUm Images_RBV</name>
|
|
392
|
-
<pv_name>$(P):
|
|
392
|
+
<pv_name>$(P):DRV:NumImages</pv_name>
|
|
393
393
|
<x>260</x>
|
|
394
394
|
<y>150</y>
|
|
395
395
|
<width>115</width>
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
</widget>
|
|
411
411
|
<widget type="textupdate" version="2.0.0">
|
|
412
412
|
<name>Num Exposures_RBV</name>
|
|
413
|
-
<pv_name>$(P):
|
|
413
|
+
<pv_name>$(P):DRV:NumExposures_RBV</pv_name>
|
|
414
414
|
<x>260</x>
|
|
415
415
|
<y>175</y>
|
|
416
416
|
<width>115</width>
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
</widget>
|
|
432
432
|
<widget type="combo" version="2.0.0">
|
|
433
433
|
<name>Image Mode</name>
|
|
434
|
-
<pv_name>$(P):
|
|
434
|
+
<pv_name>$(P):DRV:ImageMode</pv_name>
|
|
435
435
|
<x>140</x>
|
|
436
436
|
<y>200</y>
|
|
437
437
|
<width>115</width>
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
</widget>
|
|
460
460
|
<widget type="choice" version="2.0.0">
|
|
461
461
|
<name>Acquire_1</name>
|
|
462
|
-
<pv_name>$(P):
|
|
462
|
+
<pv_name>$(P):DRV:Acquire</pv_name>
|
|
463
463
|
<x>140</x>
|
|
464
464
|
<width>126</width>
|
|
465
465
|
<height>20</height>
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
</widget>
|
|
647
647
|
<widget type="textentry" version="3.0.0">
|
|
648
648
|
<name>Acquire Time</name>
|
|
649
|
-
<pv_name>$(P):
|
|
649
|
+
<pv_name>$(P):DRV:AcquireTime</pv_name>
|
|
650
650
|
<x>140</x>
|
|
651
651
|
<y>75</y>
|
|
652
652
|
<width>115</width>
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
</widget>
|
|
668
668
|
<widget type="textentry" version="3.0.0">
|
|
669
669
|
<name>Acquire Period</name>
|
|
670
|
-
<pv_name>$(P):
|
|
670
|
+
<pv_name>$(P):DRV:AcquirePeriod</pv_name>
|
|
671
671
|
<x>140</x>
|
|
672
672
|
<y>100</y>
|
|
673
673
|
<width>115</width>
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
</widget>
|
|
689
689
|
<widget type="textentry" version="3.0.0">
|
|
690
690
|
<name>NumImages</name>
|
|
691
|
-
<pv_name>$(P):
|
|
691
|
+
<pv_name>$(P):DRV:NumImages_RBV</pv_name>
|
|
692
692
|
<x>140</x>
|
|
693
693
|
<y>150</y>
|
|
694
694
|
<width>115</width>
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
</widget>
|
|
710
710
|
<widget type="textentry" version="3.0.0">
|
|
711
711
|
<name>Num Exposures</name>
|
|
712
|
-
<pv_name>$(P):
|
|
712
|
+
<pv_name>$(P):DRV:NumExposures</pv_name>
|
|
713
713
|
<x>140</x>
|
|
714
714
|
<y>175</y>
|
|
715
715
|
<width>115</width>
|
|
@@ -730,7 +730,7 @@
|
|
|
730
730
|
</widget>
|
|
731
731
|
<widget type="textupdate" version="2.0.0">
|
|
732
732
|
<name>Image mode</name>
|
|
733
|
-
<pv_name>$(P):
|
|
733
|
+
<pv_name>$(P):DRV:ImageMode_RBV</pv_name>
|
|
734
734
|
<x>260</x>
|
|
735
735
|
<y>200</y>
|
|
736
736
|
<width>115</width>
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
</widget>
|
|
752
752
|
<widget type="textupdate" version="2.0.0">
|
|
753
753
|
<name>Detector State</name>
|
|
754
|
-
<pv_name>$(P):
|
|
754
|
+
<pv_name>$(P):DRV:DetectorState_RBV</pv_name>
|
|
755
755
|
<x>140</x>
|
|
756
756
|
<y>250</y>
|
|
757
757
|
<width>235</width>
|
|
@@ -772,7 +772,7 @@
|
|
|
772
772
|
</widget>
|
|
773
773
|
<widget type="textupdate" version="2.0.0">
|
|
774
774
|
<name>TextUpdate_13</name>
|
|
775
|
-
<pv_name>$(P):
|
|
775
|
+
<pv_name>$(P):DRV:StatusMessage_RBV</pv_name>
|
|
776
776
|
<x>141</x>
|
|
777
777
|
<y>275</y>
|
|
778
778
|
<width>235</width>
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
</widget>
|
|
815
815
|
<widget type="textentry" version="3.0.0">
|
|
816
816
|
<name>Gain</name>
|
|
817
|
-
<pv_name>$(P):
|
|
817
|
+
<pv_name>$(P):DRV:Gain</pv_name>
|
|
818
818
|
<x>139</x>
|
|
819
819
|
<y>225</y>
|
|
820
820
|
<width>115</width>
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
</widget>
|
|
836
836
|
<widget type="textupdate" version="2.0.0">
|
|
837
837
|
<name>Gain_RBV</name>
|
|
838
|
-
<pv_name>$(P):
|
|
838
|
+
<pv_name>$(P):DRV:Gain_RBV</pv_name>
|
|
839
839
|
<x>259</x>
|
|
840
840
|
<y>225</y>
|
|
841
841
|
<width>115</width>
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
</widget>
|
|
873
873
|
<widget type="textupdate" version="2.0.0">
|
|
874
874
|
<name>ArrayCounter_RBV_1</name>
|
|
875
|
-
<pv_name>$(P):
|
|
875
|
+
<pv_name>$(P):DRV:NumImagesCounter_RBV</pv_name>
|
|
876
876
|
<x>140</x>
|
|
877
877
|
<y>125</y>
|
|
878
878
|
<width>235</width>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2251_270)">
|
|
3
|
+
<path d="M14.5422 4.54068L2.248 7.83491" stroke="#1D211C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M21.752 15.9931L9.45777 19.2873" stroke="#1D211C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M4.02216 12.9971H2.02216" stroke="#1D211C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M10.0222 12.9971H8.02216" stroke="#1D211C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M16.0222 10.9971H14.0222" stroke="#1D211C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M22.0222 10.9971H20.0222" stroke="#1D211C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<clipPath id="clip0_2251_270">
|
|
12
|
+
<rect width="24" height="24" fill="white"/>
|
|
13
|
+
</clipPath>
|
|
14
|
+
</defs>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.75 12H20.382C20.5524 12.0001 20.72 12.0437 20.8688 12.1267C21.0176 12.2098 21.1427 12.3294 21.2322 12.4744C21.3218 12.6194 21.3728 12.7848 21.3805 12.955C21.3882 13.1252 21.3522 13.2946 21.276 13.447L19.242 17.516C19.1649 17.6702 19.0492 17.8018 18.9062 17.8981C18.7632 17.9944 18.5978 18.0521 18.4259 18.0656C18.254 18.0791 18.0816 18.0479 17.9253 17.9751C17.7691 17.9022 17.6343 17.7903 17.534 17.65L15.41 14.68" stroke="black" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M17.106 9.05301C17.343 9.17166 17.5232 9.37954 17.6071 9.63099C17.6909 9.88244 17.6714 10.1569 17.553 10.394L14.447 16.605C14.3883 16.7225 14.307 16.8273 14.2077 16.9133C14.1085 16.9994 13.9932 17.065 13.8686 17.1065C13.744 17.148 13.6124 17.1646 13.4814 17.1552C13.3504 17.1459 13.2225 17.1108 13.105 17.052L3.61002 12.3C2.92035 11.9526 2.39637 11.3462 2.15274 10.6134C1.90911 9.88064 1.96566 9.08119 2.31002 8.39001L3.69002 5.60001C3.86202 5.25723 4.09986 4.95169 4.38996 4.70084C4.68005 4.44999 5.01673 4.25875 5.38074 4.13803C5.74476 4.01731 6.12899 3.96948 6.51149 3.99727C6.894 4.02506 7.26728 4.12793 7.61002 4.30001L17.106 9.05301Z" stroke="black" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M7 9H7.01" stroke="black" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-cog-icon lucide-cog"><path d="M11 10.27 7 3.34"/><path d="m11 13.73-4 6.93"/><path d="M12 22v-2"/><path d="M12 2v2"/><path d="M14 12h8"/><path d="m17 20.66-1-1.73"/><path d="m17 3.34-1 1.73"/><path d="M2 12h2"/><path d="m20.66 17-1.73-1"/><path d="m20.66 7-1.73 1"/><path d="m3.34 17 1.73-1"/><path d="m3.34 7 1.73 1"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="12" r="8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-snowflake-icon lucide-snowflake"><path d="m10 20-1.25-2.5L6 18"/><path d="M10 4 8.75 6.5 6 6"/><path d="m14 20 1.25-2.5L18 18"/><path d="m14 4 1.25 2.5L18 6"/><path d="m17 21-3-6h-4"/><path d="m17 3-3 6 1.5 3"/><path d="M2 12h6.5L10 9"/><path d="m20 10-1.5 2 1.5 2"/><path d="M22 12h-6.5L14 15"/><path d="m4 10 1.5 2L4 14"/><path d="m7 21 3-6-1.5-3"/><path d="m7 3 3 6h4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-square-icon lucide-square-square"><rect x="3" y="3" width="18" height="18" rx="2"/><rect x="8" y="8" width="8" height="8" rx="1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-diamond-icon lucide-diamond"><path d="M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z"/></svg>
|
techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/flip-horizontal-2.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flip-horizontal2-icon lucide-flip-horizontal-2"><path d="m3 7 5 5-5 5V7"/><path d="m21 7-5 5 5 5V7"/><path d="M12 20v2"/><path d="M12 14v2"/><path d="M12 8v2"/><path d="M12 2v2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-flip-vertical2-icon lucide-flip-vertical-2"><path d="m17 3-5 5-5-5h10"/><path d="m17 21-5-5-5 5h10"/><path d="M4 12H2"/><path d="M10 12H8"/><path d="M16 12h-2"/><path d="M22 12h-2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-lens-convex-icon lucide-lens-convex"><path d="M13.433 2a1 1 0 0 1 .824.448 18 18 0 0 1 0 19.104 1 1 0 0 1-.824.448h-2.866a1 1 0 0 1-.824-.448 18 18 0 0 1 0-19.104A1 1 0 0 1 10.567 2z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sun-icon lucide-sun"><circle cx="12" cy="12" r="4"/><path d="M12 2v2"/><path d="M12 20v2"/><path d="m4.93 4.93 1.41 1.41"/><path d="m17.66 17.66 1.41 1.41"/><path d="M2 12h2"/><path d="M20 12h2"/><path d="m6.34 17.66-1.41 1.41"/><path d="m19.07 4.93-1.41 1.41"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-audio-waveform-icon lucide-audio-waveform"><path d="M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-radiation-icon lucide-radiation"><path d="M12 12h.01"/><path d="M14 15.4641a4 4 0 0 1-4 0L7.52786 19.74597 A 1 1 0 0 0 7.99303 21.16211 10 10 0 0 0 16.00697 21.16211 1 1 0 0 0 16.47214 19.74597z"/><path d="M16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305 10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12z"/><path d="M8 12a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305 10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z"/></svg>
|
techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/rectangle-horizontal.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-rectangle-horizontal-icon lucide-rectangle-horizontal"><rect width="20" height="12" x="2" y="6" rx="2"/></svg>
|
techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/rectangle-vertical.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-rectangle-vertical-icon lucide-rectangle-vertical"><rect width="12" height="20" x="6" y="2" rx="2"/></svg>
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
2
|
<svg
|
|
5
3
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
4
|
xmlns:cc="http://creativecommons.org/ns#"
|
|
@@ -10,12 +8,13 @@
|
|
|
10
8
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
11
9
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
12
10
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
-
width="
|
|
14
|
-
height="
|
|
11
|
+
width="24"
|
|
12
|
+
height="24"
|
|
13
|
+
viewBox="0 0 40 40"
|
|
15
14
|
id="svg2"
|
|
16
15
|
version="1.1"
|
|
17
|
-
inkscape:version="0.
|
|
18
|
-
sodipodi:docname="ring
|
|
16
|
+
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
|
|
17
|
+
sodipodi:docname="ring-off_cw.svg"
|
|
19
18
|
inkscape:export-filename="/home/tmc43/R3.14.12.3/support/BLGui/BLGuiApp/opi/opi/images/ring.png"
|
|
20
19
|
inkscape:export-xdpi="90"
|
|
21
20
|
inkscape:export-ydpi="90">
|
|
@@ -524,12 +523,13 @@
|
|
|
524
523
|
showgrid="true"
|
|
525
524
|
inkscape:window-width="1427"
|
|
526
525
|
inkscape:window-height="1090"
|
|
527
|
-
inkscape:window-x="
|
|
528
|
-
inkscape:window-y="
|
|
526
|
+
inkscape:window-x="375"
|
|
527
|
+
inkscape:window-y="37"
|
|
529
528
|
inkscape:window-maximized="0"
|
|
530
529
|
inkscape:snap-global="true"
|
|
531
530
|
guidetolerance="10000"
|
|
532
|
-
objecttolerance="20"
|
|
531
|
+
objecttolerance="20"
|
|
532
|
+
inkscape:document-rotation="0">
|
|
533
533
|
<inkscape:grid
|
|
534
534
|
type="xygrid"
|
|
535
535
|
id="grid3010"
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
<dc:format>image/svg+xml</dc:format>
|
|
547
547
|
<dc:type
|
|
548
548
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
549
|
-
<dc:title
|
|
549
|
+
<dc:title></dc:title>
|
|
550
550
|
</cc:Work>
|
|
551
551
|
</rdf:RDF>
|
|
552
552
|
</metadata>
|
|
@@ -556,9 +556,8 @@
|
|
|
556
556
|
id="layer1"
|
|
557
557
|
transform="translate(0,-1012.3622)">
|
|
558
558
|
<path
|
|
559
|
-
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-
|
|
560
|
-
d="m 18.1875
|
|
561
|
-
transform="translate(0,1012.3622)"
|
|
559
|
+
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
560
|
+
d="m 18.1875,1052.5497 -4.25,-4.25 2.96875,-2.9375 H 4 v -6 h 4.625 l -8.8125,-8.8125 4.25,-4.25 2.9375,2.9688 v -12.9063 h 6 v 4.625 l 8.8125,-8.8125 4.25,4.25 -2.96875,2.9375 H 41 v 6 h -9.625 l 8.8125,8.8125 -4.25,4.25 L 33,1035.456 v 12.9062 h -6 v -4.625 z"
|
|
562
561
|
id="rect4192"
|
|
563
562
|
sodipodi:nodetypes="ccccccccccccccccccccccccc" />
|
|
564
563
|
<path
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
2
|
<svg
|
|
5
3
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
6
4
|
xmlns:cc="http://creativecommons.org/ns#"
|
|
@@ -10,12 +8,13 @@
|
|
|
10
8
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
11
9
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
12
10
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
-
width="
|
|
14
|
-
height="
|
|
11
|
+
width="24"
|
|
12
|
+
height="24"
|
|
13
|
+
viewBox="0 0 40 40"
|
|
15
14
|
id="svg2"
|
|
16
15
|
version="1.1"
|
|
17
|
-
inkscape:version="0.
|
|
18
|
-
sodipodi:docname="ring
|
|
16
|
+
inkscape:version="1.0.2 (e86c870879, 2021-01-15)"
|
|
17
|
+
sodipodi:docname="ring-on-cw.svg"
|
|
19
18
|
inkscape:export-filename="/home/tmc43/R3.14.12.3/support/BLGui/BLGuiApp/opi/opi/images/ring.png"
|
|
20
19
|
inkscape:export-xdpi="90"
|
|
21
20
|
inkscape:export-ydpi="90">
|
|
@@ -539,11 +538,12 @@
|
|
|
539
538
|
inkscape:window-width="1427"
|
|
540
539
|
inkscape:window-height="1090"
|
|
541
540
|
inkscape:window-x="99"
|
|
542
|
-
inkscape:window-y="
|
|
541
|
+
inkscape:window-y="27"
|
|
543
542
|
inkscape:window-maximized="0"
|
|
544
543
|
inkscape:snap-global="true"
|
|
545
544
|
guidetolerance="10000"
|
|
546
|
-
objecttolerance="20"
|
|
545
|
+
objecttolerance="20"
|
|
546
|
+
inkscape:document-rotation="0">
|
|
547
547
|
<inkscape:grid
|
|
548
548
|
type="xygrid"
|
|
549
549
|
id="grid3010"
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
<dc:format>image/svg+xml</dc:format>
|
|
561
561
|
<dc:type
|
|
562
562
|
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
563
|
-
<dc:title
|
|
563
|
+
<dc:title></dc:title>
|
|
564
564
|
</cc:Work>
|
|
565
565
|
</rdf:RDF>
|
|
566
566
|
</metadata>
|
|
@@ -571,11 +571,11 @@
|
|
|
571
571
|
transform="translate(0,-1012.3622)">
|
|
572
572
|
<path
|
|
573
573
|
id="path6185"
|
|
574
|
-
style="color:#000000;fill:none;stroke:#00ffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-
|
|
575
|
-
d="
|
|
574
|
+
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:#00ffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
|
|
575
|
+
d="M 40,1022.3622 H 20 m 10,10 c 0,-5.5228 -4.477152,-10 -10,-10 -5.522848,0 -10,4.4772 -10,10 0,5.5228 4.477152,10 10,10 5.522848,0 10,-4.4772 10,-10 z" />
|
|
576
576
|
<path
|
|
577
|
-
style="fill:none;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-
|
|
578
|
-
d="m 18.1875,
|
|
577
|
+
style="fill:none;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
578
|
+
d="m 18.1875,1052.5497 -4.25,-4.25 2.96875,-2.9375 H 4 v -6 h 4.625 l -8.8125,-8.8125 4.25,-4.25 2.9375,2.9687 v -12.9062 h 6 v 4.625 l 8.8125,-8.8125 4.25,4.25 -2.96875,2.9375 H 41 v 6 h -9.625 l 8.8125,8.8125 -4.25,4.25 L 33,1035.4559 v 12.9063 h -6 v -4.625 z"
|
|
579
579
|
id="rect4192"
|
|
580
580
|
sodipodi:nodetypes="ccccccccccccccccccccccccc" />
|
|
581
581
|
<path
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-rotate-cw-icon lucide-rotate-cw"><path d="M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8"/><path d="M21 3v5h-5"/></svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.4 0.6H9.8C9.35817 0.6 9 0.958173 9 1.4V7C9 7.44183 9.35817 7.8 9.8 7.8H15.4C15.8418 7.8 16.2 7.44183 16.2 7V1.4C16.2 0.958173 15.8418 0.6 15.4 0.6Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M23.8 9H18.2C17.7582 9 17.4 9.35817 17.4 9.8V15.4C17.4 15.8418 17.7582 16.2 18.2 16.2H23.8C24.2418 16.2 24.6 15.8418 24.6 15.4V9.8C24.6 9.35817 24.2418 9 23.8 9Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M15.4 17.4H9.8C9.35817 17.4 9 17.7582 9 18.2V23.8C9 24.2418 9.35817 24.6 9.8 24.6H15.4C15.8418 24.6 16.2 24.2418 16.2 23.8V18.2C16.2 17.7582 15.8418 17.4 15.4 17.4Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M7 9H1.4C0.958172 9 0.6 9.35817 0.6 9.8V15.4C0.6 15.8418 0.958172 16.2 1.4 16.2H7C7.44183 16.2 7.8 15.8418 7.8 15.4V9.8C7.8 9.35817 7.44183 9 7 9Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-centerline-dashed-horizontal-icon lucide-square-centerline-dashed-horizontal"><path d="M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3"/><path d="M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3"/><path d="M12 20v2"/><path d="M12 14v2"/><path d="M12 8v2"/><path d="M12 2v2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-centerline-dashed-vertical-icon lucide-square-centerline-dashed-vertical"><path d="M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3"/><path d="M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3"/><path d="M4 12H2"/><path d="M10 12H8"/><path d="M16 12h-2"/><path d="M22 12h-2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-split-horizontal-icon lucide-square-split-horizontal"><path d="M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3"/><path d="M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3"/><line x1="12" x2="12" y1="4" y2="20"/></svg>
|
techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/square-split-vertical.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-split-vertical-icon lucide-square-split-vertical"><path d="M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3"/><path d="M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3"/><line x1="4" x2="20" y1="12" y2="12"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-square-icon lucide-square-square"><rect x="3" y="3" width="18" height="18" rx="2"/><rect x="8" y="8" width="8" height="8" rx="1"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-icon lucide-square"><rect width="18" height="18" x="3" y="3" rx="2"/></svg>
|
techui_builder-0.7.5/example/t01-services/synoptic/techui-support/symbols/translation-stage.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-move-icon lucide-move"><path d="M12 2v20"/><path d="m15 19-3 3-3-3"/><path d="m19 9 3 3-3 3"/><path d="M2 12h20"/><path d="m5 9-3 3 3 3"/><path d="m9 5 3-3 3 3"/></svg>
|