@lcap/nasl 0.3.9-beta

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 (881) hide show
  1. package/DEVELOPMENT.md +58 -0
  2. package/README.md +11 -0
  3. package/analysis/mergeBlock/README.md +14 -0
  4. package/analysis/mergeBlock/raw1.json +0 -0
  5. package/analysis/mergeBlock/raw2.json +2522 -0
  6. package/analysis/mergeBlock/raw3.json +505 -0
  7. package/analysis/mergeBlock/req2.json +2219 -0
  8. package/analysis/mergeBlock/req3.json +462 -0
  9. package/analysis/mergeBlock/script.js +159 -0
  10. package/docs/assets/css/main.css +2638 -0
  11. package/docs/assets/js/main.js +248 -0
  12. package/docs/assets/js/search.js +1 -0
  13. package/docs/classes/app_app.app.html +1359 -0
  14. package/docs/classes/app_service.microservice.html +1572 -0
  15. package/docs/classes/app_service.service.html +1233 -0
  16. package/docs/classes/app_service.webservice.html +1635 -0
  17. package/docs/classes/common_eventemitter.eventemitter.html +387 -0
  18. package/docs/classes/common_vertex.vertex.html +1086 -0
  19. package/docs/classes/data_datanode.datanode.html +1157 -0
  20. package/docs/classes/data_entity.entity.html +1656 -0
  21. package/docs/classes/data_entityproperty.entityproperty.html +1903 -0
  22. package/docs/classes/data_enum.enum.html +1402 -0
  23. package/docs/classes/data_enumitem.enumitem.html +1252 -0
  24. package/docs/classes/data_interface.interface.html +1673 -0
  25. package/docs/classes/data_structure.structure.html +1427 -0
  26. package/docs/classes/data_structureproperty.structureproperty.html +1656 -0
  27. package/docs/classes/logic_basevariable.basevariable.html +1261 -0
  28. package/docs/classes/logic_logic.logic.html +1639 -0
  29. package/docs/classes/logic_logicitem.expressionnode.html +1982 -0
  30. package/docs/classes/logic_logicitem.logicitem.html +1828 -0
  31. package/docs/classes/logic_logicitem.logicnode.html +2229 -0
  32. package/docs/classes/logic_param.param.html +1707 -0
  33. package/docs/classes/logic_return.return.html +1605 -0
  34. package/docs/classes/logic_variable.variable.html +1631 -0
  35. package/docs/classes/nuims_nuims.nuims.html +596 -0
  36. package/docs/classes/page_attr.attr.html +1335 -0
  37. package/docs/classes/page_block.block.html +1272 -0
  38. package/docs/classes/page_directive.directive.html +1350 -0
  39. package/docs/classes/page_element.element.html +2118 -0
  40. package/docs/classes/page_event.event.html +1284 -0
  41. package/docs/classes/page_lifecycle.lifecycle.html +1286 -0
  42. package/docs/classes/page_page.page.html +1389 -0
  43. package/docs/classes/page_view.view.html +2299 -0
  44. package/docs/classes/page_viewparam.viewparam.html +1727 -0
  45. package/docs/classes/page_viewvariable.viewvariable.html +1668 -0
  46. package/docs/classes/process_process.process.html +1532 -0
  47. package/docs/classes/process_processcomponent.processcomponent.html +1589 -0
  48. package/docs/classes/process_processcomponentattribute.processcomponentattribute.html +1236 -0
  49. package/docs/classes/process_processcomponentproperty.processcomponentproperty.html +1727 -0
  50. package/docs/classes/process_processcomponentreturn.processcomponentreturn.html +1704 -0
  51. package/docs/classes/process_processcomponentvariable.processcomponentvariable.html +1679 -0
  52. package/docs/classes/process_processinterface.processinterface.html +1462 -0
  53. package/docs/classes/process_processparam.processparam.html +1778 -0
  54. package/docs/classes/process_processproperty.processproperty.html +1727 -0
  55. package/docs/classes/process_processreturn.processreturn.html +1678 -0
  56. package/docs/enums/app_service.service_type.html +186 -0
  57. package/docs/enums/data_basictypes.basic_type.html +312 -0
  58. package/docs/enums/index.level_enum.html +655 -0
  59. package/docs/enums/logic_logicitem.logic_type.html +441 -0
  60. package/docs/index.html +313 -0
  61. package/docs/interfaces/app_service.assetsinfo.html +209 -0
  62. package/docs/interfaces/common_packagejson.default.html +431 -0
  63. package/docs/interfaces/data_entity.resolver.html +228 -0
  64. package/docs/interfaces/data_entityproperty.display.html +214 -0
  65. package/docs/interfaces/data_schema.arrayschema.html +306 -0
  66. package/docs/interfaces/data_schema.baseschema.html +361 -0
  67. package/docs/interfaces/data_schema.basicrefschema.html +362 -0
  68. package/docs/interfaces/data_schema.basicschema.html +334 -0
  69. package/docs/interfaces/data_schema.booleanschema.html +306 -0
  70. package/docs/interfaces/data_schema.enumitemschema.html +225 -0
  71. package/docs/interfaces/data_schema.enumschema.html +306 -0
  72. package/docs/interfaces/data_schema.integerschema.html +334 -0
  73. package/docs/interfaces/data_schema.mapschema.html +320 -0
  74. package/docs/interfaces/data_schema.numberschema.html +334 -0
  75. package/docs/interfaces/data_schema.objectschema.html +313 -0
  76. package/docs/interfaces/data_schema.refschema.html +332 -0
  77. package/docs/interfaces/data_schema.schema.html +511 -0
  78. package/docs/interfaces/data_schema.setschema.html +306 -0
  79. package/docs/interfaces/data_schema.stringschema.html +334 -0
  80. package/docs/interfaces/history.historyrecord.html +183 -0
  81. package/docs/interfaces/index.arrayschema.html +261 -0
  82. package/docs/interfaces/index.baseschema.html +236 -0
  83. package/docs/interfaces/index.basicrefschema.html +317 -0
  84. package/docs/interfaces/index.basicschema.html +289 -0
  85. package/docs/interfaces/index.booleanschema.html +261 -0
  86. package/docs/interfaces/index.enumitemschema.html +180 -0
  87. package/docs/interfaces/index.enumschema.html +261 -0
  88. package/docs/interfaces/index.integerschema.html +289 -0
  89. package/docs/interfaces/index.mapschema.html +275 -0
  90. package/docs/interfaces/index.numberschema.html +289 -0
  91. package/docs/interfaces/index.objectschema.html +261 -0
  92. package/docs/interfaces/index.refschema.html +287 -0
  93. package/docs/interfaces/index.schema.html +459 -0
  94. package/docs/interfaces/index.setschema.html +261 -0
  95. package/docs/interfaces/index.stringschema.html +289 -0
  96. package/docs/interfaces/page_element.elementtovueoptions.html +283 -0
  97. package/docs/interfaces/typecheck.typecheckrecord.html +211 -0
  98. package/docs/interfaces/utils.inode.html +212 -0
  99. package/docs/interfaces/utils.inodeinfo.html +295 -0
  100. package/docs/interfaces/utils_traverse.inode.html +191 -0
  101. package/docs/interfaces/utils_traverse.inodeinfo.html +274 -0
  102. package/docs/modules/app_app.html +149 -0
  103. package/docs/modules/app_service.html +175 -0
  104. package/docs/modules/cachedata.html +198 -0
  105. package/docs/modules/common_eventemitter.html +192 -0
  106. package/docs/modules/common_packagejson.html +132 -0
  107. package/docs/modules/common_vertex.html +149 -0
  108. package/docs/modules/config.html +168 -0
  109. package/docs/modules/data_basictypes.html +271 -0
  110. package/docs/modules/data_datanode.html +149 -0
  111. package/docs/modules/data_datatypes.html +196 -0
  112. package/docs/modules/data_datatypeutils.html +430 -0
  113. package/docs/modules/data_entity.html +158 -0
  114. package/docs/modules/data_entityproperty.html +158 -0
  115. package/docs/modules/data_entityutils.html +342 -0
  116. package/docs/modules/data_enum.html +149 -0
  117. package/docs/modules/data_enumitem.html +149 -0
  118. package/docs/modules/data_interface.html +149 -0
  119. package/docs/modules/data_schema.html +205 -0
  120. package/docs/modules/data_structure.html +149 -0
  121. package/docs/modules/data_structureproperty.html +149 -0
  122. package/docs/modules/data_systemtypes.html +167 -0
  123. package/docs/modules/decorators.html +333 -0
  124. package/docs/modules/eventbus.html +116 -0
  125. package/docs/modules/generator.html +749 -0
  126. package/docs/modules/generator_data.html +495 -0
  127. package/docs/modules/generator_hotreload.html +200 -0
  128. package/docs/modules/generator_load.html +247 -0
  129. package/docs/modules/generator_page.html +200 -0
  130. package/docs/modules/history.html +200 -0
  131. package/docs/modules/index.html +1163 -0
  132. package/docs/modules/logic_basevariable.html +238 -0
  133. package/docs/modules/logic_callinterface.html +116 -0
  134. package/docs/modules/logic_logic.html +149 -0
  135. package/docs/modules/logic_logicitem.html +220 -0
  136. package/docs/modules/logic_param.html +149 -0
  137. package/docs/modules/logic_return.html +149 -0
  138. package/docs/modules/logic_tools.html +326 -0
  139. package/docs/modules/logic_translator.html +158 -0
  140. package/docs/modules/logic_variable.html +149 -0
  141. package/docs/modules/nuims_nuims.html +149 -0
  142. package/docs/modules/page_attr.html +149 -0
  143. package/docs/modules/page_block.html +149 -0
  144. package/docs/modules/page_directive.html +149 -0
  145. package/docs/modules/page_element.html +158 -0
  146. package/docs/modules/page_event.html +149 -0
  147. package/docs/modules/page_lifecycle.html +149 -0
  148. package/docs/modules/page_page.html +149 -0
  149. package/docs/modules/page_view.html +149 -0
  150. package/docs/modules/page_viewparam.html +149 -0
  151. package/docs/modules/page_viewvariable.html +149 -0
  152. package/docs/modules/process_process.html +149 -0
  153. package/docs/modules/process_processcomponent.html +149 -0
  154. package/docs/modules/process_processcomponentattribute.html +149 -0
  155. package/docs/modules/process_processcomponentproperty.html +149 -0
  156. package/docs/modules/process_processcomponentreturn.html +149 -0
  157. package/docs/modules/process_processcomponentvariable.html +149 -0
  158. package/docs/modules/process_processinterface.html +149 -0
  159. package/docs/modules/process_processparam.html +149 -0
  160. package/docs/modules/process_processproperty.html +149 -0
  161. package/docs/modules/process_processreturn.html +149 -0
  162. package/docs/modules/typecheck.html +269 -0
  163. package/docs/modules/utils.html +536 -0
  164. package/docs/modules/utils_logger.html +172 -0
  165. package/docs/modules/utils_string.html +347 -0
  166. package/docs/modules/utils_traverse.html +248 -0
  167. package/docs/modules.html +377 -0
  168. package/docs-build/style.css +3 -0
  169. package/docs-build/typedoc.json +8 -0
  170. package/index.js +12 -0
  171. package/module/base.js +11 -0
  172. package/out/service/app/api.d.ts +75 -0
  173. package/out/service/app/api.js +87 -0
  174. package/out/service/app/api.js.map +1 -0
  175. package/out/service/app/index.d.ts +2 -0
  176. package/out/service/app/index.js +10 -0
  177. package/out/service/app/index.js.map +1 -0
  178. package/out/service/assets/asset.d.ts +104 -0
  179. package/out/service/assets/asset.js +78 -0
  180. package/out/service/assets/asset.js.map +1 -0
  181. package/out/service/assets/block.d.ts +9 -0
  182. package/out/service/assets/block.js +11 -0
  183. package/out/service/assets/block.js.map +1 -0
  184. package/out/service/assets/index.d.ts +2 -0
  185. package/out/service/assets/index.js +12 -0
  186. package/out/service/assets/index.js.map +1 -0
  187. package/out/service/common/findUsage.d.ts +9 -0
  188. package/out/service/common/findUsage.js +11 -0
  189. package/out/service/common/findUsage.js.map +1 -0
  190. package/out/service/common/index.d.ts +2 -0
  191. package/out/service/common/index.js +12 -0
  192. package/out/service/common/index.js.map +1 -0
  193. package/out/service/common/preprocess.d.ts +14 -0
  194. package/out/service/common/preprocess.js +75 -0
  195. package/out/service/common/preprocess.js.map +1 -0
  196. package/out/service/common/schema.d.ts +9 -0
  197. package/out/service/common/schema.js +12 -0
  198. package/out/service/common/schema.js.map +1 -0
  199. package/out/service/create/add.configs.d.ts +1 -0
  200. package/out/service/create/add.configs.js +68 -0
  201. package/out/service/create/add.configs.js.map +1 -0
  202. package/out/service/create/errHandles.d.ts +18 -0
  203. package/out/service/create/errHandles.js +40 -0
  204. package/out/service/create/errHandles.js.map +1 -0
  205. package/out/service/create/index.d.ts +1 -0
  206. package/out/service/create/index.js +72 -0
  207. package/out/service/create/index.js.map +1 -0
  208. package/out/service/data/api.d.ts +36 -0
  209. package/out/service/data/api.js +36 -0
  210. package/out/service/data/api.js.map +1 -0
  211. package/out/service/data/entity.d.ts +135 -0
  212. package/out/service/data/entity.js +103 -0
  213. package/out/service/data/entity.js.map +1 -0
  214. package/out/service/data/enum.d.ts +63 -0
  215. package/out/service/data/enum.js +55 -0
  216. package/out/service/data/enum.js.map +1 -0
  217. package/out/service/data/enumProperty.d.ts +28 -0
  218. package/out/service/data/enumProperty.js +23 -0
  219. package/out/service/data/enumProperty.js.map +1 -0
  220. package/out/service/data/generic.d.ts +9 -0
  221. package/out/service/data/generic.js +11 -0
  222. package/out/service/data/generic.js.map +1 -0
  223. package/out/service/data/index.d.ts +8 -0
  224. package/out/service/data/index.js +23 -0
  225. package/out/service/data/index.js.map +1 -0
  226. package/out/service/data/interface.d.ts +67 -0
  227. package/out/service/data/interface.js +58 -0
  228. package/out/service/data/interface.js.map +1 -0
  229. package/out/service/data/structure.d.ts +92 -0
  230. package/out/service/data/structure.js +77 -0
  231. package/out/service/data/structure.js.map +1 -0
  232. package/out/service/logic/index.d.ts +2 -0
  233. package/out/service/logic/index.js +14 -0
  234. package/out/service/logic/index.js.map +1 -0
  235. package/out/service/logic/logic.d.ts +121 -0
  236. package/out/service/logic/logic.js +90 -0
  237. package/out/service/logic/logic.js.map +1 -0
  238. package/out/service/logic/param.d.ts +37 -0
  239. package/out/service/logic/param.js +29 -0
  240. package/out/service/logic/param.js.map +1 -0
  241. package/out/service/nuims/api.d.ts +264 -0
  242. package/out/service/nuims/api.js +194 -0
  243. package/out/service/nuims/api.js.map +1 -0
  244. package/out/service/nuims/index.d.ts +2 -0
  245. package/out/service/nuims/index.js +17 -0
  246. package/out/service/nuims/index.js.map +1 -0
  247. package/out/service/page/api.d.ts +186 -0
  248. package/out/service/page/api.js +1376 -0
  249. package/out/service/page/api.js.map +1 -0
  250. package/out/service/page/attribute.d.ts +28 -0
  251. package/out/service/page/attribute.js +23 -0
  252. package/out/service/page/attribute.js.map +1 -0
  253. package/out/service/page/directive.d.ts +28 -0
  254. package/out/service/page/directive.js +23 -0
  255. package/out/service/page/directive.js.map +1 -0
  256. package/out/service/page/element.d.ts +36 -0
  257. package/out/service/page/element.js +36 -0
  258. package/out/service/page/element.js.map +1 -0
  259. package/out/service/page/event.d.ts +28 -0
  260. package/out/service/page/event.js +23 -0
  261. package/out/service/page/event.js.map +1 -0
  262. package/out/service/page/index.d.ts +8 -0
  263. package/out/service/page/index.js +23 -0
  264. package/out/service/page/index.js.map +1 -0
  265. package/out/service/page/lifecycle.d.ts +28 -0
  266. package/out/service/page/lifecycle.js +23 -0
  267. package/out/service/page/lifecycle.js.map +1 -0
  268. package/out/service/page/templates.d.ts +14 -0
  269. package/out/service/page/templates.js +70 -0
  270. package/out/service/page/templates.js.map +1 -0
  271. package/out/service/page/view.d.ts +130 -0
  272. package/out/service/page/view.js +116 -0
  273. package/out/service/page/view.js.map +1 -0
  274. package/out/service/process/api.d.ts +136 -0
  275. package/out/service/process/api.js +95 -0
  276. package/out/service/process/api.js.map +1 -0
  277. package/out/service/process/index.d.ts +2 -0
  278. package/out/service/process/index.js +10 -0
  279. package/out/service/process/index.js.map +1 -0
  280. package/out/service/undoredo/api.d.ts +36 -0
  281. package/out/service/undoredo/api.js +29 -0
  282. package/out/service/undoredo/api.js.map +1 -0
  283. package/out/service/undoredo/index.d.ts +2 -0
  284. package/out/service/undoredo/index.js +10 -0
  285. package/out/service/undoredo/index.js.map +1 -0
  286. package/out/service/webFile/api.d.ts +45 -0
  287. package/out/service/webFile/api.js +35 -0
  288. package/out/service/webFile/api.js.map +1 -0
  289. package/out/service/webFile/index.d.ts +3 -0
  290. package/out/service/webFile/index.js +27 -0
  291. package/out/service/webFile/index.js.map +1 -0
  292. package/out/service/webFile/loadCache.d.ts +18 -0
  293. package/out/service/webFile/loadCache.js +17 -0
  294. package/out/service/webFile/loadCache.js.map +1 -0
  295. package/out/test/fixtures/env.d.ts +5 -0
  296. package/out/test/fixtures/env.js +21 -0
  297. package/out/test/fixtures/env.js.map +1 -0
  298. package/out/test/units/app/App.spec.d.ts +1 -0
  299. package/out/test/units/app/App.spec.js +17 -0
  300. package/out/test/units/app/App.spec.js.map +1 -0
  301. package/out/test/units/app/Service.spec.d.ts +1 -0
  302. package/out/test/units/app/Service.spec.js +24 -0
  303. package/out/test/units/app/Service.spec.js.map +1 -0
  304. package/out/test/units/common/Vertex.spec.d.ts +1 -0
  305. package/out/test/units/common/Vertex.spec.js +44 -0
  306. package/out/test/units/common/Vertex.spec.js.map +1 -0
  307. package/out/test/units/config.spec.d.ts +1 -0
  308. package/out/test/units/config.spec.js +12 -0
  309. package/out/test/units/config.spec.js.map +1 -0
  310. package/out/test/units/data/Entity.spec.d.ts +1 -0
  311. package/out/test/units/data/Entity.spec.js +12 -0
  312. package/out/test/units/data/Entity.spec.js.map +1 -0
  313. package/out/test/units/login.spec.d.ts +1 -0
  314. package/out/test/units/login.spec.js +12 -0
  315. package/out/test/units/login.spec.js.map +1 -0
  316. package/out/test/units/page/Block.spec.d.ts +1 -0
  317. package/out/test/units/page/Block.spec.js +34 -0
  318. package/out/test/units/page/Block.spec.js.map +1 -0
  319. package/out/test/units/page/Element.spec.d.ts +1 -0
  320. package/out/test/units/page/Element.spec.js +44 -0
  321. package/out/test/units/page/Element.spec.js.map +1 -0
  322. package/out/test/units/temp/temp.spec.d.ts +1 -0
  323. package/out/test/units/temp/temp.spec.js +68 -0
  324. package/out/test/units/temp/temp.spec.js.map +1 -0
  325. package/out/types/app/App.d.ts +135 -0
  326. package/out/types/app/App.js +304 -0
  327. package/out/types/app/App.js.map +1 -0
  328. package/out/types/app/History.d.ts +36 -0
  329. package/out/types/app/History.js +365 -0
  330. package/out/types/app/History.js.map +1 -0
  331. package/out/types/app/Service.d.ts +247 -0
  332. package/out/types/app/Service.js +846 -0
  333. package/out/types/app/Service.js.map +1 -0
  334. package/out/types/cacheData.d.ts +4 -0
  335. package/out/types/cacheData.js +34 -0
  336. package/out/types/cacheData.js.map +1 -0
  337. package/out/types/common/ComponentAPI.d.ts +110 -0
  338. package/out/types/common/ComponentAPI.js +3 -0
  339. package/out/types/common/ComponentAPI.js.map +1 -0
  340. package/out/types/common/EventEmitter.d.ts +29 -0
  341. package/out/types/common/EventEmitter.js +66 -0
  342. package/out/types/common/EventEmitter.js.map +1 -0
  343. package/out/types/common/PackageJSON.d.ts +32 -0
  344. package/out/types/common/PackageJSON.js +3 -0
  345. package/out/types/common/PackageJSON.js.map +1 -0
  346. package/out/types/common/Vertex.d.ts +125 -0
  347. package/out/types/common/Vertex.js +283 -0
  348. package/out/types/common/Vertex.js.map +1 -0
  349. package/out/types/config.d.ts +24 -0
  350. package/out/types/config.js +22 -0
  351. package/out/types/config.js.map +1 -0
  352. package/out/types/data/DataNode.d.ts +24 -0
  353. package/out/types/data/DataNode.js +52 -0
  354. package/out/types/data/DataNode.js.map +1 -0
  355. package/out/types/data/Entity.d.ts +121 -0
  356. package/out/types/data/Entity.js +528 -0
  357. package/out/types/data/Entity.js.map +1 -0
  358. package/out/types/data/EntityIndex.d.ts +87 -0
  359. package/out/types/data/EntityIndex.js +262 -0
  360. package/out/types/data/EntityIndex.js.map +1 -0
  361. package/out/types/data/EntityProperty.d.ts +191 -0
  362. package/out/types/data/EntityProperty.js +568 -0
  363. package/out/types/data/EntityProperty.js.map +1 -0
  364. package/out/types/data/Enum.d.ts +92 -0
  365. package/out/types/data/Enum.js +262 -0
  366. package/out/types/data/Enum.js.map +1 -0
  367. package/out/types/data/EnumItem.d.ts +57 -0
  368. package/out/types/data/EnumItem.js +170 -0
  369. package/out/types/data/EnumItem.js.map +1 -0
  370. package/out/types/data/GlobalLogicNode.d.ts +44 -0
  371. package/out/types/data/GlobalLogicNode.js +194 -0
  372. package/out/types/data/GlobalLogicNode.js.map +1 -0
  373. package/out/types/data/Interface.d.ts +153 -0
  374. package/out/types/data/Interface.js +480 -0
  375. package/out/types/data/Interface.js.map +1 -0
  376. package/out/types/data/Schema.d.ts +121 -0
  377. package/out/types/data/Schema.js +3 -0
  378. package/out/types/data/Schema.js.map +1 -0
  379. package/out/types/data/Structure.d.ts +104 -0
  380. package/out/types/data/Structure.js +319 -0
  381. package/out/types/data/Structure.js.map +1 -0
  382. package/out/types/data/StructureProperty.d.ts +134 -0
  383. package/out/types/data/StructureProperty.js +380 -0
  384. package/out/types/data/StructureProperty.js.map +1 -0
  385. package/out/types/data/basicTypes.d.ts +25 -0
  386. package/out/types/data/basicTypes.js +77 -0
  387. package/out/types/data/basicTypes.js.map +1 -0
  388. package/out/types/data/dataTypeUtils.d.ts +94 -0
  389. package/out/types/data/dataTypeUtils.js +441 -0
  390. package/out/types/data/dataTypeUtils.js.map +1 -0
  391. package/out/types/data/dataTypes.d.ts +21 -0
  392. package/out/types/data/dataTypes.js +64 -0
  393. package/out/types/data/dataTypes.js.map +1 -0
  394. package/out/types/data/entityUtils.d.ts +164 -0
  395. package/out/types/data/entityUtils.js +632 -0
  396. package/out/types/data/entityUtils.js.map +1 -0
  397. package/out/types/data/genBlock/builtInFunctions.json +545 -0
  398. package/out/types/data/genBlock/genCallComponentLogic.d.ts +20 -0
  399. package/out/types/data/genBlock/genCallComponentLogic.js +32 -0
  400. package/out/types/data/genBlock/genCallComponentLogic.js.map +1 -0
  401. package/out/types/data/genBlock/genCallInterface.d.ts +41 -0
  402. package/out/types/data/genBlock/genCallInterface.js +86 -0
  403. package/out/types/data/genBlock/genCallInterface.js.map +1 -0
  404. package/out/types/data/genBlock/genCreateBlock.d.ts +10 -0
  405. package/out/types/data/genBlock/genCreateBlock.js +313 -0
  406. package/out/types/data/genBlock/genCreateBlock.js.map +1 -0
  407. package/out/types/data/genBlock/genCurdBlock.d.ts +4 -0
  408. package/out/types/data/genBlock/genCurdBlock.js +648 -0
  409. package/out/types/data/genBlock/genCurdBlock.js.map +1 -0
  410. package/out/types/data/genBlock/genEnumSelectBlock.d.ts +10 -0
  411. package/out/types/data/genBlock/genEnumSelectBlock.js +23 -0
  412. package/out/types/data/genBlock/genEnumSelectBlock.js.map +1 -0
  413. package/out/types/data/genBlock/genGetBlock.d.ts +6 -0
  414. package/out/types/data/genBlock/genGetBlock.js +151 -0
  415. package/out/types/data/genBlock/genGetBlock.js.map +1 -0
  416. package/out/types/data/genBlock/genGridViewBlock.d.ts +136 -0
  417. package/out/types/data/genBlock/genGridViewBlock.js +263 -0
  418. package/out/types/data/genBlock/genGridViewBlock.js.map +1 -0
  419. package/out/types/data/genBlock/genListViewBlock.d.ts +63 -0
  420. package/out/types/data/genBlock/genListViewBlock.js +110 -0
  421. package/out/types/data/genBlock/genListViewBlock.js.map +1 -0
  422. package/out/types/data/genBlock/genQueryComponent.d.ts +316 -0
  423. package/out/types/data/genBlock/genQueryComponent.js +470 -0
  424. package/out/types/data/genBlock/genQueryComponent.js.map +1 -0
  425. package/out/types/data/genBlock/genSelectBlock.d.ts +63 -0
  426. package/out/types/data/genBlock/genSelectBlock.js +106 -0
  427. package/out/types/data/genBlock/genSelectBlock.js.map +1 -0
  428. package/out/types/data/genBlock/genTableBlock.d.ts +136 -0
  429. package/out/types/data/genBlock/genTableBlock.js +255 -0
  430. package/out/types/data/genBlock/genTableBlock.js.map +1 -0
  431. package/out/types/data/genBlock/genUpdateBlock.d.ts +6 -0
  432. package/out/types/data/genBlock/genUpdateBlock.js +384 -0
  433. package/out/types/data/genBlock/genUpdateBlock.js.map +1 -0
  434. package/out/types/data/genBlock/index.d.ts +15 -0
  435. package/out/types/data/genBlock/index.js +29 -0
  436. package/out/types/data/genBlock/index.js.map +1 -0
  437. package/out/types/data/genBlock/utils.d.ts +92 -0
  438. package/out/types/data/genBlock/utils.js +187 -0
  439. package/out/types/data/genBlock/utils.js.map +1 -0
  440. package/out/types/data/genericTypes.d.ts +40 -0
  441. package/out/types/data/genericTypes.js +145 -0
  442. package/out/types/data/genericTypes.js.map +1 -0
  443. package/out/types/data/systemTypes.d.ts +9 -0
  444. package/out/types/data/systemTypes.js +1516 -0
  445. package/out/types/data/systemTypes.js.map +1 -0
  446. package/out/types/decorators/index.d.ts +25 -0
  447. package/out/types/decorators/index.js +57 -0
  448. package/out/types/decorators/index.js.map +1 -0
  449. package/out/types/eventBus.d.ts +1 -0
  450. package/out/types/eventBus.js +5 -0
  451. package/out/types/eventBus.js.map +1 -0
  452. package/out/types/generator/data.d.ts +36 -0
  453. package/out/types/generator/data.js +197 -0
  454. package/out/types/generator/data.js.map +1 -0
  455. package/out/types/generator/hotReload.d.ts +12 -0
  456. package/out/types/generator/hotReload.js +39 -0
  457. package/out/types/generator/hotReload.js.map +1 -0
  458. package/out/types/generator/index.d.ts +4 -0
  459. package/out/types/generator/index.js +17 -0
  460. package/out/types/generator/index.js.map +1 -0
  461. package/out/types/generator/load.d.ts +8 -0
  462. package/out/types/generator/load.js +92 -0
  463. package/out/types/generator/load.js.map +1 -0
  464. package/out/types/generator/page.d.ts +11 -0
  465. package/out/types/generator/page.js +42 -0
  466. package/out/types/generator/page.js.map +1 -0
  467. package/out/types/history.d.ts +10 -0
  468. package/out/types/history.js +13 -0
  469. package/out/types/history.js.map +1 -0
  470. package/out/types/index.d.ts +142 -0
  471. package/out/types/index.js +221 -0
  472. package/out/types/index.js.map +1 -0
  473. package/out/types/logic/BaseVariable.d.ts +75 -0
  474. package/out/types/logic/BaseVariable.js +159 -0
  475. package/out/types/logic/BaseVariable.js.map +1 -0
  476. package/out/types/logic/CallInterface.d.ts +1 -0
  477. package/out/types/logic/CallInterface.js +9 -0
  478. package/out/types/logic/CallInterface.js.map +1 -0
  479. package/out/types/logic/Logic.d.ts +148 -0
  480. package/out/types/logic/Logic.js +481 -0
  481. package/out/types/logic/Logic.js.map +1 -0
  482. package/out/types/logic/LogicItem.d.ts +319 -0
  483. package/out/types/logic/LogicItem.js +1278 -0
  484. package/out/types/logic/LogicItem.js.map +1 -0
  485. package/out/types/logic/Param.d.ts +85 -0
  486. package/out/types/logic/Param.js +357 -0
  487. package/out/types/logic/Param.js.map +1 -0
  488. package/out/types/logic/Return.d.ts +73 -0
  489. package/out/types/logic/Return.js +326 -0
  490. package/out/types/logic/Return.js.map +1 -0
  491. package/out/types/logic/Variable.d.ts +72 -0
  492. package/out/types/logic/Variable.js +317 -0
  493. package/out/types/logic/Variable.js.map +1 -0
  494. package/out/types/logic/expressions/BinaryExpression.d.ts +27 -0
  495. package/out/types/logic/expressions/BinaryExpression.js +56 -0
  496. package/out/types/logic/expressions/BinaryExpression.js.map +1 -0
  497. package/out/types/logic/expressions/BooleanLiteral.d.ts +19 -0
  498. package/out/types/logic/expressions/BooleanLiteral.js +42 -0
  499. package/out/types/logic/expressions/BooleanLiteral.js.map +1 -0
  500. package/out/types/logic/expressions/Identifier.d.ts +28 -0
  501. package/out/types/logic/expressions/Identifier.js +57 -0
  502. package/out/types/logic/expressions/Identifier.js.map +1 -0
  503. package/out/types/logic/expressions/LogicalExpression.d.ts +27 -0
  504. package/out/types/logic/expressions/LogicalExpression.js +56 -0
  505. package/out/types/logic/expressions/LogicalExpression.js.map +1 -0
  506. package/out/types/logic/expressions/MemberExpression.d.ts +23 -0
  507. package/out/types/logic/expressions/MemberExpression.js +52 -0
  508. package/out/types/logic/expressions/MemberExpression.js.map +1 -0
  509. package/out/types/logic/expressions/NullLiteral.d.ts +15 -0
  510. package/out/types/logic/expressions/NullLiteral.js +35 -0
  511. package/out/types/logic/expressions/NullLiteral.js.map +1 -0
  512. package/out/types/logic/expressions/NumericLiteral.d.ts +19 -0
  513. package/out/types/logic/expressions/NumericLiteral.js +42 -0
  514. package/out/types/logic/expressions/NumericLiteral.js.map +1 -0
  515. package/out/types/logic/expressions/StringLiteral.d.ts +19 -0
  516. package/out/types/logic/expressions/StringLiteral.js +42 -0
  517. package/out/types/logic/expressions/StringLiteral.js.map +1 -0
  518. package/out/types/logic/expressions/UnaryExpression.d.ts +23 -0
  519. package/out/types/logic/expressions/UnaryExpression.js +49 -0
  520. package/out/types/logic/expressions/UnaryExpression.js.map +1 -0
  521. package/out/types/logic/expressions/Unparsed.d.ts +19 -0
  522. package/out/types/logic/expressions/Unparsed.js +42 -0
  523. package/out/types/logic/expressions/Unparsed.js.map +1 -0
  524. package/out/types/logic/nodes/AssignmentExpression.d.ts +23 -0
  525. package/out/types/logic/nodes/AssignmentExpression.js +49 -0
  526. package/out/types/logic/nodes/AssignmentExpression.js.map +1 -0
  527. package/out/types/logic/nodes/BuiltInFuncParam.d.ts +27 -0
  528. package/out/types/logic/nodes/BuiltInFuncParam.js +56 -0
  529. package/out/types/logic/nodes/BuiltInFuncParam.js.map +1 -0
  530. package/out/types/logic/nodes/BuiltInFunction.d.ts +24 -0
  531. package/out/types/logic/nodes/BuiltInFunction.js +55 -0
  532. package/out/types/logic/nodes/BuiltInFunction.js.map +1 -0
  533. package/out/types/logic/nodes/CallConsoleLog.d.ts +19 -0
  534. package/out/types/logic/nodes/CallConsoleLog.js +42 -0
  535. package/out/types/logic/nodes/CallConsoleLog.js.map +1 -0
  536. package/out/types/logic/nodes/CallGraphQL.d.ts +28 -0
  537. package/out/types/logic/nodes/CallGraphQL.js +56 -0
  538. package/out/types/logic/nodes/CallGraphQL.js.map +1 -0
  539. package/out/types/logic/nodes/CallInterParam.d.ts +23 -0
  540. package/out/types/logic/nodes/CallInterParam.js +49 -0
  541. package/out/types/logic/nodes/CallInterParam.js.map +1 -0
  542. package/out/types/logic/nodes/CallInterface.d.ts +24 -0
  543. package/out/types/logic/nodes/CallInterface.js +49 -0
  544. package/out/types/logic/nodes/CallInterface.js.map +1 -0
  545. package/out/types/logic/nodes/CallLogic.d.ts +24 -0
  546. package/out/types/logic/nodes/CallLogic.js +55 -0
  547. package/out/types/logic/nodes/CallLogic.js.map +1 -0
  548. package/out/types/logic/nodes/CallMessageShow.d.ts +27 -0
  549. package/out/types/logic/nodes/CallMessageShow.js +56 -0
  550. package/out/types/logic/nodes/CallMessageShow.js.map +1 -0
  551. package/out/types/logic/nodes/Comment.d.ts +19 -0
  552. package/out/types/logic/nodes/Comment.js +42 -0
  553. package/out/types/logic/nodes/Comment.js.map +1 -0
  554. package/out/types/logic/nodes/CronJob.d.ts +19 -0
  555. package/out/types/logic/nodes/CronJob.js +42 -0
  556. package/out/types/logic/nodes/CronJob.js.map +1 -0
  557. package/out/types/logic/nodes/DBQuery.d.ts +19 -0
  558. package/out/types/logic/nodes/DBQuery.js +42 -0
  559. package/out/types/logic/nodes/DBQuery.js.map +1 -0
  560. package/out/types/logic/nodes/Destination.d.ts +32 -0
  561. package/out/types/logic/nodes/Destination.js +73 -0
  562. package/out/types/logic/nodes/Destination.js.map +1 -0
  563. package/out/types/logic/nodes/DestinationParam.d.ts +24 -0
  564. package/out/types/logic/nodes/DestinationParam.js +49 -0
  565. package/out/types/logic/nodes/DestinationParam.js.map +1 -0
  566. package/out/types/logic/nodes/End.d.ts +15 -0
  567. package/out/types/logic/nodes/End.js +36 -0
  568. package/out/types/logic/nodes/End.js.map +1 -0
  569. package/out/types/logic/nodes/ForEachStatement.d.ts +40 -0
  570. package/out/types/logic/nodes/ForEachStatement.js +77 -0
  571. package/out/types/logic/nodes/ForEachStatement.js.map +1 -0
  572. package/out/types/logic/nodes/IfStatement.d.ts +27 -0
  573. package/out/types/logic/nodes/IfStatement.js +56 -0
  574. package/out/types/logic/nodes/IfStatement.js.map +1 -0
  575. package/out/types/logic/nodes/JSBlock.d.ts +19 -0
  576. package/out/types/logic/nodes/JSBlock.js +46 -0
  577. package/out/types/logic/nodes/JSBlock.js.map +1 -0
  578. package/out/types/logic/nodes/JSONDeserialize.d.ts +19 -0
  579. package/out/types/logic/nodes/JSONDeserialize.js +42 -0
  580. package/out/types/logic/nodes/JSONDeserialize.js.map +1 -0
  581. package/out/types/logic/nodes/JSONSerialize.d.ts +19 -0
  582. package/out/types/logic/nodes/JSONSerialize.js +42 -0
  583. package/out/types/logic/nodes/JSONSerialize.js.map +1 -0
  584. package/out/types/logic/nodes/ProcessOutcome.d.ts +27 -0
  585. package/out/types/logic/nodes/ProcessOutcome.js +56 -0
  586. package/out/types/logic/nodes/ProcessOutcome.js.map +1 -0
  587. package/out/types/logic/nodes/Start.d.ts +15 -0
  588. package/out/types/logic/nodes/Start.js +35 -0
  589. package/out/types/logic/nodes/Start.js.map +1 -0
  590. package/out/types/logic/nodes/SwitchCase.d.ts +23 -0
  591. package/out/types/logic/nodes/SwitchCase.js +49 -0
  592. package/out/types/logic/nodes/SwitchCase.js.map +1 -0
  593. package/out/types/logic/nodes/SwitchStatement.d.ts +20 -0
  594. package/out/types/logic/nodes/SwitchStatement.js +42 -0
  595. package/out/types/logic/nodes/SwitchStatement.js.map +1 -0
  596. package/out/types/logic/nodes/TypeNote.d.ts +19 -0
  597. package/out/types/logic/nodes/TypeNote.js +42 -0
  598. package/out/types/logic/nodes/TypeNote.js.map +1 -0
  599. package/out/types/logic/nodes/WhileStatement.d.ts +23 -0
  600. package/out/types/logic/nodes/WhileStatement.js +49 -0
  601. package/out/types/logic/nodes/WhileStatement.js.map +1 -0
  602. package/out/types/logic/tools.d.ts +15 -0
  603. package/out/types/logic/tools.js +164 -0
  604. package/out/types/logic/tools.js.map +1 -0
  605. package/out/types/logic/translator.d.ts +1 -0
  606. package/out/types/logic/translator.js +595 -0
  607. package/out/types/logic/translator.js.map +1 -0
  608. package/out/types/login.d.ts +7 -0
  609. package/out/types/login.js +39 -0
  610. package/out/types/login.js.map +1 -0
  611. package/out/types/nuims/Nuims.d.ts +128 -0
  612. package/out/types/nuims/Nuims.js +439 -0
  613. package/out/types/nuims/Nuims.js.map +1 -0
  614. package/out/types/page/Attr.d.ts +79 -0
  615. package/out/types/page/Attr.js +217 -0
  616. package/out/types/page/Attr.js.map +1 -0
  617. package/out/types/page/Block.d.ts +65 -0
  618. package/out/types/page/Block.js +82 -0
  619. package/out/types/page/Block.js.map +1 -0
  620. package/out/types/page/Directive.d.ts +78 -0
  621. package/out/types/page/Directive.js +202 -0
  622. package/out/types/page/Directive.js.map +1 -0
  623. package/out/types/page/Element.d.ts +239 -0
  624. package/out/types/page/Element.js +1322 -0
  625. package/out/types/page/Element.js.map +1 -0
  626. package/out/types/page/Event.d.ts +63 -0
  627. package/out/types/page/Event.js +212 -0
  628. package/out/types/page/Event.js.map +1 -0
  629. package/out/types/page/Lifecycle.d.ts +58 -0
  630. package/out/types/page/Lifecycle.js +192 -0
  631. package/out/types/page/Lifecycle.js.map +1 -0
  632. package/out/types/page/Page.d.ts +90 -0
  633. package/out/types/page/Page.js +379 -0
  634. package/out/types/page/Page.js.map +1 -0
  635. package/out/types/page/View.d.ts +235 -0
  636. package/out/types/page/View.js +1065 -0
  637. package/out/types/page/View.js.map +1 -0
  638. package/out/types/page/ViewParam.d.ts +72 -0
  639. package/out/types/page/ViewParam.js +277 -0
  640. package/out/types/page/ViewParam.js.map +1 -0
  641. package/out/types/page/ViewVariable.d.ts +73 -0
  642. package/out/types/page/ViewVariable.js +287 -0
  643. package/out/types/page/ViewVariable.js.map +1 -0
  644. package/out/types/process/Process.d.ts +118 -0
  645. package/out/types/process/Process.js +357 -0
  646. package/out/types/process/Process.js.map +1 -0
  647. package/out/types/process/ProcessComponent.d.ts +133 -0
  648. package/out/types/process/ProcessComponent.js +339 -0
  649. package/out/types/process/ProcessComponent.js.map +1 -0
  650. package/out/types/process/ProcessComponentAttribute.d.ts +63 -0
  651. package/out/types/process/ProcessComponentAttribute.js +163 -0
  652. package/out/types/process/ProcessComponentAttribute.js.map +1 -0
  653. package/out/types/process/ProcessComponentProperty.d.ts +37 -0
  654. package/out/types/process/ProcessComponentProperty.js +81 -0
  655. package/out/types/process/ProcessComponentProperty.js.map +1 -0
  656. package/out/types/process/ProcessComponentReturn.d.ts +77 -0
  657. package/out/types/process/ProcessComponentReturn.js +260 -0
  658. package/out/types/process/ProcessComponentReturn.js.map +1 -0
  659. package/out/types/process/ProcessComponentVariable.d.ts +78 -0
  660. package/out/types/process/ProcessComponentVariable.js +252 -0
  661. package/out/types/process/ProcessComponentVariable.js.map +1 -0
  662. package/out/types/process/ProcessInterface.d.ts +112 -0
  663. package/out/types/process/ProcessInterface.js +227 -0
  664. package/out/types/process/ProcessInterface.js.map +1 -0
  665. package/out/types/process/ProcessParam.d.ts +77 -0
  666. package/out/types/process/ProcessParam.js +259 -0
  667. package/out/types/process/ProcessParam.js.map +1 -0
  668. package/out/types/process/ProcessProperty.d.ts +37 -0
  669. package/out/types/process/ProcessProperty.js +81 -0
  670. package/out/types/process/ProcessProperty.js.map +1 -0
  671. package/out/types/process/ProcessReturn.d.ts +73 -0
  672. package/out/types/process/ProcessReturn.js +237 -0
  673. package/out/types/process/ProcessReturn.js.map +1 -0
  674. package/out/types/typeCheck.d.ts +30 -0
  675. package/out/types/typeCheck.js +81 -0
  676. package/out/types/typeCheck.js.map +1 -0
  677. package/out/types/utils/index.d.ts +25 -0
  678. package/out/types/utils/index.js +81 -0
  679. package/out/types/utils/index.js.map +1 -0
  680. package/out/types/utils/logger.d.ts +3 -0
  681. package/out/types/utils/logger.js +14 -0
  682. package/out/types/utils/logger.js.map +1 -0
  683. package/out/types/utils/string.d.ts +34 -0
  684. package/out/types/utils/string.js +62 -0
  685. package/out/types/utils/string.js.map +1 -0
  686. package/out/types/utils/traverse.d.ts +35 -0
  687. package/out/types/utils/traverse.js +126 -0
  688. package/out/types/utils/traverse.js.map +1 -0
  689. package/package.json +64 -0
  690. package/spec/conceptMap.json +3310 -0
  691. package/spec/spec.yaml +416 -0
  692. package/spec-build/index.ts +98 -0
  693. package/src/routes.map.js +5 -0
  694. package/src/service/app/api.js +84 -0
  695. package/src/service/app/index.d.tmp +16 -0
  696. package/src/service/app/index.js +6 -0
  697. package/src/service/assets/asset.js +76 -0
  698. package/src/service/assets/block.js +8 -0
  699. package/src/service/assets/index.js +7 -0
  700. package/src/service/common/findUsage.js +8 -0
  701. package/src/service/common/index.js +6 -0
  702. package/src/service/common/preprocess.js +54 -0
  703. package/src/service/common/schema.js +9 -0
  704. package/src/service/create/add.configs.js +66 -0
  705. package/src/service/create/errHandles.js +42 -0
  706. package/src/service/create/index.js +74 -0
  707. package/src/service/data/api.js +33 -0
  708. package/src/service/data/entity.js +101 -0
  709. package/src/service/data/enum.js +53 -0
  710. package/src/service/data/enumProperty.js +20 -0
  711. package/src/service/data/generic.js +8 -0
  712. package/src/service/data/index.js +18 -0
  713. package/src/service/data/interface.js +56 -0
  714. package/src/service/data/structure.js +75 -0
  715. package/src/service/logic/index.js +11 -0
  716. package/src/service/logic/logic.js +88 -0
  717. package/src/service/logic/param.js +26 -0
  718. package/src/service/nuims/api.js +192 -0
  719. package/src/service/nuims/index.js +13 -0
  720. package/src/service/page/api.js +1374 -0
  721. package/src/service/page/attribute.js +20 -0
  722. package/src/service/page/directive.js +20 -0
  723. package/src/service/page/element.js +34 -0
  724. package/src/service/page/event.js +20 -0
  725. package/src/service/page/index.js +19 -0
  726. package/src/service/page/lifecycle.js +20 -0
  727. package/src/service/page/templates.ts +72 -0
  728. package/src/service/page/view.js +116 -0
  729. package/src/service/process/api.js +92 -0
  730. package/src/service/process/index.js +6 -0
  731. package/src/service/undoredo/api.js +26 -0
  732. package/src/service/undoredo/index.js +6 -0
  733. package/src/service/webFile/api.js +32 -0
  734. package/src/service/webFile/index.d.tmp +62 -0
  735. package/src/service/webFile/index.js +23 -0
  736. package/src/service/webFile/loadCache.js +14 -0
  737. package/src/test/fixtures/env.ts +21 -0
  738. package/src/test/units/app/App.spec.ts +16 -0
  739. package/src/test/units/app/Service.spec.ts +31 -0
  740. package/src/test/units/common/Vertex.spec.ts +25 -0
  741. package/src/test/units/data/Entity.spec.ts +10 -0
  742. package/src/test/units/login.spec.ts +10 -0
  743. package/src/test/units/page/Block.spec.ts +15 -0
  744. package/src/test/units/page/Element.spec.ts +45 -0
  745. package/src/test/units/page/example.dashboard.html +46 -0
  746. package/src/test/units/page/example.view1.html +63 -0
  747. package/src/test/units/temp/temp.spec.ts +66 -0
  748. package/src/types/app/App.ts +267 -0
  749. package/src/types/app/History.ts +388 -0
  750. package/src/types/app/Service.ts +920 -0
  751. package/src/types/cacheData.ts +33 -0
  752. package/src/types/common/ComponentAPI.ts +103 -0
  753. package/src/types/common/EventEmitter.ts +56 -0
  754. package/src/types/common/PackageJSON.ts +22 -0
  755. package/src/types/common/Vertex.ts +265 -0
  756. package/src/types/config.ts +22 -0
  757. package/src/types/data/DataNode.ts +37 -0
  758. package/src/types/data/Entity.ts +516 -0
  759. package/src/types/data/EntityIndex.ts +238 -0
  760. package/src/types/data/EntityProperty.ts +507 -0
  761. package/src/types/data/Enum.ts +235 -0
  762. package/src/types/data/EnumItem.ts +156 -0
  763. package/src/types/data/GlobalLogicNode.ts +201 -0
  764. package/src/types/data/Interface.ts +435 -0
  765. package/src/types/data/Schema.ts +133 -0
  766. package/src/types/data/Structure.ts +300 -0
  767. package/src/types/data/StructureProperty.ts +332 -0
  768. package/src/types/data/basicTypes.ts +76 -0
  769. package/src/types/data/dataTypeUtils.ts +426 -0
  770. package/src/types/data/dataTypes.ts +68 -0
  771. package/src/types/data/entityUtils.ts +681 -0
  772. package/src/types/data/genBlock/builtInFunctions.json +545 -0
  773. package/src/types/data/genBlock/genCallComponentLogic.ts +28 -0
  774. package/src/types/data/genBlock/genCallInterface.ts +87 -0
  775. package/src/types/data/genBlock/genCreateBlock.ts +306 -0
  776. package/src/types/data/genBlock/genCurdBlock.ts +654 -0
  777. package/src/types/data/genBlock/genEnumSelectBlock.ts +21 -0
  778. package/src/types/data/genBlock/genGetBlock.ts +160 -0
  779. package/src/types/data/genBlock/genGridViewBlock.ts +305 -0
  780. package/src/types/data/genBlock/genListViewBlock.ts +130 -0
  781. package/src/types/data/genBlock/genQueryComponent.ts +492 -0
  782. package/src/types/data/genBlock/genSelectBlock.ts +123 -0
  783. package/src/types/data/genBlock/genTableBlock.ts +300 -0
  784. package/src/types/data/genBlock/genUpdateBlock.ts +391 -0
  785. package/src/types/data/genBlock/index.ts +18 -0
  786. package/src/types/data/genBlock/utils.ts +214 -0
  787. package/src/types/data/genericTypes.ts +147 -0
  788. package/src/types/data/systemTypes.ts +1515 -0
  789. package/src/types/decorators/index.ts +52 -0
  790. package/src/types/generator/data.ts +206 -0
  791. package/src/types/generator/hotReload.ts +31 -0
  792. package/src/types/generator/index.ts +4 -0
  793. package/src/types/generator/load.ts +97 -0
  794. package/src/types/generator/page.ts +37 -0
  795. package/src/types/history.ts +14 -0
  796. package/src/types/index.ts +161 -0
  797. package/src/types/logic/BaseVariable.ts +130 -0
  798. package/src/types/logic/Logic.ts +442 -0
  799. package/src/types/logic/LogicItem.ts +1257 -0
  800. package/src/types/logic/Param.ts +328 -0
  801. package/src/types/logic/Return.ts +305 -0
  802. package/src/types/logic/Variable.ts +294 -0
  803. package/src/types/logic/expressions/BinaryExpression.ts +35 -0
  804. package/src/types/logic/expressions/BooleanLiteral.ts +25 -0
  805. package/src/types/logic/expressions/Identifier.ts +36 -0
  806. package/src/types/logic/expressions/LogicalExpression.ts +35 -0
  807. package/src/types/logic/expressions/MemberExpression.ts +33 -0
  808. package/src/types/logic/expressions/NullLiteral.ts +20 -0
  809. package/src/types/logic/expressions/NumericLiteral.ts +25 -0
  810. package/src/types/logic/expressions/StringLiteral.ts +25 -0
  811. package/src/types/logic/expressions/UnaryExpression.ts +30 -0
  812. package/src/types/logic/expressions/Unparsed.ts +25 -0
  813. package/src/types/logic/nodes/AssignmentExpression.ts +30 -0
  814. package/src/types/logic/nodes/BuiltInFuncParam.ts +35 -0
  815. package/src/types/logic/nodes/BuiltInFunction.ts +39 -0
  816. package/src/types/logic/nodes/CallConsoleLog.ts +25 -0
  817. package/src/types/logic/nodes/CallGraphQL.ts +36 -0
  818. package/src/types/logic/nodes/CallInterParam.ts +30 -0
  819. package/src/types/logic/nodes/CallInterface.ts +31 -0
  820. package/src/types/logic/nodes/CallLogic.ts +39 -0
  821. package/src/types/logic/nodes/CallMessageShow.ts +35 -0
  822. package/src/types/logic/nodes/Comment.ts +25 -0
  823. package/src/types/logic/nodes/CronJob.ts +25 -0
  824. package/src/types/logic/nodes/DBQuery.ts +25 -0
  825. package/src/types/logic/nodes/Destination.ts +52 -0
  826. package/src/types/logic/nodes/DestinationParam.ts +31 -0
  827. package/src/types/logic/nodes/End.ts +21 -0
  828. package/src/types/logic/nodes/ForEachStatement.ts +52 -0
  829. package/src/types/logic/nodes/IfStatement.ts +35 -0
  830. package/src/types/logic/nodes/JSBlock.ts +29 -0
  831. package/src/types/logic/nodes/JSONDeserialize.ts +25 -0
  832. package/src/types/logic/nodes/JSONSerialize.ts +25 -0
  833. package/src/types/logic/nodes/ProcessOutcome.ts +35 -0
  834. package/src/types/logic/nodes/Start.ts +20 -0
  835. package/src/types/logic/nodes/SwitchCase.ts +30 -0
  836. package/src/types/logic/nodes/SwitchStatement.ts +26 -0
  837. package/src/types/logic/nodes/TypeNote.ts +25 -0
  838. package/src/types/logic/nodes/WhileStatement.ts +30 -0
  839. package/src/types/logic/tools.js +170 -0
  840. package/src/types/logic/translator.js +636 -0
  841. package/src/types/logic/translator_backup.js +643 -0
  842. package/src/types/login.ts +36 -0
  843. package/src/types/nuims/Nuims.ts +493 -0
  844. package/src/types/page/Attr.ts +217 -0
  845. package/src/types/page/Block.ts +103 -0
  846. package/src/types/page/Directive.ts +208 -0
  847. package/src/types/page/Element.ts +1320 -0
  848. package/src/types/page/Event.ts +191 -0
  849. package/src/types/page/Lifecycle.ts +172 -0
  850. package/src/types/page/Page.ts +363 -0
  851. package/src/types/page/View.ts +1089 -0
  852. package/src/types/page/ViewParam.ts +265 -0
  853. package/src/types/page/ViewVariable.ts +274 -0
  854. package/src/types/process/Process.ts +306 -0
  855. package/src/types/process/ProcessComponent.ts +276 -0
  856. package/src/types/process/ProcessComponentAttribute.ts +131 -0
  857. package/src/types/process/ProcessComponentProperty.ts +68 -0
  858. package/src/types/process/ProcessComponentReturn.ts +235 -0
  859. package/src/types/process/ProcessComponentVariable.ts +225 -0
  860. package/src/types/process/ProcessInterface.ts +175 -0
  861. package/src/types/process/ProcessParam.ts +234 -0
  862. package/src/types/process/ProcessProperty.ts +69 -0
  863. package/src/types/process/ProcessReturn.ts +210 -0
  864. package/src/types/typeCheck.ts +109 -0
  865. package/src/types/utils/index.ts +82 -0
  866. package/src/types/utils/logger.ts +8 -0
  867. package/src/types/utils/string.ts +56 -0
  868. package/src/types/utils/traverse.ts +160 -0
  869. package/src/views/components/lcap-json-view/README.md +80 -0
  870. package/src/views/components/lcap-json-view/index.js +9 -0
  871. package/src/views/components/lcap-json-view/index.vue +61 -0
  872. package/src/views/components/lcap-json-view/node.vue +328 -0
  873. package/src/views/components/lcap-json-view/utils.js +41 -0
  874. package/src/views/examples/index.vue +44 -0
  875. package/src/views/examples/logic.json +1576 -0
  876. package/src/views/index.vue +28 -0
  877. package/src/views/specification/README.md +10 -0
  878. package/src/views/specification/conceptTree.js +1179 -0
  879. package/src/views/specification/index.vue +255 -0
  880. package/src/views/theme.css +138 -0
  881. package/tsconfig.json +34 -0
