@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,2219 @@
1
+ {
2
+ "$def": {
3
+ "logics": [
4
+ {
5
+ "level": "logic",
6
+ "id": "<auto>",
7
+ "name": "load",
8
+ "moduleId": "edac38f8eef84b8a8bceb6751acc35c0",
9
+ "moduleType": "view",
10
+ "params": [
11
+ {
12
+ "level": "param",
13
+ "id": "<auto>",
14
+ "type": "Identifier",
15
+ "code": "ID_<auto>",
16
+ "name": "params",
17
+ "_posIndex": 0,
18
+ "schema": {
19
+ "id": "<auto>",
20
+ "$ref": "#/systemTypes/DataSourceParams"
21
+ }
22
+ }
23
+ ],
24
+ "returns": [
25
+ {
26
+ "level": "return",
27
+ "id": "<auto>",
28
+ "type": "Identifier",
29
+ "code": "ID_<auto>",
30
+ "name": "result",
31
+ "_posIndex": 0,
32
+ "schema": {
33
+ "type": "genericType",
34
+ "typeInstantiation": {
35
+ "typeName": "PageOf",
36
+ "typeParams": [
37
+ {
38
+ "typeParamValue": {
39
+ "$ref": "<structureRef>"
40
+ },
41
+ "type": "typeParam",
42
+ "typeParamName": "T"
43
+ }
44
+ ]
45
+ }
46
+ }
47
+ }
48
+ ],
49
+ "variables": [],
50
+ "body": [
51
+ {
52
+ "level": "logicNode",
53
+ "id": "<auto>",
54
+ "logicId": "<logicId>",
55
+ "label": "开始",
56
+ "folded": false,
57
+ "type": "Start"
58
+ },
59
+ {
60
+ "level": "logicNode",
61
+ "id": "<auto>",
62
+ "parentId": "<parentId>",
63
+ "logicId": "<logicId>",
64
+ "label": "赋值",
65
+ "folded": false,
66
+ "type": "AssignmentExpression",
67
+ "operator": "=",
68
+ "left": {
69
+ "level": "expressionNode",
70
+ "id": "<auto>",
71
+ "parentId": "<parentId>",
72
+ "parentAttr": "left",
73
+ "logicId": "<logicId>",
74
+ "folded": false,
75
+ "type": "Identifier",
76
+ "code": "ID_<returnId>",
77
+ "name": "result",
78
+ "schemaRef": "#/<returnId>"
79
+ },
80
+ "right": {
81
+ "level": "logicNode",
82
+ "id": "<auto>",
83
+ "parentId": "<parentId>",
84
+ "parentAttr": "right",
85
+ "logicId": "<logicId>",
86
+ "label": "调用接口",
87
+ "folded": false,
88
+ "type": "CallInterface",
89
+ "params": [
90
+ {
91
+ "level": "param",
92
+ "id": "<auto>",
93
+ "parentId": "<parentId>",
94
+ "parentAttr": "params",
95
+ "logicId": "<logicId>",
96
+ "folded": false,
97
+ "_posIndex": 0,
98
+ "type": "CallInterParam",
99
+ "callInterParam": "#/ea2e4cab41e340d3998635ebdaaad528/1a55900dd4664214851cb73be274988e",
100
+ "callInterParamValue": {
101
+ "level": "expressionNode",
102
+ "id": "<auto>",
103
+ "parentId": "<parentId>",
104
+ "parentAttr": "callInterParamValue",
105
+ "logicId": "<logicId>",
106
+ "folded": false,
107
+ "type": "Identifier",
108
+ "code": "ID_<paramId>",
109
+ "name": "params",
110
+ "schemaRef": "<paramId>"
111
+ }
112
+ }
113
+ ],
114
+ "interfaceKey": "#/38fb7087-77d8-42f5-8be9-2416e39d4622/e307ce22-952c-400e-be9d-898368db52e0"
115
+ }
116
+ },
117
+ {
118
+ "level": "logicNode",
119
+ "id": "<auto>",
120
+ "parentId": "<parentId>",
121
+ "logicId": "<logicId>",
122
+ "label": "结束",
123
+ "folded": false,
124
+ "type": "End"
125
+ }
126
+ ],
127
+ "playgroundId": "<auto>",
128
+ "playground": []
129
+ },
130
+ {
131
+ "level": "logic",
132
+ "id": "<auto>",
133
+ "name": "remove",
134
+ "moduleId": "edac38f8eef84b8a8bceb6751acc35c0",
135
+ "moduleType": "view",
136
+ "params": [
137
+ {
138
+ "level": "param",
139
+ "id": "<auto>",
140
+ "type": "Identifier",
141
+ "code": "ID_<auto>",
142
+ "name": "event",
143
+ "_posIndex": 0,
144
+ "schema": {
145
+ "id": "<auto>",
146
+ "type": "string",
147
+ "format": ""
148
+ }
149
+ },
150
+ {
151
+ "level": "param",
152
+ "id": "<auto>",
153
+ "type": "Identifier",
154
+ "code": "ID_<auto>",
155
+ "name": "scope",
156
+ "_posIndex": 1,
157
+ "schema": {
158
+ "type": "genericType",
159
+ "typeInstantiation": {
160
+ "typeName": "ScopeOf",
161
+ "typeParams": [
162
+ {
163
+ "typeParamValue": {
164
+ "$ref": "<structureRef>"
165
+ },
166
+ "type": "typeParam",
167
+ "typeParamName": "T"
168
+ }
169
+ ]
170
+ }
171
+ }
172
+ }
173
+ ],
174
+ "returns": [],
175
+ "variables": [],
176
+ "body": [
177
+ {
178
+ "level": "logicNode",
179
+ "id": "<auto>",
180
+ "logicId": "<logicId>",
181
+ "label": "开始",
182
+ "folded": false,
183
+ "type": "Start"
184
+ },
185
+ {
186
+ "level": "logicNode",
187
+ "id": "<auto>",
188
+ "parentId": "<parentId>",
189
+ "logicId": "<logicId>",
190
+ "label": "调用接口",
191
+ "folded": false,
192
+ "type": "CallInterface",
193
+ "params": [
194
+ {
195
+ "level": "param",
196
+ "id": "<auto>",
197
+ "parentId": "<parentId>",
198
+ "parentAttr": "params",
199
+ "logicId": "<logicId>",
200
+ "folded": false,
201
+ "_posIndex": 0,
202
+ "type": "CallInterParam",
203
+ "callInterParam": "#/e882b04b9865485f901c03b1df5491ce",
204
+ "callInterParamValue": {
205
+ "level": "expressionNode",
206
+ "id": "<auto>",
207
+ "parentId": "<parentId>",
208
+ "parentAttr": "callInterParamValue",
209
+ "logicId": "<logicId>",
210
+ "folded": false,
211
+ "type": "MemberExpression",
212
+ "object": {
213
+ "level": "expressionNode",
214
+ "type": "MemberExpression",
215
+ "object": {
216
+ "level": "expressionNode",
217
+ "type": "MemberExpression",
218
+ "object": {
219
+ "level": "expressionNode",
220
+ "type": "Identifier",
221
+ "code": "ID_<paramId>",
222
+ "schemaRef": "<paramId>"
223
+ },
224
+ "property": {
225
+ "level": "expressionNode",
226
+ "type": "Identifier",
227
+ "name": "item"
228
+ }
229
+ },
230
+ "property": {
231
+ "level": "expressionNode",
232
+ "type": "Identifier",
233
+ "code": "ID_943de1e73cfd40d5a2c6e563ac1e44d0",
234
+ "schemaRef": "943de1e73cfd40d5a2c6e563ac1e44d0"
235
+ }
236
+ },
237
+ "property": {
238
+ "level": "expressionNode",
239
+ "type": "Identifier",
240
+ "code": "ID_652f0947b8374748aa146aa6f6cd9bff",
241
+ "schemaRef": "652f0947b8374748aa146aa6f6cd9bff"
242
+ }
243
+ },
244
+ "name": ""
245
+ }
246
+ ],
247
+ "interfaceKey": "#/38fb7087-77d8-42f5-8be9-2416e39d4622/e4535f1ff8474d77b10e1fb83c8616f2"
248
+ },
249
+ {
250
+ "level": "logicNode",
251
+ "id": "<auto>",
252
+ "parentId": "<parentId>",
253
+ "logicId": "<logicId>",
254
+ "label": "调用逻辑",
255
+ "folded": false,
256
+ "type": "CallLogic",
257
+ "params": [],
258
+ "calleeCode": "$refs.ID_c4d1d06d486c4da1922b56a4a6340999.reload",
259
+ "callee": ""
260
+ },
261
+ {
262
+ "level": "logicNode",
263
+ "id": "<auto>",
264
+ "parentId": "<parentId>",
265
+ "logicId": "<logicId>",
266
+ "label": "结束",
267
+ "folded": false,
268
+ "type": "End"
269
+ }
270
+ ],
271
+ "playgroundId": "<auto>",
272
+ "playground": []
273
+ }
274
+ ],
275
+ "params": [],
276
+ "variables": [],
277
+ "lifecycles": []
278
+ },
279
+ "$html": {
280
+ "level": "element",
281
+ "id": "<auto>",
282
+ "type": 0,
283
+ "tag": "u-linear-layout",
284
+ "attrList": [
285
+ {
286
+ "level": "attr",
287
+ "id": "<auto>",
288
+ "type": "string",
289
+ "model": false,
290
+ "sync": false,
291
+ "name": "direction",
292
+ "value": "vertical"
293
+ }
294
+ ],
295
+ "eventList": [],
296
+ "directiveList": [],
297
+ "children": [
298
+ {
299
+ "level": "element",
300
+ "id": "<auto>",
301
+ "type": 0,
302
+ "tag": "div",
303
+ "attrList": [],
304
+ "eventList": [],
305
+ "directiveList": [],
306
+ "children": [
307
+ {
308
+ "level": "element",
309
+ "id": "<auto>",
310
+ "type": 0,
311
+ "tag": "u-text",
312
+ "attrList": [
313
+ {
314
+ "level": "attr",
315
+ "id": "<auto>",
316
+ "type": "string",
317
+ "model": false,
318
+ "sync": false,
319
+ "name": "text",
320
+ "value": "view2页面的内容"
321
+ }
322
+ ],
323
+ "eventList": [],
324
+ "directiveList": [],
325
+ "children": []
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "level": "element",
331
+ "id": "<auto>",
332
+ "type": 0,
333
+ "tag": "u-table-view",
334
+ "name": "tableView",
335
+ "attrList": [
336
+ {
337
+ "level": "attr",
338
+ "id": "<auto>",
339
+ "type": "dynamic",
340
+ "model": false,
341
+ "sync": false,
342
+ "name": "data-source",
343
+ "value": "",
344
+ "expression": {
345
+ "id": "<auto>",
346
+ "level": "expressionNode",
347
+ "type": "Identifier",
348
+ "name": "load",
349
+ "schemaRef": "#/<logicId>",
350
+ "code": "ID_<logicId>",
351
+ "folded": false
352
+ },
353
+ "elementId": "<elementId>"
354
+ },
355
+ {
356
+ "level": "attr",
357
+ "id": "<auto>",
358
+ "type": "static",
359
+ "model": false,
360
+ "sync": false,
361
+ "name": "pageable",
362
+ "value": "true",
363
+ "expression": null,
364
+ "elementId": "<elementId>"
365
+ },
366
+ {
367
+ "level": "attr",
368
+ "id": "<auto>",
369
+ "type": "static",
370
+ "model": false,
371
+ "sync": false,
372
+ "name": "remote-paging",
373
+ "value": "true",
374
+ "expression": null,
375
+ "elementId": "<elementId>"
376
+ },
377
+ {
378
+ "level": "attr",
379
+ "id": "<auto>",
380
+ "type": "string",
381
+ "model": false,
382
+ "sync": false,
383
+ "name": "data-schema",
384
+ "value": "#/38fb7087-77d8-42f5-8be9-2416e39d4622/e22d1d38f9034c2c913d3480ca84d41d",
385
+ "expression": null,
386
+ "elementId": "<elementId>"
387
+ }
388
+ ],
389
+ "eventList": [],
390
+ "directiveList": [],
391
+ "slotTarget": null,
392
+ "slotScope": null,
393
+ "staticClass": null,
394
+ "staticStyle": null,
395
+ "parentId": "<parentId>",
396
+ "_posIndex": 1,
397
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
398
+ "children": [
399
+ {
400
+ "level": "element",
401
+ "id": "<auto>",
402
+ "type": 0,
403
+ "tag": "u-table-view-column",
404
+ "name": null,
405
+ "attrList": [
406
+ {
407
+ "level": "attr",
408
+ "id": "<auto>",
409
+ "type": "string",
410
+ "model": false,
411
+ "sync": false,
412
+ "name": "type",
413
+ "value": "index",
414
+ "expression": null,
415
+ "elementId": "<elementId>"
416
+ },
417
+ {
418
+ "level": "attr",
419
+ "id": "<auto>",
420
+ "type": "string",
421
+ "model": false,
422
+ "sync": false,
423
+ "name": "width",
424
+ "value": "60",
425
+ "expression": null,
426
+ "elementId": "<elementId>"
427
+ },
428
+ {
429
+ "level": "attr",
430
+ "id": "<auto>",
431
+ "type": "string",
432
+ "model": false,
433
+ "sync": false,
434
+ "name": "title",
435
+ "value": "序号",
436
+ "expression": null,
437
+ "elementId": "<elementId>"
438
+ }
439
+ ],
440
+ "eventList": [],
441
+ "directiveList": [],
442
+ "slotTarget": null,
443
+ "slotScope": null,
444
+ "staticClass": null,
445
+ "staticStyle": null,
446
+ "parentId": null,
447
+ "_posIndex": 0,
448
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
449
+ "children": []
450
+ },
451
+ {
452
+ "level": "element",
453
+ "id": "<auto>",
454
+ "type": 0,
455
+ "tag": "u-table-view-column",
456
+ "name": null,
457
+ "attrList": [
458
+ {
459
+ "level": "attr",
460
+ "id": "<auto>",
461
+ "type": "string",
462
+ "model": false,
463
+ "sync": false,
464
+ "name": "title",
465
+ "value": "发票名称",
466
+ "expression": null,
467
+ "elementId": "<elementId>"
468
+ },
469
+ {
470
+ "level": "attr",
471
+ "id": "<auto>",
472
+ "type": "string",
473
+ "model": false,
474
+ "sync": false,
475
+ "name": "field",
476
+ "value": "name",
477
+ "expression": null,
478
+ "elementId": "<elementId>"
479
+ }
480
+ ],
481
+ "eventList": [],
482
+ "directiveList": [],
483
+ "slotTarget": null,
484
+ "slotScope": null,
485
+ "staticClass": null,
486
+ "staticStyle": null,
487
+ "parentId": null,
488
+ "_posIndex": 1,
489
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
490
+ "children": [
491
+ {
492
+ "level": "element",
493
+ "id": "<auto>",
494
+ "type": 0,
495
+ "tag": "template",
496
+ "name": null,
497
+ "attrList": [],
498
+ "eventList": [],
499
+ "directiveList": [],
500
+ "slotTarget": "cell",
501
+ "slotScope": "scope",
502
+ "staticClass": null,
503
+ "staticStyle": null,
504
+ "parentId": null,
505
+ "_posIndex": 0,
506
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
507
+ "children": [
508
+ {
509
+ "level": "element",
510
+ "id": "<auto>",
511
+ "type": 0,
512
+ "tag": "u-linear-layout",
513
+ "name": null,
514
+ "attrList": [
515
+ {
516
+ "level": "attr",
517
+ "id": "<auto>",
518
+ "type": "string",
519
+ "model": false,
520
+ "sync": false,
521
+ "name": "gap",
522
+ "value": "small",
523
+ "expression": null,
524
+ "elementId": "<elementId>"
525
+ }
526
+ ],
527
+ "eventList": [],
528
+ "directiveList": [],
529
+ "slotTarget": null,
530
+ "slotScope": null,
531
+ "staticClass": null,
532
+ "staticStyle": null,
533
+ "parentId": null,
534
+ "_posIndex": 0,
535
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
536
+ "children": [
537
+ {
538
+ "level": "element",
539
+ "id": "<auto>",
540
+ "type": 0,
541
+ "tag": "u-text",
542
+ "name": null,
543
+ "attrList": [
544
+ {
545
+ "level": "attr",
546
+ "id": "<auto>",
547
+ "type": "dynamic",
548
+ "model": false,
549
+ "sync": false,
550
+ "name": "text",
551
+ "value": "",
552
+ "expression": {
553
+ "level": "expressionNode",
554
+ "folded": false,
555
+ "type": "MemberExpression",
556
+ "object": {
557
+ "level": "expressionNode",
558
+ "type": "MemberExpression",
559
+ "object": {
560
+ "level": "expressionNode",
561
+ "type": "MemberExpression",
562
+ "object": {
563
+ "level": "expressionNode",
564
+ "type": "Identifier",
565
+ "name": "scope"
566
+ },
567
+ "property": {
568
+ "level": "expressionNode",
569
+ "type": "Identifier",
570
+ "name": "item"
571
+ }
572
+ },
573
+ "property": {
574
+ "level": "expressionNode",
575
+ "type": "Identifier",
576
+ "code": "ID_943de1e73cfd40d5a2c6e563ac1e44d0",
577
+ "schemaRef": "943de1e73cfd40d5a2c6e563ac1e44d0"
578
+ }
579
+ },
580
+ "property": {
581
+ "level": "expressionNode",
582
+ "type": "Identifier",
583
+ "code": "ID_a32dc165f6644e86ab7739aefcc8306b",
584
+ "schemaRef": "a32dc165f6644e86ab7739aefcc8306b"
585
+ }
586
+ },
587
+ "elementId": "<elementId>"
588
+ }
589
+ ],
590
+ "eventList": [],
591
+ "directiveList": [],
592
+ "slotTarget": null,
593
+ "slotScope": null,
594
+ "staticClass": null,
595
+ "staticStyle": null,
596
+ "parentId": null,
597
+ "_posIndex": 0,
598
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
599
+ "children": [],
600
+ "events": {}
601
+ }
602
+ ]
603
+ }
604
+ ]
605
+ }
606
+ ]
607
+ },
608
+ {
609
+ "level": "element",
610
+ "id": "<auto>",
611
+ "type": 0,
612
+ "tag": "u-table-view-column",
613
+ "name": null,
614
+ "attrList": [
615
+ {
616
+ "level": "attr",
617
+ "id": "<auto>",
618
+ "type": "string",
619
+ "model": false,
620
+ "sync": false,
621
+ "name": "title",
622
+ "value": "发票邮件",
623
+ "expression": null,
624
+ "elementId": "<elementId>"
625
+ },
626
+ {
627
+ "level": "attr",
628
+ "id": "<auto>",
629
+ "type": "string",
630
+ "model": false,
631
+ "sync": false,
632
+ "name": "field",
633
+ "value": "email",
634
+ "expression": null,
635
+ "elementId": "<elementId>"
636
+ }
637
+ ],
638
+ "eventList": [],
639
+ "directiveList": [],
640
+ "slotTarget": null,
641
+ "slotScope": null,
642
+ "staticClass": null,
643
+ "staticStyle": null,
644
+ "parentId": null,
645
+ "_posIndex": 2,
646
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
647
+ "children": [
648
+ {
649
+ "level": "element",
650
+ "id": "<auto>",
651
+ "type": 0,
652
+ "tag": "template",
653
+ "name": null,
654
+ "attrList": [],
655
+ "eventList": [],
656
+ "directiveList": [],
657
+ "slotTarget": "cell",
658
+ "slotScope": "scope",
659
+ "staticClass": null,
660
+ "staticStyle": null,
661
+ "parentId": null,
662
+ "_posIndex": 0,
663
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
664
+ "children": [
665
+ {
666
+ "level": "element",
667
+ "id": "<auto>",
668
+ "type": 0,
669
+ "tag": "u-linear-layout",
670
+ "name": null,
671
+ "attrList": [
672
+ {
673
+ "level": "attr",
674
+ "id": "<auto>",
675
+ "type": "string",
676
+ "model": false,
677
+ "sync": false,
678
+ "name": "gap",
679
+ "value": "small",
680
+ "expression": null,
681
+ "elementId": "<elementId>"
682
+ }
683
+ ],
684
+ "eventList": [],
685
+ "directiveList": [],
686
+ "slotTarget": null,
687
+ "slotScope": null,
688
+ "staticClass": null,
689
+ "staticStyle": null,
690
+ "parentId": null,
691
+ "_posIndex": 0,
692
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
693
+ "children": [
694
+ {
695
+ "level": "element",
696
+ "id": "<auto>",
697
+ "type": 0,
698
+ "tag": "u-text",
699
+ "name": null,
700
+ "attrList": [
701
+ {
702
+ "level": "attr",
703
+ "id": "<auto>",
704
+ "type": "dynamic",
705
+ "model": false,
706
+ "sync": false,
707
+ "name": "text",
708
+ "value": "",
709
+ "expression": {
710
+ "level": "expressionNode",
711
+ "folded": false,
712
+ "type": "MemberExpression",
713
+ "object": {
714
+ "level": "expressionNode",
715
+ "type": "MemberExpression",
716
+ "object": {
717
+ "level": "expressionNode",
718
+ "type": "MemberExpression",
719
+ "object": {
720
+ "level": "expressionNode",
721
+ "type": "Identifier",
722
+ "name": "scope"
723
+ },
724
+ "property": {
725
+ "level": "expressionNode",
726
+ "type": "Identifier",
727
+ "name": "item"
728
+ }
729
+ },
730
+ "property": {
731
+ "level": "expressionNode",
732
+ "type": "Identifier",
733
+ "code": "ID_943de1e73cfd40d5a2c6e563ac1e44d0",
734
+ "schemaRef": "943de1e73cfd40d5a2c6e563ac1e44d0"
735
+ }
736
+ },
737
+ "property": {
738
+ "level": "expressionNode",
739
+ "type": "Identifier",
740
+ "code": "ID_1bac331a7ece49daaccbeb529b0523ee",
741
+ "schemaRef": "1bac331a7ece49daaccbeb529b0523ee"
742
+ }
743
+ },
744
+ "elementId": "<elementId>"
745
+ }
746
+ ],
747
+ "eventList": [],
748
+ "directiveList": [],
749
+ "slotTarget": null,
750
+ "slotScope": null,
751
+ "staticClass": null,
752
+ "staticStyle": null,
753
+ "parentId": null,
754
+ "_posIndex": 0,
755
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
756
+ "children": [],
757
+ "events": {}
758
+ }
759
+ ]
760
+ }
761
+ ]
762
+ }
763
+ ]
764
+ },
765
+ {
766
+ "level": "element",
767
+ "id": "<auto>",
768
+ "type": 0,
769
+ "tag": "u-table-view-column",
770
+ "name": null,
771
+ "attrList": [
772
+ {
773
+ "level": "attr",
774
+ "id": "<auto>",
775
+ "type": "string",
776
+ "model": false,
777
+ "sync": false,
778
+ "name": "title",
779
+ "value": "发票类型",
780
+ "expression": null,
781
+ "elementId": "<elementId>"
782
+ },
783
+ {
784
+ "level": "attr",
785
+ "id": "<auto>",
786
+ "type": "string",
787
+ "model": false,
788
+ "sync": false,
789
+ "name": "field",
790
+ "value": "type",
791
+ "expression": null,
792
+ "elementId": "<elementId>"
793
+ }
794
+ ],
795
+ "eventList": [],
796
+ "directiveList": [],
797
+ "slotTarget": null,
798
+ "slotScope": null,
799
+ "staticClass": null,
800
+ "staticStyle": null,
801
+ "parentId": null,
802
+ "_posIndex": 3,
803
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
804
+ "children": [
805
+ {
806
+ "level": "element",
807
+ "id": "<auto>",
808
+ "type": 0,
809
+ "tag": "template",
810
+ "name": null,
811
+ "attrList": [],
812
+ "eventList": [],
813
+ "directiveList": [],
814
+ "slotTarget": "cell",
815
+ "slotScope": "scope",
816
+ "staticClass": null,
817
+ "staticStyle": null,
818
+ "parentId": null,
819
+ "_posIndex": 0,
820
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
821
+ "children": [
822
+ {
823
+ "level": "element",
824
+ "id": "<auto>",
825
+ "type": 0,
826
+ "tag": "u-linear-layout",
827
+ "name": null,
828
+ "attrList": [
829
+ {
830
+ "level": "attr",
831
+ "id": "<auto>",
832
+ "type": "string",
833
+ "model": false,
834
+ "sync": false,
835
+ "name": "gap",
836
+ "value": "small",
837
+ "expression": null,
838
+ "elementId": "<elementId>"
839
+ }
840
+ ],
841
+ "eventList": [],
842
+ "directiveList": [],
843
+ "slotTarget": null,
844
+ "slotScope": null,
845
+ "staticClass": null,
846
+ "staticStyle": null,
847
+ "parentId": null,
848
+ "_posIndex": 0,
849
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
850
+ "children": [
851
+ {
852
+ "level": "element",
853
+ "id": "<auto>",
854
+ "type": 0,
855
+ "tag": "u-text",
856
+ "name": null,
857
+ "attrList": [
858
+ {
859
+ "level": "attr",
860
+ "id": "<auto>",
861
+ "type": "dynamic",
862
+ "model": false,
863
+ "sync": false,
864
+ "name": "text",
865
+ "value": "",
866
+ "expression": {
867
+ "level": "expressionNode",
868
+ "id": "<auto>",
869
+ "label": "内置函数",
870
+ "folded": false,
871
+ "type": "BuiltInFunction",
872
+ "value": "Enum",
873
+ "builtInFuncParams": [
874
+ {
875
+ "level": "expressionNode",
876
+ "id": "<auto>",
877
+ "parentId": "<parentId>",
878
+ "parentAttr": "builtInFuncParams",
879
+ "logicId": "",
880
+ "folded": false,
881
+ "_posIndex": 0,
882
+ "type": "BuiltInFuncParam",
883
+ "builtInFuncParamValue": {
884
+ "level": "expressionNode",
885
+ "id": "<auto>",
886
+ "parentId": "<parentId>",
887
+ "parentAttr": "builtInFuncParamValue",
888
+ "logicId": "",
889
+ "folded": false,
890
+ "type": "StringLiteral",
891
+ "code": "ID_a6a7f72320a641ea9793c44d1d8700fb",
892
+ "value": "ID_a6a7f72320a641ea9793c44d1d8700fb"
893
+ },
894
+ "name": ""
895
+ },
896
+ {
897
+ "level": "expressionNode",
898
+ "id": "<auto>",
899
+ "parentId": "<parentId>",
900
+ "parentAttr": "builtInFuncParams",
901
+ "logicId": "",
902
+ "folded": false,
903
+ "_posIndex": 1,
904
+ "type": "BuiltInFuncParam",
905
+ "builtInFuncParamValue": {
906
+ "level": "expressionNode",
907
+ "parentAttr": "builtInFuncParamValue",
908
+ "folded": false,
909
+ "type": "MemberExpression",
910
+ "object": {
911
+ "level": "expressionNode",
912
+ "type": "MemberExpression",
913
+ "object": {
914
+ "level": "expressionNode",
915
+ "type": "MemberExpression",
916
+ "object": {
917
+ "level": "expressionNode",
918
+ "type": "Identifier",
919
+ "name": "scope"
920
+ },
921
+ "property": {
922
+ "level": "expressionNode",
923
+ "type": "Identifier",
924
+ "name": "item"
925
+ }
926
+ },
927
+ "property": {
928
+ "level": "expressionNode",
929
+ "type": "Identifier",
930
+ "code": "ID_943de1e73cfd40d5a2c6e563ac1e44d0",
931
+ "schemaRef": "943de1e73cfd40d5a2c6e563ac1e44d0"
932
+ }
933
+ },
934
+ "property": {
935
+ "level": "expressionNode",
936
+ "type": "Identifier",
937
+ "code": "ID_03c22429119d4ef5bff4a33f88d4a783",
938
+ "schemaRef": "03c22429119d4ef5bff4a33f88d4a783"
939
+ }
940
+ },
941
+ "name": ""
942
+ }
943
+ ],
944
+ "calleeCode": "Enum"
945
+ },
946
+ "elementId": "<elementId>"
947
+ }
948
+ ],
949
+ "eventList": [],
950
+ "directiveList": [],
951
+ "slotTarget": null,
952
+ "slotScope": null,
953
+ "staticClass": null,
954
+ "staticStyle": null,
955
+ "parentId": null,
956
+ "_posIndex": 0,
957
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
958
+ "children": [],
959
+ "events": {}
960
+ }
961
+ ]
962
+ }
963
+ ]
964
+ }
965
+ ]
966
+ },
967
+ {
968
+ "level": "element",
969
+ "id": "<auto>",
970
+ "type": 0,
971
+ "tag": "u-table-view-column",
972
+ "name": null,
973
+ "attrList": [
974
+ {
975
+ "level": "attr",
976
+ "id": "<auto>",
977
+ "type": "string",
978
+ "model": false,
979
+ "sync": false,
980
+ "name": "title",
981
+ "value": "发票状态",
982
+ "expression": null,
983
+ "elementId": "<elementId>"
984
+ },
985
+ {
986
+ "level": "attr",
987
+ "id": "<auto>",
988
+ "type": "string",
989
+ "model": false,
990
+ "sync": false,
991
+ "name": "field",
992
+ "value": "status",
993
+ "expression": null,
994
+ "elementId": "<elementId>"
995
+ }
996
+ ],
997
+ "eventList": [],
998
+ "directiveList": [],
999
+ "slotTarget": null,
1000
+ "slotScope": null,
1001
+ "staticClass": null,
1002
+ "staticStyle": null,
1003
+ "parentId": null,
1004
+ "_posIndex": 4,
1005
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1006
+ "children": [
1007
+ {
1008
+ "level": "element",
1009
+ "id": "<auto>",
1010
+ "type": 0,
1011
+ "tag": "template",
1012
+ "name": null,
1013
+ "attrList": [],
1014
+ "eventList": [],
1015
+ "directiveList": [],
1016
+ "slotTarget": "cell",
1017
+ "slotScope": "scope",
1018
+ "staticClass": null,
1019
+ "staticStyle": null,
1020
+ "parentId": null,
1021
+ "_posIndex": 0,
1022
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1023
+ "children": [
1024
+ {
1025
+ "level": "element",
1026
+ "id": "<auto>",
1027
+ "type": 0,
1028
+ "tag": "u-linear-layout",
1029
+ "name": null,
1030
+ "attrList": [
1031
+ {
1032
+ "level": "attr",
1033
+ "id": "<auto>",
1034
+ "type": "string",
1035
+ "model": false,
1036
+ "sync": false,
1037
+ "name": "gap",
1038
+ "value": "small",
1039
+ "expression": null,
1040
+ "elementId": "<elementId>"
1041
+ }
1042
+ ],
1043
+ "eventList": [],
1044
+ "directiveList": [],
1045
+ "slotTarget": null,
1046
+ "slotScope": null,
1047
+ "staticClass": null,
1048
+ "staticStyle": null,
1049
+ "parentId": null,
1050
+ "_posIndex": 0,
1051
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1052
+ "children": [
1053
+ {
1054
+ "level": "element",
1055
+ "id": "<auto>",
1056
+ "type": 0,
1057
+ "tag": "u-text",
1058
+ "name": null,
1059
+ "attrList": [
1060
+ {
1061
+ "level": "attr",
1062
+ "id": "<auto>",
1063
+ "type": "dynamic",
1064
+ "model": false,
1065
+ "sync": false,
1066
+ "name": "text",
1067
+ "value": "",
1068
+ "expression": {
1069
+ "level": "expressionNode",
1070
+ "id": "<auto>",
1071
+ "label": "内置函数",
1072
+ "folded": false,
1073
+ "type": "BuiltInFunction",
1074
+ "value": "Enum",
1075
+ "builtInFuncParams": [
1076
+ {
1077
+ "level": "expressionNode",
1078
+ "id": "<auto>",
1079
+ "parentId": "<parentId>",
1080
+ "parentAttr": "builtInFuncParams",
1081
+ "logicId": "",
1082
+ "folded": false,
1083
+ "_posIndex": 0,
1084
+ "type": "BuiltInFuncParam",
1085
+ "builtInFuncParamValue": {
1086
+ "level": "expressionNode",
1087
+ "id": "<auto>",
1088
+ "parentId": "<parentId>",
1089
+ "parentAttr": "builtInFuncParamValue",
1090
+ "logicId": "",
1091
+ "folded": false,
1092
+ "type": "StringLiteral",
1093
+ "code": "ID_f0f77a47f8ac4ad39f4847146387d73e",
1094
+ "value": "ID_f0f77a47f8ac4ad39f4847146387d73e"
1095
+ },
1096
+ "name": ""
1097
+ },
1098
+ {
1099
+ "level": "expressionNode",
1100
+ "id": "<auto>",
1101
+ "parentId": "<parentId>",
1102
+ "parentAttr": "builtInFuncParams",
1103
+ "logicId": "",
1104
+ "folded": false,
1105
+ "_posIndex": 1,
1106
+ "type": "BuiltInFuncParam",
1107
+ "builtInFuncParamValue": {
1108
+ "level": "expressionNode",
1109
+ "parentAttr": "builtInFuncParamValue",
1110
+ "folded": false,
1111
+ "type": "MemberExpression",
1112
+ "object": {
1113
+ "level": "expressionNode",
1114
+ "type": "MemberExpression",
1115
+ "object": {
1116
+ "level": "expressionNode",
1117
+ "type": "MemberExpression",
1118
+ "object": {
1119
+ "level": "expressionNode",
1120
+ "type": "Identifier",
1121
+ "name": "scope"
1122
+ },
1123
+ "property": {
1124
+ "level": "expressionNode",
1125
+ "type": "Identifier",
1126
+ "name": "item"
1127
+ }
1128
+ },
1129
+ "property": {
1130
+ "level": "expressionNode",
1131
+ "type": "Identifier",
1132
+ "code": "ID_943de1e73cfd40d5a2c6e563ac1e44d0",
1133
+ "schemaRef": "943de1e73cfd40d5a2c6e563ac1e44d0"
1134
+ }
1135
+ },
1136
+ "property": {
1137
+ "level": "expressionNode",
1138
+ "type": "Identifier",
1139
+ "code": "ID_d5a9c772e45e4a64b9f1777d153442f4",
1140
+ "schemaRef": "d5a9c772e45e4a64b9f1777d153442f4"
1141
+ }
1142
+ },
1143
+ "name": ""
1144
+ }
1145
+ ],
1146
+ "calleeCode": "Enum"
1147
+ },
1148
+ "elementId": "<elementId>"
1149
+ }
1150
+ ],
1151
+ "eventList": [],
1152
+ "directiveList": [],
1153
+ "slotTarget": null,
1154
+ "slotScope": null,
1155
+ "staticClass": null,
1156
+ "staticStyle": null,
1157
+ "parentId": null,
1158
+ "_posIndex": 0,
1159
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1160
+ "children": [],
1161
+ "events": {}
1162
+ }
1163
+ ]
1164
+ }
1165
+ ]
1166
+ }
1167
+ ]
1168
+ },
1169
+ {
1170
+ "level": "element",
1171
+ "id": "<auto>",
1172
+ "type": 0,
1173
+ "tag": "u-table-view-column",
1174
+ "name": null,
1175
+ "attrList": [
1176
+ {
1177
+ "level": "attr",
1178
+ "id": "<auto>",
1179
+ "type": "string",
1180
+ "model": false,
1181
+ "sync": false,
1182
+ "name": "title",
1183
+ "value": "开票日期",
1184
+ "expression": null,
1185
+ "elementId": "<elementId>"
1186
+ },
1187
+ {
1188
+ "level": "attr",
1189
+ "id": "<auto>",
1190
+ "type": "string",
1191
+ "model": false,
1192
+ "sync": false,
1193
+ "name": "field",
1194
+ "value": "createdDate",
1195
+ "expression": null,
1196
+ "elementId": "<elementId>"
1197
+ }
1198
+ ],
1199
+ "eventList": [],
1200
+ "directiveList": [],
1201
+ "slotTarget": null,
1202
+ "slotScope": null,
1203
+ "staticClass": null,
1204
+ "staticStyle": null,
1205
+ "parentId": null,
1206
+ "_posIndex": 5,
1207
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1208
+ "children": [
1209
+ {
1210
+ "level": "element",
1211
+ "id": "<auto>",
1212
+ "type": 0,
1213
+ "tag": "template",
1214
+ "name": null,
1215
+ "attrList": [],
1216
+ "eventList": [],
1217
+ "directiveList": [],
1218
+ "slotTarget": "cell",
1219
+ "slotScope": "scope",
1220
+ "staticClass": null,
1221
+ "staticStyle": null,
1222
+ "parentId": null,
1223
+ "_posIndex": 0,
1224
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1225
+ "children": [
1226
+ {
1227
+ "level": "element",
1228
+ "id": "<auto>",
1229
+ "type": 0,
1230
+ "tag": "u-linear-layout",
1231
+ "name": null,
1232
+ "attrList": [
1233
+ {
1234
+ "level": "attr",
1235
+ "id": "<auto>",
1236
+ "type": "string",
1237
+ "model": false,
1238
+ "sync": false,
1239
+ "name": "gap",
1240
+ "value": "small",
1241
+ "expression": null,
1242
+ "elementId": "<elementId>"
1243
+ }
1244
+ ],
1245
+ "eventList": [],
1246
+ "directiveList": [],
1247
+ "slotTarget": null,
1248
+ "slotScope": null,
1249
+ "staticClass": null,
1250
+ "staticStyle": null,
1251
+ "parentId": null,
1252
+ "_posIndex": 0,
1253
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1254
+ "children": [
1255
+ {
1256
+ "level": "element",
1257
+ "id": "<auto>",
1258
+ "type": 0,
1259
+ "tag": "u-text",
1260
+ "name": null,
1261
+ "attrList": [
1262
+ {
1263
+ "level": "attr",
1264
+ "id": "<auto>",
1265
+ "type": "dynamic",
1266
+ "model": false,
1267
+ "sync": false,
1268
+ "name": "text",
1269
+ "value": "",
1270
+ "expression": {
1271
+ "level": "expressionNode",
1272
+ "id": "<auto>",
1273
+ "label": "内置函数",
1274
+ "folded": false,
1275
+ "type": "BuiltInFunction",
1276
+ "value": "FormatDate",
1277
+ "builtInFuncParams": [
1278
+ {
1279
+ "level": "expressionNode",
1280
+ "id": "<auto>",
1281
+ "parentId": "<parentId>",
1282
+ "parentAttr": "builtInFuncParams",
1283
+ "logicId": "",
1284
+ "folded": false,
1285
+ "_posIndex": 0,
1286
+ "type": "BuiltInFuncParam",
1287
+ "builtInFuncParamValue": {
1288
+ "level": "expressionNode",
1289
+ "parentAttr": "builtInFuncParamValue",
1290
+ "folded": false,
1291
+ "type": "MemberExpression",
1292
+ "object": {
1293
+ "level": "expressionNode",
1294
+ "type": "MemberExpression",
1295
+ "object": {
1296
+ "level": "expressionNode",
1297
+ "type": "MemberExpression",
1298
+ "object": {
1299
+ "level": "expressionNode",
1300
+ "type": "Identifier",
1301
+ "name": "scope"
1302
+ },
1303
+ "property": {
1304
+ "level": "expressionNode",
1305
+ "type": "Identifier",
1306
+ "name": "item"
1307
+ }
1308
+ },
1309
+ "property": {
1310
+ "level": "expressionNode",
1311
+ "type": "Identifier",
1312
+ "code": "ID_943de1e73cfd40d5a2c6e563ac1e44d0",
1313
+ "schemaRef": "943de1e73cfd40d5a2c6e563ac1e44d0"
1314
+ }
1315
+ },
1316
+ "property": {
1317
+ "level": "expressionNode",
1318
+ "type": "Identifier",
1319
+ "code": "ID_35597ec7fa824b34b140bbcffd27b30f",
1320
+ "schemaRef": "35597ec7fa824b34b140bbcffd27b30f"
1321
+ }
1322
+ },
1323
+ "name": ""
1324
+ },
1325
+ {
1326
+ "level": "expressionNode",
1327
+ "id": "<auto>",
1328
+ "parentId": "<parentId>",
1329
+ "parentAttr": "builtInFuncParams",
1330
+ "logicId": "",
1331
+ "folded": false,
1332
+ "_posIndex": 1,
1333
+ "type": "BuiltInFuncParam",
1334
+ "builtInFuncParamValue": {
1335
+ "level": "expressionNode",
1336
+ "id": "<auto>",
1337
+ "parentId": "<parentId>",
1338
+ "parentAttr": "builtInFuncParamValue",
1339
+ "logicId": "",
1340
+ "folded": false,
1341
+ "type": "StringLiteral",
1342
+ "value": "YYYY-MM-DD"
1343
+ },
1344
+ "name": ""
1345
+ }
1346
+ ],
1347
+ "calleeCode": "FormatDate"
1348
+ },
1349
+ "elementId": "<elementId>"
1350
+ }
1351
+ ],
1352
+ "eventList": [],
1353
+ "directiveList": [],
1354
+ "slotTarget": null,
1355
+ "slotScope": null,
1356
+ "staticClass": null,
1357
+ "staticStyle": null,
1358
+ "parentId": null,
1359
+ "_posIndex": 0,
1360
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1361
+ "children": [],
1362
+ "events": {}
1363
+ }
1364
+ ]
1365
+ }
1366
+ ]
1367
+ }
1368
+ ]
1369
+ },
1370
+ {
1371
+ "level": "element",
1372
+ "id": "<auto>",
1373
+ "type": 0,
1374
+ "tag": "u-table-view-column",
1375
+ "name": null,
1376
+ "attrList": [
1377
+ {
1378
+ "level": "attr",
1379
+ "id": "<auto>",
1380
+ "type": "string",
1381
+ "model": false,
1382
+ "sync": false,
1383
+ "name": "title",
1384
+ "value": "附件",
1385
+ "expression": null,
1386
+ "elementId": "<elementId>"
1387
+ },
1388
+ {
1389
+ "level": "attr",
1390
+ "id": "<auto>",
1391
+ "type": "string",
1392
+ "model": false,
1393
+ "sync": false,
1394
+ "name": "field",
1395
+ "value": "attachments",
1396
+ "expression": null,
1397
+ "elementId": "<elementId>"
1398
+ }
1399
+ ],
1400
+ "eventList": [],
1401
+ "directiveList": [],
1402
+ "slotTarget": null,
1403
+ "slotScope": null,
1404
+ "staticClass": null,
1405
+ "staticStyle": null,
1406
+ "parentId": null,
1407
+ "_posIndex": 6,
1408
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1409
+ "children": [
1410
+ {
1411
+ "level": "element",
1412
+ "id": "<auto>",
1413
+ "type": 0,
1414
+ "tag": "template",
1415
+ "name": null,
1416
+ "attrList": [],
1417
+ "eventList": [],
1418
+ "directiveList": [],
1419
+ "slotTarget": "cell",
1420
+ "slotScope": "scope",
1421
+ "staticClass": null,
1422
+ "staticStyle": null,
1423
+ "parentId": null,
1424
+ "_posIndex": 0,
1425
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1426
+ "children": [
1427
+ {
1428
+ "level": "element",
1429
+ "id": "<auto>",
1430
+ "type": 0,
1431
+ "tag": "u-linear-layout",
1432
+ "name": null,
1433
+ "attrList": [
1434
+ {
1435
+ "level": "attr",
1436
+ "id": "<auto>",
1437
+ "type": "string",
1438
+ "model": false,
1439
+ "sync": false,
1440
+ "name": "gap",
1441
+ "value": "small",
1442
+ "expression": null,
1443
+ "elementId": "<elementId>"
1444
+ }
1445
+ ],
1446
+ "eventList": [],
1447
+ "directiveList": [],
1448
+ "slotTarget": null,
1449
+ "slotScope": null,
1450
+ "staticClass": null,
1451
+ "staticStyle": null,
1452
+ "parentId": null,
1453
+ "_posIndex": 0,
1454
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1455
+ "children": [
1456
+ {
1457
+ "level": "element",
1458
+ "id": "<auto>",
1459
+ "type": 0,
1460
+ "tag": "u-text",
1461
+ "name": null,
1462
+ "attrList": [
1463
+ {
1464
+ "level": "attr",
1465
+ "id": "<auto>",
1466
+ "type": "dynamic",
1467
+ "model": false,
1468
+ "sync": false,
1469
+ "name": "text",
1470
+ "value": "",
1471
+ "expression": {
1472
+ "level": "expressionNode",
1473
+ "folded": false,
1474
+ "type": "MemberExpression",
1475
+ "object": {
1476
+ "level": "expressionNode",
1477
+ "type": "MemberExpression",
1478
+ "object": {
1479
+ "level": "expressionNode",
1480
+ "type": "MemberExpression",
1481
+ "object": {
1482
+ "level": "expressionNode",
1483
+ "type": "Identifier",
1484
+ "name": "scope"
1485
+ },
1486
+ "property": {
1487
+ "level": "expressionNode",
1488
+ "type": "Identifier",
1489
+ "name": "item"
1490
+ }
1491
+ },
1492
+ "property": {
1493
+ "level": "expressionNode",
1494
+ "type": "Identifier",
1495
+ "code": "ID_943de1e73cfd40d5a2c6e563ac1e44d0",
1496
+ "schemaRef": "943de1e73cfd40d5a2c6e563ac1e44d0"
1497
+ }
1498
+ },
1499
+ "property": {
1500
+ "level": "expressionNode",
1501
+ "type": "Identifier",
1502
+ "code": "ID_df3cab14dac24159850042c46bc9ba45",
1503
+ "schemaRef": "df3cab14dac24159850042c46bc9ba45"
1504
+ }
1505
+ },
1506
+ "elementId": "<elementId>"
1507
+ }
1508
+ ],
1509
+ "eventList": [],
1510
+ "directiveList": [],
1511
+ "slotTarget": null,
1512
+ "slotScope": null,
1513
+ "staticClass": null,
1514
+ "staticStyle": null,
1515
+ "parentId": null,
1516
+ "_posIndex": 0,
1517
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1518
+ "children": [],
1519
+ "events": {}
1520
+ }
1521
+ ],
1522
+ "events": {}
1523
+ }
1524
+ ]
1525
+ }
1526
+ ]
1527
+ },
1528
+ {
1529
+ "level": "element",
1530
+ "id": "<auto>",
1531
+ "type": 0,
1532
+ "tag": "u-table-view-column",
1533
+ "name": null,
1534
+ "attrList": [
1535
+ {
1536
+ "level": "attr",
1537
+ "id": "<auto>",
1538
+ "type": "string",
1539
+ "model": false,
1540
+ "sync": false,
1541
+ "name": "title",
1542
+ "value": "金额",
1543
+ "expression": null,
1544
+ "elementId": "<elementId>"
1545
+ },
1546
+ {
1547
+ "level": "attr",
1548
+ "id": "<auto>",
1549
+ "type": "string",
1550
+ "model": false,
1551
+ "sync": false,
1552
+ "name": "field",
1553
+ "value": "amount",
1554
+ "expression": null,
1555
+ "elementId": "<elementId>"
1556
+ }
1557
+ ],
1558
+ "eventList": [],
1559
+ "directiveList": [],
1560
+ "slotTarget": null,
1561
+ "slotScope": null,
1562
+ "staticClass": null,
1563
+ "staticStyle": null,
1564
+ "parentId": null,
1565
+ "_posIndex": 7,
1566
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1567
+ "children": [
1568
+ {
1569
+ "level": "element",
1570
+ "id": "<auto>",
1571
+ "type": 0,
1572
+ "tag": "template",
1573
+ "name": null,
1574
+ "attrList": [],
1575
+ "eventList": [],
1576
+ "directiveList": [],
1577
+ "slotTarget": "cell",
1578
+ "slotScope": "scope",
1579
+ "staticClass": null,
1580
+ "staticStyle": null,
1581
+ "parentId": null,
1582
+ "_posIndex": 0,
1583
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1584
+ "children": [
1585
+ {
1586
+ "level": "element",
1587
+ "id": "<auto>",
1588
+ "type": 0,
1589
+ "tag": "u-linear-layout",
1590
+ "name": null,
1591
+ "attrList": [
1592
+ {
1593
+ "level": "attr",
1594
+ "id": "<auto>",
1595
+ "type": "string",
1596
+ "model": false,
1597
+ "sync": false,
1598
+ "name": "gap",
1599
+ "value": "small",
1600
+ "expression": null,
1601
+ "elementId": "<elementId>"
1602
+ }
1603
+ ],
1604
+ "eventList": [],
1605
+ "directiveList": [],
1606
+ "slotTarget": null,
1607
+ "slotScope": null,
1608
+ "staticClass": null,
1609
+ "staticStyle": null,
1610
+ "parentId": null,
1611
+ "_posIndex": 0,
1612
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1613
+ "children": [
1614
+ {
1615
+ "level": "element",
1616
+ "id": "<auto>",
1617
+ "type": 0,
1618
+ "tag": "u-text",
1619
+ "name": null,
1620
+ "attrList": [
1621
+ {
1622
+ "level": "attr",
1623
+ "id": "<auto>",
1624
+ "type": "dynamic",
1625
+ "model": false,
1626
+ "sync": false,
1627
+ "name": "text",
1628
+ "value": "",
1629
+ "expression": {
1630
+ "level": "expressionNode",
1631
+ "folded": false,
1632
+ "type": "MemberExpression",
1633
+ "object": {
1634
+ "level": "expressionNode",
1635
+ "type": "MemberExpression",
1636
+ "object": {
1637
+ "level": "expressionNode",
1638
+ "type": "MemberExpression",
1639
+ "object": {
1640
+ "level": "expressionNode",
1641
+ "type": "Identifier",
1642
+ "name": "scope"
1643
+ },
1644
+ "property": {
1645
+ "level": "expressionNode",
1646
+ "type": "Identifier",
1647
+ "name": "item"
1648
+ }
1649
+ },
1650
+ "property": {
1651
+ "level": "expressionNode",
1652
+ "type": "Identifier",
1653
+ "code": "ID_943de1e73cfd40d5a2c6e563ac1e44d0",
1654
+ "schemaRef": "943de1e73cfd40d5a2c6e563ac1e44d0"
1655
+ }
1656
+ },
1657
+ "property": {
1658
+ "level": "expressionNode",
1659
+ "type": "Identifier",
1660
+ "code": "ID_00a2989b927d457598d3e277ac6ec6ce",
1661
+ "schemaRef": "00a2989b927d457598d3e277ac6ec6ce"
1662
+ }
1663
+ },
1664
+ "elementId": "<elementId>"
1665
+ }
1666
+ ],
1667
+ "eventList": [],
1668
+ "directiveList": [],
1669
+ "slotTarget": null,
1670
+ "slotScope": null,
1671
+ "staticClass": null,
1672
+ "staticStyle": null,
1673
+ "parentId": null,
1674
+ "_posIndex": 0,
1675
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1676
+ "children": [],
1677
+ "events": {}
1678
+ }
1679
+ ]
1680
+ }
1681
+ ]
1682
+ }
1683
+ ]
1684
+ },
1685
+ {
1686
+ "level": "element",
1687
+ "id": "<auto>",
1688
+ "type": 0,
1689
+ "tag": "u-table-view-column",
1690
+ "name": null,
1691
+ "attrList": [
1692
+ {
1693
+ "level": "attr",
1694
+ "id": "<auto>",
1695
+ "type": "string",
1696
+ "model": false,
1697
+ "sync": false,
1698
+ "name": "title",
1699
+ "value": "修改时间",
1700
+ "expression": null,
1701
+ "elementId": "<elementId>"
1702
+ },
1703
+ {
1704
+ "level": "attr",
1705
+ "id": "<auto>",
1706
+ "type": "string",
1707
+ "model": false,
1708
+ "sync": false,
1709
+ "name": "field",
1710
+ "value": "updatedTime",
1711
+ "expression": null,
1712
+ "elementId": "<elementId>"
1713
+ }
1714
+ ],
1715
+ "eventList": [],
1716
+ "directiveList": [],
1717
+ "slotTarget": null,
1718
+ "slotScope": null,
1719
+ "staticClass": null,
1720
+ "staticStyle": null,
1721
+ "parentId": null,
1722
+ "_posIndex": 8,
1723
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1724
+ "children": [
1725
+ {
1726
+ "level": "element",
1727
+ "id": "<auto>",
1728
+ "type": 0,
1729
+ "tag": "template",
1730
+ "name": null,
1731
+ "attrList": [],
1732
+ "eventList": [],
1733
+ "directiveList": [],
1734
+ "slotTarget": "cell",
1735
+ "slotScope": "scope",
1736
+ "staticClass": null,
1737
+ "staticStyle": null,
1738
+ "parentId": null,
1739
+ "_posIndex": 0,
1740
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1741
+ "children": [
1742
+ {
1743
+ "level": "element",
1744
+ "id": "<auto>",
1745
+ "type": 0,
1746
+ "tag": "u-linear-layout",
1747
+ "name": null,
1748
+ "attrList": [
1749
+ {
1750
+ "level": "attr",
1751
+ "id": "<auto>",
1752
+ "type": "string",
1753
+ "model": false,
1754
+ "sync": false,
1755
+ "name": "gap",
1756
+ "value": "small",
1757
+ "expression": null,
1758
+ "elementId": "<elementId>"
1759
+ }
1760
+ ],
1761
+ "eventList": [],
1762
+ "directiveList": [],
1763
+ "slotTarget": null,
1764
+ "slotScope": null,
1765
+ "staticClass": null,
1766
+ "staticStyle": null,
1767
+ "parentId": null,
1768
+ "_posIndex": 0,
1769
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1770
+ "children": [
1771
+ {
1772
+ "level": "element",
1773
+ "id": "<auto>",
1774
+ "type": 0,
1775
+ "tag": "u-text",
1776
+ "name": null,
1777
+ "attrList": [
1778
+ {
1779
+ "level": "attr",
1780
+ "id": "<auto>",
1781
+ "type": "dynamic",
1782
+ "model": false,
1783
+ "sync": false,
1784
+ "name": "text",
1785
+ "value": "",
1786
+ "expression": {
1787
+ "level": "expressionNode",
1788
+ "id": "<auto>",
1789
+ "label": "内置函数",
1790
+ "folded": false,
1791
+ "type": "BuiltInFunction",
1792
+ "value": "FormatDate",
1793
+ "builtInFuncParams": [
1794
+ {
1795
+ "level": "expressionNode",
1796
+ "id": "<auto>",
1797
+ "parentId": "<parentId>",
1798
+ "parentAttr": "builtInFuncParams",
1799
+ "logicId": "",
1800
+ "folded": false,
1801
+ "_posIndex": 0,
1802
+ "type": "BuiltInFuncParam",
1803
+ "builtInFuncParamValue": {
1804
+ "level": "expressionNode",
1805
+ "parentAttr": "builtInFuncParamValue",
1806
+ "folded": false,
1807
+ "type": "MemberExpression",
1808
+ "object": {
1809
+ "level": "expressionNode",
1810
+ "type": "MemberExpression",
1811
+ "object": {
1812
+ "level": "expressionNode",
1813
+ "type": "MemberExpression",
1814
+ "object": {
1815
+ "level": "expressionNode",
1816
+ "type": "Identifier",
1817
+ "name": "scope"
1818
+ },
1819
+ "property": {
1820
+ "level": "expressionNode",
1821
+ "type": "Identifier",
1822
+ "name": "item"
1823
+ }
1824
+ },
1825
+ "property": {
1826
+ "level": "expressionNode",
1827
+ "type": "Identifier",
1828
+ "code": "ID_943de1e73cfd40d5a2c6e563ac1e44d0",
1829
+ "schemaRef": "943de1e73cfd40d5a2c6e563ac1e44d0"
1830
+ }
1831
+ },
1832
+ "property": {
1833
+ "level": "expressionNode",
1834
+ "type": "Identifier",
1835
+ "code": "ID_08b2257b280d484ea48dddfb0565ee8c",
1836
+ "schemaRef": "08b2257b280d484ea48dddfb0565ee8c"
1837
+ }
1838
+ },
1839
+ "name": ""
1840
+ },
1841
+ {
1842
+ "level": "expressionNode",
1843
+ "id": "<auto>",
1844
+ "parentId": "<parentId>",
1845
+ "parentAttr": "builtInFuncParams",
1846
+ "logicId": "",
1847
+ "folded": false,
1848
+ "_posIndex": 1,
1849
+ "type": "BuiltInFuncParam",
1850
+ "builtInFuncParamValue": {
1851
+ "level": "expressionNode",
1852
+ "id": "<auto>",
1853
+ "parentId": "<parentId>",
1854
+ "parentAttr": "builtInFuncParamValue",
1855
+ "logicId": "",
1856
+ "folded": false,
1857
+ "type": "StringLiteral",
1858
+ "value": "YYYY-MM-DD HH:mm:ss"
1859
+ },
1860
+ "name": ""
1861
+ }
1862
+ ],
1863
+ "calleeCode": "FormatDate"
1864
+ },
1865
+ "elementId": "<elementId>"
1866
+ }
1867
+ ],
1868
+ "eventList": [],
1869
+ "directiveList": [],
1870
+ "slotTarget": null,
1871
+ "slotScope": null,
1872
+ "staticClass": null,
1873
+ "staticStyle": null,
1874
+ "parentId": null,
1875
+ "_posIndex": 0,
1876
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1877
+ "children": [],
1878
+ "events": {}
1879
+ }
1880
+ ]
1881
+ }
1882
+ ]
1883
+ }
1884
+ ]
1885
+ },
1886
+ {
1887
+ "level": "element",
1888
+ "id": "<auto>",
1889
+ "type": 0,
1890
+ "tag": "u-table-view-column",
1891
+ "name": null,
1892
+ "attrList": [
1893
+ {
1894
+ "level": "attr",
1895
+ "id": "<auto>",
1896
+ "type": "string",
1897
+ "model": false,
1898
+ "sync": false,
1899
+ "name": "title",
1900
+ "value": "操作",
1901
+ "expression": null,
1902
+ "elementId": "<elementId>"
1903
+ }
1904
+ ],
1905
+ "eventList": [],
1906
+ "directiveList": [],
1907
+ "slotTarget": null,
1908
+ "slotScope": null,
1909
+ "staticClass": null,
1910
+ "staticStyle": null,
1911
+ "parentId": null,
1912
+ "_posIndex": 9,
1913
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1914
+ "children": [
1915
+ {
1916
+ "level": "element",
1917
+ "id": "<auto>",
1918
+ "type": 0,
1919
+ "tag": "template",
1920
+ "name": null,
1921
+ "attrList": [],
1922
+ "eventList": [],
1923
+ "directiveList": [],
1924
+ "slotTarget": "cell",
1925
+ "slotScope": "scope",
1926
+ "staticClass": null,
1927
+ "staticStyle": null,
1928
+ "parentId": null,
1929
+ "_posIndex": 0,
1930
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1931
+ "children": [
1932
+ {
1933
+ "level": "element",
1934
+ "id": "<auto>",
1935
+ "type": 0,
1936
+ "tag": "u-linear-layout",
1937
+ "name": null,
1938
+ "attrList": [
1939
+ {
1940
+ "level": "attr",
1941
+ "id": "<auto>",
1942
+ "type": "string",
1943
+ "model": false,
1944
+ "sync": false,
1945
+ "name": "gap",
1946
+ "value": "small",
1947
+ "expression": null,
1948
+ "elementId": "<elementId>"
1949
+ }
1950
+ ],
1951
+ "eventList": [],
1952
+ "directiveList": [],
1953
+ "slotTarget": null,
1954
+ "slotScope": null,
1955
+ "staticClass": null,
1956
+ "staticStyle": null,
1957
+ "parentId": null,
1958
+ "_posIndex": 0,
1959
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1960
+ "children": [
1961
+ {
1962
+ "level": "element",
1963
+ "id": "<auto>",
1964
+ "type": 0,
1965
+ "tag": "u-link",
1966
+ "name": null,
1967
+ "attrList": [
1968
+ {
1969
+ "level": "attr",
1970
+ "id": "<auto>",
1971
+ "type": "string",
1972
+ "model": false,
1973
+ "sync": false,
1974
+ "name": "text",
1975
+ "value": "修改",
1976
+ "expression": null,
1977
+ "elementId": "<elementId>"
1978
+ }
1979
+ ],
1980
+ "eventList": [
1981
+ {
1982
+ "level": "event",
1983
+ "id": "<auto>",
1984
+ "logicId": "<logicId>",
1985
+ "name": "click",
1986
+ "value": "modify",
1987
+ "elementId": "<elementId>"
1988
+ }
1989
+ ],
1990
+ "directiveList": [],
1991
+ "slotTarget": null,
1992
+ "slotScope": null,
1993
+ "staticClass": null,
1994
+ "staticStyle": null,
1995
+ "parentId": null,
1996
+ "_posIndex": 0,
1997
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
1998
+ "children": []
1999
+ },
2000
+ {
2001
+ "level": "element",
2002
+ "id": "<auto>",
2003
+ "type": 0,
2004
+ "tag": "u-link",
2005
+ "name": null,
2006
+ "attrList": [
2007
+ {
2008
+ "level": "attr",
2009
+ "id": "<auto>",
2010
+ "type": "string",
2011
+ "model": false,
2012
+ "sync": false,
2013
+ "name": "text",
2014
+ "value": "删除",
2015
+ "expression": null,
2016
+ "elementId": "<elementId>"
2017
+ }
2018
+ ],
2019
+ "eventList": [
2020
+ {
2021
+ "level": "event",
2022
+ "id": "<auto>",
2023
+ "logicId": "<logicId>",
2024
+ "name": "click",
2025
+ "value": "ID_e737249c4bf84bcb82dbac17d1911155",
2026
+ "elementId": "<elementId>"
2027
+ }
2028
+ ],
2029
+ "directiveList": [],
2030
+ "slotTarget": null,
2031
+ "slotScope": null,
2032
+ "staticClass": null,
2033
+ "staticStyle": null,
2034
+ "parentId": null,
2035
+ "_posIndex": 1,
2036
+ "viewId": "edac38f8eef84b8a8bceb6751acc35c0",
2037
+ "children": []
2038
+ }
2039
+ ]
2040
+ }
2041
+ ]
2042
+ }
2043
+ ]
2044
+ }
2045
+ ],
2046
+ "events": {}
2047
+ },
2048
+ {
2049
+ "level": "element",
2050
+ "id": "<auto>",
2051
+ "type": 0,
2052
+ "tag": "u-router-view",
2053
+ "attrList": [],
2054
+ "eventList": [],
2055
+ "directiveList": [],
2056
+ "children": []
2057
+ }
2058
+ ]
2059
+ },
2060
+ "interfaces": [
2061
+ {
2062
+ "level": "interface",
2063
+ "id": "<auto>",
2064
+ "key": "#/<serviceId>/<auto>",
2065
+ "name": "load_view2_tableView",
2066
+ "path": "/interface1",
2067
+ "method": "GET",
2068
+ "description": "",
2069
+ "logicId": "<logicId>",
2070
+ "serviceType": "micro",
2071
+ "serviceId": "38fb7087-77d8-42f5-8be9-2416e39d4622",
2072
+ "parameters": "{\"params\":{\"name\":\"params\",\"description\":\"\",\"in\":\"query\",\"required\":true,\"schema\":{\"id\":\"<auto>\",\"$ref\":\"#/systemTypes/DataSourceParams\"}}}",
2073
+ "responses": "{\"200\":{\"description\":\"\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"genericType\",\"typeInstantiation\":{\"typeName\":\"PageOf\",\"typeParams\":[{\"typeParamValue\":{\"$ref\":\"<structureRef>\"},\"type\":\"typeParam\",\"typeParamName\":\"T\"}]}}}}}}",
2074
+ "logic": {
2075
+ "level": "logic",
2076
+ "id": "<auto>",
2077
+ "name": "load_view2_tableView",
2078
+ "description": "",
2079
+ "moduleId": "<interfaceId>",
2080
+ "moduleType": "microService",
2081
+ "params": [
2082
+ {
2083
+ "level": "param",
2084
+ "id": "<auto>",
2085
+ "type": "Identifier",
2086
+ "code": "ID_<auto>",
2087
+ "name": "params",
2088
+ "description": "",
2089
+ "logicId": "<logicId>",
2090
+ "schema": {
2091
+ "id": "<auto>",
2092
+ "$ref": "#/systemTypes/DataSourceParams"
2093
+ },
2094
+ "required": true,
2095
+ "in": "query"
2096
+ }
2097
+ ],
2098
+ "returns": [
2099
+ {
2100
+ "level": "return",
2101
+ "id": "<auto>",
2102
+ "type": "Identifier",
2103
+ "code": "ID_<auto>",
2104
+ "name": "result",
2105
+ "description": "",
2106
+ "logicId": "<logicId>",
2107
+ "schema": {
2108
+ "type": "genericType",
2109
+ "typeInstantiation": {
2110
+ "typeName": "PageOf",
2111
+ "typeParams": [
2112
+ {
2113
+ "typeParamValue": {
2114
+ "$ref": "<structureRef>"
2115
+ },
2116
+ "type": "typeParam",
2117
+ "typeParamName": "T"
2118
+ }
2119
+ ]
2120
+ }
2121
+ }
2122
+ }
2123
+ ],
2124
+ "variables": [],
2125
+ "body": [
2126
+ {
2127
+ "level": "logicNode",
2128
+ "id": "<auto>",
2129
+ "logicId": "",
2130
+ "label": "开始",
2131
+ "folded": false,
2132
+ "type": "Start"
2133
+ },
2134
+ {
2135
+ "level": "logicNode",
2136
+ "id": "<auto>",
2137
+ "parentId": "<parentId>",
2138
+ "logicId": "<logicId>",
2139
+ "label": "调用查询组件",
2140
+ "folded": false,
2141
+ "type": "CallQueryComponent",
2142
+ "logicName": "logic1",
2143
+ "serviceId": "50cb3871-5d24-44b9-a486-2c0f2b77ddbf",
2144
+ "structureRef": "<structureId>",
2145
+ "select": {
2146
+ "id": "<auto>",
2147
+ "level": "expressionNode",
2148
+ "type": "QuerySelectExpression",
2149
+ "logicId": "<logicId>",
2150
+ "label": "查询组件Select子句",
2151
+ "folded": false,
2152
+ "parentId": "<parentId>",
2153
+ "parentAttr": "select",
2154
+ "distinct": false,
2155
+ "star": true,
2156
+ "selectElementList": []
2157
+ },
2158
+ "from": {
2159
+ "id": "<auto>",
2160
+ "level": "expressionNode",
2161
+ "type": "QueryFromExpression",
2162
+ "logicId": "<logicId>",
2163
+ "label": "查询组件From子句",
2164
+ "folded": false,
2165
+ "parentId": "<parentId>",
2166
+ "parentAttr": "from",
2167
+ "entityRef": "<entityId>",
2168
+ "asName": "stu",
2169
+ "joinPartList": []
2170
+ },
2171
+ "limit": {
2172
+ "id": "<auto>",
2173
+ "level": "expressionNode",
2174
+ "type": "QueryLimitExpression",
2175
+ "logicId": "<logicId>",
2176
+ "label": "查询组件Limit子句",
2177
+ "folded": false,
2178
+ "parentId": "<parentId>",
2179
+ "parentAttr": "limit",
2180
+ "limitElement": {
2181
+ "id": "<auto>",
2182
+ "level": "expressionNode",
2183
+ "type": "NumericLiteral",
2184
+ "logicId": "<logicId>",
2185
+ "label": "原子项",
2186
+ "folded": false,
2187
+ "parentId": "<parentId>",
2188
+ "parentAttr": "limitElement",
2189
+ "value": 20
2190
+ },
2191
+ "offsetElement": {
2192
+ "id": "<auto>",
2193
+ "level": "expressionNode",
2194
+ "type": "NumericLiteral",
2195
+ "logicId": "<logicId>",
2196
+ "label": "原子项",
2197
+ "folded": false,
2198
+ "parentId": "<parentId>",
2199
+ "parentAttr": "offsetElement",
2200
+ "value": 10
2201
+ }
2202
+ }
2203
+ },
2204
+ {
2205
+ "level": "logicNode",
2206
+ "id": "<auto>",
2207
+ "parentId": "<parentId>",
2208
+ "logicId": "",
2209
+ "label": "结束",
2210
+ "folded": false,
2211
+ "type": "End"
2212
+ }
2213
+ ],
2214
+ "playgroundId": "<auto>",
2215
+ "playground": []
2216
+ }
2217
+ }
2218
+ ]
2219
+ }