@lcap/nasl 3.4.0-beta.6 → 3.5.0-alpha.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 (801) hide show
  1. package/.mocharc.js +1 -1
  2. package/out/automate/engine/uniqueName.js +7 -3
  3. package/out/automate/engine/uniqueName.js.map +1 -1
  4. package/out/automate/engine/utils.d.ts +1 -1
  5. package/out/automate/engine/utils.js +6 -6
  6. package/out/automate/engine/utils.js.map +1 -1
  7. package/out/bak/translator.js +2 -1
  8. package/out/bak/translator.js.map +1 -1
  9. package/out/breakpoint/generator/AfterStartNode.js +1 -1
  10. package/out/breakpoint/generator/AfterStartNode.js.map +1 -1
  11. package/out/breakpoint/generator/BeforeEndNode.js +1 -1
  12. package/out/breakpoint/generator/BeforeEndNode.js.map +1 -1
  13. package/out/breakpoint/generator/BreakpointNode.js +3 -3
  14. package/out/breakpoint/generator/BreakpointNode.js.map +1 -1
  15. package/out/common/BaseNode.d.ts +16 -12
  16. package/out/common/BaseNode.js +41 -140
  17. package/out/common/BaseNode.js.map +1 -1
  18. package/out/common/Command.js +1 -2
  19. package/out/common/Command.js.map +1 -1
  20. package/out/common/EventEmitter.d.ts +1 -1
  21. package/out/common/EventEmitter.js +8 -2
  22. package/out/common/EventEmitter.js.map +1 -1
  23. package/out/common/Messager.js +0 -2
  24. package/out/common/Messager.js.map +1 -1
  25. package/out/common/utils.d.ts +2 -2
  26. package/out/common/utils.js.map +1 -1
  27. package/out/concepts/Abort__.d.ts +1 -1
  28. package/out/concepts/Abort__.js +9 -17
  29. package/out/concepts/Abort__.js.map +1 -1
  30. package/out/concepts/AbstractInterface__.d.ts +1 -1
  31. package/out/concepts/AbstractInterface__.js +5 -9
  32. package/out/concepts/AbstractInterface__.js.map +1 -1
  33. package/out/concepts/Anchor__.d.ts +1 -1
  34. package/out/concepts/Anchor__.js +6 -19
  35. package/out/concepts/Anchor__.js.map +1 -1
  36. package/out/concepts/AnonymousFunction__.d.ts +5 -5
  37. package/out/concepts/AnonymousFunction__.js +28 -53
  38. package/out/concepts/AnonymousFunction__.js.map +1 -1
  39. package/out/concepts/App__.d.ts +19 -19
  40. package/out/concepts/App__.js +243 -295
  41. package/out/concepts/App__.js.map +1 -1
  42. package/out/concepts/Argument__.d.ts +3 -3
  43. package/out/concepts/Argument__.js +12 -35
  44. package/out/concepts/Argument__.js.map +1 -1
  45. package/out/concepts/Assignee__.d.ts +2 -2
  46. package/out/concepts/Assignee__.js +41 -46
  47. package/out/concepts/Assignee__.js.map +1 -1
  48. package/out/concepts/AssignmentLine__.d.ts +1 -1
  49. package/out/concepts/AssignmentLine__.js +13 -21
  50. package/out/concepts/AssignmentLine__.js.map +1 -1
  51. package/out/concepts/Assignment__.d.ts +2 -2
  52. package/out/concepts/Assignment__.js +43 -38
  53. package/out/concepts/Assignment__.js.map +1 -1
  54. package/out/concepts/Attribute__.d.ts +6 -6
  55. package/out/concepts/Attribute__.js +16 -74
  56. package/out/concepts/Attribute__.js.map +1 -1
  57. package/out/concepts/AuthInterface__.d.ts +3 -3
  58. package/out/concepts/AuthInterface__.js +11 -24
  59. package/out/concepts/AuthInterface__.js.map +1 -1
  60. package/out/concepts/AuthLogicForCallInterface__.d.ts +2 -2
  61. package/out/concepts/AuthLogicForCallInterface__.js +44 -50
  62. package/out/concepts/AuthLogicForCallInterface__.js.map +1 -1
  63. package/out/concepts/AuthLogic__.d.ts +7 -7
  64. package/out/concepts/AuthLogic__.js +11 -24
  65. package/out/concepts/AuthLogic__.js.map +1 -1
  66. package/out/concepts/BackendVariable__.d.ts +10 -10
  67. package/out/concepts/BackendVariable__.js +37 -58
  68. package/out/concepts/BackendVariable__.js.map +1 -1
  69. package/out/concepts/Backend__.d.ts +3 -3
  70. package/out/concepts/Backend__.js +21 -33
  71. package/out/concepts/Backend__.js.map +1 -1
  72. package/out/concepts/BatchAssignment__.d.ts +4 -4
  73. package/out/concepts/BatchAssignment__.js +45 -53
  74. package/out/concepts/BatchAssignment__.js.map +1 -1
  75. package/out/concepts/BinaryExpression__.d.ts +1 -1
  76. package/out/concepts/BinaryExpression__.js +15 -33
  77. package/out/concepts/BinaryExpression__.js.map +1 -1
  78. package/out/concepts/BindAttribute__.d.ts +13 -13
  79. package/out/concepts/BindAttribute__.js +29 -87
  80. package/out/concepts/BindAttribute__.js.map +1 -1
  81. package/out/concepts/BindDirective__.d.ts +7 -7
  82. package/out/concepts/BindDirective__.js +19 -66
  83. package/out/concepts/BindDirective__.js.map +1 -1
  84. package/out/concepts/BindEvent__.d.ts +11 -11
  85. package/out/concepts/BindEvent__.js +43 -66
  86. package/out/concepts/BindEvent__.js.map +1 -1
  87. package/out/concepts/BindStyle__.d.ts +7 -7
  88. package/out/concepts/BindStyle__.js +19 -36
  89. package/out/concepts/BindStyle__.js.map +1 -1
  90. package/out/concepts/Block__.d.ts +1 -1
  91. package/out/concepts/Block__.js +15 -20
  92. package/out/concepts/Block__.js.map +1 -1
  93. package/out/concepts/BooleanLiteral__.d.ts +1 -1
  94. package/out/concepts/BooleanLiteral__.js +5 -18
  95. package/out/concepts/BooleanLiteral__.js.map +1 -1
  96. package/out/concepts/CallAuthInterface__.d.ts +6 -5
  97. package/out/concepts/CallAuthInterface__.js +22 -27
  98. package/out/concepts/CallAuthInterface__.js.map +1 -1
  99. package/out/concepts/CallConnector__.d.ts +3 -3
  100. package/out/concepts/CallConnector__.js +16 -29
  101. package/out/concepts/CallConnector__.js.map +1 -1
  102. package/out/concepts/CallFunction__.d.ts +4 -4
  103. package/out/concepts/CallFunction__.js +59 -59
  104. package/out/concepts/CallFunction__.js.map +1 -1
  105. package/out/concepts/CallInterface__.d.ts +7 -6
  106. package/out/concepts/CallInterface__.js +65 -63
  107. package/out/concepts/CallInterface__.js.map +1 -1
  108. package/out/concepts/CallLogic__.d.ts +5 -5
  109. package/out/concepts/CallLogic__.js +116 -116
  110. package/out/concepts/CallLogic__.js.map +1 -1
  111. package/out/concepts/CallQueryComponent__.d.ts +15 -15
  112. package/out/concepts/CallQueryComponent__.js +83 -114
  113. package/out/concepts/CallQueryComponent__.js.map +1 -1
  114. package/out/concepts/Comment__.d.ts +1 -1
  115. package/out/concepts/Comment__.js +5 -18
  116. package/out/concepts/Comment__.js.map +1 -1
  117. package/out/concepts/CompletionProperty__.d.ts +2 -2
  118. package/out/concepts/CompletionProperty__.js +18 -62
  119. package/out/concepts/CompletionProperty__.js.map +1 -1
  120. package/out/concepts/ConfigGroup__.d.ts +3 -3
  121. package/out/concepts/ConfigGroup__.js +21 -33
  122. package/out/concepts/ConfigGroup__.js.map +1 -1
  123. package/out/concepts/ConfigPropertyValue__.d.ts +2 -2
  124. package/out/concepts/ConfigPropertyValue__.js +11 -29
  125. package/out/concepts/ConfigPropertyValue__.js.map +1 -1
  126. package/out/concepts/ConfigProperty__.d.ts +4 -4
  127. package/out/concepts/ConfigProperty__.js +21 -43
  128. package/out/concepts/ConfigProperty__.js.map +1 -1
  129. package/out/concepts/Configuration__.d.ts +4 -4
  130. package/out/concepts/Configuration__.js +21 -28
  131. package/out/concepts/Configuration__.js.map +1 -1
  132. package/out/concepts/Connection__.d.ts +4 -4
  133. package/out/concepts/Connection__.js +21 -43
  134. package/out/concepts/Connection__.js.map +1 -1
  135. package/out/concepts/ConnectorTrigger__.d.ts +7 -7
  136. package/out/concepts/ConnectorTrigger__.js +11 -34
  137. package/out/concepts/ConnectorTrigger__.js.map +1 -1
  138. package/out/concepts/Connector__.d.ts +15 -15
  139. package/out/concepts/Connector__.js +87 -124
  140. package/out/concepts/Connector__.js.map +1 -1
  141. package/out/concepts/Constant__.d.ts +11 -11
  142. package/out/concepts/Constant__.js +28 -43
  143. package/out/concepts/Constant__.js.map +1 -1
  144. package/out/concepts/CountersignPolicy__.d.ts +28 -0
  145. package/out/concepts/CountersignPolicy__.js +62 -0
  146. package/out/concepts/CountersignPolicy__.js.map +1 -0
  147. package/out/concepts/DataSource__.d.ts +4 -4
  148. package/out/concepts/DataSource__.js +22 -44
  149. package/out/concepts/DataSource__.js.map +1 -1
  150. package/out/concepts/DatabaseTypeAnnotation__.d.ts +1 -1
  151. package/out/concepts/DatabaseTypeAnnotation__.js +5 -23
  152. package/out/concepts/DatabaseTypeAnnotation__.js.map +1 -1
  153. package/out/concepts/DefaultValue__.d.ts +2 -2
  154. package/out/concepts/DefaultValue__.js +43 -25
  155. package/out/concepts/DefaultValue__.js.map +1 -1
  156. package/out/concepts/Destination__.d.ts +5 -5
  157. package/out/concepts/Destination__.js +33 -53
  158. package/out/concepts/Destination__.js.map +1 -1
  159. package/out/concepts/End__.d.ts +1 -1
  160. package/out/concepts/End__.js +9 -17
  161. package/out/concepts/End__.js.map +1 -1
  162. package/out/concepts/EntityIndex__.d.ts +5 -5
  163. package/out/concepts/EntityIndex__.js +15 -43
  164. package/out/concepts/EntityIndex__.js.map +1 -1
  165. package/out/concepts/EntityProperty__.d.ts +13 -9
  166. package/out/concepts/EntityProperty__.js +41 -119
  167. package/out/concepts/EntityProperty__.js.map +1 -1
  168. package/out/concepts/Entity__.d.ts +7 -7
  169. package/out/concepts/Entity__.js +40 -64
  170. package/out/concepts/Entity__.js.map +1 -1
  171. package/out/concepts/EnumItem__.d.ts +4 -4
  172. package/out/concepts/EnumItem__.js +11 -37
  173. package/out/concepts/EnumItem__.js.map +1 -1
  174. package/out/concepts/Enum__.d.ts +5 -5
  175. package/out/concepts/Enum__.js +23 -54
  176. package/out/concepts/Enum__.js.map +1 -1
  177. package/out/concepts/Event__.d.ts +5 -5
  178. package/out/concepts/Event__.js +21 -53
  179. package/out/concepts/Event__.js.map +1 -1
  180. package/out/concepts/ExternalDestination__.d.ts +2 -2
  181. package/out/concepts/ExternalDestination__.js +38 -33
  182. package/out/concepts/ExternalDestination__.js.map +1 -1
  183. package/out/concepts/ForEachStatement__.d.ts +2 -2
  184. package/out/concepts/ForEachStatement__.js +28 -73
  185. package/out/concepts/ForEachStatement__.js.map +1 -1
  186. package/out/concepts/FrontendLibrary__.d.ts +5 -5
  187. package/out/concepts/FrontendLibrary__.js +30 -47
  188. package/out/concepts/FrontendLibrary__.js.map +1 -1
  189. package/out/concepts/FrontendVariable__.d.ts +13 -1
  190. package/out/concepts/FrontendVariable__.js +23 -13
  191. package/out/concepts/FrontendVariable__.js.map +1 -1
  192. package/out/concepts/Frontend__.d.ts +8 -8
  193. package/out/concepts/Frontend__.js +91 -108
  194. package/out/concepts/Frontend__.js.map +1 -1
  195. package/out/concepts/Function__.d.ts +8 -8
  196. package/out/concepts/Function__.js +53 -73
  197. package/out/concepts/Function__.js.map +1 -1
  198. package/out/concepts/I18nInfo__.d.ts +1 -1
  199. package/out/concepts/I18nInfo__.js +5 -28
  200. package/out/concepts/I18nInfo__.js.map +1 -1
  201. package/out/concepts/Identifier__.d.ts +2 -2
  202. package/out/concepts/Identifier__.js +43 -38
  203. package/out/concepts/Identifier__.js.map +1 -1
  204. package/out/concepts/IfStatement__.d.ts +1 -1
  205. package/out/concepts/IfStatement__.js +43 -30
  206. package/out/concepts/IfStatement__.js.map +1 -1
  207. package/out/concepts/ImportedInterface__.d.ts +1 -1
  208. package/out/concepts/ImportedInterface__.js +5 -14
  209. package/out/concepts/ImportedInterface__.js.map +1 -1
  210. package/out/concepts/Integration__.d.ts +5 -5
  211. package/out/concepts/Integration__.js +21 -33
  212. package/out/concepts/Integration__.js.map +1 -1
  213. package/out/concepts/InterfaceParam__.d.ts +11 -11
  214. package/out/concepts/InterfaceParam__.js +11 -49
  215. package/out/concepts/InterfaceParam__.js.map +1 -1
  216. package/out/concepts/Interface__.d.ts +16 -15
  217. package/out/concepts/Interface__.js +43 -81
  218. package/out/concepts/Interface__.js.map +1 -1
  219. package/out/concepts/JSBlock__.d.ts +1 -1
  220. package/out/concepts/JSBlock__.js +9 -22
  221. package/out/concepts/JSBlock__.js.map +1 -1
  222. package/out/concepts/JavaLogic__.d.ts +1 -1
  223. package/out/concepts/JavaLogic__.js +5 -28
  224. package/out/concepts/JavaLogic__.js.map +1 -1
  225. package/out/concepts/LogicItem__.d.ts +12 -12
  226. package/out/concepts/LogicItem__.js +18 -45
  227. package/out/concepts/LogicItem__.js.map +1 -1
  228. package/out/concepts/Logic__.d.ts +20 -19
  229. package/out/concepts/Logic__.js +110 -155
  230. package/out/concepts/Logic__.js.map +1 -1
  231. package/out/concepts/MatchCase__.d.ts +2 -2
  232. package/out/concepts/MatchCase__.js +36 -43
  233. package/out/concepts/MatchCase__.js.map +1 -1
  234. package/out/concepts/Match__.d.ts +3 -3
  235. package/out/concepts/Match__.js +84 -56
  236. package/out/concepts/Match__.js.map +1 -1
  237. package/out/concepts/MemberExpression__.d.ts +3 -2
  238. package/out/concepts/MemberExpression__.js +58 -48
  239. package/out/concepts/MemberExpression__.js.map +1 -1
  240. package/out/concepts/MetadataType__.d.ts +6 -14
  241. package/out/concepts/MetadataType__.js +36 -77
  242. package/out/concepts/MetadataType__.js.map +1 -1
  243. package/out/concepts/MicroApp__.d.ts +1 -1
  244. package/out/concepts/MicroApp__.js +5 -48
  245. package/out/concepts/MicroApp__.js.map +1 -1
  246. package/out/concepts/Module__.d.ts +16 -16
  247. package/out/concepts/Module__.js +126 -190
  248. package/out/concepts/Module__.js.map +1 -1
  249. package/out/concepts/MsgTriggerEvent__.d.ts +8 -8
  250. package/out/concepts/MsgTriggerEvent__.js +21 -28
  251. package/out/concepts/MsgTriggerEvent__.js.map +1 -1
  252. package/out/concepts/MsgTriggerLauncher__.d.ts +5 -5
  253. package/out/concepts/MsgTriggerLauncher__.js +21 -33
  254. package/out/concepts/MsgTriggerLauncher__.js.map +1 -1
  255. package/out/concepts/MultiApprovalPolicy__.d.ts +26 -0
  256. package/out/concepts/MultiApprovalPolicy__.js +59 -0
  257. package/out/concepts/MultiApprovalPolicy__.js.map +1 -0
  258. package/out/concepts/Namespace__.d.ts +12 -12
  259. package/out/concepts/Namespace__.js +115 -140
  260. package/out/concepts/Namespace__.js.map +1 -1
  261. package/out/concepts/NewComposite__.d.ts +6 -6
  262. package/out/concepts/NewComposite__.js +70 -71
  263. package/out/concepts/NewComposite__.js.map +1 -1
  264. package/out/concepts/NewList__.d.ts +2 -2
  265. package/out/concepts/NewList__.js +19 -30
  266. package/out/concepts/NewList__.js.map +1 -1
  267. package/out/concepts/NewMap__.d.ts +2 -2
  268. package/out/concepts/NewMap__.js +28 -39
  269. package/out/concepts/NewMap__.js.map +1 -1
  270. package/out/concepts/New__.d.ts +1 -1
  271. package/out/concepts/New__.js +5 -13
  272. package/out/concepts/New__.js.map +1 -1
  273. package/out/concepts/NullLiteral__.d.ts +2 -2
  274. package/out/concepts/NullLiteral__.js +6 -14
  275. package/out/concepts/NullLiteral__.js.map +1 -1
  276. package/out/concepts/NumericLiteral__.d.ts +3 -3
  277. package/out/concepts/NumericLiteral__.js +8 -26
  278. package/out/concepts/NumericLiteral__.js.map +1 -1
  279. package/out/concepts/OqlQueryComponent__.d.ts +4 -4
  280. package/out/concepts/OqlQueryComponent__.js +18 -41
  281. package/out/concepts/OqlQueryComponent__.js.map +1 -1
  282. package/out/concepts/OverriddenLogic__.d.ts +18 -18
  283. package/out/concepts/OverriddenLogic__.js +108 -148
  284. package/out/concepts/OverriddenLogic__.js.map +1 -1
  285. package/out/concepts/Param__.d.ts +15 -15
  286. package/out/concepts/Param__.js +60 -66
  287. package/out/concepts/Param__.js.map +1 -1
  288. package/out/concepts/Point__.d.ts +1 -1
  289. package/out/concepts/Point__.js +5 -23
  290. package/out/concepts/Point__.js.map +1 -1
  291. package/out/concepts/ProcessComponent__.d.ts +5 -5
  292. package/out/concepts/ProcessComponent__.js +30 -57
  293. package/out/concepts/ProcessComponent__.js.map +1 -1
  294. package/out/concepts/ProcessElement__.d.ts +29 -13
  295. package/out/concepts/ProcessElement__.js +119 -119
  296. package/out/concepts/ProcessElement__.js.map +1 -1
  297. package/out/concepts/ProcessOutcome__.d.ts +1 -1
  298. package/out/concepts/ProcessOutcome__.js +9 -22
  299. package/out/concepts/ProcessOutcome__.js.map +1 -1
  300. package/out/concepts/ProcessOutcomes__.d.ts +1 -1
  301. package/out/concepts/ProcessOutcomes__.js +13 -21
  302. package/out/concepts/ProcessOutcomes__.js.map +1 -1
  303. package/out/concepts/Process__.d.ts +11 -9
  304. package/out/concepts/Process__.js +64 -85
  305. package/out/concepts/Process__.js.map +1 -1
  306. package/out/concepts/QueryAggregateExpression__.d.ts +2 -2
  307. package/out/concepts/QueryAggregateExpression__.js +5 -28
  308. package/out/concepts/QueryAggregateExpression__.js.map +1 -1
  309. package/out/concepts/QueryFieldExpression__.d.ts +1 -1
  310. package/out/concepts/QueryFieldExpression__.js +9 -32
  311. package/out/concepts/QueryFieldExpression__.js.map +1 -1
  312. package/out/concepts/QueryFromExpression__.d.ts +2 -2
  313. package/out/concepts/QueryFromExpression__.js +36 -35
  314. package/out/concepts/QueryFromExpression__.js.map +1 -1
  315. package/out/concepts/QueryGroupByExpression__.d.ts +1 -1
  316. package/out/concepts/QueryGroupByExpression__.js +5 -18
  317. package/out/concepts/QueryGroupByExpression__.js.map +1 -1
  318. package/out/concepts/QueryJoinExpression__.d.ts +2 -2
  319. package/out/concepts/QueryJoinExpression__.js +22 -48
  320. package/out/concepts/QueryJoinExpression__.js.map +1 -1
  321. package/out/concepts/QueryLimitExpression__.d.ts +1 -1
  322. package/out/concepts/QueryLimitExpression__.js +5 -23
  323. package/out/concepts/QueryLimitExpression__.js.map +1 -1
  324. package/out/concepts/QueryOrderByExpression__.d.ts +1 -1
  325. package/out/concepts/QueryOrderByExpression__.js +5 -23
  326. package/out/concepts/QueryOrderByExpression__.js.map +1 -1
  327. package/out/concepts/QuerySelectExpression__.d.ts +3 -3
  328. package/out/concepts/QuerySelectExpression__.js +28 -35
  329. package/out/concepts/QuerySelectExpression__.js.map +1 -1
  330. package/out/concepts/Rect__.d.ts +1 -1
  331. package/out/concepts/Rect__.js +5 -33
  332. package/out/concepts/Rect__.js.map +1 -1
  333. package/out/concepts/Return__.d.ts +13 -13
  334. package/out/concepts/Return__.js +30 -52
  335. package/out/concepts/Return__.js.map +1 -1
  336. package/out/concepts/Role__.d.ts +2 -2
  337. package/out/concepts/Role__.js +15 -38
  338. package/out/concepts/Role__.js.map +1 -1
  339. package/out/concepts/SelectMembers__.d.ts +2 -2
  340. package/out/concepts/SelectMembers__.js +19 -31
  341. package/out/concepts/SelectMembers__.js.map +1 -1
  342. package/out/concepts/SequentialPolicy__.d.ts +20 -0
  343. package/out/concepts/SequentialPolicy__.js +48 -0
  344. package/out/concepts/SequentialPolicy__.js.map +1 -0
  345. package/out/concepts/Slot__.d.ts +5 -5
  346. package/out/concepts/Slot__.js +11 -49
  347. package/out/concepts/Slot__.js.map +1 -1
  348. package/out/concepts/SqlQueryComponent__.d.ts +4 -4
  349. package/out/concepts/SqlQueryComponent__.js +16 -44
  350. package/out/concepts/SqlQueryComponent__.js.map +1 -1
  351. package/out/concepts/Start__.d.ts +1 -1
  352. package/out/concepts/Start__.js +9 -17
  353. package/out/concepts/Start__.js.map +1 -1
  354. package/out/concepts/StaticString__.d.ts +49 -0
  355. package/out/concepts/StaticString__.js +91 -0
  356. package/out/concepts/StaticString__.js.map +1 -0
  357. package/out/concepts/StringInterpolation__.d.ts +2 -2
  358. package/out/concepts/StringInterpolation__.js +22 -23
  359. package/out/concepts/StringInterpolation__.js.map +1 -1
  360. package/out/concepts/StringLiteral__.d.ts +2 -2
  361. package/out/concepts/StringLiteral__.js +10 -23
  362. package/out/concepts/StringLiteral__.js.map +1 -1
  363. package/out/concepts/StructureProperty__.d.ts +11 -7
  364. package/out/concepts/StructureProperty__.js +23 -66
  365. package/out/concepts/StructureProperty__.js.map +1 -1
  366. package/out/concepts/Structure__.d.ts +7 -6
  367. package/out/concepts/Structure__.js +30 -52
  368. package/out/concepts/Structure__.js.map +1 -1
  369. package/out/concepts/SwitchCase__.d.ts +1 -1
  370. package/out/concepts/SwitchCase__.js +36 -24
  371. package/out/concepts/SwitchCase__.js.map +1 -1
  372. package/out/concepts/SwitchStatement__.d.ts +2 -2
  373. package/out/concepts/SwitchStatement__.js +36 -20
  374. package/out/concepts/SwitchStatement__.js.map +1 -1
  375. package/out/concepts/Theme__.d.ts +1 -1
  376. package/out/concepts/Theme__.js +13 -21
  377. package/out/concepts/Theme__.js.map +1 -1
  378. package/out/concepts/Transactional__.d.ts +9 -9
  379. package/out/concepts/Transactional__.js +11 -34
  380. package/out/concepts/Transactional__.js.map +1 -1
  381. package/out/concepts/TriggerEvent__.d.ts +9 -78
  382. package/out/concepts/TriggerEvent__.js +15 -118
  383. package/out/concepts/TriggerEvent__.js.map +1 -1
  384. package/out/concepts/TriggerLauncher__.d.ts +4 -4
  385. package/out/concepts/TriggerLauncher__.js +11 -39
  386. package/out/concepts/TriggerLauncher__.js.map +1 -1
  387. package/out/concepts/TypeAnnotation__.d.ts +7 -6
  388. package/out/concepts/TypeAnnotation__.js +41 -65
  389. package/out/concepts/TypeAnnotation__.js.map +1 -1
  390. package/out/concepts/TypeParam__.d.ts +1 -1
  391. package/out/concepts/TypeParam__.js +11 -24
  392. package/out/concepts/TypeParam__.js.map +1 -1
  393. package/out/concepts/UnaryExpression__.d.ts +1 -1
  394. package/out/concepts/UnaryExpression__.js +5 -23
  395. package/out/concepts/UnaryExpression__.js.map +1 -1
  396. package/out/concepts/Unparsed__.d.ts +2 -2
  397. package/out/concepts/Unparsed__.js +6 -19
  398. package/out/concepts/Unparsed__.js.map +1 -1
  399. package/out/concepts/UseComponent__.d.ts +1 -1
  400. package/out/concepts/UseComponent__.js +5 -23
  401. package/out/concepts/UseComponent__.js.map +1 -1
  402. package/out/concepts/ValidationRule__.d.ts +3 -3
  403. package/out/concepts/ValidationRule__.js +48 -51
  404. package/out/concepts/ValidationRule__.js.map +1 -1
  405. package/out/concepts/Variable__.d.ts +16 -16
  406. package/out/concepts/Variable__.js +38 -54
  407. package/out/concepts/Variable__.js.map +1 -1
  408. package/out/concepts/ViewBlock__.d.ts +1 -1
  409. package/out/concepts/ViewBlock__.js +5 -28
  410. package/out/concepts/ViewBlock__.js.map +1 -1
  411. package/out/concepts/ViewComponent__.d.ts +8 -8
  412. package/out/concepts/ViewComponent__.js +110 -121
  413. package/out/concepts/ViewComponent__.js.map +1 -1
  414. package/out/concepts/ViewElement__.d.ts +9 -9
  415. package/out/concepts/ViewElement__.js +138 -162
  416. package/out/concepts/ViewElement__.js.map +1 -1
  417. package/out/concepts/View__.d.ts +25 -13
  418. package/out/concepts/View__.js +197 -184
  419. package/out/concepts/View__.js.map +1 -1
  420. package/out/concepts/WhileStatement__.d.ts +1 -1
  421. package/out/concepts/WhileStatement__.js +36 -24
  422. package/out/concepts/WhileStatement__.js.map +1 -1
  423. package/out/concepts/basics/stdlib/index.d.ts +12 -0
  424. package/out/concepts/basics/stdlib/index.js +46 -1
  425. package/out/concepts/basics/stdlib/index.js.map +1 -1
  426. package/out/concepts/basics/stdlib/nasl.auth.d.ts +7 -5
  427. package/out/concepts/basics/stdlib/nasl.auth.js +76 -69
  428. package/out/concepts/basics/stdlib/nasl.auth.js.map +1 -1
  429. package/out/concepts/basics/stdlib/nasl.browser.d.ts +4 -2
  430. package/out/concepts/basics/stdlib/nasl.browser.js +54 -45
  431. package/out/concepts/basics/stdlib/nasl.browser.js.map +1 -1
  432. package/out/concepts/basics/stdlib/nasl.collection.d.ts +7 -5
  433. package/out/concepts/basics/stdlib/nasl.collection.js +29 -24
  434. package/out/concepts/basics/stdlib/nasl.collection.js.map +1 -1
  435. package/out/concepts/basics/stdlib/nasl.configuration.d.ts +4 -2
  436. package/out/concepts/basics/stdlib/nasl.configuration.js +27 -18
  437. package/out/concepts/basics/stdlib/nasl.configuration.js.map +1 -1
  438. package/out/concepts/basics/stdlib/nasl.core.d.ts +5 -3
  439. package/out/concepts/basics/stdlib/nasl.core.js +25 -27
  440. package/out/concepts/basics/stdlib/nasl.core.js.map +1 -1
  441. package/out/concepts/basics/stdlib/nasl.event.d.ts +4 -2
  442. package/out/concepts/basics/stdlib/nasl.event.js +16 -7
  443. package/out/concepts/basics/stdlib/nasl.event.js.map +1 -1
  444. package/out/concepts/basics/stdlib/nasl.http.d.ts +7 -5
  445. package/out/concepts/basics/stdlib/nasl.http.js +78 -73
  446. package/out/concepts/basics/stdlib/nasl.http.js.map +1 -1
  447. package/out/concepts/basics/stdlib/nasl.interface.d.ts +6 -4
  448. package/out/concepts/basics/stdlib/nasl.interface.js +28 -22
  449. package/out/concepts/basics/stdlib/nasl.interface.js.map +1 -1
  450. package/out/concepts/basics/stdlib/nasl.io.d.ts +4 -2
  451. package/out/concepts/basics/stdlib/nasl.io.js +30 -21
  452. package/out/concepts/basics/stdlib/nasl.io.js.map +1 -1
  453. package/out/concepts/basics/stdlib/nasl.logging.d.ts +4 -2
  454. package/out/concepts/basics/stdlib/nasl.logging.js +33 -24
  455. package/out/concepts/basics/stdlib/nasl.logging.js.map +1 -1
  456. package/out/concepts/basics/stdlib/nasl.process.d.ts +6 -4
  457. package/out/concepts/basics/stdlib/nasl.process.js +541 -536
  458. package/out/concepts/basics/stdlib/nasl.process.js.map +1 -1
  459. package/out/concepts/basics/stdlib/nasl.ui.d.ts +6 -4
  460. package/out/concepts/basics/stdlib/nasl.ui.js +400 -425
  461. package/out/concepts/basics/stdlib/nasl.ui.js.map +1 -1
  462. package/out/concepts/basics/stdlib/nasl.util.d.ts +5 -4
  463. package/out/concepts/basics/stdlib/nasl.util.js +716 -702
  464. package/out/concepts/basics/stdlib/nasl.util.js.map +1 -1
  465. package/out/concepts/basics/stdlib/nasl.validation.d.ts +4 -2
  466. package/out/concepts/basics/stdlib/nasl.validation.js +191 -182
  467. package/out/concepts/basics/stdlib/nasl.validation.js.map +1 -1
  468. package/out/concepts/basics/stdlib/reference2TypeAnnotationList.d.ts +4 -5
  469. package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js +29 -8
  470. package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js.map +1 -1
  471. package/out/concepts/index.d.ts +2 -1
  472. package/out/concepts/index.js +18 -2
  473. package/out/concepts/index.js.map +1 -1
  474. package/out/concepts/index__.d.ts +4 -0
  475. package/out/concepts/index__.js +4 -0
  476. package/out/concepts/index__.js.map +1 -1
  477. package/out/concepts/types__.d.ts +0 -127
  478. package/out/concepts/types__.js +0 -2
  479. package/out/concepts/utils/asserts.d.ts +6676 -0
  480. package/out/concepts/utils/asserts.js +8870 -0
  481. package/out/concepts/utils/asserts.js.map +1 -0
  482. package/out/concepts/utils/types.d.ts +430 -0
  483. package/out/concepts/utils/types.js +3 -0
  484. package/out/concepts/utils/types.js.map +1 -0
  485. package/out/decorators/index.d.ts +10 -7
  486. package/out/decorators/index.js +12 -8
  487. package/out/decorators/index.js.map +1 -1
  488. package/out/generator/genBundleFiles.js +33 -1
  489. package/out/generator/genBundleFiles.js.map +1 -1
  490. package/out/generator/genMetaData.js +32 -3
  491. package/out/generator/genMetaData.js.map +1 -1
  492. package/out/generator/genReleaseBody.js.map +1 -1
  493. package/out/manager/diagnostic.js +3 -1
  494. package/out/manager/diagnostic.js.map +1 -1
  495. package/out/server/extendBaseNode.js.map +1 -1
  496. package/out/server/formatTsUtils.d.ts +4 -5
  497. package/out/server/formatTsUtils.js +13 -12
  498. package/out/server/formatTsUtils.js.map +1 -1
  499. package/out/server/getConnector.js +19 -1
  500. package/out/server/getConnector.js.map +1 -1
  501. package/out/server/getFunctions.js +2 -2
  502. package/out/server/getFunctions.js.map +1 -1
  503. package/out/server/getLogging.js +1 -1
  504. package/out/server/getLogging.js.map +1 -1
  505. package/out/server/getLogics.d.ts +1 -0
  506. package/out/server/getLogics.js +17 -13
  507. package/out/server/getLogics.js.map +1 -1
  508. package/out/server/getMemberIdentifier.d.ts +4 -4
  509. package/out/server/getMemberIdentifier.js +22 -1
  510. package/out/server/getMemberIdentifier.js.map +1 -1
  511. package/out/server/getProcessComponents.js +1 -1
  512. package/out/server/getProcessComponents.js.map +1 -1
  513. package/out/server/getProcesses.js +56 -6
  514. package/out/server/getProcesses.js.map +1 -1
  515. package/out/server/getValidates.d.ts +1 -1
  516. package/out/server/getValidates.js +2 -2
  517. package/out/server/getValidates.js.map +1 -1
  518. package/out/server/index.js +1 -0
  519. package/out/server/index.js.map +1 -1
  520. package/out/server/naslServer.d.ts +8 -12
  521. package/out/server/naslServer.js +58 -76
  522. package/out/server/naslServer.js.map +1 -1
  523. package/out/server/translator.js +3 -0
  524. package/out/server/translator.js.map +1 -1
  525. package/out/service/creator/errHandles.js +6 -3
  526. package/out/service/creator/errHandles.js.map +1 -1
  527. package/out/service/storage/init.d.ts +2 -0
  528. package/out/service/storage/init.js +35 -20
  529. package/out/service/storage/init.js.map +1 -1
  530. package/out/translator/types.d.ts +1 -0
  531. package/out/translator/utils.d.ts +1 -1
  532. package/out/translator/utils.js +1 -2
  533. package/out/translator/utils.js.map +1 -1
  534. package/out/utils/i18nInfo.js +0 -30
  535. package/out/utils/i18nInfo.js.map +1 -1
  536. package/out/utils/time-slicing/controller.d.ts +1 -1
  537. package/out/utils/time-slicing/controller.js +79 -65
  538. package/out/utils/time-slicing/controller.js.map +1 -1
  539. package/out/utils/time-slicing/performance.js +0 -1
  540. package/out/utils/time-slicing/performance.js.map +1 -1
  541. package/out/utils/time-slicing/runner.d.ts +1 -1
  542. package/out/utils/time-slicing/runner.js +4 -5
  543. package/out/utils/time-slicing/runner.js.map +1 -1
  544. package/out/utils/time-slicing/tool.d.ts +1 -1
  545. package/out/utils/types.d.ts +5 -0
  546. package/package.json +2 -2
  547. package/sandbox/stdlib/nasl.configuration.ts +16 -1
  548. package/sandbox/stdlib/nasl.core.ts +3 -0
  549. package/sandbox/stdlib/nasl.oql.ts +19 -2
  550. package/sandbox/stdlib/nasl.util.ts +2 -2
  551. package/src/automate/engine/utils.js +6 -6
  552. package/src/bak/translator.js +2 -1
  553. package/src/common/BaseNode.ts +30 -30
  554. package/src/common/Command.ts +1 -1
  555. package/src/common/EventEmitter.ts +6 -1
  556. package/src/common/utils.ts +2 -2
  557. package/src/concepts/Abort__.ts +5 -6
  558. package/src/concepts/AbstractInterface__.ts +5 -5
  559. package/src/concepts/Anchor__.ts +7 -9
  560. package/src/concepts/AnonymousFunction__.ts +23 -29
  561. package/src/concepts/App__.ts +89 -73
  562. package/src/concepts/Argument__.ts +11 -15
  563. package/src/concepts/Assignee__.ts +13 -11
  564. package/src/concepts/AssignmentLine__.ts +5 -5
  565. package/src/concepts/Assignment__.ts +24 -25
  566. package/src/concepts/Attribute__.ts +10 -20
  567. package/src/concepts/AuthInterface__.ts +9 -15
  568. package/src/concepts/AuthLogicForCallInterface__.ts +43 -33
  569. package/src/concepts/AuthLogic__.ts +11 -13
  570. package/src/concepts/BackendVariable__.ts +39 -30
  571. package/src/concepts/Backend__.ts +10 -10
  572. package/src/concepts/BatchAssignment__.ts +23 -18
  573. package/src/concepts/BinaryExpression__.ts +14 -14
  574. package/src/concepts/BindAttribute__.ts +25 -34
  575. package/src/concepts/BindDirective__.ts +14 -21
  576. package/src/concepts/BindEvent__.ts +31 -30
  577. package/src/concepts/BindStyle__.ts +14 -15
  578. package/src/concepts/Block__.ts +9 -8
  579. package/src/concepts/BooleanLiteral__.ts +5 -7
  580. package/src/concepts/CallAuthInterface__.ts +16 -16
  581. package/src/concepts/CallConnector__.ts +15 -14
  582. package/src/concepts/CallFunction__.ts +23 -22
  583. package/src/concepts/CallInterface__.ts +25 -23
  584. package/src/concepts/CallLogic__.ts +127 -85
  585. package/src/concepts/CallQueryComponent__.ts +41 -32
  586. package/src/concepts/Comment__.ts +5 -7
  587. package/src/concepts/CompletionProperty__.ts +6 -13
  588. package/src/concepts/ConfigGroup__.ts +10 -10
  589. package/src/concepts/ConfigPropertyValue__.ts +6 -8
  590. package/src/concepts/ConfigProperty__.ts +13 -15
  591. package/src/concepts/Configuration__.ts +10 -9
  592. package/src/concepts/Connection__.ts +10 -12
  593. package/src/concepts/ConnectorTrigger__.ts +11 -14
  594. package/src/concepts/Connector__.ts +33 -33
  595. package/src/concepts/Constant__.ts +35 -26
  596. package/src/concepts/CountersignPolicy__.ts +78 -0
  597. package/src/concepts/DataSource__.ts +10 -12
  598. package/src/concepts/DatabaseTypeAnnotation__.ts +5 -7
  599. package/src/concepts/DefaultValue__.ts +18 -8
  600. package/src/concepts/Destination__.ts +18 -18
  601. package/src/concepts/End__.ts +7 -8
  602. package/src/concepts/EntityIndex__.ts +9 -13
  603. package/src/concepts/EntityProperty__.ts +18 -28
  604. package/src/concepts/Entity__.ts +19 -22
  605. package/src/concepts/EnumItem__.ts +8 -10
  606. package/src/concepts/Enum__.ts +12 -14
  607. package/src/concepts/Event__.ts +11 -15
  608. package/src/concepts/ExternalDestination__.ts +12 -15
  609. package/src/concepts/ForEachStatement__.ts +28 -41
  610. package/src/concepts/FrontendLibrary__.ts +14 -14
  611. package/src/concepts/FrontendVariable__.ts +22 -6
  612. package/src/concepts/Frontend__.ts +48 -30
  613. package/src/concepts/Function__.ts +26 -23
  614. package/src/concepts/I18nInfo__.ts +5 -8
  615. package/src/concepts/Identifier__.ts +12 -15
  616. package/src/concepts/IfStatement__.ts +9 -9
  617. package/src/concepts/ImportedInterface__.ts +5 -7
  618. package/src/concepts/Integration__.ts +11 -11
  619. package/src/concepts/InterfaceParam__.ts +20 -24
  620. package/src/concepts/Interface__.ts +26 -31
  621. package/src/concepts/JSBlock__.ts +5 -7
  622. package/src/concepts/JavaLogic__.ts +5 -9
  623. package/src/concepts/LogicItem__.ts +21 -25
  624. package/src/concepts/Logic__.ts +87 -81
  625. package/src/concepts/MatchCase__.ts +20 -18
  626. package/src/concepts/Match__.ts +48 -23
  627. package/src/concepts/MemberExpression__.ts +32 -29
  628. package/src/concepts/MetadataType__.ts +15 -34
  629. package/src/concepts/MicroApp__.ts +5 -12
  630. package/src/concepts/Module__.ts +47 -43
  631. package/src/concepts/MsgTriggerEvent__.ts +14 -14
  632. package/src/concepts/MsgTriggerLauncher__.ts +11 -12
  633. package/src/concepts/MultiApprovalPolicy__.ts +72 -0
  634. package/src/concepts/Namespace__.ts +40 -32
  635. package/src/concepts/NewComposite__.ts +43 -28
  636. package/src/concepts/NewList__.ts +14 -14
  637. package/src/concepts/NewMap__.ts +17 -16
  638. package/src/concepts/New__.ts +5 -6
  639. package/src/concepts/NullLiteral__.ts +6 -7
  640. package/src/concepts/NumericLiteral__.ts +8 -10
  641. package/src/concepts/OqlQueryComponent__.ts +12 -14
  642. package/src/concepts/OverriddenLogic__.ts +81 -71
  643. package/src/concepts/Param__.ts +40 -40
  644. package/src/concepts/Point__.ts +5 -7
  645. package/src/concepts/ProcessComponent__.ts +13 -15
  646. package/src/concepts/ProcessElement__.ts +101 -34
  647. package/src/concepts/ProcessOutcome__.ts +5 -7
  648. package/src/concepts/ProcessOutcomes__.ts +5 -6
  649. package/src/concepts/Process__.ts +29 -25
  650. package/src/concepts/QueryAggregateExpression__.ts +6 -10
  651. package/src/concepts/QueryFieldExpression__.ts +6 -10
  652. package/src/concepts/QueryFromExpression__.ts +8 -11
  653. package/src/concepts/QueryGroupByExpression__.ts +5 -7
  654. package/src/concepts/QueryJoinExpression__.ts +11 -14
  655. package/src/concepts/QueryLimitExpression__.ts +5 -8
  656. package/src/concepts/QueryOrderByExpression__.ts +5 -8
  657. package/src/concepts/QuerySelectExpression__.ts +11 -10
  658. package/src/concepts/Rect__.ts +5 -9
  659. package/src/concepts/Return__.ts +30 -26
  660. package/src/concepts/Role__.ts +7 -10
  661. package/src/concepts/SelectMembers__.ts +10 -10
  662. package/src/concepts/SequentialPolicy__.ts +60 -0
  663. package/src/concepts/Slot__.ts +9 -15
  664. package/src/concepts/SqlQueryComponent__.ts +11 -16
  665. package/src/concepts/Start__.ts +5 -6
  666. package/src/concepts/StaticString__.ts +104 -0
  667. package/src/concepts/StringInterpolation__.ts +13 -9
  668. package/src/concepts/StringLiteral__.ts +6 -8
  669. package/src/concepts/StructureProperty__.ts +16 -20
  670. package/src/concepts/Structure__.ts +14 -15
  671. package/src/concepts/SwitchCase__.ts +7 -8
  672. package/src/concepts/SwitchStatement__.ts +8 -8
  673. package/src/concepts/Theme__.ts +5 -5
  674. package/src/concepts/Transactional__.ts +13 -16
  675. package/src/concepts/TriggerEvent__.ts +22 -177
  676. package/src/concepts/TriggerLauncher__.ts +9 -13
  677. package/src/concepts/TypeAnnotation__.ts +22 -18
  678. package/src/concepts/TypeParam__.ts +5 -6
  679. package/src/concepts/UnaryExpression__.ts +5 -8
  680. package/src/concepts/Unparsed__.ts +6 -8
  681. package/src/concepts/UseComponent__.ts +5 -7
  682. package/src/concepts/ValidationRule__.ts +13 -16
  683. package/src/concepts/Variable__.ts +50 -37
  684. package/src/concepts/ViewBlock__.ts +5 -8
  685. package/src/concepts/ViewComponent__.ts +68 -47
  686. package/src/concepts/ViewElement__.ts +114 -89
  687. package/src/concepts/View__.ts +183 -91
  688. package/src/concepts/WhileStatement__.ts +7 -8
  689. package/src/concepts/basics/stdlib/index.ts +66 -20
  690. package/src/concepts/basics/stdlib/nasl.auth.ts +167 -149
  691. package/src/concepts/basics/stdlib/nasl.browser.ts +143 -132
  692. package/src/concepts/basics/stdlib/nasl.collection.ts +54 -39
  693. package/src/concepts/basics/stdlib/nasl.configuration.ts +19 -9
  694. package/src/concepts/basics/stdlib/nasl.core.ts +41 -35
  695. package/src/concepts/basics/stdlib/nasl.event.ts +27 -17
  696. package/src/concepts/basics/stdlib/nasl.http.ts +170 -158
  697. package/src/concepts/basics/stdlib/nasl.interface.ts +48 -37
  698. package/src/concepts/basics/stdlib/nasl.io.ts +54 -44
  699. package/src/concepts/basics/stdlib/nasl.logging.ts +56 -55
  700. package/src/concepts/basics/stdlib/nasl.process.ts +610 -594
  701. package/src/concepts/basics/stdlib/nasl.ui.ts +1005 -986
  702. package/src/concepts/basics/stdlib/nasl.util.ts +2270 -2251
  703. package/src/concepts/basics/stdlib/nasl.validation.ts +567 -556
  704. package/src/concepts/basics/stdlib/reference2TypeAnnotationList.ts +19 -23
  705. package/src/concepts/index.ts +9 -1
  706. package/src/concepts/index__.ts +4 -0
  707. package/src/concepts/types__.ts +0 -254
  708. package/src/concepts/utils/asserts.ts +9530 -0
  709. package/src/concepts/utils/types.ts +670 -0
  710. package/src/decorators/index.ts +17 -16
  711. package/src/generator/genBundleFiles.ts +34 -2
  712. package/src/generator/genMetaData.ts +31 -3
  713. package/src/generator/genReleaseBody.ts +41 -40
  714. package/src/server/extendBaseNode.ts +2 -1
  715. package/src/server/formatTsUtils.ts +21 -20
  716. package/src/server/getConnector.ts +21 -2
  717. package/src/server/getFunctions.ts +3 -3
  718. package/src/server/getLogging.ts +2 -2
  719. package/src/server/getLogics.ts +16 -12
  720. package/src/server/getMemberIdentifier.ts +26 -5
  721. package/src/server/getProcessComponents.ts +2 -2
  722. package/src/server/getProcesses.ts +56 -6
  723. package/src/server/getValidates.ts +3 -2
  724. package/src/server/index.ts +2 -1
  725. package/src/server/naslServer.ts +51 -60
  726. package/src/server/translator.ts +3 -0
  727. package/src/service/creator/errHandles.js +7 -4
  728. package/src/service/storage/init.ts +34 -7
  729. package/src/translator/types.ts +1 -0
  730. package/src/translator/utils.ts +1 -2
  731. package/src/utils/i18nInfo.ts +0 -30
  732. package/src/utils/time-slicing/controller.ts +34 -23
  733. package/src/utils/time-slicing/runner.ts +7 -9
  734. package/src/utils/time-slicing/tool.ts +1 -1
  735. package/src/utils/types.ts +6 -0
  736. package/test/concepts/anonymous-function/toEmbeddedTS.spec.ts +3 -3
  737. package/test/concepts/anonymous-function/toJS.spec.ts +2 -2
  738. package/test/concepts/anonymous-function/toVue.spec.ts +2 -2
  739. package/test/concepts/assignment/toEmbeddedTS.spec.ts +3 -3
  740. package/test/concepts/assignment/toJS.spec.ts +2 -2
  741. package/test/concepts/assignment/toVue.spec.ts +2 -2
  742. package/test/concepts/batch-assignment/toEmbeddedTS.spec.ts +3 -3
  743. package/test/concepts/batch-assignment/toJS.spec.ts +2 -2
  744. package/test/concepts/batch-assignment/toVue.spec.ts +2 -2
  745. package/test/concepts/binary-expression/toEmbeddedTS.spec.ts +3 -3
  746. package/test/concepts/binary-expression/toJS.spec.ts +2 -2
  747. package/test/concepts/binary-expression/toVue.spec.ts +2 -2
  748. package/test/concepts/boolean-literal/toEmbeddedTS.spec.ts +3 -3
  749. package/test/concepts/boolean-literal/toJS.spec.ts +2 -2
  750. package/test/concepts/boolean-literal/toVue.spec.ts +2 -2
  751. package/test/concepts/call-function/toEmbeddedTS.spec.ts +3 -3
  752. package/test/concepts/call-function/toJS.spec.ts +2 -2
  753. package/test/concepts/call-interface/__snapshots__/toEmbeddedTS.spec.ts.snap +6 -9
  754. package/test/concepts/call-interface/toEmbeddedTS.spec.ts +3 -3
  755. package/test/concepts/call-interface/toJS.spec.ts +2 -2
  756. package/test/concepts/call-logic/__snapshots__/getQuickInfoOffset.spec.ts.snap +27 -3
  757. package/test/concepts/call-logic/__snapshots__/toEmbeddedTS.spec.ts.snap +18 -3
  758. package/test/concepts/call-logic/__snapshots__/toJS.spec.ts.snap +15 -0
  759. package/test/concepts/call-logic/__snapshots__/toUI.spec.ts.snap +7 -0
  760. package/test/concepts/call-logic/__snapshots__/toVue.spec.ts.snap +101 -0
  761. package/test/concepts/call-logic/__snapshots__/toVueDesigner.spec.ts.snap +7 -0
  762. package/test/concepts/call-logic/fixtures/json-deserialize.json +173 -0
  763. package/test/concepts/call-logic/fixtures/json-serialize-with-string.json +177 -0
  764. package/test/concepts/call-logic/fixtures/json-serialize.json +178 -0
  765. package/test/concepts/call-logic/getQuickInfoOffset.spec.ts +3 -3
  766. package/test/concepts/call-logic/toEmbeddedTS.spec.ts +3 -3
  767. package/test/concepts/call-logic/toJS.spec.ts +2 -2
  768. package/test/concepts/call-logic/toUI.spec.ts +16 -0
  769. package/test/concepts/call-logic/toVue.spec.ts +14 -0
  770. package/test/concepts/call-logic/toVueDesigner.spec.ts +16 -0
  771. package/test/concepts/data-source/toEmbeddedTS.spec.ts +3 -3
  772. package/test/concepts/data-source/toEmbeddedTSFile.spec.ts +3 -3
  773. package/test/concepts/entity/toEmbeddedTS.spec.ts +3 -3
  774. package/test/concepts/entity/toEmbeddedTSFile.spec.ts +2 -2
  775. package/test/concepts/identifier/toEmbeddedTS.spec.ts +3 -3
  776. package/test/concepts/identifier/toJS.spec.ts +2 -2
  777. package/test/concepts/identifier/toVue.spec.ts +2 -2
  778. package/test/concepts/match/toEmbeddedTS.spec.ts +3 -3
  779. package/test/concepts/match/toJS.spec.ts +2 -2
  780. package/test/concepts/member-expression/toEmbeddedTS.spec.ts +3 -3
  781. package/test/concepts/member-expression/toJS.spec.ts +2 -2
  782. package/test/concepts/member-expression/toVue.spec.ts +2 -2
  783. package/test/concepts/null-literal/toEmbeddedTS.spec.ts +3 -3
  784. package/test/concepts/null-literal/toJS.spec.ts +2 -2
  785. package/test/concepts/null-literal/toVue.spec.ts +2 -2
  786. package/test/concepts/numeric-literal/toEmbeddedTS.spec.ts +3 -3
  787. package/test/concepts/numeric-literal/toJS.spec.ts +2 -2
  788. package/test/concepts/numeric-literal/toVue.spec.ts +2 -2
  789. package/test/concepts/string-literal/toEmbeddedTS.spec.ts +3 -3
  790. package/test/concepts/string-literal/toJS.spec.ts +2 -2
  791. package/test/concepts/string-literal/toVue.spec.ts +2 -2
  792. package/test/concepts/utils.ts +2 -2
  793. package/test/concepts/validation-rule/toEmbeddedTS.spec.ts +3 -3
  794. package/test/concepts/validation-rule/toJS.spec.ts +2 -2
  795. package/test/concepts/validation-rule/validation-rule.spec.ts +3 -3
  796. package/test/concepts/view-element/toEmbeddedTS.spec.ts +3 -3
  797. package/test/concepts/view-element/toVue.spec.ts +2 -2
  798. package/test/time-slicing/runner.spec.ts +5 -1
  799. package/test/time-slicing/time-slicing-nodejs.spec.ts +1 -1
  800. package/test/time-slicing/wrapper.spec.ts +1 -1
  801. package/tsconfig.json +2 -1
