@kengic/vue 0.30.1-beta.1 → 0.30.1-beta.100
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/CHANGELOG.md +11 -2
- package/README.md +4 -3
- package/bin/bin.mjs +42 -0
- package/bin/postinstall.mjs +70 -0
- package/dist/align-left-outlined.579b01c6.mjs +8 -0
- package/dist/caret-down-outlined.c0564a3f.mjs +8 -0
- package/dist/caret-left-outlined.35b1d7d1.mjs +8 -0
- package/dist/caret-up-outlined.81b559ad.mjs +8 -0
- package/dist/check-box-outline-blank.d01a2055.mjs +8 -0
- package/dist/collapse-all-rounded.26ee73fc.mjs +8 -0
- package/dist/double-right-outlined.f057a6b2.mjs +8 -0
- package/dist/expand-all-rounded.e01e6cb9.mjs +8 -0
- package/dist/eye-invisible-outlined.5f8d6151.mjs +8 -0
- package/dist/holder-outlined.9e698750.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +189817 -139597
- package/dist/loading-outlined.13a15197.mjs +8 -0
- package/dist/more-outlined.8e1202ac.mjs +8 -0
- package/dist/palette-swatch-variant.f7258843.mjs +8 -0
- package/dist/partition-outlined.1bcf4f37.mjs +8 -0
- package/dist/pause-rounded.1ed7cc39.mjs +8 -0
- package/dist/play-arrow-rounded.90fc4173.mjs +8 -0
- package/dist/profile-outlined.1059fb0d.mjs +8 -0
- package/dist/project/build/utils.ts +20 -15
- package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +3 -3
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/ListByFormId.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/WarehouseController/ListVO.d.ts +25 -0
- package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/index.d.ts +1 -1
- package/dist/src/api/WMS/models.d.ts +13 -5
- package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +7 -8
- package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +4 -4
- package/dist/src/component/KgButton/{components/KgButton.Copy.d.ts → KgButton.Copy.d.ts} +5 -5
- package/dist/src/component/KgButton/{components/KgButton.Create.d.ts → KgButton.Create.d.ts} +3 -3
- package/dist/src/component/KgButton/{components/KgButton.Delete.d.ts → KgButton.Delete.d.ts} +3 -3
- package/dist/src/component/KgButton/{components/KgButton.Export.d.ts → KgButton.Export.d.ts} +5 -5
- package/dist/src/component/KgButton/{components/KgButton.Import.d.ts → KgButton.Import.d.ts} +5 -5
- package/dist/src/component/KgButton/{components/KgButton.ImportTemplate.d.ts → KgButton.ImportTemplate.d.ts} +5 -5
- package/dist/src/component/KgButton/KgButton.Item.d.ts +2 -4
- package/dist/src/component/KgButton/{components/KgButton.Other.d.ts → KgButton.Other.d.ts} +5 -5
- package/dist/src/component/KgButton/{components/KgButton.Search.d.ts → KgButton.Search.d.ts} +3 -3
- package/dist/src/component/KgButton/{components/KgButton.Update.d.ts → KgButton.Update.d.ts} +5 -5
- package/dist/src/component/KgButton/KgButton.d.ts +1 -2
- package/dist/src/component/KgButton/KgButton.event.d.ts +36 -22
- package/dist/src/component/KgButton/KgButton.hooks.d.ts +16 -9
- package/dist/src/component/KgButton/{KgButton.Item.data.d.ts → KgButton.model.d.ts} +1 -1
- package/dist/src/component/KgButton/KgButton.store.d.ts +2 -2
- package/dist/src/component/KgButton/index.d.ts +2 -60
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
- package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.OverviewScale.d.ts → KgCanvas.ToolbarButton.Fullscreen.d.ts} +2 -3
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +7 -0
- package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.Fullscreen.d.ts → KgCanvas.ToolbarButton.OverviewScale.d.ts} +2 -3
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +1 -2
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +59 -3
- package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +73 -36
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +43 -15
- package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +26 -32
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +5 -31
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +5 -2
- package/dist/src/component/KgCanvas/index.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +29 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.model.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts} +1 -1
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.store.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts} +41 -41
- package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +3 -0
- package/dist/src/component/KgForm/KgForm.d.ts +4 -5
- package/dist/src/component/KgForm/KgForm.event.d.ts +31 -31
- package/dist/src/component/KgForm/KgForm.hooks.d.ts +12 -12
- package/dist/src/component/KgForm/KgForm.store.d.ts +6 -6
- package/dist/src/component/KgForm/index.d.ts +2 -602
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.Checkbox.d.ts → KgForm.Item.Checkbox.d.ts} +39 -39
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.CheckboxGroup.d.ts → KgForm.Item.CheckboxGroup.d.ts} +41 -41
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.Date.d.ts → KgForm.Item.Date.d.ts} +39 -39
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.DateRange.d.ts → KgForm.Item.DateRange.d.ts} +39 -39
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.Image.d.ts → KgForm.Item.Image.d.ts} +42 -46
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.Input.d.ts → KgForm.Item.Input.d.ts} +39 -39
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.InputNumber.d.ts → KgForm.Item.InputNumber.d.ts} +39 -39
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.InputPassword.d.ts → KgForm.Item.InputPassword.d.ts} +39 -39
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.Link.d.ts → KgForm.Item.Link.d.ts} +39 -39
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.RadioGroup.d.ts → KgForm.Item.RadioGroup.d.ts} +39 -39
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.Select.d.ts → KgForm.Item.Select.d.ts} +40 -40
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.Select.service.d.ts → KgForm.Item.Select.service.d.ts} +2 -2
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.Switch.d.ts → KgForm.Item.Switch.d.ts} +39 -39
- package/dist/src/component/KgForm.Item/{components/KgForm.Item.TextArea.d.ts → KgForm.Item.TextArea.d.ts} +39 -39
- package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +37 -37
- package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +32 -34
- package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
- package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
- package/dist/src/component/KgModal/KgModal.d.ts +17 -17
- package/dist/src/component/KgModal/{hooks/useDragToResize.d.ts → KgModal.service.d.ts} +13 -2
- package/dist/src/component/KgModal02/KgModal02.d.ts +470 -0
- package/dist/src/component/KgModal02/KgModal02.model.d.ts +1 -0
- package/dist/src/component/KgModal02/index.d.ts +1 -0
- package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
- package/dist/src/component/KgSearch/KgSearch.event.d.ts +12 -12
- package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +12 -8
- package/dist/src/component/KgSearch/KgSearch.service.d.ts +2 -2
- package/dist/src/component/KgSearch/KgSearch.store.d.ts +29 -28
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +80 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +36 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +36 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Scene.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +97 -0
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +113 -0
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
- package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +93 -0
- package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +103 -0
- package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
- package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +1502 -0
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +474 -0
- package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +21 -0
- package/dist/src/component/KgSimulator/index.d.ts +3 -0
- package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +59 -52
- package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +61 -29
- package/dist/src/component/KgSubmit/KgSubmit.model.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +63 -17
- package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
- package/dist/src/component/KgTable/{components/KgTable.HeaderCell.d.ts → KgTable.HeadCell.d.ts} +1 -1
- package/dist/src/component/KgTable/KgTable.Setting.VarGridMaster.SaveAs.d.ts +4 -0
- package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +5 -6
- package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
- package/dist/src/component/KgTable/KgTable.event.d.ts +41 -31
- package/dist/src/component/KgTable/KgTable.hooks.d.ts +19 -15
- package/dist/src/component/KgTable/KgTable.model.d.ts +1 -3
- package/dist/src/component/KgTable/KgTable.store.d.ts +2 -2
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +72 -0
- package/dist/src/component/KgTable02/KgTable02.event.d.ts +57 -31
- package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +31 -1
- package/dist/src/component/KgTable02/KgTable02.store.d.ts +2 -2
- package/dist/src/component/KgVar/{KgVarFactory.d.ts → KgVar.Factory.d.ts} +45 -0
- package/dist/src/component/KgVar/KgVar.d.ts +22 -16
- package/dist/src/component/KgVar/KgVar.event.d.ts +36 -18
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +26 -13
- package/dist/src/component/KgVar/KgVar.model.d.ts +1 -6
- package/dist/src/component/KgVar/KgVar.store.d.ts +82 -80
- package/dist/src/component/KgVar/index.d.ts +1 -1
- package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
- package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +2 -2
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts +5 -5
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts +4 -4
- package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +4 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.event.d.ts +14 -8
- package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +24 -6
- package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +10 -17
- package/dist/src/component/KgWorkStation/KgWorkStation.d.ts +44 -0
- package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +27 -0
- package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +28 -0
- package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +37 -0
- package/dist/src/component/KgWorkStation/index.d.ts +3 -0
- package/dist/src/component/index.d.ts +7 -5
- package/dist/src/config/config.hooks.d.ts +2 -2
- package/dist/src/config/config.store.d.ts +21 -12
- package/dist/src/config/index.d.ts +30 -24
- package/dist/src/i18n/cs_CZ.d.ts +1 -300
- package/dist/src/i18n/en.d.ts +234 -297
- package/dist/src/i18n/es_ES.d.ts +1 -299
- package/dist/src/i18n/fr_FR.d.ts +1 -299
- package/dist/src/i18n/i18n.setup.d.ts +12 -14
- package/dist/src/i18n/index.d.ts +1 -2
- package/dist/src/i18n/km_KH.d.ts +1 -299
- package/dist/src/i18n/ko_KR.d.ts +1 -299
- package/dist/src/i18n/vi_VN.d.ts +1 -299
- package/dist/src/i18n/zh_CN.d.ts +235 -298
- package/dist/src/index.d.ts +1 -1
- package/dist/src/model/index.d.ts +1968 -0
- package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
- package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
- package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +6 -6
- package/dist/src/page/index.d.ts +2 -2
- package/dist/src/project/src/hooks/index.d.ts +0 -1
- package/dist/src/project/src/locales/helper.d.ts +3 -4
- package/dist/src/project/src/locales/useLocale.d.ts +4 -3
- package/dist/src/project/src/router/types.d.ts +19 -0
- package/dist/src/project/src/store/modules/locale.d.ts +9 -9
- package/dist/src/project/src/utils/env.d.ts +3 -19
- package/dist/src/project/types/config.d.ts +6 -17
- package/dist/src/service/http-client.d.ts +7 -3
- package/dist/src/util/ant-design-vue.d.ts +1 -1
- package/dist/src/util/kg-auth.util.d.ts +7 -6
- package/dist/src/util/kg-route.util.d.ts +9 -9
- package/dist/src/util/kg.util.d.ts +46 -37
- package/dist/src/util/tsx.helper.d.ts +7 -7
- package/package.json +43 -34
- package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +0 -54
- package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
- package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +0 -12
- package/dist/src/component/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts +0 -5
- package/dist/src/const/const.model.d.ts +0 -1187
- package/dist/src/const/form-id.const.d.ts +0 -32
- package/dist/src/const/index.d.ts +0 -3
- package/dist/src/const/injection-keys.const.d.ts +0 -11
- package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +0 -29
- package/dist/src/page/KgCircleVis/index.d.ts +0 -1
- package/dist/src/project/src/hooks/web/useI18n.d.ts +0 -13
- /package/dist/{caret-right-outlined-Btgsw6a_.0434903b.mjs → caret-right-outlined-Btgsw6a_.7ce8e8fe.mjs} +0 -0
- /package/dist/{close-outlined-DMcSQWxQ.5c3bee6f.mjs → close-outlined-DMcSQWxQ.ce961fd1.mjs} +0 -0
- /package/dist/{exclamation-circle-outlined-DZrXCnvM.d94561db.mjs → exclamation-circle-outlined-DZrXCnvM.07559897.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.a1640595.mjs → fullscreen-exit-outlined-X1iYkFc4.d7884311.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.b9f9d4a1.mjs → fullscreen-outlined-DDBrsRcy.d174b06a.mjs} +0 -0
- /package/dist/{search-outlined-Od1M_oxf.71fb0c01.mjs → search-outlined-Od1M_oxf.4a68e7e4.mjs} +0 -0
- /package/dist/src/api/WMS/Controllers/{WhController → WarehouseController}/index.d.ts +0 -0
- /package/dist/src/{page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
- /package/dist/src/component/KgForm.Item/{addon/KgForm.Item.Addon.DynamicQueryOperator.d.ts → KgForm.Item.Addon.DynamicQueryOperator.d.ts} +0 -0
- /package/dist/src/component/KgForm.Item/{addon/KgForm.Item.Addon.Lookup.Modal.d.ts → KgForm.Item.Addon.Lookup.Modal.d.ts} +0 -0
- /package/dist/src/component/KgForm.Item/{addon/KgForm.Item.Addon.Lookup.d.ts → KgForm.Item.Addon.Lookup.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
- /package/dist/{three-dots-loading-bIlrTJYR.f189f620.mjs → three-dots-loading-bIlrTJYR.ebceb73e.mjs} +0 -0
package/package.json
CHANGED
|
@@ -1,53 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.30.1-beta.
|
|
3
|
+
"version": "0.30.1-beta.100",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
|
6
|
-
"build
|
|
6
|
+
"build--development": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
|
7
7
|
"--------------------------------------------------": "",
|
|
8
|
-
"gen
|
|
8
|
+
"gen-apis--WMS": "npm run use-node && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
|
9
9
|
"- ------------------------------------------------": "",
|
|
10
|
-
"use-node": "nvm use
|
|
11
|
-
"cnpm
|
|
10
|
+
"use-node": "npm cache clean -f && nvm use 24.12.0 && corepack enable && corepack use pnpm@10.27.0",
|
|
11
|
+
"cnpm--sync": "npm run use-node && npx cnpm --yes sync @kengic/vue",
|
|
12
|
+
"------ -------------------------------------------": "",
|
|
13
|
+
"postinstall": "node bin/postinstall.mjs",
|
|
12
14
|
"-- -----------------------------------------------": "",
|
|
13
|
-
"
|
|
14
|
-
"bump-to
|
|
15
|
-
"copy-to
|
|
16
|
-
"
|
|
17
|
-
"copy-to
|
|
18
|
-
"copy-to
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"bump
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"publish
|
|
29
|
-
"publish
|
|
30
|
-
"
|
|
15
|
+
"bump-to--luotao--smartfactory.product.wms.wms--dev-3.2": "npm run use-node && tsx script/bump-to--luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
|
16
|
+
"bump-to--luotao--smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && tsx script/bump-to--luotao--smartfactory.product.wms.wms--project-kengic-factory.ts",
|
|
17
|
+
"copy-to--luotao--smartfactory.product.wms.wms--dev-3.2": "npm run use-node && npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--dev-3.2.ts",
|
|
18
|
+
"copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory.ts",
|
|
19
|
+
"copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-test": "npm run use-node && npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-test.ts",
|
|
20
|
+
"copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-integration": "npm run use-node && npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-integration.ts",
|
|
21
|
+
"copy-to--luotao--smartfactory.product.simulator--main": "npm run use-node && npm run build--development && tsx script/copy-to--luotao--smartfactory.product.simulator--main.ts",
|
|
22
|
+
"copy-to--luotao--smartfactory.tyre.haohua.basic.was-java--PcrTireWeb": "npm run use-node && npm run build--development && tsx script/copy-to--luotao--smartfactory.tyre.haohua.basic.was-java--PcrTireWeb.ts",
|
|
23
|
+
"copy-to--luotao--smartfactory.product.wms.wms--hiway": "npm run use-node && npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--hiway.ts",
|
|
24
|
+
"----- --------------------------------------------": "",
|
|
25
|
+
"bump--major": "npm run use-node && tsx script/bump.ts major",
|
|
26
|
+
"bump--minor": "npm run use-node && tsx script/bump.ts minor",
|
|
27
|
+
"bump--patch": "npm run use-node && tsx script/bump.ts patch",
|
|
28
|
+
"bump--beta": "npm run use-node && tsx script/bump.ts beta",
|
|
29
|
+
"---- ---------------------------------------------": "",
|
|
30
|
+
"publish--npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public --tag latest",
|
|
31
|
+
"publish--major": "npm run bump--major && tsx script/publish.ts",
|
|
32
|
+
"publish--minor": "npm run bump--minor && tsx script/publish.ts",
|
|
33
|
+
"publish--patch": "npm run bump--patch && tsx script/publish.ts",
|
|
34
|
+
"publish--beta": "npm run bump--beta && tsx script/publish.ts"
|
|
35
|
+
},
|
|
36
|
+
"bin": {
|
|
37
|
+
"kg-vue": "bin/bin.mjs"
|
|
31
38
|
},
|
|
32
39
|
"peerDependencies": {
|
|
33
|
-
"vue": "3.2.43"
|
|
40
|
+
"vue": "^3.2.43"
|
|
34
41
|
},
|
|
35
42
|
"dependencies": {
|
|
36
43
|
"@ant-design/colors": "6.0.0",
|
|
37
|
-
"@ant-design/icons-vue": "6.1.0",
|
|
38
44
|
"@iconify-icons/akar-icons": "1.2.19",
|
|
39
45
|
"@iconify-icons/ant-design": "1.2.7",
|
|
46
|
+
"@iconify-icons/eos-icons": "1.2.6",
|
|
40
47
|
"@iconify-icons/fluent-mdl2": "1.2.1",
|
|
41
48
|
"@iconify-icons/material-symbols": "1.2.58",
|
|
42
49
|
"@iconify-icons/mdi": "1.2.48",
|
|
43
50
|
"@iconify-icons/ph": "1.2.5",
|
|
44
|
-
"@iconify-icons/eos-icons": "1.2.6",
|
|
45
51
|
"@iconify/vue": "4.1.2",
|
|
46
|
-
"@kengic/core.core": "0.0.
|
|
47
|
-
"@kengic/core.react": "0.0.
|
|
48
|
-
"@kengic/pont": "1.2
|
|
52
|
+
"@kengic/core.core": "0.0.2",
|
|
53
|
+
"@kengic/core.react": "0.0.3",
|
|
54
|
+
"@kengic/pont": "2.1.2",
|
|
49
55
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
50
|
-
"@thymine/xunee": "0.4.9-beta.
|
|
56
|
+
"@thymine/xunee": "0.4.9-beta.47",
|
|
51
57
|
"@types/crypto-js": "4.1.1",
|
|
52
58
|
"@types/fs-extra": "9.0.13",
|
|
53
59
|
"@types/inquirer": "8.2.5",
|
|
@@ -65,9 +71,11 @@
|
|
|
65
71
|
"ant-design-vue": "3.2.14",
|
|
66
72
|
"axios": "0.26.1",
|
|
67
73
|
"chalk": "4.1.2",
|
|
74
|
+
"commander": "14.0.2",
|
|
68
75
|
"crypto-js": "4.1.1",
|
|
69
76
|
"dayjs": "1.11.10",
|
|
70
77
|
"dotenv": "16.0.3",
|
|
78
|
+
"element-plus": "2.12.0",
|
|
71
79
|
"filesize": "10.1.0",
|
|
72
80
|
"fs-extra": "10.1.0",
|
|
73
81
|
"html-to-image": "1.11.11",
|
|
@@ -86,7 +94,7 @@
|
|
|
86
94
|
"semver": "7.5.4",
|
|
87
95
|
"store": "2.0.12",
|
|
88
96
|
"tsx": "3.12.3",
|
|
89
|
-
"typescript": "
|
|
97
|
+
"typescript": "4.8.4",
|
|
90
98
|
"uuid": "10.0.0",
|
|
91
99
|
"vite": "3.2.3",
|
|
92
100
|
"vite-plugin-compression": "0.5.1",
|
|
@@ -106,8 +114,8 @@
|
|
|
106
114
|
"vue-router": "4.1.6",
|
|
107
115
|
"vue-tsc": "1.8.27",
|
|
108
116
|
"vue-types": "4.2.1",
|
|
109
|
-
"vxe-pc-ui": "4.
|
|
110
|
-
"vxe-table": "4.
|
|
117
|
+
"vxe-pc-ui": "4.10.49",
|
|
118
|
+
"vxe-table": "4.17.27",
|
|
111
119
|
"xe-utils": "3.7.9"
|
|
112
120
|
},
|
|
113
121
|
"devDependencies": {},
|
|
@@ -116,7 +124,8 @@
|
|
|
116
124
|
"types": "./dist/src/index.d.ts",
|
|
117
125
|
"exports": {
|
|
118
126
|
".": {
|
|
119
|
-
"import": "./dist/kengic-vue.js"
|
|
127
|
+
"import": "./dist/kengic-vue.js",
|
|
128
|
+
"types": "./dist/src/index.d.ts"
|
|
120
129
|
},
|
|
121
130
|
"./dist/index.css": "./dist/index.css"
|
|
122
131
|
},
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { IRequestConfig, IRequestOption } from '../../../../service';
|
|
2
|
-
import * as DEF from '../../../def';
|
|
3
|
-
/** 请求参数. */
|
|
4
|
-
export declare class ListVOQuery {
|
|
5
|
-
/** 是否可用. */
|
|
6
|
-
activeFlg?: number | null;
|
|
7
|
-
/** 地址编号. */
|
|
8
|
-
adrId?: string | null;
|
|
9
|
-
/** 地址名. */
|
|
10
|
-
adrnam?: string | null;
|
|
11
|
-
/** 公司代码. */
|
|
12
|
-
comCod?: string | null;
|
|
13
|
-
/** 默认仓库. */
|
|
14
|
-
defWhFlg?: number | null;
|
|
15
|
-
/** 主键. */
|
|
16
|
-
id?: string | null;
|
|
17
|
-
/** 所属地/国编号. */
|
|
18
|
-
orgcod?: string | null;
|
|
19
|
-
/** 永久调整托盘. */
|
|
20
|
-
permAdjLod?: string | null;
|
|
21
|
-
/** 永久调整箱. */
|
|
22
|
-
permAdjSub?: string | null;
|
|
23
|
-
/** 永久创建托盘. */
|
|
24
|
-
permCreLod?: string | null;
|
|
25
|
-
/** 永久创建箱. */
|
|
26
|
-
permCreSub?: string | null;
|
|
27
|
-
/** 版本. */
|
|
28
|
-
version?: number | null;
|
|
29
|
-
/** 仓库名称. */
|
|
30
|
-
whDsc?: string | null;
|
|
31
|
-
/** 仓库编号. */
|
|
32
|
-
whId?: string | null;
|
|
33
|
-
/** 排序字段. */
|
|
34
|
-
column?: string | null;
|
|
35
|
-
/** 排序方式. */
|
|
36
|
-
order?: 'asc' | 'desc' | null;
|
|
37
|
-
/** 当前页数. */
|
|
38
|
-
pageNo?: number | null;
|
|
39
|
-
/** 每页条数. */
|
|
40
|
-
pageSize?: number | null;
|
|
41
|
-
constructor(obj?: ListVOQuery);
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* wh-分页列表查询VO
|
|
45
|
-
wh-分页列表查询VO.
|
|
46
|
-
*
|
|
47
|
-
* @param config 请求配置.
|
|
48
|
-
* @param option 请求选项.
|
|
49
|
-
*/
|
|
50
|
-
export declare function ListVO(config?: IRequestConfig<ListVOQuery, {}>, option?: IRequestOption): Promise<DEF.WMS.IPage<DEF.WMS.WhDTO>>;
|
|
51
|
-
export declare namespace ListVO {
|
|
52
|
-
var method: "GET";
|
|
53
|
-
var url: string;
|
|
54
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { FormInstance } from 'ant-design-vue/lib/form/Form';
|
|
2
|
-
import { ComputedRef, InjectionKey, Ref } from 'vue';
|
|
3
|
-
/**
|
|
4
|
-
* 依赖注入表单数据对象.
|
|
5
|
-
* 在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.
|
|
6
|
-
*/
|
|
7
|
-
export declare const KG__DI__KG_FORM___FORM_MODEL: InjectionKey<ComputedRef<Record<string, any>>>;
|
|
8
|
-
/** 依赖注入 formRef. */
|
|
9
|
-
export declare const KG__DI__KG_FORM___FORM_REF: InjectionKey<Ref<FormInstance | null>>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ComputedRef, Ref } from 'vue';
|
|
2
|
-
/**
|
|
3
|
-
* 拖拽改变位置.
|
|
4
|
-
*
|
|
5
|
-
* @param param.getProps 组件参数.
|
|
6
|
-
* @param param.domRef 页面特殊元素对象.
|
|
7
|
-
*/
|
|
8
|
-
export declare function useDragToMove(param: {
|
|
9
|
-
domRef: Ref<HTMLDivElement | null>;
|
|
10
|
-
getKgIsDragToMove: ComputedRef<boolean>;
|
|
11
|
-
getVisible: ComputedRef<boolean>;
|
|
12
|
-
}): void;
|
package/dist/src/component/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const FORM_ID__VAR_GRID_MASTER__SAVE = "kg-table.VarGridMaster.Save";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "kgClose"[], "kgClose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
3
|
-
onKgClose?: ((...args: any[]) => any) | undefined;
|
|
4
|
-
}, {}>;
|
|
5
|
-
export default _default;
|