@adcops/autocore-react 3.0.40 → 3.1.1

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 (393) hide show
  1. package/additional-docs/AutoCoreTagContext.md +441 -0
  2. package/dist/assets/BlocklyLogo.d.ts +1 -0
  3. package/dist/assets/BlocklyLogo.d.ts.map +1 -0
  4. package/dist/assets/Distance.d.ts +1 -0
  5. package/dist/assets/Distance.d.ts.map +1 -0
  6. package/dist/assets/JogLong.d.ts +1 -0
  7. package/dist/assets/JogLong.d.ts.map +1 -0
  8. package/dist/assets/JogMedium.d.ts +1 -0
  9. package/dist/assets/JogMedium.d.ts.map +1 -0
  10. package/dist/assets/JogShort.d.ts +1 -0
  11. package/dist/assets/JogShort.d.ts.map +1 -0
  12. package/dist/assets/PythonLogo.d.ts +1 -0
  13. package/dist/assets/PythonLogo.d.ts.map +1 -0
  14. package/dist/assets/Rotation3D.d.ts +1 -0
  15. package/dist/assets/Rotation3D.d.ts.map +1 -0
  16. package/dist/assets/RotationCcw.d.ts +1 -0
  17. package/dist/assets/RotationCcw.d.ts.map +1 -0
  18. package/dist/assets/RotationCcwA.d.ts +1 -0
  19. package/dist/assets/RotationCcwA.d.ts.map +1 -0
  20. package/dist/assets/RotationCcwB.d.ts +1 -0
  21. package/dist/assets/RotationCcwB.d.ts.map +1 -0
  22. package/dist/assets/RotationCcwC.d.ts +1 -0
  23. package/dist/assets/RotationCcwC.d.ts.map +1 -0
  24. package/dist/assets/RotationCw.d.ts +1 -0
  25. package/dist/assets/RotationCw.d.ts.map +1 -0
  26. package/dist/assets/RotationCwA.d.ts +1 -0
  27. package/dist/assets/RotationCwA.d.ts.map +1 -0
  28. package/dist/assets/RotationCwB.d.ts +1 -0
  29. package/dist/assets/RotationCwB.d.ts.map +1 -0
  30. package/dist/assets/RotationCwC.d.ts +1 -0
  31. package/dist/assets/RotationCwC.d.ts.map +1 -0
  32. package/dist/assets/Run.d.ts +1 -0
  33. package/dist/assets/Run.d.ts.map +1 -0
  34. package/dist/assets/Speed.d.ts +1 -0
  35. package/dist/assets/Speed.d.ts.map +1 -0
  36. package/dist/assets/SpeedFast.d.ts +1 -0
  37. package/dist/assets/SpeedFast.d.ts.map +1 -0
  38. package/dist/assets/SpeedMedium.d.ts +1 -0
  39. package/dist/assets/SpeedMedium.d.ts.map +1 -0
  40. package/dist/assets/SpeedNone.d.ts +1 -0
  41. package/dist/assets/SpeedNone.d.ts.map +1 -0
  42. package/dist/assets/SpeedSlow.d.ts +1 -0
  43. package/dist/assets/SpeedSlow.d.ts.map +1 -0
  44. package/dist/assets/Walk.d.ts +1 -0
  45. package/dist/assets/Walk.d.ts.map +1 -0
  46. package/dist/assets/index.d.ts +1 -0
  47. package/dist/assets/index.d.ts.map +1 -0
  48. package/dist/components/AutoCoreDevPanel.d.ts +144 -0
  49. package/dist/components/AutoCoreDevPanel.d.ts.map +1 -0
  50. package/dist/components/AutoCoreDevPanel.js +1 -0
  51. package/dist/components/BlocklyEditor.d.ts +1 -0
  52. package/dist/components/BlocklyEditor.d.ts.map +1 -0
  53. package/dist/components/BlocklyEditor.js +1 -1
  54. package/dist/components/CodeEditor.d.ts +2 -1
  55. package/dist/components/CodeEditor.d.ts.map +1 -0
  56. package/dist/components/CodeEditor.js +1 -1
  57. package/dist/components/FileList.d.ts +1 -0
  58. package/dist/components/FileList.d.ts.map +1 -0
  59. package/dist/components/FileList.js +1 -1
  60. package/dist/components/FileSelect.d.ts +1 -0
  61. package/dist/components/FileSelect.d.ts.map +1 -0
  62. package/dist/components/FileSelect.js +1 -1
  63. package/dist/components/FitText.d.ts +1 -0
  64. package/dist/components/FitText.d.ts.map +1 -0
  65. package/dist/components/FitText.js +1 -1
  66. package/dist/components/Indicator.d.ts +2 -1
  67. package/dist/components/Indicator.d.ts.map +1 -0
  68. package/dist/components/Indicator.js +1 -1
  69. package/dist/components/IndicatorButton.d.ts +2 -1
  70. package/dist/components/IndicatorButton.d.ts.map +1 -0
  71. package/dist/components/IndicatorButton.js +1 -1
  72. package/dist/components/IndicatorRect.d.ts +2 -1
  73. package/dist/components/IndicatorRect.d.ts.map +1 -0
  74. package/dist/components/JogPanel.d.ts +1 -0
  75. package/dist/components/JogPanel.d.ts.map +1 -0
  76. package/dist/components/Lamp.d.ts +2 -1
  77. package/dist/components/Lamp.d.ts.map +1 -0
  78. package/dist/components/Lamp.js +1 -1
  79. package/dist/components/Osk.d.ts +1 -0
  80. package/dist/components/Osk.d.ts.map +1 -0
  81. package/dist/components/Osk.js +1 -1
  82. package/dist/components/OskDialog.d.ts +1 -0
  83. package/dist/components/OskDialog.d.ts.map +1 -0
  84. package/dist/components/ProgressBarWithValue.d.ts +1 -0
  85. package/dist/components/ProgressBarWithValue.d.ts.map +1 -0
  86. package/dist/components/ProgressBarWithValue.js +1 -1
  87. package/dist/components/TextInput.d.ts +62 -103
  88. package/dist/components/TextInput.d.ts.map +1 -0
  89. package/dist/components/TextInput.js +1 -1
  90. package/dist/components/ToggleGroup.d.ts +2 -1
  91. package/dist/components/ToggleGroup.d.ts.map +1 -0
  92. package/dist/components/ToggleGroup.js +1 -1
  93. package/dist/components/ValueDisplay.d.ts +3 -2
  94. package/dist/components/ValueDisplay.d.ts.map +1 -0
  95. package/dist/components/ValueDisplay.js +1 -1
  96. package/dist/components/ValueIndicator.d.ts +2 -1
  97. package/dist/components/ValueIndicator.d.ts.map +1 -0
  98. package/dist/components/ValueIndicator.js +1 -1
  99. package/dist/components/ValueInput.d.ts +2 -1
  100. package/dist/components/ValueInput.d.ts.map +1 -0
  101. package/dist/components/ValueInput.js +1 -1
  102. package/dist/core/ActionMode.d.ts +1 -0
  103. package/dist/core/ActionMode.d.ts.map +1 -0
  104. package/dist/core/AutoCoreTagContext.d.ts +224 -0
  105. package/dist/core/AutoCoreTagContext.d.ts.map +1 -0
  106. package/dist/core/AutoCoreTagContext.js +1 -0
  107. package/dist/core/AutoCoreTagTypes.d.ts +162 -0
  108. package/dist/core/AutoCoreTagTypes.d.ts.map +1 -0
  109. package/dist/core/AutoCoreTagTypes.js +1 -0
  110. package/dist/core/EventEmitterContext.d.ts +295 -2
  111. package/dist/core/EventEmitterContext.d.ts.map +1 -0
  112. package/dist/core/EventEmitterContext.js +1 -1
  113. package/dist/core/IndicatorButtonState.d.ts +1 -0
  114. package/dist/core/IndicatorButtonState.d.ts.map +1 -0
  115. package/dist/core/IndicatorColor.d.ts +1 -0
  116. package/dist/core/IndicatorColor.d.ts.map +1 -0
  117. package/dist/core/MaskPatterns.d.ts +1 -0
  118. package/dist/core/MaskPatterns.d.ts.map +1 -0
  119. package/dist/core/NumerableTypes.d.ts +1 -0
  120. package/dist/core/NumerableTypes.d.ts.map +1 -0
  121. package/dist/core/NumerableTypes.js +1 -1
  122. package/dist/core/PositionContext.d.ts +1 -1
  123. package/dist/core/PositionContext.d.ts.map +1 -0
  124. package/dist/core/UniqueId.d.ts +1 -0
  125. package/dist/core/UniqueId.d.ts.map +1 -0
  126. package/dist/core/ValueSimulator.d.ts +2 -1
  127. package/dist/core/ValueSimulator.d.ts.map +1 -0
  128. package/dist/core/ValueSimulator.js +1 -1
  129. package/dist/core/hoc.d.ts +1 -0
  130. package/dist/core/hoc.d.ts.map +1 -0
  131. package/dist/core/hoc.js +1 -1
  132. package/dist/hooks/adsHooks.d.ts +1 -0
  133. package/dist/hooks/adsHooks.d.ts.map +1 -0
  134. package/dist/hooks/adsHooks.js +1 -1
  135. package/dist/hooks/commandHooks.d.ts +1 -0
  136. package/dist/hooks/commandHooks.d.ts.map +1 -0
  137. package/dist/hooks/commandHooks.js +1 -1
  138. package/dist/hooks/index.d.ts +1 -0
  139. package/dist/hooks/index.d.ts.map +1 -0
  140. package/dist/hooks/useAutoCoreTag.d.ts +26 -0
  141. package/dist/hooks/useAutoCoreTag.d.ts.map +1 -0
  142. package/dist/hooks/useAutoCoreTag.js +1 -0
  143. package/dist/hooks/useScaledValue.d.ts +1 -0
  144. package/dist/hooks/useScaledValue.d.ts.map +1 -0
  145. package/dist/hooks/useScaledValue.js +1 -1
  146. package/dist/hub/CommandMessage.d.ts +1 -0
  147. package/dist/hub/CommandMessage.d.ts.map +1 -0
  148. package/dist/hub/HubBase.d.ts +3 -2
  149. package/dist/hub/HubBase.d.ts.map +1 -0
  150. package/dist/hub/HubSimulate.d.ts +2 -1
  151. package/dist/hub/HubSimulate.d.ts.map +1 -0
  152. package/dist/hub/HubSimulate.js +1 -1
  153. package/dist/hub/HubTauri.d.ts +2 -1
  154. package/dist/hub/HubTauri.d.ts.map +1 -0
  155. package/dist/hub/HubTauri.js +1 -1
  156. package/dist/hub/HubWebSocket.d.ts +2 -1
  157. package/dist/hub/HubWebSocket.d.ts.map +1 -0
  158. package/dist/hub/HubWebSocket.js +1 -1
  159. package/dist/hub/index.d.ts +2 -1
  160. package/dist/hub/index.d.ts.map +1 -0
  161. package/dist/hub/index.js +1 -1
  162. package/docs/.nojekyll +1 -0
  163. package/docs/assets/hierarchy.js +1 -0
  164. package/docs/assets/highlight.css +134 -0
  165. package/docs/assets/icons.js +18 -0
  166. package/docs/assets/icons.svg +1 -0
  167. package/docs/assets/main.js +60 -0
  168. package/docs/assets/navigation.js +1 -0
  169. package/docs/assets/search.js +1 -0
  170. package/docs/assets/style.css +1633 -0
  171. package/docs/classes/components_CodeEditor.CodeEditor.html +108 -101
  172. package/docs/classes/components_Indicator.Indicator.html +122 -0
  173. package/docs/classes/components_IndicatorRect.IndicatorRect.html +121 -0
  174. package/docs/classes/components_JogPanel.JogPanel.html +104 -106
  175. package/docs/classes/components_Lamp.Lamp.html +96 -79
  176. package/docs/classes/components_OskDialog.OskDialog.html +125 -0
  177. package/docs/classes/components_TextInput.TextInput.html +99 -89
  178. package/docs/classes/components_ValueDisplay.ValueDisplay.html +148 -0
  179. package/docs/classes/components_ValueIndicator.ValueIndicator.html +98 -91
  180. package/docs/classes/core_ValueSimulator.ValueSimulator.html +51 -0
  181. package/docs/classes/hub_HubBase.HubBase.html +106 -0
  182. package/docs/classes/hub_HubSimulate.HubSimulate.html +75 -0
  183. package/docs/classes/hub_HubTauri.HubTauri.html +93 -0
  184. package/docs/classes/hub_HubWebSocket.HubWebSocket.html +75 -69
  185. package/docs/documents/core_AutoCoreTagContext.AutoCoreTagContext.html +148 -0
  186. package/docs/enums/components_JogPanel.JogDistanceAction.html +5 -5
  187. package/docs/enums/components_JogPanel.JogPanelAction.html +18 -18
  188. package/docs/enums/components_JogPanel.JogSpeedAction.html +5 -5
  189. package/docs/enums/core_ActionMode.ActionMode.html +6 -6
  190. package/docs/enums/core_IndicatorColor.IndicatorColor.html +22 -22
  191. package/docs/functions/assets.BlocklyLogo.html +1 -0
  192. package/docs/functions/assets.Distance.html +1 -0
  193. package/docs/functions/assets.JogLong.html +1 -0
  194. package/docs/functions/assets.JogMedium.html +1 -0
  195. package/docs/functions/assets.JogShort.html +1 -0
  196. package/docs/functions/assets.PythonLogo.html +1 -0
  197. package/docs/functions/assets.Rotation3D.html +1 -0
  198. package/docs/functions/assets.RotationCcw.html +1 -0
  199. package/docs/functions/assets.RotationCcwA.html +1 -0
  200. package/docs/functions/assets.RotationCcwB.html +1 -0
  201. package/docs/functions/assets.RotationCcwC.html +1 -0
  202. package/docs/functions/assets.RotationCw.html +1 -0
  203. package/docs/functions/assets.RotationCwA.html +1 -0
  204. package/docs/functions/assets.RotationCwB.html +1 -0
  205. package/docs/functions/assets.RotationCwC.html +1 -0
  206. package/docs/functions/assets.Run.html +1 -0
  207. package/docs/functions/assets.Speed.html +1 -0
  208. package/docs/functions/assets.SpeedFast.html +1 -0
  209. package/docs/functions/assets.SpeedMedium.html +1 -0
  210. package/docs/functions/assets.SpeedNone.html +1 -0
  211. package/docs/functions/assets.SpeedSlow.html +1 -0
  212. package/docs/functions/assets.Walk.html +1 -0
  213. package/docs/functions/components_BlocklyEditor.createCustomToolbox.html +5 -5
  214. package/docs/functions/core_UniqueId.UniqueId.html +9 -0
  215. package/docs/functions/core_hoc.hocAddSubscription.html +6 -0
  216. package/docs/functions/hooks_adsHooks.useAdsRegisterSymbols.html +16 -0
  217. package/docs/functions/hooks_adsHooks.useAdsTapValue.html +8 -0
  218. package/docs/functions/hooks_adsHooks.useAdsWriteScaledValue.html +18 -0
  219. package/docs/functions/hooks_adsHooks.useAdsWriteValue.html +9 -0
  220. package/docs/functions/hooks_commandHooks.useRegisterSymbols.html +16 -0
  221. package/docs/functions/hooks_commandHooks.useTapValue.html +10 -0
  222. package/docs/functions/hooks_commandHooks.useWriteScaledValue.html +18 -0
  223. package/docs/functions/hooks_commandHooks.useWriteValue.html +11 -0
  224. package/docs/functions/hooks_useAutoCoreTag.ts.makeAutoCoreTagHooks.html +12 -0
  225. package/docs/functions/hooks_useScaledValue.useScaledValue.html +18 -0
  226. package/docs/functions/hub.createHub.html +3 -0
  227. package/docs/hierarchy.html +1 -0
  228. package/docs/index.html +148 -0
  229. package/docs/interfaces/components_IndicatorButton.IndicatorButtonProps.html +654 -0
  230. package/docs/interfaces/components_IndicatorRect.IndicatorRectProps.html +37 -0
  231. package/docs/interfaces/components_JogPanel.JogPanelButtonDefinition.html +5 -5
  232. package/docs/interfaces/components_ToggleGroup.ToggleGroupProps.html +545 -519
  233. package/docs/interfaces/core_AutoCoreTagTypes.BaseContextValue.html +12 -0
  234. package/docs/interfaces/core_AutoCoreTagTypes.ScaleConfig.html +13 -0
  235. package/docs/interfaces/core_EventEmitterContext.Action.html +8 -0
  236. package/docs/interfaces/core_EventEmitterContext.EventEmitterContextType.html +33 -0
  237. package/docs/interfaces/core_EventEmitterContext.State.html +8 -0
  238. package/docs/interfaces/core_EventEmitterContext.Subscription.html +6 -0
  239. package/docs/interfaces/core_IndicatorButtonState.IndicatorButtonState.html +10 -10
  240. package/docs/interfaces/core_PositionContext.IPositionContext.html +17 -0
  241. package/docs/interfaces/hub_CommandMessage.CommandMessage.html +6 -6
  242. package/docs/interfaces/hub_CommandMessage.CommandMessageResult.html +4 -4
  243. package/docs/modules/assets.html +1 -23
  244. package/docs/modules/assets_BlocklyLogo.html +1 -2
  245. package/docs/modules/assets_Distance.html +1 -2
  246. package/docs/modules/assets_JogLong.html +1 -2
  247. package/docs/modules/assets_JogMedium.html +1 -2
  248. package/docs/modules/assets_JogShort.html +1 -2
  249. package/docs/modules/assets_PythonLogo.html +1 -2
  250. package/docs/modules/assets_Rotation3D.html +1 -2
  251. package/docs/modules/assets_RotationCcw.html +1 -2
  252. package/docs/modules/assets_RotationCcwA.html +1 -2
  253. package/docs/modules/assets_RotationCcwB.html +1 -2
  254. package/docs/modules/assets_RotationCcwC.html +1 -2
  255. package/docs/modules/assets_RotationCw.html +1 -2
  256. package/docs/modules/assets_RotationCwA.html +1 -2
  257. package/docs/modules/assets_RotationCwB.html +1 -2
  258. package/docs/modules/assets_RotationCwC.html +1 -2
  259. package/docs/modules/assets_Run.html +1 -2
  260. package/docs/modules/assets_Speed.html +1 -2
  261. package/docs/modules/assets_SpeedFast.html +1 -2
  262. package/docs/modules/assets_SpeedMedium.html +1 -2
  263. package/docs/modules/assets_SpeedNone.html +1 -2
  264. package/docs/modules/assets_SpeedSlow.html +1 -2
  265. package/docs/modules/assets_Walk.html +1 -2
  266. package/docs/modules/components_AutoCoreDevPanel.html +20 -0
  267. package/docs/modules/components_BlocklyEditor.html +1 -5
  268. package/docs/modules/components_CodeEditor.html +1 -3
  269. package/docs/modules/components_FileList.html +1 -3
  270. package/docs/modules/components_FileSelect.html +1 -0
  271. package/docs/modules/components_FitText.html +1 -3
  272. package/docs/modules/components_Indicator.html +1 -0
  273. package/docs/modules/components_IndicatorButton.html +1 -0
  274. package/docs/modules/components_IndicatorRect.html +1 -0
  275. package/docs/modules/components_JogPanel.html +1 -9
  276. package/docs/modules/components_Lamp.html +1 -4
  277. package/docs/modules/components_Osk.html +1 -0
  278. package/docs/modules/components_OskDialog.html +1 -0
  279. package/docs/modules/components_ProgressBarWithValue.html +1 -0
  280. package/docs/modules/components_TextInput.html +1 -2
  281. package/docs/modules/components_ToggleGroup.html +1 -6
  282. package/docs/modules/components_ValueDisplay.html +1 -0
  283. package/docs/modules/components_ValueIndicator.html +1 -4
  284. package/docs/modules/components_ValueInput.html +1 -2
  285. package/docs/modules/core_ActionMode.html +1 -2
  286. package/docs/modules/core_AutoCoreTagContext.html +11 -0
  287. package/docs/modules/core_AutoCoreTagTypes.html +1 -0
  288. package/docs/modules/core_EventEmitterContext.html +53 -0
  289. package/docs/modules/core_IndicatorButtonState.html +1 -2
  290. package/docs/modules/core_IndicatorColor.html +1 -2
  291. package/docs/modules/core_MaskPatterns.html +1 -0
  292. package/docs/modules/core_NumerableTypes.html +1 -0
  293. package/docs/modules/core_PositionContext.html +1 -0
  294. package/docs/modules/core_UniqueId.html +1 -0
  295. package/docs/modules/core_ValueSimulator.html +1 -0
  296. package/docs/modules/core_hoc.html +1 -0
  297. package/docs/modules/hooks.html +1 -0
  298. package/docs/modules/hooks_adsHooks.html +1 -0
  299. package/docs/modules/hooks_commandHooks.html +1 -0
  300. package/docs/modules/hooks_useAutoCoreTag.ts.html +52 -0
  301. package/docs/modules/hooks_useScaledValue.html +1 -0
  302. package/docs/modules/hub.html +1 -0
  303. package/docs/modules/hub_CommandMessage.html +1 -3
  304. package/docs/modules/hub_HubBase.html +1 -0
  305. package/docs/modules/hub_HubSimulate.html +1 -0
  306. package/docs/modules/hub_HubTauri.html +1 -0
  307. package/docs/modules/hub_HubWebSocket.html +1 -2
  308. package/docs/modules.html +23 -0
  309. package/docs/types/components_IndicatorButton.IndicatorButtonOptionsType.html +1 -1
  310. package/docs/types/core_AutoCoreTagTypes.ExtractByTag.html +2 -0
  311. package/docs/types/core_AutoCoreTagTypes.PrimitiveKind.html +1 -0
  312. package/docs/types/core_AutoCoreTagTypes.TagConfig.html +16 -0
  313. package/docs/types/core_AutoCoreTagTypes.TagValueMap.html +1 -0
  314. package/docs/types/core_AutoCoreTagTypes.TagValueOf.html +1 -0
  315. package/docs/types/core_EventEmitterContext.EmitterDispatchFunction.html +3 -0
  316. package/docs/types/core_EventEmitterContext.EmitterSubscribeFunction.html +3 -0
  317. package/docs/types/core_EventEmitterContext.EmitterUnsubscribeFunction.html +3 -0
  318. package/docs/types/core_NumerableTypes.NumerableFormatOptions.html +4 -0
  319. package/docs/types/core_hoc.HocAddSubscriptionProps.html +6 -0
  320. package/docs/variables/components_AutoCoreDevPanel.AutoCoreDevPanel.html +43 -0
  321. package/docs/variables/components_BlocklyEditor.BlocklyEditor.html +13 -0
  322. package/docs/variables/components_BlocklyEditor.StandardToolbox.html +1 -1
  323. package/docs/variables/components_FileList.FileList.html +23 -0
  324. package/docs/variables/components_FileSelect.FileSelect.html +1 -0
  325. package/docs/variables/components_FitText.FitText.html +4 -0
  326. package/docs/variables/components_IndicatorButton.IndicatorButton.html +1 -0
  327. package/docs/variables/components_JogPanel.DefaultLinearJogButtons.html +2 -2
  328. package/docs/variables/components_JogPanel.DefaultRotationJogButtons.html +2 -2
  329. package/docs/variables/components_Osk.Osk.html +1 -0
  330. package/docs/variables/components_ProgressBarWithValue.ProgressBarWithValue.html +1 -0
  331. package/docs/variables/components_ToggleGroup.ToggleGroup.html +1 -0
  332. package/docs/variables/components_ValueInput.ValueInput.html +4 -0
  333. package/docs/variables/core_AutoCoreTagContext.AutoCoreTagContext.html +1 -0
  334. package/docs/variables/core_AutoCoreTagContext.AutoCoreTagProvider.html +7 -0
  335. package/docs/variables/core_EventEmitterContext.EventEmitterContext.html +64 -0
  336. package/docs/variables/core_EventEmitterContext.EventEmitterProvider.html +10 -0
  337. package/docs/variables/core_MaskPatterns.PrimeReactMaskPatterns.html +14 -0
  338. package/docs/variables/core_MaskPatterns.RegExMaskPatterns.html +15 -0
  339. package/docs/variables/core_PositionContext.DimensionsContext.html +6 -0
  340. package/docs/variables/hooks_useScaledValue.kMillimeters2Inches.html +2 -0
  341. package/docs/variables/hooks_useScaledValue.kNewtons2Pounds.html +2 -0
  342. package/package.json +32 -27
  343. package/readme.md +193 -22
  344. package/src/components/AutoCoreDevPanel.tsx +411 -0
  345. package/src/components/CodeEditor.tsx +2 -2
  346. package/src/components/FileList.tsx +2 -2
  347. package/src/components/Indicator.tsx +2 -2
  348. package/src/components/IndicatorButton.tsx +2 -2
  349. package/src/components/IndicatorRect.tsx +2 -2
  350. package/src/components/Lamp.tsx +3 -3
  351. package/src/components/TextInput.tsx +159 -240
  352. package/src/components/ToggleGroup.tsx +3 -3
  353. package/src/components/ValueDisplay.tsx +4 -4
  354. package/src/components/ValueIndicator.tsx +2 -2
  355. package/src/components/ValueInput.tsx +2 -2
  356. package/src/core/AutoCoreTagContext.tsx +698 -0
  357. package/src/core/AutoCoreTagTypes.ts +202 -0
  358. package/src/core/EventEmitterContext.tsx +357 -43
  359. package/src/core/ValueSimulator.ts +2 -2
  360. package/src/hooks/useAutoCoreTag.ts +103 -0
  361. package/src/hub/HubBase.ts +3 -3
  362. package/src/hub/HubSimulate.ts +2 -2
  363. package/src/hub/HubTauri.ts +3 -3
  364. package/src/hub/HubWebSocket.ts +29 -32
  365. package/src/hub/index.ts +2 -2
  366. package/tsconfig.json +43 -28
  367. package/docs/classes/components_BlocklyEditor.BlocklyEditor.html +0 -124
  368. package/docs/classes/components_ValueInput.ValueInput.html +0 -113
  369. package/docs/functions/assets_BlocklyLogo.default.html +0 -1
  370. package/docs/functions/assets_Distance.default.html +0 -1
  371. package/docs/functions/assets_JogLong.default.html +0 -1
  372. package/docs/functions/assets_JogMedium.default.html +0 -1
  373. package/docs/functions/assets_JogShort.default.html +0 -1
  374. package/docs/functions/assets_PythonLogo.default.html +0 -1
  375. package/docs/functions/assets_Rotation3D.default.html +0 -1
  376. package/docs/functions/assets_RotationCcw.default.html +0 -1
  377. package/docs/functions/assets_RotationCcwA.default.html +0 -1
  378. package/docs/functions/assets_RotationCcwB.default.html +0 -1
  379. package/docs/functions/assets_RotationCcwC.default.html +0 -1
  380. package/docs/functions/assets_RotationCw.default.html +0 -1
  381. package/docs/functions/assets_RotationCwA.default.html +0 -1
  382. package/docs/functions/assets_RotationCwB.default.html +0 -1
  383. package/docs/functions/assets_RotationCwC.default.html +0 -1
  384. package/docs/functions/assets_Run.default.html +0 -1
  385. package/docs/functions/assets_Speed.default.html +0 -1
  386. package/docs/functions/assets_SpeedFast.default.html +0 -1
  387. package/docs/functions/assets_SpeedMedium.default.html +0 -1
  388. package/docs/functions/assets_SpeedNone.default.html +0 -1
  389. package/docs/functions/assets_SpeedSlow.default.html +0 -1
  390. package/docs/functions/assets_Walk.default.html +0 -1
  391. package/docs/functions/components_FileList.FileList.html +0 -21
  392. package/docs/functions/components_FitText.FitText.html +0 -8
  393. package/docs/functions/components_ToggleGroup.ToggleGroup.html +0 -5