@@ -36,171 +36,141 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.App = void 0;
37
37
  const jsoner_1 = require("../service/storage/jsoner");
38
38
  const utils_1 = require("../automate/engine/utils");
39
- const ConfigProperty__1 = __importDefault(require("./ConfigProperty__"));
40
- const AuthInterface__1 = __importDefault(require("./AuthInterface__"));
41
- const Interface__1 = __importDefault(require("./Interface__"));
39
+ const constants_1 = require("./basics/constants");
42
40
  const decorators_1 = require("../decorators");
43
41
  const utils = __importStar(require("../utils"));
42
+ const asserts = __importStar(require("./utils/asserts"));
44
43
  const BaseNode_1 = __importDefault(require("../common/BaseNode"));
45
- const DataSource__1 = __importDefault(require("./DataSource__"));
46
- const Structure__1 = __importDefault(require("./Structure__"));
47
- const Enum__1 = __importDefault(require("./Enum__"));
48
- const Logic__1 = __importDefault(require("./Logic__"));
49
- const OverriddenLogic__1 = __importDefault(require("./OverriddenLogic__"));
50
- const Frontend__1 = __importDefault(require("./Frontend__"));
51
44
  const Backend__1 = __importDefault(require("./Backend__"));
52
- const Process__1 = __importDefault(require("./Process__"));
53
- const Role__1 = __importDefault(require("./Role__"));
54
45
  const Configuration__1 = __importDefault(require("./Configuration__"));
