@kengic/vue 0.30.1-beta.93 → 0.30.1-beta.95
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/api/WMS/Controllers/DescriptionController/List.ts +84 -0
- package/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.ts +21 -0
- package/api/WMS/Controllers/DescriptionController/index.ts +2 -0
- package/api/WMS/Controllers/SqlClientController/Execute.ts +21 -0
- package/api/WMS/Controllers/SqlClientController/ExecutePage.ts +21 -0
- package/api/WMS/Controllers/SqlClientController/index.ts +2 -0
- package/api/WMS/Controllers/SysPermissionController/List.ts +117 -0
- package/api/WMS/Controllers/SysPermissionController/index.ts +1 -0
- package/api/WMS/Controllers/VarConfigDescriptionController/Add.ts +21 -0
- package/api/WMS/Controllers/VarConfigDescriptionController/ListByFormId.ts +21 -0
- package/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.ts +36 -0
- package/api/WMS/Controllers/VarConfigPossibilityController/index.ts +1 -0
- package/api/WMS/Controllers/VarController/GetAll.ts +21 -0
- package/api/WMS/Controllers/VarController/index.ts +1 -0
- package/api/WMS/Controllers/VarDdaController/Create.ts +21 -0
- package/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.ts +21 -0
- package/api/WMS/Controllers/VarDdaController/ValidateCopySql.ts +21 -0
- package/api/WMS/Controllers/VarDdaController/ValidateCreateSql.ts +21 -0
- package/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.ts +21 -0
- package/api/WMS/Controllers/VarDdaController/ValidateFrmId.ts +21 -0
- package/api/WMS/Controllers/VarDdaController/ValidateSearchSql.ts +21 -0
- package/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.ts +21 -0
- package/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.ts +21 -0
- package/api/WMS/Controllers/VarDdaController/index.ts +9 -0
- package/api/WMS/Controllers/VarGridMasterController/QueryByID.ts +36 -0
- package/api/WMS/Controllers/VarGridMasterController/Update.ts +21 -0
- package/api/WMS/Controllers/VarGridMasterController/index.ts +2 -0
- package/api/WMS/Controllers/VarProfileMasterController/QueryByID.ts +36 -0
- package/api/WMS/Controllers/VarProfileMasterController/index.ts +1 -0
- package/api/WMS/Controllers/VarVariableController/Delete.ts +21 -0
- package/api/WMS/Controllers/VarVariableController/index.ts +1 -0
- package/api/WMS/Controllers/WarehouseController/ListVO.ts +45 -0
- package/api/WMS/Controllers/WorkstationController/List.ts +45 -0
- package/api/WMS/Controllers/WorkstationController/index.ts +1 -0
- package/api/WMS/index.ts +2 -0
- package/api/WMS/models.ts +2113 -0
- package/api/api.ts +1 -0
- package/api/def.ts +1 -0
- package/api/index.ts +2 -0
- package/asset/ant.less +678 -0
- package/asset/element-plus.css +112 -0
- package/asset/flag/cs_CZ.png +0 -0
- package/asset/flag/en.png +0 -0
- package/asset/flag/es_ES.png +0 -0
- package/asset/flag/fr_FR.png +0 -0
- package/asset/flag/km_KH.png +0 -0
- package/asset/flag/ko_KR.png +0 -0
- package/asset/flag/vi_VN.png +0 -0
- package/asset/flag/zh_CN.png +0 -0
- package/asset/images/warehouse.000000.svg +9 -0
- package/asset/images/warehouse.1890ff.svg +9 -0
- package/asset/index.less +347 -0
- package/asset/jeecg.less +382 -0
- package/asset/var.less +3 -0
- package/asset/vxe.less +51 -0
- package/bin/bin.mjs +57 -0
- package/bin/postinstall.mjs +69 -0
- package/component/KgAppSelect/KgAppSelect.event.ts +52 -0
- package/component/KgAppSelect/KgAppSelect.hooks.ts +50 -0
- package/component/KgAppSelect/KgAppSelect.less +30 -0
- package/component/KgAppSelect/KgAppSelect.store.ts +162 -0
- package/component/KgAppSelect/KgAppSelect.tsx +60 -0
- package/component/KgAppSelect/index.ts +4 -0
- package/component/KgButton/KgButton.Copy.tsx +143 -0
- package/component/KgButton/KgButton.Create.tsx +208 -0
- package/component/KgButton/KgButton.Delete.tsx +156 -0
- package/component/KgButton/KgButton.Export.tsx +294 -0
- package/component/KgButton/KgButton.Import.tsx +247 -0
- package/component/KgButton/KgButton.ImportTemplate.tsx +214 -0
- package/component/KgButton/KgButton.Item.tsx +128 -0
- package/component/KgButton/KgButton.Other.tsx +292 -0
- package/component/KgButton/KgButton.Search.tsx +146 -0
- package/component/KgButton/KgButton.Update.tsx +210 -0
- package/component/KgButton/KgButton.event.ts +157 -0
- package/component/KgButton/KgButton.hooks.ts +117 -0
- package/component/KgButton/KgButton.less +187 -0
- package/component/KgButton/KgButton.model.tsx +39 -0
- package/component/KgButton/KgButton.store.ts +333 -0
- package/component/KgButton/KgButton.tsx +221 -0
- package/component/KgCanvas/KgCanvas.ContextMenu.tsx +181 -0
- package/component/KgCanvas/KgCanvas.ToolbarButton.Fullscreen.tsx +80 -0
- package/component/KgCanvas/KgCanvas.ToolbarButton.Mode.tsx +68 -0
- package/component/KgCanvas/KgCanvas.ToolbarButton.OverviewScale.tsx +66 -0
- package/component/KgCanvas/KgCanvas.Tooltip.tsx +118 -0
- package/component/KgCanvas/KgCanvas.css +128 -0
- package/component/KgCanvas/KgCanvas.event.ts +380 -0
- package/component/KgCanvas/KgCanvas.hooks.ts +181 -0
- package/component/KgCanvas/KgCanvas.model.ts +31 -0
- package/component/KgCanvas/KgCanvas.service.tsx +116 -0
- package/component/KgCanvas/KgCanvas.store.ts +68 -0
- package/component/KgCanvas/KgCanvas.tsx +632 -0
- package/component/KgCanvas/index.ts +5 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.tsx +107 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.tsx +3053 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.tsx +606 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.tsx +71 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.tsx +50 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.tsx +169 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.tsx +30 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.tsx +672 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.css +510 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.ts +78 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.ts +161 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.tsx +744 -0
- package/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.tsx +171 -0
- package/component/KgCircularShuttleMonitor/index.ts +4 -0
- package/component/KgForm/KgForm.event.ts +328 -0
- package/component/KgForm/KgForm.hooks.ts +158 -0
- package/component/KgForm/KgForm.less +0 -0
- package/component/KgForm/KgForm.store.ts +36 -0
- package/component/KgForm/KgForm.tsx +61 -0
- package/component/KgForm/index.ts +10 -0
- package/component/KgForm.Item/KgForm.Item.Addon.DynamicQueryOperator.tsx +88 -0
- package/component/KgForm.Item/KgForm.Item.Addon.Lookup.Modal.tsx +191 -0
- package/component/KgForm.Item/KgForm.Item.Addon.Lookup.tsx +76 -0
- package/component/KgForm.Item/KgForm.Item.Checkbox.tsx +61 -0
- package/component/KgForm.Item/KgForm.Item.CheckboxGroup.tsx +176 -0
- package/component/KgForm.Item/KgForm.Item.Date.tsx +88 -0
- package/component/KgForm.Item/KgForm.Item.DateRange.tsx +110 -0
- package/component/KgForm.Item/KgForm.Item.Image.tsx +35 -0
- package/component/KgForm.Item/KgForm.Item.Input.tsx +72 -0
- package/component/KgForm.Item/KgForm.Item.InputNumber.tsx +68 -0
- package/component/KgForm.Item/KgForm.Item.InputPassword.tsx +72 -0
- package/component/KgForm.Item/KgForm.Item.Link.tsx +37 -0
- package/component/KgForm.Item/KgForm.Item.RadioGroup.tsx +91 -0
- package/component/KgForm.Item/KgForm.Item.Select.service.tsx +317 -0
- package/component/KgForm.Item/KgForm.Item.Select.tsx +236 -0
- package/component/KgForm.Item/KgForm.Item.Switch.tsx +49 -0
- package/component/KgForm.Item/KgForm.Item.TextArea.tsx +99 -0
- package/component/KgForm.Item/KgForm.Item.less +476 -0
- package/component/KgForm.Item/KgForm.Item.model.ts +129 -0
- package/component/KgForm.Item/KgForm.Item.service.tsx +479 -0
- package/component/KgForm.Item/KgForm.Item.tsx +642 -0
- package/component/KgImage/KgImage.less +12 -0
- package/component/KgImage/KgImage.tsx +73 -0
- package/component/KgLayoutHeader/KgLayoutHeader.Locale.tsx +118 -0
- package/component/KgLayoutHeader/KgLayoutHeader.hooks.ts +31 -0
- package/component/KgLayoutHeader/KgLayoutHeader.less +14 -0
- package/component/KgLayoutHeader/index.ts +3 -0
- package/component/KgModal/KgModal.css +234 -0
- package/component/KgModal/KgModal.model.ts +9 -0
- package/component/KgModal/KgModal.service.ts +560 -0
- package/component/KgModal/KgModal.tsx +207 -0
- package/component/KgModal/KgModalHeaderButtons.tsx +130 -0
- package/component/KgModal02/KgModal02.css +11 -0
- package/component/KgModal02/KgModal02.model.ts +1 -0
- package/component/KgModal02/KgModal02.tsx +93 -0
- package/component/KgProgressA/KgProgressA.less +35 -0
- package/component/KgProgressA/KgProgressA.tsx +90 -0
- package/component/KgResizable/KgResizable.less +114 -0
- package/component/KgResizable/KgResizable.service.tsx +41 -0
- package/component/KgResizable/KgResizable.tsx +239 -0
- package/component/KgSearch/KgSearch.event.ts +78 -0
- package/component/KgSearch/KgSearch.hooks.ts +160 -0
- package/component/KgSearch/KgSearch.less +251 -0
- package/component/KgSearch/KgSearch.service.tsx +236 -0
- package/component/KgSearch/KgSearch.store.ts +609 -0
- package/component/KgSearch/KgSearch.tsx +506 -0
- package/component/KgSearch/index.ts +4 -0
- package/component/KgSimulator/KgSimulator.Canvas.Title.tsx +71 -0
- package/component/KgSimulator/KgSimulator.Canvas.service.tsx +3403 -0
- package/component/KgSimulator/KgSimulator.Canvas.tsx +1105 -0
- package/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.tsx +258 -0
- package/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.tsx +214 -0
- package/component/KgSimulator/KgSimulator.Menu.tsx +446 -0
- package/component/KgSimulator/KgSimulator.Panel.Prefab.tsx +87 -0
- package/component/KgSimulator/KgSimulator.Panel.Property.tsx +1120 -0
- package/component/KgSimulator/KgSimulator.Panel.Scene.tsx +819 -0
- package/component/KgSimulator/KgSimulator.Panel.tsx +149 -0
- package/component/KgSimulator/KgSimulator.Prefab.tsx +142 -0
- package/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.tsx +44 -0
- package/component/KgSimulator/KgSimulator.ToolbarButton.Property.tsx +40 -0
- package/component/KgSimulator/KgSimulator.ToolbarButton.Scene.tsx +40 -0
- package/component/KgSimulator/KgSimulator.ToolbarButton.tsx +130 -0
- package/component/KgSimulator/KgSimulator.css +610 -0
- package/component/KgSimulator/KgSimulator.event.ts +197 -0
- package/component/KgSimulator/KgSimulator.hooks.ts +237 -0
- package/component/KgSimulator/KgSimulator.icons.tsx +148 -0
- package/component/KgSimulator/KgSimulator.model.ts +2629 -0
- package/component/KgSimulator/KgSimulator.store.tsx +1192 -0
- package/component/KgSimulator/KgSimulator.tsx +235 -0
- package/component/KgSimulator/KgSimulator.utils.ts +30 -0
- package/component/KgSimulator/index.ts +4 -0
- package/component/KgSubmit/KgSubmit.event.ts +272 -0
- package/component/KgSubmit/KgSubmit.hooks.ts +662 -0
- package/component/KgSubmit/KgSubmit.less +174 -0
- package/component/KgSubmit/KgSubmit.model.ts +82 -0
- package/component/KgSubmit/KgSubmit.service.tsx +368 -0
- package/component/KgSubmit/KgSubmit.store.ts +568 -0
- package/component/KgSubmit/KgSubmit.tsx +1132 -0
- package/component/KgSubmit/index.ts +5 -0
- package/component/KgTable/KgTable.BodyCell.tsx +475 -0
- package/component/KgTable/KgTable.HeadCell.tsx +333 -0
- package/component/KgTable/KgTable.Info.tsx +133 -0
- package/component/KgTable/KgTable.Setting.VarGridMaster.SaveAs.tsx +63 -0
- package/component/KgTable/KgTable.Setting.service.tsx +285 -0
- package/component/KgTable/KgTable.Setting.tsx +377 -0
- package/component/KgTable/KgTable.event.ts +206 -0
- package/component/KgTable/KgTable.hooks.ts +235 -0
- package/component/KgTable/KgTable.less +912 -0
- package/component/KgTable/KgTable.model.ts +73 -0
- package/component/KgTable/KgTable.service.tsx +781 -0
- package/component/KgTable/KgTable.store.ts +390 -0
- package/component/KgTable/KgTable.tsx +1105 -0
- package/component/KgTable/index.ts +5 -0
- package/component/KgTable02/KgTable02.BodyCell.tsx +407 -0
- package/component/KgTable02/KgTable02.css +199 -0
- package/component/KgTable02/KgTable02.event.ts +224 -0
- package/component/KgTable02/KgTable02.hooks.ts +111 -0
- package/component/KgTable02/KgTable02.store.ts +186 -0
- package/component/KgTable02/KgTable02.tsx +865 -0
- package/component/KgTable02/index.ts +5 -0
- package/component/KgVar/KgVar.Factory.tsx +146 -0
- package/component/KgVar/KgVar.css +125 -0
- package/component/KgVar/KgVar.event.ts +122 -0
- package/component/KgVar/KgVar.hooks.ts +543 -0
- package/component/KgVar/KgVar.model.ts +86 -0
- package/component/KgVar/KgVar.store.ts +2966 -0
- package/component/KgVar/KgVar.tsx +276 -0
- package/component/KgVar/index.ts +6 -0
- package/component/KgVarConfig/KgVarConfig.hooks.ts +19 -0
- package/component/KgVarConfig/KgVarConfig.less +499 -0
- package/component/KgVarConfig/KgVarConfig.model.ts +56 -0
- package/component/KgVarConfig/KgVarConfig.store.ts +29 -0
- package/component/KgVarConfig/KgVarConfig.tsx +139 -0
- package/component/KgVarConfig/components/KgVarConfig.SelectFormIdModal.tsx +138 -0
- package/component/KgVarConfig/components/KgVarConfigModal.tsx +228 -0
- package/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButton.tsx +647 -0
- package/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButtonConfig.tsx +64 -0
- package/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.tsx +44 -0
- package/component/KgVarConfig/components/child/KgVarConfig.Modal.Child.tsx +265 -0
- package/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileConfig.tsx +64 -0
- package/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.tsx +408 -0
- package/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.tsx +399 -0
- package/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.tsx +44 -0
- package/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.tsx +336 -0
- package/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.tsx +165 -0
- package/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.tsx +44 -0
- package/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridConfig.tsx +209 -0
- package/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.tsx +567 -0
- package/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.tsx +398 -0
- package/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.tsx +44 -0
- package/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigControl.tsx +162 -0
- package/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigDescription.tsx +119 -0
- package/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigInput.tsx +322 -0
- package/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigLookup.tsx +222 -0
- package/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigPossibility.tsx +194 -0
- package/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigTip.tsx +134 -0
- package/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarVariable.tsx +129 -0
- package/component/KgVarConfig/index.ts +6 -0
- package/component/KgWarehouse/KgWarehouse.event.ts +63 -0
- package/component/KgWarehouse/KgWarehouse.guard.ts +77 -0
- package/component/KgWarehouse/KgWarehouse.hooks.ts +92 -0
- package/component/KgWarehouse/KgWarehouse.less +78 -0
- package/component/KgWarehouse/KgWarehouse.store.ts +135 -0
- package/component/KgWarehouse/KgWarehouse.tsx +321 -0
- package/component/KgWarehouse/index.ts +5 -0
- package/component/KgWorkStation/KgWorkStation.css +8 -0
- package/component/KgWorkStation/KgWorkStation.event.ts +54 -0
- package/component/KgWorkStation/KgWorkStation.hooks.ts +59 -0
- package/component/KgWorkStation/KgWorkStation.store.ts +144 -0
- package/component/KgWorkStation/KgWorkStation.tsx +254 -0
- package/component/KgYesOrNo/KgYesOrNo.less +3 -0
- package/component/KgYesOrNo/KgYesOrNo.tsx +50 -0
- package/component/index.ts +23 -0
- package/config/config.hooks.ts +32 -0
- package/config/config.store.ts +705 -0
- package/config/index.ts +347 -0
- package/i18n/cs_CZ.ts +1 -0
- package/i18n/en.ts +236 -0
- package/i18n/es_ES.ts +1 -0
- package/i18n/fr_FR.ts +1 -0
- package/i18n/i18n.setup.ts +61 -0
- package/i18n/index.ts +23 -0
- package/i18n/km_KH.ts +1 -0
- package/i18n/ko_KR.ts +1 -0
- package/i18n/vi_VN.ts +1 -0
- package/i18n/zh_CN.ts +237 -0
- package/index.ts +15 -0
- package/model/index.ts +1695 -0
- package/package.json +6 -50
- package/page/KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.tsx +13 -0
- package/page/KgPageDda/KgPageDda.css +0 -0
- package/page/KgPageDda/KgPageDda.tsx +140 -0
- package/page/KgPageDda/components/KgPageDda.Create.Basic.SqlModal.tsx +65 -0
- package/page/KgPageDda/components/KgPageDda.Create.Basic.tsx +219 -0
- package/page/KgPageDda/components/KgPageDda.Create.Button.tsx +427 -0
- package/page/KgPageDda/components/KgPageDda.Create.Menu.tsx +148 -0
- package/page/KgPageDda/components/KgPageDda.Create.Search.tsx +371 -0
- package/page/KgPageDda/components/KgPageDda.Create.Submit.tsx +362 -0
- package/page/KgPageDda/components/KgPageDda.Create.Table.tsx +372 -0
- package/page/KgPageDda/components/KgPageDda.Create.less +362 -0
- package/page/KgPageDda/components/KgPageDda.Create.store.ts +437 -0
- package/page/KgPageDda/components/KgPageDda.Create.tsx +330 -0
- package/page/KgPageDda/index.ts +4 -0
- package/page/KgPageSqlClient/KgPageSqlClient.tsx +14 -0
- package/page/KgPageSqlClient/components/KgSqlClient.Editor.tsx +84 -0
- package/page/KgPageSqlClient/components/KgSqlClient.ResultTab.tsx +145 -0
- package/page/KgPageSqlClient/components/KgSqlClient.Toolbar.Top.tsx +132 -0
- package/page/KgPageSqlClient/components/KgSqlClient.css +171 -0
- package/page/KgPageSqlClient/components/KgSqlClient.tsx +110 -0
- package/page/index.ts +55 -0
- package/project/build/generate/generateModifyVars.ts +40 -0
- package/project/index.ts +2 -0
- package/project/src/api/sys/menu.ts +37 -0
- package/project/src/api/sys/model/menuModel.ts +17 -0
- package/project/src/api/sys/model/userModel.ts +58 -0
- package/project/src/components/Application/src/useAppContext.ts +17 -0
- package/project/src/components/index.ts +3 -0
- package/project/src/enums/CompTypeEnum.ts +32 -0
- package/project/src/enums/DateTypeEnum.ts +8 -0
- package/project/src/enums/appEnum.ts +58 -0
- package/project/src/enums/breakpointEnum.ts +28 -0
- package/project/src/enums/cacheEnum.ts +39 -0
- package/project/src/enums/exceptionEnum.ts +27 -0
- package/project/src/enums/httpEnum.ts +50 -0
- package/project/src/enums/jeecgEnum.ts +23 -0
- package/project/src/enums/menuEnum.ts +50 -0
- package/project/src/enums/pageEnum.ts +19 -0
- package/project/src/enums/roleEnum.ts +7 -0
- package/project/src/enums/sizeEnum.ts +27 -0
- package/project/src/hooks/component/useFormItem.ts +44 -0
- package/project/src/hooks/component/usePageContext.ts +18 -0
- package/project/src/hooks/core/onMountedOrActivated.ts +18 -0
- package/project/src/hooks/core/useAttrs.ts +41 -0
- package/project/src/hooks/core/useContext.ts +30 -0
- package/project/src/hooks/core/useRefs.ts +16 -0
- package/project/src/hooks/core/useTimeout.ts +45 -0
- package/project/src/hooks/event/useBreakpoint.ts +89 -0
- package/project/src/hooks/event/useEventListener.ts +52 -0
- package/project/src/hooks/event/useIntersectionObserver.ts +42 -0
- package/project/src/hooks/event/useScrollTo.ts +59 -0
- package/project/src/hooks/event/useWindowSizeFn.ts +36 -0
- package/project/src/hooks/index.ts +26 -0
- package/project/src/hooks/jeecg/useAdaptiveWidth.ts +82 -0
- package/project/src/hooks/setting/index.ts +27 -0
- package/project/src/hooks/web/useAppInject.ts +10 -0
- package/project/src/hooks/web/useContentHeight.ts +175 -0
- package/project/src/hooks/web/useCopyToClipboard.ts +70 -0
- package/project/src/hooks/web/useDesign.ts +10 -0
- package/project/src/hooks/web/usePage.ts +87 -0
- package/project/src/hooks/web/usePagination.ts +31 -0
- package/project/src/hooks/web/useWebSocket.ts +95 -0
- package/project/src/layouts/default/content/useContentContext.ts +17 -0
- package/project/src/layouts/default/content/useContentViewHeight.ts +42 -0
- package/project/src/locales/helper.ts +36 -0
- package/project/src/locales/setupI18n.ts +43 -0
- package/project/src/locales/useLocale.ts +77 -0
- package/project/src/router/constant2.ts +5 -0
- package/project/src/router/types.ts +73 -0
- package/project/src/settings/componentSetting.ts +88 -0
- package/project/src/settings/designSetting.ts +14 -0
- package/project/src/settings/encryptionSetting.ts +11 -0
- package/project/src/settings/projectSetting.ts +194 -0
- package/project/src/store/modules/locale.ts +49 -0
- package/project/src/utils/auth/index.ts +42 -0
- package/project/src/utils/bem.ts +45 -0
- package/project/src/utils/cache/index.ts +31 -0
- package/project/src/utils/cache/memory.ts +99 -0
- package/project/src/utils/cache/persistent.ts +132 -0
- package/project/src/utils/cache/storageCache.ts +102 -0
- package/project/src/utils/cipher.ts +54 -0
- package/project/src/utils/color.ts +93 -0
- package/project/src/utils/common/compUtils.ts +292 -0
- package/project/src/utils/common/functionUtils.ts +14 -0
- package/project/src/utils/dateUtil.ts +14 -0
- package/project/src/utils/domUtils.ts +158 -0
- package/project/src/utils/encryption/signMd5Utils.ts +122 -0
- package/project/src/utils/env.ts +40 -0
- package/project/src/utils/event/index.ts +39 -0
- package/project/src/utils/factory/createAsyncComponent.tsx +50 -0
- package/project/src/utils/file/base64Conver.ts +15 -0
- package/project/src/utils/file/download.ts +37 -0
- package/project/src/utils/helper/treeHelper.ts +145 -0
- package/project/src/utils/helper/tsxHelper.ts +35 -0
- package/project/src/utils/index.index.ts +158 -0
- package/project/src/utils/is.ts +85 -0
- package/project/src/utils/mitt.ts +101 -0
- package/project/src/utils/propTypes.ts +34 -0
- package/project/src/utils/props.ts +139 -0
- package/project/src/utils/uuid.ts +29 -0
- package/project/types/axios.ts +57 -0
- package/project/types/config.ts +180 -0
- package/project/types/global.d.ts +191 -0
- package/project/types/store.ts +60 -0
- package/project/types/utils.ts +5 -0
- package/service/http-client.ts +257 -0
- package/tsconfig.json +26 -0
- package/type/env.d.ts +7 -0
- package/type/index.d.ts +1 -0
- package/util/ant-design-vue.ts +146 -0
- package/util/event.util.ts +24 -0
- package/util/kg-auth.util.ts +16 -0
- package/util/kg-route.util.ts +25 -0
- package/util/kg.util.tsx +2997 -0
- package/util/tsx.helper.tsx +45 -0
- package/CHANGELOG.md +0 -470
- package/README.md +0 -10
- package/dist/aim-outlined.8be465fa.js +0 -8
- package/dist/align-left-outlined.ee632796.js +0 -8
- package/dist/audit-outlined.781e31ad.js +0 -8
- package/dist/bubble-loading.522952db.js +0 -8
- package/dist/bulb-outlined.2d215f6a.js +0 -8
- package/dist/card-text-outline.c67fe9b0.js +0 -8
- package/dist/caret-down-outlined.e4d248cf.js +0 -8
- package/dist/caret-left-outlined.eb88958a.js +0 -8
- package/dist/caret-right-filled.8406b615.js +0 -8
- package/dist/caret-right-outlined-Btgsw6a_.8d73a8ce.js +0 -8
- package/dist/caret-right-outlined.13f0437e.js +0 -8
- package/dist/caret-up-outlined.1f3edb5a.js +0 -8
- package/dist/check-box-outline-blank.70caa3f6.js +0 -8
- package/dist/check-circle-outlined.cf474a93.js +0 -8
- package/dist/check-outlined.072d2799.js +0 -8
- package/dist/check-square-outlined.d6ee2906.js +0 -8
- package/dist/checkbox-indeterminate.fcdf05cd.js +0 -8
- package/dist/clock-circle-outline.a1b2fa84.js +0 -8
- package/dist/close-circle-outlined.3536c9d2.js +0 -8
- package/dist/close-outlined-DMcSQWxQ.7bdcf1f6.js +0 -8
- package/dist/close-outlined.0c84332a.js +0 -8
- package/dist/collapse-all-rounded.292dc0a0.js +0 -8
- package/dist/control-outlined.359a8e35.js +0 -8
- package/dist/copy-filled.8517d337.js +0 -8
- package/dist/copy-outlined.54c22455.js +0 -8
- package/dist/delete-outlined.e78c0025.js +0 -8
- package/dist/delete-twotone.0ab9d2d3.js +0 -8
- package/dist/double-right-outlined.48d81b78.js +0 -8
- package/dist/down-circle-outlined.c3084eb9.js +0 -8
- package/dist/download-outlined.8cc0ac49.js +0 -8
- package/dist/edit-outlined.857298ee.js +0 -8
- package/dist/edit-twotone.8ba032c1.js +0 -8
- package/dist/email-resend-outline.4be09b5b.js +0 -8
- package/dist/exception-outlined.0f2f32b0.js +0 -8
- package/dist/exclamation-circle-outlined-DZrXCnvM.fa85c27a.js +0 -8
- package/dist/expand-all-rounded.b3e78f03.js +0 -8
- package/dist/eye-invisible-outlined.93c0e26a.js +0 -8
- package/dist/eye-outlined.5a39428d.js +0 -8
- package/dist/file-text-outline.dc8a65d4.js +0 -8
- package/dist/fit-screen-outline.95d53475.js +0 -8
- package/dist/fullscreen-exit-outlined-X1iYkFc4.3d1bb4fa.js +0 -8
- package/dist/fullscreen-exit-outlined.ccc55444.js +0 -8
- package/dist/fullscreen-outlined-DDBrsRcy.8717f483.js +0 -8
- package/dist/fullscreen-outlined.3e35f75c.js +0 -8
- package/dist/holder-outlined.600a14da.js +0 -8
- package/dist/index.css +0 -1
- package/dist/info-circle-outlined.8b702321.js +0 -8
- package/dist/kengic-vue.js +0 -224256
- package/dist/key-return-thin.fc57598b.js +0 -8
- package/dist/loading-outlined.999ab961.js +0 -8
- package/dist/more-outlined.157f121f.js +0 -8
- package/dist/one-to-one-outlined.662b0e19.js +0 -8
- package/dist/palette-swatch-variant.94119315.js +0 -8
- package/dist/partition-outlined.2c502e5b.js +0 -8
- package/dist/pause-circle-outlined.d2dbdc49.js +0 -8
- package/dist/pause-outlined.b8620b52.js +0 -8
- package/dist/pause-rounded.efb30fb7.js +0 -8
- package/dist/play-arrow-rounded.48af961c.js +0 -8
- package/dist/plus-outlined.e8976815.js +0 -8
- package/dist/printer-outlined.0a73a541.js +0 -8
- package/dist/profile-outlined.d62d905d.js +0 -8
- package/dist/project/build/generate/generateModifyVars.ts +0 -39
- package/dist/project/index.ts +0 -1
- package/dist/project/types/global.d.ts +0 -184
- package/dist/release-gate-check.de715b77.js +0 -8
- package/dist/reload-outlined.74a96cc7.js +0 -8
- package/dist/retweet-outlined.f7de37cb.js +0 -8
- package/dist/save-as-outline-rounded.64127f32.js +0 -8
- package/dist/save-outline-rounded.850abfe6.js +0 -8
- package/dist/search-outlined-Od1M_oxf.53b3f0ed.js +0 -8
- package/dist/search-outlined.05c83047.js +0 -8
- package/dist/setting-outlined.27b6b889.js +0 -8
- package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +0 -51
- package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/DescriptionController/index.d.ts +0 -2
- package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/SqlClientController/index.d.ts +0 -2
- package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +0 -73
- package/dist/src/api/WMS/Controllers/SysPermissionController/index.d.ts +0 -1
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/ListByFormId.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +0 -18
- package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/index.d.ts +0 -1
- package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarController/index.d.ts +0 -1
- package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarDdaController/index.d.ts +0 -9
- package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +0 -19
- package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarGridMasterController/index.d.ts +0 -2
- package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +0 -19
- package/dist/src/api/WMS/Controllers/VarProfileMasterController/index.d.ts +0 -1
- package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +0 -16
- package/dist/src/api/WMS/Controllers/VarVariableController/index.d.ts +0 -1
- package/dist/src/api/WMS/Controllers/WarehouseController/ListVO.d.ts +0 -25
- package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +0 -25
- package/dist/src/api/WMS/Controllers/WorkstationController/index.d.ts +0 -1
- package/dist/src/api/WMS/index.d.ts +0 -2
- package/dist/src/api/WMS/models.d.ts +0 -1128
- package/dist/src/api/api.d.ts +0 -1
- package/dist/src/api/def.d.ts +0 -1
- package/dist/src/api/index.d.ts +0 -2
- package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +0 -46
- package/dist/src/component/KgAppSelect/KgAppSelect.event.d.ts +0 -31
- package/dist/src/component/KgAppSelect/KgAppSelect.hooks.d.ts +0 -18
- package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +0 -33
- package/dist/src/component/KgAppSelect/index.d.ts +0 -3
- package/dist/src/component/KgButton/KgButton.Copy.d.ts +0 -40
- package/dist/src/component/KgButton/KgButton.Create.d.ts +0 -40
- package/dist/src/component/KgButton/KgButton.Delete.d.ts +0 -40
- package/dist/src/component/KgButton/KgButton.Export.d.ts +0 -40
- package/dist/src/component/KgButton/KgButton.Import.d.ts +0 -40
- package/dist/src/component/KgButton/KgButton.ImportTemplate.d.ts +0 -40
- package/dist/src/component/KgButton/KgButton.Item.d.ts +0 -39
- package/dist/src/component/KgButton/KgButton.Other.d.ts +0 -40
- package/dist/src/component/KgButton/KgButton.Search.d.ts +0 -40
- package/dist/src/component/KgButton/KgButton.Update.d.ts +0 -40
- package/dist/src/component/KgButton/KgButton.d.ts +0 -39
- package/dist/src/component/KgButton/KgButton.event.d.ts +0 -81
- package/dist/src/component/KgButton/KgButton.hooks.d.ts +0 -67
- package/dist/src/component/KgButton/KgButton.model.d.ts +0 -31
- package/dist/src/component/KgButton/KgButton.store.d.ts +0 -92
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +0 -100
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Fullscreen.d.ts +0 -37
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +0 -7
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.OverviewScale.d.ts +0 -37
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +0 -27
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +0 -232
- package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +0 -216
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +0 -100
- package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +0 -27
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +0 -17
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +0 -9
- package/dist/src/component/KgCanvas/index.d.ts +0 -4
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +0 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +0 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts +0 -63
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +0 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +0 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +0 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +0 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts +0 -33
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +0 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +0 -29
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts +0 -127
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +0 -354
- package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +0 -3
- package/dist/src/component/KgForm/KgForm.d.ts +0 -413
- package/dist/src/component/KgForm/KgForm.event.d.ts +0 -202
- package/dist/src/component/KgForm/KgForm.hooks.d.ts +0 -92
- package/dist/src/component/KgForm/KgForm.store.d.ts +0 -23
- package/dist/src/component/KgForm/index.d.ts +0 -4
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.DynamicQueryOperator.d.ts +0 -49
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.Lookup.Modal.d.ts +0 -16
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.Lookup.d.ts +0 -31
- package/dist/src/component/KgForm.Item/KgForm.Item.Checkbox.d.ts +0 -98
- package/dist/src/component/KgForm.Item/KgForm.Item.CheckboxGroup.d.ts +0 -95
- package/dist/src/component/KgForm.Item/KgForm.Item.Date.d.ts +0 -95
- package/dist/src/component/KgForm.Item/KgForm.Item.DateRange.d.ts +0 -95
- package/dist/src/component/KgForm.Item/KgForm.Item.Image.d.ts +0 -90
- package/dist/src/component/KgForm.Item/KgForm.Item.Input.d.ts +0 -94
- package/dist/src/component/KgForm.Item/KgForm.Item.InputNumber.d.ts +0 -94
- package/dist/src/component/KgForm.Item/KgForm.Item.InputPassword.d.ts +0 -94
- package/dist/src/component/KgForm.Item/KgForm.Item.Link.d.ts +0 -93
- package/dist/src/component/KgForm.Item/KgForm.Item.RadioGroup.d.ts +0 -96
- package/dist/src/component/KgForm.Item/KgForm.Item.Select.d.ts +0 -95
- package/dist/src/component/KgForm.Item/KgForm.Item.Select.service.d.ts +0 -28
- package/dist/src/component/KgForm.Item/KgForm.Item.Switch.d.ts +0 -94
- package/dist/src/component/KgForm.Item/KgForm.Item.TextArea.d.ts +0 -94
- package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +0 -95
- package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +0 -111
- package/dist/src/component/KgForm.Item/KgForm.Item.service.d.ts +0 -17
- package/dist/src/component/KgImage/KgImage.d.ts +0 -100
- package/dist/src/component/KgLayoutHeader/KgLayoutHeader.Locale.d.ts +0 -38
- package/dist/src/component/KgLayoutHeader/KgLayoutHeader.hooks.d.ts +0 -4
- package/dist/src/component/KgLayoutHeader/index.d.ts +0 -2
- package/dist/src/component/KgModal/KgModal.d.ts +0 -817
- package/dist/src/component/KgModal/KgModal.model.d.ts +0 -8
- package/dist/src/component/KgModal/KgModal.service.d.ts +0 -37
- package/dist/src/component/KgModal/KgModalHeaderButtons.d.ts +0 -92
- package/dist/src/component/KgModal02/KgModal02.d.ts +0 -470
- package/dist/src/component/KgModal02/KgModal02.model.d.ts +0 -1
- package/dist/src/component/KgProgressA/KgProgressA.d.ts +0 -85
- package/dist/src/component/KgResizable/KgResizable.d.ts +0 -119
- package/dist/src/component/KgResizable/KgResizable.service.d.ts +0 -12
- package/dist/src/component/KgSearch/KgSearch.d.ts +0 -26
- package/dist/src/component/KgSearch/KgSearch.event.d.ts +0 -31
- package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +0 -72
- package/dist/src/component/KgSearch/KgSearch.service.d.ts +0 -32
- package/dist/src/component/KgSearch/KgSearch.store.d.ts +0 -103
- package/dist/src/component/KgSearch/index.d.ts +0 -3
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +0 -11
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +0 -11
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +0 -80
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +0 -36
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +0 -36
- package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +0 -4
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +0 -4
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +0 -4
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Scene.d.ts +0 -4
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +0 -97
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +0 -108
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +0 -9
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +0 -9
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +0 -9
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +0 -113
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +0 -33
- package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +0 -93
- package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +0 -103
- package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +0 -10
- package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +0 -1502
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +0 -474
- package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +0 -21
- package/dist/src/component/KgSimulator/index.d.ts +0 -3
- package/dist/src/component/KgSubmit/KgSubmit.d.ts +0 -21
- package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +0 -135
- package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +0 -358
- package/dist/src/component/KgSubmit/KgSubmit.model.d.ts +0 -57
- package/dist/src/component/KgSubmit/KgSubmit.service.d.ts +0 -29
- package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +0 -112
- package/dist/src/component/KgSubmit/index.d.ts +0 -4
- package/dist/src/component/KgTable/KgTable.BodyCell.d.ts +0 -60
- package/dist/src/component/KgTable/KgTable.HeadCell.d.ts +0 -51
- package/dist/src/component/KgTable/KgTable.Info.d.ts +0 -57
- package/dist/src/component/KgTable/KgTable.Setting.VarGridMaster.SaveAs.d.ts +0 -4
- package/dist/src/component/KgTable/KgTable.Setting.d.ts +0 -20
- package/dist/src/component/KgTable/KgTable.Setting.service.d.ts +0 -22
- package/dist/src/component/KgTable/KgTable.d.ts +0 -39
- package/dist/src/component/KgTable/KgTable.event.d.ts +0 -111
- package/dist/src/component/KgTable/KgTable.hooks.d.ts +0 -135
- package/dist/src/component/KgTable/KgTable.model.d.ts +0 -65
- package/dist/src/component/KgTable/KgTable.service.d.ts +0 -34
- package/dist/src/component/KgTable/KgTable.store.d.ts +0 -91
- package/dist/src/component/KgTable/index.d.ts +0 -4
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +0 -72
- package/dist/src/component/KgTable02/KgTable02.d.ts +0 -46
- package/dist/src/component/KgTable02/KgTable02.event.d.ts +0 -123
- package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +0 -62
- package/dist/src/component/KgTable02/KgTable02.store.d.ts +0 -62
- package/dist/src/component/KgTable02/index.d.ts +0 -4
- package/dist/src/component/KgVar/KgVar.Factory.d.ts +0 -106
- package/dist/src/component/KgVar/KgVar.d.ts +0 -120
- package/dist/src/component/KgVar/KgVar.event.d.ts +0 -75
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +0 -307
- package/dist/src/component/KgVar/KgVar.model.d.ts +0 -70
- package/dist/src/component/KgVar/KgVar.store.d.ts +0 -269
- package/dist/src/component/KgVar/index.d.ts +0 -5
- package/dist/src/component/KgVarConfig/KgVarConfig.d.ts +0 -3
- package/dist/src/component/KgVarConfig/KgVarConfig.hooks.d.ts +0 -3
- package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -42
- package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +0 -16
- package/dist/src/component/KgVarConfig/components/KgVarConfig.SelectFormIdModal.d.ts +0 -27
- package/dist/src/component/KgVarConfig/components/KgVarConfigModal.d.ts +0 -53
- package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButton.d.ts +0 -7
- package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButtonConfig.d.ts +0 -7
- package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.d.ts +0 -5
- package/dist/src/component/KgVarConfig/components/child/KgVarConfig.Modal.Child.d.ts +0 -7
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts +0 -7
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts +0 -7
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts +0 -17
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.d.ts +0 -5
- package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts +0 -7
- package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts +0 -7
- package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.d.ts +0 -5
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts +0 -7
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts +0 -7
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts +0 -23
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.d.ts +0 -5
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigControl.d.ts +0 -2
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigDescription.d.ts +0 -2
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigInput.d.ts +0 -2
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigLookup.d.ts +0 -2
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigPossibility.d.ts +0 -2
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigTip.d.ts +0 -2
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarVariable.d.ts +0 -2
- package/dist/src/component/KgVarConfig/index.d.ts +0 -3
- package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +0 -50
- package/dist/src/component/KgWarehouse/KgWarehouse.event.d.ts +0 -30
- package/dist/src/component/KgWarehouse/KgWarehouse.guard.d.ts +0 -8
- package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +0 -41
- package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +0 -27
- package/dist/src/component/KgWarehouse/index.d.ts +0 -4
- package/dist/src/component/KgWorkStation/KgWorkStation.d.ts +0 -44
- package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +0 -27
- package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +0 -28
- package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +0 -37
- package/dist/src/component/KgYesOrNo/KgYesOrNo.d.ts +0 -60
- package/dist/src/component/index.d.ts +0 -22
- package/dist/src/config/config.hooks.d.ts +0 -10
- package/dist/src/config/config.store.d.ts +0 -308
- package/dist/src/config/index.d.ts +0 -63
- package/dist/src/i18n/cs_CZ.d.ts +0 -2
- package/dist/src/i18n/en.d.ts +0 -237
- package/dist/src/i18n/es_ES.d.ts +0 -2
- package/dist/src/i18n/fr_FR.d.ts +0 -2
- package/dist/src/i18n/i18n.setup.d.ts +0 -22
- package/dist/src/i18n/index.d.ts +0 -3
- package/dist/src/i18n/km_KH.d.ts +0 -2
- package/dist/src/i18n/ko_KR.d.ts +0 -2
- package/dist/src/i18n/vi_VN.d.ts +0 -2
- package/dist/src/i18n/zh_CN.d.ts +0 -238
- package/dist/src/index.d.ts +0 -12
- package/dist/src/model/index.d.ts +0 -1926
- package/dist/src/page/KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts +0 -11
- package/dist/src/page/KgPageDda/KgPageDda.d.ts +0 -8
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Basic.SqlModal.d.ts +0 -32
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Basic.d.ts +0 -7
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Button.d.ts +0 -7
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Menu.d.ts +0 -7
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Search.d.ts +0 -7
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Submit.d.ts +0 -7
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Table.d.ts +0 -7
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.d.ts +0 -33
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +0 -39
- package/dist/src/page/KgPageDda/index.d.ts +0 -5
- package/dist/src/page/KgPageSqlClient/KgPageSqlClient.d.ts +0 -12
- package/dist/src/page/KgPageSqlClient/components/KgSqlClient.Editor.d.ts +0 -13
- package/dist/src/page/KgPageSqlClient/components/KgSqlClient.ResultTab.d.ts +0 -36
- package/dist/src/page/KgPageSqlClient/components/KgSqlClient.Toolbar.Top.d.ts +0 -7
- package/dist/src/page/KgPageSqlClient/components/KgSqlClient.d.ts +0 -5
- package/dist/src/page/index.d.ts +0 -8
- package/dist/src/project/build/getConfigFileName.d.ts +0 -5
- package/dist/src/project/build/index.d.ts +0 -1
- package/dist/src/project/index.d.ts +0 -3
- package/dist/src/project/src/api/sys/menu.d.ts +0 -4
- package/dist/src/project/src/api/sys/model/menuModel.d.ts +0 -15
- package/dist/src/project/src/api/sys/model/userModel.d.ts +0 -46
- package/dist/src/project/src/components/Application/src/useAppContext.d.ts +0 -9
- package/dist/src/project/src/components/index.d.ts +0 -2
- package/dist/src/project/src/enums/CompTypeEnum.d.ts +0 -19
- package/dist/src/project/src/enums/DateTypeEnum.d.ts +0 -8
- package/dist/src/project/src/enums/appEnum.d.ts +0 -40
- package/dist/src/project/src/enums/breakpointEnum.d.ts +0 -18
- package/dist/src/project/src/enums/cacheEnum.d.ts +0 -18
- package/dist/src/project/src/enums/exceptionEnum.d.ts +0 -17
- package/dist/src/project/src/enums/httpEnum.d.ts +0 -38
- package/dist/src/project/src/enums/jeecgEnum.d.ts +0 -16
- package/dist/src/project/src/enums/menuEnum.d.ts +0 -35
- package/dist/src/project/src/enums/pageEnum.d.ts +0 -14
- package/dist/src/project/src/enums/roleEnum.d.ts +0 -4
- package/dist/src/project/src/enums/sizeEnum.d.ts +0 -18
- package/dist/src/project/src/hooks/component/useFormItem.d.ts +0 -2
- package/dist/src/project/src/hooks/component/usePageContext.d.ts +0 -10
- package/dist/src/project/src/hooks/core/onMountedOrActivated.d.ts +0 -1
- package/dist/src/project/src/hooks/core/useAttrs.d.ts +0 -9
- package/dist/src/project/src/hooks/core/useContext.d.ts +0 -11
- package/dist/src/project/src/hooks/core/useRefs.d.ts +0 -2
- package/dist/src/project/src/hooks/core/useTimeout.d.ts +0 -10
- package/dist/src/project/src/hooks/event/useBreakpoint.d.ts +0 -22
- package/dist/src/project/src/hooks/event/useEventListener.d.ts +0 -14
- package/dist/src/project/src/hooks/event/useIntersectionObserver.d.ts +0 -13
- package/dist/src/project/src/hooks/event/useScrollTo.d.ts +0 -10
- package/dist/src/project/src/hooks/event/useWindowSizeFn.d.ts +0 -7
- package/dist/src/project/src/hooks/index.d.ts +0 -21
- package/dist/src/project/src/hooks/jeecg/useAdaptiveWidth.d.ts +0 -18
- package/dist/src/project/src/hooks/setting/index.d.ts +0 -2
- package/dist/src/project/src/hooks/web/useAppInject.d.ts +0 -3
- package/dist/src/project/src/hooks/web/useContentHeight.d.ts +0 -24
- package/dist/src/project/src/hooks/web/useCopyToClipboard.d.ts +0 -10
- package/dist/src/project/src/hooks/web/useDesign.d.ts +0 -4
- package/dist/src/project/src/hooks/web/usePage.d.ts +0 -10
- package/dist/src/project/src/hooks/web/usePagination.d.ts +0 -7
- package/dist/src/project/src/hooks/web/useWebSocket.d.ts +0 -18
- package/dist/src/project/src/layouts/default/content/useContentContext.d.ts +0 -9
- package/dist/src/project/src/layouts/default/content/useContentViewHeight.d.ts +0 -7
- package/dist/src/project/src/locales/helper.d.ts +0 -5
- package/dist/src/project/src/locales/setupI18n.d.ts +0 -4
- package/dist/src/project/src/locales/useLocale.d.ts +0 -11
- package/dist/src/project/src/router/constant2.d.ts +0 -3
- package/dist/src/project/src/router/types.d.ts +0 -61
- package/dist/src/project/src/settings/componentSetting.d.ts +0 -44
- package/dist/src/project/src/settings/designSetting.d.ts +0 -6
- package/dist/src/project/src/settings/encryptionSetting.d.ts +0 -6
- package/dist/src/project/src/settings/projectSetting.d.ts +0 -3
- package/dist/src/project/src/store/modules/locale.d.ts +0 -38
- package/dist/src/project/src/utils/auth/index.d.ts +0 -19
- package/dist/src/project/src/utils/bem.d.ts +0 -15
- package/dist/src/project/src/utils/cache/index.d.ts +0 -7
- package/dist/src/project/src/utils/cache/memory.d.ts +0 -22
- package/dist/src/project/src/utils/cache/persistent.d.ts +0 -33
- package/dist/src/project/src/utils/cache/storageCache.d.ts +0 -8
- package/dist/src/project/src/utils/cipher.d.ts +0 -19
- package/dist/src/project/src/utils/color.d.ts +0 -29
- package/dist/src/project/src/utils/common/compUtils.d.ts +0 -87
- package/dist/src/project/src/utils/common/functionUtils.d.ts +0 -6
- package/dist/src/project/src/utils/dateUtil.d.ts +0 -4
- package/dist/src/project/src/utils/domUtils.d.ts +0 -28
- package/dist/src/project/src/utils/encryption/signMd5Utils.d.ts +0 -29
- package/dist/src/project/src/utils/env.d.ts +0 -16
- package/dist/src/project/src/utils/event/index.d.ts +0 -3
- package/dist/src/project/src/utils/factory/createAsyncComponent.d.ts +0 -9
- package/dist/src/project/src/utils/file/base64Conver.d.ts +0 -4
- package/dist/src/project/src/utils/file/download.d.ts +0 -9
- package/dist/src/project/src/utils/helper/treeHelper.d.ts +0 -34
- package/dist/src/project/src/utils/helper/tsxHelper.d.ts +0 -13
- package/dist/src/project/src/utils/index.index.d.ts +0 -42
- package/dist/src/project/src/utils/is.d.ts +0 -17
- package/dist/src/project/src/utils/mitt.d.ts +0 -26
- package/dist/src/project/src/utils/propTypes.d.ts +0 -9
- package/dist/src/project/src/utils/props.d.ts +0 -68
- package/dist/src/project/src/utils/uuid.d.ts +0 -2
- package/dist/src/project/types/axios.d.ts +0 -35
- package/dist/src/project/types/config.d.ts +0 -119
- package/dist/src/project/types/store.d.ts +0 -43
- package/dist/src/project/types/utils.d.ts +0 -4
- package/dist/src/service/http-client.d.ts +0 -98
- package/dist/src/util/ant-design-vue.d.ts +0 -347
- package/dist/src/util/event.util.d.ts +0 -15
- package/dist/src/util/kg-auth.util.d.ts +0 -12
- package/dist/src/util/kg-route.util.d.ts +0 -18
- package/dist/src/util/kg.util.d.ts +0 -347
- package/dist/src/util/tsx.helper.d.ts +0 -23
- package/dist/stop-outlined.a761545b.js +0 -8
- package/dist/stop.8a6ce353.js +0 -8
- package/dist/three-dots-loading-bIlrTJYR.9972be9e.js +0 -8
- package/dist/upload-outlined.5d8d8184.js +0 -8
- /package/{dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts → api/WMS/Controllers/VarConfigDescriptionController/index.ts} +0 -0
- /package/{dist/src/api/WMS/Controllers/WarehouseController/index.d.ts → api/WMS/Controllers/WarehouseController/index.ts} +0 -0
- /package/{dist/src/api/WMS/Controllers/index.d.ts → api/WMS/Controllers/index.ts} +0 -0
- /package/{dist/src/component/KgButton/index.d.ts → component/KgButton/index.ts} +0 -0
- /package/{dist/src/component/KgForm.Item/index.d.ts → component/KgForm.Item/index.ts} +0 -0
- /package/{dist/src/component/KgImage/index.d.ts → component/KgImage/index.ts} +0 -0
- /package/{dist/src/component/KgModal/index.d.ts → component/KgModal/index.ts} +0 -0
- /package/{dist/src/component/KgModal02/index.d.ts → component/KgModal02/index.ts} +0 -0
- /package/{dist/src/component/KgProgressA/index.d.ts → component/KgProgressA/index.ts} +0 -0
- /package/{dist/src/component/KgResizable/index.d.ts → component/KgResizable/index.ts} +0 -0
- /package/{dist/src/component/KgSearch/KgSearch.model.d.ts → component/KgSearch/KgSearch.model.ts} +0 -0
- /package/{dist/src/component/KgTable02/KgTable02.model.d.ts → component/KgTable02/KgTable02.model.ts} +0 -0
- /package/{dist/src/component/KgWorkStation/index.d.ts → component/KgWorkStation/index.ts} +0 -0
- /package/{dist/src/component/KgYesOrNo/index.d.ts → component/KgYesOrNo/index.ts} +0 -0
- /package/{dist/src/page/KgPageCircularShuttleMonitor/index.d.ts → page/KgPageCircularShuttleMonitor/index.ts} +0 -0
- /package/{dist/src/page/KgPageSqlClient/index.d.ts → page/KgPageSqlClient/index.ts} +0 -0
- /package/{dist/project → project}/build/config/themeConfig.ts +0 -0
- /package/{dist/project → project}/build/constant.ts +0 -0
- /package/{dist/project → project}/build/generate/icon/index.ts +0 -0
- /package/{dist/project → project}/build/getConfigFileName.ts +0 -0
- /package/{dist/project → project}/build/index.ts +0 -0
- /package/{dist/project → project}/build/script/buildConf.ts +0 -0
- /package/{dist/project → project}/build/script/postBuild.ts +0 -0
- /package/{dist/project → project}/build/utils.ts +0 -0
- /package/{dist/project → project}/build/vite/plugin/compress.ts +0 -0
- /package/{dist/project → project}/build/vite/plugin/html.ts +0 -0
- /package/{dist/project → project}/build/vite/plugin/imagemin.ts +0 -0
- /package/{dist/project → project}/build/vite/plugin/index.ts +0 -0
- /package/{dist/project → project}/build/vite/plugin/pwa.ts +0 -0
- /package/{dist/project → project}/build/vite/plugin/styleImport.ts +0 -0
- /package/{dist/project → project}/build/vite/plugin/svgSprite.ts +0 -0
- /package/{dist/project → project}/build/vite/plugin/theme.ts +0 -0
- /package/{dist/project → project}/build/vite/plugin/visualizer.ts +0 -0
- /package/{dist/project → project}/build/vite/proxy.ts +0 -0
- /package/{dist/src/project/src/api/index.d.ts → project/src/api/index.ts} +0 -0
- /package/{dist/src/project/src/api/sys/model/uploadModel.d.ts → project/src/api/sys/model/uploadModel.ts} +0 -0
- /package/{dist/src/project/src/components/Dropdown/index.d.ts → project/src/components/Dropdown/index.ts} +0 -0
- /package/{dist/src/project/src/components/Dropdown/src/typing.d.ts → project/src/components/Dropdown/src/typing.ts} +0 -0
- /package/{dist/src/project/src/enums/index.d.ts → project/src/enums/index.ts} +0 -0
- /package/{dist/src/project/src/index.d.ts → project/src/index.ts} +0 -0
- /package/{dist/src/project/src/layouts/index.d.ts → project/src/layouts/index.ts} +0 -0
- /package/{dist/src/project/src/locales/index.d.ts → project/src/locales/index.ts} +0 -0
- /package/{dist/src/project/src/router/index.d.ts → project/src/router/index.ts} +0 -0
- /package/{dist/src/project/src/settings/index.d.ts → project/src/settings/index.ts} +0 -0
- /package/{dist/src/project/src/store/index.d.ts → project/src/store/index.ts} +0 -0
- /package/{dist/src/project/src/store/modules/index.d.ts → project/src/store/modules/index.ts} +0 -0
- /package/{dist/src/project/src/utils/index.d.ts → project/src/utils/index.ts} +0 -0
- /package/{dist/src/project/types/index.d.ts → project/types/index.ts} +0 -0
- /package/{dist/src/service/index.d.ts → service/index.ts} +0 -0
- /package/{dist/src/util/index.d.ts → util/index.ts} +0 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { computed, defineComponent, inject } from 'vue';
|
|
2
|
+
import { useKg } from '../../../../config';
|
|
3
|
+
import { KG, KG__VAR_BUTTON__TYPE, KG_CUSTOM_LEVEL, KG_FORM_CONTEXT } from '../../../../model';
|
|
4
|
+
import { localeList } from '../../../../i18n/i18n.setup';
|
|
5
|
+
import { IKgProps, KgVar, useKgVar } from '../../../KgVar';
|
|
6
|
+
import { FORM_ID__VAR__VAR_CONFIG_DESCRIPTION, FORM_ID__VAR__VAR_VARIABLE } from '../../KgVarConfig.model';
|
|
7
|
+
|
|
8
|
+
// 变量配置弹窗:变量配置:变量翻译
|
|
9
|
+
export default defineComponent({
|
|
10
|
+
name: 'KgVarConfigModalVarVarConfigDescription',
|
|
11
|
+
setup() {
|
|
12
|
+
const fid$Host = inject(KG.DI.KG_VAR_CONFIG.HOST_FORM_ID, null);
|
|
13
|
+
|
|
14
|
+
const kg = useKg();
|
|
15
|
+
|
|
16
|
+
const kgVar = useKgVar(FORM_ID__VAR__VAR_CONFIG_DESCRIPTION);
|
|
17
|
+
const kgVar$Host = useKgVar(fid$Host?.value);
|
|
18
|
+
const kgVar$VarVariable = useKgVar(FORM_ID__VAR__VAR_VARIABLE);
|
|
19
|
+
|
|
20
|
+
kgVar.kgTable.onBeforeParseRequestParameter(async ({ params }) => {
|
|
21
|
+
params.frm_id = [fid$Host?.value, 'ALL'];
|
|
22
|
+
|
|
23
|
+
kgVar.kgSearch.dynamicQueryOperatorModel.value.frm_id = KG.DYNAMIC_QUERY_OPERATOR.IN;
|
|
24
|
+
|
|
25
|
+
return false;
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
kgVar.kgForm.onSelectBeforeRequest(async ({ context, response, varName }) => {
|
|
29
|
+
switch (context) {
|
|
30
|
+
case KG_FORM_CONTEXT.SUBMIT:
|
|
31
|
+
case KG_FORM_CONTEXT.TABLE: {
|
|
32
|
+
switch (varName) {
|
|
33
|
+
case 'frm_id': {
|
|
34
|
+
response.value = [
|
|
35
|
+
{ value: 'ALL', label: `${kg.t('kg.KgVarConfig.allForm')} (ALL)` },
|
|
36
|
+
{ value: fid$Host?.value, label: `${kg.t('kg.KgVarConfig.currentForm')} (${fid$Host?.value})` },
|
|
37
|
+
];
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
case 'locale_id': {
|
|
42
|
+
response.value = [{ value: 'ALL', label: `${kg.t('kg.KgVarConfig.allLanguage')} (ALL)` }, ...localeList.map((i) => ({ value: i.event, label: `${i.text}(${i.event})` }))];
|
|
43
|
+
|
|
44
|
+
return true;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
break;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
return false;
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
kgVar.kgSubmit.onOpen(async () => {
|
|
55
|
+
switch (true) {
|
|
56
|
+
case kgVar.isCreating.value: {
|
|
57
|
+
kgVar.kgSubmit.formModel.value.var_nam = kgVar.parentKgVar$$.value?.kgTable?.selectedRow?.value?.var_nam;
|
|
58
|
+
kgVar.kgSubmit.formModel.value.frm_id = fid$Host?.value;
|
|
59
|
+
kgVar.kgSubmit.formModel.value.locale_id = kg.locale?.value;
|
|
60
|
+
|
|
61
|
+
break;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
return false;
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
kgVar.kgSubmit.onOk(async ({}) => {
|
|
69
|
+
// 重新加载变量配置数据
|
|
70
|
+
// TODO 只加载变更的这部分配置
|
|
71
|
+
kgVar$Host.requestAll({ isForceRequest: true });
|
|
72
|
+
|
|
73
|
+
kgVar$VarVariable.kgSearch.search({ isSearchFirstPage: false, isPreserveSelectedRows: true });
|
|
74
|
+
|
|
75
|
+
return false;
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
//region DATA
|
|
79
|
+
//----------------------------------------------------------------------------------------------------
|
|
80
|
+
const kgProps = computed<IKgProps>(() => ({
|
|
81
|
+
KgButton: {
|
|
82
|
+
kgDisabled: (button) => {
|
|
83
|
+
switch (button.typ) {
|
|
84
|
+
case KG__VAR_BUTTON__TYPE.UPDATE: {
|
|
85
|
+
if (kgVar.kgTable.selectedRows.value?.some((i) => i.cust_lvl === KG_CUSTOM_LEVEL.L0)) {
|
|
86
|
+
return true;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
break;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
case KG__VAR_BUTTON__TYPE.DELETE: {
|
|
93
|
+
if (kgVar.kgTable.selectedRows.value?.some((i) => i.cust_lvl === KG_CUSTOM_LEVEL.L0)) {
|
|
94
|
+
return true;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
break;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
return undefined;
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
}));
|
|
105
|
+
//endregion
|
|
106
|
+
|
|
107
|
+
//region FUNCTION
|
|
108
|
+
//----------------------------------------------------------------------------------------------------
|
|
109
|
+
//endregion
|
|
110
|
+
|
|
111
|
+
return () => (
|
|
112
|
+
<KgVar
|
|
113
|
+
id={FORM_ID__VAR__VAR_CONFIG_DESCRIPTION}
|
|
114
|
+
kgLevel={kgVar$Host.level.value + 1}
|
|
115
|
+
kgProps={kgProps.value}
|
|
116
|
+
/>
|
|
117
|
+
);
|
|
118
|
+
},
|
|
119
|
+
});
|
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
import { isNil } from 'lodash-es';
|
|
2
|
+
import { computed, defineComponent, inject } from 'vue';
|
|
3
|
+
import { useKg } from '../../../../config';
|
|
4
|
+
import { KG, KG__VAR_BUTTON__TYPE, KG__VAR_CONFIG_INPUT__DATA_TYPE, KG__VAR_CONFIG_INPUT__VALIDATION_TYPE, KG_CUSTOM_LEVEL, KG_FORM_CONTEXT } from '../../../../model';
|
|
5
|
+
import { localeList } from '../../../../i18n/i18n.setup';
|
|
6
|
+
import { KgUtil } from '../../../../util';
|
|
7
|
+
import { IKgProps, KgVar, transformVarConfigInputs, useKgVar } from '../../../KgVar';
|
|
8
|
+
import { FORM_ID__VAR__VAR_CONFIG_INPUT, FORM_ID__VAR__VAR_VARIABLE } from '../../KgVarConfig.model';
|
|
9
|
+
|
|
10
|
+
// 变量配置弹窗:变量配置:表单输入验证
|
|
11
|
+
export default defineComponent({
|
|
12
|
+
name: 'KgVarConfigModalVarVarConfigInput',
|
|
13
|
+
setup() {
|
|
14
|
+
const fid$Host = inject(KG.DI.KG_VAR_CONFIG.HOST_FORM_ID, null);
|
|
15
|
+
|
|
16
|
+
const kg = useKg();
|
|
17
|
+
|
|
18
|
+
const kgVar = useKgVar(FORM_ID__VAR__VAR_CONFIG_INPUT);
|
|
19
|
+
const kgVar$Host = useKgVar(fid$Host?.value);
|
|
20
|
+
const kgVar$VarVariable = useKgVar(FORM_ID__VAR__VAR_VARIABLE);
|
|
21
|
+
|
|
22
|
+
kgVar.kgTable.onBeforeParseRequestParameter(async ({ params }) => {
|
|
23
|
+
params.frm_id = [fid$Host?.value, 'ALL'];
|
|
24
|
+
|
|
25
|
+
kgVar.kgSearch.dynamicQueryOperatorModel.value.frm_id = KG.DYNAMIC_QUERY_OPERATOR.IN;
|
|
26
|
+
|
|
27
|
+
return false;
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
kgVar.kgTable.onBeforeSetDatas(async ({ datas }) => {
|
|
31
|
+
transformVarConfigInputs(datas.value);
|
|
32
|
+
return false;
|
|
33
|
+
});
|
|
34
|
+
|
|
35
|
+
kgVar.kgForm.onSelectBeforeRequest(async ({ context, response, varName }) => {
|
|
36
|
+
switch (context) {
|
|
37
|
+
case KG_FORM_CONTEXT.SUBMIT:
|
|
38
|
+
case KG_FORM_CONTEXT.TABLE: {
|
|
39
|
+
switch (varName) {
|
|
40
|
+
case 'frm_id': {
|
|
41
|
+
response.value = [
|
|
42
|
+
{ value: 'ALL', label: `${kg.t('kg.KgVarConfig.allForm')} (ALL)` },
|
|
43
|
+
{ value: fid$Host?.value, label: `${kg.t('kg.KgVarConfig.currentForm')} (${fid$Host?.value})` },
|
|
44
|
+
];
|
|
45
|
+
return true;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
case 'locale_id': {
|
|
49
|
+
response.value = [{ value: 'ALL', label: `${kg.t('kg.KgVarConfig.allLanguage')} (ALL)` }, ...localeList.map((i) => ({ value: i.event, label: `${i.text}(${i.event})` }))];
|
|
50
|
+
|
|
51
|
+
return true;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
break;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
return false;
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
kgVar.kgForm.onChange(async ({ varName, context, value }) => {
|
|
62
|
+
switch (context) {
|
|
63
|
+
case KG_FORM_CONTEXT.SUBMIT:
|
|
64
|
+
case KG_FORM_CONTEXT.TABLE: {
|
|
65
|
+
switch (varName) {
|
|
66
|
+
case 'data_type': {
|
|
67
|
+
patchVarSubmitDetailsByDataType(value);
|
|
68
|
+
break;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
case 'validation_type': {
|
|
72
|
+
patchVarSubmitDetailsByValidationType(value);
|
|
73
|
+
break;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
break;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
return false;
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
kgVar.kgSubmit.onOpen(async () => {
|
|
84
|
+
switch (true) {
|
|
85
|
+
case kgVar.isCreating.value: {
|
|
86
|
+
kgVar.kgSubmit.formModel.value.var_nam = kgVar.parentKgVar$$.value?.kgTable?.selectedRow?.value?.var_nam;
|
|
87
|
+
kgVar.kgSubmit.formModel.value.frm_id = fid$Host?.value;
|
|
88
|
+
kgVar.kgSubmit.formModel.value.locale_id = kg.locale?.value;
|
|
89
|
+
|
|
90
|
+
patchVarSubmitDetailsByValidationType(kgVar.kgSubmit.formModel.value?.validation_type);
|
|
91
|
+
|
|
92
|
+
break;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
case kgVar.isUpdating.value: {
|
|
96
|
+
patchVarSubmitDetailsByValidationType(kgVar.kgSubmit.formModel.value?.validation_type);
|
|
97
|
+
|
|
98
|
+
break;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
return false;
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
kgVar.kgSubmit.onAfterValidate(async ({}) => {
|
|
106
|
+
KgUtil.insertHashToDynamicQueryParams(kgVar.kgSubmit.formModel.value);
|
|
107
|
+
return false;
|
|
108
|
+
});
|
|
109
|
+
|
|
110
|
+
kgVar.kgSubmit.onBeforeRequest(async ({ data }) => {
|
|
111
|
+
KgUtil.insertHashToDynamicQueryParams(data.value);
|
|
112
|
+
return false;
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
kgVar.kgSubmit.onBeforeOk(async () => {
|
|
116
|
+
kgVar.kgSubmit.formRules.value = {
|
|
117
|
+
max: [
|
|
118
|
+
{
|
|
119
|
+
validator: (rule, value) => {
|
|
120
|
+
// 该字段隐藏时, 不验证
|
|
121
|
+
const varSubmitDetail = kgVar.kgSubmit.getVarSubmitDetails({ buttonVarName: kgVar.kgButton.currentButton?.var_nam, varName: 'max' })?.[0] ?? null;
|
|
122
|
+
if (varSubmitDetail?.visible_flag !== 1) {
|
|
123
|
+
return Promise.resolve();
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
const min = kgVar.kgSubmit.formModel.value?.min;
|
|
127
|
+
const max = kgVar.kgSubmit.formModel.value?.max;
|
|
128
|
+
|
|
129
|
+
// 最大值不能小于最小值
|
|
130
|
+
if (!isNil(max) && !isNil(min) && Number(max) < Number(min)) {
|
|
131
|
+
return Promise.reject(kg.t('kg.KgVarConfig.formValidationMessageForMaxAndMin'));
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
return Promise.resolve();
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
|
+
],
|
|
138
|
+
max_length: [
|
|
139
|
+
{
|
|
140
|
+
validator: (rule, value) => {
|
|
141
|
+
// 该字段隐藏时, 不验证
|
|
142
|
+
const varSubmitDetail = kgVar.kgSubmit.getVarSubmitDetails({ buttonVarName: kgVar.kgButton.currentButton?.var_nam, varName: 'max_length' })?.[0] ?? null;
|
|
143
|
+
if (varSubmitDetail?.visible_flag !== 1) {
|
|
144
|
+
return Promise.resolve();
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
const minLength = kgVar.kgSubmit.formModel.value?.min_length;
|
|
148
|
+
const maxLength = kgVar.kgSubmit.formModel.value?.max_length;
|
|
149
|
+
|
|
150
|
+
// 最大长度不能小于最小长度
|
|
151
|
+
if (!isNil(maxLength) && !isNil(minLength) && Number(maxLength) < Number(minLength)) {
|
|
152
|
+
return Promise.reject(kg.t('kg.KgVarConfig.formValidationMessageForMaxLengthAndMinLength'));
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
return Promise.resolve();
|
|
156
|
+
},
|
|
157
|
+
},
|
|
158
|
+
],
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
return false;
|
|
162
|
+
});
|
|
163
|
+
|
|
164
|
+
kgVar.kgSubmit.onOk(async ({}) => {
|
|
165
|
+
// 重新加载变量配置数据
|
|
166
|
+
// TODO 只加载变更的这部分配置
|
|
167
|
+
kgVar$Host.requestAll({ isForceRequest: true });
|
|
168
|
+
|
|
169
|
+
kgVar$VarVariable.kgSearch.search({ isSearchFirstPage: false, isPreserveSelectedRows: true });
|
|
170
|
+
|
|
171
|
+
return false;
|
|
172
|
+
});
|
|
173
|
+
|
|
174
|
+
//region DATA
|
|
175
|
+
//----------------------------------------------------------------------------------------------------
|
|
176
|
+
const kgProps = computed<IKgProps>(() => ({
|
|
177
|
+
KgButton: {
|
|
178
|
+
kgDisabled: (button) => {
|
|
179
|
+
switch (button.typ) {
|
|
180
|
+
case KG__VAR_BUTTON__TYPE.UPDATE: {
|
|
181
|
+
if (kgVar.kgTable.selectedRows.value?.some((i) => i.cust_lvl === KG_CUSTOM_LEVEL.L0)) {
|
|
182
|
+
return true;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
break;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
case KG__VAR_BUTTON__TYPE.DELETE: {
|
|
189
|
+
if (kgVar.kgTable.selectedRows.value?.some((i) => i.cust_lvl === KG_CUSTOM_LEVEL.L0)) {
|
|
190
|
+
return true;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
break;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
return undefined;
|
|
198
|
+
},
|
|
199
|
+
},
|
|
200
|
+
}));
|
|
201
|
+
//endregion
|
|
202
|
+
|
|
203
|
+
//region FUNCTION
|
|
204
|
+
//----------------------------------------------------------------------------------------------------
|
|
205
|
+
/**
|
|
206
|
+
* 根据「验证方式」设置其他字段的表单状态.
|
|
207
|
+
*
|
|
208
|
+
* @param validationType 验证方式.
|
|
209
|
+
*/
|
|
210
|
+
function patchVarSubmitDetailsByValidationType(validationType: KG__VAR_CONFIG_INPUT__VALIDATION_TYPE): void {
|
|
211
|
+
switch (validationType) {
|
|
212
|
+
case KG__VAR_CONFIG_INPUT__VALIDATION_TYPE.OPTIONS: {
|
|
213
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'regular_expression', properties: { visible_flag: 0, required_flag: 0 } });
|
|
214
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'data_type', properties: { visible_flag: 1, required_flag: 1 } });
|
|
215
|
+
|
|
216
|
+
patchVarSubmitDetailsByDataType(kgVar.kgSubmit.formModel.value?.data_type);
|
|
217
|
+
|
|
218
|
+
break;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
case KG__VAR_CONFIG_INPUT__VALIDATION_TYPE.REGULAR_EXPRESSION: {
|
|
222
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'regular_expression', properties: { visible_flag: 1, required_flag: 1 } });
|
|
223
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'data_type', properties: { visible_flag: 0, required_flag: 0 } });
|
|
224
|
+
|
|
225
|
+
patchVarSubmitDetailsByDataType(null);
|
|
226
|
+
|
|
227
|
+
break;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* 根据「数据类型」设置其他字段的表单状态.
|
|
234
|
+
*
|
|
235
|
+
* @param dataType 数据类型.
|
|
236
|
+
*/
|
|
237
|
+
function patchVarSubmitDetailsByDataType(dataType: KG__VAR_CONFIG_INPUT__DATA_TYPE | null): void {
|
|
238
|
+
switch (dataType) {
|
|
239
|
+
case null: {
|
|
240
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min', properties: { visible_flag: 0 } });
|
|
241
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_include_flg', properties: { visible_flag: 0 } });
|
|
242
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max', properties: { visible_flag: 0 } });
|
|
243
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_include_flg', properties: { visible_flag: 0 } });
|
|
244
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_length', properties: { visible_flag: 0 } });
|
|
245
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_length', properties: { visible_flag: 0 } });
|
|
246
|
+
|
|
247
|
+
break;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
case KG__VAR_CONFIG_INPUT__DATA_TYPE.ANY: {
|
|
251
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min', properties: { visible_flag: 0 } });
|
|
252
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_include_flg', properties: { visible_flag: 0 } });
|
|
253
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max', properties: { visible_flag: 0 } });
|
|
254
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_include_flg', properties: { visible_flag: 0 } });
|
|
255
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_length', properties: { visible_flag: 1 } });
|
|
256
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_length', properties: { visible_flag: 1 } });
|
|
257
|
+
|
|
258
|
+
break;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
case KG__VAR_CONFIG_INPUT__DATA_TYPE.INTEGER: {
|
|
262
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min', properties: { visible_flag: 1 } });
|
|
263
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_include_flg', properties: { visible_flag: 1 } });
|
|
264
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max', properties: { visible_flag: 1 } });
|
|
265
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_include_flg', properties: { visible_flag: 1 } });
|
|
266
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_length', properties: { visible_flag: 0 } });
|
|
267
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_length', properties: { visible_flag: 0 } });
|
|
268
|
+
|
|
269
|
+
break;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
case KG__VAR_CONFIG_INPUT__DATA_TYPE.FLOAT: {
|
|
273
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min', properties: { visible_flag: 1 } });
|
|
274
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_include_flg', properties: { visible_flag: 1 } });
|
|
275
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max', properties: { visible_flag: 1 } });
|
|
276
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_include_flg', properties: { visible_flag: 1 } });
|
|
277
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_length', properties: { visible_flag: 0 } });
|
|
278
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_length', properties: { visible_flag: 0 } });
|
|
279
|
+
|
|
280
|
+
break;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
case KG__VAR_CONFIG_INPUT__DATA_TYPE.LETTER:
|
|
284
|
+
case KG__VAR_CONFIG_INPUT__DATA_TYPE.UPPER_CASE_LETTER:
|
|
285
|
+
case KG__VAR_CONFIG_INPUT__DATA_TYPE.LOWER_CASE_LETTER: {
|
|
286
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min', properties: { visible_flag: 0 } });
|
|
287
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_include_flg', properties: { visible_flag: 0 } });
|
|
288
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max', properties: { visible_flag: 0 } });
|
|
289
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_include_flg', properties: { visible_flag: 0 } });
|
|
290
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_length', properties: { visible_flag: 1 } });
|
|
291
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_length', properties: { visible_flag: 1 } });
|
|
292
|
+
|
|
293
|
+
break;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
case KG__VAR_CONFIG_INPUT__DATA_TYPE.JSON: {
|
|
297
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min', properties: { visible_flag: 0 } });
|
|
298
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_include_flg', properties: { visible_flag: 0 } });
|
|
299
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max', properties: { visible_flag: 0 } });
|
|
300
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_include_flg', properties: { visible_flag: 0 } });
|
|
301
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'min_length', properties: { visible_flag: 0 } });
|
|
302
|
+
kgVar.kgSubmit.patchVarSubmitDetail({ varName: 'max_length', properties: { visible_flag: 0 } });
|
|
303
|
+
|
|
304
|
+
break;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
default: {
|
|
308
|
+
break;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
//endregion
|
|
313
|
+
|
|
314
|
+
return () => (
|
|
315
|
+
<KgVar
|
|
316
|
+
id={FORM_ID__VAR__VAR_CONFIG_INPUT}
|
|
317
|
+
kgLevel={kgVar$Host.level.value + 1}
|
|
318
|
+
kgProps={kgProps.value}
|
|
319
|
+
/>
|
|
320
|
+
);
|
|
321
|
+
},
|
|
322
|
+
});
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import { ____ERROR____ } from '@kengic/core.core';
|
|
2
|
+
import { compact, debounce, uniq } from 'lodash-es';
|
|
3
|
+
import { computed, defineComponent, inject, ref } from 'vue';
|
|
4
|
+
import { API } from '../../../../api';
|
|
5
|
+
import { useKg } from '../../../../config';
|
|
6
|
+
import { KG, KG__VAR_BUTTON__TYPE, KG_CUSTOM_LEVEL, KG_FORM_CONTEXT } from '../../../../model';
|
|
7
|
+
import { localeList } from '../../../../i18n/i18n.setup';
|
|
8
|
+
import { KgUtil } from '../../../../util';
|
|
9
|
+
import { IKgProps, KgVar, transformVarConfigLookups, useKgVar } from '../../../KgVar';
|
|
10
|
+
import { FORM_ID__VAR__VAR_CONFIG_LOOKUP, FORM_ID__VAR__VAR_VARIABLE } from '../../KgVarConfig.model';
|
|
11
|
+
|
|
12
|
+
// 变量配置弹窗:变量配置:查找弹窗
|
|
13
|
+
export default defineComponent({
|
|
14
|
+
name: 'KgVarConfigModalVarVarConfigLookup',
|
|
15
|
+
setup() {
|
|
16
|
+
const hostFormID = inject(KG.DI.KG_VAR_CONFIG.HOST_FORM_ID, null);
|
|
17
|
+
|
|
18
|
+
const kg = useKg();
|
|
19
|
+
|
|
20
|
+
const kgVar = useKgVar(FORM_ID__VAR__VAR_CONFIG_LOOKUP);
|
|
21
|
+
const kgVar$Host = useKgVar(hostFormID?.value);
|
|
22
|
+
const kgVar$VarVariable = useKgVar(FORM_ID__VAR__VAR_VARIABLE);
|
|
23
|
+
|
|
24
|
+
kgVar.kgTable.onBeforeParseRequestParameter(async ({ params }) => {
|
|
25
|
+
params.frm_id = [hostFormID?.value, 'ALL'];
|
|
26
|
+
|
|
27
|
+
kgVar.kgSearch.dynamicQueryOperatorModel.value.frm_id = KG.DYNAMIC_QUERY_OPERATOR.IN;
|
|
28
|
+
|
|
29
|
+
return false;
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
kgVar.kgTable.onBeforeSetDatas(async ({ datas }) => {
|
|
33
|
+
transformVarConfigLookups(datas.value);
|
|
34
|
+
return false;
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
kgVar.kgForm.onSelectBeforeRequest(async ({ context, response, varName }) => {
|
|
38
|
+
switch (context) {
|
|
39
|
+
case KG_FORM_CONTEXT.SEARCH: {
|
|
40
|
+
break;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
case KG_FORM_CONTEXT.SUBMIT:
|
|
44
|
+
case KG_FORM_CONTEXT.TABLE: {
|
|
45
|
+
switch (varName) {
|
|
46
|
+
case 'frm_id': {
|
|
47
|
+
response.value = [
|
|
48
|
+
{ value: 'ALL', label: `${kg.t('kg.KgVarConfig.allForm')} (ALL)` },
|
|
49
|
+
{ value: hostFormID?.value, label: `${kg.t('kg.KgVarConfig.currentForm')} (${hostFormID?.value})` },
|
|
50
|
+
];
|
|
51
|
+
return true;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
case 'locale_id': {
|
|
55
|
+
response.value = [{ value: 'ALL', label: `${kg.t('kg.KgVarConfig.allLanguage')} (ALL)` }, ...localeList.map((i) => ({ value: i.event, label: `${i.text}(${i.event})` }))];
|
|
56
|
+
return true;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
case 'ret_fld': {
|
|
60
|
+
if (returnFields.value) {
|
|
61
|
+
response.value = returnFields.value.map((i) => ({ value: i, label: i }));
|
|
62
|
+
} else {
|
|
63
|
+
if (kgVar.kgSubmit.formModel.value.ret_fld) {
|
|
64
|
+
response.value = [{ value: kgVar.kgSubmit.formModel.value.ret_fld, label: kgVar.kgSubmit.formModel.value.ret_fld }];
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
return true;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
break;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
return false;
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
kgVar.kgForm.onChange(async ({ context, varName, value }) => {
|
|
78
|
+
switch (context) {
|
|
79
|
+
case KG_FORM_CONTEXT.SUBMIT:
|
|
80
|
+
case KG_FORM_CONTEXT.TABLE: {
|
|
81
|
+
switch (varName) {
|
|
82
|
+
case 'lkp_id': {
|
|
83
|
+
await requestReturnFields({ lookupID: value });
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
break;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
return false;
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
kgVar.kgSubmit.onOpen(async () => {
|
|
95
|
+
switch (true) {
|
|
96
|
+
case kgVar.isCreating.value: {
|
|
97
|
+
kgVar.kgSubmit.formModel.value.var_nam = kgVar.parentKgVar$$.value?.kgTable?.selectedRow?.value?.var_nam;
|
|
98
|
+
kgVar.kgSubmit.formModel.value.frm_id = hostFormID?.value;
|
|
99
|
+
kgVar.kgSubmit.formModel.value.locale_id = kg.locale?.value;
|
|
100
|
+
|
|
101
|
+
break;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
case kgVar.isUpdating.value: {
|
|
105
|
+
if (kgVar.kgSubmit.formModel.value.lkp_id) {
|
|
106
|
+
requestReturnFields({ lookupID: kgVar.kgSubmit.formModel.value.lkp_id });
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
break;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
return false;
|
|
114
|
+
});
|
|
115
|
+
|
|
116
|
+
kgVar.kgSubmit.onAfterValidate(async ({}) => {
|
|
117
|
+
KgUtil.insertHashToDynamicQueryParams(kgVar.kgSubmit.formModel.value);
|
|
118
|
+
return false;
|
|
119
|
+
});
|
|
120
|
+
|
|
121
|
+
kgVar.kgSubmit.onBeforeRequest(async ({ data }) => {
|
|
122
|
+
KgUtil.insertHashToDynamicQueryParams(data.value);
|
|
123
|
+
return false;
|
|
124
|
+
});
|
|
125
|
+
|
|
126
|
+
kgVar.kgSubmit.onOk(async ({}) => {
|
|
127
|
+
// 重新加载变量配置数据
|
|
128
|
+
// TODO 只加载变更的这部分配置
|
|
129
|
+
kgVar$Host.requestAll({ isForceRequest: true });
|
|
130
|
+
|
|
131
|
+
kgVar$VarVariable.kgSearch.search({ isSearchFirstPage: false, isPreserveSelectedRows: true });
|
|
132
|
+
|
|
133
|
+
return false;
|
|
134
|
+
});
|
|
135
|
+
|
|
136
|
+
kgVar.kgSubmit.onClose(async () => {
|
|
137
|
+
returnFields.value = null;
|
|
138
|
+
|
|
139
|
+
return false;
|
|
140
|
+
});
|
|
141
|
+
|
|
142
|
+
//region DATA
|
|
143
|
+
//----------------------------------------------------------------------------------------------------
|
|
144
|
+
/**
|
|
145
|
+
* <p>「返回字段」的可选值.</p>
|
|
146
|
+
* <p>当用户填写了「查找弹窗界面标识」之后, 会根据「查找弹窗界面标识」获取其界面所有的列, 然后存入该变量.</p>
|
|
147
|
+
*/
|
|
148
|
+
const returnFields = ref<Array<string> | null>(null);
|
|
149
|
+
|
|
150
|
+
const kgProps = computed<IKgProps>(() => ({
|
|
151
|
+
KgButton: {
|
|
152
|
+
kgDisabled: (button) => {
|
|
153
|
+
switch (button.typ) {
|
|
154
|
+
case KG__VAR_BUTTON__TYPE.UPDATE: {
|
|
155
|
+
if (kgVar.kgTable.selectedRows.value?.some((i) => i.cust_lvl === KG_CUSTOM_LEVEL.L0)) {
|
|
156
|
+
return true;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
break;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
case KG__VAR_BUTTON__TYPE.DELETE: {
|
|
163
|
+
if (kgVar.kgTable.selectedRows.value?.some((i) => i.cust_lvl === KG_CUSTOM_LEVEL.L0)) {
|
|
164
|
+
return true;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
break;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
return undefined;
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
}));
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* 根据用户填写的「查找弹窗界面标识」获取其界面所有的列.
|
|
178
|
+
*
|
|
179
|
+
* @param param.lookupID 查找弹窗界面标识.
|
|
180
|
+
*/
|
|
181
|
+
const requestReturnFields = debounce(
|
|
182
|
+
async (param: { lookupID: string | null | undefined }) => {
|
|
183
|
+
const { lookupID } = param ?? {};
|
|
184
|
+
|
|
185
|
+
if (lookupID) {
|
|
186
|
+
KgUtil.showLoading();
|
|
187
|
+
|
|
188
|
+
try {
|
|
189
|
+
const varDTO = await API.WMS.VarController.GetAll({ data: { frm_id: lookupID } });
|
|
190
|
+
|
|
191
|
+
const currentVarGridMasterID = (varDTO.varGridMasters?.find((i) => i.def_flg === 1) || varDTO.varGridMasters?.find((i) => i.cust_lvl === KG_CUSTOM_LEVEL.L0) || varDTO.varGridMasters?.find(() => true))?.id ?? null;
|
|
192
|
+
|
|
193
|
+
returnFields.value = uniq(compact(varDTO.varGridMasters?.find((i) => i.id === currentVarGridMasterID)?.varGridDetails?.map((i) => i.var_nam ?? '') ?? []));
|
|
194
|
+
|
|
195
|
+
// 修改下拉列表查询参数, 以便触发它的重新查询,
|
|
196
|
+
kgVar.store.patchVarPossibilityCommandParameter(kgVar.fid, 'ret_fld', { __KG__TIMESTAMP__: Date.now() });
|
|
197
|
+
} catch (e: any) {
|
|
198
|
+
____ERROR____(e.message);
|
|
199
|
+
} finally {
|
|
200
|
+
KgUtil.hideLoading();
|
|
201
|
+
}
|
|
202
|
+
} else {
|
|
203
|
+
returnFields.value = [];
|
|
204
|
+
|
|
205
|
+
// 修改下拉列表查询参数, 以便触发它的重新查询,
|
|
206
|
+
kgVar.store.patchVarPossibilityCommandParameter(kgVar.fid, 'ret_fld', { __KG__TIMESTAMP__: Date.now() });
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
250,
|
|
210
|
+
{ trailing: true, leading: false },
|
|
211
|
+
);
|
|
212
|
+
//endregion
|
|
213
|
+
|
|
214
|
+
return () => (
|
|
215
|
+
<KgVar
|
|
216
|
+
id={FORM_ID__VAR__VAR_CONFIG_LOOKUP}
|
|
217
|
+
kgLevel={kgVar$Host.level.value + 1}
|
|
218
|
+
kgProps={kgProps.value}
|
|
219
|
+
/>
|
|
220
|
+
);
|
|
221
|
+
},
|
|
222
|
+
});
|