iobroker.mywebui 1.52.2 → 1.52.3

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.
Files changed (216) hide show
  1. package/default-controls/controls/pipes/pipe_tee.control +1 -1
  2. package/dist/backend/3d-editor-integration.js +1 -1
  3. package/dist/backend/ImportmapCreator.js +1 -1
  4. package/dist/backend/UploadHelper.js +1 -1
  5. package/dist/backend/main.js +1 -1
  6. package/io-package.json +1 -1
  7. package/package.json +1 -1
  8. package/www/3d-editor/js/Animation.js +1 -1
  9. package/www/3d-editor/js/AnimationResizer.js +1 -1
  10. package/www/3d-editor/js/Command.js +1 -1
  11. package/www/3d-editor/js/Config.js +1 -1
  12. package/www/3d-editor/js/Editor.js +1 -1
  13. package/www/3d-editor/js/EditorControls.js +1 -1
  14. package/www/3d-editor/js/GLTFImportDialog.js +1 -1
  15. package/www/3d-editor/js/History.js +1 -1
  16. package/www/3d-editor/js/Loader.js +1 -1
  17. package/www/3d-editor/js/LoaderUtils.js +1 -1
  18. package/www/3d-editor/js/Menubar.Add.js +1 -1
  19. package/www/3d-editor/js/Menubar.Edit.js +1 -1
  20. package/www/3d-editor/js/Menubar.File.js +1 -1
  21. package/www/3d-editor/js/Menubar.Help.js +1 -1
  22. package/www/3d-editor/js/Menubar.Render.js +1 -1
  23. package/www/3d-editor/js/Menubar.Status.js +1 -1
  24. package/www/3d-editor/js/Menubar.View.js +1 -1
  25. package/www/3d-editor/js/Menubar.js +1 -1
  26. package/www/3d-editor/js/Player.js +1 -1
  27. package/www/3d-editor/js/Resizer.js +1 -1
  28. package/www/3d-editor/js/Script.js +1 -1
  29. package/www/3d-editor/js/Selector.js +1 -1
  30. package/www/3d-editor/js/Sidebar.Geometry.BoxGeometry.js +1 -1
  31. package/www/3d-editor/js/Sidebar.Geometry.BufferGeometry.js +1 -1
  32. package/www/3d-editor/js/Sidebar.Geometry.CapsuleGeometry.js +1 -1
  33. package/www/3d-editor/js/Sidebar.Geometry.CircleGeometry.js +1 -1
  34. package/www/3d-editor/js/Sidebar.Geometry.CylinderGeometry.js +1 -1
  35. package/www/3d-editor/js/Sidebar.Geometry.DodecahedronGeometry.js +1 -1
  36. package/www/3d-editor/js/Sidebar.Geometry.ExtrudeGeometry.js +1 -1
  37. package/www/3d-editor/js/Sidebar.Geometry.IcosahedronGeometry.js +1 -1
  38. package/www/3d-editor/js/Sidebar.Geometry.LatheGeometry.js +1 -1
  39. package/www/3d-editor/js/Sidebar.Geometry.Modifiers.js +1 -1
  40. package/www/3d-editor/js/Sidebar.Geometry.OctahedronGeometry.js +1 -1
  41. package/www/3d-editor/js/Sidebar.Geometry.PlaneGeometry.js +1 -1
  42. package/www/3d-editor/js/Sidebar.Geometry.RingGeometry.js +1 -1
  43. package/www/3d-editor/js/Sidebar.Geometry.ShapeGeometry.js +1 -1
  44. package/www/3d-editor/js/Sidebar.Geometry.SphereGeometry.js +1 -1
  45. package/www/3d-editor/js/Sidebar.Geometry.TetrahedronGeometry.js +1 -1
  46. package/www/3d-editor/js/Sidebar.Geometry.TextGeometry.js +1 -1
  47. package/www/3d-editor/js/Sidebar.Geometry.TorusGeometry.js +1 -1
  48. package/www/3d-editor/js/Sidebar.Geometry.TorusKnotGeometry.js +1 -1
  49. package/www/3d-editor/js/Sidebar.Geometry.TubeGeometry.js +1 -1
  50. package/www/3d-editor/js/Sidebar.Geometry.js +1 -1
  51. package/www/3d-editor/js/Sidebar.Material.BooleanProperty.js +1 -1
  52. package/www/3d-editor/js/Sidebar.Material.ColorProperty.js +1 -1
  53. package/www/3d-editor/js/Sidebar.Material.ConstantProperty.js +1 -1
  54. package/www/3d-editor/js/Sidebar.Material.MapProperty.js +1 -1
  55. package/www/3d-editor/js/Sidebar.Material.NumberProperty.js +1 -1
  56. package/www/3d-editor/js/Sidebar.Material.Program.js +1 -1
  57. package/www/3d-editor/js/Sidebar.Material.RangeValueProperty.js +1 -1
  58. package/www/3d-editor/js/Sidebar.Material.js +1 -1
  59. package/www/3d-editor/js/Sidebar.Object.js +1 -1
  60. package/www/3d-editor/js/Sidebar.Project.App.js +1 -1
  61. package/www/3d-editor/js/Sidebar.Project.Materials.js +1 -1
  62. package/www/3d-editor/js/Sidebar.Project.Renderer.js +1 -1
  63. package/www/3d-editor/js/Sidebar.Project.Resources.js +1 -1
  64. package/www/3d-editor/js/Sidebar.Project.js +1 -1
  65. package/www/3d-editor/js/Sidebar.Properties.js +1 -1
  66. package/www/3d-editor/js/Sidebar.Scene.js +1 -1
  67. package/www/3d-editor/js/Sidebar.Script.js +1 -1
  68. package/www/3d-editor/js/Sidebar.Settings.History.js +1 -1
  69. package/www/3d-editor/js/Sidebar.Settings.Shortcuts.js +1 -1
  70. package/www/3d-editor/js/Sidebar.Settings.js +1 -1
  71. package/www/3d-editor/js/Sidebar.js +1 -1
  72. package/www/3d-editor/js/Storage.js +1 -1
  73. package/www/3d-editor/js/Strings.js +1 -1
  74. package/www/3d-editor/js/TextureParametersDialog.js +1 -1
  75. package/www/3d-editor/js/Toolbar.js +1 -1
  76. package/www/3d-editor/js/Viewport.Controls.js +1 -1
  77. package/www/3d-editor/js/Viewport.Info.js +1 -1
  78. package/www/3d-editor/js/Viewport.Pathtracer.js +1 -1
  79. package/www/3d-editor/js/Viewport.ViewHelper.js +1 -1
  80. package/www/3d-editor/js/Viewport.XR.js +1 -1
  81. package/www/3d-editor/js/Viewport.js +1 -1
  82. package/www/3d-editor/js/commands/AddObjectCommand.js +1 -1
  83. package/www/3d-editor/js/commands/AddScriptCommand.js +1 -1
  84. package/www/3d-editor/js/commands/Commands.js +1 -1
  85. package/www/3d-editor/js/commands/MoveObjectCommand.js +1 -1
  86. package/www/3d-editor/js/commands/MultiCmdsCommand.js +1 -1
  87. package/www/3d-editor/js/commands/RemoveObjectCommand.js +1 -1
  88. package/www/3d-editor/js/commands/RemoveScriptCommand.js +1 -1
  89. package/www/3d-editor/js/commands/SetColorCommand.js +1 -1
  90. package/www/3d-editor/js/commands/SetGeometryCommand.js +1 -1
  91. package/www/3d-editor/js/commands/SetGeometryValueCommand.js +1 -1
  92. package/www/3d-editor/js/commands/SetMaterialColorCommand.js +1 -1
  93. package/www/3d-editor/js/commands/SetMaterialCommand.js +1 -1
  94. package/www/3d-editor/js/commands/SetMaterialMapCommand.js +1 -1
  95. package/www/3d-editor/js/commands/SetMaterialRangeCommand.js +1 -1
  96. package/www/3d-editor/js/commands/SetMaterialValueCommand.js +1 -1
  97. package/www/3d-editor/js/commands/SetMaterialVectorCommand.js +1 -1
  98. package/www/3d-editor/js/commands/SetPositionCommand.js +1 -1
  99. package/www/3d-editor/js/commands/SetRotationCommand.js +1 -1
  100. package/www/3d-editor/js/commands/SetScaleCommand.js +1 -1
  101. package/www/3d-editor/js/commands/SetSceneCommand.js +1 -1
  102. package/www/3d-editor/js/commands/SetScriptValueCommand.js +1 -1
  103. package/www/3d-editor/js/commands/SetShadowValueCommand.js +1 -1
  104. package/www/3d-editor/js/commands/SetTextureParametersCommand.js +1 -1
  105. package/www/3d-editor/js/commands/SetUuidCommand.js +1 -1
  106. package/www/3d-editor/js/commands/SetValueCommand.js +1 -1
  107. package/www/dist/frontend/bundle/chunk-3C6XC7RW.js +1 -1
  108. package/www/dist/frontend/bundle/chunk-43HEBO5G.js +3 -3
  109. package/www/dist/frontend/bundle/chunk-5MUGMRXU.js +1 -1
  110. package/www/dist/frontend/bundle/chunk-5UBRCTRX.js +3 -3
  111. package/www/dist/frontend/bundle/chunk-65A3PNMG.js +1 -1
  112. package/www/dist/frontend/bundle/chunk-7CWDQGAG.js +2 -2
  113. package/www/dist/frontend/bundle/chunk-7PT7IGUJ.js +3 -3
  114. package/www/dist/frontend/bundle/chunk-AI5PDLDE.js +2 -2
  115. package/www/dist/frontend/bundle/chunk-AWKVUUKN.js +3 -3
  116. package/www/dist/frontend/bundle/chunk-B6NXWGSB.js +1 -1
  117. package/www/dist/frontend/bundle/chunk-BHSHNRXW.js +1 -1
  118. package/www/dist/frontend/bundle/chunk-BVONDEOL.js +3 -3
  119. package/www/dist/frontend/bundle/chunk-DNCD2F6X.js +3 -3
  120. package/www/dist/frontend/bundle/chunk-FHF6DL5U.js +1 -1
  121. package/www/dist/frontend/bundle/chunk-FO56TEZH.js +3 -3
  122. package/www/dist/frontend/bundle/chunk-JBDSDK2C.js +2 -2
  123. package/www/dist/frontend/bundle/chunk-K6IV7LKW.js +1 -1
  124. package/www/dist/frontend/bundle/chunk-KY73TL6O.js +3 -3
  125. package/www/dist/frontend/bundle/chunk-MECWXZRN.js +1 -1
  126. package/www/dist/frontend/bundle/chunk-NQ7L7KNT.js +3 -3
  127. package/www/dist/frontend/bundle/chunk-P7EOR36H.js +1 -1
  128. package/www/dist/frontend/bundle/chunk-PJYK24KZ.js +1 -1
  129. package/www/dist/frontend/bundle/chunk-QJJGP23I.js +1 -1
  130. package/www/dist/frontend/bundle/chunk-QV4IBWXA.js +1 -1
  131. package/www/dist/frontend/bundle/chunk-R6IQDPAP.js +3 -3
  132. package/www/dist/frontend/bundle/chunk-SE6N4ZEN.js +1 -1
  133. package/www/dist/frontend/bundle/chunk-SQHXO2IT.js +3 -3
  134. package/www/dist/frontend/bundle/chunk-UIP324PP.js +1 -1
  135. package/www/dist/frontend/bundle/chunk-V4C5FGJL.js +3 -3
  136. package/www/dist/frontend/bundle/chunk-WED7CGWA.js +3 -3
  137. package/www/dist/frontend/bundle/chunk-WQ5H5LTG.js +3 -3
  138. package/www/dist/frontend/bundle/chunk-WU54NCEU.js +1 -1
  139. package/www/dist/frontend/bundle/chunk-XFO5FUCN.js +1 -1
  140. package/www/dist/frontend/bundle/chunk-YUSK4FN3.js +3 -3
  141. package/www/dist/frontend/bundle/common/IobrokerHandler.js +1 -1
  142. package/www/dist/frontend/bundle/runtime/CustomControls.js +1 -1
  143. package/www/dist/frontend/bundle/runtime/ScreenViewer.js +1 -1
  144. package/www/dist/frontend/bundle/runtime/controls.js +4 -4
  145. package/www/dist/frontend/bundle/runtime/init.js +3 -3
  146. package/www/dist/frontend/common/Common.globals.js +1 -1
  147. package/www/dist/frontend/common/IobrokerHandler.js +1 -1
  148. package/www/dist/frontend/common/Runtime.js +1 -1
  149. package/www/dist/frontend/config/CommandHandling.js +1 -1
  150. package/www/dist/frontend/config/ConfigureWebcomponentDesigner.js +1 -1
  151. package/www/dist/frontend/config/DockHelper.js +1 -1
  152. package/www/dist/frontend/config/IobrokerWebui3DDriveEngine.js +1 -1
  153. package/www/dist/frontend/config/IobrokerWebui3DScreenEditor.js +3 -3
  154. package/www/dist/frontend/config/IobrokerWebui3DScreenPropertiesPanel.js +3 -3
  155. package/www/dist/frontend/config/IobrokerWebui3DScreenViewer.js +2 -2
  156. package/www/dist/frontend/config/IobrokerWebuiAppShell.js +3 -3
  157. package/www/dist/frontend/config/IobrokerWebuiBindingsEditor.js +1 -1
  158. package/www/dist/frontend/config/IobrokerWebuiConfirmationWrapper.js +3 -3
  159. package/www/dist/frontend/config/IobrokerWebuiControlPropertiesEditor.js +3 -3
  160. package/www/dist/frontend/config/IobrokerWebuiDynamicPropsEditor.js +1 -1
  161. package/www/dist/frontend/config/IobrokerWebuiEventAssignment.js +1 -1
  162. package/www/dist/frontend/config/IobrokerWebuiIconsView.js +3 -3
  163. package/www/dist/frontend/config/IobrokerWebuiMonacoEditor.js +3 -3
  164. package/www/dist/frontend/config/IobrokerWebuiPropertyGrid.js +1 -1
  165. package/www/dist/frontend/config/IobrokerWebuiScreenEditor.js +1 -1
  166. package/www/dist/frontend/config/IobrokerWebuiScreensView.js +3 -3
  167. package/www/dist/frontend/config/IobrokerWebuiSignalPropertyEditor.js +1 -1
  168. package/www/dist/frontend/config/IobrokerWebuiSolutionExplorer.js +3 -3
  169. package/www/dist/frontend/config/IobrokerWebuiTranslationEditor.js +1 -1
  170. package/www/dist/frontend/config/IobrokerWebuiWidgetGallery.js +3 -3
  171. package/www/dist/frontend/helper/DialogHelper.js +3 -3
  172. package/www/dist/frontend/helper/EsprimaHelper.js +1 -1
  173. package/www/dist/frontend/helper/Helper.js +1 -1
  174. package/www/dist/frontend/helper/LayoutHelper.js +1 -1
  175. package/www/dist/frontend/helper/XmlHelper.js +1 -1
  176. package/www/dist/frontend/helper/ZipHelper.js +1 -1
  177. package/www/dist/frontend/runtime/AnimationService.js +1 -1
  178. package/www/dist/frontend/runtime/CustomControls.js +1 -1
  179. package/www/dist/frontend/runtime/DynamicElementProperties.js +1 -1
  180. package/www/dist/frontend/runtime/HabPanelLikeMenu.js +3 -3
  181. package/www/dist/frontend/runtime/ScreenViewer.js +3 -3
  182. package/www/dist/frontend/runtime/TranslateableText.js +2 -2
  183. package/www/dist/frontend/runtime/VisibilityService.js +1 -1
  184. package/www/dist/frontend/runtime/controls.js +1 -1
  185. package/www/dist/frontend/runtime/init.js +1 -1
  186. package/www/dist/frontend/scripting/IobrokerWebuiScriptSystem.js +1 -1
  187. package/www/dist/frontend/scripting/blockly/OpenScreen.js +1 -1
  188. package/www/dist/frontend/scripting/blockly/webuiBlocklyToolbox.js +1 -1
  189. package/www/dist/frontend/services/DynamicPropertiesHelper.js +1 -1
  190. package/www/dist/frontend/services/IobrokerWebuiBindableLocalObjectsService.js +1 -1
  191. package/www/dist/frontend/services/IobrokerWebuiBindableObjectDragDropService.js +1 -1
  192. package/www/dist/frontend/services/IobrokerWebuiBindableObjectsForPropertiesService.js +1 -1
  193. package/www/dist/frontend/services/IobrokerWebuiBindableObjectsService.js +1 -1
  194. package/www/dist/frontend/services/IobrokerWebuiConfigButtonProvider.js +1 -1
  195. package/www/dist/frontend/services/IobrokerWebuiCopyPasteService.js +1 -1
  196. package/www/dist/frontend/services/IobrokerWebuiCustomControlEventsService.js +1 -1
  197. package/www/dist/frontend/services/IobrokerWebuiCustomElementContextMenu.js +1 -1
  198. package/www/dist/frontend/services/IobrokerWebuiDemoProviderService.js +1 -1
  199. package/www/dist/frontend/services/IobrokerWebuiDynamicPropertiesService.js +1 -1
  200. package/www/dist/frontend/services/IobrokerWebuiEventsService.js +1 -1
  201. package/www/dist/frontend/services/IobrokerWebuiExternalDragDropService.js +1 -1
  202. package/www/dist/frontend/services/IobrokerWebuiLitPropertiesService.js +1 -1
  203. package/www/dist/frontend/services/IobrokerWebuiPropertiesService.js +1 -1
  204. package/www/dist/frontend/services/IobrokerWebuiPropertyGroupsService.js +1 -1
  205. package/www/dist/frontend/services/IobrokerWebuiRefactorService.js +1 -1
  206. package/www/dist/frontend/services/IobrokerWebuiScreenContextMenu.js +1 -1
  207. package/www/dist/frontend/services/IobrokerWebuiSpecialPropertiesService.js +1 -1
  208. package/www/dist/frontend/services/IobrokerWebuiSpectrumEditorService.js +1 -1
  209. package/www/dist/frontend/services/IobrokerWebuiVisibilityPropertiesService.js +1 -1
  210. package/www/dist/frontend/services/LayoutComponentsPropertiesService.js +1 -1
  211. package/www/dist/frontend/widgets/customElementsObserver.js +1 -1
  212. package/www/dist/frontend/widgets/importWidgetFiles.js +1 -1
  213. package/www/dist/frontend/widgets/importWidgetFilesRuntime.js +1 -1
  214. package/www/dist/frontend/widgets/layout-components.js +1 -1
  215. package/www/dist/frontend/widgets/layout-placement-services.js +1 -1
  216. package/www/dist/frontend/widgets/testElement.js +1 -1
