@winccoa-tools-pack/npm-winccoa-core 0.1.0-9176c0d

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 (357) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +234 -0
  3. package/dist/cjs/index.js +24 -0
  4. package/dist/cjs/index.js.map +1 -0
  5. package/dist/cjs/types/components/WinCCOAComponent.js +327 -0
  6. package/dist/cjs/types/components/WinCCOAComponent.js.map +1 -0
  7. package/dist/cjs/types/components/implementations/AlertManagerComponent.js +14 -0
  8. package/dist/cjs/types/components/implementations/AlertManagerComponent.js.map +1 -0
  9. package/dist/cjs/types/components/implementations/AndroidComponent.js +17 -0
  10. package/dist/cjs/types/components/implementations/AndroidComponent.js.map +1 -0
  11. package/dist/cjs/types/components/implementations/ApiComponent.js +14 -0
  12. package/dist/cjs/types/components/implementations/ApiComponent.js.map +1 -0
  13. package/dist/cjs/types/components/implementations/AsciiManagerComponent.js +14 -0
  14. package/dist/cjs/types/components/implementations/AsciiManagerComponent.js.map +1 -0
  15. package/dist/cjs/types/components/implementations/ConfComponent.js +17 -0
  16. package/dist/cjs/types/components/implementations/ConfComponent.js.map +1 -0
  17. package/dist/cjs/types/components/implementations/CtrlComponent.js +34 -0
  18. package/dist/cjs/types/components/implementations/CtrlComponent.js.map +1 -0
  19. package/dist/cjs/types/components/implementations/DNP3Component.js +17 -0
  20. package/dist/cjs/types/components/implementations/DNP3Component.js.map +1 -0
  21. package/dist/cjs/types/components/implementations/DataComponent.js +17 -0
  22. package/dist/cjs/types/components/implementations/DataComponent.js.map +1 -0
  23. package/dist/cjs/types/components/implementations/DbManagerComponent.js +14 -0
  24. package/dist/cjs/types/components/implementations/DbManagerComponent.js.map +1 -0
  25. package/dist/cjs/types/components/implementations/DistComponent.js +14 -0
  26. package/dist/cjs/types/components/implementations/DistComponent.js.map +1 -0
  27. package/dist/cjs/types/components/implementations/DriverComponent.js +14 -0
  28. package/dist/cjs/types/components/implementations/DriverComponent.js.map +1 -0
  29. package/dist/cjs/types/components/implementations/EventComponent.js +17 -0
  30. package/dist/cjs/types/components/implementations/EventComponent.js.map +1 -0
  31. package/dist/cjs/types/components/implementations/HttpComponent.js +14 -0
  32. package/dist/cjs/types/components/implementations/HttpComponent.js.map +1 -0
  33. package/dist/cjs/types/components/implementations/IEC60870Component.js +17 -0
  34. package/dist/cjs/types/components/implementations/IEC60870Component.js.map +1 -0
  35. package/dist/cjs/types/components/implementations/IEC61850Component.js +17 -0
  36. package/dist/cjs/types/components/implementations/IEC61850Component.js.map +1 -0
  37. package/dist/cjs/types/components/implementations/IosComponent.js +17 -0
  38. package/dist/cjs/types/components/implementations/IosComponent.js.map +1 -0
  39. package/dist/cjs/types/components/implementations/JavaComponent.js +17 -0
  40. package/dist/cjs/types/components/implementations/JavaComponent.js.map +1 -0
  41. package/dist/cjs/types/components/implementations/JavaScriptComponent.js +17 -0
  42. package/dist/cjs/types/components/implementations/JavaScriptComponent.js.map +1 -0
  43. package/dist/cjs/types/components/implementations/ModbusComponent.js +17 -0
  44. package/dist/cjs/types/components/implementations/ModbusComponent.js.map +1 -0
  45. package/dist/cjs/types/components/implementations/OpcComponent.js +17 -0
  46. package/dist/cjs/types/components/implementations/OpcComponent.js.map +1 -0
  47. package/dist/cjs/types/components/implementations/OpcDaComponent.js +17 -0
  48. package/dist/cjs/types/components/implementations/OpcDaComponent.js.map +1 -0
  49. package/dist/cjs/types/components/implementations/OpcUaComponent.js +17 -0
  50. package/dist/cjs/types/components/implementations/OpcUaComponent.js.map +1 -0
  51. package/dist/cjs/types/components/implementations/PmonComponent.js +728 -0
  52. package/dist/cjs/types/components/implementations/PmonComponent.js.map +1 -0
  53. package/dist/cjs/types/components/implementations/RdbComponent.js +14 -0
  54. package/dist/cjs/types/components/implementations/RdbComponent.js.map +1 -0
  55. package/dist/cjs/types/components/implementations/ReduComponent.js +14 -0
  56. package/dist/cjs/types/components/implementations/ReduComponent.js.map +1 -0
  57. package/dist/cjs/types/components/implementations/ReportManagerComponent.js +14 -0
  58. package/dist/cjs/types/components/implementations/ReportManagerComponent.js.map +1 -0
  59. package/dist/cjs/types/components/implementations/S7Component.js +17 -0
  60. package/dist/cjs/types/components/implementations/S7Component.js.map +1 -0
  61. package/dist/cjs/types/components/implementations/S7TopSapComponent.js +17 -0
  62. package/dist/cjs/types/components/implementations/S7TopSapComponent.js.map +1 -0
  63. package/dist/cjs/types/components/implementations/SimComponent.js +17 -0
  64. package/dist/cjs/types/components/implementations/SimComponent.js.map +1 -0
  65. package/dist/cjs/types/components/implementations/SplitComponent.js +14 -0
  66. package/dist/cjs/types/components/implementations/SplitComponent.js.map +1 -0
  67. package/dist/cjs/types/components/implementations/UIComponent.js +36 -0
  68. package/dist/cjs/types/components/implementations/UIComponent.js.map +1 -0
  69. package/dist/cjs/types/components/implementations/ValueArchManagerComponent.js +14 -0
  70. package/dist/cjs/types/components/implementations/ValueArchManagerComponent.js.map +1 -0
  71. package/dist/cjs/types/components/implementations/VideoDriverComponent.js +14 -0
  72. package/dist/cjs/types/components/implementations/VideoDriverComponent.js.map +1 -0
  73. package/dist/cjs/types/components/implementations/VisionComponent.js +17 -0
  74. package/dist/cjs/types/components/implementations/VisionComponent.js.map +1 -0
  75. package/dist/cjs/types/components/implementations/WebUIComponent.js +17 -0
  76. package/dist/cjs/types/components/implementations/WebUIComponent.js.map +1 -0
  77. package/dist/cjs/types/components/implementations/index.js +74 -0
  78. package/dist/cjs/types/components/implementations/index.js.map +1 -0
  79. package/dist/cjs/types/index.js +23 -0
  80. package/dist/cjs/types/index.js.map +1 -0
  81. package/dist/cjs/types/localization/OaLanguage.js +136 -0
  82. package/dist/cjs/types/localization/OaLanguage.js.map +1 -0
  83. package/dist/cjs/types/logs/WinCCOAErrorHandler.js +94 -0
  84. package/dist/cjs/types/logs/WinCCOAErrorHandler.js.map +1 -0
  85. package/dist/cjs/types/logs/WinCCOALogEntry.js +3 -0
  86. package/dist/cjs/types/logs/WinCCOALogEntry.js.map +1 -0
  87. package/dist/cjs/types/logs/WinCCOALogParser.js +213 -0
  88. package/dist/cjs/types/logs/WinCCOALogParser.js.map +1 -0
  89. package/dist/cjs/types/project/CurrentProjectInfo.js +12 -0
  90. package/dist/cjs/types/project/CurrentProjectInfo.js.map +1 -0
  91. package/dist/cjs/types/project/ProjEnv.js +109 -0
  92. package/dist/cjs/types/project/ProjEnv.js.map +1 -0
  93. package/dist/cjs/types/project/ProjEnvErrorHandler.js +12 -0
  94. package/dist/cjs/types/project/ProjEnvErrorHandler.js.map +1 -0
  95. package/dist/cjs/types/project/ProjEnvPmonStatus.js +22 -0
  96. package/dist/cjs/types/project/ProjEnvPmonStatus.js.map +1 -0
  97. package/dist/cjs/types/project/ProjEnvProject.js +1015 -0
  98. package/dist/cjs/types/project/ProjEnvProject.js.map +1 -0
  99. package/dist/cjs/types/project/ProjEnvProjectConfig.js +327 -0
  100. package/dist/cjs/types/project/ProjEnvProjectConfig.js.map +1 -0
  101. package/dist/cjs/types/project/ProjEnvProjectRegistry.js +327 -0
  102. package/dist/cjs/types/project/ProjEnvProjectRegistry.js.map +1 -0
  103. package/dist/cjs/types/status/WinCCOAManager.js +3 -0
  104. package/dist/cjs/types/status/WinCCOAManager.js.map +1 -0
  105. package/dist/cjs/types/version/DetailedVersionInfo.js +6 -0
  106. package/dist/cjs/types/version/DetailedVersionInfo.js.map +1 -0
  107. package/dist/cjs/utils/index.js +25 -0
  108. package/dist/cjs/utils/index.js.map +1 -0
  109. package/dist/cjs/utils/winccoa-components.js +7 -0
  110. package/dist/cjs/utils/winccoa-components.js.map +1 -0
  111. package/dist/cjs/utils/winccoa-localization.js +12 -0
  112. package/dist/cjs/utils/winccoa-localization.js.map +1 -0
  113. package/dist/cjs/utils/winccoa-logging.js +3 -0
  114. package/dist/cjs/utils/winccoa-logging.js.map +1 -0
  115. package/dist/cjs/utils/winccoa-paths.js +222 -0
  116. package/dist/cjs/utils/winccoa-paths.js.map +1 -0
  117. package/dist/cjs/utils/winccoa-project-environment.js +73 -0
  118. package/dist/cjs/utils/winccoa-project-environment.js.map +1 -0
  119. package/dist/cjs/utils/winccoa-version-info.js +23 -0
  120. package/dist/cjs/utils/winccoa-version-info.js.map +1 -0
  121. package/dist/esm/index.js +8 -0
  122. package/dist/esm/index.js.map +1 -0
  123. package/dist/esm/types/components/WinCCOAComponent.js +290 -0
  124. package/dist/esm/types/components/WinCCOAComponent.js.map +1 -0
  125. package/dist/esm/types/components/implementations/AlertManagerComponent.js +10 -0
  126. package/dist/esm/types/components/implementations/AlertManagerComponent.js.map +1 -0
  127. package/dist/esm/types/components/implementations/AndroidComponent.js +13 -0
  128. package/dist/esm/types/components/implementations/AndroidComponent.js.map +1 -0
  129. package/dist/esm/types/components/implementations/ApiComponent.js +10 -0
  130. package/dist/esm/types/components/implementations/ApiComponent.js.map +1 -0
  131. package/dist/esm/types/components/implementations/AsciiManagerComponent.js +10 -0
  132. package/dist/esm/types/components/implementations/AsciiManagerComponent.js.map +1 -0
  133. package/dist/esm/types/components/implementations/ConfComponent.js +13 -0
  134. package/dist/esm/types/components/implementations/ConfComponent.js.map +1 -0
  135. package/dist/esm/types/components/implementations/CtrlComponent.js +30 -0
  136. package/dist/esm/types/components/implementations/CtrlComponent.js.map +1 -0
  137. package/dist/esm/types/components/implementations/DNP3Component.js +13 -0
  138. package/dist/esm/types/components/implementations/DNP3Component.js.map +1 -0
  139. package/dist/esm/types/components/implementations/DataComponent.js +13 -0
  140. package/dist/esm/types/components/implementations/DataComponent.js.map +1 -0
  141. package/dist/esm/types/components/implementations/DbManagerComponent.js +10 -0
  142. package/dist/esm/types/components/implementations/DbManagerComponent.js.map +1 -0
  143. package/dist/esm/types/components/implementations/DistComponent.js +10 -0
  144. package/dist/esm/types/components/implementations/DistComponent.js.map +1 -0
  145. package/dist/esm/types/components/implementations/DriverComponent.js +10 -0
  146. package/dist/esm/types/components/implementations/DriverComponent.js.map +1 -0
  147. package/dist/esm/types/components/implementations/EventComponent.js +13 -0
  148. package/dist/esm/types/components/implementations/EventComponent.js.map +1 -0
  149. package/dist/esm/types/components/implementations/HttpComponent.js +10 -0
  150. package/dist/esm/types/components/implementations/HttpComponent.js.map +1 -0
  151. package/dist/esm/types/components/implementations/IEC60870Component.js +13 -0
  152. package/dist/esm/types/components/implementations/IEC60870Component.js.map +1 -0
  153. package/dist/esm/types/components/implementations/IEC61850Component.js +13 -0
  154. package/dist/esm/types/components/implementations/IEC61850Component.js.map +1 -0
  155. package/dist/esm/types/components/implementations/IosComponent.js +13 -0
  156. package/dist/esm/types/components/implementations/IosComponent.js.map +1 -0
  157. package/dist/esm/types/components/implementations/JavaComponent.js +13 -0
  158. package/dist/esm/types/components/implementations/JavaComponent.js.map +1 -0
  159. package/dist/esm/types/components/implementations/JavaScriptComponent.js +13 -0
  160. package/dist/esm/types/components/implementations/JavaScriptComponent.js.map +1 -0
  161. package/dist/esm/types/components/implementations/ModbusComponent.js +13 -0
  162. package/dist/esm/types/components/implementations/ModbusComponent.js.map +1 -0
  163. package/dist/esm/types/components/implementations/OpcComponent.js +13 -0
  164. package/dist/esm/types/components/implementations/OpcComponent.js.map +1 -0
  165. package/dist/esm/types/components/implementations/OpcDaComponent.js +13 -0
  166. package/dist/esm/types/components/implementations/OpcDaComponent.js.map +1 -0
  167. package/dist/esm/types/components/implementations/OpcUaComponent.js +13 -0
  168. package/dist/esm/types/components/implementations/OpcUaComponent.js.map +1 -0
  169. package/dist/esm/types/components/implementations/PmonComponent.js +723 -0
  170. package/dist/esm/types/components/implementations/PmonComponent.js.map +1 -0
  171. package/dist/esm/types/components/implementations/RdbComponent.js +10 -0
  172. package/dist/esm/types/components/implementations/RdbComponent.js.map +1 -0
  173. package/dist/esm/types/components/implementations/ReduComponent.js +10 -0
  174. package/dist/esm/types/components/implementations/ReduComponent.js.map +1 -0
  175. package/dist/esm/types/components/implementations/ReportManagerComponent.js +10 -0
  176. package/dist/esm/types/components/implementations/ReportManagerComponent.js.map +1 -0
  177. package/dist/esm/types/components/implementations/S7Component.js +13 -0
  178. package/dist/esm/types/components/implementations/S7Component.js.map +1 -0
  179. package/dist/esm/types/components/implementations/S7TopSapComponent.js +13 -0
  180. package/dist/esm/types/components/implementations/S7TopSapComponent.js.map +1 -0
  181. package/dist/esm/types/components/implementations/SimComponent.js +13 -0
  182. package/dist/esm/types/components/implementations/SimComponent.js.map +1 -0
  183. package/dist/esm/types/components/implementations/SplitComponent.js +10 -0
  184. package/dist/esm/types/components/implementations/SplitComponent.js.map +1 -0
  185. package/dist/esm/types/components/implementations/UIComponent.js +32 -0
  186. package/dist/esm/types/components/implementations/UIComponent.js.map +1 -0
  187. package/dist/esm/types/components/implementations/ValueArchManagerComponent.js +10 -0
  188. package/dist/esm/types/components/implementations/ValueArchManagerComponent.js.map +1 -0
  189. package/dist/esm/types/components/implementations/VideoDriverComponent.js +10 -0
  190. package/dist/esm/types/components/implementations/VideoDriverComponent.js.map +1 -0
  191. package/dist/esm/types/components/implementations/VisionComponent.js +13 -0
  192. package/dist/esm/types/components/implementations/VisionComponent.js.map +1 -0
  193. package/dist/esm/types/components/implementations/WebUIComponent.js +13 -0
  194. package/dist/esm/types/components/implementations/WebUIComponent.js.map +1 -0
  195. package/dist/esm/types/components/implementations/index.js +36 -0
  196. package/dist/esm/types/components/implementations/index.js.map +1 -0
  197. package/dist/esm/types/index.js +7 -0
  198. package/dist/esm/types/index.js.map +1 -0
  199. package/dist/esm/types/localization/OaLanguage.js +132 -0
  200. package/dist/esm/types/localization/OaLanguage.js.map +1 -0
  201. package/dist/esm/types/logs/WinCCOAErrorHandler.js +90 -0
  202. package/dist/esm/types/logs/WinCCOAErrorHandler.js.map +1 -0
  203. package/dist/esm/types/logs/WinCCOALogEntry.js +2 -0
  204. package/dist/esm/types/logs/WinCCOALogEntry.js.map +1 -0
  205. package/dist/esm/types/logs/WinCCOALogParser.js +176 -0
  206. package/dist/esm/types/logs/WinCCOALogParser.js.map +1 -0
  207. package/dist/esm/types/project/CurrentProjectInfo.js +11 -0
  208. package/dist/esm/types/project/CurrentProjectInfo.js.map +1 -0
  209. package/dist/esm/types/project/ProjEnv.js +103 -0
  210. package/dist/esm/types/project/ProjEnv.js.map +1 -0
  211. package/dist/esm/types/project/ProjEnvErrorHandler.js +8 -0
  212. package/dist/esm/types/project/ProjEnvErrorHandler.js.map +1 -0
  213. package/dist/esm/types/project/ProjEnvPmonStatus.js +18 -0
  214. package/dist/esm/types/project/ProjEnvPmonStatus.js.map +1 -0
  215. package/dist/esm/types/project/ProjEnvProject.js +1008 -0
  216. package/dist/esm/types/project/ProjEnvProject.js.map +1 -0
  217. package/dist/esm/types/project/ProjEnvProjectConfig.js +287 -0
  218. package/dist/esm/types/project/ProjEnvProjectConfig.js.map +1 -0
  219. package/dist/esm/types/project/ProjEnvProjectRegistry.js +283 -0
  220. package/dist/esm/types/project/ProjEnvProjectRegistry.js.map +1 -0
  221. package/dist/esm/types/status/WinCCOAManager.js +2 -0
  222. package/dist/esm/types/status/WinCCOAManager.js.map +1 -0
  223. package/dist/esm/types/version/DetailedVersionInfo.js +5 -0
  224. package/dist/esm/types/version/DetailedVersionInfo.js.map +1 -0
  225. package/dist/esm/utils/index.js +9 -0
  226. package/dist/esm/utils/index.js.map +1 -0
  227. package/dist/esm/utils/winccoa-components.js +4 -0
  228. package/dist/esm/utils/winccoa-components.js.map +1 -0
  229. package/dist/esm/utils/winccoa-localization.js +9 -0
  230. package/dist/esm/utils/winccoa-localization.js.map +1 -0
  231. package/dist/esm/utils/winccoa-logging.js +3 -0
  232. package/dist/esm/utils/winccoa-logging.js.map +1 -0
  233. package/dist/esm/utils/winccoa-paths.js +184 -0
  234. package/dist/esm/utils/winccoa-paths.js.map +1 -0
  235. package/dist/esm/utils/winccoa-project-environment.js +66 -0
  236. package/dist/esm/utils/winccoa-project-environment.js.map +1 -0
  237. package/dist/esm/utils/winccoa-version-info.js +20 -0
  238. package/dist/esm/utils/winccoa-version-info.js.map +1 -0
  239. package/dist/index.d.ts +7 -0
  240. package/dist/index.d.ts.map +1 -0
  241. package/dist/types/components/WinCCOAComponent.d.ts +138 -0
  242. package/dist/types/components/WinCCOAComponent.d.ts.map +1 -0
  243. package/dist/types/components/implementations/AlertManagerComponent.d.ts +6 -0
  244. package/dist/types/components/implementations/AlertManagerComponent.d.ts.map +1 -0
  245. package/dist/types/components/implementations/AndroidComponent.d.ts +9 -0
  246. package/dist/types/components/implementations/AndroidComponent.d.ts.map +1 -0
  247. package/dist/types/components/implementations/ApiComponent.d.ts +6 -0
  248. package/dist/types/components/implementations/ApiComponent.d.ts.map +1 -0
  249. package/dist/types/components/implementations/AsciiManagerComponent.d.ts +6 -0
  250. package/dist/types/components/implementations/AsciiManagerComponent.d.ts.map +1 -0
  251. package/dist/types/components/implementations/ConfComponent.d.ts +9 -0
  252. package/dist/types/components/implementations/ConfComponent.d.ts.map +1 -0
  253. package/dist/types/components/implementations/CtrlComponent.d.ts +10 -0
  254. package/dist/types/components/implementations/CtrlComponent.d.ts.map +1 -0
  255. package/dist/types/components/implementations/DNP3Component.d.ts +9 -0
  256. package/dist/types/components/implementations/DNP3Component.d.ts.map +1 -0
  257. package/dist/types/components/implementations/DataComponent.d.ts +9 -0
  258. package/dist/types/components/implementations/DataComponent.d.ts.map +1 -0
  259. package/dist/types/components/implementations/DbManagerComponent.d.ts +6 -0
  260. package/dist/types/components/implementations/DbManagerComponent.d.ts.map +1 -0
  261. package/dist/types/components/implementations/DistComponent.d.ts +6 -0
  262. package/dist/types/components/implementations/DistComponent.d.ts.map +1 -0
  263. package/dist/types/components/implementations/DriverComponent.d.ts +6 -0
  264. package/dist/types/components/implementations/DriverComponent.d.ts.map +1 -0
  265. package/dist/types/components/implementations/EventComponent.d.ts +9 -0
  266. package/dist/types/components/implementations/EventComponent.d.ts.map +1 -0
  267. package/dist/types/components/implementations/HttpComponent.d.ts +6 -0
  268. package/dist/types/components/implementations/HttpComponent.d.ts.map +1 -0
  269. package/dist/types/components/implementations/IEC60870Component.d.ts +9 -0
  270. package/dist/types/components/implementations/IEC60870Component.d.ts.map +1 -0
  271. package/dist/types/components/implementations/IEC61850Component.d.ts +9 -0
  272. package/dist/types/components/implementations/IEC61850Component.d.ts.map +1 -0
  273. package/dist/types/components/implementations/IosComponent.d.ts +9 -0
  274. package/dist/types/components/implementations/IosComponent.d.ts.map +1 -0
  275. package/dist/types/components/implementations/JavaComponent.d.ts +9 -0
  276. package/dist/types/components/implementations/JavaComponent.d.ts.map +1 -0
  277. package/dist/types/components/implementations/JavaScriptComponent.d.ts +9 -0
  278. package/dist/types/components/implementations/JavaScriptComponent.d.ts.map +1 -0
  279. package/dist/types/components/implementations/ModbusComponent.d.ts +9 -0
  280. package/dist/types/components/implementations/ModbusComponent.d.ts.map +1 -0
  281. package/dist/types/components/implementations/OpcComponent.d.ts +9 -0
  282. package/dist/types/components/implementations/OpcComponent.d.ts.map +1 -0
  283. package/dist/types/components/implementations/OpcDaComponent.d.ts +9 -0
  284. package/dist/types/components/implementations/OpcDaComponent.d.ts.map +1 -0
  285. package/dist/types/components/implementations/OpcUaComponent.d.ts +9 -0
  286. package/dist/types/components/implementations/OpcUaComponent.d.ts.map +1 -0
  287. package/dist/types/components/implementations/PmonComponent.d.ts +168 -0
  288. package/dist/types/components/implementations/PmonComponent.d.ts.map +1 -0
  289. package/dist/types/components/implementations/RdbComponent.d.ts +6 -0
  290. package/dist/types/components/implementations/RdbComponent.d.ts.map +1 -0
  291. package/dist/types/components/implementations/ReduComponent.d.ts +6 -0
  292. package/dist/types/components/implementations/ReduComponent.d.ts.map +1 -0
  293. package/dist/types/components/implementations/ReportManagerComponent.d.ts +6 -0
  294. package/dist/types/components/implementations/ReportManagerComponent.d.ts.map +1 -0
  295. package/dist/types/components/implementations/S7Component.d.ts +9 -0
  296. package/dist/types/components/implementations/S7Component.d.ts.map +1 -0
  297. package/dist/types/components/implementations/S7TopSapComponent.d.ts +9 -0
  298. package/dist/types/components/implementations/S7TopSapComponent.d.ts.map +1 -0
  299. package/dist/types/components/implementations/SimComponent.d.ts +9 -0
  300. package/dist/types/components/implementations/SimComponent.d.ts.map +1 -0
  301. package/dist/types/components/implementations/SplitComponent.d.ts +6 -0
  302. package/dist/types/components/implementations/SplitComponent.d.ts.map +1 -0
  303. package/dist/types/components/implementations/UIComponent.d.ts +13 -0
  304. package/dist/types/components/implementations/UIComponent.d.ts.map +1 -0
  305. package/dist/types/components/implementations/ValueArchManagerComponent.d.ts +6 -0
  306. package/dist/types/components/implementations/ValueArchManagerComponent.d.ts.map +1 -0
  307. package/dist/types/components/implementations/VideoDriverComponent.d.ts +6 -0
  308. package/dist/types/components/implementations/VideoDriverComponent.d.ts.map +1 -0
  309. package/dist/types/components/implementations/VisionComponent.d.ts +9 -0
  310. package/dist/types/components/implementations/VisionComponent.d.ts.map +1 -0
  311. package/dist/types/components/implementations/WebUIComponent.d.ts +9 -0
  312. package/dist/types/components/implementations/WebUIComponent.d.ts.map +1 -0
  313. package/dist/types/components/implementations/index.d.ts +36 -0
  314. package/dist/types/components/implementations/index.d.ts.map +1 -0
  315. package/dist/types/index.d.ts +7 -0
  316. package/dist/types/index.d.ts.map +1 -0
  317. package/dist/types/localization/OaLanguage.d.ts +101 -0
  318. package/dist/types/localization/OaLanguage.d.ts.map +1 -0
  319. package/dist/types/logs/WinCCOAErrorHandler.d.ts +35 -0
  320. package/dist/types/logs/WinCCOAErrorHandler.d.ts.map +1 -0
  321. package/dist/types/logs/WinCCOALogEntry.d.ts +12 -0
  322. package/dist/types/logs/WinCCOALogEntry.d.ts.map +1 -0
  323. package/dist/types/logs/WinCCOALogParser.d.ts +53 -0
  324. package/dist/types/logs/WinCCOALogParser.d.ts.map +1 -0
  325. package/dist/types/project/CurrentProjectInfo.d.ts +24 -0
  326. package/dist/types/project/CurrentProjectInfo.d.ts.map +1 -0
  327. package/dist/types/project/ProjEnv.d.ts +73 -0
  328. package/dist/types/project/ProjEnv.d.ts.map +1 -0
  329. package/dist/types/project/ProjEnvErrorHandler.d.ts +6 -0
  330. package/dist/types/project/ProjEnvErrorHandler.d.ts.map +1 -0
  331. package/dist/types/project/ProjEnvPmonStatus.d.ts +23 -0
  332. package/dist/types/project/ProjEnvPmonStatus.d.ts.map +1 -0
  333. package/dist/types/project/ProjEnvProject.d.ts +475 -0
  334. package/dist/types/project/ProjEnvProject.d.ts.map +1 -0
  335. package/dist/types/project/ProjEnvProjectConfig.d.ts +54 -0
  336. package/dist/types/project/ProjEnvProjectConfig.d.ts.map +1 -0
  337. package/dist/types/project/ProjEnvProjectRegistry.d.ts +61 -0
  338. package/dist/types/project/ProjEnvProjectRegistry.d.ts.map +1 -0
  339. package/dist/types/status/WinCCOAManager.d.ts +15 -0
  340. package/dist/types/status/WinCCOAManager.d.ts.map +1 -0
  341. package/dist/types/version/DetailedVersionInfo.d.ts +16 -0
  342. package/dist/types/version/DetailedVersionInfo.d.ts.map +1 -0
  343. package/dist/utils/index.d.ts +9 -0
  344. package/dist/utils/index.d.ts.map +1 -0
  345. package/dist/utils/winccoa-components.d.ts +3 -0
  346. package/dist/utils/winccoa-components.d.ts.map +1 -0
  347. package/dist/utils/winccoa-localization.d.ts +7 -0
  348. package/dist/utils/winccoa-localization.d.ts.map +1 -0
  349. package/dist/utils/winccoa-logging.d.ts +1 -0
  350. package/dist/utils/winccoa-logging.d.ts.map +1 -0
  351. package/dist/utils/winccoa-paths.d.ts +49 -0
  352. package/dist/utils/winccoa-paths.d.ts.map +1 -0
  353. package/dist/utils/winccoa-project-environment.d.ts +34 -0
  354. package/dist/utils/winccoa-project-environment.d.ts.map +1 -0
  355. package/dist/utils/winccoa-version-info.d.ts +14 -0
  356. package/dist/utils/winccoa-version-info.d.ts.map +1 -0
  357. package/package.json +70 -0