@@ -0,0 +1,1163 @@
1
+ <!doctype html>
2
+ <html class="default no-js">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <title>index | @lcap/asl</title>
7
+ <meta name="description" content="Documentation for @lcap/asl">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <link rel="stylesheet" href="../assets/css/main.css">
10
+ <script async src="../assets/js/search.js" id="search-script"></script>
11
+ </head>
12
+ <body>
13
+ <header>
14
+ <div class="tsd-page-toolbar">
15
+ <div class="container">
16
+ <div class="table-wrap">
17
+ <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
18
+ <div class="field">
19
+ <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
20
+ <input id="tsd-search-field" type="text" />
21
+ </div>
22
+ <ul class="results">
23
+ <li class="state loading">Preparing search index...</li>
24
+ <li class="state failure">The search index is not available</li>
25
+ </ul>
26
+ <a href="../index.html" class="title">@lcap/asl</a>
27
+ </div>
28
+ <div class="table-cell" id="tsd-widgets">
29
+ <div id="tsd-filter">
30
+ <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
31
+ <div class="tsd-filter-group">
32
+ <div class="tsd-select" id="tsd-filter-visibility">
33
+ <span class="tsd-select-label">All</span>
34
+ <ul class="tsd-select-list">
35
+ <li data-value="public">Public</li>
36
+ <li data-value="protected">Public/Protected</li>
37
+ <li data-value="private" class="selected">All</li>
38
+ </ul>
39
+ </div>
40
+ <input type="checkbox" id="tsd-filter-inherited" checked />
41
+ <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
42
+ <input type="checkbox" id="tsd-filter-externals" checked />
43
+ <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
44
+ </div>
45
+ </div>
46
+ <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ <div class="tsd-page-title">
52
+ <div class="container">
53
+ <ul class="tsd-breadcrumb">
54
+ <li>
55
+ <a href="../modules.html">@lcap/asl</a>
56
+ </li>
57
+ <li>
58
+ <a href="index.html">index</a>
59
+ </li>
60
+ </ul>
61
+ <h1>Module index</h1>
62
+ </div>
63
+ </div>
64
+ </header>
65
+ <div class="container container-main">
66
+ <div class="row">
67
+ <div class="col-8 col-content">
68
+ <section class="tsd-panel-group tsd-index-group">
69
+ <h2>Index</h2>
70
+ <section class="tsd-panel tsd-index-panel">
71
+ <div class="tsd-index-content">
72
+ <section class="tsd-index-section ">
73
+ <h3>References</h3>
74
+ <ul class="tsd-index-list">
75
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#app" class="tsd-kind-icon">App</a></li>
76
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#attr" class="tsd-kind-icon">Attr</a></li>
77
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#basevariable" class="tsd-kind-icon">Base<wbr>Variable</a></li>
78
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#block" class="tsd-kind-icon">Block</a></li>
79
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#datanode" class="tsd-kind-icon">Data<wbr>Node</a></li>
80
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#directive" class="tsd-kind-icon">Directive</a></li>
81
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#element" class="tsd-kind-icon">Element</a></li>
82
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#entity" class="tsd-kind-icon">Entity</a></li>
83
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#entityproperty" class="tsd-kind-icon">Entity<wbr>Property</a></li>
84
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#enum" class="tsd-kind-icon">Enum</a></li>
85
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#enumitem" class="tsd-kind-icon">Enum<wbr>Item</a></li>
86
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#event" class="tsd-kind-icon">Event</a></li>
87
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#eventemitter" class="tsd-kind-icon">Event<wbr>Emitter</a></li>
88
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#expressionnode" class="tsd-kind-icon">Expression<wbr>Node</a></li>
89
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#interface" class="tsd-kind-icon">Interface</a></li>
90
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#lifecycle" class="tsd-kind-icon">Lifecycle</a></li>
91
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#logic" class="tsd-kind-icon">Logic</a></li>
92
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#logicitem" class="tsd-kind-icon">Logic<wbr>Item</a></li>
93
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#logicnode" class="tsd-kind-icon">Logic<wbr>Node</a></li>
94
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#microservice" class="tsd-kind-icon">Micro<wbr>Service</a></li>
95
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#nuims" class="tsd-kind-icon">Nuims</a></li>
96
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#packagejson" class="tsd-kind-icon">PackageJSON</a></li>
97
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#page" class="tsd-kind-icon">Page</a></li>
98
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#param" class="tsd-kind-icon">Param</a></li>
99
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#process" class="tsd-kind-icon">Process</a></li>
100
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#processcomponent" class="tsd-kind-icon">Process<wbr>Component</a></li>
101
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#processcomponentattribute" class="tsd-kind-icon">Process<wbr>Component<wbr>Attribute</a></li>
102
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#processcomponentproperty" class="tsd-kind-icon">Process<wbr>Component<wbr>Property</a></li>
103
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#processcomponentreturn" class="tsd-kind-icon">Process<wbr>Component<wbr>Return</a></li>
104
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#processcomponentvariable" class="tsd-kind-icon">Process<wbr>Component<wbr>Variable</a></li>
105
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#processinterface" class="tsd-kind-icon">Process<wbr>Interface</a></li>
106
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#processparam" class="tsd-kind-icon">Process<wbr>Param</a></li>
107
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#processproperty" class="tsd-kind-icon">Process<wbr>Property</a></li>
108
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#processreturn" class="tsd-kind-icon">Process<wbr>Return</a></li>
109
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#return" class="tsd-kind-icon">Return</a></li>
110
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#service_type" class="tsd-kind-icon">SERVICE_<wbr>TYPE</a></li>
111
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#service" class="tsd-kind-icon">Service</a></li>
112
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#structure" class="tsd-kind-icon">Structure</a></li>
113
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#structureproperty" class="tsd-kind-icon">Structure<wbr>Property</a></li>
114
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#variable" class="tsd-kind-icon">Variable</a></li>
115
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#vertex" class="tsd-kind-icon">Vertex</a></li>
116
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#view" class="tsd-kind-icon">View</a></li>
117
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#viewparam" class="tsd-kind-icon">View<wbr>Param</a></li>
118
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#viewvariable" class="tsd-kind-icon">View<wbr>Variable</a></li>
119
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#webservice" class="tsd-kind-icon">Web<wbr>Service</a></li>
120
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#config" class="tsd-kind-icon">config</a></li>
121
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#evaluate" class="tsd-kind-icon">evaluate</a></li>
122
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#genfinalcode" class="tsd-kind-icon">gen<wbr>Final<wbr>Code</a></li>
123
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#generator" class="tsd-kind-icon">generator</a></li>
124
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#history" class="tsd-kind-icon">history</a></li>
125
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#typecheck" class="tsd-kind-icon">type<wbr>Check</a></li>
126
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#updateallvariableschildrenschema" class="tsd-kind-icon">update<wbr>All<wbr>Variables<wbr>Children<wbr>Schema</a></li>
127
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#updatevariableschildrenschema" class="tsd-kind-icon">update<wbr>Variables<wbr>Children<wbr>Schema</a></li>
128
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#utils" class="tsd-kind-icon">utils</a></li>
129
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="index.html#vertexsmap" class="tsd-kind-icon">vertexs<wbr>Map</a></li>
130
+ </ul>
131
+ </section>
132
+ <section class="tsd-index-section ">
133
+ <h3>Enumerations</h3>
134
+ <ul class="tsd-index-list">
135
+ <li class="tsd-kind-enum tsd-parent-kind-module"><a href="../enums/index.level_enum.html" class="tsd-kind-icon">LEVEL_<wbr>ENUM</a></li>
136
+ </ul>
137
+ </section>
138
+ <section class="tsd-index-section ">
139
+ <h3>Interfaces</h3>
140
+ <ul class="tsd-index-list">
141
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.arrayschema.html" class="tsd-kind-icon">Array<wbr>Schema</a></li>
142
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.baseschema.html" class="tsd-kind-icon">Base<wbr>Schema</a></li>
143
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.basicrefschema.html" class="tsd-kind-icon">Basic<wbr>Ref<wbr>Schema</a></li>
144
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.basicschema.html" class="tsd-kind-icon">Basic<wbr>Schema</a></li>
145
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.booleanschema.html" class="tsd-kind-icon">Boolean<wbr>Schema</a></li>
146
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.enumitemschema.html" class="tsd-kind-icon">Enum<wbr>Item<wbr>Schema</a></li>
147
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.enumschema.html" class="tsd-kind-icon">Enum<wbr>Schema</a></li>
148
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.integerschema.html" class="tsd-kind-icon">Integer<wbr>Schema</a></li>
149
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.mapschema.html" class="tsd-kind-icon">Map<wbr>Schema</a></li>
150
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.numberschema.html" class="tsd-kind-icon">Number<wbr>Schema</a></li>
151
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.objectschema.html" class="tsd-kind-icon">Object<wbr>Schema</a></li>
152
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.refschema.html" class="tsd-kind-icon">Ref<wbr>Schema</a></li>
153
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.schema.html" class="tsd-kind-icon">Schema</a></li>
154
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.setschema.html" class="tsd-kind-icon">Set<wbr>Schema</a></li>
155
+ <li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/index.stringschema.html" class="tsd-kind-icon">String<wbr>Schema</a></li>
156
+ </ul>
157
+ </section>
158
+ <section class="tsd-index-section ">
159
+ <h3>Variables</h3>
160
+ <ul class="tsd-index-list">
161
+ <li class="tsd-kind-variable tsd-parent-kind-module"><a href="index.html#level_name_map" class="tsd-kind-icon">LEVEL_<wbr>NAME_<wbr>MAP</a></li>
162
+ <li class="tsd-kind-variable tsd-parent-kind-module"><a href="index.html#datatypelist" class="tsd-kind-icon">data<wbr>Type<wbr>List</a></li>
163
+ <li class="tsd-kind-variable tsd-parent-kind-module"><a href="index.html#datatypesmap" class="tsd-kind-icon">data<wbr>Types<wbr>Map</a></li>
164
+ </ul>
165
+ </section>
166
+ <section class="tsd-index-section ">
167
+ <h3>Functions</h3>
168
+ <ul class="tsd-index-list">
169
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="index.html#convert2reftype" class="tsd-kind-icon">convert2<wbr>Ref<wbr>Type</a></li>
170
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="index.html#convert2schematype" class="tsd-kind-icon">convert2<wbr>Schema<wbr>Type</a></li>
171
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="index.html#genfullrefschemachildren" class="tsd-kind-icon">gen<wbr>Full<wbr>Ref<wbr>Schema<wbr>Children</a></li>
172
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="index.html#geninitdata" class="tsd-kind-icon">gen<wbr>Init<wbr>Data</a></li>
173
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="index.html#genrefschemachildren" class="tsd-kind-icon">gen<wbr>Ref<wbr>Schema<wbr>Children</a></li>
174
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="index.html#genschemachildren" class="tsd-kind-icon">gen<wbr>Schema<wbr>Children</a></li>
175
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="index.html#updatedatatypelist" class="tsd-kind-icon">update<wbr>Data<wbr>Type<wbr>List</a></li>
176
+ </ul>
177
+ </section>
178
+ </div>
179
+ </section>
180
+ </section>
181
+ <section class="tsd-panel-group tsd-member-group ">
182
+ <h2>References</h2>
183
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
184
+ <a name="app" class="tsd-anchor"></a>
185
+ <h3>App</h3>
186
+ Re-exports <a href="../classes/app_app.app.html">App</a>
187
+ </section>
188
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
189
+ <a name="attr" class="tsd-anchor"></a>
190
+ <h3>Attr</h3>
191
+ Re-exports <a href="../classes/page_attr.attr.html">Attr</a>
192
+ </section>
193
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
194
+ <a name="basevariable" class="tsd-anchor"></a>
195
+ <h3>Base<wbr>Variable</h3>
196
+ Re-exports <a href="../classes/logic_basevariable.basevariable.html">BaseVariable</a>
197
+ </section>
198
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
199
+ <a name="block" class="tsd-anchor"></a>
200
+ <h3>Block</h3>
201
+ Re-exports <a href="../classes/page_block.block.html">Block</a>
202
+ </section>
203
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
204
+ <a name="datanode" class="tsd-anchor"></a>
205
+ <h3>Data<wbr>Node</h3>
206
+ Re-exports <a href="../classes/data_datanode.datanode.html">DataNode</a>
207
+ </section>
208
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
209
+ <a name="directive" class="tsd-anchor"></a>
210
+ <h3>Directive</h3>
211
+ Re-exports <a href="../classes/page_directive.directive.html">Directive</a>
212
+ </section>
213
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
214
+ <a name="element" class="tsd-anchor"></a>
215
+ <h3>Element</h3>
216
+ Re-exports <a href="../classes/page_element.element.html">Element</a>
217
+ </section>
218
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
219
+ <a name="entity" class="tsd-anchor"></a>
220
+ <h3>Entity</h3>
221
+ Re-exports <a href="../classes/data_entity.entity.html">Entity</a>
222
+ </section>
223
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
224
+ <a name="entityproperty" class="tsd-anchor"></a>
225
+ <h3>Entity<wbr>Property</h3>
226
+ Re-exports <a href="../classes/data_entityproperty.entityproperty.html">EntityProperty</a>
227
+ </section>
228
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
229
+ <a name="enum" class="tsd-anchor"></a>
230
+ <h3>Enum</h3>
231
+ Re-exports <a href="../classes/data_enum.enum.html">Enum</a>
232
+ </section>
233
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
234
+ <a name="enumitem" class="tsd-anchor"></a>
235
+ <h3>Enum<wbr>Item</h3>
236
+ Re-exports <a href="../classes/data_enumitem.enumitem.html">EnumItem</a>
237
+ </section>
238
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
239
+ <a name="event" class="tsd-anchor"></a>
240
+ <h3>Event</h3>
241
+ Re-exports <a href="../classes/page_event.event.html">Event</a>
242
+ </section>
243
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
244
+ <a name="eventemitter" class="tsd-anchor"></a>
245
+ <h3>Event<wbr>Emitter</h3>
246
+ Re-exports <a href="../classes/common_eventemitter.eventemitter.html">EventEmitter</a>
247
+ </section>
248
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
249
+ <a name="expressionnode" class="tsd-anchor"></a>
250
+ <h3>Expression<wbr>Node</h3>
251
+ Re-exports <a href="../classes/logic_logicitem.expressionnode.html">ExpressionNode</a>
252
+ </section>
253
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
254
+ <a name="interface" class="tsd-anchor"></a>
255
+ <h3>Interface</h3>
256
+ Re-exports <a href="../classes/data_interface.interface.html">Interface</a>
257
+ </section>
258
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
259
+ <a name="lifecycle" class="tsd-anchor"></a>
260
+ <h3>Lifecycle</h3>
261
+ Re-exports <a href="../classes/page_lifecycle.lifecycle.html">Lifecycle</a>
262
+ </section>
263
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
264
+ <a name="logic" class="tsd-anchor"></a>
265
+ <h3>Logic</h3>
266
+ Re-exports <a href="../classes/logic_logic.logic.html">Logic</a>
267
+ </section>
268
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
269
+ <a name="logicitem" class="tsd-anchor"></a>
270
+ <h3>Logic<wbr>Item</h3>
271
+ Re-exports <a href="../classes/logic_logicitem.logicitem.html">LogicItem</a>
272
+ </section>
273
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
274
+ <a name="logicnode" class="tsd-anchor"></a>
275
+ <h3>Logic<wbr>Node</h3>
276
+ Re-exports <a href="../classes/logic_logicitem.logicnode.html">LogicNode</a>
277
+ </section>
278
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
279
+ <a name="microservice" class="tsd-anchor"></a>
280
+ <h3>Micro<wbr>Service</h3>
281
+ Re-exports <a href="../classes/app_service.microservice.html">MicroService</a>
282
+ </section>
283
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
284
+ <a name="nuims" class="tsd-anchor"></a>
285
+ <h3>Nuims</h3>
286
+ Re-exports <a href="../classes/nuims_nuims.nuims.html">Nuims</a>
287
+ </section>
288
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
289
+ <a name="packagejson" class="tsd-anchor"></a>
290
+ <h3>PackageJSON</h3>
291
+ Renames and exports <a href="../interfaces/common_packagejson.default.html">default</a>
292
+ </section>
293
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
294
+ <a name="page" class="tsd-anchor"></a>
295
+ <h3>Page</h3>
296
+ Re-exports <a href="../classes/page_page.page.html">Page</a>
297
+ </section>
298
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
299
+ <a name="param" class="tsd-anchor"></a>
300
+ <h3>Param</h3>
301
+ Re-exports <a href="../classes/logic_param.param.html">Param</a>
302
+ </section>
303
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
304
+ <a name="process" class="tsd-anchor"></a>
305
+ <h3>Process</h3>
306
+ Re-exports <a href="../classes/process_process.process.html">Process</a>
307
+ </section>
308
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
309
+ <a name="processcomponent" class="tsd-anchor"></a>
310
+ <h3>Process<wbr>Component</h3>
311
+ Re-exports <a href="../classes/process_processcomponent.processcomponent.html">ProcessComponent</a>
312
+ </section>
313
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
314
+ <a name="processcomponentattribute" class="tsd-anchor"></a>
315
+ <h3>Process<wbr>Component<wbr>Attribute</h3>
316
+ Re-exports <a href="../classes/process_processcomponentattribute.processcomponentattribute.html">ProcessComponentAttribute</a>
317
+ </section>
318
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
319
+ <a name="processcomponentproperty" class="tsd-anchor"></a>
320
+ <h3>Process<wbr>Component<wbr>Property</h3>
321
+ Re-exports <a href="../classes/process_processcomponentproperty.processcomponentproperty.html">ProcessComponentProperty</a>
322
+ </section>
323
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
324
+ <a name="processcomponentreturn" class="tsd-anchor"></a>
325
+ <h3>Process<wbr>Component<wbr>Return</h3>
326
+ Re-exports <a href="../classes/process_processcomponentreturn.processcomponentreturn.html">ProcessComponentReturn</a>
327
+ </section>
328
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
329
+ <a name="processcomponentvariable" class="tsd-anchor"></a>
330
+ <h3>Process<wbr>Component<wbr>Variable</h3>
331
+ Re-exports <a href="../classes/process_processcomponentvariable.processcomponentvariable.html">ProcessComponentVariable</a>
332
+ </section>
333
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
334
+ <a name="processinterface" class="tsd-anchor"></a>
335
+ <h3>Process<wbr>Interface</h3>
336
+ Re-exports <a href="../classes/process_processinterface.processinterface.html">ProcessInterface</a>
337
+ </section>
338
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
339
+ <a name="processparam" class="tsd-anchor"></a>
340
+ <h3>Process<wbr>Param</h3>
341
+ Re-exports <a href="../classes/process_processparam.processparam.html">ProcessParam</a>
342
+ </section>
343
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
344
+ <a name="processproperty" class="tsd-anchor"></a>
345
+ <h3>Process<wbr>Property</h3>
346
+ Re-exports <a href="../classes/process_processproperty.processproperty.html">ProcessProperty</a>
347
+ </section>
348
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
349
+ <a name="processreturn" class="tsd-anchor"></a>
350
+ <h3>Process<wbr>Return</h3>
351
+ Re-exports <a href="../classes/process_processreturn.processreturn.html">ProcessReturn</a>
352
+ </section>
353
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
354
+ <a name="return" class="tsd-anchor"></a>
355
+ <h3>Return</h3>
356
+ Re-exports <a href="../classes/logic_return.return.html">Return</a>
357
+ </section>
358
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
359
+ <a name="service_type" class="tsd-anchor"></a>
360
+ <h3>SERVICE_<wbr>TYPE</h3>
361
+ Re-exports <a href="../enums/app_service.service_type.html">SERVICE_TYPE</a>
362
+ </section>
363
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
364
+ <a name="service" class="tsd-anchor"></a>
365
+ <h3>Service</h3>
366
+ Re-exports <a href="../classes/app_service.service.html">Service</a>
367
+ </section>
368
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
369
+ <a name="structure" class="tsd-anchor"></a>
370
+ <h3>Structure</h3>
371
+ Re-exports <a href="../classes/data_structure.structure.html">Structure</a>
372
+ </section>
373
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
374
+ <a name="structureproperty" class="tsd-anchor"></a>
375
+ <h3>Structure<wbr>Property</h3>
376
+ Re-exports <a href="../classes/data_structureproperty.structureproperty.html">StructureProperty</a>
377
+ </section>
378
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
379
+ <a name="variable" class="tsd-anchor"></a>
380
+ <h3>Variable</h3>
381
+ Re-exports <a href="../classes/logic_variable.variable.html">Variable</a>
382
+ </section>
383
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
384
+ <a name="vertex" class="tsd-anchor"></a>
385
+ <h3>Vertex</h3>
386
+ Re-exports <a href="../classes/common_vertex.vertex.html">Vertex</a>
387
+ </section>
388
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
389
+ <a name="view" class="tsd-anchor"></a>
390
+ <h3>View</h3>
391
+ Re-exports <a href="../classes/page_view.view.html">View</a>
392
+ </section>
393
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
394
+ <a name="viewparam" class="tsd-anchor"></a>
395
+ <h3>View<wbr>Param</h3>
396
+ Re-exports <a href="../classes/page_viewparam.viewparam.html">ViewParam</a>
397
+ </section>
398
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
399
+ <a name="viewvariable" class="tsd-anchor"></a>
400
+ <h3>View<wbr>Variable</h3>
401
+ Re-exports <a href="../classes/page_viewvariable.viewvariable.html">ViewVariable</a>
402
+ </section>
403
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
404
+ <a name="webservice" class="tsd-anchor"></a>
405
+ <h3>Web<wbr>Service</h3>
406
+ Re-exports <a href="../classes/app_service.webservice.html">WebService</a>
407
+ </section>
408
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
409
+ <a name="config" class="tsd-anchor"></a>
410
+ <h3>config</h3>
411
+ Renames and exports <a href="config.html#default">default</a>
412
+ </section>
413
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
414
+ <a name="evaluate" class="tsd-anchor"></a>
415
+ <h3>evaluate</h3>
416
+ Re-exports <a href="logic_logicitem.html#evaluate">evaluate</a>
417
+ </section>
418
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
419
+ <a name="genfinalcode" class="tsd-anchor"></a>
420
+ <h3>gen<wbr>Final<wbr>Code</h3>
421
+ Re-exports <a href="cachedata.html#genfinalcode">genFinalCode</a>
422
+ </section>
423
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
424
+ <a name="generator" class="tsd-anchor"></a>
425
+ <h3>generator</h3>
426
+ Re-exports <a href="generator.html">generator</a>
427
+ </section>
428
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
429
+ <a name="history" class="tsd-anchor"></a>
430
+ <h3>history</h3>
431
+ Renames and exports <a href="history.html#default">default</a>
432
+ </section>
433
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
434
+ <a name="typecheck" class="tsd-anchor"></a>
435
+ <h3>type<wbr>Check</h3>
436
+ Renames and exports <a href="typecheck.html#default">default</a>
437
+ </section>
438
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
439
+ <a name="updateallvariableschildrenschema" class="tsd-anchor"></a>
440
+ <h3>update<wbr>All<wbr>Variables<wbr>Children<wbr>Schema</h3>
441
+ Re-exports <a href="logic_basevariable.html#updateallvariableschildrenschema">updateAllVariablesChildrenSchema</a>
442
+ </section>
443
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
444
+ <a name="updatevariableschildrenschema" class="tsd-anchor"></a>
445
+ <h3>update<wbr>Variables<wbr>Children<wbr>Schema</h3>
446
+ Re-exports <a href="logic_basevariable.html#updatevariableschildrenschema">updateVariablesChildrenSchema</a>
447
+ </section>
448
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
449
+ <a name="utils" class="tsd-anchor"></a>
450
+ <h3>utils</h3>
451
+ Re-exports <a href="utils.html">utils</a>
452
+ </section>
453
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
454
+ <a name="vertexsmap" class="tsd-anchor"></a>
455
+ <h3>vertexs<wbr>Map</h3>
456
+ Re-exports <a href="cachedata.html#vertexsmap">vertexsMap</a>
457
+ </section>
458
+ </section>
459
+ <section class="tsd-panel-group tsd-member-group ">
460
+ <h2>Variables</h2>
461
+ <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
462
+ <a name="level_name_map" class="tsd-anchor"></a>
463
+ <h3><span class="tsd-flag ts-flagConst">Const</span> LEVEL_<wbr>NAME_<wbr>MAP</h3>
464
+ <div class="tsd-signature tsd-kind-icon">LEVEL_<wbr>NAME_<wbr>MAP<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>app<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>attr<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>block<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>dataNode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>directive<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>element<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>entity<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>enum<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>enumItem<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>event<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>expressionNode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>interface<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>lifecycle<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>logic<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>logicItem<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>logicNode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>page<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>param<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>property<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>return<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>service<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>structure<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>variable<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>view<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
465
+ <aside class="tsd-sources">
466
+ <ul>
467
+ <li>Defined in index.ts:106</li>
468
+ </ul>
469
+ </aside>
470
+ <div class="tsd-type-declaration">
471
+ <h4>Type declaration</h4>
472
+ <ul class="tsd-parameters">
473
+ <li class="tsd-parameter">
474
+ <h5>app<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
475
+ </li>
476
+ <li class="tsd-parameter">
477
+ <h5>attr<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
478
+ </li>
479
+ <li class="tsd-parameter">
480
+ <h5>block<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
481
+ </li>
482
+ <li class="tsd-parameter">
483
+ <h5>data<wbr>Node<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
484
+ </li>
485
+ <li class="tsd-parameter">
486
+ <h5>directive<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
487
+ </li>
488
+ <li class="tsd-parameter">
489
+ <h5>element<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
490
+ </li>
491
+ <li class="tsd-parameter">
492
+ <h5>entity<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
493
+ </li>
494
+ <li class="tsd-parameter">
495
+ <h5>enum<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
496
+ </li>
497
+ <li class="tsd-parameter">
498
+ <h5>enum<wbr>Item<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
499
+ </li>
500
+ <li class="tsd-parameter">
501
+ <h5>event<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
502
+ </li>
503
+ <li class="tsd-parameter">
504
+ <h5>expression<wbr>Node<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
505
+ </li>
506
+ <li class="tsd-parameter">
507
+ <h5>interface<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
508
+ </li>
509
+ <li class="tsd-parameter">
510
+ <h5>lifecycle<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
511
+ </li>
512
+ <li class="tsd-parameter">
513
+ <h5>logic<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
514
+ </li>
515
+ <li class="tsd-parameter">
516
+ <h5>logic<wbr>Item<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
517
+ </li>
518
+ <li class="tsd-parameter">
519
+ <h5>logic<wbr>Node<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
520
+ </li>
521
+ <li class="tsd-parameter">
522
+ <h5>page<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
523
+ </li>
524
+ <li class="tsd-parameter">
525
+ <h5>param<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
526
+ </li>
527
+ <li class="tsd-parameter">
528
+ <h5>property<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
529
+ </li>
530
+ <li class="tsd-parameter">
531
+ <h5>return<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
532
+ </li>
533
+ <li class="tsd-parameter">
534
+ <h5>service<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
535
+ </li>
536
+ <li class="tsd-parameter">
537
+ <h5>structure<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
538
+ </li>
539
+ <li class="tsd-parameter">
540
+ <h5>variable<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
541
+ </li>
542
+ <li class="tsd-parameter">
543
+ <h5>view<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
544
+ </li>
545
+ </ul>
546
+ </div>
547
+ </section>
548
+ <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
549
+ <a name="datatypelist" class="tsd-anchor"></a>
550
+ <h3><span class="tsd-flag ts-flagConst">Const</span> data<wbr>Type<wbr>List</h3>
551
+ <div class="tsd-signature tsd-kind-icon">data<wbr>Type<wbr>List<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>children<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>kind<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>text<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>title<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></div>
552
+ <aside class="tsd-sources">
553
+ <ul>
554
+ <li>Defined in data/dataTypes.ts:5</li>
555
+ </ul>
556
+ </aside>
557
+ </section>
558
+ <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
559
+ <a name="datatypesmap" class="tsd-anchor"></a>
560
+ <h3><span class="tsd-flag ts-flagConst">Const</span> data<wbr>Types<wbr>Map</h3>
561
+ <div class="tsd-signature tsd-kind-icon">data<wbr>Types<wbr>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol"> = ...</span></div>
562
+ <aside class="tsd-sources">
563
+ <ul>
564
+ <li>Defined in data/dataTypes.ts:11</li>
565
+ </ul>
566
+ </aside>
567
+ <div class="tsd-type-declaration">
568
+ <h4>Type declaration</h4>
569
+ <ul class="tsd-parameters">
570
+ <li class="tsd-parameter-index-signature">
571
+ <h5><span class="tsd-signature-symbol">[</span>name: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></h5>
572
+ </li>
573
+ </ul>
574
+ </div>
575
+ </section>
576
+ </section>
577
+ <section class="tsd-panel-group tsd-member-group ">
578
+ <h2>Functions</h2>
579
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
580
+ <a name="convert2reftype" class="tsd-anchor"></a>
581
+ <h3>convert2<wbr>Ref<wbr>Type</h3>
582
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
583
+ <li class="tsd-signature tsd-kind-icon">convert2<wbr>Ref<wbr>Type<span class="tsd-signature-symbol">(</span>schema<span class="tsd-signature-symbol">: </span><a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></li>
584
+ </ul>
585
+ <ul class="tsd-descriptions">
586
+ <li class="tsd-description">
587
+ <aside class="tsd-sources">
588
+ <ul>
589
+ <li>Defined in data/dataTypeUtils.ts:33</li>
590
+ </ul>
591
+ </aside>
592
+ <div class="tsd-comment tsd-typography">
593
+ <div class="lead">
594
+ <p>会改变原来的结构,最好自己做深拷贝</p>
595
+ </div>
596
+ <dl class="tsd-comment-tags">
597
+ <dt>example</dt>
598
+ <dd><p>RefType - 用于前端界面的类型描述
599
+ {
600
+ asset: {
601
+ type: &#39;object&#39;,
602
+ propertyList: [
603
+ { name: &#39;id&#39;, $ref: &#39;#/basicType/Long&#39; },
604
+ { name: &#39;name&#39;, $ref: &#39;#/basicType/String&#39; },
605
+ ],
606
+ },
607
+ assetType: {
608
+ type: &#39;enum&#39;,
609
+ enumItemList: [
610
+ { value: &#39;COMPUTER&#39;, label: &#39;台式机&#39; },
611
+ { value: &#39;TABLET&#39;, label: &#39;平板电脑&#39; },
612
+ { value: &#39;MOBILE&#39;, label: &#39;移动电话&#39; },
613
+ },
614
+ },
615
+ assets: {
616
+ isArray: true,
617
+ $ref: &#39;#/xxxx/entity/asset&#39;
618
+ },
619
+ test: { $ref: &#39;#/basicType/Date&#39; }
620
+ }</p>
621
+ </dd>
622
+ </dl>
623
+ </div>
624
+ <h4 class="tsd-parameters-title">Parameters</h4>
625
+ <ul class="tsd-parameters">
626
+ <li>
627
+ <h5>schema: <a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></h5>
628
+ </li>
629
+ </ul>
630
+ <h4 class="tsd-returns-title">Returns <a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></h4>
631
+ </li>
632
+ </ul>
633
+ </section>
634
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
635
+ <a name="convert2schematype" class="tsd-anchor"></a>
636
+ <h3>convert2<wbr>Schema<wbr>Type</h3>
637
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
638
+ <li class="tsd-signature tsd-kind-icon">convert2<wbr>Schema<wbr>Type<span class="tsd-signature-symbol">(</span>schema<span class="tsd-signature-symbol">: </span><a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span>enum<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></li>
639
+ </ul>
640
+ <ul class="tsd-descriptions">
641
+ <li class="tsd-description">
642
+ <aside class="tsd-sources">
643
+ <ul>
644
+ <li>Defined in data/dataTypeUtils.ts:106</li>
645
+ </ul>
646
+ </aside>
647
+ <div class="tsd-comment tsd-typography">
648
+ <div class="lead">
649
+ <p>会改变原来的结构,最好自己做深拷贝</p>
650
+ </div>
651
+ <dl class="tsd-comment-tags">
652
+ <dt>example</dt>
653
+ <dd><p>SchemaType - 非标准的 JSON Schema 结构
654
+ {
655
+ asset: {
656
+ type: &#39;object&#39;,
657
+ propertyList: [
658
+ { type: &#39;int&#39;, format: &#39;long&#39; },
659
+ { type: &#39;string&#39; },
660
+ ],
661
+ },
662
+ assetType: {
663
+ type: &#39;enum&#39;,
664
+ enumItemList: [
665
+ { value: &#39;COMPUTER&#39;, label: &#39;台式机&#39; },
666
+ { value: &#39;TABLET&#39;, label: &#39;平板电脑&#39; },
667
+ { value: &#39;MOBILE&#39;, label: &#39;移动电话&#39; },
668
+ },
669
+ },
670
+ assets: {
671
+ isArray: true,
672
+ items: {
673
+ $ref: &#39;#/xxxx/entity/asset&#39;
674
+ }
675
+ },
676
+ test: { type: &#39;string&#39;, format: &#39;date&#39; }
677
+ }</p>
678
+ </dd>
679
+ </dl>
680
+ </div>
681
+ <h4 class="tsd-parameters-title">Parameters</h4>
682
+ <ul class="tsd-parameters">
683
+ <li>
684
+ <h5>schema: <a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></h5>
685
+ </li>
686
+ <li>
687
+ <h5>options: <span class="tsd-signature-symbol">{ </span>enum<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></h5>
688
+ <ul class="tsd-parameters">
689
+ <li class="tsd-parameter">
690
+ <h5><span class="tsd-flag ts-flagOptional">Optional</span> enum<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
691
+ </li>
692
+ </ul>
693
+ </li>
694
+ </ul>
695
+ <h4 class="tsd-returns-title">Returns <a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></h4>
696
+ </li>
697
+ </ul>
698
+ </section>
699
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
700
+ <a name="genfullrefschemachildren" class="tsd-anchor"></a>
701
+ <h3>gen<wbr>Full<wbr>Ref<wbr>Schema<wbr>Children</h3>
702
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
703
+ <li class="tsd-signature tsd-kind-icon">gen<wbr>Full<wbr>Ref<wbr>Schema<wbr>Children<span class="tsd-signature-symbol">(</span>schema<span class="tsd-signature-symbol">: </span><a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a>, code<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, usedSchemaRefs<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></li>
704
+ </ul>
705
+ <ul class="tsd-descriptions">
706
+ <li class="tsd-description">
707
+ <aside class="tsd-sources">
708
+ <ul>
709
+ <li>Defined in data/dataTypeUtils.ts:239</li>
710
+ </ul>
711
+ </aside>
712
+ <div class="tsd-comment tsd-typography">
713
+ <div class="lead">
714
+ <p>根据 Ref Schema 生成子节点</p>
715
+ </div>
716
+ </div>
717
+ <h4 class="tsd-parameters-title">Parameters</h4>
718
+ <ul class="tsd-parameters">
719
+ <li>
720
+ <h5>schema: <a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></h5>
721
+ </li>
722
+ <li>
723
+ <h5>code: <span class="tsd-signature-type">string</span></h5>
724
+ <div class="tsd-comment tsd-typography">
725
+ </div>
726
+ </li>
727
+ <li>
728
+ <h5>usedSchemaRefs: <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol"> = ...</span></h5>
729
+ <ul class="tsd-parameters">
730
+ <li class="tsd-parameter-index-signature">
731
+ <h5><span class="tsd-signature-symbol">[</span>name: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">boolean</span></h5>
732
+ </li>
733
+ </ul>
734
+ </li>
735
+ </ul>
736
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h4>
737
+ </li>
738
+ </ul>
739
+ </section>
740
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
741
+ <a name="geninitdata" class="tsd-anchor"></a>
742
+ <h3>gen<wbr>Init<wbr>Data</h3>
743
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
744
+ <li class="tsd-signature tsd-kind-icon">gen<wbr>Init<wbr>Data<span class="tsd-signature-symbol">(</span>schema<span class="tsd-signature-symbol">: </span><a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a>, relationship<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, usedSchemaRefs<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
745
+ </ul>
746
+ <ul class="tsd-descriptions">
747
+ <li class="tsd-description">
748
+ <aside class="tsd-sources">
749
+ <ul>
750
+ <li>Defined in data/dataTypeUtils.ts:273</li>
751
+ </ul>
752
+ </aside>
753
+ <h4 class="tsd-parameters-title">Parameters</h4>
754
+ <ul class="tsd-parameters">
755
+ <li>
756
+ <h5>schema: <a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></h5>
757
+ </li>
758
+ <li>
759
+ <h5>relationship: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#x27;None&#x27;</span></h5>
760
+ </li>
761
+ <li>
762
+ <h5>usedSchemaRefs: <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol"> = ...</span></h5>
763
+ <ul class="tsd-parameters">
764
+ <li class="tsd-parameter-index-signature">
765
+ <h5><span class="tsd-signature-symbol">[</span>name: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">boolean</span></h5>
766
+ </li>
767
+ </ul>
768
+ </li>
769
+ </ul>
770
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
771
+ </li>
772
+ </ul>
773
+ </section>
774
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
775
+ <a name="genrefschemachildren" class="tsd-anchor"></a>
776
+ <h3>gen<wbr>Ref<wbr>Schema<wbr>Children</h3>
777
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
778
+ <li class="tsd-signature tsd-kind-icon">gen<wbr>Ref<wbr>Schema<wbr>Children<span class="tsd-signature-symbol">(</span>schema<span class="tsd-signature-symbol">: </span><a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a>, code<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, usedSchemaRefs<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></li>
779
+ </ul>
780
+ <ul class="tsd-descriptions">
781
+ <li class="tsd-description">
782
+ <aside class="tsd-sources">
783
+ <ul>
784
+ <li>Defined in data/dataTypeUtils.ts:189</li>
785
+ </ul>
786
+ </aside>
787
+ <div class="tsd-comment tsd-typography">
788
+ <div class="lead">
789
+ <p>根据 Ref Schema 生成子节点</p>
790
+ </div>
791
+ </div>
792
+ <h4 class="tsd-parameters-title">Parameters</h4>
793
+ <ul class="tsd-parameters">
794
+ <li>
795
+ <h5>schema: <a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></h5>
796
+ </li>
797
+ <li>
798
+ <h5>code: <span class="tsd-signature-type">string</span></h5>
799
+ <div class="tsd-comment tsd-typography">
800
+ </div>
801
+ </li>
802
+ <li>
803
+ <h5>usedSchemaRefs: <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol"> = ...</span></h5>
804
+ <ul class="tsd-parameters">
805
+ <li class="tsd-parameter-index-signature">
806
+ <h5><span class="tsd-signature-symbol">[</span>name: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">boolean</span></h5>
807
+ </li>
808
+ </ul>
809
+ </li>
810
+ </ul>
811
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h4>
812
+ </li>
813
+ </ul>
814
+ </section>
815
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
816
+ <a name="genschemachildren" class="tsd-anchor"></a>
817
+ <h3>gen<wbr>Schema<wbr>Children</h3>
818
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
819
+ <li class="tsd-signature tsd-kind-icon">gen<wbr>Schema<wbr>Children<span class="tsd-signature-symbol">(</span>schema<span class="tsd-signature-symbol">: </span><a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a>, code<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, usedSchemaRefs<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></li>
820
+ </ul>
821
+ <ul class="tsd-descriptions">
822
+ <li class="tsd-description">
823
+ <aside class="tsd-sources">
824
+ <ul>
825
+ <li>Defined in data/dataTypeUtils.ts:141</li>
826
+ </ul>
827
+ </aside>
828
+ <div class="tsd-comment tsd-typography">
829
+ <div class="lead">
830
+ <p>根据 Ref Schema 生成子节点</p>
831
+ </div>
832
+ </div>
833
+ <h4 class="tsd-parameters-title">Parameters</h4>
834
+ <ul class="tsd-parameters">
835
+ <li>
836
+ <h5>schema: <a href="../interfaces/data_schema.schema.html" class="tsd-signature-type" data-tsd-kind="Interface">Schema</a></h5>
837
+ </li>
838
+ <li>
839
+ <h5>code: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#x27;&#x27;</span></h5>
840
+ </li>
841
+ <li>
842
+ <h5>usedSchemaRefs: <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol"> = ...</span></h5>
843
+ <ul class="tsd-parameters">
844
+ <li class="tsd-parameter-index-signature">
845
+ <h5><span class="tsd-signature-symbol">[</span>name: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">boolean</span></h5>
846
+ </li>
847
+ </ul>
848
+ </li>
849
+ </ul>
850
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h4>
851
+ </li>
852
+ </ul>
853
+ </section>
854
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
855
+ <a name="updatedatatypelist" class="tsd-anchor"></a>
856
+ <h3>update<wbr>Data<wbr>Type<wbr>List</h3>
857
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
858
+ <li class="tsd-signature tsd-kind-icon">update<wbr>Data<wbr>Type<wbr>List<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
859
+ </ul>
860
+ <ul class="tsd-descriptions">
861
+ <li class="tsd-description">
862
+ <aside class="tsd-sources">
863
+ <ul>
864
+ <li>Defined in data/dataTypes.ts:16</li>
865
+ </ul>
866
+ </aside>
867
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
868
+ </li>
869
+ </ul>
870
+ </section>
871
+ </section>
872
+ </div>
873
+ <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
874
+ <nav class="tsd-navigation primary">
875
+ <ul>
876
+ <li class=" ">
877
+ <a href="../modules.html">Exports</a>
878
+ </li>
879
+ <li class="current tsd-kind-module">
880
+ <a href="index.html">index</a>
881
+ </li>
882
+ </ul>
883
+ </nav>
884
+ <nav class="tsd-navigation secondary menu-sticky">
885
+ <ul class="before-current">
886
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
887
+ <a href="index.html#app" class="tsd-kind-icon">App</a>
888
+ </li>
889
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
890
+ <a href="index.html#attr" class="tsd-kind-icon">Attr</a>
891
+ </li>
892
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
893
+ <a href="index.html#basevariable" class="tsd-kind-icon">Base<wbr>Variable</a>
894
+ </li>
895
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
896
+ <a href="index.html#block" class="tsd-kind-icon">Block</a>
897
+ </li>
898
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
899
+ <a href="index.html#datanode" class="tsd-kind-icon">Data<wbr>Node</a>
900
+ </li>
901
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
902
+ <a href="index.html#directive" class="tsd-kind-icon">Directive</a>
903
+ </li>
904
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
905
+ <a href="index.html#element" class="tsd-kind-icon">Element</a>
906
+ </li>
907
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
908
+ <a href="index.html#entity" class="tsd-kind-icon">Entity</a>
909
+ </li>
910
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
911
+ <a href="index.html#entityproperty" class="tsd-kind-icon">Entity<wbr>Property</a>
912
+ </li>
913
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
914
+ <a href="index.html#enum" class="tsd-kind-icon">Enum</a>
915
+ </li>
916
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
917
+ <a href="index.html#enumitem" class="tsd-kind-icon">Enum<wbr>Item</a>
918
+ </li>
919
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
920
+ <a href="index.html#event" class="tsd-kind-icon">Event</a>
921
+ </li>
922
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
923
+ <a href="index.html#eventemitter" class="tsd-kind-icon">Event<wbr>Emitter</a>
924
+ </li>
925
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
926
+ <a href="index.html#expressionnode" class="tsd-kind-icon">Expression<wbr>Node</a>
927
+ </li>
928
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
929
+ <a href="index.html#interface" class="tsd-kind-icon">Interface</a>
930
+ </li>
931
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
932
+ <a href="index.html#lifecycle" class="tsd-kind-icon">Lifecycle</a>
933
+ </li>
934
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
935
+ <a href="index.html#logic" class="tsd-kind-icon">Logic</a>
936
+ </li>
937
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
938
+ <a href="index.html#logicitem" class="tsd-kind-icon">Logic<wbr>Item</a>
939
+ </li>
940
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
941
+ <a href="index.html#logicnode" class="tsd-kind-icon">Logic<wbr>Node</a>
942
+ </li>
943
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
944
+ <a href="index.html#microservice" class="tsd-kind-icon">Micro<wbr>Service</a>
945
+ </li>
946
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
947
+ <a href="index.html#nuims" class="tsd-kind-icon">Nuims</a>
948
+ </li>
949
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
950
+ <a href="index.html#packagejson" class="tsd-kind-icon">PackageJSON</a>
951
+ </li>
952
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
953
+ <a href="index.html#page" class="tsd-kind-icon">Page</a>
954
+ </li>
955
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
956
+ <a href="index.html#param" class="tsd-kind-icon">Param</a>
957
+ </li>
958
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
959
+ <a href="index.html#process" class="tsd-kind-icon">Process</a>
960
+ </li>
961
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
962
+ <a href="index.html#processcomponent" class="tsd-kind-icon">Process<wbr>Component</a>
963
+ </li>
964
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
965
+ <a href="index.html#processcomponentattribute" class="tsd-kind-icon">Process<wbr>Component<wbr>Attribute</a>
966
+ </li>
967
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
968
+ <a href="index.html#processcomponentproperty" class="tsd-kind-icon">Process<wbr>Component<wbr>Property</a>
969
+ </li>
970
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
971
+ <a href="index.html#processcomponentreturn" class="tsd-kind-icon">Process<wbr>Component<wbr>Return</a>
972
+ </li>
973
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
974
+ <a href="index.html#processcomponentvariable" class="tsd-kind-icon">Process<wbr>Component<wbr>Variable</a>
975
+ </li>
976
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
977
+ <a href="index.html#processinterface" class="tsd-kind-icon">Process<wbr>Interface</a>
978
+ </li>
979
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
980
+ <a href="index.html#processparam" class="tsd-kind-icon">Process<wbr>Param</a>
981
+ </li>
982
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
983
+ <a href="index.html#processproperty" class="tsd-kind-icon">Process<wbr>Property</a>
984
+ </li>
985
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
986
+ <a href="index.html#processreturn" class="tsd-kind-icon">Process<wbr>Return</a>
987
+ </li>
988
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
989
+ <a href="index.html#return" class="tsd-kind-icon">Return</a>
990
+ </li>
991
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
992
+ <a href="index.html#service_type" class="tsd-kind-icon">SERVICE_<wbr>TYPE</a>
993
+ </li>
994
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
995
+ <a href="index.html#service" class="tsd-kind-icon">Service</a>
996
+ </li>
997
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
998
+ <a href="index.html#structure" class="tsd-kind-icon">Structure</a>
999
+ </li>
1000
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1001
+ <a href="index.html#structureproperty" class="tsd-kind-icon">Structure<wbr>Property</a>
1002
+ </li>
1003
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1004
+ <a href="index.html#variable" class="tsd-kind-icon">Variable</a>
1005
+ </li>
1006
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1007
+ <a href="index.html#vertex" class="tsd-kind-icon">Vertex</a>
1008
+ </li>
1009
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1010
+ <a href="index.html#view" class="tsd-kind-icon">View</a>
1011
+ </li>
1012
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1013
+ <a href="index.html#viewparam" class="tsd-kind-icon">View<wbr>Param</a>
1014
+ </li>
1015
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1016
+ <a href="index.html#viewvariable" class="tsd-kind-icon">View<wbr>Variable</a>
1017
+ </li>
1018
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1019
+ <a href="index.html#webservice" class="tsd-kind-icon">Web<wbr>Service</a>
1020
+ </li>
1021
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1022
+ <a href="index.html#config" class="tsd-kind-icon">config</a>
1023
+ </li>
1024
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1025
+ <a href="index.html#evaluate" class="tsd-kind-icon">evaluate</a>
1026
+ </li>
1027
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1028
+ <a href="index.html#genfinalcode" class="tsd-kind-icon">gen<wbr>Final<wbr>Code</a>
1029
+ </li>
1030
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1031
+ <a href="index.html#generator" class="tsd-kind-icon">generator</a>
1032
+ </li>
1033
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1034
+ <a href="index.html#history" class="tsd-kind-icon">history</a>
1035
+ </li>
1036
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1037
+ <a href="index.html#typecheck" class="tsd-kind-icon">type<wbr>Check</a>
1038
+ </li>
1039
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1040
+ <a href="index.html#updateallvariableschildrenschema" class="tsd-kind-icon">update<wbr>All<wbr>Variables<wbr>Children<wbr>Schema</a>
1041
+ </li>
1042
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1043
+ <a href="index.html#updatevariableschildrenschema" class="tsd-kind-icon">update<wbr>Variables<wbr>Children<wbr>Schema</a>
1044
+ </li>
1045
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1046
+ <a href="index.html#utils" class="tsd-kind-icon">utils</a>
1047
+ </li>
1048
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
1049
+ <a href="index.html#vertexsmap" class="tsd-kind-icon">vertexs<wbr>Map</a>
1050
+ </li>
1051
+ <li class=" tsd-kind-enum tsd-parent-kind-module">
1052
+ <a href="../enums/index.level_enum.html" class="tsd-kind-icon">LEVEL_<wbr>ENUM</a>
1053
+ </li>
1054
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1055
+ <a href="../interfaces/index.arrayschema.html" class="tsd-kind-icon">Array<wbr>Schema</a>
1056
+ </li>
1057
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1058
+ <a href="../interfaces/index.baseschema.html" class="tsd-kind-icon">Base<wbr>Schema</a>
1059
+ </li>
1060
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1061
+ <a href="../interfaces/index.basicrefschema.html" class="tsd-kind-icon">Basic<wbr>Ref<wbr>Schema</a>
1062
+ </li>
1063
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1064
+ <a href="../interfaces/index.basicschema.html" class="tsd-kind-icon">Basic<wbr>Schema</a>
1065
+ </li>
1066
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1067
+ <a href="../interfaces/index.booleanschema.html" class="tsd-kind-icon">Boolean<wbr>Schema</a>
1068
+ </li>
1069
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1070
+ <a href="../interfaces/index.enumitemschema.html" class="tsd-kind-icon">Enum<wbr>Item<wbr>Schema</a>
1071
+ </li>
1072
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1073
+ <a href="../interfaces/index.enumschema.html" class="tsd-kind-icon">Enum<wbr>Schema</a>
1074
+ </li>
1075
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1076
+ <a href="../interfaces/index.integerschema.html" class="tsd-kind-icon">Integer<wbr>Schema</a>
1077
+ </li>
1078
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1079
+ <a href="../interfaces/index.mapschema.html" class="tsd-kind-icon">Map<wbr>Schema</a>
1080
+ </li>
1081
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1082
+ <a href="../interfaces/index.numberschema.html" class="tsd-kind-icon">Number<wbr>Schema</a>
1083
+ </li>
1084
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1085
+ <a href="../interfaces/index.objectschema.html" class="tsd-kind-icon">Object<wbr>Schema</a>
1086
+ </li>
1087
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1088
+ <a href="../interfaces/index.refschema.html" class="tsd-kind-icon">Ref<wbr>Schema</a>
1089
+ </li>
1090
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1091
+ <a href="../interfaces/index.schema.html" class="tsd-kind-icon">Schema</a>
1092
+ </li>
1093
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1094
+ <a href="../interfaces/index.setschema.html" class="tsd-kind-icon">Set<wbr>Schema</a>
1095
+ </li>
1096
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
1097
+ <a href="../interfaces/index.stringschema.html" class="tsd-kind-icon">String<wbr>Schema</a>
1098
+ </li>
1099
+ <li class=" tsd-kind-variable tsd-parent-kind-module">
1100
+ <a href="index.html#level_name_map" class="tsd-kind-icon">LEVEL_<wbr>NAME_<wbr>MAP</a>
1101
+ </li>
1102
+ <li class=" tsd-kind-variable tsd-parent-kind-module">
1103
+ <a href="index.html#datatypelist" class="tsd-kind-icon">data<wbr>Type<wbr>List</a>
1104
+ </li>
1105
+ <li class=" tsd-kind-variable tsd-parent-kind-module">
1106
+ <a href="index.html#datatypesmap" class="tsd-kind-icon">data<wbr>Types<wbr>Map</a>
1107
+ </li>
1108
+ <li class=" tsd-kind-function tsd-parent-kind-module">
1109
+ <a href="index.html#convert2reftype" class="tsd-kind-icon">convert2<wbr>Ref<wbr>Type</a>
1110
+ </li>
1111
+ <li class=" tsd-kind-function tsd-parent-kind-module">
1112
+ <a href="index.html#convert2schematype" class="tsd-kind-icon">convert2<wbr>Schema<wbr>Type</a>
1113
+ </li>
1114
+ <li class=" tsd-kind-function tsd-parent-kind-module">
1115
+ <a href="index.html#genfullrefschemachildren" class="tsd-kind-icon">gen<wbr>Full<wbr>Ref<wbr>Schema<wbr>Children</a>
1116
+ </li>
1117
+ <li class=" tsd-kind-function tsd-parent-kind-module">
1118
+ <a href="index.html#geninitdata" class="tsd-kind-icon">gen<wbr>Init<wbr>Data</a>
1119
+ </li>
1120
+ <li class=" tsd-kind-function tsd-parent-kind-module">
1121
+ <a href="index.html#genrefschemachildren" class="tsd-kind-icon">gen<wbr>Ref<wbr>Schema<wbr>Children</a>
1122
+ </li>
1123
+ <li class=" tsd-kind-function tsd-parent-kind-module">
1124
+ <a href="index.html#genschemachildren" class="tsd-kind-icon">gen<wbr>Schema<wbr>Children</a>
1125
+ </li>
1126
+ <li class=" tsd-kind-function tsd-parent-kind-module">
1127
+ <a href="index.html#updatedatatypelist" class="tsd-kind-icon">update<wbr>Data<wbr>Type<wbr>List</a>
1128
+ </li>
1129
+ </ul>
1130
+ </nav>
1131
+ </div>
1132
+ </div>
1133
+ </div>
1134
+ <footer class="with-border-bottom">
1135
+ <div class="container">
1136
+ <h2>Legend</h2>
1137
+ <div class="tsd-legend-group">
1138
+ <ul class="tsd-legend">
1139
+ <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
1140
+ <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
1141
+ <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
1142
+ <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
1143
+ </ul>
1144
+ <ul class="tsd-legend">
1145
+ <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
1146
+ <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
1147
+ </ul>
1148
+ <ul class="tsd-legend">
1149
+ <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
1150
+ </ul>
1151
+ <ul class="tsd-legend">
1152
+ <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
1153
+ </ul>
1154
+ </div>
1155
+ </div>
1156
+ </footer>
1157
+ <div class="container tsd-generator">
1158
+ <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
1159
+ </div>
1160
+ <div class="overlay"></div>
1161
+ <script src="../assets/js/main.js"></script>
1162
+ </body>
1163
+ </html>