vue2-client 1.15.85 → 1.15.87

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 (698) hide show
  1. package/.claude/settings.local.json +12 -0
  2. package/.cursorrules +19 -19
  3. package/.editorconfig +9 -9
  4. package/.env +20 -20
  5. package/.env.apply +19 -19
  6. package/.env.development +1 -1
  7. package/.env.gaslink +19 -19
  8. package/.env.his +19 -19
  9. package/.env.iot +19 -19
  10. package/.env.liuli +20 -20
  11. package/.env.message +19 -19
  12. package/.env.revenue +19 -19
  13. package/.env.runtime +19 -19
  14. package/.env.scada +19 -19
  15. package/.eslintrc.js +90 -90
  16. package/.eslintrc.json +5 -5
  17. package/CHANGELOG.md +824 -824
  18. package/CLAUDE.md +89 -89
  19. package/Components.md +60 -60
  20. package/README.md +65 -65
  21. package/babel.config.js +21 -21
  22. package/docs/Logic/345/207/275/346/225/260/344/275/277/347/224/250/347/233/270/345/205/263.md +46 -46
  23. package/docs/LowCode/lowcode.md +155 -155
  24. package/docs/LowCode/lowcodeForDeveloper.md +230 -230
  25. package/docs/index.md +30 -30
  26. package/docs/notice.md +22 -22
  27. package/docs//345/207/275/346/225/260/344/275/277/347/224/250/347/233/270/345/205/263.md +179 -179
  28. package/index.js +31 -31
  29. package/jest-transform-stub.js +8 -8
  30. package/jest.config.js +22 -22
  31. package/jest.setup.js +7 -7
  32. package/jsconfig.json +19 -19
  33. package/package.json +111 -111
  34. package/public/his/editor/editor.html +51 -51
  35. package/public/his/editor/mock/bind_data.html +779 -779
  36. package/public/his/editor/mock/data_table.html +40 -40
  37. package/public/his/editor/mock/sign.html +75 -75
  38. package/public/his/editor/vender/JsBarcode.all.js +3669 -3669
  39. package/public/his/editor/vender/date97/My97DatePicker.htm +65 -65
  40. package/public/his/editor/vender/date97/WdatePicker.js +677 -677
  41. package/public/his/editor/vender/date97/calendar.js +4 -4
  42. package/public/his/editor/vender/date97/lang/en.js +13 -13
  43. package/public/his/editor/vender/date97/lang/zh-cn.js +13 -13
  44. package/public/his/editor/vender/date97/lang/zh-tw.js +13 -13
  45. package/public/his/editor/vender/date97/skin/WdatePicker.css +10 -10
  46. package/public/his/editor/vender/date97/skin/default/datepicker.css +328 -328
  47. package/public/his/editor/vender/date97/skin/ext/datepicker.css +308 -308
  48. package/public/his/editor/vender/date97/skin/whyGreen/datepicker.css +255 -255
  49. package/public/his/editor/vender/diff.js +1627 -1627
  50. package/public/his/editor/vender/editor.js +1 -1
  51. package/public/his/editor/vender/fabric.js +31187 -31187
  52. package/public/his/editor/vender/jquery/jquery.base64.js +190 -190
  53. package/public/his/editor/vender/jquery/jquery.js +10872 -10872
  54. package/public/his/editor/vender/jquery/jquery.print.js +255 -255
  55. package/public/his/editor/vender/jquery/zTreeStyle/zTreeStyle.css +96 -96
  56. package/public/his/editor/vender/mui/mui.min.css +4 -4
  57. package/public/his/editor/vender/mui/mui.min.js +5 -5
  58. package/public/his/editor/vender/mui/mui.picker.min.css +6 -6
  59. package/public/his/editor/vender/mui/mui.picker.min.js +6 -6
  60. package/public/his/editor/vender/qrcode.js +7 -7
  61. package/public/his/editor/vender/requirejs/require.js +2145 -2145
  62. package/public/his/editor/vender/signature/jSignature.CompressorSVG.js +518 -518
  63. package/public/his/editor/vender/signature/jSignature.UndoButton.js +164 -164
  64. package/public/his/editor/vender/signature/jSignature.js +1486 -1486
  65. package/public/his/editor/vender/validator.js +5094 -5094
  66. package/public/his/editor/vender/weui/weui.css +5659 -5659
  67. package/public/his/editor/vender/weui/weui.min.css +4 -4
  68. package/public/his/editor/vender/weui/weui.min.js +11 -11
  69. package/public/index.html +27 -27
  70. package/src/App.vue +196 -196
  71. package/src/ReportView.js +13 -13
  72. package/src/assets/img/querySlotDemo.svg +15 -15
  73. package/src/assets/svg/badtwo.svg +1 -1
  74. package/src/assets/svg/goodtwo.svg +1 -1
  75. package/src/base-client/components/AI/AskAiBtn.vue +136 -136
  76. package/src/base-client/components/AI/demo.vue +31 -31
  77. package/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox.vue +532 -532
  78. package/src/base-client/components/common/AddressSearchCombobox/IcMapIcon.vue +16 -16
  79. package/src/base-client/components/common/AddressSearchCombobox/demo.vue +36 -36
  80. package/src/base-client/components/common/AddressSearchCombobox/ic_map.svg +6 -6
  81. package/src/base-client/components/common/AddressSearchCombobox/index.js +3 -3
  82. package/src/base-client/components/common/AmapMarker/AmapPointRendering.vue +120 -120
  83. package/src/base-client/components/common/AmapMarker/index.js +3 -3
  84. package/src/base-client/components/common/CitySelect/CitySelect.vue +376 -376
  85. package/src/base-client/components/common/CitySelect/demo.vue +43 -43
  86. package/src/base-client/components/common/CitySelect/index.js +3 -3
  87. package/src/base-client/components/common/CitySelect/index.md +109 -109
  88. package/src/base-client/components/common/ColorPickerCombobox/ColorPickerCombobox.vue +99 -99
  89. package/src/base-client/components/common/ColorPickerCombobox/demo.vue +34 -34
  90. package/src/base-client/components/common/CreateQuery/CreateQuery.vue +669 -669
  91. package/src/base-client/components/common/CreateQuery/CreateQueryItem.vue +1014 -1014
  92. package/src/base-client/components/common/CreateQuery/index.js +3 -3
  93. package/src/base-client/components/common/CreateQuery/index.md +42 -42
  94. package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQuery.vue +452 -452
  95. package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQueryItem.vue +511 -511
  96. package/src/base-client/components/common/CreateSimpleFormQuery/index.js +3 -3
  97. package/src/base-client/components/common/CreateSimpleFormQuery/index.md +42 -42
  98. package/src/base-client/components/common/FormGroupEdit/FormGroupEdit.vue +146 -146
  99. package/src/base-client/components/common/FormGroupEdit/index.js +3 -3
  100. package/src/base-client/components/common/FormGroupEdit/index.md +43 -43
  101. package/src/base-client/components/common/FormGroupQuery/FormGroupQuery.vue +166 -166
  102. package/src/base-client/components/common/FormGroupQuery/index.js +3 -3
  103. package/src/base-client/components/common/FormGroupQuery/index.md +43 -43
  104. package/src/base-client/components/common/JSONToTree/index.js +3 -3
  105. package/src/base-client/components/common/JSONToTree/jsontotree.vue +271 -271
  106. package/src/base-client/components/common/LowCodeComponent/LowCodeEditorModal.vue +108 -108
  107. package/src/base-client/components/common/LowCodeComponent/LowCodeEditorPanel.vue +413 -413
  108. package/src/base-client/components/common/LowCodeComponent/LowCodePageOrganization.vue +502 -502
  109. package/src/base-client/components/common/LowCodeComponent/LowCodeRender.vue +728 -728
  110. package/src/base-client/components/common/LowCodeComponent/LowCodeRenderEnter.vue +29 -29
  111. package/src/base-client/components/common/LowCodeComponent/LowCodeUIStore.vue +219 -219
  112. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeAddPageModal.vue +117 -117
  113. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeCustomJSModal.vue +80 -80
  114. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeEventEditorModal.vue +398 -398
  115. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLifeCycleModal.vue +65 -65
  116. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLogicCallbackModal.vue +64 -64
  117. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLogicParamModal.vue +73 -73
  118. package/src/base-client/components/common/LowCodeComponent/modal/lowCodeRunFunctionParamModal.vue +76 -76
  119. package/src/base-client/components/common/PersonSetting/PersonSetting.vue +208 -208
  120. package/src/base-client/components/common/PersonSetting/index.js +3 -3
  121. package/src/base-client/components/common/Recording/Recording.vue +243 -243
  122. package/src/base-client/components/common/Recording/index.js +3 -3
  123. package/src/base-client/components/common/Tree/Tree.vue +149 -149
  124. package/src/base-client/components/common/Tree/index.js +2 -2
  125. package/src/base-client/components/common/Upload/Upload.vue +323 -323
  126. package/src/base-client/components/common/Upload/index.js +3 -3
  127. package/src/base-client/components/common/XAddForm/XAddForm.vue +113 -113
  128. package/src/base-client/components/common/XAddForm/index.js +3 -3
  129. package/src/base-client/components/common/XAddForm/index.md +61 -61
  130. package/src/base-client/components/common/XAddNativeForm/XAddNativeForm.vue +1169 -1169
  131. package/src/base-client/components/common/XAddNativeForm/demo.vue +54 -40
  132. package/src/base-client/components/common/XAddNativeForm/index.js +3 -3
  133. package/src/base-client/components/common/XAddNativeForm/index.md +146 -146
  134. package/src/base-client/components/common/XAddNativeFormOA/XAddNativeFormOA.vue +303 -303
  135. package/src/base-client/components/common/XAddNativeFormOA/index.js +3 -3
  136. package/src/base-client/components/common/XAddNativeFormOA/index.md +146 -146
  137. package/src/base-client/components/common/XAddReport/XAddReport.vue +212 -212
  138. package/src/base-client/components/common/XAddReport/index.js +3 -3
  139. package/src/base-client/components/common/XAddReport/index.md +56 -56
  140. package/src/base-client/components/common/XBadge/XBadge.vue +94 -94
  141. package/src/base-client/components/common/XBadge/index.js +3 -3
  142. package/src/base-client/components/common/XBadge/index.md +39 -39
  143. package/src/base-client/components/common/XButtons/XButtonDemo.vue +28 -28
  144. package/src/base-client/components/common/XButtons/XButtons.vue +284 -284
  145. package/src/base-client/components/common/XButtons/index.js +3 -3
  146. package/src/base-client/components/common/XButtons/index.md +61 -61
  147. package/src/base-client/components/common/XCalendar/XCalendar.vue +369 -369
  148. package/src/base-client/components/common/XCalendar/index.md +284 -284
  149. package/src/base-client/components/common/XCard/XCard.vue +64 -64
  150. package/src/base-client/components/common/XCard/index.js +3 -3
  151. package/src/base-client/components/common/XCard/index.md +43 -43
  152. package/src/base-client/components/common/XCardSet/XCardSet.vue +300 -300
  153. package/src/base-client/components/common/XCheckList/XCheckList.vue +106 -106
  154. package/src/base-client/components/common/XCheckList/XCheckListDemo.vue +41 -41
  155. package/src/base-client/components/common/XCollapse/XCollapse.vue +354 -354
  156. package/src/base-client/components/common/XConversation/XConversation.vue +576 -576
  157. package/src/base-client/components/common/XConversation/XConversationDemo.vue +28 -28
  158. package/src/base-client/components/common/XDataCard/XDataCard.vue +629 -629
  159. package/src/base-client/components/common/XDataCard/index.js +3 -3
  160. package/src/base-client/components/common/XDataCard/index.md +1 -1
  161. package/src/base-client/components/common/XDataDrawer/XDataDrawer.vue +180 -180
  162. package/src/base-client/components/common/XDataDrawer/index.js +3 -3
  163. package/src/base-client/components/common/XDataDrawer/index.md +41 -41
  164. package/src/base-client/components/common/XDatePicker/demo.vue +153 -153
  165. package/src/base-client/components/common/XDatePicker/index.vue +276 -276
  166. package/src/base-client/components/common/XDescriptions/XDescriptions.vue +174 -174
  167. package/src/base-client/components/common/XDescriptions/XDescriptionsGroup.vue +314 -314
  168. package/src/base-client/components/common/XDescriptions/demo.vue +51 -51
  169. package/src/base-client/components/common/XDescriptions/index.js +3 -3
  170. package/src/base-client/components/common/XDescriptions/index.md +83 -83
  171. package/src/base-client/components/common/XDetailsView/XDetailsView.vue +238 -238
  172. package/src/base-client/components/common/XDetailsView/index.js +3 -3
  173. package/src/base-client/components/common/XForm/XForm.vue +420 -420
  174. package/src/base-client/components/common/XForm/XFormItem.vue +1474 -1390
  175. package/src/base-client/components/common/XForm/XStatusButton.vue +54 -54
  176. package/src/base-client/components/common/XForm/XTreeSelect.vue +276 -276
  177. package/src/base-client/components/common/XForm/demo.vue +105 -105
  178. package/src/base-client/components/common/XForm/index.js +3 -3
  179. package/src/base-client/components/common/XForm/index.md +178 -178
  180. package/src/base-client/components/common/XForm/itemComponent/XClickChangeBtn/index.vue +49 -49
  181. package/src/base-client/components/common/XFormCol/XFormCol.vue +157 -157
  182. package/src/base-client/components/common/XFormCol/index.js +3 -3
  183. package/src/base-client/components/common/XFormCol/index.md +35 -35
  184. package/src/base-client/components/common/XFormGroup/XFormGroup.vue +301 -301
  185. package/src/base-client/components/common/XFormGroup/demo.vue +41 -41
  186. package/src/base-client/components/common/XFormGroup/index.js +3 -3
  187. package/src/base-client/components/common/XFormGroup/index.md +38 -38
  188. package/src/base-client/components/common/XFormGroupDetails/XFormGroupDetails.vue +72 -72
  189. package/src/base-client/components/common/XFormGroupDetails/index.js +3 -3
  190. package/src/base-client/components/common/XFormTable/XFormTable.vue +938 -938
  191. package/src/base-client/components/common/XFormTable/demo.vue +87 -87
  192. package/src/base-client/components/common/XFormTable/index.js +3 -3
  193. package/src/base-client/components/common/XFormTable/index.md +92 -92
  194. package/src/base-client/components/common/XImportExcel/XImportExcel.vue +174 -174
  195. package/src/base-client/components/common/XImportExcel/index.js +3 -3
  196. package/src/base-client/components/common/XImportExcel/index.md +38 -38
  197. package/src/base-client/components/common/XInput/XInput.vue +128 -128
  198. package/src/base-client/components/common/XInput/index.js +3 -3
  199. package/src/base-client/components/common/XInput/index.md +97 -97
  200. package/src/base-client/components/common/XIntervalPicker/XIntervalPicker.vue +121 -121
  201. package/src/base-client/components/common/XLabelSelect/XLabelSelect.vue +110 -110
  202. package/src/base-client/components/common/XLabelSelect/XLabelSelectDemo.vue +35 -35
  203. package/src/base-client/components/common/XLicensePlate/XLicensePlate.vue +193 -193
  204. package/src/base-client/components/common/XLicensePlate/XLicensePlateDemo.vue +48 -48
  205. package/src/base-client/components/common/XLicensePlate/index.js +3 -3
  206. package/src/base-client/components/common/XLicensePlate/index.md +38 -38
  207. package/src/base-client/components/common/XPrint/Demo.vue +41 -41
  208. package/src/base-client/components/common/XPrint/OpenInvoice.vue +21 -21
  209. package/src/base-client/components/common/XPrint/PrintBill.vue +308 -308
  210. package/src/base-client/components/common/XPrint/PrintHtml.js +98 -98
  211. package/src/base-client/components/common/XPrint/css/hiPrintCss.js +359 -359
  212. package/src/base-client/components/common/XPrint/css/lodopCss.js +26 -26
  213. package/src/base-client/components/common/XPrint/css/print-lock.css +351 -351
  214. package/src/base-client/components/common/XPrint/index.vue +97 -97
  215. package/src/base-client/components/common/XRate/demo.vue +102 -102
  216. package/src/base-client/components/common/XRate/index.vue +149 -149
  217. package/src/base-client/components/common/XReport/XReport.vue +963 -963
  218. package/src/base-client/components/common/XReport/XReportDemo.vue +70 -70
  219. package/src/base-client/components/common/XReport/XReportDesign.vue +463 -463
  220. package/src/base-client/components/common/XReport/XReportJsonRender.vue +381 -381
  221. package/src/base-client/components/common/XReport/XReportTrGroup.vue +1005 -1005
  222. package/src/base-client/components/common/XReport/index.js +3 -3
  223. package/src/base-client/components/common/XReport/index.md +103 -103
  224. package/src/base-client/components/common/XReport/print.js +186 -186
  225. package/src/base-client/components/common/XReportDrawer/XReportDrawer.vue +201 -201
  226. package/src/base-client/components/common/XReportDrawer/index.js +3 -3
  227. package/src/base-client/components/common/XReportGrid/XReport.vue +1075 -1075
  228. package/src/base-client/components/common/XReportGrid/XReportDemo.vue +44 -44
  229. package/src/base-client/components/common/XReportGrid/XReportDesign.vue +620 -620
  230. package/src/base-client/components/common/XReportGrid/XReportTrGroup.vue +723 -723
  231. package/src/base-client/components/common/XReportGrid/index.js +3 -3
  232. package/src/base-client/components/common/XReportGrid/index.md +44 -44
  233. package/src/base-client/components/common/XReportGrid/print.js +184 -184
  234. package/src/base-client/components/common/XReportSlot/XReportSlot.vue +110 -110
  235. package/src/base-client/components/common/XReportSlot/index.js +3 -3
  236. package/src/base-client/components/common/XReportSlot/index.md +48 -48
  237. package/src/base-client/components/common/XSimpleDescriptions/XSimpleDescriptions.vue +166 -166
  238. package/src/base-client/components/common/XSimpleDescriptions/index.js +3 -3
  239. package/src/base-client/components/common/XSimpleDescriptions/index.md +7 -7
  240. package/src/base-client/components/common/XStepView/XStepView.vue +252 -252
  241. package/src/base-client/components/common/XStepView/index.js +3 -3
  242. package/src/base-client/components/common/XStepView/index.md +31 -31
  243. package/src/base-client/components/common/XTab/XTab.vue +299 -299
  244. package/src/base-client/components/common/XTab/XTabDemo.vue +22 -22
  245. package/src/base-client/components/common/XTab/index.js +3 -3
  246. package/src/base-client/components/common/XTable/CustomFuncCel.vue +51 -51
  247. package/src/base-client/components/common/XTable/ExportExcel.vue +283 -283
  248. package/src/base-client/components/common/XTable/TableCellRenderer.vue +161 -161
  249. package/src/base-client/components/common/XTable/XTable.vue +1599 -1599
  250. package/src/base-client/components/common/XTable/XTableWrapper.vue +597 -597
  251. package/src/base-client/components/common/XTable/index.js +3 -3
  252. package/src/base-client/components/common/XTable/index.md +255 -255
  253. package/src/base-client/components/common/XTagGroup/index.vue +52 -52
  254. package/src/base-client/components/common/XTimeline/XTimeline.vue +358 -358
  255. package/src/base-client/components/common/XTimeline/index.md +191 -191
  256. package/src/base-client/components/common/XTree/XTree.vue +424 -424
  257. package/src/base-client/components/common/XTree/XTreePro.vue +450 -452
  258. package/src/base-client/components/common/XTree/index.js +3 -3
  259. package/src/base-client/components/common/XTree/index.md +36 -36
  260. package/src/base-client/components/common/XTreeOne/XTreeOne.vue +113 -113
  261. package/src/base-client/components/common/XTreeOne/XTreeOnePro.vue +128 -128
  262. package/src/base-client/components/common/XTreeOne/index.js +3 -3
  263. package/src/base-client/components/common/XUploadFilesView/index.vue +485 -485
  264. package/src/base-client/components/common/richTextModal/index.vue +56 -56
  265. package/src/base-client/components/common/richTextModal/richDemo.vue +48 -48
  266. package/src/base-client/components/his/XCharge/XCharge.vue +238 -238
  267. package/src/base-client/components/his/XCheckbox/XCheckbox.vue +105 -105
  268. package/src/base-client/components/his/XCheckbox/index.md +253 -253
  269. package/src/base-client/components/his/XHDescriptions/XHDescriptions.vue +430 -430
  270. package/src/base-client/components/his/XHDescriptions/index.md +217 -217
  271. package/src/base-client/components/his/XHisEditor/XHisEditor.vue +629 -629
  272. package/src/base-client/components/his/XHisEditor/diagnosisAutocomplete.js +263 -263
  273. package/src/base-client/components/his/XHisEditor/index.js +3 -3
  274. package/src/base-client/components/his/XList/XList.vue +495 -495
  275. package/src/base-client/components/his/XQuestionnaire/XQuestionnaire.json +3 -3
  276. package/src/base-client/components/his/XQuestionnaire/XQuestionnaire.vue +106 -106
  277. package/src/base-client/components/his/XQuestionnaire/XQuestionnaireDemo.vue +51 -51
  278. package/src/base-client/components/his/XQuestionnaire/XQuestionnaireItem.vue +269 -269
  279. package/src/base-client/components/his/XRadio/XRadio.vue +125 -125
  280. package/src/base-client/components/his/XRadio/index.md +234 -234
  281. package/src/base-client/components/his/XSelect/XSelect.vue +72 -72
  282. package/src/base-client/components/his/XShiftSchedule/XShiftSchedule.vue +234 -234
  283. package/src/base-client/components/his/XShiftSchedule/dome.vue +29 -29
  284. package/src/base-client/components/his/XSidebar/XSidebar.vue +240 -240
  285. package/src/base-client/components/his/XTextCard/XTextCard.vue +207 -207
  286. package/src/base-client/components/his/XTimeSelect/XTimeSelect.vue +162 -162
  287. package/src/base-client/components/his/XTimeSelect/XTimeSelectDemo.vue +23 -23
  288. package/src/base-client/components/his/XTitle/README.md +113 -113
  289. package/src/base-client/components/his/XTitle/XTitle.vue +123 -123
  290. package/src/base-client/components/his/XTreeRows/TreeNode.vue +107 -107
  291. package/src/base-client/components/his/XTreeRows/XTreeRows.vue +307 -307
  292. package/src/base-client/components/his/threeTestOrders/dome.vue +68 -68
  293. package/src/base-client/components/his/threeTestOrders/editor.vue +111 -111
  294. package/src/base-client/components/his/threeTestOrders/textBox.vue +457 -457
  295. package/src/base-client/components/his/threeTestOrders/threeTestOrders.vue +475 -475
  296. package/src/base-client/components/index.js +51 -51
  297. package/src/base-client/components/layout/XPageView/RenderRow.vue +88 -88
  298. package/src/base-client/components/layout/XPageView/XErrorView.vue +22 -22
  299. package/src/base-client/components/layout/XPageView/XPageRowTemplate.vue +37 -37
  300. package/src/base-client/components/layout/XPageView/XPageView.vue +223 -223
  301. package/src/base-client/components/layout/XPageView/XTab/XTab.vue +96 -96
  302. package/src/base-client/components/layout/XPageView/XTab/index.js +3 -3
  303. package/src/base-client/components/layout/XPageView/componentTypes.js +22 -22
  304. package/src/base-client/components/layout/XPageView/index.js +2 -2
  305. package/src/base-client/components/layout/XPageView/index.md +96 -96
  306. package/src/base-client/components/layout/XTreeView/XTreeView.vue +130 -130
  307. package/src/base-client/components/layout/XTreeView/index.js +3 -3
  308. package/src/base-client/components/layout/XTreeView/index.md +46 -46
  309. package/src/base-client/components/system/DictionaryDetailsView/DictionaryDetailsView.vue +232 -232
  310. package/src/base-client/components/system/DictionaryDetailsView/index.js +3 -3
  311. package/src/base-client/components/system/DictionaryDetailsView/index.md +41 -41
  312. package/src/base-client/components/system/LogDetailsView/LogDetailsView.vue +376 -376
  313. package/src/base-client/components/system/LogDetailsView/index.js +3 -3
  314. package/src/base-client/components/system/LogDetailsView/index.md +41 -41
  315. package/src/base-client/components/system/QueryParamsDetailsView/QueryParamsDetailsView.vue +281 -281
  316. package/src/base-client/components/system/QueryParamsDetailsView/index.js +3 -3
  317. package/src/base-client/components/ticket/TicketDetailsView/TicketDetailsView.vue +807 -807
  318. package/src/base-client/components/ticket/TicketDetailsView/index.js +3 -3
  319. package/src/base-client/components/ticket/TicketDetailsView/index.md +29 -29
  320. package/src/base-client/components/ticket/TicketDetailsView/part/TicketDetailsFlow.vue +260 -260
  321. package/src/base-client/components/ticket/TicketDetailsView/part/index.js +3 -3
  322. package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue +532 -532
  323. package/src/base-client/components/ticket/TicketSubmitSuccessView/index.js +3 -3
  324. package/src/base-client/components/ticket/TicketSubmitSuccessView/index.md +29 -29
  325. package/src/base-client/plugins/AppData.js +126 -126
  326. package/src/base-client/plugins/Config.js +19 -19
  327. package/src/base-client/plugins/GetLoginInfoService.js +183 -183
  328. package/src/base-client/plugins/PagedList.js +177 -177
  329. package/src/base-client/plugins/Recording.js +258 -258
  330. package/src/base-client/plugins/__tests__/selectValueTypeHelper.test.js +154 -0
  331. package/src/base-client/plugins/authority-plugin.js +167 -167
  332. package/src/base-client/plugins/compatible/LoginServiceOA.js +20 -20
  333. package/src/base-client/plugins/i18n-extend.js +32 -32
  334. package/src/base-client/plugins/index.js +23 -23
  335. package/src/base-client/plugins/moment.js +8 -8
  336. package/src/base-client/plugins/selectValueTypeHelper.js +281 -0
  337. package/src/base-client/plugins/tabs-page-plugin.js +39 -39
  338. package/src/bootstrap.js +51 -51
  339. package/src/components/Charts/Bar.vue +62 -62
  340. package/src/components/Charts/ChartCard.vue +134 -134
  341. package/src/components/Charts/Liquid.vue +67 -67
  342. package/src/components/Charts/MiniArea.vue +39 -39
  343. package/src/components/Charts/MiniBar.vue +39 -39
  344. package/src/components/Charts/MiniProgress.vue +75 -75
  345. package/src/components/Charts/MiniSmoothArea.vue +40 -40
  346. package/src/components/Charts/Radar.vue +68 -68
  347. package/src/components/Charts/RankList.vue +77 -77
  348. package/src/components/Charts/TagCloud.vue +113 -113
  349. package/src/components/Charts/TransferBar.vue +64 -64
  350. package/src/components/Charts/Trend.vue +82 -82
  351. package/src/components/Charts/chart.less +12 -12
  352. package/src/components/Charts/smooth.area.less +13 -13
  353. package/src/components/CodeMirror/inedx.vue +118 -118
  354. package/src/components/CodeMirror/setting.js +40 -40
  355. package/src/components/Ellipsis/Ellipsis.vue +65 -65
  356. package/src/components/Ellipsis/index.js +3 -3
  357. package/src/components/Ellipsis/index.md +38 -38
  358. package/src/components/FileImageItem/FileItem.vue +320 -320
  359. package/src/components/FileImageItem/FileItemGroup.vue +197 -197
  360. package/src/components/FileImageItem/ImageItem.vue +107 -107
  361. package/src/components/FileImageItem/index.js +4 -4
  362. package/src/components/FilePreview/FilePreview.vue +181 -181
  363. package/src/components/FilePreview/FilePreviewDemo.vue +30 -30
  364. package/src/components/FilePreview/index.js +3 -3
  365. package/src/components/HeightScanner/index.vue +615 -615
  366. package/src/components/NumberInfo/NumberInfo.vue +54 -54
  367. package/src/components/NumberInfo/index.js +3 -3
  368. package/src/components/NumberInfo/index.less +54 -54
  369. package/src/components/NumberInfo/index.md +43 -43
  370. package/src/components/STable/README.md +341 -341
  371. package/src/components/STable/index.js +558 -558
  372. package/src/components/TableSetting/TableSetting.vue +143 -143
  373. package/src/components/TableSetting/index.js +3 -3
  374. package/src/components/Trend/Trend.vue +41 -41
  375. package/src/components/Trend/index.js +3 -3
  376. package/src/components/Trend/index.less +41 -41
  377. package/src/components/Trend/index.md +45 -45
  378. package/src/components/_util/util.js +46 -46
  379. package/src/components/cache/AKeepAlive.js +179 -179
  380. package/src/components/card/ChartCard.vue +79 -79
  381. package/src/components/chart/Bar.vue +60 -60
  382. package/src/components/chart/MiniArea.vue +67 -67
  383. package/src/components/chart/MiniBar.vue +59 -59
  384. package/src/components/chart/MiniProgress.vue +57 -57
  385. package/src/components/chart/Radar.vue +80 -80
  386. package/src/components/chart/RankingList.vue +60 -60
  387. package/src/components/chart/Trend.vue +79 -79
  388. package/src/components/chart/index.less +9 -9
  389. package/src/components/checkbox/ColorCheckbox.vue +157 -157
  390. package/src/components/checkbox/ImgCheckbox.vue +117 -117
  391. package/src/components/checkbox/ImgCheckboxGroup.vue +76 -76
  392. package/src/components/checkbox/index.js +9 -9
  393. package/src/components/exception/ExceptionPage.vue +70 -70
  394. package/src/components/exception/typeConfig.js +19 -19
  395. package/src/components/form/FormRow.vue +52 -52
  396. package/src/components/g2Charts/constants.js +202 -202
  397. package/src/components/g2Charts/demo.vue +808 -808
  398. package/src/components/g2Charts/designer.vue +228 -228
  399. package/src/components/g2Charts/designerBaseConfig.vue +61 -61
  400. package/src/components/g2Charts/designerDataConfig.vue +259 -259
  401. package/src/components/g2Charts/designerStyleConfig.vue +16 -16
  402. package/src/components/g2Charts/index.vue +397 -397
  403. package/src/components/index.js +36 -36
  404. package/src/components/index.less +5 -5
  405. package/src/components/input/IInput.vue +66 -66
  406. package/src/components/menu/Contextmenu.vue +84 -84
  407. package/src/components/menu/SideMenu.vue +75 -75
  408. package/src/components/menu/index.less +38 -38
  409. package/src/components/menu/menu.js +273 -273
  410. package/src/components/page/header/PageHeader.vue +64 -64
  411. package/src/components/page/header/index.less +40 -40
  412. package/src/components/result/Result.vue +77 -77
  413. package/src/components/setting/Setting.vue +234 -234
  414. package/src/components/setting/SettingItem.vue +26 -26
  415. package/src/components/setting/i18n.js +117 -117
  416. package/src/components/table/StandardTable.vue +141 -141
  417. package/src/components/table/advance/ActionColumns.vue +158 -158
  418. package/src/components/table/advance/ActionSize.vue +45 -45
  419. package/src/components/table/advance/AdvanceTable.vue +275 -275
  420. package/src/components/table/advance/SearchArea.vue +355 -355
  421. package/src/components/table/advance/index.js +2 -2
  422. package/src/components/table/api/ApiTable.vue +50 -50
  423. package/src/components/task/TaskGroup.vue +80 -80
  424. package/src/components/task/TaskItem.vue +26 -26
  425. package/src/components/tool/AStepItem.vue +60 -60
  426. package/src/components/tool/AvatarList.vue +68 -68
  427. package/src/components/tool/DetailList.vue +157 -157
  428. package/src/components/tool/Drawer.vue +142 -142
  429. package/src/components/tool/FooterToolBar.vue +30 -30
  430. package/src/components/tool/HeadInfo.vue +35 -35
  431. package/src/components/tool/TagSelect.vue +83 -83
  432. package/src/components/tool/TagSelectOption.vue +33 -33
  433. package/src/components/transition/PageToggleTransition.vue +97 -97
  434. package/src/config/CreateQueryConfig.js +325 -325
  435. package/src/config/default/admin.config.js +18 -18
  436. package/src/config/default/animate.config.js +21 -21
  437. package/src/config/default/antd.config.js +89 -89
  438. package/src/config/default/index.js +6 -6
  439. package/src/config/default/setting.config.js +55 -55
  440. package/src/config/index.js +3 -3
  441. package/src/config/replacer/index.js +10 -10
  442. package/src/config/replacer/resolve.config.js +67 -67
  443. package/src/expression/ExpressionRunner.js +26 -26
  444. package/src/expression/TestExpression.js +509 -509
  445. package/src/expression/core/Delegate.js +115 -115
  446. package/src/expression/core/Expression.js +1358 -1358
  447. package/src/expression/core/Program.js +932 -932
  448. package/src/expression/core/Token.js +27 -27
  449. package/src/expression/enums/ExpressionType.js +81 -81
  450. package/src/expression/enums/TokenType.js +11 -11
  451. package/src/expression/exception/BreakWayException.js +2 -2
  452. package/src/expression/exception/ContinueWayException.js +2 -2
  453. package/src/expression/exception/ExpressionException.js +28 -28
  454. package/src/expression/exception/ReturnWayException.js +14 -14
  455. package/src/expression/exception/ServiceException.js +22 -22
  456. package/src/expression/instances/LogicConsole.js +44 -44
  457. package/src/expression/ts/ExpressionRunner.ts +28 -28
  458. package/src/expression/ts/TestExpression.ts +509 -509
  459. package/src/expression/ts/core/Delegate.ts +114 -114
  460. package/src/expression/ts/core/Expression.ts +1309 -1309
  461. package/src/expression/ts/core/Program.ts +950 -950
  462. package/src/expression/ts/core/Token.ts +29 -29
  463. package/src/expression/ts/enums/ExpressionType.ts +81 -81
  464. package/src/expression/ts/enums/TokenType.ts +13 -13
  465. package/src/expression/ts/exception/BreakWayException.ts +2 -2
  466. package/src/expression/ts/exception/ContinueWayException.ts +2 -2
  467. package/src/expression/ts/exception/ExpressionException.ts +28 -28
  468. package/src/expression/ts/exception/ReturnWayException.ts +14 -14
  469. package/src/expression/ts/exception/ServiceException.ts +22 -22
  470. package/src/expression/ts/instances/JSONArray.ts +48 -48
  471. package/src/expression/ts/instances/JSONObject.ts +109 -109
  472. package/src/expression/ts/instances/LogicConsole.ts +32 -32
  473. package/src/font-style/font.css +4 -4
  474. package/src/layouts/AdminLayout.vue +176 -176
  475. package/src/layouts/BlankView.vue +79 -79
  476. package/src/layouts/CommonLayout.vue +56 -56
  477. package/src/layouts/ComponentLayoutOne.vue +47 -47
  478. package/src/layouts/GridView.vue +43 -43
  479. package/src/layouts/PageLayout.vue +151 -151
  480. package/src/layouts/PageView.vue +55 -55
  481. package/src/layouts/SinglePageView.vue +136 -136
  482. package/src/layouts/footer/PageFooter.vue +49 -49
  483. package/src/layouts/header/AdminHeader.vue +132 -132
  484. package/src/layouts/header/HeaderAvatar.vue +64 -64
  485. package/src/layouts/header/HeaderNotice.vue +177 -177
  486. package/src/layouts/header/HeaderSearch.vue +67 -67
  487. package/src/layouts/header/InstitutionDetail.vue +181 -181
  488. package/src/layouts/header/index.less +92 -92
  489. package/src/layouts/tabs/TabsHead.vue +189 -189
  490. package/src/layouts/tabs/TabsView.vue +383 -383
  491. package/src/layouts/tabs/i18n.js +25 -25
  492. package/src/layouts/tabs/index.js +2 -2
  493. package/src/lib.js +1 -1
  494. package/src/logic/LogicRunner.js +62 -62
  495. package/src/logic/TestLogic.js +13 -13
  496. package/src/logic/plugins/common/DateTools.js +35 -35
  497. package/src/logic/plugins/common/VueTools.js +30 -30
  498. package/src/logic/plugins/index.js +7 -7
  499. package/src/logic/ts/LogicRunner.ts +67 -67
  500. package/src/logic/ts/TestLogic.ts +13 -13
  501. package/src/main.js +33 -33
  502. package/src/mixins/formValidationMixin.js +46 -46
  503. package/src/mock/common/activityData.js +32 -32
  504. package/src/mock/common/index.js +89 -89
  505. package/src/mock/common/reportData.js +20 -20
  506. package/src/mock/common/tableData.js +118 -118
  507. package/src/mock/extend/index.js +84 -84
  508. package/src/mock/goods/index.js +108 -108
  509. package/src/mock/index.js +12 -12
  510. package/src/mock/project/index.js +17 -17
  511. package/src/mock/user/current.js +13 -13
  512. package/src/mock/user/login.js +39 -39
  513. package/src/mock/user/routes.js +61 -61
  514. package/src/mock/workplace/index.js +15 -15
  515. package/src/pages/DefaultExample/index.vue +77 -77
  516. package/src/pages/DynamicStatistics/ChartSelector.vue +331 -331
  517. package/src/pages/DynamicStatistics/DataTabs.vue +83 -83
  518. package/src/pages/DynamicStatistics/DynamicTable.vue +128 -128
  519. package/src/pages/DynamicStatistics/EvaluationArea.vue +69 -69
  520. package/src/pages/DynamicStatistics/FavoriteList.vue +50 -50
  521. package/src/pages/DynamicStatistics/QuestionHistoryAndFavorites.vue +591 -591
  522. package/src/pages/DynamicStatistics/SearchBar.vue +192 -192
  523. package/src/pages/DynamicStatistics/index.vue +282 -282
  524. package/src/pages/Example/childIndex.vue +15 -15
  525. package/src/pages/Example/index.vue +30 -30
  526. package/src/pages/LogicCallExample/index.vue +46 -46
  527. package/src/pages/NewDynamicStatistics/ChartSelector.vue +331 -331
  528. package/src/pages/NewDynamicStatistics/DataTabs.vue +122 -122
  529. package/src/pages/NewDynamicStatistics/DynamicTable.vue +128 -128
  530. package/src/pages/NewDynamicStatistics/EvaluationArea.vue +69 -69
  531. package/src/pages/NewDynamicStatistics/FavoriteList.vue +50 -50
  532. package/src/pages/NewDynamicStatistics/QuestionHistoryAndFavorites.vue +289 -289
  533. package/src/pages/NewDynamicStatistics/SearchBar.vue +193 -193
  534. package/src/pages/NewDynamicStatistics/index.vue +258 -258
  535. package/src/pages/Recording/index.vue +77 -77
  536. package/src/pages/ReportGrid/index.vue +76 -76
  537. package/src/pages/ReportView.vue +50 -50
  538. package/src/pages/ServiceReview/index.vue +284 -284
  539. package/src/pages/SubExample/index.vue +26 -26
  540. package/src/pages/WorkflowDetail/WorkFlowDemo.vue +47 -47
  541. package/src/pages/WorkflowDetail/WorkFlowDemo2.vue +204 -204
  542. package/src/pages/WorkflowDetail/WorkFlowDemo3.vue +203 -225
  543. package/src/pages/WorkflowDetail/WorkflowDetail.vue +391 -391
  544. package/src/pages/WorkflowDetail/WorkflowPageDetail/LeaveMessage.vue +388 -388
  545. package/src/pages/WorkflowDetail/WorkflowPageDetail/TrimTextTail.vue +23 -23
  546. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowBaseInformation.vue +415 -415
  547. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowBaseInformationDetails.vue +276 -276
  548. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowHandle.vue +1766 -1766
  549. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowHandleReso.vue +975 -975
  550. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowPreview.vue +109 -109
  551. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowTimeline.vue +929 -929
  552. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkOrderParentDetails.vue +222 -222
  553. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkflowDetailResso.vue +243 -243
  554. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkflowListResolution.vue +248 -248
  555. package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkflowLog.vue +188 -188
  556. package/src/pages/WorkflowDetail/WorkflowPageDetail/components/WorkflowPersonSelector.vue +109 -109
  557. package/src/pages/WorkflowDetail/WorkflowPageDetail/worklog.vue +97 -97
  558. package/src/pages/XPageViewExample/index.vue +149 -149
  559. package/src/pages/XReportView/index.vue +64 -64
  560. package/src/pages/XTreeOneProExample/index.vue +67 -67
  561. package/src/pages/addressSelect/addressDemo.vue +24 -24
  562. package/src/pages/addressSelect/index.vue +270 -270
  563. package/src/pages/dashboard/workplace/WorkPlace.vue +141 -141
  564. package/src/pages/dashboard/workplace/i18n.js +40 -40
  565. package/src/pages/dashboard/workplace/index.js +2 -2
  566. package/src/pages/dashboard/workplace/index.less +59 -59
  567. package/src/pages/exception/403.vue +21 -21
  568. package/src/pages/exception/404.vue +24 -24
  569. package/src/pages/exception/500.vue +21 -21
  570. package/src/pages/login/Login.vue +380 -380
  571. package/src/pages/login/LoginV3.vue +389 -389
  572. package/src/pages/login/index.js +2 -2
  573. package/src/pages/lowCode/lowCodeEditor.vue +1219 -1219
  574. package/src/pages/lowCode/lowCodeRenderPage.vue +43 -43
  575. package/src/pages/report/ReportTable.js +124 -124
  576. package/src/pages/report/ReportTableHome.vue +28 -28
  577. package/src/pages/resourceManage/depListManage.vue +23 -23
  578. package/src/pages/resourceManage/funListManage.vue +23 -23
  579. package/src/pages/resourceManage/index.js +15 -15
  580. package/src/pages/resourceManage/orgListManage.vue +98 -98
  581. package/src/pages/resourceManage/resourceManageMain.vue +57 -57
  582. package/src/pages/resourceManage/roleListManage.vue +23 -23
  583. package/src/pages/resourceManage/staffListManage.vue +23 -23
  584. package/src/pages/system/dictionary/index.vue +44 -44
  585. package/src/pages/system/file/Info.vue +56 -56
  586. package/src/pages/system/file/index.vue +317 -317
  587. package/src/pages/system/monitor/loginInfor/index.vue +37 -37
  588. package/src/pages/system/monitor/operLog/index.vue +37 -37
  589. package/src/pages/system/settings/index.vue +126 -126
  590. package/src/pages/system/settings/modifyPassword.vue +117 -117
  591. package/src/pages/system/ticket/index.vue +480 -480
  592. package/src/pages/system/ticket/submitTicketSuccess.vue +484 -484
  593. package/src/pages/userInfoDetailManage/ChangeMeterRecordQuery/index.vue +64 -64
  594. package/src/pages/userInfoDetailManage/FillCardRecordQuery/index.vue +77 -77
  595. package/src/pages/userInfoDetailManage/FillGasRecordQuery/index.vue +75 -75
  596. package/src/pages/userInfoDetailManage/InfoChangeRecordQuery/index.vue +64 -64
  597. package/src/pages/userInfoDetailManage/InstructRecordQuery/index.vue +64 -64
  598. package/src/pages/userInfoDetailManage/InsuranceDetailQuery/index.vue +64 -64
  599. package/src/pages/userInfoDetailManage/MachineRecordQuery/index.vue +75 -75
  600. package/src/pages/userInfoDetailManage/MeterParamRecordQuery/index.vue +64 -64
  601. package/src/pages/userInfoDetailManage/OtherChargeRecordQuery/index.vue +75 -75
  602. package/src/pages/userInfoDetailManage/PriceAdjustments/index.vue +64 -64
  603. package/src/pages/userInfoDetailManage/TransferRecordQuery/index.vue +66 -66
  604. package/src/pages/userInfoDetailManage/UserChargeRecordQuery/index.vue +94 -94
  605. package/src/pages/userInfoDetailManage/UserException/index.vue +64 -64
  606. package/src/pages/userInfoDetailManage/UserHandRecordQuery/index.vue +87 -87
  607. package/src/pages/userInfoDetailManage/UserRecordQuery/index.vue +74 -74
  608. package/src/pages/userInfoDetailManage/WatchCollectionRecordQuery/index.vue +64 -64
  609. package/src/pages/userInfoDetailManage/index.vue +290 -290
  610. package/src/pages/userInfoDetailManage/uploadFilesHistory/ImagePreview.vue +101 -101
  611. package/src/pages/userInfoDetailManage/uploadFilesHistory/index.vue +129 -129
  612. package/src/pages/userInfoDetailManage/userInfoDetailQueryTabs.vue +144 -144
  613. package/src/plugins/EventLogPlugin.js +33 -33
  614. package/src/plugins/FindParentsData.js +17 -17
  615. package/src/plugins/HiPrintPlugin.js +164 -164
  616. package/src/router/async/config.async.js +35 -35
  617. package/src/router/async/router.map.js +126 -130
  618. package/src/router/guards.js +262 -262
  619. package/src/router/i18n.js +57 -57
  620. package/src/router/index.js +27 -27
  621. package/src/router.js +17 -17
  622. package/src/services/DataModel.js +30 -30
  623. package/src/services/LodopFuncs.js +137 -137
  624. package/src/services/api/DictionaryDetailsViewApi.js +6 -6
  625. package/src/services/api/LogDetailsViewApi.js +10 -10
  626. package/src/services/api/QueryParamsDetailsViewApi.js +6 -6
  627. package/src/services/api/TicketDetailsViewApi.js +46 -46
  628. package/src/services/api/cas.js +79 -79
  629. package/src/services/api/common.js +346 -346
  630. package/src/services/api/entity.js +18 -18
  631. package/src/services/api/index.js +17 -17
  632. package/src/services/api/logininfor/index.js +6 -6
  633. package/src/services/api/manage.js +8 -8
  634. package/src/services/api/restTools.js +215 -215
  635. package/src/services/api/workFlow.js +57 -57
  636. package/src/services/apiService.js +16 -16
  637. package/src/services/dataSource.js +12 -12
  638. package/src/services/index.js +7 -7
  639. package/src/services/user.js +92 -92
  640. package/src/services/v3Api.js +116 -116
  641. package/src/store/index.js +5 -5
  642. package/src/store/modules/account.js +115 -115
  643. package/src/store/modules/index.js +5 -5
  644. package/src/store/modules/lowCode.js +33 -33
  645. package/src/store/modules/setting.js +119 -119
  646. package/src/store/mutation-types.js +4 -4
  647. package/src/theme/antd/ant-menu.less +2 -2
  648. package/src/theme/antd/ant-message.less +3 -3
  649. package/src/theme/antd/ant-table.less +22 -22
  650. package/src/theme/antd/ant-time-picker.less +3 -3
  651. package/src/theme/antd/index.less +3 -3
  652. package/src/theme/default/color.less +43 -43
  653. package/src/theme/default/index.less +3 -3
  654. package/src/theme/default/nprogress.less +76 -76
  655. package/src/theme/default/style.less +58 -58
  656. package/src/theme/global.less +279 -279
  657. package/src/theme/index.less +5 -5
  658. package/src/theme/reportTable.less +58 -58
  659. package/src/theme/theme.less +1 -1
  660. package/src/utils/EncryptUtil.js +162 -162
  661. package/src/utils/Objects.js +25 -25
  662. package/src/utils/authority-utils.js +85 -85
  663. package/src/utils/axios-interceptors.js +100 -100
  664. package/src/utils/colors.js +107 -107
  665. package/src/utils/common.js +10 -10
  666. package/src/utils/errorCode.js +6 -6
  667. package/src/utils/excel/Blob.js +180 -180
  668. package/src/utils/excel/Export2Excel.js +141 -141
  669. package/src/utils/filter.js +21 -21
  670. package/src/utils/formatter.js +74 -74
  671. package/src/utils/htmlToPDF.js +108 -108
  672. package/src/utils/htmlToPDFApi.js +5 -5
  673. package/src/utils/i18n.js +80 -80
  674. package/src/utils/indexedDB.js +549 -549
  675. package/src/utils/login.js +188 -188
  676. package/src/utils/lowcode/lowcodeComponentMixin.js +120 -120
  677. package/src/utils/lowcode/lowcodeLog.js +29 -29
  678. package/src/utils/lowcode/lowcodeUtils.js +373 -373
  679. package/src/utils/lowcode/registerComponentForEditor.js +1 -1
  680. package/src/utils/lowcode/registerComponentForRender.js +11 -11
  681. package/src/utils/map-utils.js +47 -47
  682. package/src/utils/microAppUtils.js +49 -49
  683. package/src/utils/reg.js +95 -95
  684. package/src/utils/request.js +395 -395
  685. package/src/utils/routerUtil.js +553 -553
  686. package/src/utils/runEvalFunction.js +14 -14
  687. package/src/utils/theme-color-replacer-extend.js +92 -92
  688. package/src/utils/themeUtil.js +100 -100
  689. package/src/utils/util.js +329 -329
  690. package/src/utils/waterMark.js +31 -31
  691. package/test/Tree.spec.js +168 -168
  692. package/test/myDialog.spec.js +47 -47
  693. package/test/request.test.js +17 -17
  694. package/test/util.test.js +53 -53
  695. package/test/v3Api.test.js +1984 -1984
  696. package/tests/unit/ReportTable.spec.js +16 -16
  697. package/vue.config.js +222 -222
  698. package//350/277/201/347/247/273/346/227/245/345/277/227.md +15 -15
