@kengic/vue 0.26.6-beta.69 → 0.26.6-beta.70
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/kengic-vue.js +28181 -28236
- package/dist/src/{apis → api}/WMS/Controllers/DescriptionController/List.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/SysPermissionController/List.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarController/GetAll.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/Create.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarGridMasterController/Update.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarVariableController/Delete.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/WhController/ListVO.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/WorkstationController/List.d.ts +1 -1
- package/dist/src/{components → component}/KgAppSelect/KgAppSelect.d.ts +1 -1
- package/dist/src/{components → component}/KgAppSelect/index.hooks.d.ts +1 -1
- package/dist/src/{components → component}/KgAppSelect/index.store.d.ts +1 -1
- package/dist/src/{components → component}/KgButton/KgButton.Item.d.ts +1 -1
- package/dist/src/{components → component}/KgButton/KgButton.Item.data.d.ts +2 -2
- package/dist/src/{components → component}/KgButton/KgButton.d.ts +1 -1
- package/dist/src/{components → component}/KgButton/components/KgButton.Copy.d.ts +3 -3
- package/dist/src/{components → component}/KgButton/components/KgButton.Create.d.ts +1 -1
- package/dist/src/{components → component}/KgButton/components/KgButton.Delete.d.ts +1 -1
- package/dist/src/{components → component}/KgButton/components/KgButton.Export.d.ts +3 -3
- package/dist/src/{components → component}/KgButton/components/KgButton.Import.d.ts +3 -3
- package/dist/src/{components → component}/KgButton/components/KgButton.ImportTemplate.d.ts +3 -3
- package/dist/src/{components → component}/KgButton/components/KgButton.Other.d.ts +3 -3
- package/dist/src/{components → component}/KgButton/components/KgButton.Search.d.ts +1 -1
- package/dist/src/{components → component}/KgButton/components/KgButton.Update.d.ts +3 -3
- package/dist/src/{components → component}/KgButton/index.hooks.d.ts +1 -1
- package/dist/src/{components → component}/KgButton/index.store.d.ts +2 -2
- package/dist/src/{components → component}/KgCanvas/index.hooks.d.ts +1 -1
- package/dist/src/{components → component}/KgCanvas/index.store.d.ts +1 -1
- package/dist/src/{components → component}/KgForm/KgForm.d.ts +36 -36
- package/dist/src/{components → component}/KgForm/index.d.ts +48 -48
- package/dist/src/{components → component}/KgForm/index.hooks.d.ts +1 -1
- package/dist/src/{components → component}/KgForm/index.store.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/KgForm.Item.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Date.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.DateRange.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Image.d.ts +5 -5
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Input.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +3 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Select.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Select.service.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Switch.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.TextArea.d.ts +1 -1
- package/dist/src/{components → component}/KgForm.Item/index.vm.d.ts +2 -2
- package/dist/src/{components → component}/KgImage/KgImage.d.ts +6 -6
- package/dist/src/{components → component}/KgModal/KgModal.d.ts +3 -3
- package/dist/src/{components → component}/KgSearch/index.hooks.d.ts +2 -2
- package/dist/src/{components → component}/KgSearch/index.store.d.ts +2 -2
- package/dist/src/{components → component}/KgStation/index.hooks.d.ts +1 -1
- package/dist/src/{components → component}/KgStation/index.store.d.ts +1 -1
- package/dist/src/{components → component}/KgSubmit/index.hooks.d.ts +2 -2
- package/dist/src/{components → component}/KgSubmit/index.store.d.ts +3 -3
- package/dist/src/{components → component}/KgSubmit/index.vm.d.ts +1 -1
- package/dist/src/{components → component}/KgTable/components/setting/KgTable.Setting.service.d.ts +1 -1
- package/dist/src/{components → component}/KgTable/index.hooks.d.ts +2 -2
- package/dist/src/{components → component}/KgTable/index.store.d.ts +2 -2
- package/dist/src/{components → component}/KgTable/index.vm.d.ts +1 -1
- package/dist/src/{components → component}/KgVar/index.hooks.d.ts +2 -2
- package/dist/src/{components → component}/KgVar/index.store.d.ts +2 -2
- package/dist/src/{components → component}/KgVar/index.store.service.d.ts +1 -1
- package/dist/src/{components → component}/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts +1 -1
- package/dist/src/{components → component}/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts +1 -1
- package/dist/src/{components → component}/KgWarehouse/index.hooks.d.ts +1 -1
- package/dist/src/{components → component}/KgWarehouse/index.store.d.ts +2 -2
- package/dist/src/{components → component}/util.d.ts +1 -1
- package/dist/src/config/index.hooks.d.ts +1 -1
- package/dist/src/config/index.store.d.ts +2 -2
- package/dist/src/{helpers → helper}/ant-design-vue.d.ts +15 -15
- package/dist/src/index.d.ts +8 -9
- package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.store.d.ts +1 -1
- package/dist/src/{services → service}/http-client.d.ts +1 -1
- package/dist/src/{utils → util}/index.d.ts +0 -2
- package/dist/src/{utils → util}/kg-auth.util.d.ts +1 -1
- package/dist/src/{utils → util}/kg-route.util.d.ts +1 -1
- package/dist/src/{utils → util}/kg-var.util.d.ts +1 -1
- package/dist/src/{utils → util}/kg.util.d.ts +1 -1
- package/package.json +12 -12
- package/script/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts +3 -0
- package/script/bump-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts +3 -0
- package/script/bump-to.ts +38 -0
- package/script/bump.ts +35 -0
- package/script/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts +3 -0
- package/script/copy-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts +3 -0
- package/script/copy-to.luotao.smartfactory.tyre.haohua.gantry.was-java--main.ts +3 -0
- package/script/copy-to.ts +23 -0
- package/script/publish.ts +30 -0
- package/dist/src/components-next/KgVarConfig/KgVarConfig.d.ts +0 -2
- package/dist/src/components-next/KgVarConfig/index.d.ts +0 -1
- package/dist/src/components-next/index.d.ts +0 -1
- package/dist/src/utils/kg-dom.util.d.ts +0 -12
- package/dist/src/utils/kg-logger.util.d.ts +0 -59
- /package/dist/{close-outlined-DMcSQWxQ.80db3d82.mjs → close-outlined-DMcSQWxQ.eef6a697.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.01e62517.mjs → fullscreen-exit-outlined-X1iYkFc4.b82209a4.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.9fbdcd3f.mjs → fullscreen-outlined-DDBrsRcy.94ce9412.mjs} +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/DescriptionController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/SysPermissionController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/VarConfigDescriptionController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/VarConfigPossibilityController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/VarController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/VarGridMasterController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/VarProfileMasterController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/VarVariableController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/WhController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/WorkstationController/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/Controllers/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/index.d.ts +0 -0
- /package/dist/src/{apis → api}/WMS/models.d.ts +0 -0
- /package/dist/src/{apis → api}/api.d.ts +0 -0
- /package/dist/src/{apis → api}/def.d.ts +0 -0
- /package/dist/src/{apis → api}/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgAppSelect/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgButton/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgCanvas/KgCanvas.d.ts +0 -0
- /package/dist/src/{components → component}/KgCanvas/KgCanvas.service.d.ts +0 -0
- /package/dist/src/{components → component}/KgCanvas/KgCanvasContextMenu.d.ts +0 -0
- /package/dist/src/{components → component}/KgCanvas/KgCanvasToolbarFullscreen.d.ts +0 -0
- /package/dist/src/{components → component}/KgCanvas/KgCanvasTooltip.d.ts +0 -0
- /package/dist/src/{components → component}/KgCanvas/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgForm/index.vm.d.ts +0 -0
- /package/dist/src/{components → component}/KgForm.Item/KgForm.Item.service.d.ts +0 -0
- /package/dist/src/{components → component}/KgForm.Item/addon/KgForm.Item.Addon.DynamicQueryOperator.d.ts +0 -0
- /package/dist/src/{components → component}/KgForm.Item/addon/KgForm.Item.Addon.Lookup.Modal.d.ts +0 -0
- /package/dist/src/{components → component}/KgForm.Item/addon/KgForm.Item.Addon.Lookup.d.ts +0 -0
- /package/dist/src/{components → component}/KgForm.Item/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgImage/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgLayoutHeader/components/KgLayoutHeaderLocale.d.ts +0 -0
- /package/dist/src/{components → component}/KgLayoutHeader/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgLayoutHeader/index.hooks.d.ts +0 -0
- /package/dist/src/{components → component}/KgModal/KgModalHeaderButtons.d.ts +0 -0
- /package/dist/src/{components → component}/KgModal/hooks/useDragToMove.d.ts +0 -0
- /package/dist/src/{components → component}/KgModal/hooks/useDragToResize.d.ts +0 -0
- /package/dist/src/{components → component}/KgModal/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgModal/index.vm.d.ts +0 -0
- /package/dist/src/{components → component}/KgProgressA/KgProgressA.d.ts +0 -0
- /package/dist/src/{components → component}/KgProgressA/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgResizable/KgResizable.d.ts +0 -0
- /package/dist/src/{components → component}/KgResizable/KgResizable.service.d.ts +0 -0
- /package/dist/src/{components → component}/KgResizable/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgSearch/KgSearch.d.ts +0 -0
- /package/dist/src/{components → component}/KgSearch/KgSearch.service.d.ts +0 -0
- /package/dist/src/{components → component}/KgSearch/components/KgSearch.ConfigModal.d.ts +0 -0
- /package/dist/src/{components → component}/KgSearch/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgSearch/index.vm.d.ts +0 -0
- /package/dist/src/{components → component}/KgStation/KgStation.d.ts +0 -0
- /package/dist/src/{components → component}/KgStation/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgSubmit/KgSubmit.d.ts +0 -0
- /package/dist/src/{components → component}/KgSubmit/KgSubmit.service.d.ts +0 -0
- /package/dist/src/{components → component}/KgSubmit/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgTable/KgTable.d.ts +0 -0
- /package/dist/src/{components → component}/KgTable/KgTable.service.d.ts +0 -0
- /package/dist/src/{components → component}/KgTable/components/KgTable.BodyCell.d.ts +0 -0
- /package/dist/src/{components → component}/KgTable/components/KgTable.HeaderCell.d.ts +0 -0
- /package/dist/src/{components → component}/KgTable/components/KgTable.Info.d.ts +0 -0
- /package/dist/src/{components → component}/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts +0 -0
- /package/dist/src/{components → component}/KgTable/components/setting/KgTable.Setting.d.ts +0 -0
- /package/dist/src/{components → component}/KgTable/components/setting/config/KgTable.Setting.ConfigModal.d.ts +0 -0
- /package/dist/src/{components → component}/KgTable/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgVar/KgVar.d.ts +0 -0
- /package/dist/src/{components → component}/KgVar/KgVarFactory.d.ts +0 -0
- /package/dist/src/{components → component}/KgVar/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgVar/index.vm.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/KgVarConfig.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/KgVarConfig.SelectFormIdModal.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/KgVarConfigModal.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButton.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButtonConfig.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/button/KgVarConfig.Modal.Button.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/child/KgVarConfig.Modal.Child.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/search/KgVarConfig.Modal.Search.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/table/KgVarConfig.Modal.Table.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigControl.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigDescription.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigInput.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigLookup.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigPossibility.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigTip.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarVariable.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/index.hooks.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/index.store.d.ts +0 -0
- /package/dist/src/{components → component}/KgVarConfig/index.vm.d.ts +0 -0
- /package/dist/src/{components → component}/KgWarehouse/KgWarehouse.d.ts +0 -0
- /package/dist/src/{components → component}/KgWarehouse/index.d.ts +0 -0
- /package/dist/src/{components → component}/KgWarehouse/index.guard.d.ts +0 -0
- /package/dist/src/{components → component}/KgYesOrNo/KgYesOrNo.d.ts +0 -0
- /package/dist/src/{components → component}/KgYesOrNo/index.d.ts +0 -0
- /package/dist/src/{components → component}/index.d.ts +0 -0
- /package/dist/src/{consts → const}/i18n/en.d.ts +0 -0
- /package/dist/src/{consts → const}/i18n/es_ES.d.ts +0 -0
- /package/dist/src/{consts → const}/i18n/fr_FR.d.ts +0 -0
- /package/dist/src/{consts → const}/i18n/index.d.ts +0 -0
- /package/dist/src/{consts → const}/i18n/km_KH.d.ts +0 -0
- /package/dist/src/{consts → const}/i18n/ko_KR.d.ts +0 -0
- /package/dist/src/{consts → const}/i18n/vi_VN.d.ts +0 -0
- /package/dist/src/{consts → const}/i18n/zh_CN.d.ts +0 -0
- /package/dist/src/{consts → const}/index.d.ts +0 -0
- /package/dist/src/{consts → const}/index.vm.d.ts +0 -0
- /package/dist/src/{consts → const}/injection-keys.const.d.ts +0 -0
- /package/dist/src/{helpers → helper}/tsx.helper.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/KgPageDda.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Basic.SqlModal.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Basic.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Button.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Menu.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Search.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Submit.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Table.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/index.d.ts +0 -0
- /package/dist/src/{pages → page}/KgPageDda/index.vm.d.ts +0 -0
- /package/dist/src/{pages → page}/index.d.ts +0 -0
- /package/dist/src/{services → service}/index.d.ts +0 -0
@@ -13,11 +13,11 @@ declare const _default: {
|
|
13
13
|
layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
|
14
14
|
labelCol: {
|
15
15
|
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
16
|
-
span: (
|
17
|
-
order: (
|
18
|
-
offset: (
|
19
|
-
push: (
|
20
|
-
pull: (
|
16
|
+
span: (StringConstructor | NumberConstructor)[];
|
17
|
+
order: (StringConstructor | NumberConstructor)[];
|
18
|
+
offset: (StringConstructor | NumberConstructor)[];
|
19
|
+
push: (StringConstructor | NumberConstructor)[];
|
20
|
+
pull: (StringConstructor | NumberConstructor)[];
|
21
21
|
xs: {
|
22
22
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
23
23
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
@@ -47,16 +47,16 @@ declare const _default: {
|
|
47
47
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
48
48
|
};
|
49
49
|
prefixCls: StringConstructor;
|
50
|
-
flex: (
|
50
|
+
flex: (StringConstructor | NumberConstructor)[];
|
51
51
|
}>> & import("vue").HTMLAttributes>;
|
52
52
|
};
|
53
53
|
wrapperCol: {
|
54
54
|
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
55
|
-
span: (
|
56
|
-
order: (
|
57
|
-
offset: (
|
58
|
-
push: (
|
59
|
-
pull: (
|
55
|
+
span: (StringConstructor | NumberConstructor)[];
|
56
|
+
order: (StringConstructor | NumberConstructor)[];
|
57
|
+
offset: (StringConstructor | NumberConstructor)[];
|
58
|
+
push: (StringConstructor | NumberConstructor)[];
|
59
|
+
pull: (StringConstructor | NumberConstructor)[];
|
60
60
|
xs: {
|
61
61
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
62
62
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
@@ -86,7 +86,7 @@ declare const _default: {
|
|
86
86
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
87
87
|
};
|
88
88
|
prefixCls: StringConstructor;
|
89
|
-
flex: (
|
89
|
+
flex: (StringConstructor | NumberConstructor)[];
|
90
90
|
}>> & import("vue").HTMLAttributes>;
|
91
91
|
};
|
92
92
|
colon: {
|
@@ -161,11 +161,11 @@ declare const _default: {
|
|
161
161
|
layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
|
162
162
|
labelCol: {
|
163
163
|
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
164
|
-
span: (
|
165
|
-
order: (
|
166
|
-
offset: (
|
167
|
-
push: (
|
168
|
-
pull: (
|
164
|
+
span: (StringConstructor | NumberConstructor)[];
|
165
|
+
order: (StringConstructor | NumberConstructor)[];
|
166
|
+
offset: (StringConstructor | NumberConstructor)[];
|
167
|
+
push: (StringConstructor | NumberConstructor)[];
|
168
|
+
pull: (StringConstructor | NumberConstructor)[];
|
169
169
|
xs: {
|
170
170
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
171
171
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
@@ -195,16 +195,16 @@ declare const _default: {
|
|
195
195
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
196
196
|
};
|
197
197
|
prefixCls: StringConstructor;
|
198
|
-
flex: (
|
198
|
+
flex: (StringConstructor | NumberConstructor)[];
|
199
199
|
}>> & import("vue").HTMLAttributes>;
|
200
200
|
};
|
201
201
|
wrapperCol: {
|
202
202
|
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
203
|
-
span: (
|
204
|
-
order: (
|
205
|
-
offset: (
|
206
|
-
push: (
|
207
|
-
pull: (
|
203
|
+
span: (StringConstructor | NumberConstructor)[];
|
204
|
+
order: (StringConstructor | NumberConstructor)[];
|
205
|
+
offset: (StringConstructor | NumberConstructor)[];
|
206
|
+
push: (StringConstructor | NumberConstructor)[];
|
207
|
+
pull: (StringConstructor | NumberConstructor)[];
|
208
208
|
xs: {
|
209
209
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
210
210
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
@@ -234,7 +234,7 @@ declare const _default: {
|
|
234
234
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
235
235
|
};
|
236
236
|
prefixCls: StringConstructor;
|
237
|
-
flex: (
|
237
|
+
flex: (StringConstructor | NumberConstructor)[];
|
238
238
|
}>> & import("vue").HTMLAttributes>;
|
239
239
|
};
|
240
240
|
colon: {
|
@@ -321,11 +321,11 @@ declare const _default: {
|
|
321
321
|
layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
|
322
322
|
labelCol: {
|
323
323
|
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
324
|
-
span: (
|
325
|
-
order: (
|
326
|
-
offset: (
|
327
|
-
push: (
|
328
|
-
pull: (
|
324
|
+
span: (StringConstructor | NumberConstructor)[];
|
325
|
+
order: (StringConstructor | NumberConstructor)[];
|
326
|
+
offset: (StringConstructor | NumberConstructor)[];
|
327
|
+
push: (StringConstructor | NumberConstructor)[];
|
328
|
+
pull: (StringConstructor | NumberConstructor)[];
|
329
329
|
xs: {
|
330
330
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
331
331
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
@@ -355,16 +355,16 @@ declare const _default: {
|
|
355
355
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
356
356
|
};
|
357
357
|
prefixCls: StringConstructor;
|
358
|
-
flex: (
|
358
|
+
flex: (StringConstructor | NumberConstructor)[];
|
359
359
|
}>> & import("vue").HTMLAttributes>;
|
360
360
|
};
|
361
361
|
wrapperCol: {
|
362
362
|
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
363
|
-
span: (
|
364
|
-
order: (
|
365
|
-
offset: (
|
366
|
-
push: (
|
367
|
-
pull: (
|
363
|
+
span: (StringConstructor | NumberConstructor)[];
|
364
|
+
order: (StringConstructor | NumberConstructor)[];
|
365
|
+
offset: (StringConstructor | NumberConstructor)[];
|
366
|
+
push: (StringConstructor | NumberConstructor)[];
|
367
|
+
pull: (StringConstructor | NumberConstructor)[];
|
368
368
|
xs: {
|
369
369
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
370
370
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
@@ -394,7 +394,7 @@ declare const _default: {
|
|
394
394
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
395
395
|
};
|
396
396
|
prefixCls: StringConstructor;
|
397
|
-
flex: (
|
397
|
+
flex: (StringConstructor | NumberConstructor)[];
|
398
398
|
}>> & import("vue").HTMLAttributes>;
|
399
399
|
};
|
400
400
|
colon: {
|
@@ -459,11 +459,11 @@ declare const _default: {
|
|
459
459
|
layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
|
460
460
|
labelCol: {
|
461
461
|
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
462
|
-
span: (
|
463
|
-
order: (
|
464
|
-
offset: (
|
465
|
-
push: (
|
466
|
-
pull: (
|
462
|
+
span: (StringConstructor | NumberConstructor)[];
|
463
|
+
order: (StringConstructor | NumberConstructor)[];
|
464
|
+
offset: (StringConstructor | NumberConstructor)[];
|
465
|
+
push: (StringConstructor | NumberConstructor)[];
|
466
|
+
pull: (StringConstructor | NumberConstructor)[];
|
467
467
|
xs: {
|
468
468
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
469
469
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
@@ -493,16 +493,16 @@ declare const _default: {
|
|
493
493
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
494
494
|
};
|
495
495
|
prefixCls: StringConstructor;
|
496
|
-
flex: (
|
496
|
+
flex: (StringConstructor | NumberConstructor)[];
|
497
497
|
}>> & import("vue").HTMLAttributes>;
|
498
498
|
};
|
499
499
|
wrapperCol: {
|
500
500
|
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
501
|
-
span: (
|
502
|
-
order: (
|
503
|
-
offset: (
|
504
|
-
push: (
|
505
|
-
pull: (
|
501
|
+
span: (StringConstructor | NumberConstructor)[];
|
502
|
+
order: (StringConstructor | NumberConstructor)[];
|
503
|
+
offset: (StringConstructor | NumberConstructor)[];
|
504
|
+
push: (StringConstructor | NumberConstructor)[];
|
505
|
+
pull: (StringConstructor | NumberConstructor)[];
|
506
506
|
xs: {
|
507
507
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
508
508
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
@@ -532,7 +532,7 @@ declare const _default: {
|
|
532
532
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
533
533
|
};
|
534
534
|
prefixCls: StringConstructor;
|
535
|
-
flex: (
|
535
|
+
flex: (StringConstructor | NumberConstructor)[];
|
536
536
|
}>> & import("vue").HTMLAttributes>;
|
537
537
|
};
|
538
538
|
colon: {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IRemoveEventListenerHandler } from '../../
|
1
|
+
import { IRemoveEventListenerHandler } from '../../const';
|
2
2
|
import { IKgFormChangeEventListener, IKgFormLookupBeforeOkEventListener, IKgFormLookupBeforeOpenEventListener, IKgFormLookupOkEventListener, IKgFormSelectBeforeRequestEventListener, IKgFormSelectBeforeSetDatasEventListener, IKgFormSelectChangeEventListener, IKgFormStore } from './index.store';
|
3
3
|
export declare type IUseKgForm = {
|
4
4
|
Select: {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { StoreDefinition } from 'pinia';
|
2
2
|
import { ComputedRef, Ref } from 'vue';
|
3
|
-
import { IKgEventListener, KG_FORM_CONTEXT } from '../../
|
3
|
+
import { IKgEventListener, KG_FORM_CONTEXT } from '../../const';
|
4
4
|
import { IKgTableRow } from '../KgTable';
|
5
5
|
/**
|
6
6
|
* 事件类型.
|
@@ -4,8 +4,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
required: boolean;
|
5
5
|
};
|
6
6
|
kgContext: {
|
7
|
-
type: import("vue").PropType<import("../../../
|
8
|
-
default: import("../../../
|
7
|
+
type: import("vue").PropType<import("../../../const").KG_FORM_CONTEXT>;
|
8
|
+
default: import("../../../const").KG_FORM_CONTEXT;
|
9
9
|
};
|
10
10
|
kgDisabled: {
|
11
11
|
type: import("vue").PropType<boolean>;
|
@@ -45,8 +45,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
45
45
|
required: boolean;
|
46
46
|
};
|
47
47
|
kgContext: {
|
48
|
-
type: import("vue").PropType<import("../../../
|
49
|
-
default: import("../../../
|
48
|
+
type: import("vue").PropType<import("../../../const").KG_FORM_CONTEXT>;
|
49
|
+
default: import("../../../const").KG_FORM_CONTEXT;
|
50
50
|
};
|
51
51
|
kgDisabled: {
|
52
52
|
type: import("vue").PropType<boolean>;
|
@@ -83,7 +83,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
83
83
|
}>>, {
|
84
84
|
value: import("../index.vm").IKgFormItemValue;
|
85
85
|
kgDisabled: boolean;
|
86
|
-
kgContext: import("../../../
|
86
|
+
kgContext: import("../../../const").KG_FORM_CONTEXT;
|
87
87
|
kgShowLabel: boolean;
|
88
88
|
kgAllowClear: boolean;
|
89
89
|
kgShowTime: boolean | import("ant-design-vue/es/vc-picker/panels/TimePanel").SharedTimeProps<import("dayjs").Dayjs>;
|
package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts
RENAMED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { KG_FORM_CONTEXT } from '../../../
|
1
|
+
import { KG_FORM_CONTEXT } from '../../../const';
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
3
3
|
kgVarName: {
|
4
4
|
type: import("vue").PropType<string>;
|
@@ -15,6 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
15
15
|
kgSpan: import("vue").PropType<number>;
|
16
16
|
kgPlaceholder: import("vue").PropType<string>;
|
17
17
|
kgMode: import("vue").PropType<"multiple" | "tags">;
|
18
|
+
/** 初始. */
|
18
19
|
kgShowLabel: {
|
19
20
|
type: import("vue").PropType<boolean>;
|
20
21
|
default: boolean;
|
@@ -56,6 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
56
57
|
kgSpan: import("vue").PropType<number>;
|
57
58
|
kgPlaceholder: import("vue").PropType<string>;
|
58
59
|
kgMode: import("vue").PropType<"multiple" | "tags">;
|
60
|
+
/** 初始. */
|
59
61
|
kgShowLabel: {
|
60
62
|
type: import("vue").PropType<boolean>;
|
61
63
|
default: boolean;
|
package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Select.service.d.ts
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ComputedRef } from 'vue';
|
2
|
-
import { VarConfigPossibility } from '../../../
|
2
|
+
import { VarConfigPossibility } from '../../../api/WMS/models';
|
3
3
|
import { KgFormItemProps } from '../index.vm';
|
4
4
|
export declare function useKgFormItemSelect(param: {
|
5
5
|
props: KgFormItemProps;
|
@@ -3,8 +3,8 @@ import { SharedTimeProps } from 'ant-design-vue/es/vc-picker/panels/TimePanel';
|
|
3
3
|
import { PickerMode } from 'ant-design-vue/lib/vc-picker/interface';
|
4
4
|
import { Dayjs } from 'dayjs';
|
5
5
|
import { ComputedRef, ExtractPropTypes, InjectionKey, PropType } from 'vue';
|
6
|
-
import { VarConfigControl, VarProfileDetail, VarSubmitDetail } from '../../
|
7
|
-
import { KG_FORM_CONTEXT } from '../../
|
6
|
+
import { VarConfigControl, VarProfileDetail, VarSubmitDetail } from '../../api/WMS/models';
|
7
|
+
import { KG_FORM_CONTEXT } from '../../const';
|
8
8
|
export declare type IKgFormItemValue = string | number | Array<string | number>;
|
9
9
|
export declare const getProps: () => {
|
10
10
|
/** 变量名称. */
|
@@ -27,8 +27,8 @@ export declare const getProps: () => {
|
|
27
27
|
type: import("vue").PropType<(event: string | Event, source?: string | undefined, lineno?: number | undefined, colno?: number | undefined, error?: Error | undefined) => any>;
|
28
28
|
};
|
29
29
|
id: StringConstructor;
|
30
|
-
width: (
|
31
|
-
height: (
|
30
|
+
width: (StringConstructor | NumberConstructor)[];
|
31
|
+
height: (StringConstructor | NumberConstructor)[];
|
32
32
|
style: StringConstructor;
|
33
33
|
};
|
34
34
|
export declare type KgImageProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
@@ -59,8 +59,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
59
59
|
type: import("vue").PropType<(event: string | Event, source?: string | undefined, lineno?: number | undefined, colno?: number | undefined, error?: Error | undefined) => any>;
|
60
60
|
};
|
61
61
|
id: StringConstructor;
|
62
|
-
width: (
|
63
|
-
height: (
|
62
|
+
width: (StringConstructor | NumberConstructor)[];
|
63
|
+
height: (StringConstructor | NumberConstructor)[];
|
64
64
|
style: StringConstructor;
|
65
65
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
66
66
|
src: StringConstructor;
|
@@ -89,8 +89,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
89
89
|
type: import("vue").PropType<(event: string | Event, source?: string | undefined, lineno?: number | undefined, colno?: number | undefined, error?: Error | undefined) => any>;
|
90
90
|
};
|
91
91
|
id: StringConstructor;
|
92
|
-
width: (
|
93
|
-
height: (
|
92
|
+
width: (StringConstructor | NumberConstructor)[];
|
93
|
+
height: (StringConstructor | NumberConstructor)[];
|
94
94
|
style: StringConstructor;
|
95
95
|
}>>, {
|
96
96
|
wrapperStyle: import("vue").CSSProperties;
|
@@ -116,7 +116,7 @@ export declare const getProps: () => {
|
|
116
116
|
type: BooleanConstructor;
|
117
117
|
default: undefined;
|
118
118
|
};
|
119
|
-
width: (
|
119
|
+
width: (StringConstructor | NumberConstructor)[];
|
120
120
|
footer: PropType<any>;
|
121
121
|
okText: PropType<any>;
|
122
122
|
okType: PropType<import("ant-design-vue/es/button/buttonTypes").LegacyButtonType>;
|
@@ -382,7 +382,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
382
382
|
type: BooleanConstructor;
|
383
383
|
default: undefined;
|
384
384
|
};
|
385
|
-
width: (
|
385
|
+
width: (StringConstructor | NumberConstructor)[];
|
386
386
|
footer: PropType<any>;
|
387
387
|
okText: PropType<any>;
|
388
388
|
okType: PropType<import("ant-design-vue/es/button/buttonTypes").LegacyButtonType>;
|
@@ -646,7 +646,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
646
646
|
type: BooleanConstructor;
|
647
647
|
default: undefined;
|
648
648
|
};
|
649
|
-
width: (
|
649
|
+
width: (StringConstructor | NumberConstructor)[];
|
650
650
|
footer: PropType<any>;
|
651
651
|
okText: PropType<any>;
|
652
652
|
okType: PropType<import("ant-design-vue/es/button/buttonTypes").LegacyButtonType>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ComputedRef } from 'vue';
|
2
|
-
import { VarProfileDetail } from '../../
|
3
|
-
import { IRemoveEventListenerHandler } from '../../
|
2
|
+
import { VarProfileDetail } from '../../api/WMS/models';
|
3
|
+
import { IRemoveEventListenerHandler } from '../../const';
|
4
4
|
import { IKgTableRequestParameter } from '../KgTable';
|
5
5
|
import { IKgSearchReadyEventListener, IKgSearchResetEventListener, IKgSearchSearchEventListener, IKgSearchStore } from './index.store';
|
6
6
|
export declare type IUseKgSearch = {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { StoreDefinition } from 'pinia';
|
2
|
-
import { VarProfileMasterDTO } from '../../
|
3
|
-
import { IKgEventListener } from '../../
|
2
|
+
import { VarProfileMasterDTO } from '../../api/WMS/models';
|
3
|
+
import { IKgEventListener } from '../../const';
|
4
4
|
import { IKgTableRequestParameter } from '../KgTable';
|
5
5
|
/**
|
6
6
|
* 事件类型.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Pinia } from 'pinia';
|
2
2
|
import { ComputedRef } from 'vue';
|
3
|
-
import { WorkstationAreaDTO, WorkstationDTO } from '../../
|
3
|
+
import { WorkstationAreaDTO, WorkstationDTO } from '../../api/WMS/models';
|
4
4
|
import { IKgStationStore } from './index.store';
|
5
5
|
export declare type IUseKgStation = {
|
6
6
|
/**
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { FormInstance } from 'ant-design-vue';
|
2
2
|
import { ComputedRef, Ref } from 'vue';
|
3
|
-
import { VarProfileDetail, VarSubmitConfig, VarSubmitDetail } from '../../
|
4
|
-
import { IKgVarSubmitConfigProperties, IRemoveEventListenerHandler, KG__VAR_BUTTON__TYPE, KG__VAR_SUBMIT_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__LABEL_COLUMN_UNIT, KG__VAR_SUBMIT_CONFIG__LAYOUT } from '../../
|
3
|
+
import { VarProfileDetail, VarSubmitConfig, VarSubmitDetail } from '../../api/WMS/models';
|
4
|
+
import { IKgVarSubmitConfigProperties, IRemoveEventListenerHandler, KG__VAR_BUTTON__TYPE, KG__VAR_SUBMIT_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__LABEL_COLUMN_UNIT, KG__VAR_SUBMIT_CONFIG__LAYOUT } from '../../const';
|
5
5
|
import { IKgSubmitAfterValidateEventListener, IKgSubmitBeforeOkEventListener, IKgSubmitBeforeOpenEventListener, IKgSubmitBeforeRequestEventListener, IKgSubmitCloseEventListener, IKgSubmitErrorEventListener, IKgSubmitOkEventListener, IKgSubmitOnBeforeCancelEventListener, IKgSubmitOnCancelEventListener, IKgSubmitOnOpenEventListener, IKgSubmitStore } from './index.store';
|
6
6
|
export interface IUseKgSubmit {
|
7
7
|
/**
|
@@ -2,9 +2,9 @@ import { RuleObject } from 'ant-design-vue/es/form';
|
|
2
2
|
import { FormInstance } from 'ant-design-vue/lib/form/Form';
|
3
3
|
import { StoreDefinition } from 'pinia';
|
4
4
|
import { Ref } from 'vue';
|
5
|
-
import { VarProfileDetail, VarSubmitConfig, VarSubmitDetail } from '../../
|
6
|
-
import { IKgEventListener, KG__VAR_BUTTON__TYPE } from '../../
|
7
|
-
import { KgAny } from '../../
|
5
|
+
import { VarProfileDetail, VarSubmitConfig, VarSubmitDetail } from '../../api/WMS/models';
|
6
|
+
import { IKgEventListener, KG__VAR_BUTTON__TYPE } from '../../const';
|
7
|
+
import { KgAny } from '../../type';
|
8
8
|
import { IKgTableRow } from '../KgTable';
|
9
9
|
/**
|
10
10
|
* 事件类型.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ComputedRef } from 'vue';
|
2
|
-
import { VarGridConfig, VarGridDetail } from '../../
|
3
|
-
import { IRemoveEventListenerHandler } from '../../
|
2
|
+
import { VarGridConfig, VarGridDetail } from '../../api/WMS/models';
|
3
|
+
import { IRemoveEventListenerHandler } from '../../const';
|
4
4
|
import { IKgTableAfterRequestEventListener, IKgTableBeforeParseParameterEventListener, IKgTableBeforeRequestEventListener, IKgTableBeforeSetDatasEventListener, IKgTableReadyEventListener, IKgTableRowDoubleClickEventListener, IKgTableStore } from './index.store';
|
5
5
|
export interface IUseKgTable {
|
6
6
|
/**
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { Key } from 'ant-design-vue/lib/_util/type';
|
2
2
|
import { StoreDefinition } from 'pinia';
|
3
3
|
import { Ref } from 'vue';
|
4
|
-
import { IPage, VarGridConfig, VarGridDetail } from '../../
|
5
|
-
import { IKgEventListener } from '../../
|
4
|
+
import { IPage, VarGridConfig, VarGridDetail } from '../../api/WMS/models';
|
5
|
+
import { IKgEventListener } from '../../const';
|
6
6
|
import { IKgTableRow, IKgTableRowHeight } from './index.vm';
|
7
7
|
/**
|
8
8
|
* 事件类型.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ComputedRef } from 'vue';
|
2
|
-
import { VarConfigControl, VarConfigDescription, VarConfigPossibility } from '../../
|
3
|
-
import { IRemoveEventListenerHandler, KG__VAR_BUTTON__TYPE } from '../../
|
2
|
+
import { VarConfigControl, VarConfigDescription, VarConfigPossibility } from '../../api/WMS/models';
|
3
|
+
import { IRemoveEventListenerHandler, KG__VAR_BUTTON__TYPE } from '../../const';
|
4
4
|
import { IUseKgButton } from '../KgButton';
|
5
5
|
import { IUseKgForm } from '../KgForm';
|
6
6
|
import { type IUseKgSearch } from '../KgSearch';
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { StoreDefinition } from 'pinia';
|
2
|
-
import { VarButton, VarButtonConfig, VarChildDetail, VarConfigControl, VarConfigDescription, VarConfigInput, VarConfigLookup, VarConfigPossibility, VarConfigTip, VarDda, VarGridConfig, VarGridDetail, VarGridMasterDTO, VarProfileConfig, VarProfileDetail, VarProfileMasterDTO, VarSubmitConfig, VarSubmitDetail, VarVariable } from '../../
|
3
|
-
import { IKgEventListener, KG__VAR_BUTTON__TYPE } from '../../
|
2
|
+
import { VarButton, VarButtonConfig, VarChildDetail, VarConfigControl, VarConfigDescription, VarConfigInput, VarConfigLookup, VarConfigPossibility, VarConfigTip, VarDda, VarGridConfig, VarGridDetail, VarGridMasterDTO, VarProfileConfig, VarProfileDetail, VarProfileMasterDTO, VarSubmitConfig, VarSubmitDetail, VarVariable } from '../../api/WMS/models';
|
3
|
+
import { IKgEventListener, KG__VAR_BUTTON__TYPE } from '../../const';
|
4
4
|
import { IUseKgVar } from './index.hooks';
|
5
5
|
import { IKgProps, IKgSlots } from './index.vm';
|
6
6
|
/**
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VarButton, VarButtonConfig, VarChildDetail, VarConfigControl, VarConfigInput, VarConfigLookup, VarConfigPossibility, VarConfigTip, VarGridConfig, VarGridDetail, VarGridMasterDTO, VarProfileConfig, VarProfileDetail, VarProfileMasterDTO, VarSubmitConfig, VarSubmitDetail } from '../../
|
1
|
+
import { VarButton, VarButtonConfig, VarChildDetail, VarConfigControl, VarConfigInput, VarConfigLookup, VarConfigPossibility, VarConfigTip, VarGridConfig, VarGridDetail, VarGridMasterDTO, VarProfileConfig, VarProfileDetail, VarProfileMasterDTO, VarSubmitConfig, VarSubmitDetail } from '../../api/WMS/models';
|
2
2
|
export declare function transformVarProfileConfig(varProfileConfig: VarProfileConfig | null | undefined): VarProfileConfig | null;
|
3
3
|
export declare function transformVarGridConfig(varGridConfig: VarGridConfig | null | undefined): VarGridConfig | null;
|
4
4
|
export declare function transformVarGridMasters(varGridMasters?: Array<VarGridMasterDTO> | null): Array<VarGridMasterDTO>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ColumnsType } from 'ant-design-vue/es/table';
|
2
2
|
import { Ref, UnwrapRef } from 'vue';
|
3
|
-
import { VarProfileDetail } from '../../../../
|
3
|
+
import { VarProfileDetail } from '../../../../api/WMS/models';
|
4
4
|
export declare const leftVarProfileDetailColumns: (hostFormID: string) => ColumnsType<VarProfileDetail>;
|
5
5
|
export declare const rightVarProfileDetailColumns: (hostFormID: string) => ColumnsType<VarProfileDetail>;
|
6
6
|
export declare type IUseDragRow = {};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ColumnsType } from 'ant-design-vue/es/table';
|
2
2
|
import { Ref, UnwrapRef } from 'vue';
|
3
|
-
import { VarGridDetail } from '../../../../
|
3
|
+
import { VarGridDetail } from '../../../../api/WMS/models';
|
4
4
|
export declare type IUseTransferColumns = {
|
5
5
|
/** 左侧表格的列. */
|
6
6
|
leftColumns: () => ColumnsType<VarGridDetail>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Pinia } from 'pinia';
|
2
2
|
import { ComputedRef } from 'vue';
|
3
|
-
import { IRemoveEventListenerHandler } from '../../
|
3
|
+
import { IRemoveEventListenerHandler } from '../../const';
|
4
4
|
import { IKgWarehouseMountedEventListener, IKgWarehouseStore } from './index.store';
|
5
5
|
export declare type IUseKgWarehouse = {
|
6
6
|
/**
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { StoreDefinition } from 'pinia';
|
2
|
-
import { WhDTO } from '../../
|
3
|
-
import { IKgEventListener } from '../../
|
2
|
+
import { WhDTO } from '../../api/WMS/models';
|
3
|
+
import { IKgEventListener } from '../../const';
|
4
4
|
/**
|
5
5
|
* 事件类型.
|
6
6
|
* 'mounted': 组件加载完成
|