@@ -0,0 +1,475 @@
1
+ import { PmonComponent } from '../components/implementations';
2
+ import { ProjEnvProjectRegistry } from '../project/ProjEnvProjectRegistry';
3
+ import { OaLanguage } from '../localization/OaLanguage';
4
+ import { ProjEnvPmonProjectStatus } from './ProjEnvPmonStatus';
5
+ import { ProjEnvManagerState, ProjEnvManagerOptions, ProjEnvManagerStartMode, ProjEnvManagerInfo, ProjEnvProjectState } from './ProjEnv';
6
+ import { WinCCOAErrorHandler } from '../logs/WinCCOAErrorHandler';
7
+ /**
8
+ * @brief WinCC OA Project class for managing project lifecycle and configuration
9
+ * @details Handles project creation, registration, startup, shutdown and management
10
+ * of project components and settings.
11
+ */
12
+ export declare class ProjEnvProject {
13
+ private runnable;
14
+ private version?;
15
+ private currentProject;
16
+ initFromRegister(registry: ProjEnvProjectRegistry): void;
17
+ isCurrentProject(): boolean;
18
+ /**
19
+ * @brief Sets the project identifier
20
+ * @param id Project ID (directory name containing project files)
21
+ * @return Error code:
22
+ * 0 = Success
23
+ * -1 = Invalid project ID
24
+ * -2 = Invalid WinCC OA version
25
+ * -3 = Invalid project path
26
+ */
27
+ setId(id: string): void;
28
+ private format;
29
+ /**
30
+ * @brief Function returns project ID.
31
+ * @return Project ID.
32
+ * @exception Empty string.
33
+ */
34
+ getId(): string;
35
+ /**
36
+ * Gets the WinCC OA version from project config file
37
+ */
38
+ private getProjectVersion;
39
+ /**
40
+ * @brief Function set the project name.
41
+ * @param name Project name.
42
+ * @return Error code.
43
+ * value | description
44
+ * ------|------------
45
+ * 0 | Success.
46
+ * -1 | Name is not valid.
47
+ */
48
+ setName(name: string): void;
49
+ /**
50
+ * @brief Function returns project name.
51
+ * @return Project-name.
52
+ * @exception Empty langString.
53
+ */
54
+ getName(): string;
55
+ getDisplayName(): string;
56
+ /**
57
+ * @brief Function set project version.
58
+ * @param version Project version in format ```<major>.<minor>```
59
+ * @return Error code. Returns 0 when successful. Otherwise -1.
60
+ */
61
+ setVersion(version: string): void;
62
+ /**
63
+ * @brief Function returns project version.
64
+ * @return Project version.
65
+ * @exception Empty string.
66
+ */
67
+ getVersion(): string | undefined;
68
+ /**
69
+ * @brief Function set project dir.
70
+ */
71
+ setInstallDir(dirPath: string): void;
72
+ /**
73
+ * @brief Function returns dir, where are project created.
74
+ * @return Project installation dir.
75
+ */
76
+ getInstallDir(): string | undefined;
77
+ /**
78
+ * @brief Function returns project dir inclusive project self.
79
+ * @return Project dir path.
80
+ */
81
+ getDir(relativeDirPath?: string): string;
82
+ /**
83
+ * @brief Function returns project config path.
84
+ * @param configFileName Name of the config file. Default: "config"
85
+ * @return Project config path.
86
+ */
87
+ getConfigPath(configFileName?: string): string;
88
+ /** Function set project languages.
89
+ * @param languages Project languages.
90
+ * @return Error code. Returns 0 when successful. Otherwise -1.
91
+ */
92
+ setLanguages(languages: OaLanguage[]): void;
93
+ /**
94
+ * @brief Gets configured project languages
95
+ * @return Dynamic array of configured language codes
96
+ */
97
+ getLanguages(): OaLanguage[];
98
+ /**
99
+ * @brief Sets whether the project is runnable
100
+ * @details Not runnable project are typically sub-projects
101
+ * @param runnable True if project should be runnable, false otherwise.
102
+ */
103
+ setRunnable(runnable: boolean): void;
104
+ /**
105
+ * @brief Checks if project is configured as runnable
106
+ * @return True if project is runnable, false otherwise
107
+ */
108
+ isRunnable(): boolean;
109
+ /** @brief Function checks if project (this object) is valid.
110
+ * @return Returns TRUE when object is valid, otherwise FALSE.
111
+ */
112
+ isValid(): boolean;
113
+ /** Function returns the reason, why is this project invalid.
114
+ * @return empty string in case the project is valid, the reason otherwise.
115
+ */
116
+ getInvalidReason(): string;
117
+ /** Set the project directory
118
+ */
119
+ setDir(pathStr: string): void;
120
+ /** @brief Function checks if the project is registered.
121
+ * @details Function does not check if the project physically exists.
122
+ * @return Returns TRUE when project is registered, otherwise FALSE.
123
+ */
124
+ isRegistered(): boolean;
125
+ /**
126
+ * Registers the project with the WinCC OA system.
127
+ * The project must have a valid configuration file.
128
+ *
129
+ * **Retry Logic:**
130
+ * If the first registration attempt fails, automatically retries once.
131
+ * This handles transient failures from file system delays or temporary locks.
132
+ *
133
+ * @synchronized Function is not thread safe.
134
+ * @returns 0 when project is registered successfully, -1 if config not found, -2 on failure
135
+ */
136
+ registerProj(): Promise<number>;
137
+ /**
138
+ * Internal helper to register a project with the WinCC OA system.
139
+ *
140
+ * **Registration Process:**
141
+ * 1. Calls pmon's registerProject command
142
+ * 2. Polls registration status using isRegistered() with 100ms intervals
143
+ * 3. Waits up to 5 seconds (50 attempts) for registration to complete
144
+ * 4. Reloads project registry cache automatically via file watching
145
+ *
146
+ * **Async Behavior:**
147
+ * Uses async/await to properly wait between status checks, preventing
148
+ * busy-waiting and allowing the file system watcher to detect changes.
149
+ *
150
+ * @param configFile - Absolute path to the project's config file
151
+ * @returns 0 on success, -2 on timeout or failure
152
+ */
153
+ private tryToRegister;
154
+ /**
155
+ * Unregisters the project from the WinCC OA system.
156
+ * The project files remain unchanged; only the system registration is removed.
157
+ *
158
+ * **Retry Logic:**
159
+ * If the first unregistration attempt fails, automatically retries once.
160
+ * This handles transient failures from file system delays or temporary locks.
161
+ *
162
+ * @synchronized Function is not thread safe.
163
+ * @returns 0 when project is unregistered successfully, -2 on failure
164
+ */
165
+ unregisterProj(): Promise<number>;
166
+ /**
167
+ * Internal helper to unregister a project from the WinCC OA system.
168
+ *
169
+ * **Unregistration Process:**
170
+ * 1. Calls pmon's unregisterProject command
171
+ * 2. Polls registration status using isRegistered() with 100ms intervals
172
+ * 3. Waits up to 0.5 seconds (5 attempts) for unregistration to complete
173
+ * 4. Reloads project registry cache automatically via file watching
174
+ *
175
+ * **Async Behavior:**
176
+ * Uses async/await to properly wait between status checks, preventing
177
+ * busy-waiting and allowing the file system watcher to detect changes.
178
+ *
179
+ * @param projId - The project ID to unregister
180
+ * @returns 0 on success, -2 on timeout or failure
181
+ */
182
+ private tryToUnregister;
183
+ /** @brief Function checks if the project physically exists.
184
+ * @details Does not check if is registered.
185
+ * @return Returns TRUE when project is exists, otherwise FALSE.
186
+ */
187
+ exists(): boolean;
188
+ /** @brief Function convert this object to string variable.
189
+ * @details This is helper for debugging in std log.
190
+ * @param prefix Prefix for each new line.
191
+ * @return Object formatted in string variable.
192
+ */
193
+ toString(prefix?: string): string;
194
+ /** @brief Function removes (physical) and un-register the project.
195
+ *
196
+ * @synchronized Function is not thread safe.
197
+ * @return Error code. Returns 0 when successful. Otherwise -1.
198
+ * @warning Work only with locale host.
199
+ */
200
+ deleteProj(): Promise<number>;
201
+ /**
202
+ * @brief Starts the project and waits for completion
203
+ * @param timeOut Seconds to wait for project startup (0 = don't wait)
204
+ * @return Error code:
205
+ * 0 = Success
206
+ * -1 = Start failed
207
+ * -2 = Before-start hook failed
208
+ * -3 = After-start hook failed
209
+ * -4 = Wait timeout
210
+ * -5 = After-started hook failed
211
+ */
212
+ start(): Promise<number>;
213
+ /** @brief Function stops the Project.
214
+ * @param timeOut for stopping the project.
215
+ * @details But the pmon are still on living after them. Stop only all project managers.
216
+ * With default parameter the function does not wait till project stopped.
217
+ When the function is called with parameter >= 0 it waits the amount in seconds till the Project has the State Down
218
+ *
219
+ * @return Error code. Returns 0 when successful. Otherwise -1.
220
+ */
221
+ stop(): Promise<number>;
222
+ /** @brief Function restarts the project.
223
+ * @param timeOut for starting the project.
224
+ * @details Start the project via pmon interface.
225
+ * Function start also pmon self, when is not running.
226
+ * The function does wait till project is restarted.
227
+ * When the function is called with *timeOut* > 0 it waits the amount in seconds till the Project has the State Monitoring again.
228
+ *
229
+ * @return Error code.
230
+ * value | description
231
+ * ------|------------
232
+ * 0 | Success.
233
+ * -1 | Pmon does not accept start command. Ex. NW-problem.
234
+ * -2 | Could not restart project within timeOut.
235
+ * -3 | Project could not be stopped within timeOut
236
+ */
237
+ restart(): Promise<number>;
238
+ /** @brief Function kills manager at the given idx.
239
+ * @details Index begin with 1. Pmon has idx 0 in progs file.
240
+ *
241
+ * @param manIdx Manager index in the pmon table.
242
+ * @return Error code. Returns 0 when successful. Otherwise -1.
243
+ */
244
+ killManager(manIdx: number): Promise<number>;
245
+ /** @brief Function start pmon for this project.
246
+ * @details Pmon can be started locally only.
247
+ * @return Error code.
248
+ * value | description
249
+ * ------|------------
250
+ * 0 | Success.
251
+ * -1 | Cannot start pmon. See log file for more information.
252
+ * -2 | Cannot connect to pmon.
253
+ */
254
+ startPmon(): Promise<number>;
255
+ /**
256
+ * @brief Function stop the Pmon.
257
+ *
258
+ * @details The function stops also the project with it.
259
+ * @param timeout Time in s.ms to wait for pmon stop
260
+ * @return Returns 0 when successful, otherwise -1.
261
+ */
262
+ stopPmon(timeout: number | undefined): Promise<number>;
263
+ /** @brief Function checks if pmon is running.
264
+ * @details Checks only pmon, does not check if the pmon is running for this project.
265
+ * It can be used to general check, if the pmon with given host, port is
266
+ * running. Be sure that you have nw-connection to the remote pmon-host.
267
+ * @return Returns TRUE when pmon is running on the host, otherwise FALSE.
268
+ */
269
+ isPmonRunning(): Promise<boolean>;
270
+ /** @brief Function checks if is the pmon running.
271
+ * @return Returns TRUE when pmon with 'this' project is running on the host, otherwise FALSE.
272
+ */
273
+ isRunning(): boolean;
274
+ /** Returns current project status.
275
+ @details The function returns the project status. The status is stored in the pmon table.
276
+ @return Project status.
277
+ @see ProjEnvProjectState.
278
+ */
279
+ getStatus(): ProjEnvProjectState | undefined;
280
+ /** Function checks if the project is in emergency mode.
281
+ *
282
+ * @returns true if emergency mode is active, false otherwise
283
+ */
284
+ isEmergencyMode(): boolean | undefined;
285
+ /** Function checks if the project use demo license.
286
+ *
287
+ * @returns true if demo mode-license is active, false otherwise
288
+ */
289
+ isDemoMode(): boolean | undefined;
290
+ /** @brief Function activates a debug flag
291
+ * @details Sends the "activate debug flag(s)" command during running time
292
+ * @param manIdx Manager index in the pmon table.
293
+ * @param dbgFlags debug parameter e.g.: -dbg 2 or -report ALL
294
+ * @return Returns 0 when flag was set, otherwise returns -1 or -2.
295
+ */
296
+ sendDbgFlag(manIdx: number, dbgFlags: string): Promise<number>;
297
+ /** @brief Function starts manager at the given idx.
298
+ * @details Index begin with 1. Pmon has idx 0 in progs file.
299
+ *
300
+ * @param manIdx Manager index in the pmon table.
301
+ * @param timeOut Time to wait for expected manager state.
302
+ * @param state Expected manager state.
303
+ * @return Error code. Returns 0 when . Otherwise -1.
304
+ */
305
+ startManager(manIdx: number): Promise<number>;
306
+ /** @brief Function stopped manager at the given idx.
307
+ * @details Index begin with 1. Pmon has idx 0 in progs file.
308
+ *
309
+ * @param manIdx Manager index in the pmon table.
310
+ * @param timeOut Time to wait for expected manager state.
311
+ * @param state Expected manager state.
312
+ * @return Error code. Returns 0 when successful. Otherwise -1.
313
+ */
314
+ stopManager(manIdx: number): Promise<number>;
315
+ /** @brief Function deletes manager at the given idx.
316
+ * @param manIdx Manager index in the pmon table.
317
+ * Index begin with 1. Pmon has idx 0 in progs file.
318
+ * @return Error code. Returns 0 when successful. Otherwise -1.
319
+ */
320
+ deleteManager(manIdx: number): Promise<number>;
321
+ /** @brief Function inserts manager at the given idx.
322
+ * @details Index begin with 1. Pmon has index 0 in progs file.
323
+ * @param opts Manager options.
324
+ * @param manIdx Manager index in the pmon table.
325
+ * Index begin with 1. Pmon has idx 0 in progs file.
326
+ * @return Error code. Returns -1 when failed, -2 when pmon is not reachable, otherwise returns the index of the inserted manager.
327
+ */
328
+ insertManager(opts: ProjEnvManagerOptions, manIdx?: number | undefined): Promise<number>;
329
+ /** @brief Function changes manager options at the given index.
330
+ * @details Index begin with 1. Pmon has index 0 in progs file.
331
+ * @param manIdx Manager index in the pmon table.
332
+ * Index begin with 1. Pmon has index 0 in progs file.
333
+ * @param opts Manager options.
334
+ * @return Error code. Returns 0 when successful. Otherwise -1.
335
+ */
336
+ changeManagerOptions(manIdx: number, opts: ProjEnvManagerOptions): Promise<number>;
337
+ /** @brief Function changes manager start mode at the given index.
338
+ * @details Index begin with 1. Pmon has index 0 in progs file.
339
+ * @param manIdx Manager index in the pmon table.
340
+ * Index begin with 1. Pmon has index 0 in progs file.
341
+ * @param startMode Start mode of the manager.
342
+ * @return Error code. Returns 0 when successful. Otherwise -1.
343
+ */
344
+ changeManagerStartMode(manIdx: number, startMode: ProjEnvManagerStartMode): Promise<number>;
345
+ /** @brief Function changes manager start options at the given index.
346
+ * @details Index begin with 1. Pmon has index 0 in progs file.
347
+ * @param manIdx Manager index in the pmon table.
348
+ * Index begin with 1. Pmon has index 0 in progs file.
349
+ * @param startOptions Start options of the manager.
350
+ * @return Error code. Returns 0 when successful. Otherwise -1.
351
+ */
352
+ changeManagerStartOptions(manIdx: number, startOptions: string): Promise<number>;
353
+ /** @brief Function returns manager options at the given index.
354
+ * @details Index begin with 1. Pmon has index 0 in progs file.
355
+ * @param idx Manager index in the pmon table.
356
+ * @return Manager options. Returns NULL when failed.
357
+ */
358
+ getManagerOptions(idx: number): ProjEnvManagerOptions | null;
359
+ /** @brief Function returns list of all manager options.
360
+ * @details The function returns the list of all manager options.
361
+ * The list is stored in the pmon table.
362
+ * @return List of ProjEnvManagerOptions. In case of error is empty dyn_anytype.
363
+ */
364
+ getListOfManagerOptions(): any[];
365
+ /** @brief Function returns project status.
366
+ * @details The function returns the project status.
367
+ * The status is stored in the pmon table.
368
+ * @return Project status ProjEnvPmonProjectStatus. In case of error returns undefined.
369
+ */
370
+ getProjectStatus(): ProjEnvPmonProjectStatus | undefined;
371
+ /**
372
+ * @brief Function returns manager info as mapping.
373
+ * @param idx Manager index in the pmon table.
374
+ * Index begin with 1. Pmon has idx 0 in progs file.
375
+ * @return Manager information ProjEnvManagerInfo. In case of error returns empty ProjEnvManagerInfo.
376
+ */
377
+ getManagerInfo(idx: number): ProjEnvManagerInfo | undefined;
378
+ /**
379
+ * @brief Function returns manager state ProjEnvManagerState.
380
+ * @param idx Manager index in the pmon table.
381
+ * Index begin with 1. Pmon has idx 0 in progs file.
382
+ * @return Manager state. See also ProjEnvManagerState.
383
+ */
384
+ getManagerStatus(idx: number): ProjEnvManagerState | undefined;
385
+ /** @brief Function insert value to project config file.
386
+ * @param value Value to insert into the config file
387
+ * @param key Config key under which to insert the value
388
+ * @param section Config section name (defaults to "general")
389
+ * @param configFile Name of config file (defaults to "config")
390
+ * @return Error code:
391
+ * 0 = Success
392
+ * -1 = Failed to insert value
393
+ */
394
+ insertCfgValue(value: unknown, key: string, section?: string, configFile?: string): number;
395
+ /** @brief Function set value to project config file.
396
+ * @param value Value to set in the config file
397
+ * @param key Config key to set
398
+ * @param section Config section name (defaults to "general")
399
+ * @param configFile Name of config file (defaults to "config")
400
+ * @return Error code:
401
+ * 0 = Success
402
+ * -1 = Failed to set value
403
+ */
404
+ setCfgValue(value: unknown, key: string, section?: string, configFile?: string): number;
405
+ /** @brief Function deletes value in project config file.
406
+ * @param value Value to delete from config
407
+ * @param key Config key to delete
408
+ * @param section Config section name (defaults to "general")
409
+ * @param configFile Name of config file (defaults to "config")
410
+ * @return Error code:
411
+ * 0 = Success
412
+ * -1 = Failed to delete value
413
+ */
414
+ deleteCfgValue(value: unknown, key: string, section?: string, configFile?: string): number;
415
+ /** @brief Function deletes entry in config file, used when only the key is known - but not the value. Deletes only one entry, from top to bottom
416
+ * @param key Config key.
417
+ * @param section Config section.
418
+ * @param configFile Config file.
419
+ * @return Error code. Returns 0 when successful. Otherwise -1.
420
+ */
421
+ deleteCfgEntry(key: string, section?: string, configFile?: string): number;
422
+ /** Returns ID formatted for logs.
423
+ * It includes few more information, like host name, which makes the log analysis
424
+ * for parallel (multiple nodes) executions more easy.
425
+ */
426
+ getIdInLogFormat(): string;
427
+ /** Returns default project location (directory).
428
+ * @details The default project location is the last used project directory.
429
+ * If the last used project directory is not set, the default location is:
430
+ * - Windows: C:\WinCC_OA_Proj\
431
+ * - Linux: /opt/WinCC_OA_Proj/
432
+ * @return Default project location (directory).
433
+ */
434
+ getDefaultInstallDir(): string;
435
+ /** @brief Function checks if the given file path belongs to this project.
436
+ * @param filePath Full path to the file to check.
437
+ * @return Returns TRUE if the file belongs to this project, otherwise FALSE.
438
+ */
439
+ isProjectFile(filePath: string): boolean;
440
+ /** @brief Function returns sub-projects of this project.
441
+ * @details In case the project does not contains sub-projects, the function returns an empty array.
442
+ * @return Array of sub-projects.
443
+ */
444
+ getSubProjects(): ProjEnvProject[];
445
+ /** @brief Function checks if the project is protected.
446
+ * @details A project is considered protected if it has a password set in the progs file.
447
+ * @returns true if the project is protected, false otherwise.
448
+ */
449
+ isProtected(): boolean;
450
+ /** @brief Function logs into the project using the provided credentials.
451
+ * @details This function logs into the project using the provided username and password.
452
+ * It verifies the credentials against the project's pmon component.
453
+ * @param username The username to use for login.
454
+ * @param password The password to use for login.
455
+ */
456
+ loginPmon(username: string, password: string): Promise<void>;
457
+ /** @brief Function sets the credentials for the project.
458
+ * @details This function sets the credentials for the project in the pmon component.
459
+ * @param username The username to set.
460
+ * @param password The password to set.
461
+ * @return Error code:
462
+ * 0 = Success
463
+ * -1 = Failed to set credentials
464
+ */
465
+ setPmonCredentials(username: string, password: string): Promise<number>;
466
+ protected _id: string;
467
+ protected _name: string;
468
+ protected installPath?: string;
469
+ protected _pmon: PmonComponent;
470
+ protected _errorHandler: WinCCOAErrorHandler;
471
+ private _languages;
472
+ private _subProjects;
473
+ private _projectConfigFile;
474
+ }
475
+ //# sourceMappingURL=ProjEnvProject.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProjEnvProject.d.ts","sourceRoot":"","sources":["../../../src/types/project/ProjEnvProject.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAA2B,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AACpG,OAAO,EAAE,UAAU,EAAwB,MAAM,4BAA4B,CAAC;AAI9E,OAAO,EAAE,wBAAwB,EAAqB,MAAM,qBAAqB,CAAC;AAElF,OAAO,EAEH,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,kBAAkB,EAElB,mBAAmB,EACtB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAIlE;;;;GAIG;AACH,qBAAa,cAAc;IACvB,OAAO,CAAC,QAAQ,CAA0D;IAC1E,OAAO,CAAC,OAAO,CAAC,CAAS;IACzB,OAAO,CAAC,cAAc,CAAS;IAGxB,gBAAgB,CAAC,QAAQ,EAAE,sBAAsB;IAoHjD,gBAAgB,IAAI,OAAO;IAKlC;;;;;;;;OAQG;IACI,KAAK,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAqB9B,OAAO,CAAC,MAAM;IAQd;;;;OAIG;IACI,KAAK,IAAI,MAAM;IAItB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAKzB;;;;;;;;OAQG;IACI,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAQlC;;;;OAIG;IACI,OAAO,IAAI,MAAM;IAIjB,cAAc,IAAI,MAAM;IAK/B;;;;OAIG;IACI,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IASxC;;;;OAIG;IACI,UAAU,IAAI,MAAM,GAAG,SAAS;IAIvC;;OAEG;IACI,aAAa,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAoB3C;;;OAGG;IACI,aAAa,IAAI,MAAM,GAAG,SAAS;IAK1C;;;OAGG;IACI,MAAM,CAAC,eAAe,SAAK,GAAG,MAAM;IAqB3C;;;;OAIG;IACI,aAAa,CAAC,cAAc,SAAW,GAAG,MAAM;IAOvD;;;OAGG;IACI,YAAY,CAAC,SAAS,EAAE,UAAU,EAAE,GAAG,IAAI;IAKlD;;;OAGG;IACI,YAAY,IAAI,UAAU,EAAE;IAKnC;;;;OAIG;IACI,WAAW,CAAC,QAAQ,EAAE,OAAO,GAAG,IAAI;IAO3C;;;OAGG;IACI,UAAU,IAAI,OAAO;IAK5B;;OAEG;IACI,OAAO,IAAI,OAAO;IAKzB;;OAEG;IACI,gBAAgB,IAAI,MAAM;IAgCjC;OACG;IACI,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAQpC;;;OAGG;IACI,YAAY,IAAI,OAAO;IAM9B;;;;;;;;;;OAUG;IACU,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC;IA0C5C;;;;;;;;;;;;;;;OAeG;YACW,aAAa;IAwB3B;;;;;;;;;;OAUG;IACU,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC;IAiB9C;;;;;;;;;;;;;;;OAeG;YACW,eAAe;IAmB7B;;;OAGG;IACI,MAAM,IAAI,OAAO;IAMxB;;;;OAIG;IACI,QAAQ,CAAC,MAAM,SAAK,GAAG,MAAM;IAYpC;;;;;OAKG;IACU,UAAU,IAAI,OAAO,CAAC,MAAM,CAAC;IAU1C;;;;;;;;;;OAUG;IACU,KAAK,IAAI,OAAO,CAAC,MAAM,CAAC;IAOrC;;;;;;;KAOC;IACY,IAAI,IAAI,OAAO,CAAC,MAAM,CAAC;IAMpC;;;;;;;;;;;;;;OAcG;IACU,OAAO,IAAI,OAAO,CAAC,MAAM,CAAC;IAMvC;;;;;OAKG;IACU,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAMzD;;;;;;;;OAQG;IACU,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC;IAKzC;;;;;;OAMG;IACU,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC,MAAM,CAAC;IASnE;;;;;OAKG;IACU,aAAa,IAAI,OAAO,CAAC,OAAO,CAAC;IAM9C;;OAEG;IACI,SAAS,IAAI,OAAO;IAK3B;;;;IAIA;IACO,SAAS,IAAI,mBAAmB,GAAG,SAAS;IAKnD;;;OAGG;IACI,eAAe,IAAI,OAAO,GAAG,SAAS;IAK7C;;;OAGG;IACI,UAAU,IAAI,OAAO,GAAG,SAAS;IAKxC;;;;;OAKG;IACU,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAM3E;;;;;;;OAOG;IACU,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAM1D;;;;;;;OAOG;IACU,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAMzD;;;;OAIG;IACU,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAM3D;;;;;;OAMG;IACU,aAAa,CACtB,IAAI,EAAE,qBAAqB,EAC3B,MAAM,GAAE,MAAM,GAAG,SAAqB,GACvC,OAAO,CAAC,MAAM,CAAC;IAMlB;;;;;;OAMG;IACU,oBAAoB,CAC7B,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,qBAAqB,GAC5B,OAAO,CAAC,MAAM,CAAC;IAMlB;;;;;;OAMG;IACU,sBAAsB,CAC/B,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,uBAAuB,GACnC,OAAO,CAAC,MAAM,CAAC;IAQlB;;;;;;OAMG;IACU,yBAAyB,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAQ7F;;;;OAIG;IACI,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,qBAAqB,GAAG,IAAI;IAMnE;;;;OAIG;IACI,uBAAuB,IAAI,GAAG,EAAE;IAKvC;;;;OAIG;IACI,gBAAgB,IAAI,wBAAwB,GAAG,SAAS;IAK/D;;;;;OAKG;IACI,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS;IAKlE;;;;;OAKG;IACI,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,mBAAmB,GAAG,SAAS;IAKrE;;;;;;;;OAQG;IACI,cAAc,CACjB,KAAK,EAAE,OAAO,EACd,GAAG,EAAE,MAAM,EACX,OAAO,SAAY,EACnB,UAAU,SAAW,GACtB,MAAM;IAOT;;;;;;;;OAQG;IACI,WAAW,CACd,KAAK,EAAE,OAAO,EACd,GAAG,EAAE,MAAM,EACX,OAAO,SAAY,EACnB,UAAU,SAAW,GACtB,MAAM;IAOT;;;;;;;;OAQG;IACI,cAAc,CACjB,KAAK,EAAE,OAAO,EACd,GAAG,EAAE,MAAM,EACX,OAAO,SAAY,EACnB,UAAU,SAAW,GACtB,MAAM;IAOT;;;;;OAKG;IACI,cAAc,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,SAAY,EAAE,UAAU,SAAW,GAAG,MAAM;IAOtF;;;OAGG;IACI,gBAAgB,IAAI,MAAM;IAMjC;;;;;;OAMG;IACI,oBAAoB,IAAI,MAAM;IASrC;;;OAGG;IACI,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;IAS/C;;;OAGG;IACI,cAAc,IAAI,cAAc,EAAE;IAKzC;;;OAGG;IACI,WAAW,IAAI,OAAO;IAqB7B;;;;;OAKG;IACU,SAAS,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAgBzE;;;;;;;OAOG;IACU,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAoBpF,SAAS,CAAC,GAAG,SAAM;IACnB,SAAS,CAAC,KAAK,SAAM;IAErB,SAAS,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAG/B,SAAS,CAAC,KAAK,EAAE,aAAa,CAAuB;IAErD,SAAS,CAAC,aAAa,EAAE,mBAAmB,CAA6B;IAOzE,OAAO,CAAC,UAAU,CAAoB;IAGtC,OAAO,CAAC,YAAY,CAAwB;IAG5C,OAAO,CAAC,kBAAkB,CAAoD;CACjF"}
@@ -0,0 +1,54 @@
1
+ export declare class ProjEnvProjectConfig {
2
+ throwErrors: boolean;
3
+ protected _configFilePath: string;
4
+ /**
5
+ * Default constructor
6
+ * @param configFilePath optional path to config file
7
+ */
8
+ constructor(configFilePath?: string);
9
+ /**
10
+ * Return full native path to the config file. Returns empty string
11
+ * if not set.
12
+ */
13
+ getConfigPath(): string;
14
+ /**
15
+ * Set config path. This only sets the member; it does not create files.
16
+ */
17
+ setConfigPath(configFilePath: string): void;
18
+ /**
19
+ * Insert a value into the config. Placeholder: returns -1 and optionally
20
+ * throws when not implemented.
21
+ */
22
+ insertValue(value: unknown, key: string, _section?: string): number;
23
+ /**
24
+ * Set a value in the config. Placeholder implementation.
25
+ */
26
+ setValue(value: unknown, key: string, _section?: string): number;
27
+ /**
28
+ * Delete a value in the config. Placeholder implementation.
29
+ */
30
+ deleteValue(value: unknown, key: string, _section?: string): number;
31
+ /**
32
+ * Delete an entry by key in the config. Placeholder implementation.
33
+ */
34
+ deleteEntry(key: string, _section?: string): number;
35
+ getEntryValueList(key: string, _section?: string): string[] | undefined;
36
+ getEntryValue(key: string, _section?: string): string | undefined;
37
+ private loaded;
38
+ private sections;
39
+ private getSection;
40
+ /**
41
+ * Parses a configuration file into sections
42
+ * @param content File content to parse
43
+ * @returns Sections with key-value pairs
44
+ */
45
+ private parseConfigSections;
46
+ /**
47
+ * Save sections back to the config file.
48
+ * Ensures `[general]` is always the first section. Other sections and keys
49
+ * are written alphanumerically.
50
+ */
51
+ private saveConfigSections;
52
+ }
53
+ export default ProjEnvProjectConfig;
54
+ //# sourceMappingURL=ProjEnvProjectConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProjEnvProjectConfig.d.ts","sourceRoot":"","sources":["../../../src/types/project/ProjEnvProjectConfig.ts"],"names":[],"mappings":"AAkBA,qBAAa,oBAAoB;IAEtB,WAAW,UAAQ;IAG1B,SAAS,CAAC,eAAe,SAAM;IAE/B;;;OAGG;gBACS,cAAc,GAAE,MAAW;IAIvC;;;OAGG;IACI,aAAa,IAAI,MAAM;IAI9B;;OAEG;IACI,aAAa,CAAC,cAAc,EAAE,MAAM,GAAG,IAAI;IAWlD;;;OAGG;IACI,WAAW,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,SAAY,GAAG,MAAM;IAmB7E;;OAEG;IACI,QAAQ,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,SAAY,GAAG,MAAM;IAkB1E;;OAEG;IACI,WAAW,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,SAAY,GAAG,MAAM;IAwB7E;;OAEG;IACI,WAAW,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,SAAY,GAAG,MAAM;IAsBtD,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,SAAY,GAAG,MAAM,EAAE,GAAG,SAAS;IAoB1E,aAAa,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,SAAY,GAAG,MAAM,GAAG,SAAS;IAoB3E,OAAO,CAAC,MAAM,CAAkB;IAChC,OAAO,CAAC,QAAQ,CAAyD;IAEzE,OAAO,CAAC,UAAU;IAUlB;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IA0C3B;;;;OAIG;IACH,OAAO,CAAC,kBAAkB;CA0C7B;AAED,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,61 @@
1
+ /**
2
+ * Represents the basic configuration information for a WinCC OA project
3
+ * as stored in the PVSS configuration files and Windows registry.
4
+ */
5
+ export interface ProjEnvProjectRegistry {
6
+ /** The project ID */
7
+ id: string;
8
+ /** Absolute path to the project installation directory */
9
+ installationDir: string;
10
+ /** ISO 8601 date string when the project was installed/created */
11
+ installationDate: string;
12
+ /** Whether this project is runnable (has proper configuration) */
13
+ notRunnable: boolean;
14
+ /** Optional company/organization that created the project */
15
+ company?: string;
16
+ /** Optional the display name of the project */
17
+ name?: string;
18
+ /** Optional the project description */
19
+ description?: string;
20
+ /** Whether this is the currently active project in WinCC OA */
21
+ currentProject?: boolean;
22
+ installationVersion?: string;
23
+ invalidReason?: string;
24
+ }
25
+ export interface ProductRegistry extends ProjEnvProjectRegistry {
26
+ lastUsedProjectDir?: string;
27
+ currentproject?: string;
28
+ }
29
+ /**
30
+ * Retrieves all registered WinCC OA projects from the system configuration.
31
+ * Loads from pvssInst.conf on first call and caches the results.
32
+ * The cache is automatically refreshed when the configuration file changes.
33
+ *
34
+ * @returns Array of all registered project configurations
35
+ */
36
+ export declare function getRegisteredProjects(): ProjEnvProjectRegistry[];
37
+ /**
38
+ * Retrieves all registered WinCC OA product installations (versions) from the system.
39
+ * Loads from pvssInst.conf on first call and caches the results.
40
+ * The cache is automatically refreshed when the configuration file changes.
41
+ *
42
+ * @returns Array of all registered product (version) configurations
43
+ */
44
+ export declare function getRegisteredProducts(): ProductRegistry[];
45
+ /**
46
+ * Finds a registered project by its unique identifier.
47
+ *
48
+ * @param id - The project ID to search for
49
+ * @returns Project registry entry if found, undefined otherwise
50
+ */
51
+ export declare function findProjectRegistryById(id: string): ProjEnvProjectRegistry | undefined;
52
+ export declare function getProductByVersion(version: string): ProductRegistry | undefined;
53
+ export declare function getLastUsedProjectDir(version: string): string | undefined;
54
+ /**
55
+ * Forces an immediate reload of project registries from pvssInst.conf.
56
+ * Useful when you need to ensure the cache is up-to-date.
57
+ * Note: File watching with automatic reload is already active, so this
58
+ * is typically only needed for manual refresh scenarios.
59
+ */
60
+ export declare function reloadProjectRegistries(): void;
61
+ //# sourceMappingURL=ProjEnvProjectRegistry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProjEnvProjectRegistry.d.ts","sourceRoot":"","sources":["../../../src/types/project/ProjEnvProjectRegistry.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,MAAM,WAAW,sBAAsB;IACnC,qBAAqB;IACrB,EAAE,EAAE,MAAM,CAAC;IAEX,0DAA0D;IAC1D,eAAe,EAAE,MAAM,CAAC;IAExB,kEAAkE;IAClE,gBAAgB,EAAE,MAAM,CAAC;IAEzB,kEAAkE;IAClE,WAAW,EAAE,OAAO,CAAC;IAErB,6DAA6D;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,+CAA+C;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,uCAAuC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,+DAA+D;IAC/D,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,eAAgB,SAAQ,sBAAsB;IAC3D,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AA0BD;;;;;;GAMG;AACH,wBAAgB,qBAAqB,IAAI,sBAAsB,EAAE,CAGhE;AAED;;;;;;GAMG;AACH,wBAAgB,qBAAqB,IAAI,eAAe,EAAE,CAGzD;AAED;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,EAAE,EAAE,MAAM,GAAG,sBAAsB,GAAG,SAAS,CAEtF;AAED,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS,CAGhF;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAGzE;AAED;;;;;GAKG;AACH,wBAAgB,uBAAuB,IAAI,IAAI,CAE9C"}
@@ -0,0 +1,15 @@
1
+ export interface WinCCOAManager {
2
+ index: number;
3
+ name: string;
4
+ status: string;
5
+ pid?: number;
6
+ startMode?: 'manual' | 'once' | 'always';
7
+ secKill?: number;
8
+ restartCount?: number;
9
+ resetMin?: number;
10
+ args?: string;
11
+ runningState?: 'stopped' | 'init' | 'running' | 'blocked';
12
+ managerNumber?: number;
13
+ startTimeStamp?: Date;
14
+ }
15
+ //# sourceMappingURL=WinCCOAManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WinCCOAManager.d.ts","sourceRoot":"","sources":["../../../src/types/status/WinCCOAManager.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;IAC1D,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,IAAI,CAAC;CACzB"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Detailed version information for WinCC OA components.
3
+ */
4
+ export interface DetailedVersionInfo {
5
+ /** Major version number */
6
+ major: number;
7
+ /** Minor version number */
8
+ minor: number;
9
+ /** Optional patch version number */
10
+ patch?: number;
11
+ /** Original version string */
12
+ raw: string;
13
+ /** Numeric comparable value produced by parseVersionString */
14
+ numeric?: number;
15
+ }
16
+ //# sourceMappingURL=DetailedVersionInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DetailedVersionInfo.d.ts","sourceRoot":"","sources":["../../../src/types/version/DetailedVersionInfo.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,mBAAmB;IAChC,2BAA2B;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,2BAA2B;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,oCAAoC;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,8BAA8B;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,8DAA8D;IAC9D,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Utility Functions
3
+ * Core utility functions for WinCC OA operations
4
+ */
5
+ export * from './winccoa-components';
6
+ export * from './winccoa-paths';
7
+ export * from './winccoa-project-environment';
8
+ export * from './winccoa-version-info';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { WinCCOAComponent } from '../types/components/WinCCOAComponent';
2
+ export declare function getComponentName(component: WinCCOAComponent): string;
3
+ //# sourceMappingURL=winccoa-components.d.ts.map