@@ -1,1309 +1,1309 @@
1
- import Delegate from "./Delegate";
2
- import ExpressionType from "../enums/ExpressionType"
3
- import BreakWayException from "../exception/BreakWayException"
4
- import ContinueWayException from "../exception/ContinueWayException"
5
- import ServiceException from "../exception/ServiceException"
6
- import ReturnWayException from "../exception/ReturnWayException"
7
- import ExpressionException from "../exception/ExpressionException"
8
- import JSONObject from "../instances/JSONObject"
9
- import JSONArray from "../instances/JSONArray"
10
-
11
- export default class Expression {
12
- /**
13
- * 节点类型
14
- */
15
- type: ExpressionType;
16
- /**
17
- * 节点值
18
- */
19
- value: any;
20
- /**
21
- * 节点对应位置
22
- */
23
- pos: number;
24
- /**
25
- * 子节点
26
- */
27
- children: (Expression | null)[];
28
- /**
29
- * 运行时对应的Delegate,Delegate中保存有实参
30
- */
31
- delegate?: Delegate;
32
- constructor(type: ExpressionType, pos: number, value?: any, children?: Expression[], expression?: Expression) {
33
- this.type = type;
34
- this.value = value;
35
- this.pos = pos;
36
- if (children) {
37
- this.children = children;
38
- } else if (expression) {
39
- this.children = [expression];
40
- } else {
41
- this.children = [];
42
- }
43
- }
44
-
45
- /**
46
- * 产生常数
47
- */
48
- public static Constant (value: any, pos: number) : Expression {
49
- return new Expression(ExpressionType.Constant, pos, value);
50
- }
51
-
52
- /**
53
- * 产生Lambda
54
- */
55
- public static Lambda (lambdaExp: Expression, pos: number) : Expression {
56
- return new Expression(ExpressionType.Lambda, pos, lambdaExp);
57
- }
58
-
59
- /**
60
- * 产生Return
61
- */
62
- public static Return (objExp: Expression, pos: number) : Expression {
63
- return new Expression(ExpressionType.Return, pos, null, undefined, objExp);
64
- }
65
-
66
- /**
67
- * 产生Break
68
- */
69
- public static Break (pos: number, objExp?: Expression) : Expression {
70
- return new Expression(ExpressionType.Break, pos, null, undefined, objExp);
71
- }
72
-
73
- /**
74
- * 产生Continue
75
- */
76
- public static Continue (pos: number, objExp?: Expression) : Expression {
77
- return new Expression(ExpressionType.Continue, pos, null, undefined, objExp);
78
- }
79
-
80
- /**
81
- * 产生Throw
82
- */
83
- public static Throw (objExp: Expression, pos: number) : Expression {
84
- return new Expression(ExpressionType.Throw, pos, null, undefined, objExp);
85
- }
86
-
87
- /**
88
- * 产生Assert
89
- */
90
- public static Assert (objExp: Expression, pos: number) : Expression {
91
- return new Expression(ExpressionType.Assert, pos, null, undefined, objExp);
92
- }
93
-
94
- /**
95
- * 产生Validate
96
- */
97
- public static Validate (objExp: Expression, pos: number) : Expression {
98
- return new Expression(ExpressionType.Validate, pos, null, undefined, objExp);
99
- }
100
-
101
- /**
102
- * 产生标识符
103
- */
104
- public static Identity (value: any, pos: number) : Expression {
105
- return new Expression(ExpressionType.Identity, pos, value);
106
- }
107
-
108
- /**
109
- * 产生Json对象,value=null, children=属性值对
110
- */
111
- public static Json (attrs: Expression[], pos: number) : Expression {
112
- const result = new Expression(ExpressionType.Json, pos);
113
- result.children.push(...attrs)
114
- return result;
115
- }
116
-
117
- /**
118
- * 逗号表达式, value=null, children=各表达式
119
- */
120
- public static Comma(children: Expression[], pos: number) : Expression {
121
- const result = new Expression(ExpressionType.Comma, pos);
122
- result.children.push(...children)
123
- return result;
124
- }
125
-
126
- /**
127
- * 函数调用
128
- */
129
- public static Call (objExp: Expression, name: string, params: Expression[], pos: number) : Expression {
130
- const result = new Expression(ExpressionType.Call, pos, name);
131
- result.children.push(objExp)
132
- // 把所有参数加入函数调用子中
133
- result.children.push(...params)
134
- return result;
135
- }
136
-
137
- /**
138
- * 产生JSON数组
139
- */
140
- public static Array (params: Expression[], pos: number) : Expression {
141
- return new Expression(ExpressionType.Array, pos, null, params);
142
- }
143
-
144
- /**
145
- * 产生参数
146
- */
147
- public static Param (objExp: Expression, value: string, pos: number) : Expression {
148
- const result = new Expression(ExpressionType.Param, pos, value);
149
- result.children.push(objExp)
150
- return result;
151
- }
152
-
153
- /**
154
- * 产生对象属性
155
- */
156
- public static Property (objExp: Expression, name: string, pos: number) : Expression {
157
- const result = new Expression(ExpressionType.Property, pos, name);
158
- result.children.push(objExp)
159
- return result;
160
- }
161
-
162
- /**
163
- * 产生属性表达式,value=属性名,children[0]=属性值
164
- */
165
- public static Attr (name: string, value: Expression, pos: number) : Expression {
166
- const result = new Expression(ExpressionType.Attr, pos, name);
167
- result.children.push(value)
168
- return result;
169
- }
170
-
171
- /**
172
- * 产生赋值语句,value=属性名/变量名,child[0]=赋值对象,child[1]=赋值内容
173
- */
174
- public static Assign (objExp: Expression | null, exp: Expression, name: string, pos: number) : Expression {
175
- const result = new Expression(ExpressionType.Assign, pos, name);
176
- result.children.push(objExp)
177
- result.children.push(exp)
178
- return result;
179
- }
180
-
181
- /**
182
- * 产生异常
183
- */
184
- public static Try (tryExp: Expression, catches: Expression[], pos: number, finallyExp?: Expression) : Expression {
185
- const tryFinally: Expression[] = [];
186
- tryFinally.push(tryExp)
187
- if (finallyExp) {
188
- tryFinally.push(finallyExp)
189
- }
190
-
191
- const result = new Expression(ExpressionType.Try, pos, tryFinally);
192
- result.children.push(...catches)
193
- return result;
194
- }
195
-
196
- /**
197
- * 产生Catch
198
- */
199
- public static Catch (className: string, varName: string, catches: Expression, pos: number) : Expression {
200
- const catchParameter: string[] = [];
201
- catchParameter.push(className)
202
- catchParameter.push(varName)
203
-
204
- const result = new Expression(ExpressionType.Catch, pos, catchParameter);
205
- result.children.push(catches)
206
- return result;
207
- }
208
-
209
- /**
210
- * 产生一个条件语句, test:条件,ifTrue:为真时结果,ifFalse:为假时结果
211
- */
212
- public static Condition (test: Expression, ifTrue: Expression, ifFalse: Expression, source: string, pos: number) : Expression {
213
- const result = new Expression(ExpressionType.Condition, pos, source);
214
- result.children.push(test)
215
- result.children.push(ifTrue)
216
- result.children.push(ifFalse)
217
- return result;
218
- }
219
-
220
- /**
221
- * 产生逻辑非语句
222
- */
223
- public static Not (exp: Expression, source: string, pos: number) : Expression {
224
- const result = new Expression(ExpressionType.Not, pos, source);
225
- result.children.push(exp)
226
- return result;
227
- }
228
-
229
- /**
230
- * 产生逻辑与语句
231
- */
232
- public static And (left: Expression, right: Expression, source: string, pos: number) : Expression {
233
- const result = new Expression(ExpressionType.And, pos, source);
234
- result.children.push(left)
235
- result.children.push(right)
236
- return result;
237
- }
238
-
239
- /**
240
- * 产生逻辑或语句
241
- */
242
- public static Or (left: Expression, right: Expression, source: string, pos: number) : Expression {
243
- const result = new Expression(ExpressionType.Or, pos, source);
244
- result.children.push(left)
245
- result.children.push(right)
246
- return result;
247
- }
248
-
249
- /**
250
- * 产生>比较运算
251
- */
252
- public static GreaterThan (left: Expression, right: Expression, source: string, pos: number) : Expression {
253
- const result = new Expression(ExpressionType.GreaterThan, pos, source);
254
- result.children.push(left)
255
- result.children.push(right)
256
- return result;
257
- }
258
-
259
- /**
260
- * 产生>=比较运算
261
- */
262
- public static GreaterThanOrEqual (left: Expression, right: Expression, source: string, pos: number) : Expression {
263
- const result = new Expression(ExpressionType.GreaterThanOrEqual, pos, source);
264
- result.children.push(left)
265
- result.children.push(right)
266
- return result;
267
- }
268
-
269
- /**
270
- * 产生<比较运算
271
- */
272
- public static LessThan (left: Expression, right: Expression, source: string, pos: number) : Expression {
273
- const result = new Expression(ExpressionType.LessThan, pos, source);
274
- result.children.push(left)
275
- result.children.push(right)
276
- return result;
277
- }
278
-
279
- /**
280
- * 产生<=比较运算
281
- */
282
- public static LessThanOrEqual (left: Expression, right: Expression, source: string, pos: number) : Expression {
283
- const result = new Expression(ExpressionType.LessThanOrEqual, pos, source);
284
- result.children.push(left)
285
- result.children.push(right)
286
- return result;
287
- }
288
-
289
- /**
290
- * 产生==比较运算
291
- */
292
- public static Equal (left: Expression, right: Expression, source: string, pos: number) : Expression {
293
- const result = new Expression(ExpressionType.Equal, pos, source);
294
- result.children.push(left)
295
- result.children.push(right)
296
- return result;
297
- }
298
-
299
- /**
300
- * 产生!=比较运算
301
- */
302
- public static NotEqual (left: Expression, right: Expression, source: string, pos: number) : Expression {
303
- const result = new Expression(ExpressionType.NotEqual, pos, source);
304
- result.children.push(left)
305
- result.children.push(right)
306
- return result;
307
- }
308
-
309
- /**
310
- * 产生+运算
311
- */
312
- public static Add (left: Expression, right: Expression, source: string, pos: number) : Expression {
313
- const result = new Expression(ExpressionType.Add, pos, source);
314
- result.children.push(left)
315
- result.children.push(right)
316
- return result;
317
- }
318
-
319
- /**
320
- * 产生-运算
321
- */
322
- public static Subtract (left: Expression, right: Expression, source: string, pos: number) : Expression {
323
- const result = new Expression(ExpressionType.Subtract, pos, source);
324
- result.children.push(left)
325
- result.children.push(right)
326
- return result;
327
- }
328
-
329
- /**
330
- * 产生*运算
331
- */
332
- public static Multiply (left: Expression, right: Expression, source: string, pos: number) : Expression {
333
- const result = new Expression(ExpressionType.Multiply, pos, source);
334
- result.children.push(left)
335
- result.children.push(right)
336
- return result;
337
- }
338
-
339
- /**
340
- * 产生/运算
341
- */
342
- public static Divide (left: Expression, right: Expression, source: string, pos: number) : Expression {
343
- const result = new Expression(ExpressionType.Divide, pos, source);
344
- result.children.push(left)
345
- result.children.push(right)
346
- return result;
347
- }
348
-
349
- /**
350
- * 产生%运算
351
- */
352
- public static Modulo (left: Expression, right: Expression, source: string, pos: number) : Expression {
353
- const result = new Expression(ExpressionType.Modulo, pos, source);
354
- result.children.push(left)
355
- result.children.push(right)
356
- return result;
357
- }
358
-
359
- /**
360
- * 产生字符串连接运算
361
- */
362
- public static Concat (left: Expression, right: Expression, source: string, pos: number) : Expression {
363
- const result = new Expression(ExpressionType.Concat, pos, source);
364
- result.children.push(left)
365
- result.children.push(right)
366
- return result;
367
- }
368
-
369
- /**
370
- * 产生数组下标
371
- */
372
- public static ArrayIndex (objExp: Expression, indexExp: Expression, source: string, pos: number) : Expression {
373
- const result = new Expression(ExpressionType.ArrayIndex, pos, source);
374
- result.children.push(objExp)
375
- result.children.push(indexExp)
376
- return result;
377
- }
378
-
379
- /**
380
- * 产生for循环
381
- */
382
- public static For (objExp: Expression, forExp: Expression, source: string, pos: number) : Expression {
383
- const result = new Expression(ExpressionType.For, pos, source);
384
- result.children.push(objExp)
385
- result.children.push(forExp)
386
- return result;
387
- }
388
-
389
- private static isNumberC (str: string) : boolean {
390
- return !isNaN(Number(str));
391
- }
392
-
393
- /**
394
- * 覆盖toString方法,显示树状的节点信息,方便调试
395
- */
396
- public toString (level?: number) : string {
397
- if (!level) {
398
- return this.toString(0)
399
- } else {
400
- // 显示自己的类型及名称
401
- let result = this.space(level) + "type: " + this.type + ", value: "
402
- + (this.value ? this.value.toString() : "null") + "[\n]"
403
- // 递归显示子
404
- for (let i = 0; i < this.children.length; i++) {
405
- const child = this.children[i]
406
- result += (child ? child.toString(level + 1) : this.space(level + 1) + "null\n");
407
- }
408
- result += this.space(level) + "]\n"
409
- return result;
410
- }
411
- }
412
-
413
- /**
414
- * 执行条件处理
415
- */
416
- private condition () : any {
417
- // 条件
418
- const condExp = this.children[0]
419
- // 为真时表达式
420
- const isTrue = this.children[1]
421
- // 为假时表达式
422
- const isFalse = this.children[2]
423
- // 如果条件返回的不是bool值,则非空值为真,空值为假
424
- const obj = condExp?.invoke()
425
- const cond = this.getBoolean(obj)
426
- // 为真,返回为真的表达式,否则,返回为假的表达式
427
- return cond ? isTrue?.invoke() : isFalse?.invoke()
428
- }
429
-
430
- /**
431
- * 执行for循环
432
- */
433
- private loop () : any {
434
- const objExp = this.children[0]
435
- // 获取对象,for循环
436
- const obj = objExp?.invoke()
437
-
438
- if (obj instanceof JSONArray || obj instanceof Array) {
439
- // 获取循环体,循环体中row代表每一项对象, 把对象传递给循环体执行
440
- const body = this.children[1]
441
- if (obj instanceof JSONArray) {
442
- const array = obj as JSONArray
443
- for (let i = 0; i < array.length(); i++) {
444
- this.delegate?.put('rowIndex', i)
445
- this.delegate?.put('row', array.get(i))
446
- try {
447
- body?.invoke()
448
- } catch (e) {
449
- if (e instanceof BreakWayException) {
450
- break
451
- } else if (e instanceof ContinueWayException) {
452
- // ignore
453
- } else {
454
- throw e
455
- }
456
- }
457
- }
458
- } else {
459
- const array = obj as Array<any>
460
- for (let i = 0; i < array.length; i++) {
461
- this.delegate?.put('rowIndex', i)
462
- this.delegate?.put('row', array[i])
463
- try {
464
- body?.invoke()
465
- } catch (e) {
466
- if (e instanceof BreakWayException) {
467
- break
468
- } else if (e instanceof ContinueWayException) {
469
- // ignore
470
- } else {
471
- throw e
472
- }
473
- }
474
- }
475
- }
476
- } else if (obj instanceof JSONObject || obj instanceof Object) {
477
- // 获取循环体,循环体中row代表每一项对象, 把对象传递给循环体执行
478
- const body = this.children[1]
479
- if (obj instanceof JSONObject) {
480
- const json: JSONObject = obj as JSONObject
481
- for (const key of json.keySet()) {
482
- this.delegate?.put('rowKey', key)
483
- this.delegate?.put('row', json.get(key))
484
- try {
485
- body?.invoke()
486
- } catch (e) {
487
- if (e instanceof BreakWayException) {
488
- }
489
- }
490
- }
491
- } else {
492
- for (const key of obj) {
493
- this.delegate?.put('rowKey', key)
494
- this.delegate?.put('row', obj[key])
495
- try {
496
- body?.invoke()
497
- } catch (e) {
498
- if (e instanceof BreakWayException) {
499
- break
500
- } else if (e instanceof ContinueWayException) {
501
- // ignore
502
- } else {
503
- throw e
504
- }
505
- }
506
- }
507
- }
508
- } else {
509
- let start = 0;
510
- let length: number;
511
- try {
512
- if (objExp?.children.length == 2) {
513
- start = objExp?.children[0]?.invoke()
514
- length = objExp?.children[1]?.invoke()
515
- } else if (typeof obj === 'number') {
516
- length = obj as number
517
- } else {
518
- throw new ServiceException('for循环只接收集合对象,整数或两个整数的组合')
519
- }
520
- } catch (e) {
521
- throw new ServiceException('for循环只接收集合对象,整数或两个整数的组合')
522
- }
523
- // 获取循环体,循环体中row代表索引
524
- for (let i = start; i < length; i++) {
525
- const body = this.children[1]
526
- this.delegate?.put('row', i)
527
- try {
528
- body?.invoke()
529
- } catch (e) {
530
- if (e instanceof BreakWayException) {
531
- break
532
- } else if (e instanceof ContinueWayException) {
533
- // ignore
534
- } else {
535
- throw e
536
- }
537
- }
538
- }
539
- }
540
- return obj
541
- }
542
-
543
- /**
544
- * 执行集合的where过滤
545
- */
546
- private where() : any {
547
- const result = new JSONArray()
548
-
549
- const objExp = this.children[0]
550
- // 获取对象,where循环只针对JSONArray及list
551
- let array: JSONArray
552
-
553
- const ret = objExp?.invoke()
554
- if (ret instanceof JSONArray) {
555
- array = ret
556
- } else if (ret instanceof Array) {
557
- array = new JSONArray()
558
- for (let i = 0; i < ret.length; i++) {
559
- array.put(ret[i])
560
- }
561
- } else {
562
- throw new ServiceException('where循环只针对JSONArray, Array')
563
- }
564
-
565
- // 获取过滤内容,其中row代表每一项对象, 把对象传递进去执行
566
- const body = this.children[1]
567
- for (let i = 0; i < array.length(); i++) {
568
- const value = array.get(i)
569
- this.delegate?.put('row', value)
570
- let value2 = body?.invoke()
571
- if (value2 === true) {
572
- result.put(value)
573
- }
574
- }
575
- return result
576
- }
577
-
578
- /**
579
- * 执行集合的sum求和,求和结果为BigDecimal
580
- */
581
- private sum () : any {
582
- let result = 0
583
- const objExp = this.children[0]
584
- // 获取对象,sum循环只针对JSONArray
585
- const array = objExp?.invoke() as JSONArray
586
- // 获取过滤内容,其中row代表每一项对象, 把对象传递进去执行
587
- const body = this.children[1]
588
- for (let i = 0; i < array.length(); i++) {
589
- const value = array.get(i)
590
- this.delegate?.put('row', value)
591
- let decimal = body?.invoke().toString()
592
- if (decimal) {
593
- result = result + Number(decimal)
594
- }
595
- }
596
- return result
597
- }
598
-
599
- /**
600
- * 对函数或者取属性结果进行数值转换
601
- */
602
- private convert (source: any) : any {
603
- if (typeof source === 'number') {
604
- return source as Number
605
- } else {
606
- return source
607
- }
608
- }
609
-
610
- /**
611
- * 返回Json对象的结果,返回一个Json对象
612
- */
613
- private json () : any {
614
- const result: JSONObject = new JSONObject()
615
- for (const child of this.children) {
616
- const name = child?.value.toString()
617
- const value = child?.children[0]?.invoke()
618
- result.put(name, value)
619
- }
620
- return result
621
- }
622
-
623
- /**
624
- * 返回JSONArray结果
625
- */
626
- private array () : any {
627
- const result: JSONArray = new JSONArray()
628
- for (const child of this.children) {
629
- // 调用处理结果
630
- const value = child?.invoke()
631
- result.put(value)
632
- }
633
- return result
634
- }
635
-
636
- /**
637
- * 根据值返回boolean结果
638
- */
639
- private getBoolean (obj: any) : boolean {
640
- // 如果条件返回的不是bool值,则非空值为真,空值为假
641
- let cond : boolean
642
- if (typeof obj === 'boolean') {
643
- cond = obj as boolean
644
- } else {
645
- cond = (obj != null)
646
- }
647
- return cond
648
- }
649
-
650
- /**
651
- * 执行赋值过程
652
- */
653
- private assign () : any {
654
- // 属性值
655
- const right = this.children[1]
656
- const value = right?.invoke()
657
- // 获取属性
658
- const name = this.value
659
- if (this.delegate?.getLambdaOutProps().includes(name)) {
660
- throw new ServiceException("lambda 表达式中使用的外层参数[" + name + "]为常量,不允许显性改变")
661
- }
662
- // 要赋值的对象,空代表给变量赋值
663
- const left = this.children[0]
664
- if (left == null) {
665
- this.delegate?.put(name, value)
666
- } else {
667
- const obj = left.invoke()
668
- // 如果是JSONObject,调用JSONObject的赋值过程
669
- if (obj instanceof JSONObject) {
670
- const json : JSONObject = obj as JSONObject
671
- json.put(name, value)
672
- } else {
673
- try {
674
- obj[name] = value
675
- return value;
676
- } catch (e) {
677
- throw new ServiceException("属性赋值错误:" + name);
678
- }
679
- }
680
- }
681
- return value
682
- }
683
-
684
- /**
685
- * 获取对象属性
686
- */
687
- private property(key: string = this.value.toString()) : any {
688
- const objExp = this.children[0]
689
- // 获取对象
690
- const obj = objExp?.invoke();
691
- // 属性名
692
- let rObj : any;
693
- // 是JSONObject
694
- if (obj instanceof JSONObject) {
695
- const json = obj as JSONObject
696
- if (!json.has(key)) {
697
- return null;
698
- }
699
- rObj = json.get(key)
700
- } else {
701
- rObj = obj[key]
702
- }
703
- return this.convert(rObj)
704
- }
705
-
706
- /**
707
- * 获取数组元素
708
- */
709
- private arrayIndex () : any {
710
- const objExp = this.children[0]
711
- const indexExp = this.children[1]
712
- // 获取对象
713
- const obj = objExp?.invoke()
714
- // 如果对象为JSONArray,调用JSONArray的方法
715
- if (obj instanceof JSONArray) {
716
- const array : JSONArray = obj as JSONArray
717
- // 获取下标值
718
- const index = Number(indexExp?.invoke())
719
- const oRet = array.get(index)
720
- return this.convert(oRet)
721
- } else if (obj instanceof Array) {
722
- let list = obj as Array<any>
723
- // 获取下标值
724
- const index = Number(indexExp?.invoke())
725
- const oRet = list[index]
726
- return this.convert(oRet)
727
- } else {
728
- try {
729
- // 获取键
730
- const key = indexExp?.invoke().toString()
731
- return this.property(key)
732
- } catch (e) {
733
- if (!(e instanceof Error)) {
734
- e = new Error(e as any);
735
- }
736
- throw new ExpressionException(this.delegate?.getSource() as string, this.pos as number, e as Error)
737
- }
738
- }
739
- }
740
-
741
-
742
- /**
743
- * 产生多个空格
744
- */
745
- private space (n: number) : string {
746
- let result = ''
747
- for (let i = 0; i < n; i++) {
748
- result += ' '
749
- }
750
- return result
751
- }
752
-
753
- /**
754
- * 跳出业务
755
- */
756
- private returnBusiness () : any {
757
- const value = this.children[0]?.invoke();
758
- throw new ReturnWayException(value);
759
- }
760
-
761
- /**
762
- * 抛出业务异常
763
- */
764
- private throwException() : any {
765
- let result = this.children[0]?.invoke()
766
- if (result instanceof JSONObject) {
767
- const obj : JSONObject = result as JSONObject
768
- throw new ServiceException(obj.get('msg').toString(), obj.getInt('status'))
769
- } else if (result instanceof Error) {
770
- const e = result as Error;
771
- if (e instanceof ServiceException) {
772
- throw e;
773
- }
774
- throw new ExpressionException(this.delegate?.getSource() as string, this.pos as number, e)
775
- } else {
776
- if (result == undefined || result === '') {
777
- result = '未定义异常'
778
- }
779
- throw new ServiceException(result.toString(), 400)
780
- }
781
- }
782
-
783
- /**
784
- * 断言处理
785
- */
786
- private assertExp() : any {
787
- const expression = this.children[0]
788
- const result = expression?.invoke()
789
- if (typeof result === 'boolean') {
790
- const yn = result as boolean
791
- if (!yn) {
792
- throw new ServiceException("断言校验失败", 400)
793
- }
794
- } else {
795
- throw new ServiceException("assert仅接收boolean结果")
796
- }
797
- return true
798
- }
799
-
800
- /**
801
- * 参数校验
802
- */
803
- private validateParams () : any {
804
- const result = this.children[0]?.invoke()
805
- if (result instanceof JSONObject) {
806
- const validateJson : JSONObject = result as JSONObject
807
- const params = this.delegate?.get('data');
808
- this.validateMain('data', params, validateJson)
809
- } else {
810
- throw new ServiceException("validate仅接收json格式的对象")
811
- }
812
- return result;
813
- }
814
-
815
- /**
816
- * lambda
817
- */
818
- private lambda() : Delegate {
819
- return new Delegate(this.value as Expression, this.delegate?.getSource() as string, this.delegate?.getObjectNames());
820
- }
821
-
822
- /**
823
- * 参数校验实现
824
- */
825
- private validateMain (validateItemKey: string, params: JSONObject, validateJson: JSONObject) : void {
826
- for (const key of validateJson.keySet()) {
827
- const item : JSONObject = validateJson.getJSONObject(key);
828
- const validateMode = item.optString('mode', 'normal');
829
- switch (validateMode) {
830
- case 'normal':
831
- const hasParams: boolean = params.has(key) && params.opt(key);
832
- if (!hasParams) {
833
- if (item.optBoolean('required', false)){
834
- const message = item.optString('message', '参数校验失败,' + validateItemKey + '>>' + key + '不能为空')
835
- throw new ServiceException(message, 400);
836
- }
837
- if (item.has('default')){
838
- params.put(key, item.get('default'));
839
- }
840
- }
841
- // items用于对JSON参数的成员进行校验
842
- if (item.has('items')) {
843
- const itemsValidate = item.getJSONObject('items');
844
- this.validateMain(validateItemKey + '>>' + key, params.getJSONObject(key), itemsValidate)
845
- }
846
- break;
847
- case 'atLeastOne':
848
- const fields : JSONArray = item.getJSONArray('fields');
849
- let isValidate = false;
850
- for (let i = 0; i < fields.length(); i++) {
851
- const field = fields.get(i);
852
- const fieldName = field.toString();
853
- const hasParam = params.has(fieldName) && params.get(fieldName) != null;
854
- if (hasParam) {
855
- isValidate = true;
856
- break;
857
- }
858
- }
859
- if (!isValidate) {
860
- const message = item.optString('message', '参数校验失败:参数组' + fields + '至少有一个不能为空')
861
- throw new ServiceException(message, 400);
862
- }
863
- break;
864
- }
865
- }
866
- }
867
-
868
- private Param() : any {
869
- return this.children[0]?.invoke()
870
- }
871
-
872
- /**
873
- * 执行 Try-Catch-Finally 语句块
874
- */
875
- private try(): any {
876
- const exps: Expression[] = this.value as Expression[];
877
- const tryExp: Expression = exps[0];
878
-
879
- try {
880
- // 执行 try 块
881
- return tryExp.invoke();
882
- } catch (ex) {
883
- const e: any = ex instanceof Error ? (ex as { cause?: any }).cause : ex;
884
-
885
- // 执行 catch 块
886
- for (const exp of this.children) {
887
- const catchValues: string[] = exp?.value as string[];
888
- const typeName: string = catchValues[0];
889
- const varName: string = catchValues[1];
890
-
891
- // 找到了 catch 部分,获取异常类型
892
- if (this.isEqual(e, typeName)) {
893
- const catchExp = exp?.children as Expression[];
894
- // 把异常值变成变量
895
- this.delegate?.put(varName, e);
896
- return catchExp[0].invoke();
897
- }
898
- }
899
-
900
- // 未匹配到异常,重新抛出原异常
901
- throw ex;
902
- } finally {
903
- // 执行 finally 块
904
- if (exps.length > 1) {
905
- const finallyExp: Expression = exps[1];
906
- if (finallyExp != null) {
907
- finallyExp.invoke();
908
- }
909
- }
910
- }
911
- }
912
-
913
- /**
914
- * 判断异常类型是否匹配
915
- */
916
- private isEqual(exception: any, typeName: string): boolean {
917
- if (typeName === 'Exception' || typeName === 'Error') {
918
- return true;
919
- }
920
- return exception && exception.constructor.name === typeName;
921
- }
922
-
923
- /**
924
- * 执行
925
- */
926
- public invoke () : any {
927
- try {
928
- switch (this.type) {
929
- // 逻辑运算
930
- case ExpressionType.Or: {
931
- const left: Expression = this.children[0] as Expression;
932
- const l = this.getBoolean(left.invoke());
933
- if (l === true) {
934
- return true;
935
- } else {
936
- const right: Expression = this.children[1] as Expression;
937
- return this.getBoolean(right.invoke());
938
- }
939
- }
940
- case ExpressionType.And: {
941
- const left: Expression = this.children[0] as Expression;
942
- const right: Expression = this.children[1] as Expression;
943
- const l = this.getBoolean(left.invoke());
944
- if (l === true) {
945
- return this.getBoolean(right.invoke());
946
- } else {
947
- return false;
948
- }
949
- }
950
- case ExpressionType.Not: {
951
- const left: Expression = this.children[0] as Expression;
952
- return !this.getBoolean(left.invoke());
953
- }
954
- // 算数运算
955
- case ExpressionType.Add:
956
- case ExpressionType.Subtract:
957
- case ExpressionType.Multiply:
958
- case ExpressionType.Divide:
959
- case ExpressionType.Modulo: {
960
- return this.math();
961
- }
962
- // 字符串连接
963
- case ExpressionType.Concat: {
964
- const left: Expression = this.children[0] as Expression;
965
- const right: Expression = this.children[1] as Expression;
966
- let l = left.invoke();
967
- if (l == null) {
968
- l = 'null';
969
- }
970
- let r = right.invoke();
971
- if (r == null) {
972
- r = 'null';
973
- }
974
- return l.toString() + r.toString();
975
- }
976
- // 返回JSON
977
- case ExpressionType.Json: {
978
- return this.json();
979
- }
980
- // 返回JSONArray
981
- case ExpressionType.Array: {
982
- return this.array();
983
- }
984
- // 比较运算
985
- case ExpressionType.GreaterThan:
986
- case ExpressionType.GreaterThanOrEqual:
987
- case ExpressionType.LessThan:
988
- case ExpressionType.LessThanOrEqual: {
989
- const left: Expression = this.children[0] as Expression;
990
- const right: Expression = this.children[1] as Expression;
991
- const l = left.invoke();
992
- const r = right.invoke();
993
- if (l == null || r == null) {
994
- return false;
995
- }
996
- // 两个字符串比较
997
- if (typeof l === 'string' && typeof r === 'string') {
998
- const result = l.localeCompare(r); // 使用localeCompare来比较字符串
999
- return this.compare(result);
1000
- } else {
1001
- const dl = Number(l); // 转换成数字
1002
- const dr = Number(r); // 转换成数字
1003
- if (isNaN(dl) || isNaN(dr)) {
1004
- return false; // 如果转换失败,返回 false
1005
- }
1006
- return this.compare(dl - dr); // 进行数字比较
1007
- }
1008
- }
1009
- // 比较运算
1010
- case ExpressionType.Equal:
1011
- case ExpressionType.NotEqual: {
1012
- const left: Expression = this.children[0] as Expression;
1013
- const right: Expression = this.children[1] as Expression;
1014
- let l: any = left.invoke();
1015
- let r: any = right.invoke();
1016
-
1017
- // 如果 l 或 r 为 null,替换成字符串 "null"
1018
- if (l == null) {
1019
- l = "null";
1020
- }
1021
- if (r == null) {
1022
- r = "null";
1023
- }
1024
-
1025
- let equals: boolean;
1026
-
1027
- // 校验参考的是 JS 的 ==,即宽松相等比较
1028
- if ((typeof l === 'number' && typeof r === 'number') ||
1029
- ((typeof l === 'number' || typeof r === 'number') && this.isNumberC(l.toString()) && this.isNumberC(r.toString()))) {
1030
- // 比较两个数字,使用 Number 进行转换
1031
- equals = Number(l) === Number(r);
1032
- } else {
1033
- // 比较字符串
1034
- equals = String(l) === String(r);
1035
- }
1036
-
1037
- return this.type === ExpressionType.Equal ? equals : !equals;
1038
- }
1039
- // 常数
1040
- case ExpressionType.Constant: {
1041
- return this.value;
1042
- }
1043
- // 标识符,获取实参对象
1044
- case ExpressionType.Identity: {
1045
- // 如果参数不存在,返回空
1046
- const name = this.value as string;
1047
- if (!this.delegate?.containsKey(name)) {
1048
- return null;
1049
- }
1050
- return this.delegate?.get(name);
1051
- }
1052
- // 条件语句
1053
- case ExpressionType.Condition: {
1054
- return this.condition();
1055
- }
1056
- // 获取属性值
1057
- case ExpressionType.Property: {
1058
- return this.property();
1059
- }
1060
- // 获取数组元素
1061
- case ExpressionType.ArrayIndex: {
1062
- return this.arrayIndex();
1063
- }
1064
- // 函数调用
1065
- case ExpressionType.Call: {
1066
- return this.call();
1067
- }
1068
- // For循环
1069
- case ExpressionType.For: {
1070
- return this.loop();
1071
- }
1072
- // 属性赋值
1073
- case ExpressionType.Assign: {
1074
- return this.assign();
1075
- }
1076
- // 逗号表达式
1077
- case ExpressionType.Comma: {
1078
- let value : any = 0;
1079
- for (const child of this.children) {
1080
- value = child?.invoke();
1081
- }
1082
- return value;
1083
- }
1084
- // 异常处理
1085
- case ExpressionType.Try: {
1086
- return this.try();
1087
- }
1088
- // 参数
1089
- case ExpressionType.Param: {
1090
- return this.Param();
1091
- }
1092
- // Return
1093
- case ExpressionType.Return: {
1094
- return this.returnBusiness();
1095
- }
1096
- // Throw
1097
- case ExpressionType.Throw: {
1098
- return this.throwException();
1099
- }
1100
- // Assert
1101
- case ExpressionType.Assert: {
1102
- return this.assertExp();
1103
- }
1104
- // Validate
1105
- case ExpressionType.Validate: {
1106
- return this.validateParams();
1107
- }
1108
- // Lambda
1109
- case ExpressionType.Lambda: {
1110
- return this.lambda();
1111
- }
1112
- // Break
1113
- case ExpressionType.Break: {
1114
- throw new BreakWayException();
1115
- }
1116
- // Continue
1117
- case ExpressionType.Continue: {
1118
- throw new ContinueWayException();
1119
- }
1120
- default: {
1121
- throw new ServiceException("无效操作");
1122
- }
1123
- }
1124
- } catch (ex) {
1125
- if (ex instanceof ReturnWayException ||
1126
- ex instanceof BreakWayException ||
1127
- ex instanceof ContinueWayException ||
1128
- ex instanceof ExpressionException) {
1129
- throw ex;
1130
- } else {
1131
- if (!(ex instanceof Error)) {
1132
- ex = new Error(ex as any);
1133
- }
1134
- throw new ExpressionException(this.delegate?.getSource() as string, this.pos as number, ex as Error);
1135
- }
1136
- }
1137
- }
1138
-
1139
- private compare(result: number) : boolean {
1140
- switch (this.type) {
1141
- case ExpressionType.GreaterThan:
1142
- return result > 0;
1143
- case ExpressionType.GreaterThanOrEqual:
1144
- return result >= 0;
1145
- case ExpressionType.LessThan:
1146
- return result < 0;
1147
- case ExpressionType.LessThanOrEqual:
1148
- return result <= 0;
1149
- default:
1150
- throw new ServiceException("未知类型");
1151
- }
1152
- }
1153
-
1154
- /**
1155
- * 执行数学运算
1156
- *
1157
- * @return 运算结果
1158
- */
1159
- private math(): any {
1160
- const left: Expression = this.children[0] as Expression;
1161
- const right: Expression = this.children[1] as Expression;
1162
- const oLeft: any = left.invoke();
1163
- const oRight: any = right.invoke();
1164
-
1165
- // 统一将输入转换为浮点数,既支持整数也支持浮点数
1166
- const l = Number(oLeft); // 使用 Number 统一转换
1167
- const r = Number(oRight); // 使用 Number 统一转换
1168
-
1169
- if (isNaN(l) || isNaN(r)) {
1170
- throw new ServiceException("无效的数字");
1171
- }
1172
-
1173
- switch (this.type) {
1174
- case ExpressionType.Add:
1175
- return l + r;
1176
- case ExpressionType.Subtract:
1177
- return l - r;
1178
- case ExpressionType.Multiply:
1179
- return l * r;
1180
- case ExpressionType.Divide:
1181
- return r !== 0 ? l / r : NaN; // 防止除以0
1182
- case ExpressionType.Modulo:
1183
- return l % r;
1184
- default:
1185
- throw new ServiceException("不识别的算数操作符");
1186
- }
1187
- }
1188
-
1189
- /**
1190
- * 执行函数调用
1191
- */
1192
- private call(): any {
1193
- // 函数名
1194
- const name: string = this.value as string;
1195
-
1196
- // 如果是 where 函数,调用 where 过滤
1197
- if (name === "where") {
1198
- return this.where();
1199
- }
1200
-
1201
- // 如果是 sum 求和函数,调用 sum 求和
1202
- if (name === "sum") {
1203
- return this.sum();
1204
- }
1205
-
1206
- const objExp: Expression = this.children[0] as Expression;
1207
- // 获取对象
1208
- const obj: any = objExp.invoke();
1209
-
1210
- if (obj == null) {
1211
- throw new ServiceException(`对象[${objExp.value}]为null`);
1212
- }
1213
-
1214
- // 获得参数计算结果
1215
- const params: any[] = [];
1216
- for (let i = 1; i < this.children.length; i++) {
1217
- const paramExp: Expression = this.children[i] as Expression;
1218
- params.push(paramExp.invoke());
1219
- }
1220
-
1221
- if (name === "runExpression") {
1222
- let params1: string = params[0];
1223
- params[0] = params1.replace("'", "$");
1224
- params.push(this.delegate?.getObjectNames());
1225
- }
1226
-
1227
- // 转换参数类型
1228
- const types: any[] = new Array(params.length);
1229
- for (let i = 0; i < params.length; i++) {
1230
- const param = params[i];
1231
- types[i] = param == null ? null : param.constructor;
1232
- }
1233
-
1234
- // 查找对象方法
1235
- const method = this.getMethod(obj, name, types);
1236
- if (!method) {
1237
- let error = `找不到方法: ${obj.constructor.name}.${name}(`;
1238
- // 添加方法参数
1239
- types.forEach(t => {
1240
- error += t ? `${t.name},` : "null,";
1241
- });
1242
- error += ")";
1243
- throw new ServiceException(error);
1244
- }
1245
-
1246
- // 调用方法并处理返回值
1247
- const oCall = method.apply(obj, params);
1248
- if (oCall instanceof Promise) {
1249
- return oCall.then(result => this.convert(result));
1250
- } else {
1251
- return this.convert(oCall);
1252
- }
1253
- }
1254
-
1255
- /**
1256
- * 查找与给定方法名和参数类型匹配的方法
1257
- */
1258
- private getMethod(obj: any, methodName: string, paramTypes: any[]): Function | null {
1259
- // 获取对象自身的所有属性名
1260
- let methods = Object.getOwnPropertyNames(obj).filter(prop => typeof obj[prop] === 'function');
1261
-
1262
- // 获取对象的原型
1263
- let proto = Object.getPrototypeOf(obj);
1264
-
1265
- // 递归获取原型链上的所有方法
1266
- while (proto !== null) {
1267
- methods = methods.concat(
1268
- Object.getOwnPropertyNames(proto)
1269
- .filter(prop => !['caller', 'callee', 'arguments'].includes(prop)) // 先排除
1270
- .filter(prop => {
1271
- try {
1272
- return typeof proto[prop] === 'function' // 再判断是否为函数
1273
- } catch (e) {
1274
- return false // 避免 TypeError
1275
- }
1276
- })
1277
- )
1278
- proto = Object.getPrototypeOf(proto)
1279
- }
1280
-
1281
- // 去重
1282
- methods = [...new Set(methods)];
1283
-
1284
- for (const methodNameInObj of methods) {
1285
- if (methodNameInObj === methodName) {
1286
- const method = obj[methodNameInObj];
1287
- if (this.matchParameterTypes(method, paramTypes)) {
1288
- return method;
1289
- }
1290
- }
1291
- }
1292
- return null;
1293
- }
1294
-
1295
- /**
1296
- * 判断方法的参数类型是否与给定的类型匹配
1297
- */
1298
- private matchParameterTypes(method: Function, paramTypes: any[]): boolean {
1299
- return true;
1300
- }
1301
-
1302
- public setDelegate(delegate: Delegate): void {
1303
- this.delegate = delegate;
1304
- }
1305
-
1306
- private isNumberC(value: string): boolean {
1307
- return !isNaN(Number(value)); // 判断 value 是否可以转成有效的数字
1308
- }
1309
- }
1
+ import Delegate from "./Delegate";
2
+ import ExpressionType from "../enums/ExpressionType"
3
+ import BreakWayException from "../exception/BreakWayException"
4
+ import ContinueWayException from "../exception/ContinueWayException"
5
+ import ServiceException from "../exception/ServiceException"
6
+ import ReturnWayException from "../exception/ReturnWayException"
7
+ import ExpressionException from "../exception/ExpressionException"
8
+ import JSONObject from "../instances/JSONObject"
9
+ import JSONArray from "../instances/JSONArray"
10
+
11
+ export default class Expression {
12
+ /**
13
+ * 节点类型
14
+ */
15
+ type: ExpressionType;
16
+ /**
17
+ * 节点值
18
+ */
19
+ value: any;
20
+ /**
21
+ * 节点对应位置
22
+ */
23
+ pos: number;
24
+ /**
25
+ * 子节点
26
+ */
27
+ children: (Expression | null)[];
28
+ /**
29
+ * 运行时对应的Delegate,Delegate中保存有实参
30
+ */
31
+ delegate?: Delegate;
32
+ constructor(type: ExpressionType, pos: number, value?: any, children?: Expression[], expression?: Expression) {
33
+ this.type = type;
34
+ this.value = value;
35
+ this.pos = pos;
36
+ if (children) {
37
+ this.children = children;
38
+ } else if (expression) {
39
+ this.children = [expression];
40
+ } else {
41
+ this.children = [];
42
+ }
43
+ }
44
+
45
+ /**
46
+ * 产生常数
47
+ */
48
+ public static Constant (value: any, pos: number) : Expression {
49
+ return new Expression(ExpressionType.Constant, pos, value);
50
+ }
51
+
52
+ /**
53
+ * 产生Lambda
54
+ */
55
+ public static Lambda (lambdaExp: Expression, pos: number) : Expression {
56
+ return new Expression(ExpressionType.Lambda, pos, lambdaExp);
57
+ }
58
+
59
+ /**
60
+ * 产生Return
61
+ */
62
+ public static Return (objExp: Expression, pos: number) : Expression {
63
+ return new Expression(ExpressionType.Return, pos, null, undefined, objExp);
64
+ }
65
+
66
+ /**
67
+ * 产生Break
68
+ */
69
+ public static Break (pos: number, objExp?: Expression) : Expression {
70
+ return new Expression(ExpressionType.Break, pos, null, undefined, objExp);
71
+ }
72
+
73
+ /**
74
+ * 产生Continue
75
+ */
76
+ public static Continue (pos: number, objExp?: Expression) : Expression {
77
+ return new Expression(ExpressionType.Continue, pos, null, undefined, objExp);
78
+ }
79
+
80
+ /**
81
+ * 产生Throw
82
+ */
83
+ public static Throw (objExp: Expression, pos: number) : Expression {
84
+ return new Expression(ExpressionType.Throw, pos, null, undefined, objExp);
85
+ }
86
+
87
+ /**
88
+ * 产生Assert
89
+ */
90
+ public static Assert (objExp: Expression, pos: number) : Expression {
91
+ return new Expression(ExpressionType.Assert, pos, null, undefined, objExp);
92
+ }
93
+
94
+ /**
95
+ * 产生Validate
96
+ */
97
+ public static Validate (objExp: Expression, pos: number) : Expression {
98
+ return new Expression(ExpressionType.Validate, pos, null, undefined, objExp);
99
+ }
100
+
101
+ /**
102
+ * 产生标识符
103
+ */
104
+ public static Identity (value: any, pos: number) : Expression {
105
+ return new Expression(ExpressionType.Identity, pos, value);
106
+ }
107
+
108
+ /**
109
+ * 产生Json对象,value=null, children=属性值对
110
+ */
111
+ public static Json (attrs: Expression[], pos: number) : Expression {
112
+ const result = new Expression(ExpressionType.Json, pos);
113
+ result.children.push(...attrs)
114
+ return result;
115
+ }
116
+
117
+ /**
118
+ * 逗号表达式, value=null, children=各表达式
119
+ */
120
+ public static Comma(children: Expression[], pos: number) : Expression {
121
+ const result = new Expression(ExpressionType.Comma, pos);
122
+ result.children.push(...children)
123
+ return result;
124
+ }
125
+
126
+ /**
127
+ * 函数调用
128
+ */
129
+ public static Call (objExp: Expression, name: string, params: Expression[], pos: number) : Expression {
130
+ const result = new Expression(ExpressionType.Call, pos, name);
131
+ result.children.push(objExp)
132
+ // 把所有参数加入函数调用子中
133
+ result.children.push(...params)
134
+ return result;
135
+ }
136
+
137
+ /**
138
+ * 产生JSON数组
139
+ */
140
+ public static Array (params: Expression[], pos: number) : Expression {
141
+ return new Expression(ExpressionType.Array, pos, null, params);
142
+ }
143
+
144
+ /**
145
+ * 产生参数
146
+ */
147
+ public static Param (objExp: Expression, value: string, pos: number) : Expression {
148
+ const result = new Expression(ExpressionType.Param, pos, value);
149
+ result.children.push(objExp)
150
+ return result;
151
+ }
152
+
153
+ /**
154
+ * 产生对象属性
155
+ */
156
+ public static Property (objExp: Expression, name: string, pos: number) : Expression {
157
+ const result = new Expression(ExpressionType.Property, pos, name);
158
+ result.children.push(objExp)
159
+ return result;
160
+ }
161
+
162
+ /**
163
+ * 产生属性表达式,value=属性名,children[0]=属性值
164
+ */
165
+ public static Attr (name: string, value: Expression, pos: number) : Expression {
166
+ const result = new Expression(ExpressionType.Attr, pos, name);
167
+ result.children.push(value)
168
+ return result;
169
+ }
170
+
171
+ /**
172
+ * 产生赋值语句,value=属性名/变量名,child[0]=赋值对象,child[1]=赋值内容
173
+ */
174
+ public static Assign (objExp: Expression | null, exp: Expression, name: string, pos: number) : Expression {
175
+ const result = new Expression(ExpressionType.Assign, pos, name);
176
+ result.children.push(objExp)
177
+ result.children.push(exp)
178
+ return result;
179
+ }
180
+
181
+ /**
182
+ * 产生异常
183
+ */
184
+ public static Try (tryExp: Expression, catches: Expression[], pos: number, finallyExp?: Expression) : Expression {
185
+ const tryFinally: Expression[] = [];
186
+ tryFinally.push(tryExp)
187
+ if (finallyExp) {
188
+ tryFinally.push(finallyExp)
189
+ }
190
+
191
+ const result = new Expression(ExpressionType.Try, pos, tryFinally);
192
+ result.children.push(...catches)
193
+ return result;
194
+ }
195
+
196
+ /**
197
+ * 产生Catch
198
+ */
199
+ public static Catch (className: string, varName: string, catches: Expression, pos: number) : Expression {
200
+ const catchParameter: string[] = [];
201
+ catchParameter.push(className)
202
+ catchParameter.push(varName)
203
+
204
+ const result = new Expression(ExpressionType.Catch, pos, catchParameter);
205
+ result.children.push(catches)
206
+ return result;
207
+ }
208
+
209
+ /**
210
+ * 产生一个条件语句, test:条件,ifTrue:为真时结果,ifFalse:为假时结果
211
+ */
212
+ public static Condition (test: Expression, ifTrue: Expression, ifFalse: Expression, source: string, pos: number) : Expression {
213
+ const result = new Expression(ExpressionType.Condition, pos, source);
214
+ result.children.push(test)
215
+ result.children.push(ifTrue)
216
+ result.children.push(ifFalse)
217
+ return result;
218
+ }
219
+
220
+ /**
221
+ * 产生逻辑非语句
222
+ */
223
+ public static Not (exp: Expression, source: string, pos: number) : Expression {
224
+ const result = new Expression(ExpressionType.Not, pos, source);
225
+ result.children.push(exp)
226
+ return result;
227
+ }
228
+
229
+ /**
230
+ * 产生逻辑与语句
231
+ */
232
+ public static And (left: Expression, right: Expression, source: string, pos: number) : Expression {
233
+ const result = new Expression(ExpressionType.And, pos, source);
234
+ result.children.push(left)
235
+ result.children.push(right)
236
+ return result;
237
+ }
238
+
239
+ /**
240
+ * 产生逻辑或语句
241
+ */
242
+ public static Or (left: Expression, right: Expression, source: string, pos: number) : Expression {
243
+ const result = new Expression(ExpressionType.Or, pos, source);
244
+ result.children.push(left)
245
+ result.children.push(right)
246
+ return result;
247
+ }
248
+
249
+ /**
250
+ * 产生>比较运算
251
+ */
252
+ public static GreaterThan (left: Expression, right: Expression, source: string, pos: number) : Expression {
253
+ const result = new Expression(ExpressionType.GreaterThan, pos, source);
254
+ result.children.push(left)
255
+ result.children.push(right)
256
+ return result;
257
+ }
258
+
259
+ /**
260
+ * 产生>=比较运算
261
+ */
262
+ public static GreaterThanOrEqual (left: Expression, right: Expression, source: string, pos: number) : Expression {
263
+ const result = new Expression(ExpressionType.GreaterThanOrEqual, pos, source);
264
+ result.children.push(left)
265
+ result.children.push(right)
266
+ return result;
267
+ }
268
+
269
+ /**
270
+ * 产生<比较运算
271
+ */
272
+ public static LessThan (left: Expression, right: Expression, source: string, pos: number) : Expression {
273
+ const result = new Expression(ExpressionType.LessThan, pos, source);
274
+ result.children.push(left)
275
+ result.children.push(right)
276
+ return result;
277
+ }
278
+
279
+ /**
280
+ * 产生<=比较运算
281
+ */
282
+ public static LessThanOrEqual (left: Expression, right: Expression, source: string, pos: number) : Expression {
283
+ const result = new Expression(ExpressionType.LessThanOrEqual, pos, source);
284
+ result.children.push(left)
285
+ result.children.push(right)
286
+ return result;
287
+ }
288
+
289
+ /**
290
+ * 产生==比较运算
291
+ */
292
+ public static Equal (left: Expression, right: Expression, source: string, pos: number) : Expression {
293
+ const result = new Expression(ExpressionType.Equal, pos, source);
294
+ result.children.push(left)
295
+ result.children.push(right)
296
+ return result;
297
+ }
298
+
299
+ /**
300
+ * 产生!=比较运算
301
+ */
302
+ public static NotEqual (left: Expression, right: Expression, source: string, pos: number) : Expression {
303
+ const result = new Expression(ExpressionType.NotEqual, pos, source);
304
+ result.children.push(left)
305
+ result.children.push(right)
306
+ return result;
307
+ }
308
+
309
+ /**
310
+ * 产生+运算
311
+ */
312
+ public static Add (left: Expression, right: Expression, source: string, pos: number) : Expression {
313
+ const result = new Expression(ExpressionType.Add, pos, source);
314
+ result.children.push(left)
315
+ result.children.push(right)
316
+ return result;
317
+ }
318
+
319
+ /**
320
+ * 产生-运算
321
+ */
322
+ public static Subtract (left: Expression, right: Expression, source: string, pos: number) : Expression {
323
+ const result = new Expression(ExpressionType.Subtract, pos, source);
324
+ result.children.push(left)
325
+ result.children.push(right)
326
+ return result;
327
+ }
328
+
329
+ /**
330
+ * 产生*运算
331
+ */
332
+ public static Multiply (left: Expression, right: Expression, source: string, pos: number) : Expression {
333
+ const result = new Expression(ExpressionType.Multiply, pos, source);
334
+ result.children.push(left)
335
+ result.children.push(right)
336
+ return result;
337
+ }
338
+
339
+ /**
340
+ * 产生/运算
341
+ */
342
+ public static Divide (left: Expression, right: Expression, source: string, pos: number) : Expression {
343
+ const result = new Expression(ExpressionType.Divide, pos, source);
344
+ result.children.push(left)
345
+ result.children.push(right)
346
+ return result;
347
+ }
348
+
349
+ /**
350
+ * 产生%运算
351
+ */
352
+ public static Modulo (left: Expression, right: Expression, source: string, pos: number) : Expression {
353
+ const result = new Expression(ExpressionType.Modulo, pos, source);
354
+ result.children.push(left)
355
+ result.children.push(right)
356
+ return result;
357
+ }
358
+
359
+ /**
360
+ * 产生字符串连接运算
361
+ */
362
+ public static Concat (left: Expression, right: Expression, source: string, pos: number) : Expression {
363
+ const result = new Expression(ExpressionType.Concat, pos, source);
364
+ result.children.push(left)
365
+ result.children.push(right)
366
+ return result;
367
+ }
368
+
369
+ /**
370
+ * 产生数组下标
371
+ */
372
+ public static ArrayIndex (objExp: Expression, indexExp: Expression, source: string, pos: number) : Expression {
373
+ const result = new Expression(ExpressionType.ArrayIndex, pos, source);
374
+ result.children.push(objExp)
375
+ result.children.push(indexExp)
376
+ return result;
377
+ }
378
+
379
+ /**
380
+ * 产生for循环
381
+ */
382
+ public static For (objExp: Expression, forExp: Expression, source: string, pos: number) : Expression {
383
+ const result = new Expression(ExpressionType.For, pos, source);
384
+ result.children.push(objExp)
385
+ result.children.push(forExp)
386
+ return result;
387
+ }
388
+
389
+ private static isNumberC (str: string) : boolean {
390
+ return !isNaN(Number(str));
391
+ }
392
+
393
+ /**
394
+ * 覆盖toString方法,显示树状的节点信息,方便调试
395
+ */
396
+ public toString (level?: number) : string {
397
+ if (!level) {
398
+ return this.toString(0)
399
+ } else {
400
+ // 显示自己的类型及名称
401
+ let result = this.space(level) + "type: " + this.type + ", value: "
402
+ + (this.value ? this.value.toString() : "null") + "[\n]"
403
+ // 递归显示子
404
+ for (let i = 0; i < this.children.length; i++) {
405
+ const child = this.children[i]
406
+ result += (child ? child.toString(level + 1) : this.space(level + 1) + "null\n");
407
+ }
408
+ result += this.space(level) + "]\n"
409
+ return result;
410
+ }
411
+ }
412
+
413
+ /**
414
+ * 执行条件处理
415
+ */
416
+ private condition () : any {
417
+ // 条件
418
+ const condExp = this.children[0]
419
+ // 为真时表达式
420
+ const isTrue = this.children[1]
421
+ // 为假时表达式
422
+ const isFalse = this.children[2]
423
+ // 如果条件返回的不是bool值,则非空值为真,空值为假
424
+ const obj = condExp?.invoke()
425
+ const cond = this.getBoolean(obj)
426
+ // 为真,返回为真的表达式,否则,返回为假的表达式
427
+ return cond ? isTrue?.invoke() : isFalse?.invoke()
428
+ }
429
+
430
+ /**
431
+ * 执行for循环
432
+ */
433
+ private loop () : any {
434
+ const objExp = this.children[0]
435
+ // 获取对象,for循环
436
+ const obj = objExp?.invoke()
437
+
438
+ if (obj instanceof JSONArray || obj instanceof Array) {
439
+ // 获取循环体,循环体中row代表每一项对象, 把对象传递给循环体执行
440
+ const body = this.children[1]
441
+ if (obj instanceof JSONArray) {
442
+ const array = obj as JSONArray
443
+ for (let i = 0; i < array.length(); i++) {
444
+ this.delegate?.put('rowIndex', i)
445
+ this.delegate?.put('row', array.get(i))
446
+ try {
447
+ body?.invoke()
448
+ } catch (e) {
449
+ if (e instanceof BreakWayException) {
450
+ break
451
+ } else if (e instanceof ContinueWayException) {
452
+ // ignore
453
+ } else {
454
+ throw e
455
+ }
456
+ }
457
+ }
458
+ } else {
459
+ const array = obj as Array<any>
460
+ for (let i = 0; i < array.length; i++) {
461
+ this.delegate?.put('rowIndex', i)
462
+ this.delegate?.put('row', array[i])
463
+ try {
464
+ body?.invoke()
465
+ } catch (e) {
466
+ if (e instanceof BreakWayException) {
467
+ break
468
+ } else if (e instanceof ContinueWayException) {
469
+ // ignore
470
+ } else {
471
+ throw e
472
+ }
473
+ }
474
+ }
475
+ }
476
+ } else if (obj instanceof JSONObject || obj instanceof Object) {
477
+ // 获取循环体,循环体中row代表每一项对象, 把对象传递给循环体执行
478
+ const body = this.children[1]
479
+ if (obj instanceof JSONObject) {
480
+ const json: JSONObject = obj as JSONObject
481
+ for (const key of json.keySet()) {
482
+ this.delegate?.put('rowKey', key)
483
+ this.delegate?.put('row', json.get(key))
484
+ try {
485
+ body?.invoke()
486
+ } catch (e) {
487
+ if (e instanceof BreakWayException) {
488
+ }
489
+ }
490
+ }
491
+ } else {
492
+ for (const key of obj) {
493
+ this.delegate?.put('rowKey', key)
494
+ this.delegate?.put('row', obj[key])
495
+ try {
496
+ body?.invoke()
497
+ } catch (e) {
498
+ if (e instanceof BreakWayException) {
499
+ break
500
+ } else if (e instanceof ContinueWayException) {
501
+ // ignore
502
+ } else {
503
+ throw e
504
+ }
505
+ }
506
+ }
507
+ }
508
+ } else {
509
+ let start = 0;
510
+ let length: number;
511
+ try {
512
+ if (objExp?.children.length == 2) {
513
+ start = objExp?.children[0]?.invoke()
514
+ length = objExp?.children[1]?.invoke()
515
+ } else if (typeof obj === 'number') {
516
+ length = obj as number
517
+ } else {
518
+ throw new ServiceException('for循环只接收集合对象,整数或两个整数的组合')
519
+ }
520
+ } catch (e) {
521
+ throw new ServiceException('for循环只接收集合对象,整数或两个整数的组合')
522
+ }
523
+ // 获取循环体,循环体中row代表索引
524
+ for (let i = start; i < length; i++) {
525
+ const body = this.children[1]
526
+ this.delegate?.put('row', i)
527
+ try {
528
+ body?.invoke()
529
+ } catch (e) {
530
+ if (e instanceof BreakWayException) {
531
+ break
532
+ } else if (e instanceof ContinueWayException) {
533
+ // ignore
534
+ } else {
535
+ throw e
536
+ }
537
+ }
538
+ }
539
+ }
540
+ return obj
541
+ }
542
+
543
+ /**
544
+ * 执行集合的where过滤
545
+ */
546
+ private where() : any {
547
+ const result = new JSONArray()
548
+
549
+ const objExp = this.children[0]
550
+ // 获取对象,where循环只针对JSONArray及list
551
+ let array: JSONArray
552
+
553
+ const ret = objExp?.invoke()
554
+ if (ret instanceof JSONArray) {
555
+ array = ret
556
+ } else if (ret instanceof Array) {
557
+ array = new JSONArray()
558
+ for (let i = 0; i < ret.length; i++) {
559
+ array.put(ret[i])
560
+ }
561
+ } else {
562
+ throw new ServiceException('where循环只针对JSONArray, Array')
563
+ }
564
+
565
+ // 获取过滤内容,其中row代表每一项对象, 把对象传递进去执行
566
+ const body = this.children[1]
567
+ for (let i = 0; i < array.length(); i++) {
568
+ const value = array.get(i)
569
+ this.delegate?.put('row', value)
570
+ let value2 = body?.invoke()
571
+ if (value2 === true) {
572
+ result.put(value)
573
+ }
574
+ }
575
+ return result
576
+ }
577
+
578
+ /**
579
+ * 执行集合的sum求和,求和结果为BigDecimal
580
+ */
581
+ private sum () : any {
582
+ let result = 0
583
+ const objExp = this.children[0]
584
+ // 获取对象,sum循环只针对JSONArray
585
+ const array = objExp?.invoke() as JSONArray
586
+ // 获取过滤内容,其中row代表每一项对象, 把对象传递进去执行
587
+ const body = this.children[1]
588
+ for (let i = 0; i < array.length(); i++) {
589
+ const value = array.get(i)
590
+ this.delegate?.put('row', value)
591
+ let decimal = body?.invoke().toString()
592
+ if (decimal) {
593
+ result = result + Number(decimal)
594
+ }
595
+ }
596
+ return result
597
+ }
598
+
599
+ /**
600
+ * 对函数或者取属性结果进行数值转换
601
+ */
602
+ private convert (source: any) : any {
603
+ if (typeof source === 'number') {
604
+ return source as Number
605
+ } else {
606
+ return source
607
+ }
608
+ }
609
+
610
+ /**
611
+ * 返回Json对象的结果,返回一个Json对象
612
+ */
613
+ private json () : any {
614
+ const result: JSONObject = new JSONObject()
615
+ for (const child of this.children) {
616
+ const name = child?.value.toString()
617
+ const value = child?.children[0]?.invoke()
618
+ result.put(name, value)
619
+ }
620
+ return result
621
+ }
622
+
623
+ /**
624
+ * 返回JSONArray结果
625
+ */
626
+ private array () : any {
627
+ const result: JSONArray = new JSONArray()
628
+ for (const child of this.children) {
629
+ // 调用处理结果
630
+ const value = child?.invoke()
631
+ result.put(value)
632
+ }
633
+ return result
634
+ }
635
+
636
+ /**
637
+ * 根据值返回boolean结果
638
+ */
639
+ private getBoolean (obj: any) : boolean {
640
+ // 如果条件返回的不是bool值,则非空值为真,空值为假
641
+ let cond : boolean
642
+ if (typeof obj === 'boolean') {
643
+ cond = obj as boolean
644
+ } else {
645
+ cond = (obj != null)
646
+ }
647
+ return cond
648
+ }
649
+
650
+ /**
651
+ * 执行赋值过程
652
+ */
653
+ private assign () : any {
654
+ // 属性值
655
+ const right = this.children[1]
656
+ const value = right?.invoke()
657
+ // 获取属性
658
+ const name = this.value
659
+ if (this.delegate?.getLambdaOutProps().includes(name)) {
660
+ throw new ServiceException("lambda 表达式中使用的外层参数[" + name + "]为常量,不允许显性改变")
661
+ }
662
+ // 要赋值的对象,空代表给变量赋值
663
+ const left = this.children[0]
664
+ if (left == null) {
665
+ this.delegate?.put(name, value)
666
+ } else {
667
+ const obj = left.invoke()
668
+ // 如果是JSONObject,调用JSONObject的赋值过程
669
+ if (obj instanceof JSONObject) {
670
+ const json : JSONObject = obj as JSONObject
671
+ json.put(name, value)
672
+ } else {
673
+ try {
674
+ obj[name] = value
675
+ return value;
676
+ } catch (e) {
677
+ throw new ServiceException("属性赋值错误:" + name);
678
+ }
679
+ }
680
+ }
681
+ return value
682
+ }
683
+
684
+ /**
685
+ * 获取对象属性
686
+ */
687
+ private property(key: string = this.value.toString()) : any {
688
+ const objExp = this.children[0]
689
+ // 获取对象
690
+ const obj = objExp?.invoke();
691
+ // 属性名
692
+ let rObj : any;
693
+ // 是JSONObject
694
+ if (obj instanceof JSONObject) {
695
+ const json = obj as JSONObject
696
+ if (!json.has(key)) {
697
+ return null;
698
+ }
699
+ rObj = json.get(key)
700
+ } else {
701
+ rObj = obj[key]
702
+ }
703
+ return this.convert(rObj)
704
+ }
705
+
706
+ /**
707
+ * 获取数组元素
708
+ */
709
+ private arrayIndex () : any {
710
+ const objExp = this.children[0]
711
+ const indexExp = this.children[1]
712
+ // 获取对象
713
+ const obj = objExp?.invoke()
714
+ // 如果对象为JSONArray,调用JSONArray的方法
715
+ if (obj instanceof JSONArray) {
716
+ const array : JSONArray = obj as JSONArray
717
+ // 获取下标值
718
+ const index = Number(indexExp?.invoke())
719
+ const oRet = array.get(index)
720
+ return this.convert(oRet)
721
+ } else if (obj instanceof Array) {
722
+ let list = obj as Array<any>
723
+ // 获取下标值
724
+ const index = Number(indexExp?.invoke())
725
+ const oRet = list[index]
726
+ return this.convert(oRet)
727
+ } else {
728
+ try {
729
+ // 获取键
730
+ const key = indexExp?.invoke().toString()
731
+ return this.property(key)
732
+ } catch (e) {
733
+ if (!(e instanceof Error)) {
734
+ e = new Error(e as any);
735
+ }
736
+ throw new ExpressionException(this.delegate?.getSource() as string, this.pos as number, e as Error)
737
+ }
738
+ }
739
+ }
740
+
741
+
742
+ /**
743
+ * 产生多个空格
744
+ */
745
+ private space (n: number) : string {
746
+ let result = ''
747
+ for (let i = 0; i < n; i++) {
748
+ result += ' '
749
+ }
750
+ return result
751
+ }
752
+
753
+ /**
754
+ * 跳出业务
755
+ */
756
+ private returnBusiness () : any {
757
+ const value = this.children[0]?.invoke();
758
+ throw new ReturnWayException(value);
759
+ }
760
+
761
+ /**
762
+ * 抛出业务异常
763
+ */
764
+ private throwException() : any {
765
+ let result = this.children[0]?.invoke()
766
+ if (result instanceof JSONObject) {
767
+ const obj : JSONObject = result as JSONObject
768
+ throw new ServiceException(obj.get('msg').toString(), obj.getInt('status'))
769
+ } else if (result instanceof Error) {
770
+ const e = result as Error;
771
+ if (e instanceof ServiceException) {
772
+ throw e;
773
+ }
774
+ throw new ExpressionException(this.delegate?.getSource() as string, this.pos as number, e)
775
+ } else {
776
+ if (result == undefined || result === '') {
777
+ result = '未定义异常'
778
+ }
779
+ throw new ServiceException(result.toString(), 400)
780
+ }
781
+ }
782
+
783
+ /**
784
+ * 断言处理
785
+ */
786
+ private assertExp() : any {
787
+ const expression = this.children[0]
788
+ const result = expression?.invoke()
789
+ if (typeof result === 'boolean') {
790
+ const yn = result as boolean
791
+ if (!yn) {
792
+ throw new ServiceException("断言校验失败", 400)
793
+ }
794
+ } else {
795
+ throw new ServiceException("assert仅接收boolean结果")
796
+ }
797
+ return true
798
+ }
799
+
800
+ /**
801
+ * 参数校验
802
+ */
803
+ private validateParams () : any {
804
+ const result = this.children[0]?.invoke()
805
+ if (result instanceof JSONObject) {
806
+ const validateJson : JSONObject = result as JSONObject
807
+ const params = this.delegate?.get('data');
808
+ this.validateMain('data', params, validateJson)
809
+ } else {
810
+ throw new ServiceException("validate仅接收json格式的对象")
811
+ }
812
+ return result;
813
+ }
814
+
815
+ /**
816
+ * lambda
817
+ */
818
+ private lambda() : Delegate {
819
+ return new Delegate(this.value as Expression, this.delegate?.getSource() as string, this.delegate?.getObjectNames());
820
+ }
821
+
822
+ /**
823
+ * 参数校验实现
824
+ */
825
+ private validateMain (validateItemKey: string, params: JSONObject, validateJson: JSONObject) : void {
826
+ for (const key of validateJson.keySet()) {
827
+ const item : JSONObject = validateJson.getJSONObject(key);
828
+ const validateMode = item.optString('mode', 'normal');
829
+ switch (validateMode) {
830
+ case 'normal':
831
+ const hasParams: boolean = params.has(key) && params.opt(key);
832
+ if (!hasParams) {
833
+ if (item.optBoolean('required', false)){
834
+ const message = item.optString('message', '参数校验失败,' + validateItemKey + '>>' + key + '不能为空')
835
+ throw new ServiceException(message, 400);
836
+ }
837
+ if (item.has('default')){
838
+ params.put(key, item.get('default'));
839
+ }
840
+ }
841
+ // items用于对JSON参数的成员进行校验
842
+ if (item.has('items')) {
843
+ const itemsValidate = item.getJSONObject('items');
844
+ this.validateMain(validateItemKey + '>>' + key, params.getJSONObject(key), itemsValidate)
845
+ }
846
+ break;
847
+ case 'atLeastOne':
848
+ const fields : JSONArray = item.getJSONArray('fields');
849
+ let isValidate = false;
850
+ for (let i = 0; i < fields.length(); i++) {
851
+ const field = fields.get(i);
852
+ const fieldName = field.toString();
853
+ const hasParam = params.has(fieldName) && params.get(fieldName) != null;
854
+ if (hasParam) {
855
+ isValidate = true;
856
+ break;
857
+ }
858
+ }
859
+ if (!isValidate) {
860
+ const message = item.optString('message', '参数校验失败:参数组' + fields + '至少有一个不能为空')
861
+ throw new ServiceException(message, 400);
862
+ }
863
+ break;
864
+ }
865
+ }
866
+ }
867
+
868
+ private Param() : any {
869
+ return this.children[0]?.invoke()
870
+ }
871
+
872
+ /**
873
+ * 执行 Try-Catch-Finally 语句块
874
+ */
875
+ private try(): any {
876
+ const exps: Expression[] = this.value as Expression[];
877
+ const tryExp: Expression = exps[0];
878
+
879
+ try {
880
+ // 执行 try 块
881
+ return tryExp.invoke();
882
+ } catch (ex) {
883
+ const e: any = ex instanceof Error ? (ex as { cause?: any }).cause : ex;
884
+
885
+ // 执行 catch 块
886
+ for (const exp of this.children) {
887
+ const catchValues: string[] = exp?.value as string[];
888
+ const typeName: string = catchValues[0];
889
+ const varName: string = catchValues[1];
890
+
891
+ // 找到了 catch 部分,获取异常类型
892
+ if (this.isEqual(e, typeName)) {
893
+ const catchExp = exp?.children as Expression[];
894
+ // 把异常值变成变量
895
+ this.delegate?.put(varName, e);
896
+ return catchExp[0].invoke();
897
+ }
898
+ }
899
+
900
+ // 未匹配到异常,重新抛出原异常
901
+ throw ex;
902
+ } finally {
903
+ // 执行 finally 块
904
+ if (exps.length > 1) {
905
+ const finallyExp: Expression = exps[1];
906
+ if (finallyExp != null) {
907
+ finallyExp.invoke();
908
+ }
909
+ }
910
+ }
911
+ }
912
+
913
+ /**
914
+ * 判断异常类型是否匹配
915
+ */
916
+ private isEqual(exception: any, typeName: string): boolean {
917
+ if (typeName === 'Exception' || typeName === 'Error') {
918
+ return true;
919
+ }
920
+ return exception && exception.constructor.name === typeName;
921
+ }
922
+
923
+ /**
924
+ * 执行
925
+ */
926
+ public invoke () : any {
927
+ try {
928
+ switch (this.type) {
929
+ // 逻辑运算
930
+ case ExpressionType.Or: {
931
+ const left: Expression = this.children[0] as Expression;
932
+ const l = this.getBoolean(left.invoke());
933
+ if (l === true) {
934
+ return true;
935
+ } else {
936
+ const right: Expression = this.children[1] as Expression;
937
+ return this.getBoolean(right.invoke());
938
+ }
939
+ }
940
+ case ExpressionType.And: {
941
+ const left: Expression = this.children[0] as Expression;
942
+ const right: Expression = this.children[1] as Expression;
943
+ const l = this.getBoolean(left.invoke());
944
+ if (l === true) {
945
+ return this.getBoolean(right.invoke());
946
+ } else {
947
+ return false;
948
+ }
949
+ }
950
+ case ExpressionType.Not: {
951
+ const left: Expression = this.children[0] as Expression;
952
+ return !this.getBoolean(left.invoke());
953
+ }
954
+ // 算数运算
955
+ case ExpressionType.Add:
956
+ case ExpressionType.Subtract:
957
+ case ExpressionType.Multiply:
958
+ case ExpressionType.Divide:
959
+ case ExpressionType.Modulo: {
960
+ return this.math();
961
+ }
962
+ // 字符串连接
963
+ case ExpressionType.Concat: {
964
+ const left: Expression = this.children[0] as Expression;
965
+ const right: Expression = this.children[1] as Expression;
966
+ let l = left.invoke();
967
+ if (l == null) {
968
+ l = 'null';
969
+ }
970
+ let r = right.invoke();
971
+ if (r == null) {
972
+ r = 'null';
973
+ }
974
+ return l.toString() + r.toString();
975
+ }
976
+ // 返回JSON
977
+ case ExpressionType.Json: {
978
+ return this.json();
979
+ }
980
+ // 返回JSONArray
981
+ case ExpressionType.Array: {
982
+ return this.array();
983
+ }
984
+ // 比较运算
985
+ case ExpressionType.GreaterThan:
986
+ case ExpressionType.GreaterThanOrEqual:
987
+ case ExpressionType.LessThan:
988
+ case ExpressionType.LessThanOrEqual: {
989
+ const left: Expression = this.children[0] as Expression;
990
+ const right: Expression = this.children[1] as Expression;
991
+ const l = left.invoke();
992
+ const r = right.invoke();
993
+ if (l == null || r == null) {
994
+ return false;
995
+ }
996
+ // 两个字符串比较
997
+ if (typeof l === 'string' && typeof r === 'string') {
998
+ const result = l.localeCompare(r); // 使用localeCompare来比较字符串
999
+ return this.compare(result);
1000
+ } else {
1001
+ const dl = Number(l); // 转换成数字
1002
+ const dr = Number(r); // 转换成数字
1003
+ if (isNaN(dl) || isNaN(dr)) {
1004
+ return false; // 如果转换失败,返回 false
1005
+ }
1006
+ return this.compare(dl - dr); // 进行数字比较
1007
+ }
1008
+ }
1009
+ // 比较运算
1010
+ case ExpressionType.Equal:
1011
+ case ExpressionType.NotEqual: {
1012
+ const left: Expression = this.children[0] as Expression;
1013
+ const right: Expression = this.children[1] as Expression;
1014
+ let l: any = left.invoke();
1015
+ let r: any = right.invoke();
1016
+
1017
+ // 如果 l 或 r 为 null,替换成字符串 "null"
1018
+ if (l == null) {
1019
+ l = "null";
1020
+ }
1021
+ if (r == null) {
1022
+ r = "null";
1023
+ }
1024
+
1025
+ let equals: boolean;
1026
+
1027
+ // 校验参考的是 JS 的 ==,即宽松相等比较
1028
+ if ((typeof l === 'number' && typeof r === 'number') ||
1029
+ ((typeof l === 'number' || typeof r === 'number') && this.isNumberC(l.toString()) && this.isNumberC(r.toString()))) {
1030
+ // 比较两个数字,使用 Number 进行转换
1031
+ equals = Number(l) === Number(r);
1032
+ } else {
1033
+ // 比较字符串
1034
+ equals = String(l) === String(r);
1035
+ }
1036
+
1037
+ return this.type === ExpressionType.Equal ? equals : !equals;
1038
+ }
1039
+ // 常数
1040
+ case ExpressionType.Constant: {
1041
+ return this.value;
1042
+ }
1043
+ // 标识符,获取实参对象
1044
+ case ExpressionType.Identity: {
1045
+ // 如果参数不存在,返回空
1046
+ const name = this.value as string;
1047
+ if (!this.delegate?.containsKey(name)) {
1048
+ return null;
1049
+ }
1050
+ return this.delegate?.get(name);
1051
+ }
1052
+ // 条件语句
1053
+ case ExpressionType.Condition: {
1054
+ return this.condition();
1055
+ }
1056
+ // 获取属性值
1057
+ case ExpressionType.Property: {
1058
+ return this.property();
1059
+ }
1060
+ // 获取数组元素
1061
+ case ExpressionType.ArrayIndex: {
1062
+ return this.arrayIndex();
1063
+ }
1064
+ // 函数调用
1065
+ case ExpressionType.Call: {
1066
+ return this.call();
1067
+ }
1068
+ // For循环
1069
+ case ExpressionType.For: {
1070
+ return this.loop();
1071
+ }
1072
+ // 属性赋值
1073
+ case ExpressionType.Assign: {
1074
+ return this.assign();
1075
+ }
1076
+ // 逗号表达式
1077
+ case ExpressionType.Comma: {
1078
+ let value : any = 0;
1079
+ for (const child of this.children) {
1080
+ value = child?.invoke();
1081
+ }
1082
+ return value;
1083
+ }
1084
+ // 异常处理
1085
+ case ExpressionType.Try: {
1086
+ return this.try();
1087
+ }
1088
+ // 参数
1089
+ case ExpressionType.Param: {
1090
+ return this.Param();
1091
+ }
1092
+ // Return
1093
+ case ExpressionType.Return: {
1094
+ return this.returnBusiness();
1095
+ }
1096
+ // Throw
1097
+ case ExpressionType.Throw: {
1098
+ return this.throwException();
1099
+ }
1100
+ // Assert
1101
+ case ExpressionType.Assert: {
1102
+ return this.assertExp();
1103
+ }
1104
+ // Validate
1105
+ case ExpressionType.Validate: {
1106
+ return this.validateParams();
1107
+ }
1108
+ // Lambda
1109
+ case ExpressionType.Lambda: {
1110
+ return this.lambda();
1111
+ }
1112
+ // Break
1113
+ case ExpressionType.Break: {
1114
+ throw new BreakWayException();
1115
+ }
1116
+ // Continue
1117
+ case ExpressionType.Continue: {
1118
+ throw new ContinueWayException();
1119
+ }
1120
+ default: {
1121
+ throw new ServiceException("无效操作");
1122
+ }
1123
+ }
1124
+ } catch (ex) {
1125
+ if (ex instanceof ReturnWayException ||
1126
+ ex instanceof BreakWayException ||
1127
+ ex instanceof ContinueWayException ||
1128
+ ex instanceof ExpressionException) {
1129
+ throw ex;
1130
+ } else {
1131
+ if (!(ex instanceof Error)) {
1132
+ ex = new Error(ex as any);
1133
+ }
1134
+ throw new ExpressionException(this.delegate?.getSource() as string, this.pos as number, ex as Error);
1135
+ }
1136
+ }
1137
+ }
1138
+
1139
+ private compare(result: number) : boolean {
1140
+ switch (this.type) {
1141
+ case ExpressionType.GreaterThan:
1142
+ return result > 0;
1143
+ case ExpressionType.GreaterThanOrEqual:
1144
+ return result >= 0;
1145
+ case ExpressionType.LessThan:
1146
+ return result < 0;
1147
+ case ExpressionType.LessThanOrEqual:
1148
+ return result <= 0;
1149
+ default:
1150
+ throw new ServiceException("未知类型");
1151
+ }
1152
+ }
1153
+
1154
+ /**
1155
+ * 执行数学运算
1156
+ *
1157
+ * @return 运算结果
1158
+ */
1159
+ private math(): any {
1160
+ const left: Expression = this.children[0] as Expression;
1161
+ const right: Expression = this.children[1] as Expression;
1162
+ const oLeft: any = left.invoke();
1163
+ const oRight: any = right.invoke();
1164
+
1165
+ // 统一将输入转换为浮点数,既支持整数也支持浮点数
1166
+ const l = Number(oLeft); // 使用 Number 统一转换
1167
+ const r = Number(oRight); // 使用 Number 统一转换
1168
+
1169
+ if (isNaN(l) || isNaN(r)) {
1170
+ throw new ServiceException("无效的数字");
1171
+ }
1172
+
1173
+ switch (this.type) {
1174
+ case ExpressionType.Add:
1175
+ return l + r;
1176
+ case ExpressionType.Subtract:
1177
+ return l - r;
1178
+ case ExpressionType.Multiply:
1179
+ return l * r;
1180
+ case ExpressionType.Divide:
1181
+ return r !== 0 ? l / r : NaN; // 防止除以0
1182
+ case ExpressionType.Modulo:
1183
+ return l % r;
1184
+ default:
1185
+ throw new ServiceException("不识别的算数操作符");
1186
+ }
1187
+ }
1188
+
1189
+ /**
1190
+ * 执行函数调用
1191
+ */
1192
+ private call(): any {
1193
+ // 函数名
1194
+ const name: string = this.value as string;
1195
+
1196
+ // 如果是 where 函数,调用 where 过滤
1197
+ if (name === "where") {
1198
+ return this.where();
1199
+ }
1200
+
1201
+ // 如果是 sum 求和函数,调用 sum 求和
1202
+ if (name === "sum") {
1203
+ return this.sum();
1204
+ }
1205
+
1206
+ const objExp: Expression = this.children[0] as Expression;
1207
+ // 获取对象
1208
+ const obj: any = objExp.invoke();
1209
+
1210
+ if (obj == null) {
1211
+ throw new ServiceException(`对象[${objExp.value}]为null`);
1212
+ }
1213
+
1214
+ // 获得参数计算结果
1215
+ const params: any[] = [];
1216
+ for (let i = 1; i < this.children.length; i++) {
1217
+ const paramExp: Expression = this.children[i] as Expression;
1218
+ params.push(paramExp.invoke());
1219
+ }
1220
+
1221
+ if (name === "runExpression") {
1222
+ let params1: string = params[0];
1223
+ params[0] = params1.replace("'", "$");
1224
+ params.push(this.delegate?.getObjectNames());
1225
+ }
1226
+
1227
+ // 转换参数类型
1228
+ const types: any[] = new Array(params.length);
1229
+ for (let i = 0; i < params.length; i++) {
1230
+ const param = params[i];
1231
+ types[i] = param == null ? null : param.constructor;
1232
+ }
1233
+
1234
+ // 查找对象方法
1235
+ const method = this.getMethod(obj, name, types);
1236
+ if (!method) {
1237
+ let error = `找不到方法: ${obj.constructor.name}.${name}(`;
1238
+ // 添加方法参数
1239
+ types.forEach(t => {
1240
+ error += t ? `${t.name},` : "null,";
1241
+ });
1242
+ error += ")";
1243
+ throw new ServiceException(error);
1244
+ }
1245
+
1246
+ // 调用方法并处理返回值
1247
+ const oCall = method.apply(obj, params);
1248
+ if (oCall instanceof Promise) {
1249
+ return oCall.then(result => this.convert(result));
1250
+ } else {
1251
+ return this.convert(oCall);
1252
+ }
1253
+ }
1254
+
1255
+ /**
1256
+ * 查找与给定方法名和参数类型匹配的方法
1257
+ */
1258
+ private getMethod(obj: any, methodName: string, paramTypes: any[]): Function | null {
1259
+ // 获取对象自身的所有属性名
1260
+ let methods = Object.getOwnPropertyNames(obj).filter(prop => typeof obj[prop] === 'function');
1261
+
1262
+ // 获取对象的原型
1263
+ let proto = Object.getPrototypeOf(obj);
1264
+
1265
+ // 递归获取原型链上的所有方法
1266
+ while (proto !== null) {
1267
+ methods = methods.concat(
1268
+ Object.getOwnPropertyNames(proto)
1269
+ .filter(prop => !['caller', 'callee', 'arguments'].includes(prop)) // 先排除
1270
+ .filter(prop => {
1271
+ try {
1272
+ return typeof proto[prop] === 'function' // 再判断是否为函数
1273
+ } catch (e) {
1274
+ return false // 避免 TypeError
1275
+ }
1276
+ })
1277
+ )
1278
+ proto = Object.getPrototypeOf(proto)
1279
+ }
1280
+
1281
+ // 去重
1282
+ methods = [...new Set(methods)];
1283
+
1284
+ for (const methodNameInObj of methods) {
1285
+ if (methodNameInObj === methodName) {
1286
+ const method = obj[methodNameInObj];
1287
+ if (this.matchParameterTypes(method, paramTypes)) {
1288
+ return method;
1289
+ }
1290
+ }
1291
+ }
1292
+ return null;
1293
+ }
1294
+
1295
+ /**
1296
+ * 判断方法的参数类型是否与给定的类型匹配
1297
+ */
1298
+ private matchParameterTypes(method: Function, paramTypes: any[]): boolean {
1299
+ return true;
1300
+ }
1301
+
1302
+ public setDelegate(delegate: Delegate): void {
1303
+ this.delegate = delegate;
1304
+ }
1305
+
1306
+ private isNumberC(value: string): boolean {
1307
+ return !isNaN(Number(value)); // 判断 value 是否可以转成有效的数字
1308
+ }
1309
+ }