@@ -0,0 +1,441 @@
1
+ # AutoCoreTagContext Manual
2
+
3
+ This manual explains how to configure, provide, and consume the **AutoCoreTagContext** system.
4
+ The goal is to create a **typed, global context** of tags (values from `autocore-server`), so your React components can read and update them easily.
5
+
6
+ ---
7
+
8
+ ## Overview
9
+
10
+ The AutoCoreTagContext is built around three parts:
11
+
12
+ 1. **Context** – created with `makeAutoCoreTagContext` to hold live tag values.
13
+ 2. **Hooks** – created with `makeAutoCoreTagHooks` to read, write, tap, and derive values.
14
+ 3. **Dev Panel** – created with `makeAutoCoreDevPanel` to inspect and manually interact with tags during development.
15
+
16
+ Tags are defined in a `spec` object: an array of `TagConfig` entries that tell the system what to subscribe to.
17
+
18
+ ---
19
+
20
+ ## Summary
21
+
22
+ - Define tags once in a spec.
23
+ - Create context, hooks, and optionally a Dev Panel.
24
+ - Provide the context at the root of your app.
25
+ - Consume via:
26
+ - useAutoCoreTag → single value + actions.
27
+ - useAutoCoreTags → bulk values.
28
+ - useAutoCoreSelect → computed state.
29
+
30
+ This makes your React UI a strongly-typed, declarative layer over the live tag system from autocore-server.
31
+
32
+
33
+ ## Defining Your Tags and AutoCoreHooks
34
+
35
+ In this initial step, we make two files:
36
+ 1. AutoCoreTags.ts
37
+ 2. AutoCore.ts
38
+
39
+ Note that ADC is working to create a VS Code extension for help auto-generating these files.
40
+
41
+ ### AutoCoreTags.ts
42
+
43
+ To maintain type safety, tags are defined and exported from a TypeScript file. Tags are defined as an array of TagConfig objects.
44
+
45
+ Each tag has:
46
+ - `tagName` – your local name for the tag.
47
+ - `domain` – the domain for the symbol (e.g., `"ADS"`, `"MEMORYSTORE"`).
48
+ - `symbolName` – the backend symbol name.
49
+ - `valueType` – `"boolean"`, `"number"`, `"string"`, or `"json"`.
50
+ - `initialValue` (optional) – value before first update.
51
+ - `options` (optional) – advanced subscription options.
52
+
53
+ By convention, the TypeScript file is located in the same directory as App.tsx and named AutoCoreTags.ts. The exported object is named acTagSpec.
54
+
55
+ Example:
56
+
57
+ ```ts
58
+ import type { TagConfig } from "@adcops/autocore-react/core/AutoCoreTagTypes";
59
+
60
+ export const acTagSpec = [
61
+ { "tagName": "isControlPowerOk", "domain": "ADS", "symbolName": "GIO.xbControlPowerOk", "valueType": "boolean" },
62
+ { "tagName": "positionScalar", "domain": "MEMORYSTORE", "symbolName": "position_scalar", "valueType": "number", "initialValue": 1.0 },
63
+ { "tagName": "isAutoCycleRunning", "domain": "ADS", "symbolName": "MAIN.ctx.gm.bAutoCycleRunning", "valueType": "boolean" },
64
+ { "tagName": "isAutoCycleRunning", "domain": "ADS", "symbolName": "MAIN.ctx.gm.bAutoCycleRunning", "valueType": "boolean" },
65
+ { "tagName": "shuttlePosition", "domain": "ADS", "symbolName": "MAIN.ctx.gio.axisShuttle.fPosition", "valueType": "number" },
66
+ { "tagName": "pressLoad", "domain": "ADS", "symbolName": "MAIN.ctx.gm.fPressLoad", "valueType": "number" },
67
+ { "tagName": "pressPosition", "domain": "ADS", "symbolName": "MAIN.ctx.gm.fPressPosition", "valueType": "number" },
68
+ { "tagName": "pressPeakLoad", "domain": "ADS", "symbolName": "MAIN.ctx.gm.fPressPeakLoad", "valueType": "number" },
69
+ { "tagName": "isReadyForCycle", "domain": "ADS", "symbolName": "MAIN.ctx.gm.bReadyForCycle", "valueType": "boolean" },
70
+ { "tagName": "reqStartAuto", "domain": "ADS", "symbolName": "MAIN.ctx.gsig.bSigStartAuto", "valueType": "boolean" },
71
+ { "tagName": "useSecondaryLoadChannel", "domain": "ADS", "symbolName": "MAIN.ctx.gnv.bEnableSecondaryLoadInput", "valueType": "boolean" },
72
+ { "tagName": "isLoadCellOverrange", "domain": "ADS", "symbolName": "MAIN.ctx.gio.xstLoadInputStatus.IsOverrange", "valueType": "boolean" },
73
+ { "tagName": "isLoadCellUnderrange", "domain": "ADS", "symbolName": "MAIN.ctx.gio.xstLoadInputStatus.IsUnderrange", "valueType": "boolean" },
74
+ { "tagName": "isMotorsOn", "domain": "ADS", "symbolName": "MAIN.ctx.gm.bAllMotorsOn", "valueType": "boolean" },
75
+ { "tagName": "isAxisErrorPresent", "domain": "ADS", "symbolName": "MAIN.ctx.gm.bAxisErrorPresent", "valueType": "boolean" },
76
+ { "tagName": "isAllAxesHomed", "domain": "ADS", "symbolName": "MAIN.ctx.gm.bAllAxesHomed", "valueType": "boolean" },
77
+ { "tagName": "isReadyForOperation", "domain": "ADS", "symbolName": "MAIN.ctx.gm.bReadyForOperation", "valueType": "boolean" }
78
+ ] as const satisfies readonly TagConfig[];
79
+
80
+ export default acTagSpec;
81
+ ```
82
+
83
+ ### AutoCore.ts
84
+
85
+ Once the tags are created, we create a simple TypeScript file to make and provide the hooks throughout the application. By producing typed hooks, Intellisense is able to provide support for tag names and value types.
86
+
87
+ Create AutoCore.ts in the same directory as App.tsx and AutoCoreTags.ts. The template below should work for any project.
88
+
89
+ ```ts
90
+ /**
91
+ * @module src/AutoCore
92
+ * @preferred
93
+ *
94
+ * Strongly-typed hooks for AutoCore tags.
95
+ * Could be automatically generated by autocore-react plugin.
96
+ *
97
+ * This module binds your app’s tag spec (from `tags.json` or `tags-spec.ts`) to the
98
+ * global `AutoCoreTagContext`, producing **typed hooks** that provide perfect
99
+ * IntelliSense for tag names and value types.
100
+ *
101
+ * @remarks
102
+ * - Pair this with the runtime provider in your app root:
103
+ * `AutoCoreTagProvider` wraps `<App/>` and receives the same `spec`.
104
+ * - These hooks expose:
105
+ * - `useAutoCoreTag(tagName)` → `{ value, write, tap, isLoading, ... }`
106
+ * - `useAutoCoreTags(tagNames[])` → `{ values, set, isLoading }`
107
+ * - `useAutoCoreSelect(selector)` → `{ selected, isLoading }`
108
+ * - Keep `tags.json` (or `tags.ts`) as the single source of truth. If using JSON,
109
+ * validate and narrow it before export so `valueType` is the literal union
110
+ * `"boolean" | "number" | "string" | "json"`.
111
+ *
112
+ * @example
113
+ * ```ts
114
+ * // src/AutoCore.ts
115
+ * import { AutoCoreTagContext } from "@adcops/autocore-react/core/AutoCoreTagContext";
116
+ * import { makeAutoCoreTagHooks } from "@adcops/autocore-react/hooks/useAutoCoreTag";
117
+ * import { spec } from "./tags-spec"; // wraps ./tags.json and exports a narrowed, validated spec
118
+ *
119
+ * export const AutoCoreHooks = makeAutoCoreTagHooks(AutoCoreTagContext, spec);
120
+ * ```
121
+ *
122
+ * @example
123
+ * ```tsx
124
+ * // App.tsx (runtime provider)
125
+ * import rawSpec from "./tags.json" assert { type: "json" };
126
+ * import { AutoCoreTagProvider } from "@adcops/autocore-react/core/AutoCoreTagContext";
127
+ *
128
+ * <EventEmitterProvider>
129
+ * <AutoCoreTagProvider tags={rawSpec} eagerRead>
130
+ * <App/>
131
+ * </AutoCoreTagProvider>
132
+ * </EventEmitterProvider>
133
+ * ```
134
+ *
135
+ * @example
136
+ * ```tsx
137
+ * // Any component
138
+ * import { AutoCoreHooks } from "./AutoCore";
139
+ *
140
+ * const { value: solForward, tap } = AutoCoreHooks.useAutoCoreTag("gio.solForward");
141
+ * const { value: preset, write } = AutoCoreHooks.useAutoCoreTag("gm.ton.tPreset");
142
+ *
143
+ * const { values } = AutoCoreHooks.useAutoCoreTags(["isDoorClosed", "isControlPowerOk"]);
144
+ *
145
+ * const { selected: ready } = AutoCoreHooks.useAutoCoreSelect(v =>
146
+ * !!v["isDoorClosed"] && !!v["isControlPowerOk"]
147
+ * );
148
+ * ```
149
+ *
150
+ * @see {@link @adcops/autocore-react/core/AutoCoreTagContext.AutoCoreTagProvider | AutoCoreTagProvider}
151
+ * @see {@link @adcops/autocore-react/hooks/useAutoCoreTag.makeAutoCoreTagHooks | makeAutoCoreTagHooks}
152
+ */
153
+
154
+ import {acTagSpec} from "./AutoCoreTags";
155
+ import { AutoCoreTagContext } from "@adcops/autocore-react/core/AutoCoreTagContext";
156
+ import { makeAutoCoreTagHooks } from "@adcops/autocore-react/hooks/useAutoCoreTag";
157
+
158
+ export const AutoCoreHooks = makeAutoCoreTagHooks(AutoCoreTagContext, acTagSpec);
159
+ ```
160
+
161
+
162
+ # Providing Context to the App
163
+
164
+ With our autocore tags and hooks defined, we now wrap our app in the provided context. Make sure to wrap the application in both the EventEmitterProvider and AutoCoreTagProvider. The example shown also uses primereact.
165
+
166
+
167
+ ```ts
168
+ import { PrimeReactProvider} from 'primereact/api';
169
+ import { EventEmitterProvider } from "@adcops/autocore-react/core/EventEmitterContext.js";
170
+ import {AutoCoreTagProvider} from "@adcops/autocore-react/core/AutoCoreTagContext";
171
+ import {acTagSpec} from "./AutoCoreTags";
172
+
173
+
174
+ // 3. Developer panel
175
+ export const AutoCorePanel = makeAutoCoreDevPanel(AutoCore.Context, spec);
176
+ ```
177
+
178
+
179
+ # Providing Context to Your App
180
+
181
+ Wrap your application with the provider:
182
+
183
+ ```tsx
184
+ function App() {
185
+ return(
186
+ <EventEmitterProvider>
187
+ <PrimeReactProvider>
188
+ <AutoCoreTagProvider tags={acTagSpec} eagerRead>
189
+ <div className="app-wrapper">
190
+
191
+ <main className="main-wrapper">
192
+
193
+ <section className="content-wrapper">
194
+ <ContentView />
195
+ </section>
196
+
197
+ </main>
198
+
199
+ <footer className="footer-wrapper">
200
+ <FooterView />
201
+ </footer>
202
+
203
+ </div>
204
+ </AutoCoreTagProvider>
205
+ </PrimeReactProvider>
206
+ </EventEmitterProvider>
207
+ )
208
+ }
209
+ ```
210
+
211
+ - `eagerRead` (default: true) triggers initial reads so values are populated immediately.
212
+
213
+ # Using the Hooks
214
+
215
+ 1. useAutoCoreTag(tagName)
216
+
217
+ Access a single tag. Provides:
218
+ - `value` – current value.
219
+ - `setValue` / write – optimistic setter (updates context + backend).
220
+ - `writeRaw` – direct backend write, no optimistic update.
221
+ - `tap` – momentary true → false action (for booleans).
222
+ - `isLoading` – whether the initial read is pending.
223
+
224
+
225
+ 2. useAutoCoreTags([tagNames])
226
+
227
+ Access multiple tags at once. Provides:
228
+
229
+ - `values` – object with each tag’s current value.
230
+ - `set(tagName, value)` – update any tag in the set.
231
+ - `isLoading` – whether the initial read is pending.
232
+
233
+ 3. useAutoCoreSelect(selector)
234
+
235
+ Derive a computed value from the full tag state.
236
+
237
+ ```tsx
238
+ const { selected: ready } = AutoCoreHooks.useAutoCoreSelect(v =>
239
+ !!v["gio.solForward"] && (v["gm.ton.tPreset"] ?? 0) > 0
240
+ );
241
+
242
+ return <Button disabled={!ready}>Start</Button>;
243
+ ```
244
+ - `ready` is recomputed any time gio.solForward or gm.ton.tPreset changes.
245
+ - Great for business logic conditions.
246
+
247
+
248
+ # Automatic Scaling
249
+
250
+ AutoCoreTagContext supports automatic unit conversion through named scales with server synchronization. Scale factors are automatically kept in sync with autocore-server values, enabling user-configurable units that persist across sessions.
251
+
252
+ ### How Scaling Works
253
+
254
+ - Incoming values: Server values are multiplied by the scale factor before being stored
255
+ - Outgoing values: Display values are divided by the scale factor before being sent to server
256
+ - Components see scaled values: All hook operations work with display-friendly values
257
+ - Automatic sync: Scale factors with serverTag properties are automatically synchronized with their server values.
258
+ - Real-time updates: Scale changes take effect immediately across the application.
259
+ - Consistent display: All components automatically show the same units.
260
+ - Dual subscriptions: The system maintains separate subscriptions for data tags and scale tags.
261
+ - No manual scaling needed: Eliminates the need for `useScaledValue` hooks
262
+ - Prevents value flicker. Values are scaled before being displayed.
263
+ - Type-safe. Scale names are validated at compile time.
264
+
265
+
266
+ Server-Driven Scales are preferred.
267
+ - Scale factors can come from autocore-server tags for user-configurable units.
268
+ - The autocore-server GNV domain will store changes in non-volatile memory.
269
+ - Automatic synchronization: Multiple clients stay in sync
270
+
271
+
272
+ ## Defining Server-Driven Scales
273
+
274
+ Create AutoCoreScales.ts with server tag references:
275
+
276
+ ```tsx
277
+ import { ScaleConfig } from "@adcops/autocore-react/core/AutoCoreTagTypes";
278
+
279
+ export const acScales = {
280
+ position: {
281
+ name: "position",
282
+ scale: 1.0,
283
+ label: "mm",
284
+ serverTag: { domain: "MEMORYSTORE", symbolName: "position_scalar" }
285
+ },
286
+ load: {
287
+ name: "load",
288
+ scale: 1.0,
289
+ label: "N",
290
+ serverTag: { domain: "MEMORYSTORE", symbolName: "load_scalar" }
291
+ },
292
+ temperature: {
293
+ name: "temperature",
294
+ scale: 1.0,
295
+ label: "°C"
296
+ // No serverTag - static scale only
297
+ }
298
+ } as const satisfies Record<string, ScaleConfig>;
299
+ ```
300
+
301
+ Then reference scales in the tag definitions:
302
+ ```tsx
303
+ // In AutoCoreTags.ts - add scale property to numeric tags
304
+ { "tagName": "pressPosition", "domain": "ADS", "symbolName": "MAIN.ctx.gm.fPressPosition", "valueType": "number", "scale": "position" },
305
+ { "tagName": "pressLoad", "domain": "ADS", "symbolName": "MAIN.ctx.gm.fPressLoad", "valueType": "number", "scale": "load" }
306
+ ```
307
+
308
+
309
+ ## Provider Configuration
310
+
311
+ Pass scales to the provider:
312
+
313
+ ```tsx
314
+ import { acScales } from "./AutoCoreScales";
315
+
316
+ <AutoCoreTagProvider tags={acTagSpec} scales={acScales} eagerRead>
317
+ <App/>
318
+ </AutoCoreTagProvider>
319
+ ```
320
+
321
+
322
+ ## Updating Scale Factors
323
+
324
+ Use the updateScale function to change units at runtime.
325
+
326
+ `updateScale(scaleName, newScale, newLabel)`
327
+
328
+ Always provide both scale factor and label when calling `updateScale`.
329
+
330
+
331
+ Example:
332
+ ```tsx
333
+ import { AutoCoreHooks } from "./AutoCore";
334
+
335
+ const UnitControls: React.FC = () => {
336
+ const { updateScale, getScale } = AutoCoreHooks.useScales();
337
+
338
+ const switchToMetric = async () => {
339
+ await updateScale("position", 1.0, "mm");
340
+ await updateScale("load", 1.0, "N");
341
+ };
342
+
343
+ const switchToImperial = async () => {
344
+ await updateScale("position", 1/25.4, "in");
345
+ await updateScale("load", 0.224809, "lbs");
346
+ };
347
+
348
+ return (
349
+ <div>
350
+ <button onClick={switchToMetric}>Metric Units</button>
351
+ <button onClick={switchToImperial}>Imperial Units</button>
352
+ </div>
353
+ );
354
+ };
355
+ ```
356
+
357
+ ### Backward Compatibility
358
+ The system handles legacy installations where only numeric scale factors were stored. When legacy numeric data is received from the server, the label is set to "---" to indicate that proper units should be configured.
359
+
360
+ ```tsx
361
+ const positionScale = getScale("position");
362
+ if (positionScale?.label === "---") {
363
+ // Legacy data detected - prompt user to set proper units
364
+ return <div>Please configure display units in settings</div>;
365
+ }
366
+ ```
367
+
368
+ ## Server Data Format
369
+ Scale data is stored on the server as JSON objects containing both scale factor and display label.
370
+
371
+ ```json
372
+ {
373
+ "scale": 1.0,
374
+ "label": "mm"
375
+ }
376
+ ```
377
+
378
+ # Passing Tag Hooks as Component Props
379
+ When building reusable components that work with AutoCore tags, you can pass entire tag hook results as props. This provides the component with both the current value and the ability to write/tap the tag.
380
+
381
+ Use ReturnType<typeof AutoCoreHooks.useAutoCoreTag> to properly type tag hook props.
382
+
383
+ ```tsx
384
+ interface LoadChannelSettingsProps {
385
+ capacitySetTag: ReturnType<typeof AutoCoreHooks.useAutoCoreTag>;
386
+ enabledTag: ReturnType<typeof AutoCoreHooks.useAutoCoreTag>;
387
+ }
388
+
389
+ const LoadChannelSettings: React.FC<LoadChannelSettingsProps> = ({
390
+ capacitySetTag,
391
+ enabledTag
392
+ }) => {
393
+ const { value: capacity, write: setCapacity } = capacitySetTag;
394
+ const { value: enabled, tap: toggleEnabled } = enabledTag;
395
+
396
+ return (
397
+ <div>
398
+ <input
399
+ type="number"
400
+ value={capacity ?? 0}
401
+ onChange={e => setCapacity(Number(e.target.value))}
402
+ />
403
+ <button onClick={toggleEnabled}>
404
+ {enabled ? "Disable" : "Enable"}
405
+ </button>
406
+ </div>
407
+ );
408
+ };
409
+ ```
410
+
411
+ ### Usage
412
+
413
+ Pass the complete hook result to the component.
414
+
415
+ ```tsx
416
+ <LoadChannelSettings
417
+ capacitySetTag={AutoCoreHooks.useAutoCoreTag("loadCellCapacitySet")}
418
+ enabledTag={AutoCoreHooks.useAutoCoreTag("loadChannelEnabled")}
419
+ />
420
+ ```
421
+
422
+ # DevPanel
423
+ For debugging, include the Dev Panel in your app:
424
+
425
+ ```tsx
426
+ <AutoCorePanel className="fixed bottom-4 right-4 bg-black/60 text-white" />
427
+ ```
428
+
429
+ It shows:
430
+ - Each tag’s name, type, current value.
431
+ - Editable input fields for live writes/taps.
432
+ - Loading/live status indicator.
433
+
434
+ # Best Practices
435
+
436
+ - Always define your tags in one spec to keep types consistent across your app.
437
+ - Prefer write (optimistic) for user-driven updates; use writeRaw only if you need backend confirmation before updating UI.
438
+ - Use tap only for boolean momentary actions (reset, trigger, etc.).
439
+ - Use useAutoCoreSelect to express high-level conditions (isSafeToStart, readyToCycle) instead of scattering logic through components.
440
+ - Keep the Dev Panel available in development to quickly test and validate your tag interactions.
441
+
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgBlocklyLogo: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgBlocklyLogo;
4
+ //# sourceMappingURL=BlocklyLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BlocklyLogo.d.ts","sourceRoot":"","sources":["../../src/assets/BlocklyLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,cAAc,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAwBrD,CAAC;AACF,eAAe,cAAc,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgDistance: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgDistance;
4
+ //# sourceMappingURL=Distance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Distance.d.ts","sourceRoot":"","sources":["../../src/assets/Distance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,WAAW,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAelD,CAAC;AACF,eAAe,WAAW,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgJogLong: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgJogLong;
4
+ //# sourceMappingURL=JogLong.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JogLong.d.ts","sourceRoot":"","sources":["../../src/assets/JogLong.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,UAAU,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAUjD,CAAC;AACF,eAAe,UAAU,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgJogMedium: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgJogMedium;
4
+ //# sourceMappingURL=JogMedium.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JogMedium.d.ts","sourceRoot":"","sources":["../../src/assets/JogMedium.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,YAAY,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAUnD,CAAC;AACF,eAAe,YAAY,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgJogShort: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgJogShort;
4
+ //# sourceMappingURL=JogShort.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"JogShort.d.ts","sourceRoot":"","sources":["../../src/assets/JogShort.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,WAAW,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAUlD,CAAC;AACF,eAAe,WAAW,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgPythonLogo: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgPythonLogo;
4
+ //# sourceMappingURL=PythonLogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PythonLogo.d.ts","sourceRoot":"","sources":["../../src/assets/PythonLogo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAgFpD,CAAC;AACF,eAAe,aAAa,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgRotation3D: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRotation3D;
4
+ //# sourceMappingURL=Rotation3D.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Rotation3D.d.ts","sourceRoot":"","sources":["../../src/assets/Rotation3D.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAUpD,CAAC;AACF,eAAe,aAAa,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgRotationCcw: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRotationCcw;
4
+ //# sourceMappingURL=RotationCcw.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RotationCcw.d.ts","sourceRoot":"","sources":["../../src/assets/RotationCcw.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,cAAc,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA8BrD,CAAC;AACF,eAAe,cAAc,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgRotationCcwA: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRotationCcwA;
4
+ //# sourceMappingURL=RotationCcwA.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RotationCcwA.d.ts","sourceRoot":"","sources":["../../src/assets/RotationCcwA.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,eAAe,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA0CtD,CAAC;AACF,eAAe,eAAe,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgRotationCcwB: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRotationCcwB;
4
+ //# sourceMappingURL=RotationCcwB.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RotationCcwB.d.ts","sourceRoot":"","sources":["../../src/assets/RotationCcwB.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,eAAe,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA0CtD,CAAC;AACF,eAAe,eAAe,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgRotationCcwC: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRotationCcwC;
4
+ //# sourceMappingURL=RotationCcwC.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RotationCcwC.d.ts","sourceRoot":"","sources":["../../src/assets/RotationCcwC.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,eAAe,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA0CtD,CAAC;AACF,eAAe,eAAe,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgRotationCw: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRotationCw;
4
+ //# sourceMappingURL=RotationCw.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RotationCw.d.ts","sourceRoot":"","sources":["../../src/assets/RotationCw.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,aAAa,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA4BpD,CAAC;AACF,eAAe,aAAa,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgRotationCwA: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRotationCwA;
4
+ //# sourceMappingURL=RotationCwA.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RotationCwA.d.ts","sourceRoot":"","sources":["../../src/assets/RotationCwA.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,cAAc,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAuCrD,CAAC;AACF,eAAe,cAAc,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgRotationCwB: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRotationCwB;
4
+ //# sourceMappingURL=RotationCwB.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RotationCwB.d.ts","sourceRoot":"","sources":["../../src/assets/RotationCwB.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,cAAc,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAuCrD,CAAC;AACF,eAAe,cAAc,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgRotationCwC: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRotationCwC;
4
+ //# sourceMappingURL=RotationCwC.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RotationCwC.d.ts","sourceRoot":"","sources":["../../src/assets/RotationCwC.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,cAAc,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAuCrD,CAAC;AACF,eAAe,cAAc,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgRun: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgRun;
4
+ //# sourceMappingURL=Run.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Run.d.ts","sourceRoot":"","sources":["../../src/assets/Run.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,MAAM,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAU7C,CAAC;AACF,eAAe,MAAM,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgSpeed: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSpeed;
4
+ //# sourceMappingURL=Speed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Speed.d.ts","sourceRoot":"","sources":["../../src/assets/Speed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,QAAQ,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAe/C,CAAC;AACF,eAAe,QAAQ,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgSpeedFast: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSpeedFast;
4
+ //# sourceMappingURL=SpeedFast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SpeedFast.d.ts","sourceRoot":"","sources":["../../src/assets/SpeedFast.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,YAAY,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAUnD,CAAC;AACF,eAAe,YAAY,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgSpeedMedium: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSpeedMedium;
4
+ //# sourceMappingURL=SpeedMedium.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SpeedMedium.d.ts","sourceRoot":"","sources":["../../src/assets/SpeedMedium.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,cAAc,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAUrD,CAAC;AACF,eAAe,cAAc,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgSpeedNone: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSpeedNone;
4
+ //# sourceMappingURL=SpeedNone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SpeedNone.d.ts","sourceRoot":"","sources":["../../src/assets/SpeedNone.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,YAAY,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAUnD,CAAC;AACF,eAAe,YAAY,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import type { SVGProps } from "react";
2
2
  declare const SvgSpeedSlow: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
3
  export default SvgSpeedSlow;
4
+ //# sourceMappingURL=SpeedSlow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SpeedSlow.d.ts","sourceRoot":"","sources":["../../src/assets/SpeedSlow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,YAAY,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAUnD,CAAC;AACF,eAAe,YAAY,CAAC"}