55
- const Module__1 = __importDefault(require("./Module__"));
56
- const Connector__1 = __importDefault(require("./Connector__"));
57
- const AuthLogic__1 = __importDefault(require("./AuthLogic__"));
58
- const AuthLogicForCallInterface__1 = __importDefault(require("./AuthLogicForCallInterface__"));
59
- const Connection__1 = __importDefault(require("./Connection__"));
60
- const TriggerLauncher__1 = __importDefault(require("./TriggerLauncher__"));
61
- const MetadataType__1 = __importDefault(require("./MetadataType__"));
62
46
  /**
63
47
  * 应用
64
48
  */
65
- let App = App_1 =
66
- // @ts-ignore
67
- class App extends BaseNode_1.default {
68
- /** 类名 */
69
- static ConceptName = 'App';
70
- /** 继承链 */
71
- static inheritanceChain = ['BaseNode'];
72
- /**
73
- * 应用 Id
74
- */
75
- // @ts-ignore
76
- id;
77
- /**
78
- * 产品概念
79
- */
80
- concept;
81
- /**
82
- * IDE 版本
83
- */
84
- // @ts-ignore
85
- ideVersion;
86
- /**
87
- * 应用标识
88
- */
89
- // @ts-ignore
90
- name;
91
- /**
92
- * 应用标题
93
- */
94
- // @ts-ignore
95
- title;
96
- /**
97
- * 应用图标
98
- */
99
- // @ts-ignore
100
- icon;
101
- /**
102
- * 应用描述
103
- */
104
- // @ts-ignore
105
- desc;
106
- /**
107
- * 域名
108
- */
109
- // @ts-ignore
110
- dnsAddr;
111
- /**
112
- * 是否有用户中心
113
- */
114
- // @ts-ignore
115
- hasUserCenter;
116
- /**
117
- * 是否有权限
118
- */
119
- // @ts-ignore
120
- hasAuth;
121
- /**
122
- * 数据源列表
123
- */
124
- dataSources = [];
125
- /**
126
- * 数据结构列表
127
- */
128
- structures = [];
129
- /**
130
- * 枚举列表
131
- */
132
- enums = [];
133
- /**
134
- * 逻辑列表
135
- */
136
- logics = [];
137
- /**
138
- * 覆写逻辑列表
139
- */
140
- overriddenLogics = [];
141
- /**
142
- * 接口列表
143
- */
144
- interfaces = [];
145
- /**
146
- * 前端列表
147
- */
148
- frontends = [];
149
- /**
150
- * 后端
151
- */
152
- backend = new Backend__1.default();
153
- /**
154
- * 流程列表
155
- */
156
- processes = [];
157
- /**
158
- * 角色列表
159
- */
160
- roles = [];
161
- /**
162
- * 配置管理
163
- */
164
- configuration = new Configuration__1.default();
165
- /**
166
- * 扩展模块列表
167
- */
168
- dependencies = [];
169
- /**
170
- * 接口应用列表(兼容老版)
171
- */
172
- interfaceDependencies = [];
173
- /**
174
- * 集成
175
- */
176
- // @ts-ignore
177
- integration;
178
- /**
179
- * 暴露接口的接口鉴权
180
- */
181
- authLogics = [];
182
- /**
183
- * 调用接口的鉴权模板
184
- */
185
- authLogicsForCallInterface = [];
186
- /**
187
- * 连接
188
- */
189
- connections = [];
190
- /**
191
- * 触发器启动器
192
- */
193
- triggerLaunchers = [];
194
- /**
195
- * 元数据类型列表
196
- */
197
- metadataTypes = [];
49
+ let App = App_1 = class App extends BaseNode_1.default {
198
50
  /**
199
51
  * @param source 需要合并的部分参数
200
52
  */
201
53
  constructor(source) {
202
54
  source = Object.assign({}, App_1.getDefaultOptions(), source);
203
55
  super(source);
56
+ /**
57
+ * 数据源列表
58
+ */
59
+ this.dataSources = [];
60
+ /**
61
+ * 数据结构列表
62
+ */
63
+ this.structures = [];
64
+ /**
65
+ * 枚举列表
66
+ */
67
+ this.enums = [];
68
+ /**
69
+ * 逻辑列表
70
+ */
71
+ this.logics = [];
72
+ /**
73
+ * 覆写逻辑列表
74
+ */
75
+ this.overriddenLogics = [];
76
+ /**
77
+ * 接口列表
78
+ */
79
+ this.interfaces = [];
80
+ /**
81
+ * 前端列表
82
+ */
83
+ this.frontends = [];
84
+ /**
85
+ * 后端
86
+ */
87
+ this.backend = new Backend__1.default();
88
+ /**
89
+ * 流程列表
90
+ */
91
+ this.processes = [];
92
+ /**
93
+ * 角色列表
94
+ */
95
+ this.roles = [];
96
+ /**
97
+ * 配置管理
98
+ */
99
+ this.configuration = new Configuration__1.default();
100
+ /**
101
+ * 扩展模块列表
102
+ */
103
+ this.dependencies = [];
104
+ /**
105
+ * 接口应用列表(兼容老版)
106
+ */
107
+ this.interfaceDependencies = [];
108
+ /**
109
+ * 暴露接口的接口鉴权
110
+ */
111
+ this.authLogics = [];
112
+ /**
113
+ * 调用接口的鉴权模板
114
+ */
115
+ this.authLogicsForCallInterface = [];
116
+ /**
117
+ * 连接
118
+ */
119
+ this.connections = [];
120
+ /**
121
+ * 触发器启动器
122
+ */
123
+ this.triggerLaunchers = [];
124
+ /**
125
+ * 元数据类型列表
126
+ */
127
+ this.metadataTypes = [];
128
+ /**
129
+ * 是否为官方应用
130
+ */
131
+ this.officialType = undefined;
132
+ /**
133
+ * 轻舟项目 Id
134
+ */
135
+ this.projectId = undefined;
136
+ /**
137
+ * 租户 Id
138
+ */
139
+ this.tenantId = undefined;
140
+ /**
141
+ * 租户 Id
142
+ */
143
+ this.userGroupId = undefined;
144
+ /**
145
+ * 多环境
146
+ */
147
+ this.envs = undefined;
148
+ /**
149
+ * 多环境
150
+ */
151
+ this.envList = ['dev', 'online'];
152
+ /**
153
+ * 发布状态
154
+ */
155
+ this.deploying = undefined;
156
+ /**
157
+ * 发布 Id
158
+ */
159
+ this.deploymentId = undefined;
160
+ /**
161
+ * 从模板创建的模板 Id
162
+ */
163
+ this.templateId = undefined;
164
+ /**
165
+ * 全局设置
166
+ */
167
+ this.preferenceMap = {};
168
+ this.packageInfos = [];
169
+ /**
170
+ * 当前正在发布的环境,临时状态
171
+ */
172
+ this.curDeployEnv = 'dev';
173
+ this.__databaseTypeMap = {};
204
174
  super.subConstructor(source);
205
175
  }
206
176
  static from(source, parentNode, parentKey) {
@@ -237,26 +207,27 @@ class App extends BaseNode_1.default {
237
207
  _insertDataSourceAt(options, index) {
238
208
  const dataSourceOptions = {};
239
209
  const relationOptions = { parentNode: this, parentKey: 'dataSources' };
210
+ const DataSource = (0, decorators_1.getConceptConstructor)('DataSource');
240
211
  let dataSource;
241
212
  if (!options) {
242
- dataSource = DataSource__1.default.from({
213
+ dataSource = DataSource.from({
243
214
  ...dataSourceOptions,
244
215
  name: this.getDataSourceUniqueName(),
245
216
  }, this, 'dataSources');
246
217
  }
247
218
  else if (typeof options === 'string') {
248
- dataSource = DataSource__1.default.from({
219
+ dataSource = DataSource.from({
249
220
  ...dataSourceOptions,
250
221
  name: options,
251
222
  }, this, 'dataSources');
252
223
  }
253
- else if (options instanceof DataSource__1.default) {
224
+ else if (asserts.isDataSource(options)) {
254
225
  options.ensureDelete(); // 同一实例不支持多处存在
255
226
  dataSource = options;
256
227
  Object.assign(dataSource, relationOptions);
257
228
  }
258
229
  else {
259
- dataSource = DataSource__1.default.from({
230
+ dataSource = DataSource.from({
260
231
  ...dataSourceOptions,
261
232
  ...options,
262
233
  }, this, 'dataSources');
@@ -297,26 +268,27 @@ class App extends BaseNode_1.default {
297
268
  _insertStructureAt(options, index) {
298
269
  const structureOptions = {};
299
270
  const relationOptions = { parentNode: this, parentKey: 'structures' };
271
+ const Structure = (0, decorators_1.getConceptConstructor)('Structure');
300
272
  let structure;
301
273
  if (!options) {
302
- structure = Structure__1.default.from({
274
+ structure = Structure.from({
303
275
  ...structureOptions,
304
276
  name: this.getStructureUniqueName(),
305
277
  }, this, 'structures');
306
278
  }
307
279
  else if (typeof options === 'string') {
308
- structure = Structure__1.default.from({
280
+ structure = Structure.from({
309
281
  ...structureOptions,
310
282
  name: options,
311
283
  }, this, 'structures');
312
284
  }
313
- else if (options instanceof Structure__1.default) {
285
+ else if (asserts.isStructure(options)) {
314
286
  options.ensureDelete(); // 同一实例不支持多处存在
315
287
  structure = options;
316
288
  Object.assign(structure, relationOptions);
317
289
  }
318
290
  else {
319
- structure = Structure__1.default.from({
291
+ structure = Structure.from({
320
292
  ...structureOptions,
321
293
  ...options,
322
294
  }, this, 'structures');
@@ -357,26 +329,27 @@ class App extends BaseNode_1.default {
357
329
  _insertEnumAt(options, index) {
358
330
  const enumerationOptions = {};
359
331
  const relationOptions = { parentNode: this, parentKey: 'enums' };
332
+ const Enum = (0, decorators_1.getConceptConstructor)('Enum');
360
333
  let enumeration;
361
334
  if (!options) {
362
- enumeration = Enum__1.default.from({
335
+ enumeration = Enum.from({
363
336
  ...enumerationOptions,
364
337
  name: this.getEnumUniqueName(),
365
338
  }, this, 'enums');
366
339
  }
367
340
  else if (typeof options === 'string') {
368
- enumeration = Enum__1.default.from({
341
+ enumeration = Enum.from({
369
342
  ...enumerationOptions,
370
343
  name: options,
371
344
  }, this, 'enums');
372
345
  }
373
- else if (options instanceof Enum__1.default) {
346
+ else if (asserts.isEnum(options)) {
374
347
  options.ensureDelete(); // 同一实例不支持多处存在
375
348
  enumeration = options;
376
349
  Object.assign(enumeration, relationOptions);
377
350
  }
378
351
  else {
379
- enumeration = Enum__1.default.from({
352
+ enumeration = Enum.from({
380
353
  ...enumerationOptions,
381
354
  ...options,
382
355
  }, this, 'enums');
@@ -417,26 +390,27 @@ class App extends BaseNode_1.default {
417
390
  _insertLogicAt(options, index) {
418
391
  const logicOptions = {};
419
392
  const relationOptions = { parentNode: this, parentKey: 'logics' };
393
+ const Logic = (0, decorators_1.getConceptConstructor)('Logic');
420
394
  let logic;
421
395
  if (!options) {
422
- logic = Logic__1.default.from({
396
+ logic = Logic.from({
423
397
  ...logicOptions,
424
398
  name: this.getLogicUniqueName(),
425
399
  }, this, 'logics');
426
400
  }
427
401
  else if (typeof options === 'string') {
428
- logic = Logic__1.default.from({
402
+ logic = Logic.from({
429
403
  ...logicOptions,
430
404
  name: options,
431
405
  }, this, 'logics');
432
406
  }
433
- else if (options instanceof Logic__1.default) {
407
+ else if (asserts.isLogic(options)) {
434
408
  options.ensureDelete(); // 同一实例不支持多处存在
435
409
  logic = options;
436
410
  Object.assign(logic, relationOptions);
437
411
  }
438
412
  else {
439
- logic = Logic__1.default.from({
413
+ logic = Logic.from({
440
414
  ...logicOptions,
441
415
  ...options,
442
416
  }, this, 'logics');
@@ -470,26 +444,27 @@ class App extends BaseNode_1.default {
470
444
  _insertAuthLogicInAuthLogicsAt(options, index) {
471
445
  const authLogicOptions = {};
472
446
  const relationOptions = { parentNode: this, parentKey: 'authLogics' };
447
+ const AuthLogic = (0, decorators_1.getConceptConstructor)('AuthLogic');
473
448
  let authLogic;
474
449
  if (!options) {
475
- authLogic = AuthLogic__1.default.from({
450
+ authLogic = AuthLogic.from({
476
451
  ...authLogicOptions,
477
452
  name: this.getAuthLogicUniqueName(),
478
453
  }, this, 'authLogics');
479
454
  }
480
455
  else if (typeof options === 'string') {
481
- authLogic = AuthLogic__1.default.from({
456
+ authLogic = AuthLogic.from({
482
457
  ...authLogicOptions,
483
458
  name: options,
484
459
  }, this, 'authLogics');
485
460
  }
486
- else if (options instanceof AuthLogic__1.default) {
461
+ else if (asserts.isAuthLogic(options)) {
487
462
  options.ensureDelete(); // 同一实例不支持多处存在
488
463
  authLogic = options;
489
464
  Object.assign(authLogic, relationOptions);
490
465
  }
491
466
  else {
492
- authLogic = AuthLogic__1.default.from({
467
+ authLogic = AuthLogic.from({
493
468
  ...authLogicOptions,
494
469
  ...options,
495
470
  }, this, 'authLogics');
@@ -523,26 +498,27 @@ class App extends BaseNode_1.default {
523
498
  _insertAuthLogicForCallInterfaceInAuthLogicsForCallInterfaceAt(options, index) {
524
499
  const authLogicForCallInterfaceOptions = {};
525
500
  const relationOptions = { parentNode: this, parentKey: 'authLogicsForCallInterface' };
501
+ const AuthLogicForCallInterface = (0, decorators_1.getConceptConstructor)('AuthLogicForCallInterface');
526
502
  let authLogicForCallInterface;
527
503
  if (!options) {
528
- authLogicForCallInterface = AuthLogicForCallInterface__1.default.from({
504
+ authLogicForCallInterface = AuthLogicForCallInterface.from({
529
505
  ...authLogicForCallInterfaceOptions,
530
506
  name: this.getAuthLogicForCallInterfaceUniqueName(),
531
507
  }, this, 'authLogicsForCallInterface');
532
508
  }
533
509
  else if (typeof options === 'string') {
534
- authLogicForCallInterface = AuthLogicForCallInterface__1.default.from({
510
+ authLogicForCallInterface = AuthLogicForCallInterface.from({
535
511
  ...authLogicForCallInterfaceOptions,
536
512
  name: options,
537
513
  }, this, 'authLogicsForCallInterface');
538
514
  }
539
- else if (options instanceof AuthLogicForCallInterface__1.default) {
515
+ else if (asserts.isAuthLogicForCallInterface(options)) {
540
516
  options.ensureDelete(); // 同一实例不支持多处存在
541
517
  authLogicForCallInterface = options;
542
518
  Object.assign(authLogicForCallInterface, relationOptions);
543
519
  }
544
520
  else {
545
- authLogicForCallInterface = AuthLogicForCallInterface__1.default.from({
521
+ authLogicForCallInterface = AuthLogicForCallInterface.from({
546
522
  ...authLogicForCallInterfaceOptions,
547
523
  ...options,
548
524
  }, this, 'authLogicsForCallInterface');
@@ -585,26 +561,27 @@ class App extends BaseNode_1.default {
585
561
  _insertOverriddenLogicAt(options, index) {
586
562
  const overriddenLogicOptions = {};
587
563
  const relationOptions = { parentNode: this, parentKey: 'overriddenLogics' };
564
+ const OverriddenLogic = (0, decorators_1.getConceptConstructor)('OverriddenLogic');
588
565
  let overriddenLogic;
589
566
  if (!options) {
590
- overriddenLogic = OverriddenLogic__1.default.from({
567
+ overriddenLogic = OverriddenLogic.from({
591
568
  ...overriddenLogicOptions,
592
569
  name: this.getOverriddenLogicUniqueName(),
593
570
  }, this, 'overriddenLogics');
594
571
  }
595
572
  else if (typeof options === 'string') {
596
- overriddenLogic = OverriddenLogic__1.default.from({
573
+ overriddenLogic = OverriddenLogic.from({
597
574
  ...overriddenLogicOptions,
598
575
  name: options,
599
576
  }, this, 'overriddenLogics');
600
577
  }
601
- else if (options instanceof OverriddenLogic__1.default) {
578
+ else if (asserts.isOverriddenLogic(options)) {
602
579
  options.ensureDelete(); // 同一实例不支持多处存在
603
580
  overriddenLogic = options;
604
581
  Object.assign(overriddenLogic, relationOptions);
605
582
  }
606
583
  else {
607
- overriddenLogic = OverriddenLogic__1.default.from({
584
+ overriddenLogic = OverriddenLogic.from({
608
585
  ...overriddenLogicOptions,
609
586
  ...options,
610
587
  }, this, 'overriddenLogics');
@@ -654,26 +631,27 @@ class App extends BaseNode_1.default {
654
631
  _insertFrontendAt(options, index) {
655
632
  const frontendOptions = {};
656
633
  const relationOptions = { parentNode: this, parentKey: 'frontends' };
634
+ const Frontend = (0, decorators_1.getConceptConstructor)('Frontend');
657
635
  let frontend;
658
636
  if (!options) {
659
- frontend = Frontend__1.default.from({
637
+ frontend = Frontend.from({
660
638
  ...frontendOptions,
661
639
  name: this.getFrontendUniqueName(),
662
640
  }, this, 'frontends');
663
641
  }
664
642
  else if (typeof options === 'string') {
665
- frontend = Frontend__1.default.from({
643
+ frontend = Frontend.from({
666
644
  ...frontendOptions,
667
645
  name: options,
668
646
  }, this, 'frontends');
669
647
  }
670
- else if (options instanceof Frontend__1.default) {
648
+ else if (asserts.isFrontend(options)) {
671
649
  options.ensureDelete(); // 同一实例不支持多处存在
672
650
  frontend = options;
673
651
  Object.assign(frontend, relationOptions);
674
652
  }
675
653
  else {
676
- frontend = Frontend__1.default.from({
654
+ frontend = Frontend.from({
677
655
  ...frontendOptions,
678
656
  ...options,
679
657
  }, this, 'frontends');
@@ -714,26 +692,27 @@ class App extends BaseNode_1.default {
714
692
  _insertProcessAt(options, index) {
715
693
  const processOptions = {};
716
694
  const relationOptions = { parentNode: this, parentKey: 'processes' };
695
+ const Process = (0, decorators_1.getConceptConstructor)('Process');
717
696
  let process;
718
697
  if (!options) {
719
- process = Process__1.default.from({
698
+ process = Process.from({
720
699
  ...processOptions,
721
700
  name: this.getProcessUniqueName(),
722
701
  }, this, 'processes');
723
702
  }
724
703
  else if (typeof options === 'string') {
725
- process = Process__1.default.from({
704
+ process = Process.from({
726
705
  ...processOptions,
727
706
  name: options,
728
707
  }, this, 'processes');
729
708
  }
730
- else if (options instanceof Process__1.default) {
709
+ else if (asserts.isProcess(options)) {
731
710
  options.ensureDelete(); // 同一实例不支持多处存在
732
711
  process = options;
733
712
  Object.assign(process, relationOptions);
734
713
  }
735
714
  else {
736
- process = Process__1.default.from({
715
+ process = Process.from({
737
716
  ...processOptions,
738
717
  ...options,
739
718
  }, this, 'processes');
@@ -774,26 +753,27 @@ class App extends BaseNode_1.default {
774
753
  _insertRoleAt(options, index) {
775
754
  const roleOptions = {};
776
755
  const relationOptions = { parentNode: this, parentKey: 'roles' };
756
+ const Role = (0, decorators_1.getConceptConstructor)('Role');
777
757
  let role;
778
758
  if (!options) {
779
- role = Role__1.default.from({
759
+ role = Role.from({
780
760
  ...roleOptions,
781
761
  name: this.getRoleUniqueName(),
782
762
  }, this, 'roles');
783
763
  }
784
764
  else if (typeof options === 'string') {
785
- role = Role__1.default.from({
765
+ role = Role.from({
786
766
  ...roleOptions,
787
767
  name: options,
788
768
  }, this, 'roles');
789
769
  }
790
- else if (options instanceof Role__1.default) {
770
+ else if (asserts.isRole(options)) {
791
771
  options.ensureDelete(); // 同一实例不支持多处存在
792
772
  role = options;
793
773
  Object.assign(role, relationOptions);
794
774
  }
795
775
  else {
796
- role = Role__1.default.from({
776
+ role = Role.from({
797
777
  ...roleOptions,
798
778
  ...options,
799
779
  }, this, 'roles');
@@ -834,26 +814,27 @@ class App extends BaseNode_1.default {
834
814
  _insertModuleInDependenciesAt(options, index) {
835
815
  const moduleOptions = {};
836
816
  const relationOptions = { parentNode: this, parentKey: 'dependencies' };
817
+ const Module = (0, decorators_1.getConceptConstructor)('Module');
837
818
  let module;
838
819
  if (!options) {
839
- module = Module__1.default.from({
820
+ module = Module.from({
840
821
  ...moduleOptions,
841
822
  name: this.getModuleUniqueName(),
842
823
  }, this, 'dependencies');
843
824
  }
844
825
  else if (typeof options === 'string') {
845
- module = Module__1.default.from({
826
+ module = Module.from({
846
827
  ...moduleOptions,
847
828
  name: options,
848
829
  }, this, 'dependencies');
849
830
  }
850
- else if (options instanceof Module__1.default) {
831
+ else if (asserts.isModule(options)) {
851
832
  options.ensureDelete(); // 同一实例不支持多处存在
852
833
  module = options;
853
834
  Object.assign(module, relationOptions);
854
835
  }
855
836
  else {
856
- module = Module__1.default.from({
837
+ module = Module.from({
857
838
  ...moduleOptions,
858
839
  ...options,
859
840
  }, this, 'dependencies');
@@ -887,26 +868,27 @@ class App extends BaseNode_1.default {
887
868
  _insertConnectorInDependenciesAt(options, index) {
888
869
  const connectorOptions = {};
889
870
  const relationOptions = { parentNode: this, parentKey: 'dependencies' };
871
+ const Connector = (0, decorators_1.getConceptConstructor)('Connector');
890
872
  let connector;
891
873
  if (!options) {
892
- connector = Connector__1.default.from({
874
+ connector = Connector.from({
893
875
  ...connectorOptions,
894
876
  name: this.getConnectorUniqueName(),
895
877
  }, this, 'dependencies');
896
878
  }
897
879
  else if (typeof options === 'string') {
898
- connector = Connector__1.default.from({
880
+ connector = Connector.from({
899
881
  ...connectorOptions,
900
882
  name: options,
901
883
  }, this, 'dependencies');
902
884
  }
903
- else if (options instanceof Connector__1.default) {
885
+ else if (asserts.isConnector(options)) {
904
886
  options.ensureDelete(); // 同一实例不支持多处存在
905
887
  connector = options;
906
888
  Object.assign(connector, relationOptions);
907
889
  }
908
890
  else {
909
- connector = Connector__1.default.from({
891
+ connector = Connector.from({
910
892
  ...connectorOptions,
911
893
  ...options,
912
894
  }, this, 'dependencies');
@@ -940,26 +922,27 @@ class App extends BaseNode_1.default {
940
922
  _insertModuleInInterfaceDependenciesAt(options, index) {
941
923
  const moduleOptions = {};
942
924
  const relationOptions = { parentNode: this, parentKey: 'interfaceDependencies' };
925
+ const Module = (0, decorators_1.getConceptConstructor)('Module');
943
926
  let module;
944
927
  if (!options) {
945
- module = Module__1.default.from({
928
+ module = Module.from({
946
929
  ...moduleOptions,
947
930
  name: this.getModuleUniqueName(),
948
931
  }, this, 'interfaceDependencies');
949
932
  }
950
933
  else if (typeof options === 'string') {
951
- module = Module__1.default.from({
934
+ module = Module.from({
952
935
  ...moduleOptions,
953
936
  name: options,
954
937
  }, this, 'interfaceDependencies');
955
938
  }
956
- else if (options instanceof Module__1.default) {
939
+ else if (asserts.isModule(options)) {
957
940
  options.ensureDelete(); // 同一实例不支持多处存在
958
941
  module = options;
959
942
  Object.assign(module, relationOptions);
960
943
  }
961
944
  else {
962
- module = Module__1.default.from({
945
+ module = Module.from({
963
946
  ...moduleOptions,
964
947
  ...options,
965
948
  }, this, 'interfaceDependencies');
@@ -1002,26 +985,27 @@ class App extends BaseNode_1.default {
1002
985
  _insertConnectionAt(options, index) {
1003
986
  const connectionOptions = {};
1004
987
  const relationOptions = { parentNode: this, parentKey: 'connections' };
988
+ const Connection = (0, decorators_1.getConceptConstructor)('Connection');
1005
989
  let connection;
1006
990
  if (!options) {
1007
- connection = Connection__1.default.from({
991
+ connection = Connection.from({
1008
992
  ...connectionOptions,
1009
993
  name: this.getConnectionUniqueName(),
1010
994
  }, this, 'connections');
1011
995
  }
1012
996
  else if (typeof options === 'string') {
1013
- connection = Connection__1.default.from({
997
+ connection = Connection.from({
1014
998
  ...connectionOptions,
1015
999
  name: options,
1016
1000
  }, this, 'connections');
1017
1001
  }
1018
- else if (options instanceof Connection__1.default) {
1002
+ else if (asserts.isConnection(options)) {
1019
1003
  options.ensureDelete(); // 同一实例不支持多处存在
1020
1004
  connection = options;
1021
1005
  Object.assign(connection, relationOptions);
1022
1006
  }
1023
1007
  else {
1024
- connection = Connection__1.default.from({
1008
+ connection = Connection.from({
1025
1009
  ...connectionOptions,
1026
1010
  ...options,
1027
1011
  }, this, 'connections');
@@ -1064,26 +1048,27 @@ class App extends BaseNode_1.default {
1064
1048
  _insertTriggerLauncherAt(options, index) {
1065
1049
  const triggerLauncherOptions = {};
1066
1050
  const relationOptions = { parentNode: this, parentKey: 'triggerLaunchers' };
1051
+ const TriggerLauncher = (0, decorators_1.getConceptConstructor)('TriggerLauncher');
1067
1052
  let triggerLauncher;
1068
1053
  if (!options) {
1069
- triggerLauncher = TriggerLauncher__1.default.from({
1054
+ triggerLauncher = TriggerLauncher.from({
1070
1055
  ...triggerLauncherOptions,
1071
1056
  name: this.getTriggerLauncherUniqueName(),
1072
1057
  }, this, 'triggerLaunchers');
1073
1058
  }
1074
1059
  else if (typeof options === 'string') {
1075
- triggerLauncher = TriggerLauncher__1.default.from({
1060
+ triggerLauncher = TriggerLauncher.from({
1076
1061
  ...triggerLauncherOptions,
1077
1062
  name: options,
1078
1063
  }, this, 'triggerLaunchers');
1079
1064
  }
1080
- else if (options instanceof TriggerLauncher__1.default) {
1065
+ else if (asserts.isTriggerLauncher(options)) {
1081
1066
  options.ensureDelete(); // 同一实例不支持多处存在
1082
1067
  triggerLauncher = options;
1083
1068
  Object.assign(triggerLauncher, relationOptions);
1084
1069
  }
1085
1070
  else {
1086
- triggerLauncher = TriggerLauncher__1.default.from({
1071
+ triggerLauncher = TriggerLauncher.from({
1087
1072
  ...triggerLauncherOptions,
1088
1073
  ...options,
1089
1074
  }, this, 'triggerLaunchers');
@@ -1126,26 +1111,27 @@ class App extends BaseNode_1.default {
1126
1111
  _insertMetadataTypeAt(options, index) {
1127
1112
  const metadataTypeOptions = {};
1128
1113
  const relationOptions = { parentNode: this, parentKey: 'metadataTypes' };
1114
+ const MetadataType = (0, decorators_1.getConceptConstructor)('MetadataType');
1129
1115
  let metadataType;
1130
1116
  if (!options) {
1131
- metadataType = MetadataType__1.default.from({
1117
+ metadataType = MetadataType.from({
1132
1118
  ...metadataTypeOptions,
1133
1119
  name: this.getMetadataTypeUniqueName(),
1134
1120
  }, this, 'metadataTypes');
1135
1121
  }
1136
1122
  else if (typeof options === 'string') {
1137
- metadataType = MetadataType__1.default.from({
1123
+ metadataType = MetadataType.from({
1138
1124
  ...metadataTypeOptions,
1139
1125
  name: options,
1140
1126
  }, this, 'metadataTypes');
1141
1127
  }
1142
- else if (options instanceof MetadataType__1.default) {
1128
+ else if (asserts.isMetadataType(options)) {
1143
1129
  options.ensureDelete(); // 同一实例不支持多处存在
1144
1130
  metadataType = options;
1145
1131
  Object.assign(metadataType, relationOptions);
1146
1132
  }
1147
1133
  else {
1148
- metadataType = MetadataType__1.default.from({
1134
+ metadataType = MetadataType.from({
1149
1135
  ...metadataTypeOptions,
1150
1136
  ...options,
1151
1137
  }, this, 'metadataTypes');
@@ -1951,46 +1937,6 @@ class App extends BaseNode_1.default {
1951
1937
  findLogicByName(name) {
1952
1938
  return this.logics.find((logic) => logic.name === name);
1953
1939
  }
1954
- /**
1955
- * 是否为官方应用
1956
- */
1957
- officialType = undefined;
1958
- /**
1959
- * 轻舟项目 Id
1960
- */
1961
- projectId = undefined;
1962
- /**
1963
- * 租户 Id
1964
- */
1965
- tenantId = undefined;
1966
- /**
1967
- * 租户 Id
1968
- */
1969
- userGroupId = undefined;
1970
- /**
1971
- * 多环境
1972
- */
1973
- envs = undefined;
1974
- /**
1975
- * 多环境
1976
- */
1977
- envList = ['dev', 'online'];
1978
- /**
1979
- * 发布状态
1980
- */
1981
- deploying = undefined;
1982
- /**
1983
- * 发布 Id
1984
- */
1985
- deploymentId = undefined;
1986
- /**
1987
- * 从模板创建的模板 Id
1988
- */
1989
- templateId = undefined;
1990
- /**
1991
- * 全局设置
1992
- */
1993
- preferenceMap = {};
1994
1940
  /**
1995
1941
  * 获取命名空间
1996
1942
  */
@@ -2003,7 +1949,14 @@ class App extends BaseNode_1.default {
2003
1949
  findNodeByPath(nodePath) {
2004
1950
  return (0, jsoner_1.queryNodeByPath)(this, nodePath);
2005
1951
  }
2006
- findNodeByCompleteName(completeName) {
1952
+ findNodeByCompleteName(originCompleteName) {
1953
+ let completeName = originCompleteName;
1954
+ // 是否是来自编辑态的自定义连接器
1955
+ const isFromEditableConnector = completeName.endsWith(constants_1.CUSTOM_CONNECTOR_EDITABLE_SUFFIX);
1956
+ if (isFromEditableConnector) {
1957
+ // 为了查找到真实的结构,需要去掉编辑态的后缀
1958
+ completeName = completeName.replace(constants_1.CUSTOM_CONNECTOR_EDITABLE_SUFFIX, '');
1959
+ }
2007
1960
  const nameArr = completeName?.split('.') || [];
2008
1961
  let node = this;
2009
1962
  // 先处理平台的
@@ -2022,7 +1975,12 @@ class App extends BaseNode_1.default {
2022
1975
  const modules = modulesMap[start];
2023
1976
  if (Array.isArray(modules)) {
2024
1977
  const moduleName = nameArr.shift();
2025
- node = modules.find((moduleItem) => moduleItem.name === moduleName);
1978
+ if (isFromEditableConnector) {
1979
+ node = modules.find((moduleItem) => moduleItem.name === moduleName && moduleItem?.parentNode?.concept === 'Integration');
1980
+ }
1981
+ else {
1982
+ node = modules.find((moduleItem) => moduleItem.name === moduleName);
1983
+ }
2026
1984
  }
2027
1985
  for (let index = 0; index < nameArr.length; index++) {
2028
1986
  if (!node) {
@@ -2048,23 +2006,21 @@ class App extends BaseNode_1.default {
2048
2006
  this.envList = ['dev', 'online'];
2049
2007
  }
2050
2008
  loadPackageInfo(scope) {
2051
- const dependencyMap = window.globalData.ideVersionDetail.dependencies;
2009
+ const materialConfig = window.globalData.materialConfig || {};
2010
+ const { framework, ui } = materialConfig;
2052
2011
  const packageInfo = {
2053
2012
  template: { name: '', version: '', scope },
2054
2013
  ui: { name: '', version: '', scope },
2055
2014
  scope,
2056
2015
  };
2057
- packageInfo.template.name = scope === 'h5' ? '@lcap/mobile-template' : 'lcap-pc-template';
2058
- packageInfo.template.version =
2059
- scope === 'h5' ? dependencyMap.FrontendArchH5.version : dependencyMap.FrontendArchPC.version;
2060
- packageInfo.ui.name = scope === 'h5' ? '@lcap/mobile-ui' : 'cloud-ui.vusion';
2061
- packageInfo.ui.version =
2062
- scope === 'h5'
2063
- ? dependencyMap.FrontendComponentLibraryH5.version
2064
- : dependencyMap.FrontendComponentLibraryPC.version;
2016
+ packageInfo.template.name = scope === 'h5' ? framework.h5 : framework.pc;
2017
+ packageInfo.template.version = framework.version;
2018
+ packageInfo.ui.name = scope === 'h5' ? ui.h5.name : ui.pc.name;
2019
+ packageInfo.ui.version = scope === 'h5'
2020
+ ? ui.h5.version
2021
+ : ui.pc.version;
2065
2022
  return packageInfo;
2066
2023
  }
2067
- packageInfos = [];
2068
2024
  loadPackageInfos() {
2069
2025
  this.packageInfos = [];
2070
2026
  const scopes = ['pc', 'h5'];
@@ -2085,20 +2041,12 @@ class App extends BaseNode_1.default {
2085
2041
  js: [
2086
2042
  `${prefix}/packages/vue@2/dist/vue.min.js`,
2087
2043
  // `${prefix}/packages/vue-router@3/dist/vue-router.min.js`,
2088
- scope === 'h5'
2089
- ? `${prefix}/packages/@lcap/mobile-ui@${packageInfo.ui.version}/dist-theme/index.js`
2090
- : `${prefix}/packages/cloud-ui.vusion@${packageInfo.ui.version}/dist-theme/index.js`,
2091
- scope === 'h5'
2092
- ? `${prefix}/packages/@lcap/mobile-template@${packageInfo.template.version}/cloudAdminDesigner.umd.min.js`
2093
- : `${prefix}/packages/lcap-pc-template@${packageInfo.template.version}/cloudAdminDesigner.umd.min.js`,
2044
+ `${prefix}/packages/${packageInfo.ui.name}@${packageInfo.ui.version}/dist-theme/index.js`,
2045
+ `${prefix}/packages/${packageInfo.template.name}@${packageInfo.template.version}/cloudAdminDesigner.umd.min.js`,
2094
2046
  ],
2095
2047
  css: [
2096
- scope === 'h5'
2097
- ? `${prefix}/packages/@lcap/mobile-ui@${packageInfo.ui.version}/dist-theme/index.css`
2098
- : `${prefix}/packages/cloud-ui.vusion@${packageInfo.ui.version}/dist-theme/index.css`,
2099
- scope === 'h5'
2100
- ? `${prefix}/packages/@lcap/mobile-template@${packageInfo.template.version}/cloudAdminDesigner.css`
2101
- : `${prefix}/packages/lcap-pc-template@${packageInfo.template.version}/cloudAdminDesigner.css`,
2048
+ `${prefix}/packages/${packageInfo.ui.name}@${packageInfo.ui.version}/dist-theme/index.css`,
2049
+ `${prefix}/packages/${packageInfo.template.name}@${packageInfo.template.version}/cloudAdminDesigner.css`,
2102
2050
  ],
2103
2051
  },
2104
2052
  custom: {
@@ -2184,9 +2132,10 @@ class App extends BaseNode_1.default {
2184
2132
  // if (node.enable && node.dataSources) {
2185
2133
  if (node.dataSources) {
2186
2134
  const dataSourceGroup = this.configuration?.getGroup('dataSource');
2135
+ const ConfigProperty = (0, decorators_1.getConceptConstructor)('ConfigProperty');
2187
2136
  if (dataSourceGroup) {
2188
2137
  node.dataSources.forEach((datasource) => {
2189
- const body = ConfigProperty__1.default.from({
2138
+ const body = ConfigProperty.from({
2190
2139
  name: datasource.name,
2191
2140
  description: '',
2192
2141
  isPrivate: false,
@@ -2434,10 +2383,6 @@ class App extends BaseNode_1.default {
2434
2383
  });
2435
2384
  return compMap;
2436
2385
  }
2437
- /**
2438
- * 当前正在发布的环境,临时状态
2439
- */
2440
- curDeployEnv = 'dev';
2441
2386
  /**
2442
2387
  * 获取 “系统统一路径前缀”
2443
2388
  * @returns
@@ -2450,7 +2395,6 @@ class App extends BaseNode_1.default {
2450
2395
  const sysPrefixPath = uniformPathPrefix && uniformPathPrefix !== '/' ? uniformPathPrefix : '';
2451
2396
  return sysPrefixPath;
2452
2397
  }
2453
- __databaseTypeMap = {};
2454
2398
  getAuthLogicExistingNames(excludedList = []) {
2455
2399
  const excludedSet = new Set(excludedList);
2456
2400
  return (this.authLogics || []).filter((item) => !excludedSet.has(item)).map((item) => item.name);
@@ -2508,26 +2452,27 @@ class App extends BaseNode_1.default {
2508
2452
  _insertInterfaceInInterfacesAt(options, index) {
2509
2453
  const itfaceOptions = {};
2510
2454
  const relationOptions = { parentNode: this, parentKey: 'interfaces' };
2455
+ const Interface = (0, decorators_1.getConceptConstructor)('Interface');
2511
2456
  let itface;
2512
2457
  if (!options) {
2513
- itface = Interface__1.default.from({
2458
+ itface = Interface.from({
2514
2459
  ...itfaceOptions,
2515
2460
  name: this.getInterfaceUniqueName(),
2516
2461
  }, this, 'interfaces');
2517
2462
  }
2518
2463
  else if (typeof options === 'string') {
2519
- itface = Interface__1.default.from({
2464
+ itface = Interface.from({
2520
2465
  ...itfaceOptions,
2521
2466
  name: options,
2522
2467
  }, this, 'interfaces');
2523
2468
  }
2524
- else if (options instanceof Interface__1.default) {
2469
+ else if (asserts.isInterface(options)) {
2525
2470
  options.ensureDelete(); // 同一实例不支持多处存在
2526
2471
  itface = options;
2527
2472
  Object.assign(itface, relationOptions);
2528
2473
  }
2529
2474
  else {
2530
- itface = Interface__1.default.from({
2475
+ itface = Interface.from({
2531
2476
  ...itfaceOptions,
2532
2477
  ...options,
2533
2478
  }, this, 'interfaces');
@@ -2561,26 +2506,27 @@ class App extends BaseNode_1.default {
2561
2506
  _insertAuthInterfaceInInterfacesAt(options, index) {
2562
2507
  const itfaceOptions = {};
2563
2508
  const relationOptions = { parentNode: this, parentKey: 'interfaces' };
2509
+ const AuthInterface = (0, decorators_1.getConceptConstructor)('AuthInterface');
2564
2510
  let itface;
2565
2511
  if (!options) {
2566
- itface = AuthInterface__1.default.from({
2512
+ itface = AuthInterface.from({
2567
2513
  ...itfaceOptions,
2568
2514
  name: this.getAuthInterfaceUniqueName(),
2569
2515
  }, this, 'interfaces');
2570
2516
  }
2571
2517
  else if (typeof options === 'string') {
2572
- itface = AuthInterface__1.default.from({
2518
+ itface = AuthInterface.from({
2573
2519
  ...itfaceOptions,
2574
2520
  name: options,
2575
2521
  }, this, 'interfaces');
2576
2522
  }
2577
- else if (options instanceof AuthInterface__1.default) {
2523
+ else if (asserts.isAuthInterface(options)) {
2578
2524
  options.ensureDelete(); // 同一实例不支持多处存在
2579
2525
  itface = options;
2580
2526
  Object.assign(itface, relationOptions);
2581
2527
  }
2582
2528
  else {
2583
- itface = AuthInterface__1.default.from({
2529
+ itface = AuthInterface.from({
2584
2530
  ...itfaceOptions,
2585
2531
  ...options,
2586
2532
  }, this, 'interfaces');
@@ -2648,6 +2594,10 @@ class App extends BaseNode_1.default {
2648
2594
  return params;
2649
2595
  }
2650
2596
  };
2597
+ /** 类名 */
2598
+ App.ConceptName = 'App';
2599
+ /** 继承链 */
2600
+ App.inheritanceChain = ['BaseNode'];
2651
2601
  __decorate([
2652
2602
  (0, decorators_1.property)()
2653
2603
  ], App.prototype, "id", void 0);
@@ -2836,9 +2786,7 @@ __decorate([
2836
2786
  (0, decorators_1.property)()
2837
2787
  ], App.prototype, "preferenceMap", void 0);
2838
2788
  App = App_1 = __decorate([
2839
- decorators_1.className,
2840
2789
  (0, decorators_1.concept)('应用')
2841
- // @ts-ignore
2842
2790
  ], App);
2843
2791
  exports.App = App;
2844
2792
  exports.default = App;