@@ -1 +1 @@
1
- {"html": "<div class=\"responsive-container\" style=\"width:100%;height:100%;position:relative;\"><svg id=\"tee_svg\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 112.5 112.5\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"none\" xml:space=\"preserve\" style=\"display:block;\"></svg></div>", "script": "export function init(instance){\n instance._bindingsRefresh();\n instance._assignEvent('tee-type-changed', (ev) => updateTee(ev.detail.newValue, instance));\n updateTee(instance.teeType, instance);\n}\n\nfunction updateTee(teeType, instance) {\n const svg = instance._getDomElement('tee_svg');\n if (!svg) { console.error('Tee SVG not found'); return; }\n teeType = teeType || instance.teeType || '1';\n const L = '<stop offset=\"0.01\" stop-color=\"#646566\"/><stop offset=\"0.16\" stop-color=\"#909091\"/><stop offset=\"0.49\" stop-color=\"#E0E0E0\"/><stop offset=\"1\" stop-color=\"#646566\"/>';\n const defs = '<linearGradient id=\"teeLgH\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"41.25\" x2=\"0\" y2=\"71.25\">'+L+'</linearGradient>'\n + '<linearGradient id=\"teeLgV\" gradientUnits=\"userSpaceOnUse\" x1=\"41.25\" y1=\"0\" x2=\"71.25\" y2=\"0\">'+L+'</linearGradient>';\n const H = (d) => '<path d=\"'+d+'\" fill=\"none\" stroke=\"url(#teeLgH)\" stroke-width=\"30\" stroke-linecap=\"butt\"></path>';\n const V = (d) => '<path d=\"'+d+'\" fill=\"none\" stroke=\"url(#teeLgV)\" stroke-width=\"30\" stroke-linecap=\"butt\"></path>';\n const barH = 'M0,56.25 H112.5', barV = 'M56.25,0 V112.5';\n const tees = {\n '1': V('M56.25,56.25 V112.5') + H(barH),\n '2': V('M56.25,0 V56.25') + H(barH),\n '3': H('M56.25,56.25 H112.5') + V(barV),\n '4': H('M0,56.25 H56.25') + V(barV)\n };\n svg.innerHTML = defs + (tees[teeType] || tees['1']);\n}", "properties": {"teeType": {"type": "enum", "default": "1", "values": ["1", "2", "3", "4"]}, "width": {"type": "number", "default": "112.5"}, "height": {"type": "number", "default": "112.5"}}, "settings": {"visibilityEnabled": "false", "visibilityGroups": "", "visibilityAction": "hide", "visibilityRedirectScreen": ""}}
1
+ {"html": "<div class=\"responsive-container\" style=\"width:100%;height:100%;position:relative;\"><svg id=\"tee_svg\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 112.5 112.5\" width=\"100%\" height=\"100%\" preserveAspectRatio=\"none\" enable-background=\"new 0 0 112.5 112.5\" xml:space=\"preserve\" style=\"display:block;\"></svg></div>", "script": "export function init(instance){\n instance._bindingsRefresh();\n instance._assignEvent('tee-type-changed', (ev) => updateTee(ev.detail.newValue, instance));\n updateTee(instance.teeType, instance);\n}\n\nfunction updateTee(teeType, instance) {\n const svg = instance._getDomElement('tee_svg');\n if (!svg) { console.error('Tee SVG not found'); return; }\n teeType = teeType || instance.teeType || '1';\n const tees = {\n '1': '<g id=\"Group_Tee_H\"><linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"49.543\" y1=\"205.125\" x2=\"-8.457\" y2=\"205.125\" gradientTransform=\"matrix(0 1 -1 0 261.375 8.707)\"><stop offset=\"0.01\" style=\"stop-color:#646566\"/><stop offset=\"0.16\" style=\"stop-color:#909091\"/><stop offset=\"0.49\" style=\"stop-color:#E0E0E0\"/><stop offset=\"1\" style=\"stop-color:#646566\"/></linearGradient><rect y=\"0.25\" fill=\"url(#SVGID_1_)\" width=\"112.5\" height=\"58\"/></g><g id=\"Group_Tee_V\"><linearGradient id=\"SVGID_2_\" gradientUnits=\"userSpaceOnUse\" x1=\"27.25\" y1=\"69.8086\" x2=\"84.75\" y2=\"69.8086\"><stop offset=\"0.01\" style=\"stop-color:#646566\"/><stop offset=\"0.18\" style=\"stop-color:#959595\"/><stop offset=\"0.5\" style=\"stop-color:#E0E0E0\"/><stop offset=\"1\" style=\"stop-color:#666666\"/></linearGradient><polygon fill=\"url(#SVGID_2_)\" points=\"27.25,57.959 56.353,27.118 84.75,56.959 84.75,112.5 27.25,112.5\"/></g>',\n '2': '<g id=\"Group_Tee_H\"><linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"56.2505\" y1=\"112.5\" x2=\"56.2505\" y2=\"56.2505\"><stop offset=\"0.01\" style=\"stop-color:#646566\"/><stop offset=\"0.16\" style=\"stop-color:#909091\"/><stop offset=\"0.49\" style=\"stop-color:#E0E0E0\"/><stop offset=\"1\" style=\"stop-color:#646566\"/></linearGradient><path fill=\"url(#SVGID_1_)\" d=\"M0,56.25v56.25h112.5V56.25H0z\"/></g><g id=\"Group_Tee_V\"><linearGradient id=\"SVGID_2_\" gradientUnits=\"userSpaceOnUse\" x1=\"28.125\" y1=\"42.4429\" x2=\"84.375\" y2=\"42.4429\"><stop offset=\"0.01\" style=\"stop-color:#646566\"/><stop offset=\"0.18\" style=\"stop-color:#959595\"/><stop offset=\"0.5\" style=\"stop-color:#E0E0E0\"/><stop offset=\"1\" style=\"stop-color:#666666\"/></linearGradient><polygon fill=\"url(#SVGID_2_)\" points=\"28.125,0 28.125,57.25 56.495,84.886 84.375,56.271 84.375,0\"/></g>',\n '3': '<g id=\"Group_Tee_V\"><linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"0\" y1=\"56.25\" x2=\"56.25\" y2=\"56.25\"><stop offset=\"0.01\" style=\"stop-color:#646566\"/><stop offset=\"0.18\" style=\"stop-color:#959595\"/><stop offset=\"0.5\" style=\"stop-color:#E0E0E0\"/><stop offset=\"1\" style=\"stop-color:#666666\"/></linearGradient><polygon fill=\"url(#SVGID_1_)\" points=\"56.25,28.125 56.25,0 0,0 0,112.5 56.25,112.5 56.25,84.375\"/></g><g id=\"Group_Tee_H\"><linearGradient id=\"SVGID_2_\" gradientUnits=\"userSpaceOnUse\" x1=\"70.3379\" y1=\"84.375\" x2=\"70.3379\" y2=\"28.1255\"><stop offset=\"0.01\" style=\"stop-color:#646566\"/><stop offset=\"0.16\" style=\"stop-color:#909091\"/><stop offset=\"0.49\" style=\"stop-color:#E0E0E0\"/><stop offset=\"1\" style=\"stop-color:#646566\"/></linearGradient><polygon fill=\"url(#SVGID_2_)\" points=\"112.5,28.125 55.812,28.125 28.176,56.495 56.301,84.375 112.5,84.375\"/></g>',\n '4': '<g id=\"Group_Tee_V\"><linearGradient id=\"SVGID_1_\" gradientUnits=\"userSpaceOnUse\" x1=\"56.25\" y1=\"56.25\" x2=\"112.5\" y2=\"56.25\"><stop offset=\"0.01\" style=\"stop-color:#646566\"/><stop offset=\"0.18\" style=\"stop-color:#959595\"/><stop offset=\"0.5\" style=\"stop-color:#E0E0E0\"/><stop offset=\"1\" style=\"stop-color:#666666\"/></linearGradient><polygon fill=\"url(#SVGID_1_)\" points=\"56.25,0 56.25,28.125 56.25,84.375 56.25,112.5 112.5,112.5 112.5,0\"/></g><g id=\"Group_Tee_H\"><linearGradient id=\"SVGID_2_\" gradientUnits=\"userSpaceOnUse\" x1=\"42.188\" y1=\"84.375\" x2=\"42.188\" y2=\"28.1255\"><stop offset=\"0.01\" style=\"stop-color:#646566\"/><stop offset=\"0.16\" style=\"stop-color:#909091\"/><stop offset=\"0.49\" style=\"stop-color:#E0E0E0\"/><stop offset=\"1\" style=\"stop-color:#646566\"/></linearGradient><polygon fill=\"url(#SVGID_2_)\" points=\"56.25,28.125 0,28.125 0,84.375 56.25,84.375 84.375,56.25\"/></g>'\n };\n svg.innerHTML = tees[teeType] || tees['1'];\n}", "properties": {"teeType": {"type": "enum", "default": "1", "values": ["1", "2", "3", "4"]}, "width": {"type": "number", "default": "112.5"}, "height": {"type": "number", "default": "112.5"}}, "settings": {"visibilityEnabled": "false", "visibilityGroups": "", "visibilityAction": "hide", "visibilityRedirectScreen": ""}}