@ningboyz/types 1.2.145 → 1.2.147
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/es/_virtual/index.interface.js +4 -0
- package/es/_virtual/index.js +5 -0
- package/es/_virtual/index2.js +4 -0
- package/es/antv/IAntvCnfgResponse.d.ts +68 -0
- package/es/antv/IAntvCnfgResponse.js +37 -0
- package/es/antv/IAntvMainResponse.d.ts +66 -0
- package/es/antv/IAntvMainResponse.js +36 -0
- package/es/antv/IAntvParaResponse.d.ts +48 -0
- package/es/antv/IAntvParaResponse.js +27 -0
- package/es/antv/index.d.ts +4 -0
- package/es/antv/index.js +8 -0
- package/es/app/ITab.d.ts +51 -0
- package/es/app/ITab.js +30 -0
- package/es/app/IUserData.d.ts +6 -0
- package/es/app/index.d.ts +3 -0
- package/es/app/index.js +5 -0
- package/es/base/IBaseResponse.d.ts +24 -0
- package/es/base/IBaseResponse.js +15 -0
- package/es/bill/IBillCnfgResponse.d.ts +93 -0
- package/es/bill/IBillCnfgResponse.js +51 -0
- package/es/bill/IBillMainResponse.d.ts +240 -0
- package/es/bill/IBillMainResponse.js +132 -0
- package/es/bill/index.d.ts +3 -0
- package/es/bill/index.js +6 -0
- package/es/card/ICardBookResponse.d.ts +119 -0
- package/es/card/ICardBookResponse.js +62 -0
- package/es/card/ICardDataResponse.d.ts +172 -0
- package/es/card/ICardDataResponse.js +104 -0
- package/es/card/ICardFromResponse.d.ts +66 -0
- package/es/card/ICardFromResponse.js +31 -0
- package/es/card/ICardFwczResponse.d.ts +163 -0
- package/es/card/ICardFwczResponse.js +91 -0
- package/es/card/ICardHyhbBillResponse.d.ts +91 -0
- package/es/card/ICardHyhbBillResponse.js +48 -0
- package/es/card/ICardHyhbResponse.d.ts +79 -0
- package/es/card/ICardHyhbResponse.js +41 -0
- package/es/card/ICardMainFindResponse.d.ts +91 -0
- package/es/card/ICardMainFindResponse.js +48 -0
- package/es/card/ICardMainResponse.d.ts +654 -0
- package/es/card/ICardMainResponse.js +261 -0
- package/es/card/ICardRoomResponse.d.ts +171 -0
- package/es/card/ICardRoomResponse.js +88 -0
- package/es/card/IGblbResponse.d.ts +92 -0
- package/es/card/IGblbResponse.js +65 -0
- package/es/card/IP4pzResponse.d.ts +66 -0
- package/es/card/IP4pzResponse.js +38 -0
- package/es/card/ISyszclbgblbResponse.d.ts +57 -0
- package/es/card/ISyszclbgblbResponse.js +35 -0
- package/es/card/IZcbdResponse.d.ts +145 -0
- package/es/card/IZcbdResponse.js +86 -0
- package/es/card/IZccfResponse.d.ts +176 -0
- package/es/card/IZccfResponse.js +98 -0
- package/es/card/IZcczResponse.d.ts +156 -0
- package/es/card/IZcczResponse.js +94 -0
- package/es/card/IZcdbResponse.d.ts +172 -0
- package/es/card/IZcdbResponse.js +99 -0
- package/es/card/IZclbResponse.d.ts +99 -0
- package/es/card/IZclbResponse.js +61 -0
- package/es/card/IZczjPropResponse.d.ts +91 -0
- package/es/card/IZczjPropResponse.js +42 -0
- package/es/card/IZczjResponse.d.ts +101 -0
- package/es/card/IZczjResponse.js +58 -0
- package/es/card/index.d.ts +20 -0
- package/es/card/index.js +41 -0
- package/es/cggz/ICggzBillResponse.d.ts +68 -0
- package/es/cggz/ICggzBillResponse.js +37 -0
- package/es/cggz/ICggzMainResponse.d.ts +178 -0
- package/es/cggz/ICggzMainResponse.js +88 -0
- package/es/cggz/index.d.ts +3 -0
- package/es/cggz/index.js +6 -0
- package/es/clas/IClasAttrResponse.d.ts +64 -0
- package/es/clas/IClasMainResponse.d.ts +62 -0
- package/es/conf/ICnfgMainResponse.d.ts +76 -0
- package/es/conf/ICnfgMainResponse.js +42 -0
- package/es/conf/IConfig.d.ts +47 -0
- package/es/conf/index.d.ts +2 -0
- package/es/conf/index.js +4 -0
- package/es/const/const_align.d.ts +10 -0
- package/es/const/const_align.js +14 -0
- package/es/const/const_audit.d.ts +32 -0
- package/es/const/const_audit.js +11 -0
- package/es/const/const_bizCode.d.ts +2 -0
- package/es/const/const_card.d.ts +5 -0
- package/es/const/const_card.js +8 -0
- package/es/const/const_clas.d.ts +70 -0
- package/es/const/const_clas.js +73 -0
- package/es/const/const_cnfg.d.ts +73 -0
- package/es/const/const_cnfg.js +76 -0
- package/es/const/const_data_from.d.ts +7 -0
- package/es/const/const_data_from.js +9 -0
- package/es/const/const_elem.d.ts +48 -0
- package/es/const/const_elem.js +49 -0
- package/es/const/const_flow.d.ts +7 -0
- package/es/const/const_flow.js +10 -0
- package/es/const/const_gams_mode.d.ts +4 -0
- package/es/const/const_gams_mode.js +7 -0
- package/es/const/const_glpz_mode.d.ts +2 -0
- package/es/const/const_glpz_mode.js +5 -0
- package/es/const/const_gzlm.d.ts +24 -0
- package/es/const/const_gzlm.js +39 -0
- package/es/const/const_hznk.d.ts +17 -0
- package/es/const/const_hznt.d.ts +57 -0
- package/es/const/const_module.d.ts +92 -0
- package/es/const/const_module.js +26 -0
- package/es/const/const_myoa.d.ts +62 -0
- package/es/const/const_myoa.js +32 -0
- package/es/const/const_p4pt.d.ts +6 -0
- package/es/const/const_part.d.ts +17 -0
- package/es/const/const_part.js +20 -0
- package/es/const/const_stat.d.ts +278 -0
- package/es/const/const_stat.js +89 -0
- package/es/const/const_take_type.d.ts +9 -0
- package/es/const/const_take_type.js +9 -0
- package/es/const/const_todo.d.ts +27 -0
- package/es/const/const_todo.js +30 -0
- package/es/const/const_travel.d.ts +4 -0
- package/es/const/const_travel.js +7 -0
- package/es/const/const_type.d.ts +59 -0
- package/es/const/const_type.js +62 -0
- package/es/const/const_type_name.d.ts +210 -0
- package/es/const/const_type_name.js +209 -0
- package/es/const/const_user.d.ts +2 -0
- package/es/const/const_user.js +5 -0
- package/es/const/const_user_acno.d.ts +5 -0
- package/es/const/const_user_acno.js +7 -0
- package/es/const/const_wldy_item_type.d.ts +4 -0
- package/es/const/const_wldy_item_type.js +7 -0
- package/es/const/const_wtui_item_type.d.ts +21 -0
- package/es/const/const_wtui_item_type.js +24 -0
- package/es/const/const_yiha.d.ts +22 -0
- package/es/const/const_yiha.js +25 -0
- package/es/const/const_zbzd.d.ts +8 -0
- package/es/const/const_zbzd.js +11 -0
- package/es/const/index.d.ts +32 -0
- package/es/const/index.js +54 -0
- package/es/core/ICoreValidResponse.d.ts +20 -0
- package/es/core/ICoreValidResponse.js +13 -0
- package/es/core/IDeptLiteResponse.d.ts +33 -0
- package/es/core/IDeptLiteResponse.js +29 -0
- package/es/core/IDeptResponse.d.ts +118 -0
- package/es/core/IDeptResponse.js +79 -0
- package/es/core/IDictResponse.d.ts +132 -0
- package/es/core/IDictResponse.js +94 -0
- package/es/core/IDictResponseConf.d.ts +10 -0
- package/es/core/IDictResponseDictPara.d.ts +41 -0
- package/es/core/IDictResponseDictPara.js +20 -0
- package/es/core/IEnvrResponse.d.ts +94 -0
- package/es/core/IEnvrResponse.js +50 -0
- package/es/core/ILaidResponse.d.ts +114 -0
- package/es/core/ILaidResponse.js +73 -0
- package/es/core/IPartResponse.d.ts +91 -0
- package/es/core/IPartResponse.js +57 -0
- package/es/core/IPathResponse.d.ts +124 -0
- package/es/core/IPathResponse.js +67 -0
- package/es/core/ISourceItem.d.ts +54 -0
- package/es/core/ISourceItem.js +30 -0
- package/es/core/IStypResponse.d.ts +44 -0
- package/es/core/IStypResponse.js +25 -0
- package/es/core/ISysClasResponse.d.ts +56 -0
- package/es/core/ISysClasResponse.js +31 -0
- package/es/core/ISysMenuWithCoreResponse.d.ts +136 -0
- package/es/core/ISysMenuWithCoreResponse.js +79 -0
- package/es/core/ISysMenuWithCoreResponseMenuPara.d.ts +4 -0
- package/es/core/ISysMenuWithCoreResponseMenuPara.js +5 -0
- package/es/core/ISysMenuWithExpdResponse.d.ts +316 -0
- package/es/core/ISysMenuWithExpdResponse.js +157 -0
- package/es/core/ISysTravelResponse.d.ts +99 -0
- package/es/core/ISysTravelResponse.js +73 -0
- package/es/core/ITypeResponse.d.ts +94 -0
- package/es/core/ITypeResponse.js +65 -0
- package/es/core/IUnitBindResponse.d.ts +60 -0
- package/es/core/IUnitBindResponse.js +36 -0
- package/es/core/IUnitResponse.d.ts +189 -0
- package/es/core/IUnitResponse.js +118 -0
- package/es/core/IUnitResponseElemPara.d.ts +10 -0
- package/es/core/IUnitResponseElemPara.js +8 -0
- package/es/core/IUserAcnoResponse.d.ts +164 -0
- package/es/core/IUserAcnoResponse.js +96 -0
- package/es/core/IUserFindResponse.d.ts +55 -0
- package/es/core/IUserFindResponse.js +84 -0
- package/es/core/IUserLiteResponse.d.ts +124 -0
- package/es/core/IUserLiteResponse.js +112 -0
- package/es/core/IUserPartResponse.d.ts +148 -0
- package/es/core/IUserPartResponse.js +92 -0
- package/es/core/IUserResponse.d.ts +355 -0
- package/es/core/IUserResponse.js +192 -0
- package/es/core/IUserSzdwResponse.d.ts +151 -0
- package/es/core/IUserSzdwResponse.js +95 -0
- package/es/core/index.d.ts +24 -0
- package/es/core/index.js +49 -0
- package/es/cron/ICronMainResponse.d.ts +151 -0
- package/es/cron/ICronMainResponse.js +89 -0
- package/es/cron/index.d.ts +2 -0
- package/es/cron/index.js +4 -0
- package/es/decorators/DConfigManager.d.ts +7 -0
- package/es/decorators/DConfigManager.js +15 -0
- package/es/decorators/DConfigProperty.d.ts +2 -0
- package/es/decorators/DConfigProperty.js +8 -0
- package/es/decorators/IConfigProperty.d.ts +21 -0
- package/es/decorators/IConfigProperty.js +4 -0
- package/es/decorators/index.d.ts +4 -0
- package/es/decorators/index.js +8 -0
- package/es/elem/IElemDataResponse.d.ts +90 -0
- package/es/elem/IElemDataResponse.js +59 -0
- package/es/elem/IElemElemResponse.d.ts +98 -0
- package/es/elem/IElemElemResponse.js +57 -0
- package/es/elem/ISysElemResponse.d.ts +50 -0
- package/es/elem/ISysElemResponse.js +28 -0
- package/es/elem/index.d.ts +4 -0
- package/es/elem/index.js +8 -0
- package/es/enums/btnMode.d.ts +135 -0
- package/es/enums/btnMode.js +5 -0
- package/es/enums/cardMode.d.ts +26 -0
- package/es/enums/cardMode.js +4 -0
- package/es/enums/doneMode.d.ts +5 -0
- package/es/enums/doneMode.js +4 -0
- package/es/enums/editMode.d.ts +19 -0
- package/es/enums/editMode.js +4 -0
- package/es/enums/emitterType.d.ts +4 -0
- package/es/enums/emitterType.js +4 -0
- package/es/enums/formType.d.ts +8 -0
- package/es/enums/formType.js +4 -0
- package/es/enums/index.d.ts +10 -0
- package/es/enums/index.js +22 -0
- package/es/enums/storeId.d.ts +11 -0
- package/es/enums/storeId.js +4 -0
- package/es/enums/usesStat.d.ts +12 -0
- package/es/enums/usesStat.js +5 -0
- package/es/enums/viewMode.d.ts +5 -0
- package/es/enums/viewMode.js +4 -0
- package/es/enums/whatDone.d.ts +25 -0
- package/es/expd/IExpdBAXQResponse.d.ts +60 -0
- package/es/expd/IExpdBAXQResponse.js +33 -0
- package/es/expd/IExpdCallResponse.d.ts +56 -0
- package/es/expd/IExpdCallResponse.js +31 -0
- package/es/expd/IExpdCardResponse.d.ts +94 -0
- package/es/expd/IExpdCardResponse.js +58 -0
- package/es/expd/IExpdCashResponse.d.ts +74 -0
- package/es/expd/IExpdCashResponse.js +40 -0
- package/es/expd/IExpdHYHBResponse.d.ts +52 -0
- package/es/expd/IExpdHYHBResponse.js +29 -0
- package/es/expd/IExpdHYMXResponse.d.ts +58 -0
- package/es/expd/IExpdHYMXResponse.js +32 -0
- package/es/expd/IExpdLfmxResponse.d.ts +54 -0
- package/es/expd/IExpdLfmxResponse.js +30 -0
- package/es/expd/IExpdMainResponse.d.ts +513 -0
- package/es/expd/IExpdMainResponse.js +268 -0
- package/es/expd/IExpdP2pzResponse.d.ts +58 -0
- package/es/expd/IExpdP2pzResponse.js +32 -0
- package/es/expd/IExpdP5pzResponse.d.ts +54 -0
- package/es/expd/IExpdP5pzResponse.js +30 -0
- package/es/expd/IExpdSZMXResponse.d.ts +65 -0
- package/es/expd/IViewLockResponse.d.ts +58 -0
- package/es/expd/IViewLockResponse.js +35 -0
- package/es/expd/index.d.ts +12 -0
- package/es/expd/index.js +24 -0
- package/es/flow/IFlowCnfgResponse.d.ts +59 -0
- package/es/flow/IFlowCnfgResponse.js +34 -0
- package/es/flow/IFlowDataResponse.d.ts +142 -0
- package/es/flow/IFlowDataResponse.js +86 -0
- package/es/flow/IFlowDutyNodeParaConv.d.ts +6 -0
- package/es/flow/IFlowDutyNodeParaConv.js +6 -0
- package/es/flow/IFlowDutyResponse.d.ts +63 -0
- package/es/flow/IFlowDutyResponse.js +46 -0
- package/es/flow/IFlowMainResponse.d.ts +116 -0
- package/es/flow/IFlowMainResponse.js +52 -0
- package/es/flow/IFlowNodeResponse.d.ts +233 -0
- package/es/flow/IFlowNodeResponse.js +108 -0
- package/es/flow/IFlowTypeResponse.d.ts +4 -0
- package/es/flow/IFlowTypeResponse.js +5 -0
- package/es/flow/IFlowUservoidResponse.d.ts +34 -0
- package/es/flow/IFlowUservoidResponse.js +20 -0
- package/es/flow/IFlowVoidResponse.d.ts +70 -0
- package/es/flow/IFlowVoidResponse.js +38 -0
- package/es/flow/index.d.ts +9 -0
- package/es/flow/index.js +18 -0
- package/es/gams/IGamsBillResponse.d.ts +321 -0
- package/es/gams/IGamsBillResponse.js +187 -0
- package/es/gams/IGamsCnfgResponse.d.ts +73 -0
- package/es/gams/IGamsCnfgResponse.js +41 -0
- package/es/gams/IGamsEachResponse.d.ts +66 -0
- package/es/gams/IGamsEachResponse.js +37 -0
- package/es/gams/IGamsItemResponse.d.ts +99 -0
- package/es/gams/IGamsItemResponse.js +47 -0
- package/es/gams/IGamsK0kmResponse.d.ts +80 -0
- package/es/gams/IGamsK0kmResponse.js +53 -0
- package/es/gams/IGamsK8kmResponse.d.ts +147 -0
- package/es/gams/IGamsK8kmResponse.js +73 -0
- package/es/gams/IGamsMainResponse.d.ts +217 -0
- package/es/gams/IGamsMainResponse.js +124 -0
- package/es/gams/IGamsTypeResponse.d.ts +103 -0
- package/es/gams/IGamsTypeResponse.js +59 -0
- package/es/gams/IGamsWtdwResponse.d.ts +60 -0
- package/es/gams/index.d.ts +9 -0
- package/es/gams/index.js +18 -0
- package/es/gzjg/IGzjgBodyLockResponse.d.ts +64 -0
- package/es/gzjg/IGzjgBodyLockResponse.js +35 -0
- package/es/gzjg/IGzjgGzlmLandResponse.d.ts +82 -0
- package/es/gzjg/IGzjgGzlmLandResponse.js +62 -0
- package/es/gzjg/IGzjgGzlmResponse.d.ts +156 -0
- package/es/gzjg/IGzjgGzlmResponse.js +101 -0
- package/es/gzjg/IGzjgGzlmResponseGzlmPara.d.ts +24 -0
- package/es/gzjg/IGzjgGzlmResponseGzlmPara.js +15 -0
- package/es/gzjg/IGzjgGzlmWithResponse.d.ts +85 -0
- package/es/gzjg/IGzjgGzlmWithResponse.js +45 -0
- package/es/gzjg/IGzjgMainResponse.d.ts +199 -0
- package/es/gzjg/IGzjgMainResponse.js +116 -0
- package/es/gzjg/IGzjgMainResponseGzjgPara.d.ts +25 -0
- package/es/gzjg/IGzjgMainResponseGzjgPara.js +14 -0
- package/es/gzjg/IGzjgMainResponseWithYZPZ.d.ts +40 -0
- package/es/gzjg/IGzjgMainResponseWithYZPZ.js +23 -0
- package/es/gzjg/IGzjgQzgsResponse.d.ts +54 -0
- package/es/gzjg/IGzjgQzgsResponse.js +30 -0
- package/es/gzjg/index.d.ts +9 -0
- package/es/gzjg/index.js +18 -0
- package/es/gztb/IGztbMainResponse.d.ts +102 -0
- package/es/gztb/IGztbMainResponse.js +52 -0
- package/es/gztb/index.d.ts +2 -0
- package/es/gztb/index.js +4 -0
- package/es/gzzd/ICellEditResponse.d.ts +46 -0
- package/es/gzzd/ICellEditResponse.js +26 -0
- package/es/gzzd/IGzzdBillResponse.d.ts +144 -0
- package/es/gzzd/IGzzdBillResponse.js +74 -0
- package/es/gzzd/IGzzdLineResponse.d.ts +17 -0
- package/es/gzzd/IGzzdLineResponse.js +10 -0
- package/es/gzzd/IGzzdMainResponse.d.ts +174 -0
- package/es/gzzd/IGzzdMainResponse.js +100 -0
- package/es/gzzd/index.d.ts +5 -0
- package/es/gzzd/index.js +10 -0
- package/es/hzcb/IHzcbMainResponse.d.ts +227 -0
- package/es/hzcb/IHzcbMainResponse.js +123 -0
- package/es/hzcb/IHzcbRypqResponse.d.ts +232 -0
- package/es/hzcb/IHzcbRypqResponse.js +129 -0
- package/es/hzcb/IHzcbXmtzBillResponse.d.ts +104 -0
- package/es/hzcb/IHzcbXmtzResponse.d.ts +160 -0
- package/es/hzcb/IHzcbXmtzResponse.js +92 -0
- package/es/hzcb/IHzcbXmykResponse.d.ts +158 -0
- package/es/hzcb/IHzcbXmykResponse.js +93 -0
- package/es/hzcb/IHzcbZjlyResponse.d.ts +70 -0
- package/es/hzcb/IHzcbZjlyResponse.js +36 -0
- package/es/hzcb/index.d.ts +6 -0
- package/es/hzcb/index.js +12 -0
- package/es/hznj/IHznjBaseItemResponse.d.ts +60 -0
- package/es/hznj/IHznjBaseItemResponse.js +33 -0
- package/es/hznj/IHznjBasePathResponse.d.ts +44 -0
- package/es/hznj/IHznjBasePathResponse.js +25 -0
- package/es/hznj/IHznjBaseResponse.d.ts +116 -0
- package/es/hznj/IHznjBaseResponse.js +56 -0
- package/es/hznj/index.d.ts +4 -0
- package/es/hznj/index.js +8 -0
- package/es/hznk/IHznkBaseNbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkBaseNbyhResponse.js +27 -0
- package/es/hznk/IHznkBasePathResponse.d.ts +46 -0
- package/es/hznk/IHznkBasePathResponse.js +26 -0
- package/es/hznk/IHznkBaseResponse.d.ts +154 -0
- package/es/hznk/IHznkBaseResponse.js +80 -0
- package/es/hznk/IHznkBaseWbdwResponse.d.ts +47 -0
- package/es/hznk/IHznkBaseWbdwResponse.js +30 -0
- package/es/hznk/IHznkBaseWbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkBaseWbyhResponse.js +27 -0
- package/es/hznk/IHznkDataEachResponse.d.ts +48 -0
- package/es/hznk/IHznkDataEachResponse.js +27 -0
- package/es/hznk/IHznkDataItemResponse.d.ts +48 -0
- package/es/hznk/IHznkDataItemResponse.js +27 -0
- package/es/hznk/IHznkDataNbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkDataNbyhResponse.js +30 -0
- package/es/hznk/IHznkDataPathResponse.d.ts +46 -0
- package/es/hznk/IHznkDataPathResponse.js +26 -0
- package/es/hznk/IHznkDataResponse.d.ts +249 -0
- package/es/hznk/IHznkDataResponse.js +115 -0
- package/es/hznk/IHznkFydwBillResponse.d.ts +52 -0
- package/es/hznk/IHznkFydwBillResponse.js +29 -0
- package/es/hznk/IHznkFydwFromResponse.d.ts +46 -0
- package/es/hznk/IHznkFydwFromResponse.js +26 -0
- package/es/hznk/IHznkFydwItemResponse.d.ts +48 -0
- package/es/hznk/IHznkFydwItemResponse.js +27 -0
- package/es/hznk/IHznkFydwPathResponse.d.ts +46 -0
- package/es/hznk/IHznkFydwPathResponse.js +26 -0
- package/es/hznk/IHznkFydwResponse.d.ts +140 -0
- package/es/hznk/IHznkFydwResponse.js +77 -0
- package/es/hznk/IHznkFytqResponse.d.ts +1 -0
- package/es/hznk/IHznkMainNbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkMainResponse.d.ts +176 -0
- package/es/hznk/IHznkMainResponse.js +86 -0
- package/es/hznk/IHznkMainRwzbResponse.d.ts +49 -0
- package/es/hznk/IHznkMainWbdwResponse.d.ts +47 -0
- package/es/hznk/IHznkMainWbyhResponse.d.ts +48 -0
- package/es/hznk/IHznkNoteFromResponse.d.ts +46 -0
- package/es/hznk/IHznkNoteFromResponse.js +26 -0
- package/es/hznk/IHznkNotePathResponse.d.ts +46 -0
- package/es/hznk/IHznkNotePathResponse.js +26 -0
- package/es/hznk/IHznkNoteResponse.d.ts +97 -0
- package/es/hznk/IHznkNoteResponse.js +50 -0
- package/es/hznk/IHznkXmysItemResponse.d.ts +48 -0
- package/es/hznk/IHznkXmysItemResponse.js +27 -0
- package/es/hznk/IHznkXmysResponse.d.ts +106 -0
- package/es/hznk/IHznkXmysResponse.js +53 -0
- package/es/hznk/IHznkXmysYsxqResponse.d.ts +50 -0
- package/es/hznk/IHznkXmysYsxqResponse.js +28 -0
- package/es/hznk/IHznkYssqResponse.d.ts +100 -0
- package/es/hznk/IHznkYssqResponse.js +51 -0
- package/es/hznk/index.d.ts +24 -0
- package/es/hznk/index.js +48 -0
- package/es/index.d.ts +47 -0
- package/es/index.js +88 -0
- package/es/japz/IJapzCnfgResponse.d.ts +68 -0
- package/es/japz/IJapzCnfgResponse.js +35 -0
- package/es/japz/IJapzItemResponse.d.ts +66 -0
- package/es/japz/IJapzItemResponse.js +35 -0
- package/es/japz/IJapzK0kmResponse.d.ts +62 -0
- package/es/japz/IJapzK0kmResponse.js +33 -0
- package/es/japz/IJapzK7kmResponse.d.ts +62 -0
- package/es/japz/IJapzK7kmResponse.js +33 -0
- package/es/japz/IJapzK8kmResponse.d.ts +68 -0
- package/es/japz/IJapzK8kmResponse.js +35 -0
- package/es/japz/IJapzK9kmResponse.d.ts +61 -0
- package/es/japz/IJapzK9kmResponse.js +33 -0
- package/es/japz/index.d.ts +7 -0
- package/es/japz/index.js +14 -0
- package/es/load/ILoadCellResponse.d.ts +52 -0
- package/es/load/ILoadCellResponse.js +29 -0
- package/es/load/ILoadDataResponse.d.ts +48 -0
- package/es/load/ILoadDataResponse.js +26 -0
- package/es/load/ILoadLineResponse.d.ts +10 -0
- package/es/load/ILoadLineResponse.js +8 -0
- package/es/load/ILoadMainResponse.d.ts +112 -0
- package/es/load/ILoadMainResponse.js +58 -0
- package/es/load/ILoadZydwResponse.d.ts +54 -0
- package/es/load/ILoadZydwResponse.js +31 -0
- package/es/load/IYqdwResponse.d.ts +63 -0
- package/es/load/IYqdwResponse.js +35 -0
- package/es/load/IYqkbResponse.d.ts +64 -0
- package/es/load/IYqkbResponse.js +35 -0
- package/es/load/IYqkmResponse.d.ts +50 -0
- package/es/load/IYqkmResponse.js +28 -0
- package/es/load/index.d.ts +9 -0
- package/es/load/index.js +18 -0
- package/es/micro/appData.d.ts +24 -0
- package/es/micro/appData.js +15 -0
- package/es/micro/appName.d.ts +6 -0
- package/es/micro/appName.js +4 -0
- package/es/micro/appTab.d.ts +11 -0
- package/es/micro/appTab.js +8 -0
- package/es/micro/index.d.ts +5 -0
- package/es/micro/index.js +9 -0
- package/es/myoa/IMyoaCashResponse.d.ts +59 -0
- package/es/myoa/IMyoaCashResponse.js +45 -0
- package/es/myoa/IMyoaMainResponse.d.ts +341 -0
- package/es/myoa/IMyoaMainResponse.js +224 -0
- package/es/myoa/IMyoaPGDWResponse.d.ts +46 -0
- package/es/myoa/IMyoaPGDWResponse.js +26 -0
- package/es/myoa/IMyoaRoomResponse.d.ts +89 -0
- package/es/myoa/IMyoaRoomResponse.js +53 -0
- package/es/myoa/index.d.ts +5 -0
- package/es/myoa/index.js +10 -0
- package/es/node_modules/.pnpm/@aximario_json-tree@2.2.4/node_modules/@aximario/json-tree/dist/index.interface.js +14 -0
- package/es/node_modules/.pnpm/@aximario_json-tree@2.2.4/node_modules/@aximario/json-tree/dist/index.js +59 -0
- package/es/noti/INotiMainResponse.d.ts +335 -0
- package/es/noti/INotiMainResponse.js +152 -0
- package/es/noti/index.d.ts +2 -0
- package/es/noti/index.js +4 -0
- package/es/pzpt/IPzptCnfgMoreResponse.d.ts +58 -0
- package/es/pzpt/IPzptCnfgMoreResponse.js +32 -0
- package/es/pzpt/IPzptCnfgResponse.d.ts +161 -0
- package/es/pzpt/IPzptCnfgResponse.js +83 -0
- package/es/pzpt/IPzptGlfaResponse.d.ts +82 -0
- package/es/pzpt/IPzptGlfaResponse.js +46 -0
- package/es/pzpt/IPzptGlkmResponse.d.ts +92 -0
- package/es/pzpt/IPzptGlkmResponse.js +48 -0
- package/es/pzpt/IPzptGlkmfdResponse.d.ts +57 -0
- package/es/pzpt/IPzptGlkmzdResponse.d.ts +57 -0
- package/es/pzpt/IPzptItemResponse.d.ts +97 -0
- package/es/pzpt/IPzptItemResponse.js +51 -0
- package/es/pzpt/IPzptK0kmResponse.d.ts +66 -0
- package/es/pzpt/IPzptK0kmResponse.js +36 -0
- package/es/pzpt/IPzptK8kmResponse.d.ts +169 -0
- package/es/pzpt/IPzptK8kmResponse.js +98 -0
- package/es/pzpt/IPzptKbkmResponse.d.ts +125 -0
- package/es/pzpt/IPzptKbkmResponse.js +65 -0
- package/es/pzpt/IPzptPzpzDataResponse.d.ts +78 -0
- package/es/pzpt/IPzptPzpzDataResponse.js +42 -0
- package/es/pzpt/IPzptPzpzP6pzResponse.d.ts +122 -0
- package/es/pzpt/IPzptPzpzP6pzResponse.js +60 -0
- package/es/pzpt/IPzptPzpzResponse.d.ts +114 -0
- package/es/pzpt/IPzptPzpzResponse.js +67 -0
- package/es/pzpt/IPzptTypeResponse.d.ts +85 -0
- package/es/pzpt/IPzptTypeResponse.js +45 -0
- package/es/pzpt/IPzptUkkmResponse.d.ts +82 -0
- package/es/pzpt/IPzptUkkmResponse.js +43 -0
- package/es/pzpt/index.d.ts +14 -0
- package/es/pzpt/index.js +28 -0
- package/es/response/IResponse.d.ts +16 -0
- package/es/store/dateState.d.ts +42 -0
- package/es/store/index.d.ts +7 -0
- package/es/store/index.js +11 -0
- package/es/store/menuState.d.ts +7 -0
- package/es/store/menuState.js +6 -0
- package/es/store/tabsState.d.ts +11 -0
- package/es/store/tabsState.js +9 -0
- package/es/store/userState.d.ts +46 -0
- package/es/store/userState.js +26 -0
- package/es/store/viewState.d.ts +7 -0
- package/es/store/viewState.js +6 -0
- package/es/tabl/ITablDataResponse.d.ts +59 -0
- package/es/tabl/ITablDataResponse.js +32 -0
- package/es/tabl/ITablLineResponse.d.ts +12 -0
- package/es/tabl/ITablLineResponse.js +9 -0
- package/es/tabl/ITablMainResponse.d.ts +148 -0
- package/es/tabl/ITablMainResponse.js +87 -0
- package/es/tabl/index.d.ts +4 -0
- package/es/tabl/index.js +8 -0
- package/es/take/ITakeBillResponse.d.ts +136 -0
- package/es/take/ITakeBillResponse.js +73 -0
- package/es/take/ITakeMainResponse.d.ts +192 -0
- package/es/take/ITakeMainResponse.js +97 -0
- package/es/take/index.d.ts +3 -0
- package/es/take/index.js +6 -0
- package/es/talk/ITalkMainResponse.d.ts +91 -0
- package/es/task/ITaskMainResponse.d.ts +109 -0
- package/es/task/ITaskMainResponse.js +56 -0
- package/es/task/index.d.ts +2 -0
- package/es/task/index.js +4 -0
- package/es/wldy/IWldyDataResponse.d.ts +69 -0
- package/es/wldy/IWldyDataResponse.js +35 -0
- package/es/wldy/IWldyItemResponse.d.ts +72 -0
- package/es/wldy/IWldyItemResponse.js +39 -0
- package/es/wldy/IWldyPageParaResponse.d.ts +19 -0
- package/es/wldy/IWldyPageParaResponse.js +34 -0
- package/es/wldy/IWldyPageResponse.d.ts +89 -0
- package/es/wldy/IWldyPageResponse.js +59 -0
- package/es/wldy/index.d.ts +5 -0
- package/es/wldy/index.js +12 -0
- package/es/wlzf/IWlzfEnvrResponse.d.ts +112 -0
- package/es/wlzf/IWlzfEnvrResponse.js +59 -0
- package/es/wlzf/index.d.ts +2 -0
- package/es/wlzf/index.js +4 -0
- package/es/wtui/ITodoResponse.d.ts +14 -0
- package/es/wtui/IViewCtrlResponse.d.ts +84 -0
- package/es/wtui/IViewCtrlResponse.js +64 -0
- package/es/wtui/IWtuiColWidthResponse.d.ts +52 -0
- package/es/wtui/IWtuiColWidthResponse.js +29 -0
- package/es/wtui/IWtuiFormParaResponse.d.ts +16 -0
- package/es/wtui/IWtuiFormParaResponse.js +17 -0
- package/es/wtui/IWtuiFormResponse.d.ts +72 -0
- package/es/wtui/IWtuiFormResponse.js +48 -0
- package/es/wtui/IWtuiItemCalc.d.ts +34 -0
- package/es/wtui/IWtuiItemCalc.js +8 -0
- package/es/wtui/IWtuiItemEffect.d.ts +38 -0
- package/es/wtui/IWtuiItemEffect.js +24 -0
- package/es/wtui/IWtuiItemParaResponse.d.ts +56 -0
- package/es/wtui/IWtuiItemParaResponse.js +41 -0
- package/es/wtui/IWtuiItemResponse.d.ts +97 -0
- package/es/wtui/IWtuiItemResponse.js +56 -0
- package/es/wtui/IWtuiMainResponse.d.ts +110 -0
- package/es/wtui/IWtuiMainResponse.js +56 -0
- package/es/wtui/IWtuiNodeResponse.d.ts +74 -0
- package/es/wtui/IWtuiNodeResponse.js +40 -0
- package/es/wtui/IWtuiOperateResponse.d.ts +65 -0
- package/es/wtui/IWtuiOperateResponse.js +43 -0
- package/es/wtui/IWtuiRootResponse.d.ts +61 -0
- package/es/wtui/IWtuiRootResponse.js +33 -0
- package/es/wtui/IWtuiTodoResponse.d.ts +74 -0
- package/es/wtui/IWtuiTodoResponse.js +62 -0
- package/es/wtui/IWtuiTodoResponseTodoPara.d.ts +6 -0
- package/es/wtui/IWtuiTodoResponseTodoPara.js +6 -0
- package/es/wtui/IWtuiTodoResponseWithPara.d.ts +31 -0
- package/es/wtui/IWtuiTodoResponseWithPara.js +18 -0
- package/es/wtui/IWtuiUserCnfgResponse.d.ts +95 -0
- package/es/wtui/IWtuiUserCnfgResponse.js +44 -0
- package/es/wtui/IWtuiViewResponse.d.ts +83 -0
- package/es/wtui/IWtuiViewResponse.js +49 -0
- package/es/wtui/IWtuiZoneResponse.d.ts +56 -0
- package/es/wtui/IWtuiZoneResponse.js +29 -0
- package/es/wtui/index.d.ts +22 -0
- package/es/wtui/index.js +36 -0
- package/es/wzpz/IWzWithParaResponse.d.ts +104 -0
- package/es/wzpz/IWzWithParaResponse.js +70 -0
- package/es/wzpz/IWzpzCnfgResponse.d.ts +101 -0
- package/es/wzpz/IWzpzCnfgResponse.js +53 -0
- package/es/wzpz/IWzpzItemResponse.d.ts +77 -0
- package/es/wzpz/IWzpzItemResponse.js +42 -0
- package/es/wzpz/IWzpzK0kmResponse.d.ts +91 -0
- package/es/wzpz/IWzpzK0kmResponse.js +48 -0
- package/es/wzpz/IWzpzK8kmResponse.d.ts +132 -0
- package/es/wzpz/IWzpzK8kmResponse.js +67 -0
- package/es/wzpz/IWzpzKbkmResponse.d.ts +121 -0
- package/es/wzpz/IWzpzKbkmResponse.js +64 -0
- package/es/wzpz/IWzpzPckmResponse.d.ts +48 -0
- package/es/wzpz/IWzpzPckmResponse.js +27 -0
- package/es/wzpz/IWzpzTypeResponse.d.ts +86 -0
- package/es/wzpz/IWzpzTypeResponse.js +46 -0
- package/es/wzpz/index.d.ts +9 -0
- package/es/wzpz/index.js +18 -0
- package/es/yzcb/ICbjgMainResponse.d.ts +131 -0
- package/es/yzcb/ICbjgMainResponse.js +67 -0
- package/es/yzcb/IYzcbBillResponse.d.ts +48 -0
- package/es/yzcb/IYzcbBillResponse.js +27 -0
- package/es/yzcb/IYzcbMainResponse.d.ts +167 -0
- package/es/yzcb/IYzcbMainResponse.js +89 -0
- package/es/yzcb/index.d.ts +4 -0
- package/es/yzcb/index.js +8 -0
- package/es/yzcg/IYzcgBillResponse.d.ts +68 -0
- package/es/yzcg/IYzcgBillResponse.js +40 -0
- package/es/yzcg/IYzcgGshdResponse.d.ts +58 -0
- package/es/yzcg/IYzcgGshdResponse.js +32 -0
- package/es/yzcg/IYzcgLockResponse.d.ts +40 -0
- package/es/yzcg/IYzcgLockResponse.js +23 -0
- package/es/yzcg/IYzcgMainResponse.d.ts +259 -0
- package/es/yzcg/IYzcgMainResponse.js +142 -0
- package/es/yzcg/index.d.ts +5 -0
- package/es/yzcg/index.js +10 -0
- package/es/yzcq/IYzcqMainResponse.d.ts +94 -0
- package/es/yzcq/index.d.ts +2 -0
- package/es/yzht/IYzhtBillResponse.d.ts +179 -0
- package/es/yzht/IYzhtBillResponse.js +92 -0
- package/es/yzht/IYzhtDzmxResponse.d.ts +56 -0
- package/es/yzht/IYzhtFymxResponse.d.ts +98 -0
- package/es/yzht/IYzhtGlfdResponse.d.ts +52 -0
- package/es/yzht/IYzhtGlfdResponse.js +29 -0
- package/es/yzht/IYzhtGlpzResponse.d.ts +48 -0
- package/es/yzht/IYzhtGlpzResponse.js +26 -0
- package/es/yzht/IYzhtGlzdResponse.d.ts +45 -0
- package/es/yzht/IYzhtGlzdResponse.js +32 -0
- package/es/yzht/IYzhtMainResponse.d.ts +631 -0
- package/es/yzht/IYzhtMainResponse.js +315 -0
- package/es/yzht/index.d.ts +6 -0
- package/es/yzht/index.js +12 -0
- package/es/yzpz/IYzpzCnfgResponse.d.ts +93 -0
- package/es/yzpz/IYzpzCnfgResponse.js +49 -0
- package/es/yzpz/IYzpzItemResponse.d.ts +73 -0
- package/es/yzpz/IYzpzItemResponse.js +47 -0
- package/es/yzpz/IYzpzK0kmResponse.d.ts +72 -0
- package/es/yzpz/IYzpzK0kmResponse.js +39 -0
- package/es/yzpz/IYzpzK8kmResponse.d.ts +144 -0
- package/es/yzpz/IYzpzK8kmResponse.js +77 -0
- package/es/yzpz/IYzpzKbkmResponse.d.ts +85 -0
- package/es/yzpz/IYzpzKbkmResponse.js +46 -0
- package/es/yzpz/IYzpzTypeResponse.d.ts +94 -0
- package/es/yzpz/IYzpzTypeResponse.js +50 -0
- package/es/yzpz/IYzpzTypeResponseConf.d.ts +10 -0
- package/es/yzpz/IYzpzTypeResponseConf.js +40 -0
- package/es/yzpz/index.d.ts +8 -0
- package/es/yzpz/index.js +16 -0
- package/es/zbhd/IZbhdMainResponese.d.ts +229 -0
- package/es/zbhd/IZbhdMainResponese.js +115 -0
- package/es/zbhd/IZbzdCnfgResponse.d.ts +80 -0
- package/es/zbhd/IZbzdCnfgResponse.js +42 -0
- package/es/zbhd/index.d.ts +3 -0
- package/es/zbhd/index.js +6 -0
- package/es/zbzd/IZbzbZbflResponse.d.ts +216 -0
- package/es/zbzd/IZbzbZbflResponse.js +105 -0
- package/es/zbzd/IZbzdMainResponse.d.ts +282 -0
- package/es/zbzd/IZbzdMainResponse.js +115 -0
- package/es/zbzd/index.d.ts +3 -0
- package/es/zbzd/index.js +6 -0
- package/es/zfht/IZfhtResponse.d.ts +100 -0
- package/es/zfht/IZfhtResponse.js +53 -0
- package/es/zfht/index.d.ts +2 -0
- package/es/zfht/index.js +4 -0
- package/es/zfsq/IZfsqResponse.d.ts +188 -0
- package/es/zfsq/IZfsqResponse.js +97 -0
- package/es/zfsq/index.d.ts +2 -0
- package/es/zfsq/index.js +4 -0
- package/package.json +20 -8
- package/.prettierignore +0 -0
- package/.prettierrc +0 -15
- package/eslint.config.js +0 -30
- package/index.ts +0 -98
- package/pnpm-lock.yaml +0 -966
- package/src/antv/IAntvCnfgResponse.ts +0 -69
- package/src/antv/IAntvMainResponse.ts +0 -67
- package/src/antv/IAntvParaResponse.ts +0 -49
- package/src/antv/index.ts +0 -5
- package/src/app/ITab.ts +0 -57
- package/src/app/IUserData.ts +0 -7
- package/src/app/index.ts +0 -4
- package/src/base/IBaseResponse.ts +0 -25
- package/src/bill/IBillCnfgResponse.ts +0 -113
- package/src/bill/IBillMainResponse.ts +0 -284
- package/src/bill/index.ts +0 -4
- package/src/card/ICardBookResponse.ts +0 -123
- package/src/card/ICardDataResponse.ts +0 -249
- package/src/card/ICardFromResponse.ts +0 -68
- package/src/card/ICardFwczResponse.ts +0 -197
- package/src/card/ICardHyhbBillResponse.ts +0 -95
- package/src/card/ICardHyhbResponse.ts +0 -85
- package/src/card/ICardMainFindResponse.ts +0 -95
- package/src/card/ICardMainResponse.ts +0 -762
- package/src/card/ICardRoomResponse.ts +0 -177
- package/src/card/IGblbResponse.ts +0 -133
- package/src/card/IP4pzResponse.ts +0 -68
- package/src/card/ISyszclbgblbResponse.ts +0 -67
- package/src/card/IZcbdResponse.ts +0 -205
- package/src/card/IZccfResponse.ts +0 -232
- package/src/card/IZcczResponse.ts +0 -222
- package/src/card/IZcdbResponse.ts +0 -237
- package/src/card/IZclbResponse.ts +0 -138
- package/src/card/IZczjPropResponse.ts +0 -94
- package/src/card/IZczjResponse.ts +0 -121
- package/src/card/index.ts +0 -63
- package/src/cggz/ICggzBillResponse.ts +0 -69
- package/src/cggz/ICggzMainResponse.ts +0 -188
- package/src/cggz/index.ts +0 -4
- package/src/clas/IClasAttrResponse.ts +0 -69
- package/src/clas/IClasMainResponse.ts +0 -67
- package/src/clas/readme.md +0 -1
- package/src/conf/ICnfgMainResponse.ts +0 -83
- package/src/conf/IConfig.ts +0 -50
- package/src/conf/index.ts +0 -3
- package/src/const/const_align.ts +0 -15
- package/src/const/const_audit.ts +0 -34
- package/src/const/const_bizCode.ts +0 -3
- package/src/const/const_card.ts +0 -6
- package/src/const/const_clas.ts +0 -72
- package/src/const/const_cnfg.ts +0 -92
- package/src/const/const_data_from.ts +0 -14
- package/src/const/const_elem.ts +0 -99
- package/src/const/const_flow.ts +0 -7
- package/src/const/const_gams_mode.ts +0 -5
- package/src/const/const_glpz_mode.ts +0 -2
- package/src/const/const_gzlm.ts +0 -39
- package/src/const/const_hznk.ts +0 -19
- package/src/const/const_hznt.ts +0 -71
- package/src/const/const_module.ts +0 -112
- package/src/const/const_myoa.ts +0 -79
- package/src/const/const_p4pt.ts +0 -8
- package/src/const/const_part.ts +0 -25
- package/src/const/const_stat.ts +0 -400
- package/src/const/const_take_type.ts +0 -9
- package/src/const/const_todo.ts +0 -28
- package/src/const/const_travel.ts +0 -8
- package/src/const/const_type.ts +0 -66
- package/src/const/const_type_name.ts +0 -245
- package/src/const/const_user.ts +0 -2
- package/src/const/const_user_acno.ts +0 -6
- package/src/const/const_wldy_item_type.ts +0 -4
- package/src/const/const_wtui_item_type.ts +0 -24
- package/src/const/const_yiha.ts +0 -32
- package/src/const/const_zbzd.ts +0 -10
- package/src/const/index.ts +0 -60
- package/src/core/ICoreValidResponse.ts +0 -21
- package/src/core/IDeptLiteResponse.ts +0 -43
- package/src/core/IDeptResponse.ts +0 -171
- package/src/core/IDictResponse.ts +0 -183
- package/src/core/IDictResponseConf.ts +0 -36
- package/src/core/IDictResponseDictPara.ts +0 -42
- package/src/core/IEnvrResponse.ts +0 -95
- package/src/core/ILaidResponse.ts +0 -161
- package/src/core/IPartResponse.ts +0 -120
- package/src/core/IPathResponse.ts +0 -133
- package/src/core/ISourceItem.ts +0 -55
- package/src/core/IStypResponse.ts +0 -45
- package/src/core/ISysClasResponse.ts +0 -57
- package/src/core/ISysMenuWithCoreResponse.ts +0 -152
- package/src/core/ISysMenuWithCoreResponseMenuPara.ts +0 -3
- package/src/core/ISysMenuWithExpdResponse.ts +0 -320
- package/src/core/ISysTravelResponse.ts +0 -133
- package/src/core/ITypeResponse.ts +0 -127
- package/src/core/IUnitBindResponse.ts +0 -62
- package/src/core/IUnitResponse.ts +0 -257
- package/src/core/IUnitResponseElemPara.ts +0 -11
- package/src/core/IUserAcnoResponse.ts +0 -182
- package/src/core/IUserFindResponse.ts +0 -140
- package/src/core/IUserLiteResponse.ts +0 -141
- package/src/core/IUserPartResponse.ts +0 -170
- package/src/core/IUserResponse.ts +0 -421
- package/src/core/IUserSzdwResponse.ts +0 -165
- package/src/core/index.ts +0 -77
- package/src/cron/ICronMainResponse.ts +0 -174
- package/src/cron/index.ts +0 -3
- package/src/decorators/DConfigManager.ts +0 -23
- package/src/decorators/DConfigProperty.ts +0 -7
- package/src/decorators/IConfigProperty.ts +0 -32
- package/src/decorators/index.ts +0 -4
- package/src/elem/IElemDataResponse.ts +0 -101
- package/src/elem/IElemElemResponse.ts +0 -102
- package/src/elem/ISysElemResponse.ts +0 -51
- package/src/elem/index.ts +0 -4
- package/src/enums/btnMode.ts +0 -137
- package/src/enums/cardMode.ts +0 -28
- package/src/enums/doneMode.ts +0 -8
- package/src/enums/editMode.ts +0 -22
- package/src/enums/emitterType.ts +0 -6
- package/src/enums/formType.ts +0 -10
- package/src/enums/index.ts +0 -13
- package/src/enums/storeId.ts +0 -12
- package/src/enums/usesStat.ts +0 -14
- package/src/enums/viewMode.ts +0 -7
- package/src/enums/whatDone.ts +0 -30
- package/src/expd/IExpdBAXQResponse.ts +0 -61
- package/src/expd/IExpdCallResponse.ts +0 -57
- package/src/expd/IExpdCardResponse.ts +0 -102
- package/src/expd/IExpdCashResponse.ts +0 -75
- package/src/expd/IExpdHYHBResponse.ts +0 -53
- package/src/expd/IExpdHYMXResponse.ts +0 -61
- package/src/expd/IExpdLfmxResponse.ts +0 -56
- package/src/expd/IExpdMainResponse.ts +0 -552
- package/src/expd/IExpdP2pzResponse.ts +0 -59
- package/src/expd/IExpdP5pzResponse.ts +0 -57
- package/src/expd/IExpdSZMXResponse.ts +0 -66
- package/src/expd/IViewLockResponse.ts +0 -63
- package/src/expd/index.ts +0 -36
- package/src/flow/IFlowCnfgResponse.ts +0 -69
- package/src/flow/IFlowDataResponse.ts +0 -193
- package/src/flow/IFlowDutyNodeParaConv.ts +0 -7
- package/src/flow/IFlowDutyResponse.ts +0 -85
- package/src/flow/IFlowMainResponse.ts +0 -126
- package/src/flow/IFlowNodeResponse.ts +0 -473
- package/src/flow/IFlowTypeResponse.ts +0 -3
- package/src/flow/IFlowUservoidResponse.ts +0 -35
- package/src/flow/IFlowVoidResponse.ts +0 -73
- package/src/flow/index.ts +0 -27
- package/src/gams/IGamsBillResponse.ts +0 -348
- package/src/gams/IGamsCnfgResponse.ts +0 -79
- package/src/gams/IGamsEachResponse.ts +0 -67
- package/src/gams/IGamsItemResponse.ts +0 -109
- package/src/gams/IGamsK0kmResponse.ts +0 -97
- package/src/gams/IGamsK8kmResponse.ts +0 -158
- package/src/gams/IGamsMainResponse.ts +0 -223
- package/src/gams/IGamsTypeResponse.ts +0 -113
- package/src/gams/IGamsWtdwResponse.ts +0 -62
- package/src/gams/index.ts +0 -27
- package/src/gzjg/IGzjgBodyLockResponse.ts +0 -65
- package/src/gzjg/IGzjgGzlmLandResponse.ts +0 -88
- package/src/gzjg/IGzjgGzlmResponse.ts +0 -193
- package/src/gzjg/IGzjgGzlmResponseGzlmPara.ts +0 -25
- package/src/gzjg/IGzjgGzlmWithResponse.ts +0 -88
- package/src/gzjg/IGzjgMainResponse.ts +0 -240
- package/src/gzjg/IGzjgMainResponseGzjgPara.ts +0 -31
- package/src/gzjg/IGzjgMainResponseWithYZPZ.ts +0 -41
- package/src/gzjg/IGzjgQzgsResponse.ts +0 -55
- package/src/gzjg/index.ts +0 -27
- package/src/gztb/IGztbMainResponse.ts +0 -110
- package/src/gztb/index.ts +0 -3
- package/src/gzzd/ICellEditResponse.ts +0 -47
- package/src/gzzd/IGzzdBillResponse.ts +0 -160
- package/src/gzzd/IGzzdLineResponse.ts +0 -19
- package/src/gzzd/IGzzdMainResponse.ts +0 -218
- package/src/gzzd/index.ts +0 -6
- package/src/hzcb/IHzcbMainResponse.ts +0 -263
- package/src/hzcb/IHzcbRypqResponse.ts +0 -258
- package/src/hzcb/IHzcbXmtzBillResponse.ts +0 -105
- package/src/hzcb/IHzcbXmtzResponse.ts +0 -195
- package/src/hzcb/IHzcbXmykResponse.ts +0 -197
- package/src/hzcb/IHzcbZjlyResponse.ts +0 -73
- package/src/hzcb/index.ts +0 -18
- package/src/hznj/IHznjBaseItemResponse.ts +0 -61
- package/src/hznj/IHznjBasePathResponse.ts +0 -45
- package/src/hznj/IHznjBaseResponse.ts +0 -120
- package/src/hznj/index.ts +0 -12
- package/src/hznk/IHznkBaseNbyhResponse.ts +0 -49
- package/src/hznk/IHznkBasePathResponse.ts +0 -47
- package/src/hznk/IHznkBaseResponse.ts +0 -189
- package/src/hznk/IHznkBaseWbdwResponse.ts +0 -55
- package/src/hznk/IHznkBaseWbyhResponse.ts +0 -49
- package/src/hznk/IHznkDataEachResponse.ts +0 -49
- package/src/hznk/IHznkDataItemResponse.ts +0 -49
- package/src/hznk/IHznkDataNbyhResponse.ts +0 -56
- package/src/hznk/IHznkDataPathResponse.ts +0 -47
- package/src/hznk/IHznkDataResponse.ts +0 -293
- package/src/hznk/IHznkFydwBillResponse.ts +0 -53
- package/src/hznk/IHznkFydwFromResponse.ts +0 -47
- package/src/hznk/IHznkFydwItemResponse.ts +0 -49
- package/src/hznk/IHznkFydwPathResponse.ts +0 -47
- package/src/hznk/IHznkFydwResponse.ts +0 -181
- package/src/hznk/IHznkFytqResponse.ts +0 -0
- package/src/hznk/IHznkMainNbyhResponse.ts +0 -49
- package/src/hznk/IHznkMainResponse.ts +0 -210
- package/src/hznk/IHznkMainRwzbResponse.ts +0 -57
- package/src/hznk/IHznkMainWbdwResponse.ts +0 -54
- package/src/hznk/IHznkMainWbyhResponse.ts +0 -49
- package/src/hznk/IHznkNoteFromResponse.ts +0 -47
- package/src/hznk/IHznkNotePathResponse.ts +0 -47
- package/src/hznk/IHznkNoteResponse.ts +0 -101
- package/src/hznk/IHznkXmysItemResponse.ts +0 -49
- package/src/hznk/IHznkXmysResponse.ts +0 -110
- package/src/hznk/IHznkXmysYsxqResponse.ts +0 -51
- package/src/hznk/IHznkYssqResponse.ts +0 -104
- package/src/hznk/index.ts +0 -78
- package/src/hznk/readme.md +0 -1
- package/src/japz/IJapzCnfgResponse.ts +0 -73
- package/src/japz/IJapzItemResponse.ts +0 -69
- package/src/japz/IJapzK0kmResponse.ts +0 -64
- package/src/japz/IJapzK7kmResponse.ts +0 -64
- package/src/japz/IJapzK8kmResponse.ts +0 -71
- package/src/japz/IJapzK9kmResponse.ts +0 -64
- package/src/japz/index.ts +0 -21
- package/src/japz/readme.md +0 -8
- package/src/load/ILoadCellResponse.ts +0 -53
- package/src/load/ILoadDataResponse.ts +0 -54
- package/src/load/ILoadLineResponse.ts +0 -11
- package/src/load/ILoadMainResponse.ts +0 -116
- package/src/load/ILoadZydwResponse.ts +0 -57
- package/src/load/IYqdwResponse.ts +0 -65
- package/src/load/IYqkbResponse.ts +0 -65
- package/src/load/IYqkmResponse.ts +0 -51
- package/src/load/index.ts +0 -27
- package/src/micro/appData.ts +0 -29
- package/src/micro/appName.ts +0 -8
- package/src/micro/appTab.ts +0 -15
- package/src/micro/index.ts +0 -6
- package/src/myoa/IMyoaCashResponse.ts +0 -107
- package/src/myoa/IMyoaMainResponse.ts +0 -479
- package/src/myoa/IMyoaPGDWResponse.ts +0 -49
- package/src/myoa/IMyoaRoomResponse.ts +0 -99
- package/src/myoa/index.ts +0 -6
- package/src/noti/INotiMainResponse.ts +0 -394
- package/src/noti/index.ts +0 -3
- package/src/pzpt/IPzptCnfgMoreResponse.ts +0 -59
- package/src/pzpt/IPzptCnfgResponse.ts +0 -171
- package/src/pzpt/IPzptGlfaResponse.ts +0 -84
- package/src/pzpt/IPzptGlkmResponse.ts +0 -98
- package/src/pzpt/IPzptGlkmfdResponse.ts +0 -59
- package/src/pzpt/IPzptGlkmzdResponse.ts +0 -59
- package/src/pzpt/IPzptItemResponse.ts +0 -104
- package/src/pzpt/IPzptK0kmResponse.ts +0 -69
- package/src/pzpt/IPzptK8kmResponse.ts +0 -183
- package/src/pzpt/IPzptKbkmResponse.ts +0 -139
- package/src/pzpt/IPzptPzpzDataResponse.ts +0 -79
- package/src/pzpt/IPzptPzpzP6pzResponse.ts +0 -136
- package/src/pzpt/IPzptPzpzResponse.ts +0 -116
- package/src/pzpt/IPzptTypeResponse.ts +0 -88
- package/src/pzpt/IPzptUkkmResponse.ts +0 -87
- package/src/pzpt/index.ts +0 -42
- package/src/response/IResponse.ts +0 -48
- package/src/store/dateState.ts +0 -49
- package/src/store/index.ts +0 -8
- package/src/store/menuState.ts +0 -9
- package/src/store/tabsState.ts +0 -13
- package/src/store/userState.ts +0 -50
- package/src/store/viewState.ts +0 -9
- package/src/tabl/ITablDataResponse.ts +0 -72
- package/src/tabl/ITablLineResponse.ts +0 -13
- package/src/tabl/ITablMainResponse.ts +0 -184
- package/src/tabl/index.ts +0 -5
- package/src/take/ITakeBillResponse.ts +0 -144
- package/src/take/ITakeMainResponse.ts +0 -205
- package/src/take/index.ts +0 -4
- package/src/talk/ITalkMainResponse.ts +0 -95
- package/src/task/ITaskMainResponse.ts +0 -121
- package/src/task/index.ts +0 -3
- package/src/wldy/IWldyDataResponse.ts +0 -70
- package/src/wldy/IWldyItemResponse.ts +0 -74
- package/src/wldy/IWldyPageParaResponse.ts +0 -42
- package/src/wldy/IWldyPageResponse.ts +0 -104
- package/src/wldy/index.ts +0 -18
- package/src/wlzf/IWlzfEnvrResponse.ts +0 -116
- package/src/wlzf/index.ts +0 -3
- package/src/wtui/ITodoResponse.ts +0 -15
- package/src/wtui/IViewCtrlResponse.ts +0 -111
- package/src/wtui/IWtuiColWidthResponse.ts +0 -53
- package/src/wtui/IWtuiFormParaResponse.ts +0 -17
- package/src/wtui/IWtuiFormResponse.ts +0 -92
- package/src/wtui/IWtuiItemCalc.ts +0 -36
- package/src/wtui/IWtuiItemEffect.ts +0 -43
- package/src/wtui/IWtuiItemParaResponse.ts +0 -59
- package/src/wtui/IWtuiItemResponse.ts +0 -116
- package/src/wtui/IWtuiMainResponse.ts +0 -114
- package/src/wtui/IWtuiNodeResponse.ts +0 -75
- package/src/wtui/IWtuiOperateResponse.ts +0 -80
- package/src/wtui/IWtuiRootResponse.ts +0 -62
- package/src/wtui/IWtuiTodoResponse.ts +0 -99
- package/src/wtui/IWtuiTodoResponseTodoPara.ts +0 -7
- package/src/wtui/IWtuiTodoResponseWithPara.ts +0 -32
- package/src/wtui/IWtuiUserCnfgResponse.ts +0 -100
- package/src/wtui/IWtuiViewResponse.ts +0 -91
- package/src/wtui/IWtuiZoneResponse.ts +0 -61
- package/src/wtui/index.ts +0 -57
- package/src/wzpz/IWzWithParaResponse.ts +0 -147
- package/src/wzpz/IWzpzCnfgResponse.ts +0 -106
- package/src/wzpz/IWzpzItemResponse.ts +0 -78
- package/src/wzpz/IWzpzK0kmResponse.ts +0 -94
- package/src/wzpz/IWzpzK8kmResponse.ts +0 -141
- package/src/wzpz/IWzpzKbkmResponse.ts +0 -124
- package/src/wzpz/IWzpzPckmResponse.ts +0 -49
- package/src/wzpz/IWzpzTypeResponse.ts +0 -87
- package/src/wzpz/index.ts +0 -27
- package/src/yzcb/ICbjgMainResponse.ts +0 -133
- package/src/yzcb/IYzcbBillResponse.ts +0 -49
- package/src/yzcb/IYzcbMainResponse.ts +0 -189
- package/src/yzcb/index.ts +0 -5
- package/src/yzcg/IYzcgBillResponse.ts +0 -72
- package/src/yzcg/IYzcgGshdResponse.ts +0 -59
- package/src/yzcg/IYzcgLockResponse.ts +0 -41
- package/src/yzcg/IYzcgMainResponse.ts +0 -308
- package/src/yzcg/index.ts +0 -6
- package/src/yzcq/IYzcqMainResponse.ts +0 -120
- package/src/yzcq/index.ts +0 -3
- package/src/yzht/IYzhtBillResponse.ts +0 -188
- package/src/yzht/IYzhtDzmxResponse.ts +0 -57
- package/src/yzht/IYzhtFymxResponse.ts +0 -99
- package/src/yzht/IYzhtGlfdResponse.ts +0 -53
- package/src/yzht/IYzhtGlpzResponse.ts +0 -52
- package/src/yzht/IYzhtGlzdResponse.ts +0 -56
- package/src/yzht/IYzhtMainResponse.ts +0 -679
- package/src/yzht/index.ts +0 -18
- package/src/yzpz/IYzpzCnfgResponse.ts +0 -95
- package/src/yzpz/IYzpzItemResponse.ts +0 -83
- package/src/yzpz/IYzpzK0kmResponse.ts +0 -73
- package/src/yzpz/IYzpzK8kmResponse.ts +0 -162
- package/src/yzpz/IYzpzKbkmResponse.ts +0 -86
- package/src/yzpz/IYzpzTypeResponse.ts +0 -96
- package/src/yzpz/IYzpzTypeResponseConf.ts +0 -36
- package/src/yzpz/index.ts +0 -24
- package/src/zbhd/IZbhdMainResponese.ts +0 -246
- package/src/zbhd/IZbzdCnfgResponse.ts +0 -84
- package/src/zbhd/index.ts +0 -4
- package/src/zbzd/IZbzbZbflResponse.ts +0 -226
- package/src/zbzd/IZbzdMainResponse.ts +0 -321
- package/src/zbzd/index.ts +0 -4
- package/src/zfht/IZfhtResponse.ts +0 -103
- package/src/zfht/index.ts +0 -3
- package/src/zfsq/IZfsqResponse.ts +0 -193
- package/src/zfsq/index.ts +0 -3
- package/tsconfig.json +0 -22
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
export interface IDictEffectField {
|
|
2
|
-
entityId: string;
|
|
3
|
-
itemIndx: number;
|
|
4
|
-
disabled: number;
|
|
5
|
-
readonly: number;
|
|
6
|
-
required: number;
|
|
7
|
-
clearable: number; //切换时是否清空
|
|
8
|
-
requiredMessage: string;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export class TDictEffectField implements IDictEffectField {
|
|
12
|
-
entityId: string = "";
|
|
13
|
-
itemIndx: number = 0;
|
|
14
|
-
disabled: number = 0;
|
|
15
|
-
readonly: number = 0;
|
|
16
|
-
required: number = 0;
|
|
17
|
-
clearable: number = 1;
|
|
18
|
-
requiredMessage: string = "";
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export interface IDictEffectData {
|
|
22
|
-
entityId: string;
|
|
23
|
-
currentValue: number;
|
|
24
|
-
effectFields: IDictEffectField[];
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export class TDictEffectData implements IDictEffectData {
|
|
28
|
-
entityId: string = "";
|
|
29
|
-
currentValue: number = 0;
|
|
30
|
-
effectFields: IDictEffectField[] = [];
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export interface IDictEffect {
|
|
34
|
-
currentItemIndex: number;
|
|
35
|
-
currentItemAttr: string;
|
|
36
|
-
effectData: IDictEffectData[];
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export class TDictEffect implements IDictEffect {
|
|
40
|
-
currentItemIndex: number = 0;
|
|
41
|
-
currentItemAttr: string = "";
|
|
42
|
-
effectData: IDictEffectData[] = [];
|
|
43
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { ICalcEffect, TCalcEffect } from "./IWtuiItemCalc";
|
|
2
|
-
import { IDictEffect, TDictEffect } from "./IWtuiItemEffect";
|
|
3
|
-
|
|
4
|
-
export interface IWtuiItemParaResponse {
|
|
5
|
-
itemTitle: string;
|
|
6
|
-
itemAttrText: string;
|
|
7
|
-
readonly: number;
|
|
8
|
-
showTitle: number;
|
|
9
|
-
required: number; //是否必填
|
|
10
|
-
requiredMessage: string; // 必填校验提示
|
|
11
|
-
validate: number; //字段校验
|
|
12
|
-
validateMessage: string; //校验失败提示
|
|
13
|
-
placeholder: string; //默认提示值
|
|
14
|
-
showSearch: number; //是否显示搜索
|
|
15
|
-
searchPlaceholder: string; //
|
|
16
|
-
decimals: number;
|
|
17
|
-
enabledMin: number;
|
|
18
|
-
enabledMax: number;
|
|
19
|
-
min: number;
|
|
20
|
-
max: number;
|
|
21
|
-
clearable: number;
|
|
22
|
-
controls: number;
|
|
23
|
-
disabled: boolean; //是否禁用
|
|
24
|
-
showWordCount: number;
|
|
25
|
-
minRows: number;
|
|
26
|
-
maxRows: number;
|
|
27
|
-
effect: IDictEffect;
|
|
28
|
-
calc: ICalcEffect;
|
|
29
|
-
fromTypeDefault: number[]; //字典的默认值
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export class TWtuiItemParaResponse implements IWtuiItemParaResponse {
|
|
33
|
-
itemTitle: string = "";
|
|
34
|
-
itemAttrText: string = "";
|
|
35
|
-
showTitle: number = 1;
|
|
36
|
-
readonly: number = 0;
|
|
37
|
-
required: number = 0; //是否必填
|
|
38
|
-
requiredMessage: string = ""; // 必填校验提示
|
|
39
|
-
validate: number = 0; //字段校验
|
|
40
|
-
validateMessage: string = ""; //校验失败提示
|
|
41
|
-
placeholder: string = ""; //默认提示值
|
|
42
|
-
showSearch: number = 0; //是否显示搜索
|
|
43
|
-
searchPlaceholder: string = ""; //
|
|
44
|
-
decimals: number = 2;
|
|
45
|
-
enabledMin: number = 0;
|
|
46
|
-
enabledMax: number = 0;
|
|
47
|
-
min: number = 0;
|
|
48
|
-
max: number = 0;
|
|
49
|
-
clearable: number = 0;
|
|
50
|
-
controls: number = 0;
|
|
51
|
-
|
|
52
|
-
disabled: boolean = false; //是否禁用
|
|
53
|
-
showWordCount: number = 0;
|
|
54
|
-
minRows: number = 1;
|
|
55
|
-
maxRows: number = 1;
|
|
56
|
-
effect: IDictEffect = new TDictEffect();
|
|
57
|
-
calc: ICalcEffect = new TCalcEffect();
|
|
58
|
-
fromTypeDefault: number[] = []; //字典的默认值
|
|
59
|
-
}
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import _ from "lodash";
|
|
2
|
-
import { IWtuiItemParaResponse, TWtuiItemParaResponse } from "./IWtuiItemParaResponse";
|
|
3
|
-
import { IDictResponse } from "../core";
|
|
4
|
-
|
|
5
|
-
//form.item
|
|
6
|
-
export interface IWtuiItemResponse {
|
|
7
|
-
whoBuild: number;
|
|
8
|
-
userIndx: number;
|
|
9
|
-
itemIndx: number;
|
|
10
|
-
wtuiForm: number;
|
|
11
|
-
wtuiZone: number;
|
|
12
|
-
wtuiMain: number;
|
|
13
|
-
parentID: number;
|
|
14
|
-
dataStat: number;
|
|
15
|
-
dataHide: number;
|
|
16
|
-
dataOrdr: number;
|
|
17
|
-
dataFrom: number;
|
|
18
|
-
dataDate: number;
|
|
19
|
-
dataTime: number;
|
|
20
|
-
mastName: string;
|
|
21
|
-
mastGUID: string;
|
|
22
|
-
createBy: string;
|
|
23
|
-
createAt: number;
|
|
24
|
-
updateBy: string;
|
|
25
|
-
updateAt: number;
|
|
26
|
-
deleteBy: string;
|
|
27
|
-
deleteAt: number;
|
|
28
|
-
entityID: string;
|
|
29
|
-
/** 字段名称 */
|
|
30
|
-
itemName: string;
|
|
31
|
-
/** 字段属性 */
|
|
32
|
-
itemAttr: string;
|
|
33
|
-
/** 备注说明 */
|
|
34
|
-
itemMemo: string;
|
|
35
|
-
/** 字段类型,取值参考const_gzlm */
|
|
36
|
-
itemType: number;
|
|
37
|
-
/** 字典类型 */
|
|
38
|
-
fromType: number;
|
|
39
|
-
/** 表单类型 */
|
|
40
|
-
formType: string;
|
|
41
|
-
/** 显示格式 */
|
|
42
|
-
inFormat: string;
|
|
43
|
-
/** 是否权限范围 */
|
|
44
|
-
viewOnly: number;
|
|
45
|
-
/** 是否仅限本人 */
|
|
46
|
-
userOnly: number;
|
|
47
|
-
/** 栅格占位 */
|
|
48
|
-
spanSize: number;
|
|
49
|
-
/** 大小规格 */
|
|
50
|
-
sizeMode: string;
|
|
51
|
-
/** 前端脚本 */
|
|
52
|
-
jsMethod: string;
|
|
53
|
-
/** 参数约定 */
|
|
54
|
-
itemPara: string;
|
|
55
|
-
itemParaConv: IWtuiItemParaResponse;
|
|
56
|
-
|
|
57
|
-
/**虚拟字段 */
|
|
58
|
-
listDict: IDictResponse[];
|
|
59
|
-
// 前端虚拟字段,变动的时候,动态表单的这一项是否需要添加自定义class以改变颜色
|
|
60
|
-
needClass: number;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
export class TWtuiItemResponse implements IWtuiItemResponse {
|
|
64
|
-
whoBuild: number = 0;
|
|
65
|
-
userIndx: number = 0;
|
|
66
|
-
itemIndx: number = 0;
|
|
67
|
-
wtuiForm: number = 0;
|
|
68
|
-
wtuiZone: number = 0;
|
|
69
|
-
wtuiMain: number = 0;
|
|
70
|
-
parentID: number = 0;
|
|
71
|
-
dataStat: number = 0;
|
|
72
|
-
dataHide: number = 0;
|
|
73
|
-
dataOrdr: number = 0;
|
|
74
|
-
dataFrom: number = 0;
|
|
75
|
-
dataDate: number = 0;
|
|
76
|
-
dataTime: number = 0;
|
|
77
|
-
mastName: string = "";
|
|
78
|
-
mastGUID: string = "";
|
|
79
|
-
createBy: string = "";
|
|
80
|
-
createAt: number = 0;
|
|
81
|
-
updateBy: string = "";
|
|
82
|
-
updateAt: number = 0;
|
|
83
|
-
deleteBy: string = "";
|
|
84
|
-
deleteAt: number = 0;
|
|
85
|
-
entityID: string = "";
|
|
86
|
-
itemName: string = "";
|
|
87
|
-
itemAttr: string = "";
|
|
88
|
-
itemMemo: string = "";
|
|
89
|
-
itemType: number = 0;
|
|
90
|
-
fromType: number = 0;
|
|
91
|
-
formType: string = "";
|
|
92
|
-
inFormat: string = "";
|
|
93
|
-
viewOnly: number = 0;
|
|
94
|
-
userOnly: number = 0;
|
|
95
|
-
spanSize: number = 0;
|
|
96
|
-
sizeMode: string = "";
|
|
97
|
-
jsMethod: string = "";
|
|
98
|
-
itemPara: string = "";
|
|
99
|
-
itemParaConv: IWtuiItemParaResponse = new TWtuiItemParaResponse();
|
|
100
|
-
|
|
101
|
-
listDict: IDictResponse[] = [];
|
|
102
|
-
needClass: number = 0;
|
|
103
|
-
|
|
104
|
-
static parseJson(itemPara: string) {
|
|
105
|
-
const itemParaObj = new TWtuiItemParaResponse();
|
|
106
|
-
if (_.isEmpty(itemPara)) {
|
|
107
|
-
return itemParaObj;
|
|
108
|
-
}
|
|
109
|
-
try {
|
|
110
|
-
const obj = JSON.parse(itemPara) as TWtuiItemParaResponse;
|
|
111
|
-
const result = _.merge(itemParaObj, obj);
|
|
112
|
-
return result;
|
|
113
|
-
} catch (e) {}
|
|
114
|
-
return itemParaObj;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
import { IDictResponse } from "../core";
|
|
2
|
-
import type { IPartResponse } from "../core/IPartResponse";
|
|
3
|
-
import type { IWtuiViewResponse } from "./IWtuiViewResponse";
|
|
4
|
-
import { IWtuiZoneResponse } from "./IWtuiZoneResponse";
|
|
5
|
-
|
|
6
|
-
export interface IWtuiMainResponse {
|
|
7
|
-
whoBuild: number;
|
|
8
|
-
userIndx: number;
|
|
9
|
-
wtuiIndx: number; // #唯一标识
|
|
10
|
-
wtuiMain: number;
|
|
11
|
-
asFormer: number;
|
|
12
|
-
createAt: number;
|
|
13
|
-
createBy: string;
|
|
14
|
-
dataDate: number;
|
|
15
|
-
dataFrom: number;
|
|
16
|
-
dataGUID: string;
|
|
17
|
-
dataHide: number;
|
|
18
|
-
dataLevl: number;
|
|
19
|
-
dataOrdr: number;
|
|
20
|
-
dataStat: number;
|
|
21
|
-
dataTime: number;
|
|
22
|
-
deleteAt: number;
|
|
23
|
-
deleteBy: string;
|
|
24
|
-
entityID: string;
|
|
25
|
-
envrPara: string; // #参数配置
|
|
26
|
-
hashCode: number;
|
|
27
|
-
intLogo1: string; // #内部图标
|
|
28
|
-
intLogo2: string;
|
|
29
|
-
intText1: string; // #内部文本
|
|
30
|
-
intText2: string;
|
|
31
|
-
kjndKJQJ: number;
|
|
32
|
-
mastGUID: string;
|
|
33
|
-
mastName: string;
|
|
34
|
-
microApp: string; // #microApp
|
|
35
|
-
microURL: string; // #microURL
|
|
36
|
-
name4Map: string;
|
|
37
|
-
outLogo1: string; // #外部图标
|
|
38
|
-
outLogo2: string;
|
|
39
|
-
outText1: string; // #外部文本
|
|
40
|
-
outText2: string;
|
|
41
|
-
parentID: number;
|
|
42
|
-
partText: string; // #指标角色
|
|
43
|
-
queuesBy: number;
|
|
44
|
-
sysClasc: number; // #模板大类.sysClasc
|
|
45
|
-
sysClasd: string; // #模板大类.sysClasd
|
|
46
|
-
sysClasn: string; // #模板大类.sysClasn
|
|
47
|
-
updateAt: number;
|
|
48
|
-
updateBy: string;
|
|
49
|
-
wtuiMemo: string; // #界面备注
|
|
50
|
-
wtuiName: string; // #界面名称
|
|
51
|
-
microTab: string;
|
|
52
|
-
unitTypeSize: number;
|
|
53
|
-
unitTypeText: string; // #单位类型
|
|
54
|
-
|
|
55
|
-
listView: IWtuiViewResponse[];
|
|
56
|
-
listPart: IPartResponse[];
|
|
57
|
-
listZone: IWtuiZoneResponse[];
|
|
58
|
-
unitType: IDictResponse[]; // 单位类型树状图
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
export class TWtuiMainResponse implements IWtuiMainResponse {
|
|
62
|
-
whoBuild: number = 0;
|
|
63
|
-
userIndx: number = 0;
|
|
64
|
-
wtuiIndx: number = 0;
|
|
65
|
-
wtuiMain: number = 0;
|
|
66
|
-
asFormer: number = 0;
|
|
67
|
-
entityID: string = "";
|
|
68
|
-
parentID: number = 0;
|
|
69
|
-
queuesBy: number = 0;
|
|
70
|
-
createAt: number = 0;
|
|
71
|
-
createBy: string = "";
|
|
72
|
-
dataDate: number = 0;
|
|
73
|
-
dataFrom: number = 0;
|
|
74
|
-
dataGUID: string = "";
|
|
75
|
-
dataHide: number = 0;
|
|
76
|
-
dataLevl: number = 0;
|
|
77
|
-
dataOrdr: number = 0;
|
|
78
|
-
dataStat: number = 0;
|
|
79
|
-
dataTime: number = 0;
|
|
80
|
-
deleteAt: number = 0;
|
|
81
|
-
deleteBy: string = "";
|
|
82
|
-
envrPara: string = "";
|
|
83
|
-
hashCode: number = 0;
|
|
84
|
-
intLogo1: string = "";
|
|
85
|
-
intLogo2: string = "";
|
|
86
|
-
intText1: string = "";
|
|
87
|
-
intText2: string = "";
|
|
88
|
-
kjndKJQJ: number = 0;
|
|
89
|
-
mastGUID: string = "";
|
|
90
|
-
mastName: string = "";
|
|
91
|
-
microApp: string = "";
|
|
92
|
-
microURL: string = "";
|
|
93
|
-
microTab: string = "";
|
|
94
|
-
name4Map: string = "";
|
|
95
|
-
outLogo1: string = "";
|
|
96
|
-
outLogo2: string = "";
|
|
97
|
-
outText1: string = "";
|
|
98
|
-
outText2: string = "";
|
|
99
|
-
partText: string = "";
|
|
100
|
-
sysClasc: number = 0;
|
|
101
|
-
sysClasd: string = "";
|
|
102
|
-
sysClasn: string = "";
|
|
103
|
-
updateAt: number = 0;
|
|
104
|
-
updateBy: string = "";
|
|
105
|
-
wtuiMemo: string = "";
|
|
106
|
-
wtuiName: string = "";
|
|
107
|
-
unitTypeSize: number = 0;
|
|
108
|
-
unitTypeText: string = "";
|
|
109
|
-
|
|
110
|
-
listPart: IPartResponse[] = [];
|
|
111
|
-
unitType: IDictResponse[] = [];
|
|
112
|
-
listZone: IWtuiZoneResponse[] = [];
|
|
113
|
-
listView: IWtuiViewResponse[] = [];
|
|
114
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
export interface IWtuiNodeResponse {
|
|
2
|
-
asClient: number;
|
|
3
|
-
asMainly: number;
|
|
4
|
-
asMobile: number;
|
|
5
|
-
createAt: number;
|
|
6
|
-
createBy: string;
|
|
7
|
-
dataDate: number;
|
|
8
|
-
dataFrom: number;
|
|
9
|
-
dataHide: number;
|
|
10
|
-
dataOrdr: number;
|
|
11
|
-
dataStat: number;
|
|
12
|
-
dataTime: number;
|
|
13
|
-
deleteAt: number;
|
|
14
|
-
deleteBy: string;
|
|
15
|
-
entityID: string;
|
|
16
|
-
funcCall: number;
|
|
17
|
-
icon4URL: string;
|
|
18
|
-
iconName: string;
|
|
19
|
-
mastGUID: string;
|
|
20
|
-
mastName: string;
|
|
21
|
-
metaData: string;
|
|
22
|
-
nodeIndx: number;
|
|
23
|
-
nodeName: string;
|
|
24
|
-
nodePara: string;
|
|
25
|
-
onBase64: number;
|
|
26
|
-
queuesBy: number;
|
|
27
|
-
rootName: string;
|
|
28
|
-
todoPara: string;
|
|
29
|
-
updateAt: number;
|
|
30
|
-
updateBy: string;
|
|
31
|
-
userIndx: number;
|
|
32
|
-
view4URL: string;
|
|
33
|
-
whoBuild: number;
|
|
34
|
-
withPara: string;
|
|
35
|
-
wtuiMain: number;
|
|
36
|
-
wtuiRoot: number;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export class TWtuiNodeResponse implements IWtuiNodeResponse {
|
|
40
|
-
asClient: number = 0;
|
|
41
|
-
asMainly: number = 0;
|
|
42
|
-
asMobile: number = 0;
|
|
43
|
-
createAt: number = 0;
|
|
44
|
-
createBy: string = "";
|
|
45
|
-
dataDate: number = 0;
|
|
46
|
-
dataFrom: number = 0;
|
|
47
|
-
dataHide: number = 0;
|
|
48
|
-
dataOrdr: number = 0;
|
|
49
|
-
dataStat: number = 0;
|
|
50
|
-
dataTime: number = 0;
|
|
51
|
-
deleteAt: number = 0;
|
|
52
|
-
deleteBy: string = "";
|
|
53
|
-
entityID: string = "";
|
|
54
|
-
funcCall: number = 0;
|
|
55
|
-
icon4URL: string = "";
|
|
56
|
-
iconName: string = "";
|
|
57
|
-
mastGUID: string = "";
|
|
58
|
-
mastName: string = "";
|
|
59
|
-
metaData: string = "";
|
|
60
|
-
nodeIndx: number = 0;
|
|
61
|
-
nodeName: string = "";
|
|
62
|
-
nodePara: string = "";
|
|
63
|
-
onBase64: number = 0;
|
|
64
|
-
queuesBy: number = 0;
|
|
65
|
-
rootName: string = "";
|
|
66
|
-
todoPara: string = "";
|
|
67
|
-
updateAt: number = 0;
|
|
68
|
-
updateBy: string = "";
|
|
69
|
-
userIndx: number = 0;
|
|
70
|
-
view4URL: string = "";
|
|
71
|
-
whoBuild: number = 0;
|
|
72
|
-
withPara: string = "";
|
|
73
|
-
wtuiMain: number = 0;
|
|
74
|
-
wtuiRoot: number = 0;
|
|
75
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { construct } from "@aximario/json-tree";
|
|
2
|
-
|
|
3
|
-
export interface IWtuiOperateResponse {
|
|
4
|
-
createAt: number; // 创建时间戳
|
|
5
|
-
createBy: string; // 创建者
|
|
6
|
-
ctrlCode: string; // 控件代码
|
|
7
|
-
ctrlIndx: number; // 控件索引
|
|
8
|
-
ctrlMemo: string; // 控件备注
|
|
9
|
-
ctrlName: string; // 控件名称
|
|
10
|
-
ctrlPara: string; // 控件参数
|
|
11
|
-
dataDate: number; // 数据日期
|
|
12
|
-
dataFrom: number; // 数据来源
|
|
13
|
-
dataHide: number; // 是否隐藏(0 表示显示,1 表示隐藏)
|
|
14
|
-
dataOrdr: number; // 数据排序
|
|
15
|
-
dataStat: number; // 数据状态
|
|
16
|
-
dataTime: number; // 数据时间戳
|
|
17
|
-
deleteAt: number; // 删除时间戳
|
|
18
|
-
deleteBy: string; // 删除者
|
|
19
|
-
dictMain: number; // 字典主表标识
|
|
20
|
-
entityID: string; // 实体 ID
|
|
21
|
-
jsMethod: string; // JS 方法
|
|
22
|
-
mastGUID: string; // 主表 GUID
|
|
23
|
-
mastName: string; // 主表名称
|
|
24
|
-
metaData: string; // 元数据信息
|
|
25
|
-
parentID: number; // 父级 ID
|
|
26
|
-
queuesBy: number; // 队列标识
|
|
27
|
-
updateAt: number; // 更新时间戳
|
|
28
|
-
updateBy: string; // 更新者
|
|
29
|
-
userIndx: number; // 用户索引
|
|
30
|
-
whoBuild: number; // 构建者
|
|
31
|
-
withPara: string; // 是否带参数
|
|
32
|
-
wtuiMain: number; // WTUI 主表标识
|
|
33
|
-
wtuiView: number; // WTUI 视图标识
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
export class TWtuiOperateResponse implements IWtuiOperateResponse {
|
|
37
|
-
createAt: number = 0;
|
|
38
|
-
createBy: string = "";
|
|
39
|
-
ctrlCode: string = "";
|
|
40
|
-
ctrlIndx: number = 0; // 控件索引
|
|
41
|
-
ctrlMemo: string = ""; // 控件备注
|
|
42
|
-
ctrlName: string = ""; // 控件名称
|
|
43
|
-
ctrlPara: string = ""; // 控件参数
|
|
44
|
-
dataDate: number = 0;
|
|
45
|
-
dataFrom: number = 0;
|
|
46
|
-
dataHide: number = 0;
|
|
47
|
-
dataOrdr: number = 0;
|
|
48
|
-
dataStat: number = 0;
|
|
49
|
-
dataTime: number = 0;
|
|
50
|
-
deleteAt: number = 0;
|
|
51
|
-
deleteBy: string = "";
|
|
52
|
-
dictMain: number = 0;
|
|
53
|
-
entityID: string = "";
|
|
54
|
-
jsMethod: string = "";
|
|
55
|
-
mastGUID: string = "";
|
|
56
|
-
mastName: string = "";
|
|
57
|
-
metaData: string = "";
|
|
58
|
-
parentID: number = 0;
|
|
59
|
-
queuesBy: number = 0;
|
|
60
|
-
updateAt: number = 0;
|
|
61
|
-
updateBy: string = "";
|
|
62
|
-
userIndx: number = 0;
|
|
63
|
-
whoBuild: number = 0;
|
|
64
|
-
withPara: string = "";
|
|
65
|
-
wtuiMain: number = 0;
|
|
66
|
-
wtuiView: number = 0;
|
|
67
|
-
|
|
68
|
-
static toTree(listView: IWtuiOperateResponse[]): IWtuiOperateResponse[] {
|
|
69
|
-
// 遍历列表,为每个元素添加树形结构所需的字段
|
|
70
|
-
// listView.forEach((element) => {
|
|
71
|
-
// element.title = element.ctrlName || ""; // 使用控件名称作为标题
|
|
72
|
-
// element.name = element.mastGUID || ""; // 使用主表 GUID 作为唯一标识
|
|
73
|
-
// element.icon = element.ctrlIcon || ""; // 如果有控件图标,则使用控件图标
|
|
74
|
-
// element.children = []; // 初始化子节点数组
|
|
75
|
-
// });
|
|
76
|
-
|
|
77
|
-
// 使用 construct 方法构建树形结构
|
|
78
|
-
return construct(listView, { id: "entityID", pid: "parentID", children: "children" }) as IWtuiOperateResponse[];
|
|
79
|
-
}
|
|
80
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { IWtuiNodeResponse } from "./IWtuiNodeResponse";
|
|
2
|
-
export interface IWtuiRootResponse {
|
|
3
|
-
asMobile: number;
|
|
4
|
-
createAt: number;
|
|
5
|
-
createBy: string;
|
|
6
|
-
dataDate: number;
|
|
7
|
-
dataFrom: number;
|
|
8
|
-
dataHide: number;
|
|
9
|
-
dataOrdr: number;
|
|
10
|
-
dataStat: number;
|
|
11
|
-
dataTime: number;
|
|
12
|
-
deleteAt: number;
|
|
13
|
-
deleteBy: string;
|
|
14
|
-
entityID: string;
|
|
15
|
-
funcCall: number;
|
|
16
|
-
icon4URL: string;
|
|
17
|
-
listNode: IWtuiNodeResponse[];
|
|
18
|
-
mastGUID: string;
|
|
19
|
-
mastName: string;
|
|
20
|
-
onBase64: number;
|
|
21
|
-
onExpand: number;
|
|
22
|
-
queuesBy: number;
|
|
23
|
-
rootIndx: number;
|
|
24
|
-
rootName: string;
|
|
25
|
-
updateAt: number;
|
|
26
|
-
updateBy: string;
|
|
27
|
-
userIndx: number;
|
|
28
|
-
whoBuild: number;
|
|
29
|
-
wtuiMain: number;
|
|
30
|
-
wtuiRoot: number;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
export class TWtuiRootResponse implements IWtuiRootResponse {
|
|
34
|
-
asMobile: number = 0;
|
|
35
|
-
createAt: number = 0;
|
|
36
|
-
createBy: string = "";
|
|
37
|
-
dataDate: number = 0;
|
|
38
|
-
dataFrom: number = 0;
|
|
39
|
-
dataHide: number = 0;
|
|
40
|
-
dataOrdr: number = 0;
|
|
41
|
-
dataStat: number = 0;
|
|
42
|
-
dataTime: number = 0;
|
|
43
|
-
deleteAt: number = 0;
|
|
44
|
-
deleteBy: string = "";
|
|
45
|
-
entityID: string = "";
|
|
46
|
-
funcCall: number = 0;
|
|
47
|
-
icon4URL: string = "";
|
|
48
|
-
listNode: IWtuiNodeResponse[] = [];
|
|
49
|
-
mastGUID: string = "";
|
|
50
|
-
mastName: string = "";
|
|
51
|
-
onBase64: number = 0;
|
|
52
|
-
onExpand: number = 0;
|
|
53
|
-
queuesBy: number = 0;
|
|
54
|
-
rootIndx: number = 0;
|
|
55
|
-
rootName: string = "";
|
|
56
|
-
updateAt: number = 0;
|
|
57
|
-
updateBy: string = "";
|
|
58
|
-
userIndx: number = 0;
|
|
59
|
-
whoBuild: number = 0;
|
|
60
|
-
wtuiMain: number = 0;
|
|
61
|
-
wtuiRoot: number = 0;
|
|
62
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import _ from "lodash";
|
|
2
|
-
import { IWtuiTodoResponseTodoPara, TWtuiTodoResponseTodoPara } from "./IWtuiTodoResponseTodoPara";
|
|
3
|
-
import { IWtuiTodoResponseWithPara, TWtuiTodoResponseWithPara } from "./IWtuiTodoResponseWithPara";
|
|
4
|
-
|
|
5
|
-
export interface IWtuiTodoResponse {
|
|
6
|
-
whoBuild: number;
|
|
7
|
-
userIndx: number;
|
|
8
|
-
todoIndx: number;
|
|
9
|
-
wtuiTodo: number;
|
|
10
|
-
wtuiMain: number;
|
|
11
|
-
parentID: number;
|
|
12
|
-
dataStat: number;
|
|
13
|
-
dataHide: number;
|
|
14
|
-
dataOrdr: number;
|
|
15
|
-
dataFrom: number;
|
|
16
|
-
dataDate: number;
|
|
17
|
-
dataTime: number;
|
|
18
|
-
mastName: string;
|
|
19
|
-
mastGUID: string;
|
|
20
|
-
createBy: string;
|
|
21
|
-
createAt: number;
|
|
22
|
-
updateBy: string;
|
|
23
|
-
updateAt: number;
|
|
24
|
-
deleteBy: string;
|
|
25
|
-
deleteAt: number;
|
|
26
|
-
todoStat: number;
|
|
27
|
-
queuesBy: number;
|
|
28
|
-
entityID: string;
|
|
29
|
-
sysClasc: number;
|
|
30
|
-
sysClasn: string;
|
|
31
|
-
todoName: string;
|
|
32
|
-
todo4URL: string;
|
|
33
|
-
todoMemo: string;
|
|
34
|
-
todoPara: string;
|
|
35
|
-
withPara: string;
|
|
36
|
-
notifiEd: string;
|
|
37
|
-
withParaConv: IWtuiTodoResponseWithPara[];
|
|
38
|
-
todoParaConv: IWtuiTodoResponseTodoPara;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export class TWtuiTodoResponse implements IWtuiTodoResponse {
|
|
42
|
-
whoBuild: number = 0;
|
|
43
|
-
userIndx: number = 0;
|
|
44
|
-
todoIndx: number = 0;
|
|
45
|
-
wtuiTodo: number = 0;
|
|
46
|
-
wtuiMain: number = 0;
|
|
47
|
-
parentID: number = 0;
|
|
48
|
-
dataStat: number = 0;
|
|
49
|
-
dataHide: number = 0;
|
|
50
|
-
dataOrdr: number = 0;
|
|
51
|
-
dataFrom: number = 0;
|
|
52
|
-
dataDate: number = 0;
|
|
53
|
-
dataTime: number = 0;
|
|
54
|
-
mastName: string = "";
|
|
55
|
-
mastGUID: string = "";
|
|
56
|
-
createBy: string = "";
|
|
57
|
-
createAt: number = 0;
|
|
58
|
-
updateBy: string = "";
|
|
59
|
-
updateAt: number = 0;
|
|
60
|
-
deleteBy: string = "";
|
|
61
|
-
deleteAt: number = 0;
|
|
62
|
-
todoStat: number = 0;
|
|
63
|
-
queuesBy: number = 0;
|
|
64
|
-
entityID: string = "";
|
|
65
|
-
sysClasc: number = 0;
|
|
66
|
-
sysClasn: string = "";
|
|
67
|
-
todoName: string = "";
|
|
68
|
-
todo4URL: string = "";
|
|
69
|
-
todoMemo: string = "";
|
|
70
|
-
todoPara: string = "";
|
|
71
|
-
withPara: string = "";
|
|
72
|
-
notifiEd: string = "";
|
|
73
|
-
withParaConv: IWtuiTodoResponseWithPara[] = [];
|
|
74
|
-
todoParaConv: IWtuiTodoResponseTodoPara = new TWtuiTodoResponseTodoPara();
|
|
75
|
-
|
|
76
|
-
static parseJson(withPara: string) {
|
|
77
|
-
const result: IWtuiTodoResponseWithPara[] = [];
|
|
78
|
-
if (_.isEmpty(withPara)) {
|
|
79
|
-
return result;
|
|
80
|
-
}
|
|
81
|
-
try {
|
|
82
|
-
const temp = JSON.parse(withPara) as TWtuiTodoResponseWithPara[];
|
|
83
|
-
return _.merge(result, temp);
|
|
84
|
-
} catch (e: any) {}
|
|
85
|
-
return result;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
static parseTodoPara(todoPara: string) {
|
|
89
|
-
const result: IWtuiTodoResponseTodoPara = new TWtuiTodoResponseTodoPara();
|
|
90
|
-
if (_.isEmpty(todoPara)) {
|
|
91
|
-
return result;
|
|
92
|
-
}
|
|
93
|
-
try {
|
|
94
|
-
const temp = JSON.parse(todoPara) as TWtuiTodoResponseTodoPara;
|
|
95
|
-
return _.merge(result, temp);
|
|
96
|
-
} catch (e: any) {}
|
|
97
|
-
return result;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
export interface IWtuiTodoResponseWithPara {
|
|
2
|
-
todoName: string;
|
|
3
|
-
renameTo: string;
|
|
4
|
-
tab: string;
|
|
5
|
-
searchType: string;
|
|
6
|
-
toPath: string;
|
|
7
|
-
viewPara: string;
|
|
8
|
-
title: string;
|
|
9
|
-
metaData: string;
|
|
10
|
-
menuUUID: string;
|
|
11
|
-
tabItems: any[];
|
|
12
|
-
color: any;
|
|
13
|
-
color2: any;
|
|
14
|
-
/** 工作台跳转过来的进行筛选的单据状态 */
|
|
15
|
-
flowStat: number[];
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export class TWtuiTodoResponseWithPara implements IWtuiTodoResponseWithPara {
|
|
19
|
-
todoName: string = "";
|
|
20
|
-
renameTo: string = "";
|
|
21
|
-
tab: string = "";
|
|
22
|
-
searchType: string = "";
|
|
23
|
-
toPath: string = "";
|
|
24
|
-
viewPara: string = "";
|
|
25
|
-
title: string = "";
|
|
26
|
-
metaData: string = "";
|
|
27
|
-
menuUUID: string = "";
|
|
28
|
-
tabItems: any[] = [];
|
|
29
|
-
color: any;
|
|
30
|
-
color2: any;
|
|
31
|
-
flowStat: number[] = [];
|
|
32
|
-
}
|