@lcap/nasl 3.8.2-beta.8 → 3.8.2-beta.9

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/.nyc_output/943352aa-23df-44e0-863b-3dcd3e8bf57a.json +1 -0
  2. package/.nyc_output/processinfo/943352aa-23df-44e0-863b-3dcd3e8bf57a.json +1 -0
  3. package/.nyc_output/processinfo/index.json +1 -1
  4. package/coverage/cobertura-coverage.xml +66121 -10220
  5. package/coverage/index.html +50 -395
  6. package/coverage/src/automate/engine/index.html +19 -19
  7. package/coverage/src/automate/engine/utils.js.html +101 -101
  8. package/coverage/src/bak/index.html +19 -19
  9. package/coverage/src/bak/translator.js.html +96 -141
  10. package/coverage/src/breakpoint/generator/AfterStartNode.ts.html +13 -13
  11. package/coverage/src/breakpoint/generator/BeforeEndNode.ts.html +13 -13
  12. package/coverage/src/breakpoint/generator/BreakpointNode.ts.html +29 -29
  13. package/coverage/src/breakpoint/generator/CallbackNode.ts.html +10 -10
  14. package/coverage/src/breakpoint/generator/index.html +47 -47
  15. package/coverage/src/breakpoint/generator/index.ts.html +20 -20
  16. package/coverage/src/breakpoint/index.html +7 -7
  17. package/coverage/src/breakpoint/index.ts.html +6 -6
  18. package/coverage/src/breakpoint/shared/constants.ts.html +7 -7
  19. package/coverage/src/breakpoint/shared/index.html +45 -45
  20. package/coverage/src/breakpoint/shared/index.ts.html +5 -5
  21. package/coverage/src/breakpoint/shared/operations.ts.html +15 -15
  22. package/coverage/src/breakpoint/shared/socket.ts.html +85 -85
  23. package/coverage/src/breakpoint/shared/utils.ts.html +49 -49
  24. package/coverage/src/breakpoint/store/core.ts.html +100 -100
  25. package/coverage/src/breakpoint/store/dock.ts.html +46 -46
  26. package/coverage/src/breakpoint/store/index.html +33 -33
  27. package/coverage/src/breakpoint/store/index.ts.html +7 -7
  28. package/coverage/src/common/BaseNode.ts.html +350 -1187
  29. package/coverage/src/common/Command.ts.html +20 -20
  30. package/coverage/src/common/EventEmitter.ts.html +31 -49
  31. package/coverage/src/common/Messager.ts.html +28 -28
  32. package/coverage/src/common/asyncFuncMap.ts.html +7 -7
  33. package/coverage/src/common/index.html +55 -70
  34. package/coverage/src/common/index.ts.html +8 -11
  35. package/coverage/src/concepts/Abort__.ts.html +20 -56
  36. package/coverage/src/concepts/Anchor__.ts.html +51 -117
  37. package/coverage/src/concepts/AnonymousFunction__.ts.html +232 -343
  38. package/coverage/src/concepts/App__.ts.html +1283 -2681
  39. package/coverage/src/concepts/Argument__.ts.html +135 -135
  40. package/coverage/src/concepts/Assignee__.ts.html +91 -250
  41. package/coverage/src/concepts/AssignmentLine__.ts.html +28 -88
  42. package/coverage/src/concepts/Assignment__.ts.html +110 -206
  43. package/coverage/src/concepts/Attribute__.ts.html +50 -239
  44. package/coverage/src/concepts/AuthInterface__.ts.html +32 -26
  45. package/coverage/src/concepts/AuthLogicForCallInterface__.ts.html +188 -203
  46. package/coverage/src/concepts/AuthLogic__.ts.html +28 -43
  47. package/coverage/src/concepts/BackendVariable__.ts.html +132 -438
  48. package/coverage/src/concepts/Backend__.ts.html +57 -156
  49. package/coverage/src/concepts/BatchAssignment__.ts.html +270 -420
  50. package/coverage/src/concepts/BinaryExpression__.ts.html +158 -266
  51. package/coverage/src/concepts/BindAttribute__.ts.html +204 -399
  52. package/coverage/src/concepts/BindDirective__.ts.html +73 -217
  53. package/coverage/src/concepts/BindEvent__.ts.html +161 -293
  54. package/coverage/src/concepts/BindStyle__.ts.html +58 -139
  55. package/coverage/src/concepts/BooleanLiteral__.ts.html +33 -63
  56. package/coverage/src/concepts/CallAuthInterface__.ts.html +95 -236
  57. package/coverage/src/concepts/CallConnector__.ts.html +69 -108
  58. package/coverage/src/concepts/CallFunction__.ts.html +234 -399
  59. package/coverage/src/concepts/CallInterface__.ts.html +145 -241
  60. package/coverage/src/concepts/CallLogic__.ts.html +525 -633
  61. package/coverage/src/concepts/CallQueryComponent__.ts.html +232 -385
  62. package/coverage/src/concepts/Comment__.ts.html +27 -63
  63. package/coverage/src/concepts/CompletionProperty__.ts.html +51 -72
  64. package/coverage/src/concepts/ConfigGroup__.ts.html +51 -99
  65. package/coverage/src/concepts/ConfigPropertyValue__.ts.html +34 -40
  66. package/coverage/src/concepts/ConfigProperty__.ts.html +78 -150
  67. package/coverage/src/concepts/Configuration__.ts.html +48 -99
  68. package/coverage/src/concepts/Connection__.ts.html +64 -154
  69. package/coverage/src/concepts/ConnectorTrigger__.ts.html +32 -35
  70. package/coverage/src/concepts/Connector__.ts.html +228 -3117
  71. package/coverage/src/concepts/Constant__.ts.html +74 -374
  72. package/coverage/src/concepts/DataSource__.ts.html +104 -173
  73. package/coverage/src/concepts/DatabaseTypeAnnotation__.ts.html +21 -27
  74. package/coverage/src/concepts/Destination__.ts.html +121 -190
  75. package/coverage/src/concepts/End__.ts.html +40 -76
  76. package/coverage/src/concepts/EntityIndex__.ts.html +44 -80
  77. package/coverage/src/concepts/EntityProperty__.ts.html +158 -440
  78. package/coverage/src/concepts/Entity__.ts.html +161 -326
  79. package/coverage/src/concepts/EnumItem__.ts.html +33 -66
  80. package/coverage/src/concepts/Enum__.ts.html +64 -139
  81. package/coverage/src/concepts/Event__.ts.html +51 -87
  82. package/coverage/src/concepts/ExternalDestination__.ts.html +60 -126
  83. package/coverage/src/concepts/ForEachStatement__.ts.html +152 -239
  84. package/coverage/src/concepts/FrontendLibrary__.ts.html +69 -153
  85. package/coverage/src/concepts/FrontendVariable__.ts.html +19 -76
  86. package/coverage/src/concepts/Frontend__.ts.html +161 -884
  87. package/coverage/src/concepts/Function__.ts.html +171 -396
  88. package/coverage/src/concepts/Identifier__.ts.html +100 -130
  89. package/coverage/src/concepts/IfStatement__.ts.html +110 -209
  90. package/coverage/src/concepts/Integration__.ts.html +57 -132
  91. package/coverage/src/concepts/InterfaceParam__.ts.html +76 -310
  92. package/coverage/src/concepts/Interface__.ts.html +183 -324
  93. package/coverage/src/concepts/JSBlock__.ts.html +26 -59
  94. package/coverage/src/concepts/JavaLogic__.ts.html +28 -58
  95. package/coverage/src/concepts/LogicItem__.ts.html +73 -151
  96. package/coverage/src/concepts/Logic__.ts.html +509 -965
  97. package/coverage/src/concepts/MatchCase__.ts.html +158 -281
  98. package/coverage/src/concepts/Match__.ts.html +121 -280
  99. package/coverage/src/concepts/MemberExpression__.ts.html +172 -256
  100. package/coverage/src/concepts/MicroApp__.ts.html +34 -25
  101. package/coverage/src/concepts/Module__.ts.html +1270 -1375
  102. package/coverage/src/concepts/MsgTriggerEvent__.ts.html +46 -94
  103. package/coverage/src/concepts/MsgTriggerLauncher__.ts.html +48 -93
  104. package/coverage/src/concepts/Namespace__.ts.html +630 -1251
  105. package/coverage/src/concepts/NewComposite__.ts.html +341 -557
  106. package/coverage/src/concepts/NewList__.ts.html +111 -291
  107. package/coverage/src/concepts/NewMap__.ts.html +128 -332
  108. package/coverage/src/concepts/New__.ts.html +21 -57
  109. package/coverage/src/concepts/NullLiteral__.ts.html +23 -56
  110. package/coverage/src/concepts/NumericLiteral__.ts.html +51 -114
  111. package/coverage/src/concepts/OqlQueryComponent__.ts.html +76 -211
  112. package/coverage/src/concepts/OverriddenLogic__.ts.html +394 -643
  113. package/coverage/src/concepts/Param__.ts.html +174 -315
  114. package/coverage/src/concepts/Point__.ts.html +21 -27
  115. package/coverage/src/concepts/ProcessComponent__.ts.html +67 -145
  116. package/coverage/src/concepts/ProcessElement__.ts.html +281 -854
  117. package/coverage/src/concepts/ProcessOutcome__.ts.html +25 -100
  118. package/coverage/src/concepts/ProcessOutcomes__.ts.html +26 -113
  119. package/coverage/src/concepts/Process__.ts.html +201 -552
  120. package/coverage/src/concepts/QueryAggregateExpression__.ts.html +35 -89
  121. package/coverage/src/concepts/QueryFieldExpression__.ts.html +35 -62
  122. package/coverage/src/concepts/QueryFromExpression__.ts.html +47 -119
  123. package/coverage/src/concepts/QueryGroupByExpression__.ts.html +37 -97
  124. package/coverage/src/concepts/QueryJoinExpression__.ts.html +69 -153
  125. package/coverage/src/concepts/QueryLimitExpression__.ts.html +36 -105
  126. package/coverage/src/concepts/QueryOrderByExpression__.ts.html +36 -108
  127. package/coverage/src/concepts/QuerySelectExpression__.ts.html +50 -101
  128. package/coverage/src/concepts/Rect__.ts.html +25 -25
  129. package/coverage/src/concepts/Return__.ts.html +131 -368
  130. package/coverage/src/concepts/Role__.ts.html +37 -67
  131. package/coverage/src/concepts/SelectMembers__.ts.html +57 -141
  132. package/coverage/src/concepts/Slot__.ts.html +40 -64
  133. package/coverage/src/concepts/SqlQueryComponent__.ts.html +62 -122
  134. package/coverage/src/concepts/Start__.ts.html +25 -58
  135. package/coverage/src/concepts/StringInterpolation__.ts.html +77 -185
  136. package/coverage/src/concepts/StringLiteral__.ts.html +47 -158
  137. package/coverage/src/concepts/StructureProperty__.ts.html +78 -306
  138. package/coverage/src/concepts/Structure__.ts.html +90 -285
  139. package/coverage/src/concepts/SwitchCase__.ts.html +66 -141
  140. package/coverage/src/concepts/SwitchStatement__.ts.html +58 -136
  141. package/coverage/src/concepts/Theme__.ts.html +24 -36
  142. package/coverage/src/concepts/Transactional__.ts.html +33 -36
  143. package/coverage/src/concepts/TriggerEvent__.ts.html +480 -63
  144. package/coverage/src/concepts/TriggerLauncher__.ts.html +43 -73
  145. package/coverage/src/concepts/TypeAnnotation__.ts.html +231 -564
  146. package/coverage/src/concepts/TypeParam__.ts.html +23 -59
  147. package/coverage/src/concepts/UnaryExpression__.ts.html +47 -131
  148. package/coverage/src/concepts/Unparsed__.ts.html +29 -59
  149. package/coverage/src/concepts/UseComponent__.ts.html +21 -27
  150. package/coverage/src/concepts/ValidationRule__.ts.html +96 -234
  151. package/coverage/src/concepts/Variable__.ts.html +132 -456
  152. package/coverage/src/concepts/ViewBlock__.ts.html +23 -26
  153. package/coverage/src/concepts/ViewComponent__.ts.html +157 -394
  154. package/coverage/src/concepts/ViewElement__.ts.html +514 -910
  155. package/coverage/src/concepts/View__.ts.html +425 -1271
  156. package/coverage/src/concepts/WhileStatement__.ts.html +79 -175
  157. package/coverage/src/concepts/basics/stdlib/index.html +85 -85
  158. package/coverage/src/concepts/basics/stdlib/index.ts.html +29 -167
  159. package/coverage/src/concepts/basics/stdlib/nasl.auth.ts.html +152 -206
  160. package/coverage/src/concepts/basics/stdlib/nasl.browser.ts.html +139 -172
  161. package/coverage/src/concepts/basics/stdlib/nasl.collection.ts.html +47 -92
  162. package/coverage/src/concepts/basics/stdlib/nasl.configuration.ts.html +31 -130
  163. package/coverage/src/concepts/basics/stdlib/nasl.core.ts.html +43 -61
  164. package/coverage/src/concepts/basics/stdlib/nasl.event.ts.html +23 -53
  165. package/coverage/src/concepts/basics/stdlib/nasl.http.ts.html +167 -203
  166. package/coverage/src/concepts/basics/stdlib/nasl.interface.ts.html +45 -78
  167. package/coverage/src/concepts/basics/stdlib/nasl.io.ts.html +51 -81
  168. package/coverage/src/concepts/basics/stdlib/nasl.logging.ts.html +66 -69
  169. package/coverage/src/concepts/basics/stdlib/nasl.process.ts.html +606 -654
  170. package/coverage/src/concepts/basics/stdlib/nasl.ui.ts.html +993 -1050
  171. package/coverage/src/concepts/basics/stdlib/nasl.util.ts.html +2131 -2236
  172. package/coverage/src/concepts/basics/stdlib/nasl.validation.ts.html +563 -596
  173. package/coverage/src/concepts/basics/stdlib/reference2TypeAnnotationList.ts.html +40 -28
  174. package/coverage/src/concepts/basics/stdlib/timeZone.ts.html +9 -9
  175. package/coverage/src/concepts/basics/types/coreTypeList.ts.html +7 -7
  176. package/coverage/src/concepts/basics/types/index.html +16 -16
  177. package/coverage/src/concepts/basics/types/index.ts.html +18 -18
  178. package/coverage/src/concepts/index.html +1215 -1365
  179. package/coverage/src/concepts/index.ts.html +7 -31
  180. package/coverage/src/concepts/index__.ts.html +8 -38
  181. package/coverage/src/config.ts.html +20 -2
  182. package/coverage/src/decorators/index.html +32 -32
  183. package/coverage/src/decorators/index.ts.html +93 -108
  184. package/coverage/src/decorators/promise.ts.html +26 -26
  185. package/coverage/src/eventBus.ts.html +7 -7
  186. package/coverage/src/generator/compileComponent.ts.html +10 -10
  187. package/coverage/src/generator/genBundleFiles.ts.html +45 -273
  188. package/coverage/src/generator/genHash.ts.html +8 -8
  189. package/coverage/src/generator/genMetaData.ts.html +49 -280
  190. package/coverage/src/generator/genReleaseBody.ts.html +98 -113
  191. package/coverage/src/generator/icestark.ts.html +8 -14
  192. package/coverage/src/generator/index.html +87 -87
  193. package/coverage/src/generator/index.ts.html +6 -6
  194. package/coverage/src/generator/microApp.ts.html +10 -10
  195. package/coverage/src/generator/permission.ts.html +80 -152
  196. package/coverage/src/generator/qiankun.ts.html +7 -13
  197. package/coverage/src/generator/styleReplacer.ts.html +17 -17
  198. package/coverage/src/index.html +10 -40
  199. package/coverage/src/index.ts.html +12 -15
  200. package/coverage/src/manager/diagnostic.ts.html +31 -28
  201. package/coverage/src/manager/index.html +27 -27
  202. package/coverage/src/manager/stepRecorder.ts.html +17 -17
  203. package/coverage/src/natural/genNaturalTS.ts.html +30 -30
  204. package/coverage/src/natural/index.html +41 -41
  205. package/coverage/src/natural/index.ts.html +6 -6
  206. package/coverage/src/natural/naslStdlibMap.ts.html +10 -10
  207. package/coverage/src/natural/transformTSCode.ts.html +137 -197
  208. package/coverage/src/sentry/index.html +19 -19
  209. package/coverage/src/sentry/index.ts.html +43 -49
  210. package/coverage/src/server/createUiTs.ts.html +37 -46
  211. package/coverage/src/server/entity2LogicNamespace.ts.html +21 -21
  212. package/coverage/src/server/event.js.html +7 -7
  213. package/coverage/src/server/extendBaseNode.ts.html +90 -132
  214. package/coverage/src/server/formatTsUtils.ts.html +105 -108
  215. package/coverage/src/server/getConnector.ts.html +24 -96
  216. package/coverage/src/server/getExtensionModules.ts.html +14 -14
  217. package/coverage/src/server/getFunctions.ts.html +15 -15
  218. package/coverage/src/server/getInterfaces.ts.html +18 -18
  219. package/coverage/src/server/getLogging.ts.html +11 -11
  220. package/coverage/src/server/getLogics.ts.html +74 -122
  221. package/coverage/src/server/getMemberIdentifier.ts.html +163 -358
  222. package/coverage/src/server/getProcessComponents.ts.html +13 -13
  223. package/coverage/src/server/getProcesses.ts.html +86 -236
  224. package/coverage/src/server/getValidates.ts.html +14 -17
  225. package/coverage/src/server/index.html +181 -181
  226. package/coverage/src/server/index.ts.html +8 -11
  227. package/coverage/src/server/naslServer.ts.html +1270 -1933
  228. package/coverage/src/server/naslStdlibMap.ts.html +10 -10
  229. package/coverage/src/server/process2LogicNamespace.ts.html +20 -20
  230. package/coverage/src/server/translator.ts.html +89 -134
  231. package/coverage/src/service/creator/add.configs.js.html +17 -35
  232. package/coverage/src/service/creator/errHandles.js.html +45 -36
  233. package/coverage/src/service/creator/index.html +35 -35
  234. package/coverage/src/service/creator/index.js.html +14 -14
  235. package/coverage/src/service/datasource/api.js.html +7 -7
  236. package/coverage/src/service/datasource/index.html +12 -12
  237. package/coverage/src/service/datasource/index.js.html +5 -5
  238. package/coverage/src/service/logic/api.js.html +7 -7
  239. package/coverage/src/service/logic/index.html +12 -12
  240. package/coverage/src/service/logic/index.js.html +5 -5
  241. package/coverage/src/service/storage/api.js.html +7 -7
  242. package/coverage/src/service/storage/index.html +56 -56
  243. package/coverage/src/service/storage/index.ts.html +5 -5
  244. package/coverage/src/service/storage/init.ts.html +624 -1758
  245. package/coverage/src/service/storage/jsoner.ts.html +23 -86
  246. package/coverage/src/service/storage/map.ts.html +21 -21
  247. package/coverage/src/service/storage/service.ts.html +14 -14
  248. package/coverage/src/service/storage/storagePoint.ts.html +9 -9
  249. package/coverage/src/templator/genCallComponentLogic.ts.html +12 -12
  250. package/coverage/src/templator/genCreateBlock.ts.html +94 -154
  251. package/coverage/src/templator/genCurdEditMultipleKeyBlock.ts.html +90 -90
  252. package/coverage/src/templator/genCurdMultipleKeyBlock.ts.html +150 -132
  253. package/coverage/src/templator/genEditTableBlock.ts.html +41 -104
  254. package/coverage/src/templator/genEnumSelectBlock.ts.html +12 -93
  255. package/coverage/src/templator/genGetBlock.ts.html +18 -18
  256. package/coverage/src/templator/genGridViewBlock.ts.html +35 -35
  257. package/coverage/src/templator/genListViewBlock.ts.html +15 -15
  258. package/coverage/src/templator/genQueryComponent.ts.html +35 -35
  259. package/coverage/src/templator/genSelectBlock.ts.html +20 -101
  260. package/coverage/src/templator/genTableBlock.ts.html +33 -96
  261. package/coverage/src/templator/genUpdateBlock.ts.html +78 -162
  262. package/coverage/src/templator/index.html +147 -147
  263. package/coverage/src/templator/index.ts.html +12 -12
  264. package/coverage/src/templator/utils.ts.html +32 -95
  265. package/coverage/src/translator/constant.ts.html +7 -7
  266. package/coverage/src/translator/index.html +28 -43
  267. package/coverage/src/translator/index.ts.html +6 -6
  268. package/coverage/src/translator/utils.ts.html +71 -452
  269. package/coverage/src/utils/cookie.ts.html +19 -19
  270. package/coverage/src/utils/env.ts.html +2 -2
  271. package/coverage/src/utils/index.html +37 -82
  272. package/coverage/src/utils/index.ts.html +798 -66
  273. package/coverage/src/utils/logger.ts.html +1 -1
  274. package/coverage/src/utils/sortTsString.ts.html +18 -33
  275. package/coverage/src/utils/string.ts.html +50 -8
  276. package/coverage/src/utils/time-slicing/controller.ts.html +8 -8
  277. package/coverage/src/utils/time-slicing/index.html +64 -79
  278. package/coverage/src/utils/time-slicing/index.ts.html +8 -8
  279. package/coverage/src/utils/time-slicing/page-state.ts.html +1 -1
  280. package/coverage/src/utils/time-slicing/performance.ts.html +4 -4
  281. package/coverage/src/utils/time-slicing/runner.ts.html +51 -51
  282. package/coverage/src/utils/time-slicing/tool.ts.html +29 -29
  283. package/coverage/src/utils/time-slicing/utils.ts.html +16 -16
  284. package/coverage/src/utils/time-slicing/wrapper.ts.html +50 -50
  285. package/coverage/src/utils/time-slicing.ts.html +1 -1
  286. package/coverage/src/utils/traverse.ts.html +27 -27
  287. package/coverage/src/utils/types.ts.html +1 -1
  288. package/coverage/src/utils/window.ts.html +1 -1
  289. package/out/common/BaseNode.js +5 -3
  290. package/out/common/BaseNode.js.map +1 -1
  291. package/out/common/ComponentAPI.d.ts +9 -0
  292. package/out/concepts/AuthLogicForCallInterface__.js +21 -6
  293. package/out/concepts/AuthLogicForCallInterface__.js.map +1 -1
  294. package/out/concepts/BusinessComponent__.js +24 -8
  295. package/out/concepts/BusinessComponent__.js.map +1 -1
  296. package/out/concepts/BusinessLogic__.js +21 -6
  297. package/out/concepts/BusinessLogic__.js.map +1 -1
  298. package/out/concepts/CallInterface__.js +2 -1
  299. package/out/concepts/CallInterface__.js.map +1 -1
  300. package/out/concepts/CallLogic__.d.ts +1 -0
  301. package/out/concepts/CallLogic__.js +25 -10
  302. package/out/concepts/CallLogic__.js.map +1 -1
  303. package/out/concepts/Logic__.js +22 -7
  304. package/out/concepts/Logic__.js.map +1 -1
  305. package/out/concepts/MemberExpression__.js +19 -13
  306. package/out/concepts/MemberExpression__.js.map +1 -1
  307. package/out/concepts/OverriddenLogic__.js +21 -6
  308. package/out/concepts/OverriddenLogic__.js.map +1 -1
  309. package/out/concepts/ViewElement__.js +1 -1
  310. package/out/concepts/ViewElement__.js.map +1 -1
  311. package/out/concepts/View__.js +32 -14
  312. package/out/concepts/View__.js.map +1 -1
  313. package/out/concepts/basics/stdlib/nasl.processV2.js +78 -0
  314. package/out/concepts/basics/stdlib/nasl.processV2.js.map +1 -1
  315. package/out/concepts/basics/stdlib/nasl.ui.js +40 -40
  316. package/out/concepts/basics/stdlib/nasl.ui.js.map +1 -1
  317. package/out/generator/genBundleFiles.js +1 -1
  318. package/out/generator/genBundleFiles.js.map +1 -1
  319. package/out/generator/release-body/utils.js +1 -1
  320. package/out/natural/transformTS2UI.js +20 -14
  321. package/out/natural/transformTS2UI.js.map +1 -1
  322. package/out/server/getMemberIdentifier.js +11 -17
  323. package/out/server/getMemberIdentifier.js.map +1 -1
  324. package/out/server/naslServer.js +7 -2
  325. package/out/server/naslServer.js.map +1 -1
  326. package/package.json +1 -1
  327. package/sandbox/stdlib/nasl.processV2.ts +19 -0
  328. package/sandbox/stdlib/nasl.ui.ts +8 -8
  329. package/src/common/BaseNode.ts +5 -3
  330. package/src/common/ComponentAPI.ts +7 -0
  331. package/src/concepts/AuthLogicForCallInterface__.ts +23 -6
  332. package/src/concepts/BusinessComponent__.ts +26 -8
  333. package/src/concepts/BusinessLogic__.ts +23 -6
  334. package/src/concepts/CallInterface__.ts +2 -2
  335. package/src/concepts/CallLogic__.ts +31 -10
  336. package/src/concepts/Logic__.ts +27 -10
  337. package/src/concepts/MemberExpression__.ts +20 -13
  338. package/src/concepts/OverriddenLogic__.ts +23 -6
  339. package/src/concepts/ViewElement__.ts +1 -2
  340. package/src/concepts/View__.ts +35 -14
  341. package/src/concepts/basics/stdlib/nasl.processV2.ts +79 -0
  342. package/src/concepts/basics/stdlib/nasl.ui.ts +40 -40
  343. package/src/generator/genBundleFiles.ts +1 -1
  344. package/src/generator/release-body/utils.ts +1 -1
  345. package/src/natural/transformTS2UI.ts +19 -14
  346. package/src/server/getMemberIdentifier.ts +14 -14
  347. package/src/server/naslServer.ts +7 -2
  348. package/test/concepts/member-expression/__snapshots__/toJS.spec.ts.snap +1 -1
  349. package/test/concepts/member-expression/__snapshots__/toVue.spec.ts.snap +1 -1
  350. package/.nyc_output/fe4ca6db-1eb6-4898-8aa5-ba8f8d4128f2.json +0 -1
  351. package/.nyc_output/processinfo/fe4ca6db-1eb6-4898-8aa5-ba8f8d4128f2.json +0 -1
  352. package/coverage/src/common/utils.ts.html +0 -136
  353. package/coverage/src/concepts/AbstractInterface__.ts.html +0 -277
  354. package/coverage/src/concepts/Block__.ts.html +0 -907
  355. package/coverage/src/concepts/CountersignPolicy__.ts.html +0 -319
  356. package/coverage/src/concepts/DefaultValue__.ts.html +0 -1024
  357. package/coverage/src/concepts/I18nInfo__.ts.html +0 -424
  358. package/coverage/src/concepts/ImportedInterface__.ts.html +0 -262
  359. package/coverage/src/concepts/MetadataType__.ts.html +0 -2035
  360. package/coverage/src/concepts/MultiApprovalPolicy__.ts.html +0 -301
  361. package/coverage/src/concepts/SequentialPolicy__.ts.html +0 -265
  362. package/coverage/src/concepts/StaticString__.ts.html +0 -397
  363. package/coverage/src/concepts/basics/constants.ts.html +0 -88
  364. package/coverage/src/concepts/basics/index.html +0 -116
  365. package/coverage/src/concepts/utils/asserts.ts.html +0 -28675
  366. package/coverage/src/concepts/utils/index.html +0 -131
  367. package/coverage/src/concepts/utils/types.ts.html +0 -2092
  368. package/coverage/src/translator/types.ts.html +0 -256
  369. package/coverage/src/utils/i18nInfo.ts.html +0 -166
  370. package/coverage/src/utils/time-slicing/constant.ts.html +0 -196
  371. package/dist/README.md +0 -97
  372. package/dist/index.d.ts +0 -26
  373. package/dist/index.js +0 -397
  374. package/dist/index.js.map +0 -1
  375. package/dist/package.json +0 -91
  376. package/dist/src/automate/engine/index.d.ts +0 -4
  377. package/dist/src/automate/engine/operators.d.ts +0 -26
  378. package/dist/src/automate/engine/uniqueName.d.ts +0 -12
  379. package/dist/src/automate/engine/utils.d.ts +0 -25
  380. package/dist/src/automate/engine/viewCache.d.ts +0 -19
  381. package/dist/src/automate/template/myProcess.d.ts +0 -10
  382. package/dist/src/automate/upgrader/2.12.d.ts +0 -7
  383. package/dist/src/automate/upgrader/2.14-components.d.ts +0 -1115
  384. package/dist/src/automate/upgrader/2.14.d.ts +0 -10
  385. package/dist/src/automate/upgrader/2.14.old.d.ts +0 -1
  386. package/dist/src/automate/upgrader/2.16.d.ts +0 -10
  387. package/dist/src/automate/upgrader/2.17.d.ts +0 -21
  388. package/dist/src/automate/upgrader/2.18.d.ts +0 -10
  389. package/dist/src/automate/upgrader/2.20.d.ts +0 -17
  390. package/dist/src/bak/translator.d.ts +0 -1
  391. package/dist/src/breakpoint/generator/AfterStartNode.d.ts +0 -7
  392. package/dist/src/breakpoint/generator/BeforeEndNode.d.ts +0 -7
  393. package/dist/src/breakpoint/generator/BreakpointNode.d.ts +0 -20
  394. package/dist/src/breakpoint/generator/CallbackNode.d.ts +0 -4
  395. package/dist/src/breakpoint/generator/FragmentNode.d.ts +0 -4
  396. package/dist/src/breakpoint/generator/index.d.ts +0 -4
  397. package/dist/src/breakpoint/index.d.ts +0 -3
  398. package/dist/src/breakpoint/shared/constants.d.ts +0 -37
  399. package/dist/src/breakpoint/shared/index.d.ts +0 -3
  400. package/dist/src/breakpoint/shared/operations.d.ts +0 -10
  401. package/dist/src/breakpoint/shared/socket.d.ts +0 -48
  402. package/dist/src/breakpoint/shared/utils.d.ts +0 -27
  403. package/dist/src/breakpoint/store/core.d.ts +0 -80
  404. package/dist/src/breakpoint/store/dock.d.ts +0 -1
  405. package/dist/src/breakpoint/store/index.d.ts +0 -2
  406. package/dist/src/common/BaseNode.d.ts +0 -384
  407. package/dist/src/common/Command.d.ts +0 -21
  408. package/dist/src/common/ComponentAPI.d.ts +0 -112
  409. package/dist/src/common/EventEmitter.d.ts +0 -61
  410. package/dist/src/common/Messager.d.ts +0 -91
  411. package/dist/src/common/asyncFuncMap.d.ts +0 -2
  412. package/dist/src/common/index.d.ts +0 -4
  413. package/dist/src/common/utils.d.ts +0 -2
  414. package/dist/src/concepts/Abort__.d.ts +0 -31
  415. package/dist/src/concepts/AbstractInterface__.d.ts +0 -25
  416. package/dist/src/concepts/Anchor__.d.ts +0 -42
  417. package/dist/src/concepts/AnonymousFunction__.d.ts +0 -144
  418. package/dist/src/concepts/App__.d.ts +0 -1711
  419. package/dist/src/concepts/Argument__.d.ts +0 -64
  420. package/dist/src/concepts/Assignee__.d.ts +0 -294
  421. package/dist/src/concepts/AssignmentLine__.d.ts +0 -43
  422. package/dist/src/concepts/Assignment__.d.ts +0 -57
  423. package/dist/src/concepts/Attribute__.d.ts +0 -75
  424. package/dist/src/concepts/AuthInterface__.d.ts +0 -38
  425. package/dist/src/concepts/AuthLogicForCallInterface__.d.ts +0 -145
  426. package/dist/src/concepts/AuthLogic__.d.ts +0 -69
  427. package/dist/src/concepts/BackendVariable__.d.ts +0 -118
  428. package/dist/src/concepts/Backend__.d.ts +0 -127
  429. package/dist/src/concepts/BaseSetter__.d.ts +0 -25
  430. package/dist/src/concepts/BatchAssignment__.d.ts +0 -244
  431. package/dist/src/concepts/BinaryExpression__.d.ts +0 -61
  432. package/dist/src/concepts/BindAttribute__.d.ts +0 -284
  433. package/dist/src/concepts/BindDirective__.d.ts +0 -156
  434. package/dist/src/concepts/BindEvent__.d.ts +0 -246
  435. package/dist/src/concepts/BindStyle__.d.ts +0 -127
  436. package/dist/src/concepts/Block__.d.ts +0 -88
  437. package/dist/src/concepts/BooleanLiteral__.d.ts +0 -44
  438. package/dist/src/concepts/BusinessComponent__.d.ts +0 -640
  439. package/dist/src/concepts/BusinessLogic__.d.ts +0 -44
  440. package/dist/src/concepts/CallAuthInterface__.d.ts +0 -132
  441. package/dist/src/concepts/CallConnector__.d.ts +0 -55
  442. package/dist/src/concepts/CallEvent__.d.ts +0 -100
  443. package/dist/src/concepts/CallFunction__.d.ts +0 -171
  444. package/dist/src/concepts/CallInterface__.d.ts +0 -143
  445. package/dist/src/concepts/CallLogic__.d.ts +0 -224
  446. package/dist/src/concepts/CallQueryComponent__.d.ts +0 -383
  447. package/dist/src/concepts/CapsulesSetter__.d.ts +0 -109
  448. package/dist/src/concepts/Comment__.d.ts +0 -41
  449. package/dist/src/concepts/CompletionProperty__.d.ts +0 -87
  450. package/dist/src/concepts/ConfigGroup__.d.ts +0 -121
  451. package/dist/src/concepts/ConfigPropertyValue__.d.ts +0 -42
  452. package/dist/src/concepts/ConfigProperty__.d.ts +0 -147
  453. package/dist/src/concepts/Configuration__.d.ts +0 -120
  454. package/dist/src/concepts/Connection__.d.ts +0 -159
  455. package/dist/src/concepts/ConnectorLogic__.d.ts +0 -33
  456. package/dist/src/concepts/ConnectorTriggerLauncher__.d.ts +0 -44
  457. package/dist/src/concepts/ConnectorTrigger__.d.ts +0 -76
  458. package/dist/src/concepts/Connector__.d.ts +0 -532
  459. package/dist/src/concepts/Constant__.d.ts +0 -94
  460. package/dist/src/concepts/CountersignPolicy__.d.ts +0 -29
  461. package/dist/src/concepts/DataSource__.d.ts +0 -163
  462. package/dist/src/concepts/DatabaseTypeAnnotation__.d.ts +0 -35
  463. package/dist/src/concepts/DefaultValue__.d.ts +0 -94
  464. package/dist/src/concepts/Destination__.d.ts +0 -150
  465. package/dist/src/concepts/End__.d.ts +0 -30
  466. package/dist/src/concepts/EntityIndex__.d.ts +0 -93
  467. package/dist/src/concepts/EntityProperty__.d.ts +0 -255
  468. package/dist/src/concepts/Entity__.d.ts +0 -332
  469. package/dist/src/concepts/EnumItem__.d.ts +0 -83
  470. package/dist/src/concepts/EnumSelectSetter__.d.ts +0 -109
  471. package/dist/src/concepts/Enum__.d.ts +0 -133
  472. package/dist/src/concepts/EventDeclaration__.d.ts +0 -41
  473. package/dist/src/concepts/Event__.d.ts +0 -149
  474. package/dist/src/concepts/ExternalDestination__.d.ts +0 -63
  475. package/dist/src/concepts/ForEachStatement__.d.ts +0 -126
  476. package/dist/src/concepts/FrontendLibrary__.d.ts +0 -208
  477. package/dist/src/concepts/FrontendType__.d.ts +0 -304
  478. package/dist/src/concepts/FrontendVariable__.d.ts +0 -41
  479. package/dist/src/concepts/Frontend__.d.ts +0 -389
  480. package/dist/src/concepts/Function__.d.ts +0 -399
  481. package/dist/src/concepts/I18nInfo__.d.ts +0 -47
  482. package/dist/src/concepts/IconSetter__.d.ts +0 -29
  483. package/dist/src/concepts/Identifier__.d.ts +0 -66
  484. package/dist/src/concepts/IfStatement__.d.ts +0 -155
  485. package/dist/src/concepts/ImageSetter__.d.ts +0 -25
  486. package/dist/src/concepts/ImportedInterface__.d.ts +0 -29
  487. package/dist/src/concepts/InputSetter__.d.ts +0 -29
  488. package/dist/src/concepts/Integration__.d.ts +0 -127
  489. package/dist/src/concepts/InterfaceParam__.d.ts +0 -119
  490. package/dist/src/concepts/InterfaceTriggerEvent__.d.ts +0 -34
  491. package/dist/src/concepts/Interface__.d.ts +0 -323
  492. package/dist/src/concepts/JSBlock__.d.ts +0 -38
  493. package/dist/src/concepts/JavaLogic__.d.ts +0 -50
  494. package/dist/src/concepts/LogicDeclaration__.d.ts +0 -289
  495. package/dist/src/concepts/LogicItem__.d.ts +0 -171
  496. package/dist/src/concepts/Logic__.d.ts +0 -632
  497. package/dist/src/concepts/MatchCase__.d.ts +0 -264
  498. package/dist/src/concepts/Match__.d.ts +0 -122
  499. package/dist/src/concepts/MemberExpression__.d.ts +0 -64
  500. package/dist/src/concepts/MetadataType__.d.ts +0 -220
  501. package/dist/src/concepts/MicroApp__.d.ts +0 -53
  502. package/dist/src/concepts/Module__.d.ts +0 -1142
  503. package/dist/src/concepts/MsgTriggerEvent__.d.ts +0 -138
  504. package/dist/src/concepts/MsgTriggerLauncher__.d.ts +0 -119
  505. package/dist/src/concepts/MultiApprovalPolicy__.d.ts +0 -25
  506. package/dist/src/concepts/Namespace__.d.ts +0 -1060
  507. package/dist/src/concepts/NewComposite__.d.ts +0 -346
  508. package/dist/src/concepts/NewList__.d.ts +0 -135
  509. package/dist/src/concepts/NewMap__.d.ts +0 -226
  510. package/dist/src/concepts/New__.d.ts +0 -30
  511. package/dist/src/concepts/NullLiteral__.d.ts +0 -36
  512. package/dist/src/concepts/NumberInputSetter__.d.ts +0 -45
  513. package/dist/src/concepts/NumericLiteral__.d.ts +0 -53
  514. package/dist/src/concepts/OqlQueryComponent__.d.ts +0 -67
  515. package/dist/src/concepts/OverriddenLogic__.d.ts +0 -615
  516. package/dist/src/concepts/Paginate__.d.ts +0 -59
  517. package/dist/src/concepts/ParamWithGroup__.d.ts +0 -44
  518. package/dist/src/concepts/Param__.d.ts +0 -140
  519. package/dist/src/concepts/Point__.d.ts +0 -33
  520. package/dist/src/concepts/ProcessComponent__.d.ts +0 -214
  521. package/dist/src/concepts/ProcessElement__.d.ts +0 -620
  522. package/dist/src/concepts/ProcessOutcome__.d.ts +0 -35
  523. package/dist/src/concepts/ProcessOutcomes__.d.ts +0 -35
  524. package/dist/src/concepts/Process__.d.ts +0 -605
  525. package/dist/src/concepts/PropDeclaration__.d.ts +0 -99
  526. package/dist/src/concepts/PropertySelectSetter__.d.ts +0 -25
  527. package/dist/src/concepts/QueryAggregateExpression__.d.ts +0 -50
  528. package/dist/src/concepts/QueryFieldExpression__.d.ts +0 -66
  529. package/dist/src/concepts/QueryFromExpression__.d.ts +0 -107
  530. package/dist/src/concepts/QueryGroupByExpression__.d.ts +0 -46
  531. package/dist/src/concepts/QueryJoinExpression__.d.ts +0 -194
  532. package/dist/src/concepts/QueryLimitExpression__.d.ts +0 -46
  533. package/dist/src/concepts/QueryOrderByExpression__.d.ts +0 -57
  534. package/dist/src/concepts/QuerySelectExpression__.d.ts +0 -213
  535. package/dist/src/concepts/Rect__.d.ts +0 -41
  536. package/dist/src/concepts/Return__.d.ts +0 -120
  537. package/dist/src/concepts/Role__.d.ts +0 -58
  538. package/dist/src/concepts/SelectMembers__.d.ts +0 -134
  539. package/dist/src/concepts/SequentialPolicy__.d.ts +0 -25
  540. package/dist/src/concepts/SetterOption__.d.ts +0 -49
  541. package/dist/src/concepts/SlotDeclaration__.d.ts +0 -213
  542. package/dist/src/concepts/Slot__.d.ts +0 -53
  543. package/dist/src/concepts/SqlQueryComponent__.d.ts +0 -63
  544. package/dist/src/concepts/Start__.d.ts +0 -30
  545. package/dist/src/concepts/StaticString__.d.ts +0 -49
  546. package/dist/src/concepts/StringInterpolation__.d.ts +0 -122
  547. package/dist/src/concepts/StringLiteral__.d.ts +0 -51
  548. package/dist/src/concepts/StructureProperty__.d.ts +0 -119
  549. package/dist/src/concepts/Structure__.d.ts +0 -243
  550. package/dist/src/concepts/SwitchCase__.d.ts +0 -91
  551. package/dist/src/concepts/SwitchSetter__.d.ts +0 -25
  552. package/dist/src/concepts/SwitchStatement__.d.ts +0 -90
  553. package/dist/src/concepts/ThemeVariable__.d.ts +0 -29
  554. package/dist/src/concepts/Theme__.d.ts +0 -39
  555. package/dist/src/concepts/Transactional__.d.ts +0 -85
  556. package/dist/src/concepts/TriggerEvent__.d.ts +0 -42
  557. package/dist/src/concepts/TriggerLauncher__.d.ts +0 -76
  558. package/dist/src/concepts/TypeAnnotation__.d.ts +0 -303
  559. package/dist/src/concepts/TypeParam__.d.ts +0 -34
  560. package/dist/src/concepts/UnaryExpression__.d.ts +0 -45
  561. package/dist/src/concepts/Unparsed__.d.ts +0 -41
  562. package/dist/src/concepts/UseComponent__.d.ts +0 -33
  563. package/dist/src/concepts/ValidationRule__.d.ts +0 -133
  564. package/dist/src/concepts/Variable__.d.ts +0 -137
  565. package/dist/src/concepts/ViewBlockWithImage__.d.ts +0 -33
  566. package/dist/src/concepts/ViewBlock__.d.ts +0 -37
  567. package/dist/src/concepts/ViewComponentDeclaration__.d.ts +0 -721
  568. package/dist/src/concepts/ViewElement__.d.ts +0 -652
  569. package/dist/src/concepts/View__.d.ts +0 -728
  570. package/dist/src/concepts/WhileStatement__.d.ts +0 -94
  571. package/dist/src/concepts/basics/constants.d.ts +0 -1
  572. package/dist/src/concepts/basics/stdlib/index.d.ts +0 -16
  573. package/dist/src/concepts/basics/stdlib/nasl.auth.d.ts +0 -9
  574. package/dist/src/concepts/basics/stdlib/nasl.browser.d.ts +0 -5
  575. package/dist/src/concepts/basics/stdlib/nasl.collection.d.ts +0 -9
  576. package/dist/src/concepts/basics/stdlib/nasl.configuration.d.ts +0 -9
  577. package/dist/src/concepts/basics/stdlib/nasl.core.d.ts +0 -7
  578. package/dist/src/concepts/basics/stdlib/nasl.event.d.ts +0 -5
  579. package/dist/src/concepts/basics/stdlib/nasl.http.d.ts +0 -9
  580. package/dist/src/concepts/basics/stdlib/nasl.interface.d.ts +0 -9
  581. package/dist/src/concepts/basics/stdlib/nasl.io.d.ts +0 -5
  582. package/dist/src/concepts/basics/stdlib/nasl.logging.d.ts +0 -5
  583. package/dist/src/concepts/basics/stdlib/nasl.process.d.ts +0 -9
  584. package/dist/src/concepts/basics/stdlib/nasl.ui.d.ts +0 -9
  585. package/dist/src/concepts/basics/stdlib/nasl.util.d.ts +0 -6
  586. package/dist/src/concepts/basics/stdlib/nasl.validation.d.ts +0 -5
  587. package/dist/src/concepts/basics/stdlib/reference2TypeAnnotationList.d.ts +0 -4
  588. package/dist/src/concepts/basics/stdlib/timeZone.d.ts +0 -5
  589. package/dist/src/concepts/basics/types/coreTypeList.d.ts +0 -2
  590. package/dist/src/concepts/basics/types/index.d.ts +0 -17
  591. package/dist/src/concepts/index.d.ts +0 -7
  592. package/dist/src/concepts/index__.d.ts +0 -156
  593. package/dist/src/concepts/utils/asserts.d.ts +0 -7825
  594. package/dist/src/concepts/utils/quick-info.d.ts +0 -13
  595. package/dist/src/concepts/utils/types.d.ts +0 -510
  596. package/dist/src/config.d.ts +0 -52
  597. package/dist/src/decorators/index.d.ts +0 -67
  598. package/dist/src/decorators/promise.d.ts +0 -7
  599. package/dist/src/enums/KEYWORDS.d.ts +0 -6
  600. package/dist/src/enums/LEVEL_NAME_MAP.d.ts +0 -26
  601. package/dist/src/eventBus.d.ts +0 -3
  602. package/dist/src/generator/compileComponent.d.ts +0 -11
  603. package/dist/src/generator/genBundleFiles.d.ts +0 -37
  604. package/dist/src/generator/genHash.d.ts +0 -7
  605. package/dist/src/generator/genMetaData.d.ts +0 -31
  606. package/dist/src/generator/icestark.d.ts +0 -2
  607. package/dist/src/generator/index.d.ts +0 -7
  608. package/dist/src/generator/microApp.d.ts +0 -2
  609. package/dist/src/generator/permission.d.ts +0 -14
  610. package/dist/src/generator/qiankun.d.ts +0 -2
  611. package/dist/src/generator/release-body/body.d.ts +0 -42
  612. package/dist/src/generator/release-body/data.d.ts +0 -45
  613. package/dist/src/generator/release-body/index.d.ts +0 -2
  614. package/dist/src/generator/release-body/internal.d.ts +0 -622
  615. package/dist/src/generator/release-body/types.d.ts +0 -57
  616. package/dist/src/generator/release-body/utils.d.ts +0 -418
  617. package/dist/src/generator/release-body/validation.d.ts +0 -3
  618. package/dist/src/generator/styleReplacer.d.ts +0 -3
  619. package/dist/src/index.d.ts +0 -14
  620. package/dist/src/manager/diagnostic.d.ts +0 -39
  621. package/dist/src/manager/stepRecorder.d.ts +0 -20
  622. package/dist/src/natural/componentData.d.ts +0 -31
  623. package/dist/src/natural/genNaturalTS.d.ts +0 -241
  624. package/dist/src/natural/index.d.ts +0 -6
  625. package/dist/src/natural/naslStdlibMap.d.ts +0 -1
  626. package/dist/src/natural/prompt/analyzeClaims.d.ts +0 -1
  627. package/dist/src/natural/prompt/analyzeFormatOutput.d.ts +0 -1
  628. package/dist/src/natural/prompt/analyzeTasks.d.ts +0 -1
  629. package/dist/src/natural/prompt/executeClaims.d.ts +0 -1
  630. package/dist/src/natural/transformTSCode.d.ts +0 -7
  631. package/dist/src/sentry/index.d.ts +0 -34
  632. package/dist/src/server/createUiTs.d.ts +0 -17
  633. package/dist/src/server/entity2LogicNamespace.d.ts +0 -10
  634. package/dist/src/server/event.d.ts +0 -30
  635. package/dist/src/server/extendBaseNode.d.ts +0 -1
  636. package/dist/src/server/formatTsUtils.d.ts +0 -36
  637. package/dist/src/server/getConnector.d.ts +0 -15
  638. package/dist/src/server/getExtensionModules.d.ts +0 -3
  639. package/dist/src/server/getFunctions.d.ts +0 -3
  640. package/dist/src/server/getInterfaces.d.ts +0 -2
  641. package/dist/src/server/getLogging.d.ts +0 -1
  642. package/dist/src/server/getLogics.d.ts +0 -5
  643. package/dist/src/server/getMemberIdentifier.d.ts +0 -17
  644. package/dist/src/server/getProcessComponents.d.ts +0 -2
  645. package/dist/src/server/getProcesses.d.ts +0 -33
  646. package/dist/src/server/getScope.d.ts +0 -13
  647. package/dist/src/server/getValidates.d.ts +0 -3
  648. package/dist/src/server/index.d.ts +0 -5
  649. package/dist/src/server/naslServer.d.ts +0 -391
  650. package/dist/src/server/naslStdlibMap.d.ts +0 -2
  651. package/dist/src/server/process2LogicNamespace.d.ts +0 -26
  652. package/dist/src/server/translator.d.ts +0 -26
  653. package/dist/src/service/creator/add.configs.d.ts +0 -1
  654. package/dist/src/service/creator/errHandles.d.ts +0 -18
  655. package/dist/src/service/creator/index.d.ts +0 -1
  656. package/dist/src/service/datasource/api.d.ts +0 -12
  657. package/dist/src/service/datasource/index.d.ts +0 -2
  658. package/dist/src/service/logic/api.d.ts +0 -9
  659. package/dist/src/service/logic/checktypeSocket.d.ts +0 -5
  660. package/dist/src/service/logic/index.d.ts +0 -2
  661. package/dist/src/service/storage/api.d.ts +0 -54
  662. package/dist/src/service/storage/index.d.ts +0 -2
  663. package/dist/src/service/storage/init.d.ts +0 -105
  664. package/dist/src/service/storage/jsoner.d.ts +0 -36
  665. package/dist/src/service/storage/map.d.ts +0 -4
  666. package/dist/src/service/storage/service.d.ts +0 -25
  667. package/dist/src/service/storage/storagePoint.d.ts +0 -17
  668. package/dist/src/service/video/BaseService.d.ts +0 -7
  669. package/dist/src/service/video/MainCallbackService.d.ts +0 -12
  670. package/dist/src/service/video/VideoTranscribe.d.ts +0 -15
  671. package/dist/src/service/video/publishService.d.ts +0 -1
  672. package/dist/src/templator/genCallComponentLogic.d.ts +0 -17
  673. package/dist/src/templator/genCreateBlock.d.ts +0 -10
  674. package/dist/src/templator/genCurdEditMultipleKeyBlock.d.ts +0 -8
  675. package/dist/src/templator/genCurdMultipleKeyBlock.d.ts +0 -61
  676. package/dist/src/templator/genEditTableBlock.d.ts +0 -51
  677. package/dist/src/templator/genEnumSelectBlock.d.ts +0 -10
  678. package/dist/src/templator/genGetBlock.d.ts +0 -6
  679. package/dist/src/templator/genGridViewBlock.d.ts +0 -55
  680. package/dist/src/templator/genListViewBlock.d.ts +0 -19
  681. package/dist/src/templator/genQueryComponent.d.ts +0 -34
  682. package/dist/src/templator/genSelectBlock.d.ts +0 -45
  683. package/dist/src/templator/genTableBlock.d.ts +0 -55
  684. package/dist/src/templator/genUpdateBlock.d.ts +0 -6
  685. package/dist/src/templator/index.d.ts +0 -19
  686. package/dist/src/templator/utils.d.ts +0 -683
  687. package/dist/src/translator/constant.d.ts +0 -6
  688. package/dist/src/translator/index.d.ts +0 -3
  689. package/dist/src/translator/types.d.ts +0 -85
  690. package/dist/src/translator/utils.d.ts +0 -47
  691. package/dist/src/utils/cookie.d.ts +0 -9
  692. package/dist/src/utils/create.d.ts +0 -2
  693. package/dist/src/utils/env.d.ts +0 -2
  694. package/dist/src/utils/file.d.ts +0 -33
  695. package/dist/src/utils/i18nInfo.d.ts +0 -5
  696. package/dist/src/utils/index.d.ts +0 -72
  697. package/dist/src/utils/logger.d.ts +0 -8
  698. package/dist/src/utils/sortTsString.d.ts +0 -1
  699. package/dist/src/utils/string.d.ts +0 -64
  700. package/dist/src/utils/time-slicing/constant.d.ts +0 -35
  701. package/dist/src/utils/time-slicing/controller.d.ts +0 -53
  702. package/dist/src/utils/time-slicing/index.d.ts +0 -5
  703. package/dist/src/utils/time-slicing/page-state.d.ts +0 -2
  704. package/dist/src/utils/time-slicing/performance.d.ts +0 -11
  705. package/dist/src/utils/time-slicing/runner.d.ts +0 -12
  706. package/dist/src/utils/time-slicing/tool.d.ts +0 -24
  707. package/dist/src/utils/time-slicing/utils.d.ts +0 -62
  708. package/dist/src/utils/time-slicing/wrapper.d.ts +0 -18
  709. package/dist/src/utils/traverse.d.ts +0 -36
  710. package/dist/src/utils/types.d.ts +0 -13
  711. package/dist/src/utils/window.d.ts +0 -7
  712. package/dist/test/concepts/anonymous-function/constant.d.ts +0 -2
  713. package/dist/test/concepts/anonymous-function/toEmbeddedTS.spec.d.ts +0 -1
  714. package/dist/test/concepts/anonymous-function/toJS.spec.d.ts +0 -1
  715. package/dist/test/concepts/anonymous-function/toVue.spec.d.ts +0 -1
  716. package/dist/test/concepts/assignment/constant.d.ts +0 -2
  717. package/dist/test/concepts/assignment/toEmbeddedTS.spec.d.ts +0 -1
  718. package/dist/test/concepts/assignment/toJS.spec.d.ts +0 -1
  719. package/dist/test/concepts/assignment/toVue.spec.d.ts +0 -1
  720. package/dist/test/concepts/batch-assignment/constant.d.ts +0 -2
  721. package/dist/test/concepts/batch-assignment/toEmbeddedTS.spec.d.ts +0 -1
  722. package/dist/test/concepts/batch-assignment/toJS.spec.d.ts +0 -1
  723. package/dist/test/concepts/batch-assignment/toVue.spec.d.ts +0 -1
  724. package/dist/test/concepts/binary-expression/constant.d.ts +0 -2
  725. package/dist/test/concepts/binary-expression/getQuickInfoOffset.spec.d.ts +0 -1
  726. package/dist/test/concepts/binary-expression/toEmbeddedTS.spec.d.ts +0 -1
  727. package/dist/test/concepts/binary-expression/toJS.spec.d.ts +0 -1
  728. package/dist/test/concepts/binary-expression/toVue.spec.d.ts +0 -1
  729. package/dist/test/concepts/boolean-literal/constant.d.ts +0 -2
  730. package/dist/test/concepts/boolean-literal/toEmbeddedTS.spec.d.ts +0 -1
  731. package/dist/test/concepts/boolean-literal/toJS.spec.d.ts +0 -1
  732. package/dist/test/concepts/boolean-literal/toVue.spec.d.ts +0 -1
  733. package/dist/test/concepts/call-function/constant.d.ts +0 -2
  734. package/dist/test/concepts/call-function/getQuickInfoOffset.spec.d.ts +0 -1
  735. package/dist/test/concepts/call-function/toEmbeddedTS.spec.d.ts +0 -1
  736. package/dist/test/concepts/call-function/toJS.spec.d.ts +0 -1
  737. package/dist/test/concepts/call-interface/constant.d.ts +0 -2
  738. package/dist/test/concepts/call-interface/getQuickInfoOffset.spec.d.ts +0 -1
  739. package/dist/test/concepts/call-interface/toEmbeddedTS.spec.d.ts +0 -1
  740. package/dist/test/concepts/call-interface/toJS.spec.d.ts +0 -1
  741. package/dist/test/concepts/call-logic/constant.d.ts +0 -2
  742. package/dist/test/concepts/call-logic/getQuickInfoOffset.spec.d.ts +0 -1
  743. package/dist/test/concepts/call-logic/toEmbeddedTS.spec.d.ts +0 -1
  744. package/dist/test/concepts/call-logic/toJS.spec.d.ts +0 -1
  745. package/dist/test/concepts/call-logic/toUI.spec.d.ts +0 -1
  746. package/dist/test/concepts/call-logic/toVue.spec.d.ts +0 -1
  747. package/dist/test/concepts/call-logic/toVueDesigner.spec.d.ts +0 -1
  748. package/dist/test/concepts/data-source/constant.d.ts +0 -2
  749. package/dist/test/concepts/data-source/toEmbeddedTS.spec.d.ts +0 -1
  750. package/dist/test/concepts/data-source/toEmbeddedTSFile.spec.d.ts +0 -1
  751. package/dist/test/concepts/entity/constant.d.ts +0 -2
  752. package/dist/test/concepts/entity/toEmbeddedTS.spec.d.ts +0 -1
  753. package/dist/test/concepts/entity/toEmbeddedTSFile.spec.d.ts +0 -1
  754. package/dist/test/concepts/identifier/constant.d.ts +0 -2
  755. package/dist/test/concepts/identifier/toEmbeddedTS.spec.d.ts +0 -1
  756. package/dist/test/concepts/identifier/toJS.spec.d.ts +0 -1
  757. package/dist/test/concepts/identifier/toVue.spec.d.ts +0 -1
  758. package/dist/test/concepts/match/constant.d.ts +0 -2
  759. package/dist/test/concepts/match/toEmbeddedTS.spec.d.ts +0 -1
  760. package/dist/test/concepts/match/toJS.spec.d.ts +0 -1
  761. package/dist/test/concepts/member-expression/constant.d.ts +0 -2
  762. package/dist/test/concepts/member-expression/toEmbeddedTS.spec.d.ts +0 -1
  763. package/dist/test/concepts/member-expression/toJS.spec.d.ts +0 -1
  764. package/dist/test/concepts/member-expression/toVue.spec.d.ts +0 -1
  765. package/dist/test/concepts/new-composite/constant.d.ts +0 -2
  766. package/dist/test/concepts/new-composite/getQuickInfoOffset.spec.d.ts +0 -1
  767. package/dist/test/concepts/new-composite/toEmbeddedTS.spec.d.ts +0 -1
  768. package/dist/test/concepts/new-composite/toJS.spec.d.ts +0 -1
  769. package/dist/test/concepts/new-list/constant.d.ts +0 -2
  770. package/dist/test/concepts/new-list/getQuickInfoOffset.spec.d.ts +0 -1
  771. package/dist/test/concepts/new-list/toEmbeddedTS.spec.d.ts +0 -1
  772. package/dist/test/concepts/new-list/toJS.spec.d.ts +0 -1
  773. package/dist/test/concepts/new-map/constant.d.ts +0 -2
  774. package/dist/test/concepts/new-map/getQuickInfoOffset.spec.d.ts +0 -1
  775. package/dist/test/concepts/new-map/toEmbeddedTS.spec.d.ts +0 -1
  776. package/dist/test/concepts/new-map/toJS.spec.d.ts +0 -1
  777. package/dist/test/concepts/null-literal/constant.d.ts +0 -2
  778. package/dist/test/concepts/null-literal/toEmbeddedTS.spec.d.ts +0 -1
  779. package/dist/test/concepts/null-literal/toJS.spec.d.ts +0 -1
  780. package/dist/test/concepts/null-literal/toVue.spec.d.ts +0 -1
  781. package/dist/test/concepts/numeric-literal/constant.d.ts +0 -2
  782. package/dist/test/concepts/numeric-literal/toEmbeddedTS.spec.d.ts +0 -1
  783. package/dist/test/concepts/numeric-literal/toJS.spec.d.ts +0 -1
  784. package/dist/test/concepts/numeric-literal/toVue.spec.d.ts +0 -1
  785. package/dist/test/concepts/string-literal/constant.d.ts +0 -2
  786. package/dist/test/concepts/string-literal/toEmbeddedTS.spec.d.ts +0 -1
  787. package/dist/test/concepts/string-literal/toJS.spec.d.ts +0 -1
  788. package/dist/test/concepts/string-literal/toVue.spec.d.ts +0 -1
  789. package/dist/test/concepts/utils.d.ts +0 -13
  790. package/dist/test/concepts/validation-rule/constant.d.ts +0 -2
  791. package/dist/test/concepts/validation-rule/toEmbeddedTS.spec.d.ts +0 -1
  792. package/dist/test/concepts/validation-rule/toJS.spec.d.ts +0 -1
  793. package/dist/test/concepts/validation-rule/validation-rule.spec.d.ts +0 -1
  794. package/dist/test/concepts/view-element/constant.d.ts +0 -2
  795. package/dist/test/concepts/view-element/toEmbeddedTS.spec.d.ts +0 -1
  796. package/dist/test/concepts/view-element/toVue.spec.d.ts +0 -1
  797. package/dist/test/setup.d.ts +0 -1
  798. package/dist/test/time-slicing/runner.spec.d.ts +0 -1
  799. package/dist/test/time-slicing/time-slicing-nodejs.spec.d.ts +0 -1
  800. package/dist/test/time-slicing/utils.d.ts +0 -1
  801. package/dist/test/time-slicing/wrapper.spec.d.ts +0 -1
