vue2-client 1.15.105 → 1.15.107
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.
- package/.claude/settings.local.json +12 -0
- package/.cursorrules +19 -19
- package/.editorconfig +9 -9
- package/.env +20 -20
- package/.env.apply +19 -19
- package/.env.development +1 -1
- package/.env.gaslink +19 -19
- package/.env.his +19 -19
- package/.env.iot +19 -19
- package/.env.liuli +20 -20
- package/.env.message +19 -19
- package/.env.revenue +19 -19
- package/.env.runtime +19 -19
- package/.env.scada +19 -19
- package/.eslintrc.js +90 -90
- package/.eslintrc.json +5 -5
- package/CHANGELOG.md +824 -824
- package/CLAUDE.md +89 -89
- package/Components.md +60 -60
- package/README.md +65 -65
- package/babel.config.js +21 -21
- package/docs/Logic/345/207/275/346/225/260/344/275/277/347/224/250/347/233/270/345/205/263.md +46 -46
- package/docs/LowCode/lowcode.md +155 -155
- package/docs/LowCode/lowcodeForDeveloper.md +230 -230
- package/docs/index.md +30 -30
- package/docs/notice.md +22 -22
- package/docs//345/207/275/346/225/260/344/275/277/347/224/250/347/233/270/345/205/263.md +179 -185
- package/index.js +31 -31
- package/jest-transform-stub.js +8 -8
- package/jest.config.js +22 -22
- package/jest.setup.js +7 -7
- package/jsconfig.json +19 -19
- package/package.json +111 -111
- package/public/his/editor/editor.html +51 -51
- package/public/his/editor/mock/bind_data.html +779 -779
- package/public/his/editor/mock/data_table.html +40 -40
- package/public/his/editor/mock/sign.html +75 -75
- package/public/his/editor/vender/JsBarcode.all.js +3669 -3669
- package/public/his/editor/vender/date97/My97DatePicker.htm +65 -65
- package/public/his/editor/vender/date97/WdatePicker.js +677 -677
- package/public/his/editor/vender/date97/calendar.js +4 -4
- package/public/his/editor/vender/date97/lang/en.js +13 -13
- package/public/his/editor/vender/date97/lang/zh-cn.js +13 -13
- package/public/his/editor/vender/date97/lang/zh-tw.js +13 -13
- package/public/his/editor/vender/date97/skin/WdatePicker.css +10 -10
- package/public/his/editor/vender/date97/skin/default/datepicker.css +328 -328
- package/public/his/editor/vender/date97/skin/ext/datepicker.css +308 -308
- package/public/his/editor/vender/date97/skin/whyGreen/datepicker.css +255 -255
- package/public/his/editor/vender/diff.js +1627 -1627
- package/public/his/editor/vender/editor.js +1 -1
- package/public/his/editor/vender/fabric.js +31187 -31187
- package/public/his/editor/vender/jquery/jquery.base64.js +190 -190
- package/public/his/editor/vender/jquery/jquery.js +10872 -10872
- package/public/his/editor/vender/jquery/jquery.print.js +255 -255
- package/public/his/editor/vender/jquery/zTreeStyle/zTreeStyle.css +96 -96
- package/public/his/editor/vender/mui/mui.min.css +4 -4
- package/public/his/editor/vender/mui/mui.min.js +5 -5
- package/public/his/editor/vender/mui/mui.picker.min.css +6 -6
- package/public/his/editor/vender/mui/mui.picker.min.js +6 -6
- package/public/his/editor/vender/qrcode.js +7 -7
- package/public/his/editor/vender/requirejs/require.js +2145 -2145
- package/public/his/editor/vender/signature/jSignature.CompressorSVG.js +518 -518
- package/public/his/editor/vender/signature/jSignature.UndoButton.js +164 -164
- package/public/his/editor/vender/signature/jSignature.js +1486 -1486
- package/public/his/editor/vender/validator.js +5094 -5094
- package/public/his/editor/vender/weui/weui.css +5659 -5659
- package/public/his/editor/vender/weui/weui.min.css +4 -4
- package/public/his/editor/vender/weui/weui.min.js +11 -11
- package/public/index.html +27 -27
- package/src/App.vue +196 -196
- package/src/ReportView.js +13 -13
- package/src/assets/img/querySlotDemo.svg +15 -15
- package/src/assets/svg/badtwo.svg +1 -1
- package/src/assets/svg/goodtwo.svg +1 -1
- package/src/base-client/components/AI/AskAiBtn.vue +136 -136
- package/src/base-client/components/AI/demo.vue +31 -31
- package/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox.vue +532 -532
- package/src/base-client/components/common/AddressSearchCombobox/IcMapIcon.vue +16 -16
- package/src/base-client/components/common/AddressSearchCombobox/demo.vue +36 -36
- package/src/base-client/components/common/AddressSearchCombobox/ic_map.svg +6 -6
- package/src/base-client/components/common/AddressSearchCombobox/index.js +3 -3
- package/src/base-client/components/common/AmapMarker/AmapPointRendering.vue +120 -120
- package/src/base-client/components/common/AmapMarker/index.js +3 -3
- package/src/base-client/components/common/CitySelect/CitySelect.vue +376 -376
- package/src/base-client/components/common/CitySelect/demo.vue +43 -43
- package/src/base-client/components/common/CitySelect/index.js +3 -3
- package/src/base-client/components/common/CitySelect/index.md +109 -109
- package/src/base-client/components/common/ColorPickerCombobox/ColorPickerCombobox.vue +99 -99
- package/src/base-client/components/common/ColorPickerCombobox/demo.vue +34 -34
- package/src/base-client/components/common/CreateQuery/CreateQuery.vue +669 -669
- package/src/base-client/components/common/CreateQuery/CreateQueryItem.vue +1014 -1014
- package/src/base-client/components/common/CreateQuery/index.js +3 -3
- package/src/base-client/components/common/CreateQuery/index.md +42 -42
- package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQuery.vue +452 -452
- package/src/base-client/components/common/CreateSimpleFormQuery/CreateSimpleFormQueryItem.vue +511 -511
- package/src/base-client/components/common/CreateSimpleFormQuery/index.js +3 -3
- package/src/base-client/components/common/CreateSimpleFormQuery/index.md +42 -42
- package/src/base-client/components/common/FormGroupEdit/FormGroupEdit.vue +146 -146
- package/src/base-client/components/common/FormGroupEdit/index.js +3 -3
- package/src/base-client/components/common/FormGroupEdit/index.md +43 -43
- package/src/base-client/components/common/FormGroupQuery/FormGroupQuery.vue +166 -166
- package/src/base-client/components/common/FormGroupQuery/index.js +3 -3
- package/src/base-client/components/common/FormGroupQuery/index.md +43 -43
- package/src/base-client/components/common/JSONToTree/index.js +3 -3
- package/src/base-client/components/common/JSONToTree/jsontotree.vue +271 -271
- package/src/base-client/components/common/LowCodeComponent/LowCodeEditorModal.vue +108 -108
- package/src/base-client/components/common/LowCodeComponent/LowCodeEditorPanel.vue +413 -413
- package/src/base-client/components/common/LowCodeComponent/LowCodePageOrganization.vue +502 -502
- package/src/base-client/components/common/LowCodeComponent/LowCodeRender.vue +728 -728
- package/src/base-client/components/common/LowCodeComponent/LowCodeRenderEnter.vue +29 -29
- package/src/base-client/components/common/LowCodeComponent/LowCodeUIStore.vue +219 -219
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeAddPageModal.vue +117 -117
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeCustomJSModal.vue +80 -80
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeEventEditorModal.vue +398 -398
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLifeCycleModal.vue +65 -65
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLogicCallbackModal.vue +64 -64
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeLogicParamModal.vue +73 -73
- package/src/base-client/components/common/LowCodeComponent/modal/lowCodeRunFunctionParamModal.vue +76 -76
- package/src/base-client/components/common/PersonSetting/PersonSetting.vue +208 -208
- package/src/base-client/components/common/PersonSetting/index.js +3 -3
- package/src/base-client/components/common/Recording/Recording.vue +243 -243
- package/src/base-client/components/common/Recording/index.js +3 -3
- package/src/base-client/components/common/Tree/Tree.vue +149 -149
- package/src/base-client/components/common/Tree/index.js +2 -2
- package/src/base-client/components/common/Upload/Upload.vue +323 -323
- package/src/base-client/components/common/Upload/index.js +3 -3
- package/src/base-client/components/common/XAddForm/XAddForm.vue +113 -113
- package/src/base-client/components/common/XAddForm/index.js +3 -3
- package/src/base-client/components/common/XAddForm/index.md +61 -61
- package/src/base-client/components/common/XAddNativeForm/XAddNativeForm.vue +1169 -1169
- package/src/base-client/components/common/XAddNativeForm/demo.vue +54 -54
- package/src/base-client/components/common/XAddNativeForm/index.js +3 -3
- package/src/base-client/components/common/XAddNativeForm/index.md +146 -146
- package/src/base-client/components/common/XAddNativeFormOA/XAddNativeFormOA.vue +303 -303
- package/src/base-client/components/common/XAddNativeFormOA/index.js +3 -3
- package/src/base-client/components/common/XAddNativeFormOA/index.md +146 -146
- package/src/base-client/components/common/XAddReport/XAddReport.vue +212 -212
- package/src/base-client/components/common/XAddReport/index.js +3 -3
- package/src/base-client/components/common/XAddReport/index.md +56 -56
- package/src/base-client/components/common/XBadge/XBadge.vue +94 -94
- package/src/base-client/components/common/XBadge/index.js +3 -3
- package/src/base-client/components/common/XBadge/index.md +39 -39
- package/src/base-client/components/common/XButtons/XButtonDemo.vue +28 -28
- package/src/base-client/components/common/XButtons/XButtons.vue +284 -284
- package/src/base-client/components/common/XButtons/index.js +3 -3
- package/src/base-client/components/common/XButtons/index.md +61 -61
- package/src/base-client/components/common/XCalendar/XCalendar.vue +369 -369
- package/src/base-client/components/common/XCalendar/index.md +284 -284
- package/src/base-client/components/common/XCard/XCard.vue +64 -64
- package/src/base-client/components/common/XCard/index.js +3 -3
- package/src/base-client/components/common/XCard/index.md +43 -43
- package/src/base-client/components/common/XCardSet/XCardSet.vue +300 -300
- package/src/base-client/components/common/XCheckList/XCheckList.vue +106 -106
- package/src/base-client/components/common/XCheckList/XCheckListDemo.vue +41 -41
- package/src/base-client/components/common/XCollapse/XCollapse.vue +355 -355
- package/src/base-client/components/common/XConversation/XConversation.vue +576 -576
- package/src/base-client/components/common/XConversation/XConversationDemo.vue +28 -28
- package/src/base-client/components/common/XDataCard/XDataCard.vue +629 -629
- package/src/base-client/components/common/XDataCard/index.js +3 -3
- package/src/base-client/components/common/XDataCard/index.md +1 -1
- package/src/base-client/components/common/XDataDrawer/XDataDrawer.vue +180 -180
- package/src/base-client/components/common/XDataDrawer/index.js +3 -3
- package/src/base-client/components/common/XDataDrawer/index.md +41 -41
- package/src/base-client/components/common/XDatePicker/demo.vue +153 -153
- package/src/base-client/components/common/XDatePicker/index.vue +276 -276
- package/src/base-client/components/common/XDescriptions/XDescriptions.vue +174 -174
- package/src/base-client/components/common/XDescriptions/XDescriptionsGroup.vue +314 -314
- package/src/base-client/components/common/XDescriptions/demo.vue +51 -51
- package/src/base-client/components/common/XDescriptions/index.js +3 -3
- package/src/base-client/components/common/XDescriptions/index.md +83 -83
- package/src/base-client/components/common/XDetailsView/XDetailsView.vue +238 -238
- package/src/base-client/components/common/XDetailsView/index.js +3 -3
- package/src/base-client/components/common/XForm/XForm.vue +426 -426
- package/src/base-client/components/common/XForm/XFormItem.vue +1479 -1497
- package/src/base-client/components/common/XForm/XStatusButton.vue +54 -54
- package/src/base-client/components/common/XForm/XTreeSelect.vue +276 -276
- package/src/base-client/components/common/XForm/demo.vue +105 -105
- package/src/base-client/components/common/XForm/index.js +3 -3
- package/src/base-client/components/common/XForm/index.md +178 -178
- package/src/base-client/components/common/XForm/itemComponent/XClickChangeBtn/index.vue +49 -49
- package/src/base-client/components/common/XFormCol/XFormCol.vue +157 -157
- package/src/base-client/components/common/XFormCol/index.js +3 -3
- package/src/base-client/components/common/XFormCol/index.md +35 -35
- package/src/base-client/components/common/XFormGroup/XFormGroup.vue +301 -301
- package/src/base-client/components/common/XFormGroup/demo.vue +41 -41
- package/src/base-client/components/common/XFormGroup/index.js +3 -3
- package/src/base-client/components/common/XFormGroup/index.md +38 -38
- package/src/base-client/components/common/XFormGroupDetails/XFormGroupDetails.vue +72 -72
- package/src/base-client/components/common/XFormGroupDetails/index.js +3 -3
- package/src/base-client/components/common/XFormTable/XFormTable.vue +939 -939
- package/src/base-client/components/common/XFormTable/demo.vue +87 -87
- package/src/base-client/components/common/XFormTable/index.js +3 -3
- package/src/base-client/components/common/XFormTable/index.md +92 -92
- package/src/base-client/components/common/XImportExcel/XImportExcel.vue +174 -174
- package/src/base-client/components/common/XImportExcel/index.js +3 -3
- package/src/base-client/components/common/XImportExcel/index.md +38 -38
- package/src/base-client/components/common/XInput/XInput.vue +128 -128
- package/src/base-client/components/common/XInput/index.js +3 -3
- package/src/base-client/components/common/XInput/index.md +97 -97
- package/src/base-client/components/common/XIntervalPicker/XIntervalPicker.vue +121 -121
- package/src/base-client/components/common/XLabelSelect/XLabelSelect.vue +110 -110
- package/src/base-client/components/common/XLabelSelect/XLabelSelectDemo.vue +35 -35
- package/src/base-client/components/common/XLicensePlate/XLicensePlate.vue +193 -193
- package/src/base-client/components/common/XLicensePlate/XLicensePlateDemo.vue +48 -48
- package/src/base-client/components/common/XLicensePlate/index.js +3 -3
- package/src/base-client/components/common/XLicensePlate/index.md +38 -38
- package/src/base-client/components/common/XPrint/Demo.vue +41 -41
- package/src/base-client/components/common/XPrint/OpenInvoice.vue +21 -21
- package/src/base-client/components/common/XPrint/PrintBill.vue +308 -308
- package/src/base-client/components/common/XPrint/PrintHtml.js +98 -98
- package/src/base-client/components/common/XPrint/css/hiPrintCss.js +359 -359
- package/src/base-client/components/common/XPrint/css/lodopCss.js +26 -26
- package/src/base-client/components/common/XPrint/css/print-lock.css +351 -351
- package/src/base-client/components/common/XPrint/index.vue +97 -97
- package/src/base-client/components/common/XRate/demo.vue +102 -102
- package/src/base-client/components/common/XRate/index.vue +149 -149
- package/src/base-client/components/common/XReport/XReport.vue +963 -963
- package/src/base-client/components/common/XReport/XReportDemo.vue +70 -70
- package/src/base-client/components/common/XReport/XReportDesign.vue +463 -463
- package/src/base-client/components/common/XReport/XReportJsonRender.vue +381 -381
- package/src/base-client/components/common/XReport/XReportTrGroup.vue +1005 -1005
- package/src/base-client/components/common/XReport/index.js +3 -3
- package/src/base-client/components/common/XReport/index.md +103 -103
- package/src/base-client/components/common/XReport/print.js +186 -186
- package/src/base-client/components/common/XReportDrawer/XReportDrawer.vue +201 -201
- package/src/base-client/components/common/XReportDrawer/index.js +3 -3
- package/src/base-client/components/common/XReportGrid/XReport.vue +1075 -1075
- package/src/base-client/components/common/XReportGrid/XReportDemo.vue +44 -44
- package/src/base-client/components/common/XReportGrid/XReportDesign.vue +620 -620
- package/src/base-client/components/common/XReportGrid/XReportTrGroup.vue +724 -724
- package/src/base-client/components/common/XReportGrid/index.js +3 -3
- package/src/base-client/components/common/XReportGrid/index.md +44 -44
- package/src/base-client/components/common/XReportGrid/print.js +184 -184
- package/src/base-client/components/common/XReportSlot/XReportSlot.vue +110 -110
- package/src/base-client/components/common/XReportSlot/index.js +3 -3
- package/src/base-client/components/common/XReportSlot/index.md +48 -48
- package/src/base-client/components/common/XSimpleDescriptions/XSimpleDescriptions.vue +166 -166
- package/src/base-client/components/common/XSimpleDescriptions/index.js +3 -3
- package/src/base-client/components/common/XSimpleDescriptions/index.md +7 -7
- package/src/base-client/components/common/XStepView/XStepView.vue +252 -252
- package/src/base-client/components/common/XStepView/index.js +3 -3
- package/src/base-client/components/common/XStepView/index.md +31 -31
- package/src/base-client/components/common/XTab/XTab.vue +299 -299
- package/src/base-client/components/common/XTab/XTabDemo.vue +22 -22
- package/src/base-client/components/common/XTab/index.js +3 -3
- package/src/base-client/components/common/XTable/CustomFuncCel.vue +51 -51
- package/src/base-client/components/common/XTable/ExportExcel.vue +283 -283
- package/src/base-client/components/common/XTable/TableCellRenderer.vue +161 -161
- package/src/base-client/components/common/XTable/XTable.vue +1599 -1599
- package/src/base-client/components/common/XTable/XTableWrapper.vue +597 -597
- package/src/base-client/components/common/XTable/index.js +3 -3
- package/src/base-client/components/common/XTable/index.md +255 -255
- package/src/base-client/components/common/XTagGroup/index.vue +52 -52
- package/src/base-client/components/common/XTimeline/XTimeline.vue +358 -358
- package/src/base-client/components/common/XTimeline/index.md +191 -191
- package/src/base-client/components/common/XTree/XTree.vue +424 -424
- package/src/base-client/components/common/XTree/XTreePro.vue +452 -452
- package/src/base-client/components/common/XTree/index.js +3 -3
- package/src/base-client/components/common/XTree/index.md +36 -36
- package/src/base-client/components/common/XTreeOne/XTreeOne.vue +113 -113
- package/src/base-client/components/common/XTreeOne/XTreeOnePro.vue +128 -128
- package/src/base-client/components/common/XTreeOne/index.js +3 -3
- package/src/base-client/components/common/XUploadFilesView/index.vue +485 -485
- package/src/base-client/components/common/richTextModal/index.vue +56 -56
- package/src/base-client/components/common/richTextModal/richDemo.vue +48 -48
- package/src/base-client/components/his/XCharge/XCharge.vue +238 -238
- package/src/base-client/components/his/XCheckbox/XCheckbox.vue +105 -105
- package/src/base-client/components/his/XCheckbox/index.md +253 -253
- package/src/base-client/components/his/XHDescriptions/XHDescriptions.vue +430 -430
- package/src/base-client/components/his/XHDescriptions/index.md +217 -217
- package/src/base-client/components/his/XHisEditor/XHisEditor.vue +629 -678
- package/src/base-client/components/his/XHisEditor/diagnosisAutocomplete.js +263 -263
- package/src/base-client/components/his/XHisEditor/index.js +3 -3
- package/src/base-client/components/his/XImportExcelButton/XFrontImportExcel.vue +218 -218
- package/src/base-client/components/his/XImportExcelButton/XFrontImportExcelDemo.vue +21 -21
- package/src/base-client/components/his/XImportExcelButton/XImportExcelButton.vue +103 -103
- package/src/base-client/components/his/XList/XList.vue +495 -495
- package/src/base-client/components/his/XQuestionnaire/XQuestionnaire.json +3 -3
- package/src/base-client/components/his/XQuestionnaire/XQuestionnaire.vue +106 -106
- package/src/base-client/components/his/XQuestionnaire/XQuestionnaireDemo.vue +51 -51
- package/src/base-client/components/his/XQuestionnaire/XQuestionnaireItem.vue +269 -269
- package/src/base-client/components/his/XRadio/XRadio.vue +125 -125
- package/src/base-client/components/his/XRadio/index.md +234 -234
- package/src/base-client/components/his/XSelect/XSelect.vue +72 -72
- package/src/base-client/components/his/XShiftSchedule/XShiftSchedule.vue +339 -339
- package/src/base-client/components/his/XShiftSchedule/dome.vue +29 -29
- package/src/base-client/components/his/XSidebar/XSidebar.vue +240 -240
- package/src/base-client/components/his/XSimpleTable/XSimpleTable.vue +119 -88
- package/src/base-client/components/his/XTimeSelect/XTimeSelect.vue +162 -162
- package/src/base-client/components/his/XTimeSelect/XTimeSelectDemo.vue +23 -23
- package/src/base-client/components/his/XTitle/README.md +113 -113
- package/src/base-client/components/his/XTitle/XTitle.vue +123 -123
- package/src/base-client/components/his/XTreeRows/TreeNode.vue +107 -107
- package/src/base-client/components/his/XTreeRows/XTreeRows.vue +307 -307
- package/src/base-client/components/his/threeTestOrders/dome.vue +68 -68
- package/src/base-client/components/his/threeTestOrders/textBox.vue +457 -457
- package/src/base-client/components/his/threeTestOrders/threeTestOrders.vue +475 -475
- package/src/base-client/components/index.js +51 -51
- package/src/base-client/components/layout/XPageView/RenderRow.vue +88 -88
- package/src/base-client/components/layout/XPageView/XErrorView.vue +22 -22
- package/src/base-client/components/layout/XPageView/XPageRowTemplate.vue +37 -37
- package/src/base-client/components/layout/XPageView/XPageView.vue +223 -223
- package/src/base-client/components/layout/XPageView/XTab/XTab.vue +96 -96
- package/src/base-client/components/layout/XPageView/XTab/index.js +3 -3
- package/src/base-client/components/layout/XPageView/componentTypes.js +22 -22
- package/src/base-client/components/layout/XPageView/index.js +2 -2
- package/src/base-client/components/layout/XPageView/index.md +96 -96
- package/src/base-client/components/layout/XTreeView/XTreeView.vue +130 -130
- package/src/base-client/components/layout/XTreeView/index.js +3 -3
- package/src/base-client/components/layout/XTreeView/index.md +46 -46
- package/src/base-client/components/system/DictionaryDetailsView/DictionaryDetailsView.vue +232 -232
- package/src/base-client/components/system/DictionaryDetailsView/index.js +3 -3
- package/src/base-client/components/system/DictionaryDetailsView/index.md +41 -41
- package/src/base-client/components/system/LogDetailsView/LogDetailsView.vue +376 -376
- package/src/base-client/components/system/LogDetailsView/index.js +3 -3
- package/src/base-client/components/system/LogDetailsView/index.md +41 -41
- package/src/base-client/components/system/QueryParamsDetailsView/QueryParamsDetailsView.vue +281 -281
- package/src/base-client/components/system/QueryParamsDetailsView/index.js +3 -3
- package/src/base-client/components/ticket/TicketDetailsView/TicketDetailsView.vue +807 -807
- package/src/base-client/components/ticket/TicketDetailsView/index.js +3 -3
- package/src/base-client/components/ticket/TicketDetailsView/index.md +29 -29
- package/src/base-client/components/ticket/TicketDetailsView/part/TicketDetailsFlow.vue +260 -260
- package/src/base-client/components/ticket/TicketDetailsView/part/index.js +3 -3
- package/src/base-client/components/ticket/TicketSubmitSuccessView/TicketSubmitSuccessView.vue +532 -532
- package/src/base-client/components/ticket/TicketSubmitSuccessView/index.js +3 -3
- package/src/base-client/components/ticket/TicketSubmitSuccessView/index.md +29 -29
- package/src/base-client/plugins/AppData.js +126 -126
- package/src/base-client/plugins/Config.js +19 -19
- package/src/base-client/plugins/GetLoginInfoService.js +183 -183
- package/src/base-client/plugins/PagedList.js +177 -177
- package/src/base-client/plugins/Recording.js +258 -258
- package/src/base-client/plugins/__tests__/selectValueTypeHelper.test.js +154 -154
- package/src/base-client/plugins/authority-plugin.js +167 -167
- package/src/base-client/plugins/compatible/LoginServiceOA.js +20 -20
- package/src/base-client/plugins/i18n-extend.js +32 -32
- package/src/base-client/plugins/index.js +23 -23
- package/src/base-client/plugins/moment.js +8 -8
- package/src/base-client/plugins/selectValueTypeHelper.js +281 -281
- package/src/base-client/plugins/tabs-page-plugin.js +39 -39
- package/src/bootstrap.js +51 -51
- package/src/components/Charts/Bar.vue +62 -62
- package/src/components/Charts/ChartCard.vue +134 -134
- package/src/components/Charts/Liquid.vue +67 -67
- package/src/components/Charts/MiniArea.vue +39 -39
- package/src/components/Charts/MiniBar.vue +39 -39
- package/src/components/Charts/MiniProgress.vue +75 -75
- package/src/components/Charts/MiniSmoothArea.vue +40 -40
- package/src/components/Charts/Radar.vue +68 -68
- package/src/components/Charts/RankList.vue +77 -77
- package/src/components/Charts/TagCloud.vue +113 -113
- package/src/components/Charts/TransferBar.vue +64 -64
- package/src/components/Charts/Trend.vue +82 -82
- package/src/components/Charts/chart.less +12 -12
- package/src/components/Charts/smooth.area.less +13 -13
- package/src/components/CodeMirror/inedx.vue +118 -118
- package/src/components/CodeMirror/setting.js +40 -40
- package/src/components/Ellipsis/Ellipsis.vue +65 -65
- package/src/components/Ellipsis/index.js +3 -3
- package/src/components/Ellipsis/index.md +38 -38
- package/src/components/FileImageItem/FileItem.vue +320 -320
- package/src/components/FileImageItem/FileItemGroup.vue +197 -197
- package/src/components/FileImageItem/ImageItem.vue +107 -107
- package/src/components/FileImageItem/index.js +4 -4
- package/src/components/FilePreview/FilePreview.vue +181 -181
- package/src/components/FilePreview/FilePreviewDemo.vue +30 -30
- package/src/components/FilePreview/index.js +3 -3
- package/src/components/HeightScanner/index.vue +615 -615
- package/src/components/NumberInfo/NumberInfo.vue +54 -54
- package/src/components/NumberInfo/index.js +3 -3
- package/src/components/NumberInfo/index.less +54 -54
- package/src/components/NumberInfo/index.md +43 -43
- package/src/components/STable/README.md +341 -341
- package/src/components/STable/index.js +558 -558
- package/src/components/TableSetting/TableSetting.vue +143 -143
- package/src/components/TableSetting/index.js +3 -3
- package/src/components/Trend/Trend.vue +41 -41
- package/src/components/Trend/index.js +3 -3
- package/src/components/Trend/index.less +41 -41
- package/src/components/Trend/index.md +45 -45
- package/src/components/_util/util.js +46 -46
- package/src/components/cache/AKeepAlive.js +179 -179
- package/src/components/card/ChartCard.vue +79 -79
- package/src/components/chart/Bar.vue +60 -60
- package/src/components/chart/MiniArea.vue +67 -67
- package/src/components/chart/MiniBar.vue +59 -59
- package/src/components/chart/MiniProgress.vue +57 -57
- package/src/components/chart/Radar.vue +80 -80
- package/src/components/chart/RankingList.vue +60 -60
- package/src/components/chart/Trend.vue +79 -79
- package/src/components/chart/index.less +9 -9
- package/src/components/checkbox/ColorCheckbox.vue +157 -157
- package/src/components/checkbox/ImgCheckbox.vue +117 -117
- package/src/components/checkbox/ImgCheckboxGroup.vue +76 -76
- package/src/components/checkbox/index.js +9 -9
- package/src/components/exception/ExceptionPage.vue +70 -70
- package/src/components/exception/typeConfig.js +19 -19
- package/src/components/form/FormRow.vue +52 -52
- package/src/components/g2Charts/constants.js +202 -202
- package/src/components/g2Charts/demo.vue +808 -808
- package/src/components/g2Charts/designer.vue +228 -228
- package/src/components/g2Charts/designerBaseConfig.vue +61 -61
- package/src/components/g2Charts/designerDataConfig.vue +259 -259
- package/src/components/g2Charts/designerStyleConfig.vue +16 -16
- package/src/components/g2Charts/index.vue +397 -397
- package/src/components/index.js +36 -36
- package/src/components/index.less +5 -5
- package/src/components/input/IInput.vue +66 -66
- package/src/components/menu/Contextmenu.vue +84 -84
- package/src/components/menu/SideMenu.vue +75 -75
- package/src/components/menu/index.less +38 -38
- package/src/components/menu/menu.js +273 -273
- package/src/components/page/header/PageHeader.vue +64 -64
- package/src/components/page/header/index.less +40 -40
- package/src/components/result/Result.vue +77 -77
- package/src/components/setting/Setting.vue +234 -234
- package/src/components/setting/SettingItem.vue +26 -26
- package/src/components/setting/i18n.js +117 -117
- package/src/components/table/StandardTable.vue +141 -141
- package/src/components/table/advance/ActionColumns.vue +158 -158
- package/src/components/table/advance/ActionSize.vue +45 -45
- package/src/components/table/advance/AdvanceTable.vue +275 -275
- package/src/components/table/advance/SearchArea.vue +355 -355
- package/src/components/table/advance/index.js +2 -2
- package/src/components/table/api/ApiTable.vue +50 -50
- package/src/components/task/TaskGroup.vue +80 -80
- package/src/components/task/TaskItem.vue +26 -26
- package/src/components/tool/AStepItem.vue +60 -60
- package/src/components/tool/AvatarList.vue +68 -68
- package/src/components/tool/DetailList.vue +157 -157
- package/src/components/tool/Drawer.vue +142 -142
- package/src/components/tool/FooterToolBar.vue +30 -30
- package/src/components/tool/HeadInfo.vue +35 -35
- package/src/components/tool/TagSelect.vue +83 -83
- package/src/components/tool/TagSelectOption.vue +33 -33
- package/src/components/transition/PageToggleTransition.vue +97 -97
- package/src/config/CreateQueryConfig.js +325 -325
- package/src/config/default/admin.config.js +18 -18
- package/src/config/default/animate.config.js +21 -21
- package/src/config/default/antd.config.js +89 -89
- package/src/config/default/index.js +6 -6
- package/src/config/default/setting.config.js +55 -55
- package/src/config/index.js +3 -3
- package/src/config/replacer/index.js +10 -10
- package/src/config/replacer/resolve.config.js +67 -67
- package/src/expression/ExpressionRunner.js +26 -26
- package/src/expression/TestExpression.js +509 -509
- package/src/expression/core/Delegate.js +115 -115
- package/src/expression/core/Expression.js +1358 -1358
- package/src/expression/core/Program.js +932 -932
- package/src/expression/core/Token.js +27 -27
- package/src/expression/enums/ExpressionType.js +81 -81
- package/src/expression/enums/TokenType.js +11 -11
- package/src/expression/exception/BreakWayException.js +2 -2
- package/src/expression/exception/ContinueWayException.js +2 -2
- package/src/expression/exception/ExpressionException.js +28 -28
- package/src/expression/exception/ReturnWayException.js +14 -14
- package/src/expression/exception/ServiceException.js +22 -22
- package/src/expression/instances/LogicConsole.js +44 -44
- package/src/expression/ts/ExpressionRunner.ts +28 -28
- package/src/expression/ts/TestExpression.ts +509 -509
- package/src/expression/ts/core/Delegate.ts +114 -114
- package/src/expression/ts/core/Expression.ts +1309 -1309
- package/src/expression/ts/core/Program.ts +950 -950
- package/src/expression/ts/core/Token.ts +29 -29
- package/src/expression/ts/enums/ExpressionType.ts +81 -81
- package/src/expression/ts/enums/TokenType.ts +13 -13
- package/src/expression/ts/exception/BreakWayException.ts +2 -2
- package/src/expression/ts/exception/ContinueWayException.ts +2 -2
- package/src/expression/ts/exception/ExpressionException.ts +28 -28
- package/src/expression/ts/exception/ReturnWayException.ts +14 -14
- package/src/expression/ts/exception/ServiceException.ts +22 -22
- package/src/expression/ts/instances/JSONArray.ts +48 -48
- package/src/expression/ts/instances/JSONObject.ts +109 -109
- package/src/expression/ts/instances/LogicConsole.ts +32 -32
- package/src/font-style/font.css +4 -4
- package/src/layouts/AdminLayout.vue +176 -176
- package/src/layouts/BlankView.vue +81 -81
- package/src/layouts/CommonLayout.vue +56 -56
- package/src/layouts/ComponentLayoutOne.vue +47 -47
- package/src/layouts/GridView.vue +43 -43
- package/src/layouts/PageLayout.vue +151 -151
- package/src/layouts/PageView.vue +55 -55
- package/src/layouts/SinglePageView.vue +136 -136
- package/src/layouts/footer/PageFooter.vue +49 -49
- package/src/layouts/header/AdminHeader.vue +132 -132
- package/src/layouts/header/HeaderAvatar.vue +64 -64
- package/src/layouts/header/HeaderNotice.vue +177 -177
- package/src/layouts/header/HeaderSearch.vue +67 -67
- package/src/layouts/header/InstitutionDetail.vue +181 -181
- package/src/layouts/header/index.less +92 -92
- package/src/layouts/tabs/TabsHead.vue +189 -189
- package/src/layouts/tabs/TabsView.vue +383 -383
- package/src/layouts/tabs/i18n.js +25 -25
- package/src/layouts/tabs/index.js +2 -2
- package/src/lib.js +1 -1
- package/src/logic/LogicRunner.js +62 -62
- package/src/logic/TestLogic.js +13 -13
- package/src/logic/plugins/common/DateTools.js +35 -35
- package/src/logic/plugins/common/VueTools.js +30 -30
- package/src/logic/plugins/index.js +7 -7
- package/src/logic/ts/LogicRunner.ts +67 -67
- package/src/logic/ts/TestLogic.ts +13 -13
- package/src/main.js +33 -33
- package/src/mixins/formValidationMixin.js +46 -46
- package/src/mock/common/activityData.js +32 -32
- package/src/mock/common/index.js +89 -89
- package/src/mock/common/reportData.js +20 -20
- package/src/mock/common/tableData.js +118 -118
- package/src/mock/extend/index.js +84 -84
- package/src/mock/goods/index.js +108 -108
- package/src/mock/index.js +12 -12
- package/src/mock/project/index.js +17 -17
- package/src/mock/user/current.js +13 -13
- package/src/mock/user/login.js +39 -39
- package/src/mock/user/routes.js +61 -61
- package/src/mock/workplace/index.js +15 -15
- package/src/pages/DefaultExample/index.vue +77 -77
- package/src/pages/DynamicStatistics/ChartSelector.vue +331 -331
- package/src/pages/DynamicStatistics/DataTabs.vue +83 -83
- package/src/pages/DynamicStatistics/DynamicTable.vue +128 -128
- package/src/pages/DynamicStatistics/EvaluationArea.vue +69 -69
- package/src/pages/DynamicStatistics/FavoriteList.vue +50 -50
- package/src/pages/DynamicStatistics/QuestionHistoryAndFavorites.vue +591 -591
- package/src/pages/DynamicStatistics/SearchBar.vue +192 -192
- package/src/pages/DynamicStatistics/index.vue +282 -282
- package/src/pages/Example/childIndex.vue +15 -15
- package/src/pages/Example/index.vue +30 -30
- package/src/pages/LogicCallExample/index.vue +46 -46
- package/src/pages/NewDynamicStatistics/ChartSelector.vue +331 -331
- package/src/pages/NewDynamicStatistics/DataTabs.vue +122 -122
- package/src/pages/NewDynamicStatistics/DynamicTable.vue +128 -128
- package/src/pages/NewDynamicStatistics/EvaluationArea.vue +69 -69
- package/src/pages/NewDynamicStatistics/FavoriteList.vue +50 -50
- package/src/pages/NewDynamicStatistics/QuestionHistoryAndFavorites.vue +289 -289
- package/src/pages/NewDynamicStatistics/SearchBar.vue +193 -193
- package/src/pages/NewDynamicStatistics/index.vue +258 -258
- package/src/pages/Recording/index.vue +77 -77
- package/src/pages/ReportGrid/index.vue +76 -76
- package/src/pages/ReportView.vue +50 -50
- package/src/pages/ServiceReview/index.vue +284 -284
- package/src/pages/SubExample/index.vue +26 -26
- package/src/pages/WorkflowDetail/WorkFlowDemo.vue +47 -47
- package/src/pages/WorkflowDetail/WorkFlowDemo2.vue +204 -204
- package/src/pages/WorkflowDetail/WorkFlowDemo3.vue +203 -203
- package/src/pages/WorkflowDetail/WorkflowDetail.vue +397 -397
- package/src/pages/WorkflowDetail/WorkflowPageDetail/LeaveMessage.vue +388 -388
- package/src/pages/WorkflowDetail/WorkflowPageDetail/TrimTextTail.vue +23 -23
- package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowBaseInformation.vue +415 -415
- package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowBaseInformationDetails.vue +276 -276
- package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowHandle.vue +1766 -1766
- package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowHandleReso.vue +975 -975
- package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowPreview.vue +125 -125
- package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkFlowTimeline.vue +929 -929
- package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkOrderParentDetails.vue +218 -218
- package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkflowDetailResso.vue +243 -243
- package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkflowListResolution.vue +248 -248
- package/src/pages/WorkflowDetail/WorkflowPageDetail/WorkflowLog.vue +188 -188
- package/src/pages/WorkflowDetail/WorkflowPageDetail/components/WorkflowPersonSelector.vue +109 -109
- package/src/pages/WorkflowDetail/WorkflowPageDetail/worklog.vue +97 -97
- package/src/pages/XPageViewExample/index.vue +149 -149
- package/src/pages/XReportView/index.vue +64 -64
- package/src/pages/XTreeOneProExample/index.vue +67 -67
- package/src/pages/addressSelect/addressDemo.vue +24 -24
- package/src/pages/addressSelect/index.vue +270 -270
- package/src/pages/dashboard/workplace/WorkPlace.vue +141 -141
- package/src/pages/dashboard/workplace/i18n.js +40 -40
- package/src/pages/dashboard/workplace/index.js +2 -2
- package/src/pages/dashboard/workplace/index.less +59 -59
- package/src/pages/exception/403.vue +21 -21
- package/src/pages/exception/404.vue +24 -24
- package/src/pages/exception/500.vue +21 -21
- package/src/pages/login/Login.vue +380 -380
- package/src/pages/login/LoginV3.vue +389 -389
- package/src/pages/login/index.js +2 -2
- package/src/pages/lowCode/lowCodeEditor.vue +1219 -1219
- package/src/pages/lowCode/lowCodeRenderPage.vue +43 -43
- package/src/pages/report/ReportTable.js +124 -124
- package/src/pages/report/ReportTableHome.vue +28 -28
- package/src/pages/resourceManage/depListManage.vue +23 -23
- package/src/pages/resourceManage/funListManage.vue +23 -23
- package/src/pages/resourceManage/index.js +15 -15
- package/src/pages/resourceManage/orgListManage.vue +98 -98
- package/src/pages/resourceManage/resourceManageMain.vue +57 -57
- package/src/pages/resourceManage/roleListManage.vue +23 -23
- package/src/pages/resourceManage/staffListManage.vue +23 -23
- package/src/pages/system/dictionary/index.vue +44 -44
- package/src/pages/system/file/Info.vue +56 -56
- package/src/pages/system/file/index.vue +317 -317
- package/src/pages/system/monitor/loginInfor/index.vue +37 -37
- package/src/pages/system/monitor/operLog/index.vue +37 -37
- package/src/pages/system/settings/index.vue +126 -126
- package/src/pages/system/settings/modifyPassword.vue +117 -117
- package/src/pages/system/ticket/index.vue +480 -480
- package/src/pages/system/ticket/submitTicketSuccess.vue +484 -484
- package/src/pages/userInfoDetailManage/ChangeMeterRecordQuery/index.vue +64 -64
- package/src/pages/userInfoDetailManage/FillCardRecordQuery/index.vue +77 -77
- package/src/pages/userInfoDetailManage/FillGasRecordQuery/index.vue +75 -75
- package/src/pages/userInfoDetailManage/InfoChangeRecordQuery/index.vue +64 -64
- package/src/pages/userInfoDetailManage/InstructRecordQuery/index.vue +64 -64
- package/src/pages/userInfoDetailManage/InsuranceDetailQuery/index.vue +64 -64
- package/src/pages/userInfoDetailManage/MachineRecordQuery/index.vue +75 -75
- package/src/pages/userInfoDetailManage/MeterParamRecordQuery/index.vue +64 -64
- package/src/pages/userInfoDetailManage/OtherChargeRecordQuery/index.vue +75 -75
- package/src/pages/userInfoDetailManage/PriceAdjustments/index.vue +64 -64
- package/src/pages/userInfoDetailManage/TransferRecordQuery/index.vue +66 -66
- package/src/pages/userInfoDetailManage/UserChargeRecordQuery/index.vue +94 -94
- package/src/pages/userInfoDetailManage/UserException/index.vue +64 -64
- package/src/pages/userInfoDetailManage/UserHandRecordQuery/index.vue +87 -87
- package/src/pages/userInfoDetailManage/UserRecordQuery/index.vue +74 -74
- package/src/pages/userInfoDetailManage/WatchCollectionRecordQuery/index.vue +64 -64
- package/src/pages/userInfoDetailManage/index.vue +290 -290
- package/src/pages/userInfoDetailManage/uploadFilesHistory/ImagePreview.vue +101 -101
- package/src/pages/userInfoDetailManage/uploadFilesHistory/index.vue +129 -129
- package/src/pages/userInfoDetailManage/userInfoDetailQueryTabs.vue +144 -144
- package/src/plugins/EventLogPlugin.js +33 -33
- package/src/plugins/FindParentsData.js +17 -17
- package/src/plugins/HiPrintPlugin.js +164 -164
- package/src/router/async/config.async.js +35 -35
- package/src/router/async/router.map.js +127 -127
- package/src/router/guards.js +262 -262
- package/src/router/i18n.js +57 -57
- package/src/router/index.js +27 -27
- package/src/router.js +17 -17
- package/src/services/DataModel.js +30 -30
- package/src/services/LodopFuncs.js +137 -137
- package/src/services/api/DictionaryDetailsViewApi.js +6 -6
- package/src/services/api/LogDetailsViewApi.js +10 -10
- package/src/services/api/QueryParamsDetailsViewApi.js +6 -6
- package/src/services/api/TicketDetailsViewApi.js +46 -46
- package/src/services/api/cas.js +79 -79
- package/src/services/api/common.js +346 -346
- package/src/services/api/entity.js +18 -18
- package/src/services/api/index.js +17 -17
- package/src/services/api/logininfor/index.js +6 -6
- package/src/services/api/manage.js +8 -8
- package/src/services/api/restTools.js +215 -215
- package/src/services/api/workFlow.js +57 -57
- package/src/services/apiService.js +16 -16
- package/src/services/dataSource.js +12 -12
- package/src/services/index.js +7 -7
- package/src/services/user.js +92 -92
- package/src/services/v3Api.js +116 -116
- package/src/store/index.js +5 -5
- package/src/store/modules/account.js +115 -115
- package/src/store/modules/index.js +5 -5
- package/src/store/modules/lowCode.js +33 -33
- package/src/store/modules/setting.js +119 -119
- package/src/store/mutation-types.js +4 -4
- package/src/theme/antd/ant-menu.less +2 -2
- package/src/theme/antd/ant-message.less +3 -3
- package/src/theme/antd/ant-table.less +22 -22
- package/src/theme/antd/ant-time-picker.less +3 -3
- package/src/theme/antd/index.less +3 -3
- package/src/theme/default/color.less +43 -43
- package/src/theme/default/index.less +3 -3
- package/src/theme/default/nprogress.less +76 -76
- package/src/theme/default/style.less +58 -58
- package/src/theme/global.less +279 -279
- package/src/theme/index.less +5 -5
- package/src/theme/reportTable.less +58 -58
- package/src/theme/theme.less +1 -1
- package/src/utils/EncryptUtil.js +162 -162
- package/src/utils/Objects.js +25 -25
- package/src/utils/authority-utils.js +85 -85
- package/src/utils/axios-interceptors.js +100 -100
- package/src/utils/colors.js +107 -107
- package/src/utils/common.js +10 -10
- package/src/utils/errorCode.js +6 -6
- package/src/utils/excel/Blob.js +180 -180
- package/src/utils/excel/Export2Excel.js +184 -184
- package/src/utils/filter.js +21 -21
- package/src/utils/formatter.js +74 -74
- package/src/utils/htmlToPDF.js +108 -108
- package/src/utils/htmlToPDFApi.js +5 -5
- package/src/utils/i18n.js +80 -80
- package/src/utils/indexedDB.js +549 -549
- package/src/utils/login.js +188 -188
- package/src/utils/lowcode/lowcodeComponentMixin.js +120 -120
- package/src/utils/lowcode/lowcodeLog.js +29 -29
- package/src/utils/lowcode/lowcodeUtils.js +373 -373
- package/src/utils/lowcode/registerComponentForEditor.js +1 -1
- package/src/utils/lowcode/registerComponentForRender.js +11 -11
- package/src/utils/map-utils.js +47 -47
- package/src/utils/microAppUtils.js +49 -49
- package/src/utils/reg.js +95 -95
- package/src/utils/request.js +395 -395
- package/src/utils/routerUtil.js +567 -567
- package/src/utils/runEvalFunction.js +14 -14
- package/src/utils/theme-color-replacer-extend.js +92 -92
- package/src/utils/themeUtil.js +100 -100
- package/src/utils/util.js +329 -329
- package/src/utils/waterMark.js +31 -31
- package/test/Tree.spec.js +168 -168
- package/test/myDialog.spec.js +47 -47
- package/test/request.test.js +17 -17
- package/test/util.test.js +53 -53
- package/test/v3Api.test.js +1984 -1984
- package/tests/unit/ReportTable.spec.js +16 -16
- package/vue.config.js +222 -222
- package//350/277/201/347/247/273/346/227/245/345/277/227.md +15 -15
- package/.history/public/his/editor/editor_20250606134713.html +0 -51
- package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527173925.vue +0 -509
- package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527174316.vue +0 -524
- package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527174419.vue +0 -524
- package/.history/src/base-client/components/common/AddressSearchCombobox/AddressSearchCombobox_20250527174422.vue +0 -524
- package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611172825.vue +0 -207
- package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611172945.vue +0 -211
- package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611172949.vue +0 -212
- package/.history/src/base-client/components/common/XAddReport/XAddReport_20250611173010.vue +0 -212
- package/.history/src/base-client/components/common/XForm/XFormItem_20250508134122.vue +0 -1320
- package/.history/src/base-client/components/common/XForm/XFormItem_20250527171604.vue +0 -1332
- package/.history/src/base-client/components/common/XForm/XFormItem_20250527171613.vue +0 -1331
- package/.history/src/base-client/components/common/XForm/XFormItem_20250527171703.vue +0 -1331
- package/.history/src/base-client/components/common/XForm/XFormItem_20250527171720.vue +0 -1331
- package/.history/src/base-client/components/common/XForm/XFormItem_20250527174327.vue +0 -1339
- package/.history/src/base-client/components/common/XReportGrid/XReportTrGroup_20250612092804.vue +0 -731
- package/.history/src/base-client/components/common/XReportGrid/XReportTrGroup_20250612112546.vue +0 -748
- package/.history/src/base-client/components/common/XReportGrid/XReportTrGroup_20250612113808.vue +0 -748
- package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115237.vue +0 -1071
- package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115346.vue +0 -1078
- package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115350.vue +0 -1077
- package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115415.vue +0 -1077
- package/.history/src/base-client/components/common/XReportGrid/XReport_20250612115429.vue +0 -1077
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611091619.vue +0 -442
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092547.vue +0 -442
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092552.vue +0 -442
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092744.vue +0 -475
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092955.vue +0 -475
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611092957.vue +0 -475
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611095652.vue +0 -477
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611095701.vue +0 -477
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611095704.vue +0 -477
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100005.vue +0 -473
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100011.vue +0 -473
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100014.vue +0 -473
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100833.vue +0 -473
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100853.vue +0 -473
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611100940.vue +0 -473
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101011.vue +0 -473
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101013.vue +0 -473
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101014.vue +0 -473
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101159.vue +0 -473
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101238.vue +0 -474
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101240.vue +0 -474
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101242.vue +0 -474
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101404.vue +0 -472
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101410.vue +0 -472
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101459.vue +0 -472
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101500.vue +0 -472
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101502.vue +0 -472
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101504.vue +0 -472
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101610.vue +0 -501
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101700.vue +0 -501
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101702.vue +0 -501
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101741.vue +0 -504
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101749.vue +0 -504
- package/.history/src/base-client/components/his/XHisEditor/XHisEditor_20250611101759.vue +0 -504
- package/.history/src/base-client/components/his/XHisEditor/dome_20250611091349.vue +0 -131
- package/.history/src/base-client/components/his/XHisEditor/dome_20250611105854.vue +0 -160
- package/.history/src/base-client/components/his/XHisEditor/dome_20250611105902.vue +0 -160
- package/.history/src/base-client/components/his/XHisEditor/dome_20250611105924.vue +0 -160
- package/.history/src/base-client/components/his/XHisEditor/dome_20250611105932.vue +0 -158
- package/.history/src/base-client/components/his/XList/XList_20250609135848.vue +0 -173
- package/.history/src/base-client/components/his/XList/XList_20250609141026.vue +0 -222
- package/.history/src/base-client/components/his/XList/XList_20250609141035.vue +0 -229
- package/.history/src/base-client/components/his/XList/XList_20250609141103.vue +0 -229
- package/.history/src/base-client/components/his/XList/XList_20250609141105.vue +0 -229
- package/.history/src/base-client/components/his/XList/XList_20250609141334.vue +0 -241
- package/.history/src/base-client/components/his/XList/XList_20250609141404.vue +0 -241
- package/.history/src/base-client/components/his/XList/XList_20250609141406.vue +0 -241
- package/.history/src/base-client/components/his/XList/XList_20250609141801.vue +0 -245
- package/.history/src/base-client/components/his/XList/XList_20250609142033.vue +0 -245
- package/.history/src/base-client/components/his/XList/XList_20250609142038.vue +0 -245
- package/.history/src/base-client/components/his/XList/XList_20250609142435.vue +0 -255
- package/.history/src/base-client/components/his/XList/XList_20250609142503.vue +0 -255
- package/.history/src/base-client/components/his/XList/XList_20250609142504.vue +0 -255
- package/.history/src/base-client/components/his/XList/XList_20250609143012.vue +0 -270
- package/.history/src/base-client/components/his/XList/XList_20250609143044.vue +0 -270
- package/.history/src/base-client/components/his/XList/XList_20250609143046.vue +0 -270
- package/.history/src/base-client/components/his/XList/XList_20250609143210.vue +0 -270
- package/.history/src/base-client/components/his/XList/XList_20250609144339.vue +0 -294
- package/.history/src/base-client/components/his/XList/XList_20250609144410.vue +0 -294
- package/.history/src/base-client/components/his/XList/XList_20250609144412.vue +0 -294
- package/.history/src/base-client/components/his/XList/XList_20250609144647.vue +0 -303
- package/.history/src/base-client/components/his/XList/XList_20250609144716.vue +0 -303
- package/.history/src/base-client/components/his/XList/XList_20250609144729.vue +0 -303
- package/.history/src/base-client/components/his/XList/XList_20250609151232.vue +0 -288
- package/.history/src/base-client/components/his/XList/XList_20250609151247.vue +0 -288
- package/.history/src/base-client/components/his/XList/XList_20250609151252.vue +0 -288
- package/.history/src/base-client/components/his/XList/XList_20250609161220.vue +0 -317
- package/.history/src/base-client/components/his/XList/XList_20250609161258.vue +0 -306
- package/.history/src/base-client/components/his/XList/XList_20250609161319.vue +0 -306
- package/.history/src/base-client/components/his/XList/XList_20250609161320.vue +0 -306
- package/.history/src/base-client/components/his/XList/XList_20250704142024.vue +0 -495
- package/.history/src/base-client/components/his/XList/XList_20250704142033.vue +0 -495
- package/.history/src/base-client/components/his/XList/XList_20250704142040.vue +0 -494
- package/.history/src/base-client/components/his/XList/XList_20250704142211.vue +0 -494
- package/.history/src/base-client/components/his/XList/XList_20250704142214.vue +0 -494
- package/.history/src/base-client/components/his/XList/XList_20250704143010.vue +0 -495
- package/.history/src/base-client/components/his/XList/XList_20250704143203.vue +0 -495
- package/.history/src/base-client/components/his/XList/XList_20250707095101.vue +0 -492
- package/.history/src/base-client/components/his/XList/XList_20250707100152.vue +0 -492
- package/.history/src/base-client/components/his/XList/XList_20250707100200.vue +0 -485
- package/.history/src/base-client/components/his/XList/XList_20250707100208.vue +0 -485
- package/.history/src/base-client/components/his/XList/XList_20250707100259.vue +0 -488
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134604.vue +0 -263
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134615.vue +0 -302
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134621.vue +0 -301
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134634.vue +0 -311
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134644.vue +0 -330
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134653.vue +0 -330
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807134836.vue +0 -330
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135247.vue +0 -330
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135303.vue +0 -354
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135316.vue +0 -363
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135323.vue +0 -363
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135334.vue +0 -366
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135342.vue +0 -364
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135349.vue +0 -364
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135351.vue +0 -346
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135354.vue +0 -346
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135401.vue +0 -346
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135406.vue +0 -346
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807135424.vue +0 -346
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807143043.vue +0 -254
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155506.vue +0 -329
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155535.vue +0 -330
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155543.vue +0 -330
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155926.vue +0 -304
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807155928.vue +0 -304
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172548.vue +0 -298
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172609.vue +0 -298
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172623.vue +0 -298
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172631.vue +0 -298
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172701.vue +0 -298
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807172704.vue +0 -298
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807175937.vue +0 -290
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807175942.vue +0 -290
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180210.vue +0 -290
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180424.vue +0 -290
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180448.vue +0 -290
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180915.vue +0 -262
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250807180917.vue +0 -262
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101106.vue +0 -283
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101112.vue +0 -289
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101118.vue +0 -289
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101129.vue +0 -294
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101137.vue +0 -318
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101145.vue +0 -320
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101154.vue +0 -320
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101211.vue +0 -320
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101236.vue +0 -320
- package/.history/src/base-client/components/his/XShiftSchedule/XShiftSchedule_20250808101239.vue +0 -320
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103845.vue +0 -142
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103852.vue +0 -142
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103857.vue +0 -142
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103859.vue +0 -142
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103907.vue +0 -142
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103910.vue +0 -142
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103911.vue +0 -142
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103913.vue +0 -142
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103916.vue +0 -142
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807103931.vue +0 -142
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145127.vue +0 -85
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145136.vue +0 -81
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145142.vue +0 -81
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145145.vue +0 -81
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145148.vue +0 -81
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145151.vue +0 -81
- package/.history/src/base-client/components/his/XShiftSchedule/dome_20250807145155.vue +0 -81
- package/Users/objecrt/af-vue2-client/src/base-client/components/his/XShiftSchedule/XShiftSchedule.vue +0 -213
- package/src/base-client/components/TreeList/TreeList.vue +0 -91
- package/src/base-client/components/TreeList/TreeNode.vue +0 -81
- package/src/base-client/components/common/XCardSet/XTiltle.vue +0 -191
- package/src/base-client/components/his/XHisEditor/dome.vue +0 -144
@@ -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
|
+
}
|