@@ -1,13 +0,0 @@
1
- import type { Range } from '../../translator';
2
- export type { Range } from '../../translator';
3
- /** 获取当前代码 */
4
- export declare type GetCode = () => string;
5
- export interface QuickInfoData {
6
- /** 行 */
7
- line: number;
8
- /** 列 */
9
- offset: number;
10
- }
11
- export declare type GetQuickInfoOffset = (range: Range, getCode: GetCode) => QuickInfoData;
12
- export declare function getCallExpressionQuickInfo(range: Range, getCode: GetCode): QuickInfoData;
13
- export declare function getNewCompositeQuickInfo(concept: 'NewComposite' | 'NewList' | 'NewMap', range: Range, getCode: GetCode): QuickInfoData;
@@ -1,510 +0,0 @@
1
- import type { App } from '../App__';
2
- import type { Module } from '../Module__';
3
- import type { Namespace } from '../Namespace__';
4
- import type { FrontendType } from '../FrontendType__';
5
- import type { Frontend } from '../Frontend__';
6
- import type { Backend } from '../Backend__';
7
- import type { Integration } from '../Integration__';
8
- import type { MicroApp } from '../MicroApp__';
9
- import type { TypeAnnotation } from '../TypeAnnotation__';
10
- import type { DatabaseTypeAnnotation } from '../DatabaseTypeAnnotation__';
11
- import type { TypeParam } from '../TypeParam__';
12
- import type { Structure } from '../Structure__';
13
- import type { StructureProperty } from '../StructureProperty__';
14
- import type { Enum } from '../Enum__';
15
- import type { EnumItem } from '../EnumItem__';
16
- import type { DataSource } from '../DataSource__';
17
- import type { Entity } from '../Entity__';
18
- import type { EntityProperty } from '../EntityProperty__';
19
- import type { EntityIndex } from '../EntityIndex__';
20
- import type { MetadataType } from '../MetadataType__';
21
- import type { View } from '../View__';
22
- import type { ViewElement } from '../ViewElement__';
23
- import type { BindAttribute } from '../BindAttribute__';
24
- import type { BindDirective } from '../BindDirective__';
25
- import type { BindEvent } from '../BindEvent__';
26
- import type { BindStyle } from '../BindStyle__';
27
- import type { ThemeVariable } from '../ThemeVariable__';
28
- import type { BaseSetter } from '../BaseSetter__';
29
- import type { InputSetter } from '../InputSetter__';
30
- import type { SwitchSetter } from '../SwitchSetter__';
31
- import type { SetterOption } from '../SetterOption__';
32
- import type { EnumSelectSetter } from '../EnumSelectSetter__';
33
- import type { CapsulesSetter } from '../CapsulesSetter__';
34
- import type { NumberInputSetter } from '../NumberInputSetter__';
35
- import type { IconSetter } from '../IconSetter__';
36
- import type { ImageSetter } from '../ImageSetter__';
37
- import type { PropertySelectSetter } from '../PropertySelectSetter__';
38
- import type { ViewComponentDeclaration } from '../ViewComponentDeclaration__';
39
- import type { BusinessComponent } from '../BusinessComponent__';
40
- import type { Attribute } from '../Attribute__';
41
- import type { Event } from '../Event__';
42
- import type { PropDeclaration } from '../PropDeclaration__';
43
- import type { EventDeclaration } from '../EventDeclaration__';
44
- import type { SlotDeclaration } from '../SlotDeclaration__';
45
- import type { LogicDeclaration } from '../LogicDeclaration__';
46
- import type { Theme } from '../Theme__';
47
- import type { Logic } from '../Logic__';
48
- import type { AuthLogic } from '../AuthLogic__';
49
- import type { AuthLogicForCallInterface } from '../AuthLogicForCallInterface__';
50
- import type { OverriddenLogic } from '../OverriddenLogic__';
51
- import type { BusinessLogic } from '../BusinessLogic__';
52
- import type { AbstractInterface } from '../AbstractInterface__';
53
- import type { Param } from '../Param__';
54
- import type { ParamWithGroup } from '../ParamWithGroup__';
55
- import type { Return } from '../Return__';
56
- import type { Variable } from '../Variable__';
57
- import type { BackendVariable } from '../BackendVariable__';
58
- import type { FrontendVariable } from '../FrontendVariable__';
59
- import type { Constant } from '../Constant__';
60
- import type { LogicItem } from '../LogicItem__';
61
- import type { Function } from '../Function__';
62
- import type { AnonymousFunction } from '../AnonymousFunction__';
63
- import type { ImportedInterface } from '../ImportedInterface__';
64
- import type { Interface } from '../Interface__';
65
- import type { InterfaceParam } from '../InterfaceParam__';
66
- import type { Transactional } from '../Transactional__';
67
- import type { DefaultValue } from '../DefaultValue__';
68
- import type { Abort } from '../Abort__';
69
- import type { Start } from '../Start__';
70
- import type { End } from '../End__';
71
- import type { IfStatement } from '../IfStatement__';
72
- import type { SwitchStatement } from '../SwitchStatement__';
73
- import type { SwitchCase } from '../SwitchCase__';
74
- import type { ForEachStatement } from '../ForEachStatement__';
75
- import type { WhileStatement } from '../WhileStatement__';
76
- import type { Assignment } from '../Assignment__';
77
- import type { BatchAssignment } from '../BatchAssignment__';
78
- import type { Comment } from '../Comment__';
79
- import type { CallLogic } from '../CallLogic__';
80
- import type { CallEvent } from '../CallEvent__';
81
- import type { CallFunction } from '../CallFunction__';
82
- import type { CallInterface } from '../CallInterface__';
83
- import type { Destination } from '../Destination__';
84
- import type { ExternalDestination } from '../ExternalDestination__';
85
- import type { ValidationRule } from '../ValidationRule__';
86
- import type { Argument } from '../Argument__';
87
- import type { Anchor } from '../Anchor__';
88
- import type { JSBlock } from '../JSBlock__';
89
- import type { JavaLogic } from '../JavaLogic__';
90
- import type { Block } from '../Block__';
91
- import type { Identifier } from '../Identifier__';
92
- import type { NullLiteral } from '../NullLiteral__';
93
- import type { BooleanLiteral } from '../BooleanLiteral__';
94
- import type { StringLiteral } from '../StringLiteral__';
95
- import type { StringInterpolation } from '../StringInterpolation__';
96
- import type { StaticString } from '../StaticString__';
97
- import type { NumericLiteral } from '../NumericLiteral__';
98
- import type { BinaryExpression } from '../BinaryExpression__';
99
- import type { MatchCase } from '../MatchCase__';
100
- import type { Match } from '../Match__';
101
- import type { UnaryExpression } from '../UnaryExpression__';
102
- import type { MemberExpression } from '../MemberExpression__';
103
- import type { Unparsed } from '../Unparsed__';
104
- import type { New } from '../New__';
105
- import type { NewComposite } from '../NewComposite__';
106
- import type { NewList } from '../NewList__';
107
- import type { NewMap } from '../NewMap__';
108
- import type { Paginate } from '../Paginate__';
109
- import type { CallQueryComponent } from '../CallQueryComponent__';
110
- import type { QueryFromExpression } from '../QueryFromExpression__';
111
- import type { QueryJoinExpression } from '../QueryJoinExpression__';
112
- import type { QueryFieldExpression } from '../QueryFieldExpression__';
113
- import type { QueryAggregateExpression } from '../QueryAggregateExpression__';
114
- import type { QueryOrderByExpression } from '../QueryOrderByExpression__';
115
- import type { QueryGroupByExpression } from '../QueryGroupByExpression__';
116
- import type { QuerySelectExpression } from '../QuerySelectExpression__';
117
- import type { QueryLimitExpression } from '../QueryLimitExpression__';
118
- import type { SqlQueryComponent } from '../SqlQueryComponent__';
119
- import type { OqlQueryComponent } from '../OqlQueryComponent__';
120
- import type { Process } from '../Process__';
121
- import type { ProcessElement } from '../ProcessElement__';
122
- import type { ProcessComponent } from '../ProcessComponent__';
123
- import type { MultiApprovalPolicy } from '../MultiApprovalPolicy__';
124
- import type { SequentialPolicy } from '../SequentialPolicy__';
125
- import type { CountersignPolicy } from '../CountersignPolicy__';
126
- import type { ProcessOutcome } from '../ProcessOutcome__';
127
- import type { Assignee } from '../Assignee__';
128
- import type { ProcessOutcomes } from '../ProcessOutcomes__';
129
- import type { Role } from '../Role__';
130
- import type { Configuration } from '../Configuration__';
131
- import type { ConfigGroup } from '../ConfigGroup__';
132
- import type { ConfigProperty } from '../ConfigProperty__';
133
- import type { ConfigPropertyValue } from '../ConfigPropertyValue__';
134
- import type { I18nInfo } from '../I18nInfo__';
135
- import type { CompletionProperty } from '../CompletionProperty__';
136
- import type { UseComponent } from '../UseComponent__';
137
- import type { Point } from '../Point__';
138
- import type { Rect } from '../Rect__';
139
- import type { SelectMembers } from '../SelectMembers__';
140
- import type { AssignmentLine } from '../AssignmentLine__';
141
- import type { FrontendLibrary } from '../FrontendLibrary__';
142
- import type { ViewBlock } from '../ViewBlock__';
143
- import type { ViewBlockWithImage } from '../ViewBlockWithImage__';
144
- import type { AuthInterface } from '../AuthInterface__';
145
- import type { CallAuthInterface } from '../CallAuthInterface__';
146
- import type { TriggerEvent } from '../TriggerEvent__';
147
- import type { MsgTriggerEvent } from '../MsgTriggerEvent__';
148
- import type { InterfaceTriggerEvent } from '../InterfaceTriggerEvent__';
149
- import type { ConnectorTrigger } from '../ConnectorTrigger__';
150
- import type { TriggerLauncher } from '../TriggerLauncher__';
151
- import type { ConnectorTriggerLauncher } from '../ConnectorTriggerLauncher__';
152
- import type { MsgTriggerLauncher } from '../MsgTriggerLauncher__';
153
- import type { Connector } from '../Connector__';
154
- import type { CallConnector } from '../CallConnector__';
155
- import type { Connection } from '../Connection__';
156
- import type { ConnectorLogic } from '../ConnectorLogic__';
157
- /** concept 与类类型映射表 */
158
- export interface ConceptTypeofClassMap {
159
- App: typeof App;
160
- Module: typeof Module;
161
- Namespace: typeof Namespace;
162
- FrontendType: typeof FrontendType;
163
- Frontend: typeof Frontend;
164
- Backend: typeof Backend;
165
- Integration: typeof Integration;
166
- MicroApp: typeof MicroApp;
167
- TypeAnnotation: typeof TypeAnnotation;
168
- DatabaseTypeAnnotation: typeof DatabaseTypeAnnotation;
169
- TypeParam: typeof TypeParam;
170
- Structure: typeof Structure;
171
- StructureProperty: typeof StructureProperty;
172
- Enum: typeof Enum;
173
- EnumItem: typeof EnumItem;
174
- DataSource: typeof DataSource;
175
- Entity: typeof Entity;
176
- EntityProperty: typeof EntityProperty;
177
- EntityIndex: typeof EntityIndex;
178
- MetadataType: typeof MetadataType;
179
- View: typeof View;
180
- ViewElement: typeof ViewElement;
181
- BindAttribute: typeof BindAttribute;
182
- BindDirective: typeof BindDirective;
183
- BindEvent: typeof BindEvent;
184
- BindStyle: typeof BindStyle;
185
- ThemeVariable: typeof ThemeVariable;
186
- BaseSetter: typeof BaseSetter;
187
- InputSetter: typeof InputSetter;
188
- SwitchSetter: typeof SwitchSetter;
189
- SetterOption: typeof SetterOption;
190
- EnumSelectSetter: typeof EnumSelectSetter;
191
- CapsulesSetter: typeof CapsulesSetter;
192
- NumberInputSetter: typeof NumberInputSetter;
193
- IconSetter: typeof IconSetter;
194
- ImageSetter: typeof ImageSetter;
195
- PropertySelectSetter: typeof PropertySelectSetter;
196
- ViewComponentDeclaration: typeof ViewComponentDeclaration;
197
- BusinessComponent: typeof BusinessComponent;
198
- Attribute: typeof Attribute;
199
- Event: typeof Event;
200
- PropDeclaration: typeof PropDeclaration;
201
- EventDeclaration: typeof EventDeclaration;
202
- SlotDeclaration: typeof SlotDeclaration;
203
- LogicDeclaration: typeof LogicDeclaration;
204
- Theme: typeof Theme;
205
- Logic: typeof Logic;
206
- AuthLogic: typeof AuthLogic;
207
- AuthLogicForCallInterface: typeof AuthLogicForCallInterface;
208
- OverriddenLogic: typeof OverriddenLogic;
209
- BusinessLogic: typeof BusinessLogic;
210
- AbstractInterface: typeof AbstractInterface;
211
- Param: typeof Param;
212
- ParamWithGroup: typeof ParamWithGroup;
213
- Return: typeof Return;
214
- Variable: typeof Variable;
215
- BackendVariable: typeof BackendVariable;
216
- FrontendVariable: typeof FrontendVariable;
217
- Constant: typeof Constant;
218
- LogicItem: typeof LogicItem;
219
- Function: typeof Function;
220
- AnonymousFunction: typeof AnonymousFunction;
221
- ImportedInterface: typeof ImportedInterface;
222
- Interface: typeof Interface;
223
- InterfaceParam: typeof InterfaceParam;
224
- Transactional: typeof Transactional;
225
- DefaultValue: typeof DefaultValue;
226
- Abort: typeof Abort;
227
- Start: typeof Start;
228
- End: typeof End;
229
- IfStatement: typeof IfStatement;
230
- SwitchStatement: typeof SwitchStatement;
231
- SwitchCase: typeof SwitchCase;
232
- ForEachStatement: typeof ForEachStatement;
233
- WhileStatement: typeof WhileStatement;
234
- Assignment: typeof Assignment;
235
- BatchAssignment: typeof BatchAssignment;
236
- Comment: typeof Comment;
237
- CallLogic: typeof CallLogic;
238
- CallEvent: typeof CallEvent;
239
- CallFunction: typeof CallFunction;
240
- CallInterface: typeof CallInterface;
241
- Destination: typeof Destination;
242
- ExternalDestination: typeof ExternalDestination;
243
- ValidationRule: typeof ValidationRule;
244
- Argument: typeof Argument;
245
- Anchor: typeof Anchor;
246
- JSBlock: typeof JSBlock;
247
- JavaLogic: typeof JavaLogic;
248
- Block: typeof Block;
249
- Identifier: typeof Identifier;
250
- NullLiteral: typeof NullLiteral;
251
- BooleanLiteral: typeof BooleanLiteral;
252
- StringLiteral: typeof StringLiteral;
253
- StringInterpolation: typeof StringInterpolation;
254
- StaticString: typeof StaticString;
255
- NumericLiteral: typeof NumericLiteral;
256
- BinaryExpression: typeof BinaryExpression;
257
- MatchCase: typeof MatchCase;
258
- Match: typeof Match;
259
- UnaryExpression: typeof UnaryExpression;
260
- MemberExpression: typeof MemberExpression;
261
- Unparsed: typeof Unparsed;
262
- New: typeof New;
263
- NewComposite: typeof NewComposite;
264
- NewList: typeof NewList;
265
- NewMap: typeof NewMap;
266
- Paginate: typeof Paginate;
267
- CallQueryComponent: typeof CallQueryComponent;
268
- QueryFromExpression: typeof QueryFromExpression;
269
- QueryJoinExpression: typeof QueryJoinExpression;
270
- QueryFieldExpression: typeof QueryFieldExpression;
271
- QueryAggregateExpression: typeof QueryAggregateExpression;
272
- QueryOrderByExpression: typeof QueryOrderByExpression;
273
- QueryGroupByExpression: typeof QueryGroupByExpression;
274
- QuerySelectExpression: typeof QuerySelectExpression;
275
- QueryLimitExpression: typeof QueryLimitExpression;
276
- SqlQueryComponent: typeof SqlQueryComponent;
277
- OqlQueryComponent: typeof OqlQueryComponent;
278
- Process: typeof Process;
279
- ProcessElement: typeof ProcessElement;
280
- ProcessComponent: typeof ProcessComponent;
281
- MultiApprovalPolicy: typeof MultiApprovalPolicy;
282
- SequentialPolicy: typeof SequentialPolicy;
283
- CountersignPolicy: typeof CountersignPolicy;
284
- ProcessOutcome: typeof ProcessOutcome;
285
- Assignee: typeof Assignee;
286
- ProcessOutcomes: typeof ProcessOutcomes;
287
- Role: typeof Role;
288
- Configuration: typeof Configuration;
289
- ConfigGroup: typeof ConfigGroup;
290
- ConfigProperty: typeof ConfigProperty;
291
- ConfigPropertyValue: typeof ConfigPropertyValue;
292
- I18nInfo: typeof I18nInfo;
293
- CompletionProperty: typeof CompletionProperty;
294
- UseComponent: typeof UseComponent;
295
- Point: typeof Point;
296
- Rect: typeof Rect;
297
- SelectMembers: typeof SelectMembers;
298
- AssignmentLine: typeof AssignmentLine;
299
- FrontendLibrary: typeof FrontendLibrary;
300
- ViewBlock: typeof ViewBlock;
301
- ViewBlockWithImage: typeof ViewBlockWithImage;
302
- AuthInterface: typeof AuthInterface;
303
- CallAuthInterface: typeof CallAuthInterface;
304
- TriggerEvent: typeof TriggerEvent;
305
- MsgTriggerEvent: typeof MsgTriggerEvent;
306
- InterfaceTriggerEvent: typeof InterfaceTriggerEvent;
307
- ConnectorTrigger: typeof ConnectorTrigger;
308
- TriggerLauncher: typeof TriggerLauncher;
309
- ConnectorTriggerLauncher: typeof ConnectorTriggerLauncher;
310
- MsgTriggerLauncher: typeof MsgTriggerLauncher;
311
- Connector: typeof Connector;
312
- CallConnector: typeof CallConnector;
313
- Connection: typeof Connection;
314
- ConnectorLogic: typeof ConnectorLogic;
315
- }
316
- /** concept 与类实例类型映射表 */
317
- export interface ConceptClassMap {
318
- App: App;
319
- Module: Module;
320
- Namespace: Namespace;
321
- FrontendType: FrontendType;
322
- Frontend: Frontend;
323
- Backend: Backend;
324
- Integration: Integration;
325
- MicroApp: MicroApp;
326
- TypeAnnotation: TypeAnnotation;
327
- DatabaseTypeAnnotation: DatabaseTypeAnnotation;
328
- TypeParam: TypeParam;
329
- Structure: Structure;
330
- StructureProperty: StructureProperty;
331
- Enum: Enum;
332
- EnumItem: EnumItem;
333
- DataSource: DataSource;
334
- Entity: Entity;
335
- EntityProperty: EntityProperty;
336
- EntityIndex: EntityIndex;
337
- MetadataType: MetadataType;
338
- View: View;
339
- ViewElement: ViewElement;
340
- BindAttribute: BindAttribute;
341
- BindDirective: BindDirective;
342
- BindEvent: BindEvent;
343
- BindStyle: BindStyle;
344
- ThemeVariable: ThemeVariable;
345
- BaseSetter: BaseSetter;
346
- InputSetter: InputSetter;
347
- SwitchSetter: SwitchSetter;
348
- SetterOption: SetterOption;
349
- EnumSelectSetter: EnumSelectSetter;
350
- CapsulesSetter: CapsulesSetter;
351
- NumberInputSetter: NumberInputSetter;
352
- IconSetter: IconSetter;
353
- ImageSetter: ImageSetter;
354
- PropertySelectSetter: PropertySelectSetter;
355
- ViewComponentDeclaration: ViewComponentDeclaration;
356
- BusinessComponent: BusinessComponent;
357
- Attribute: Attribute;
358
- Event: Event;
359
- PropDeclaration: PropDeclaration;
360
- EventDeclaration: EventDeclaration;
361
- SlotDeclaration: SlotDeclaration;
362
- LogicDeclaration: LogicDeclaration;
363
- Theme: Theme;
364
- Logic: Logic;
365
- AuthLogic: AuthLogic;
366
- AuthLogicForCallInterface: AuthLogicForCallInterface;
367
- OverriddenLogic: OverriddenLogic;
368
- BusinessLogic: BusinessLogic;
369
- AbstractInterface: AbstractInterface;
370
- Param: Param;
371
- ParamWithGroup: ParamWithGroup;
372
- Return: Return;
373
- Variable: Variable;
374
- BackendVariable: BackendVariable;
375
- FrontendVariable: FrontendVariable;
376
- Constant: Constant;
377
- LogicItem: LogicItem;
378
- Function: Function;
379
- AnonymousFunction: AnonymousFunction;
380
- ImportedInterface: ImportedInterface;
381
- Interface: Interface;
382
- InterfaceParam: InterfaceParam;
383
- Transactional: Transactional;
384
- DefaultValue: DefaultValue;
385
- Abort: Abort;
386
- Start: Start;
387
- End: End;
388
- IfStatement: IfStatement;
389
- SwitchStatement: SwitchStatement;
390
- SwitchCase: SwitchCase;
391
- ForEachStatement: ForEachStatement;
392
- WhileStatement: WhileStatement;
393
- Assignment: Assignment;
394
- BatchAssignment: BatchAssignment;
395
- Comment: Comment;
396
- CallLogic: CallLogic;
397
- CallEvent: CallEvent;
398
- CallFunction: CallFunction;
399
- CallInterface: CallInterface;
400
- Destination: Destination;
401
- ExternalDestination: ExternalDestination;
402
- ValidationRule: ValidationRule;
403
- Argument: Argument;
404
- Anchor: Anchor;
405
- JSBlock: JSBlock;
406
- JavaLogic: JavaLogic;
407
- Block: Block;
408
- Identifier: Identifier;
409
- NullLiteral: NullLiteral;
410
- BooleanLiteral: BooleanLiteral;
411
- StringLiteral: StringLiteral;
412
- StringInterpolation: StringInterpolation;
413
- StaticString: StaticString;
414
- NumericLiteral: NumericLiteral;
415
- BinaryExpression: BinaryExpression;
416
- MatchCase: MatchCase;
417
- Match: Match;
418
- UnaryExpression: UnaryExpression;
419
- MemberExpression: MemberExpression;
420
- Unparsed: Unparsed;
421
- New: New;
422
- NewComposite: NewComposite;
423
- NewList: NewList;
424
- NewMap: NewMap;
425
- Paginate: Paginate;
426
- CallQueryComponent: CallQueryComponent;
427
- QueryFromExpression: QueryFromExpression;
428
- QueryJoinExpression: QueryJoinExpression;
429
- QueryFieldExpression: QueryFieldExpression;
430
- QueryAggregateExpression: QueryAggregateExpression;
431
- QueryOrderByExpression: QueryOrderByExpression;
432
- QueryGroupByExpression: QueryGroupByExpression;
433
- QuerySelectExpression: QuerySelectExpression;
434
- QueryLimitExpression: QueryLimitExpression;
435
- SqlQueryComponent: SqlQueryComponent;
436
- OqlQueryComponent: OqlQueryComponent;
437
- Process: Process;
438
- ProcessElement: ProcessElement;
439
- ProcessComponent: ProcessComponent;
440
- MultiApprovalPolicy: MultiApprovalPolicy;
441
- SequentialPolicy: SequentialPolicy;
442
- CountersignPolicy: CountersignPolicy;
443
- ProcessOutcome: ProcessOutcome;
444
- Assignee: Assignee;
445
- ProcessOutcomes: ProcessOutcomes;
446
- Role: Role;
447
- Configuration: Configuration;
448
- ConfigGroup: ConfigGroup;
449
- ConfigProperty: ConfigProperty;
450
- ConfigPropertyValue: ConfigPropertyValue;
451
- I18nInfo: I18nInfo;
452
- CompletionProperty: CompletionProperty;
453
- UseComponent: UseComponent;
454
- Point: Point;
455
- Rect: Rect;
456
- SelectMembers: SelectMembers;
457
- AssignmentLine: AssignmentLine;
458
- FrontendLibrary: FrontendLibrary;
459
- ViewBlock: ViewBlock;
460
- ViewBlockWithImage: ViewBlockWithImage;
461
- AuthInterface: AuthInterface;
462
- CallAuthInterface: CallAuthInterface;
463
- TriggerEvent: TriggerEvent;
464
- MsgTriggerEvent: MsgTriggerEvent;
465
- InterfaceTriggerEvent: InterfaceTriggerEvent;
466
- ConnectorTrigger: ConnectorTrigger;
467
- TriggerLauncher: TriggerLauncher;
468
- ConnectorTriggerLauncher: ConnectorTriggerLauncher;
469
- MsgTriggerLauncher: MsgTriggerLauncher;
470
- Connector: Connector;
471
- CallConnector: CallConnector;
472
- Connection: Connection;
473
- ConnectorLogic: ConnectorLogic;
474
- }
475
- export declare type SyntaxNode = App | Module | Namespace | FrontendType | Frontend | Backend | Integration | MicroApp | TypeAnnotation | DatabaseTypeAnnotation | TypeParam | Structure | StructureProperty | Enum | EnumItem | DataSource | Entity | EntityProperty | EntityIndex | MetadataType | View | ViewElement | BindAttribute | BindDirective | BindEvent | BindStyle | ThemeVariable | InputSetter | SwitchSetter | SetterOption | EnumSelectSetter | CapsulesSetter | NumberInputSetter | IconSetter | ImageSetter | PropertySelectSetter | ViewComponentDeclaration | BusinessComponent | Attribute | Event | PropDeclaration | EventDeclaration | SlotDeclaration | LogicDeclaration | Theme | Logic | AuthLogic | AuthLogicForCallInterface | OverriddenLogic | BusinessLogic | Param | ParamWithGroup | Return | Variable | BackendVariable | FrontendVariable | Constant | Function | AnonymousFunction | Interface | InterfaceParam | Transactional | DefaultValue | Abort | Start | End | IfStatement | SwitchStatement | SwitchCase | ForEachStatement | WhileStatement | Assignment | BatchAssignment | Comment | CallLogic | CallEvent | CallFunction | CallInterface | Destination | ExternalDestination | ValidationRule | Argument | Anchor | JSBlock | JavaLogic | Block | Identifier | NullLiteral | BooleanLiteral | StringLiteral | StringInterpolation | StaticString | NumericLiteral | BinaryExpression | MatchCase | Match | UnaryExpression | MemberExpression | Unparsed | New | NewComposite | NewList | NewMap | Paginate | CallQueryComponent | QueryFromExpression | QueryJoinExpression | QueryFieldExpression | QueryAggregateExpression | QueryOrderByExpression | QueryGroupByExpression | QuerySelectExpression | QueryLimitExpression | SqlQueryComponent | OqlQueryComponent | Process | ProcessElement | ProcessComponent | SequentialPolicy | CountersignPolicy | ProcessOutcome | Assignee | ProcessOutcomes | Role | Configuration | ConfigGroup | ConfigProperty | ConfigPropertyValue | I18nInfo | CompletionProperty | UseComponent | Point | Rect | SelectMembers | AssignmentLine | FrontendLibrary | ViewBlock | ViewBlockWithImage | AuthInterface | CallAuthInterface | MsgTriggerEvent | InterfaceTriggerEvent | ConnectorTrigger | TriggerLauncher | ConnectorTriggerLauncher | MsgTriggerLauncher | Connector | CallConnector | Connection | ConnectorLogic;
476
- export declare type SyntaxNodeConcept = SyntaxNode['concept'];
477
- export declare type ModuleNode = Module | Connector;
478
- export declare type ModuleNodeConcept = ModuleNode['concept'];
479
- export declare type BaseSetterNode = InputSetter | SwitchSetter | EnumSelectSetter | CapsulesSetter | NumberInputSetter | IconSetter | ImageSetter | PropertySelectSetter;
480
- export declare type BaseSetterNodeConcept = BaseSetterNode['concept'];
481
- export declare type LogicNode = Logic | AuthLogic | AuthLogicForCallInterface | BusinessLogic | ConnectorLogic;
482
- export declare type LogicNodeConcept = LogicNode['concept'];
483
- export declare type AuthLogicNode = AuthLogic | AuthLogicForCallInterface;
484
- export declare type AuthLogicNodeConcept = AuthLogicNode['concept'];
485
- export declare type AbstractInterfaceNode = Interface | AuthInterface;
486
- export declare type AbstractInterfaceNodeConcept = AbstractInterfaceNode['concept'];
487
- export declare type ParamNode = Param | ParamWithGroup;
488
- export declare type ParamNodeConcept = ParamNode['concept'];
489
- export declare type VariableNode = Variable | FrontendVariable;
490
- export declare type VariableNodeConcept = VariableNode['concept'];
491
- export declare type LogicItemNode = AnonymousFunction | Abort | Start | End | IfStatement | SwitchStatement | SwitchCase | ForEachStatement | WhileStatement | Assignment | BatchAssignment | Comment | CallLogic | CallConnector | CallEvent | CallFunction | CallInterface | CallAuthInterface | Destination | ExternalDestination | ValidationRule | Argument | Anchor | JSBlock | JavaLogic | Block | Identifier | NullLiteral | BooleanLiteral | StringLiteral | StringInterpolation | NumericLiteral | BinaryExpression | MatchCase | Match | UnaryExpression | MemberExpression | Unparsed | New | NewComposite | NewList | NewMap | Paginate | CallQueryComponent | QueryFromExpression | QueryJoinExpression | QueryFieldExpression | QueryAggregateExpression | QueryOrderByExpression | QueryGroupByExpression | QuerySelectExpression | QueryLimitExpression | SqlQueryComponent | OqlQueryComponent | ProcessOutcome | Assignee | ProcessOutcomes;
492
- export declare type LogicItemNodeConcept = LogicItemNode['concept'];
493
- export declare type ImportedInterfaceNode = Interface | AuthInterface;
494
- export declare type ImportedInterfaceNodeConcept = ImportedInterfaceNode['concept'];
495
- export declare type InterfaceNode = Interface | AuthInterface;
496
- export declare type InterfaceNodeConcept = InterfaceNode['concept'];
497
- export declare type CallLogicNode = CallLogic | CallConnector;
498
- export declare type CallLogicNodeConcept = CallLogicNode['concept'];
499
- export declare type CallInterfaceNode = CallInterface | CallAuthInterface;
500
- export declare type CallInterfaceNodeConcept = CallInterfaceNode['concept'];
501
- export declare type MultiApprovalPolicyNode = SequentialPolicy | CountersignPolicy;
502
- export declare type MultiApprovalPolicyNodeConcept = MultiApprovalPolicyNode['concept'];
503
- export declare type ViewBlockNode = ViewBlock | ViewBlockWithImage;
504
- export declare type ViewBlockNodeConcept = ViewBlockNode['concept'];
505
- export declare type TriggerEventNode = MsgTriggerEvent | InterfaceTriggerEvent;
506
- export declare type TriggerEventNodeConcept = TriggerEventNode['concept'];
507
- export declare type TriggerLauncherNode = TriggerLauncher | ConnectorTriggerLauncher | MsgTriggerLauncher;
508
- export declare type TriggerLauncherNodeConcept = TriggerLauncherNode['concept'];
509
- export declare type ConnectorTriggerLauncherNode = ConnectorTriggerLauncher | MsgTriggerLauncher;
510
- export declare type ConnectorTriggerLauncherNodeConcept = ConnectorTriggerLauncherNode['concept'];
@@ -1,52 +0,0 @@
1
- import ComponentAPI from './common/ComponentAPI';
2
- export declare type Protocol = 'http' | 'file' | 'mock';
3
- export declare const config: {
4
- mock: string;
5
- storage: {
6
- protocol: Protocol;
7
- /**
8
- * 基本远程路径或 fs 路径
9
- */
10
- basePath: string;
11
- cookie: string;
12
- };
13
- baseURL: string;
14
- staticURL: string;
15
- scope: "pc" | "h5";
16
- cookie: string;
17
- debug: boolean;
18
- debugRequest: boolean;
19
- reloadAlways: boolean;
20
- advancedFeatures: boolean;
21
- showTSError: boolean;
22
- throttleWait: number;
23
- allNodesAPI: {
24
- [name: string]: ComponentAPI;
25
- };
26
- closeViews: boolean;
27
- /**
28
- * 前端制品client.js依赖资源
29
- * 使用场景:导出源码
30
- */
31
- frontendPackagesResource: {
32
- path: string;
33
- isDir: boolean;
34
- url: string;
35
- }[];
36
- };
37
- /**
38
- * 连接存储层
39
- * 可以是远程服务,也可以是本地文件
40
- * @param protocol 'http'表示远程服务,'file'表示本地文件
41
- * @param basePath 基础路径。协议为'http'的示例如:'/proxy/file-storage'、'http://dogfood.lcap.163yun.com';协议为'file'的示例如:'./demo-app.json'、'/root/some/path/app123.json'
42
- */
43
- export declare function connect(protocol: Protocol, basePath: string): Promise<void>;
44
- export declare function connect(protocol: Protocol, basePath: string, cookie: string): Promise<void>;
45
- export declare function connect(protocol: Protocol, basePath: string, username: string, password: string): Promise<void>;
46
- /**
47
- * 便捷登录,只支持普通登录
48
- * @required 需要先配置好 config.baseURL
49
- * @param username 用户名
50
- * @param password 密码
51
- */
52
- export declare function login(username: string, password: string): Promise<string>;
@@ -1,67 +0,0 @@
1
- import type BaseNode from '../common/BaseNode';
2
- import type { SyntaxNode, SyntaxNodeConcept, ConceptTypeofClassMap } from '../concepts/utils/types';
3
- export * from './promise';
4
- /**
5
- * 不可修改装饰器,非强制。
6
- *
7
- * 赋值时会修改值,但如果所在对象 _mutable 为 false 的话,会提示错误。
8
- *
9
- * *名称与 JS 和 TS 的 readonly, writable 作了区分,看起来清爽,避免混淆*。
10
- */
11
- export declare function immutable(): (target: any, key: string | number | symbol) => void;
12
- declare type ConceptMeta<T extends string = string> = {
13
- constructor: T extends keyof ConceptTypeofClassMap ? ConceptTypeofClassMap[T] : {
14
- new (...args: any[]): any;
15
- };
16
- propertyMap: Map<string, any>;
17
- };
18
- declare type InterfaceMeta = {
19
- implements?: string[];
20
- extends?: string[];
21
- };
22
- export declare const classMap: Map<string, new (...args: any[]) => any>;
23
- export declare function getInterfaceMeta(concept: string): InterfaceMeta;
24
- export declare function getConceptMeta(concept: string): ConceptMeta;
25
- /**
26
- * 获取Constructor
27
- * @param concept
28
- * @returns
29
- */
30
- export declare function getConceptConstructor<T extends keyof ConceptTypeofClassMap>(concept: T): ConceptTypeofClassMap[T];
31
- /**
32
- * 获取属性map
33
- * @param concept
34
- * @returns
35
- */
36
- export declare function getConceptPropertyMap(concept: string): Map<string, any>;
37
- export declare function concept(nodeTitle: string): (target: any) => void;
38
- export declare function imps(interfaces: string[]): (target: any) => void;
39
- export declare function interfaceExtends(interfaceName: string, extendsBy: string): void;
40
- export declare function setIterfaceInheritance(interfaceName: string, { implementsBy, extendsBy, }: {
41
- implementsBy?: string;
42
- extendsBy?: string;
43
- }): void;
44
- export declare function property(params?: any): (target: SyntaxNode | BaseNode, key: string) => void;
45
- export declare function ancestor(concept: SyntaxNodeConcept): (target: any, key: string, descriptor: PropertyDescriptor) => void;
46
- /**
47
- * 只计算一次,就缓存下来结果
48
- * 作为引入 Vue computed 之前的缓存方案
49
- */
50
- export declare function computedOnce(): (target: any, key: string, descriptor: PropertyDescriptor) => void;
51
- /**
52
- * 表示上级对象,处理循环问题
53
- */
54
- export declare function circular(): (target: any, key: string | number | symbol) => void;
55
- /**
56
- * 该属性排除于 JSON 中
57
- */
58
- export declare function excludedInJSON(keys?: Array<string>): (target: any, key: string | number | symbol) => void;
59
- /**
60
- * 表示该方法对应一个用户行为
61
- */
62
- export declare function action(name: string): (target: any, key: string | number | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor;
63
- /**
64
- * 表示该方法对应一个用户行为
65
- * @TODO: 目前暂时跟以前的统一不起来
66
- */
67
- export declare function operation(name: string): (target: any, key: string | number | symbol) => void;
@@ -1,7 +0,0 @@
1
- /**
2
- * 强制队列执行
3
- *
4
- * @description 所有使用此修饰器的方法,都会被强制使用队列执行,先调用的先执行。在前面的函数执行完毕之前,后面的函数是不会执行的。
5
- * @param {string} name 队列名称,用于区分不同的执行队列
6
- */
7
- export declare function withQueueExecute(name: string): MethodDecorator;
@@ -1,6 +0,0 @@
1
- export declare const KEYWORDS: string[];
2
- export declare const ENTITY_KEYWORDS: string[];
3
- export declare const ENTITY_PROPERTY_KEYWORDS: string[];
4
- export declare const USER_CUSTOM_KEYWORDS: string[];
5
- export declare const USER_CUSTOM_KEYWORDS_PAGENAME: string[];
6
- export declare const FRONTEND_PATH_KEYWORDS: string[];