@kengic/vue 0.26.6-beta.1 → 0.26.6-beta.100
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/dist/bulb-outlined.93f68e9f.mjs +8 -0
- package/dist/caret-right-outlined.f3fc4d46.mjs +8 -0
- package/dist/close-outlined-DMcSQWxQ.36beccf9.mjs +8 -0
- package/dist/fullscreen-exit-outlined-X1iYkFc4.19c370ee.mjs +8 -0
- package/dist/fullscreen-exit-outlined.a75b82c2.mjs +8 -0
- package/dist/fullscreen-outlined-DDBrsRcy.55126763.mjs +8 -0
- package/dist/fullscreen-outlined.c9ba7960.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +72015 -25810
- package/dist/pause-outlined.a5f6ccbd.mjs +8 -0
- package/dist/project/build/vite/plugin/index.ts +14 -1
- package/dist/src/{apis → api}/WMS/Controllers/DescriptionController/List.d.ts +5 -5
- 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 +2 -2
- 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 +3 -3
- package/dist/src/{apis → api}/WMS/Controllers/VarGridMasterController/Update.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
- package/dist/src/{apis → api}/WMS/Controllers/VarVariableController/Delete.d.ts +1 -1
- package/dist/src/{apis → api}/WMS/Controllers/WhController/ListVO.d.ts +15 -15
- package/dist/src/{apis → api}/WMS/Controllers/WorkstationController/List.d.ts +2 -2
- package/dist/src/{apis → api}/WMS/models.d.ts +51 -45
- 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/KgCanvas.ContextMenu.d.ts +6 -9
- package/dist/src/component/KgCanvas/KgCanvas.Toolbar.Fullscreen.d.ts +38 -0
- package/dist/src/component/KgCanvas/KgCanvas.Toolbar.OverviewScale.d.ts +38 -0
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +28 -0
- package/dist/src/{components → component}/KgCanvas/KgCanvas.d.ts +47 -14
- package/dist/src/{components → component}/KgCanvas/KgCanvas.service.d.ts +7 -0
- 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/component/KgCanvas/index.vm.d.ts +29 -0
- 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 +1 -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 +19 -13
- package/dist/src/{components/KgModal/components/KgModal.HeaderButtons.d.ts → component/KgModal/KgModalHeaderButtons.d.ts} +1 -1
- package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +12 -0
- package/dist/src/{components/KgModal/KgModal.service.d.ts → component/KgModal/hooks/useDragToResize.d.ts} +1 -11
- 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/{pages/KgVarFactory → component/KgVar}/KgVarFactory.d.ts +9 -10
- package/dist/src/{components → component}/KgVar/index.d.ts +1 -0
- package/dist/src/{components → component}/KgVar/index.hooks.d.ts +9 -4
- package/dist/src/{components → component}/KgVar/index.store.d.ts +24 -11
- package/dist/src/{components → component}/KgVar/index.store.service.d.ts +1 -1
- package/dist/src/{components → component}/KgVar/index.vm.d.ts +2 -0
- package/dist/src/{components/KgVarConfig/components/KgVarConfig.Modal.d.ts → component/KgVarConfig/components/KgVarConfigModal.d.ts} +1 -2
- 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/config/setup/setup.d.ts +3 -2
- package/dist/src/{consts → const}/i18n/en.d.ts +7 -0
- package/dist/src/{consts → const}/i18n/es_ES.d.ts +7 -0
- package/dist/src/{consts → const}/i18n/fr_FR.d.ts +7 -0
- package/dist/src/{consts → const}/i18n/km_KH.d.ts +7 -0
- package/dist/src/{consts → const}/i18n/ko_KR.d.ts +7 -0
- package/dist/src/{consts → const}/i18n/vi_VN.d.ts +7 -0
- package/dist/src/{consts → const}/i18n/zh_CN.d.ts +8 -0
- package/dist/src/{consts → const}/index.vm.d.ts +9 -1
- package/dist/src/{helpers → helper}/ant-design-vue.d.ts +15 -15
- package/dist/src/index.d.ts +9 -8
- package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.store.d.ts +1 -1
- package/dist/src/{pages → page}/index.d.ts +0 -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 +2 -2
- package/package.json +33 -21
- 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/pages/KgVarFactory/index.d.ts +0 -1
- package/dist/src/project/src/api/index.d.ts +0 -3
- package/dist/src/project/src/api/sys/model/menuModel.d.ts +0 -15
- package/dist/src/project/src/api/sys/model/uploadModel.d.ts +0 -5
- package/dist/src/project/src/api/sys/model/userModel.d.ts +0 -46
- package/dist/src/project/src/components/Dropdown/index.d.ts +0 -1
- package/dist/src/project/src/components/Dropdown/src/typing.d.ts +0 -9
- package/dist/src/project/src/components/index.d.ts +0 -1
- 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/index.d.ts +0 -13
- 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/index.d.ts +0 -1
- package/dist/src/project/src/hooks/web/useI18n.d.ts +0 -13
- package/dist/src/project/src/index.d.ts +0 -13
- package/dist/src/project/src/locales/helper.d.ts +0 -5
- package/dist/src/project/src/locales/index.d.ts +0 -3
- package/dist/src/project/src/locales/setupI18n.d.ts +0 -4
- package/dist/src/project/src/locales/useLocale.d.ts +0 -10
- 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/index.d.ts +0 -3
- package/dist/src/project/src/store/index.d.ts +0 -1
- package/dist/src/project/src/store/modules/index.d.ts +0 -1
- package/dist/src/project/src/store/modules/locale.d.ts +0 -38
- 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/env.d.ts +0 -34
- package/dist/src/utils/kg-dom.util.d.ts +0 -12
- package/dist/src/utils/kg-logger.util.d.ts +0 -69
- /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}/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/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/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}/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/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/index.d.ts +0 -0
- /package/dist/src/{consts → const}/index.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/{services → service}/index.d.ts +0 -0
@@ -22,7 +22,20 @@ export function createVitePlugins(viteEnv: ViteEnv, isBuild: boolean) {
|
|
22
22
|
|
23
23
|
const vitePlugins: (PluginOption | PluginOption[])[] = [
|
24
24
|
// have to
|
25
|
-
vue(
|
25
|
+
vue({
|
26
|
+
template: {
|
27
|
+
compilerOptions: {
|
28
|
+
// treat all tags with a dash as custom elements
|
29
|
+
isCustomElement: (tag) => {
|
30
|
+
if (['kg-var-config', 'kg-work-station'].includes(tag)) {
|
31
|
+
return true;
|
32
|
+
}
|
33
|
+
|
34
|
+
return false;
|
35
|
+
},
|
36
|
+
},
|
37
|
+
},
|
38
|
+
}),
|
26
39
|
// have to
|
27
40
|
vueJsx(),
|
28
41
|
// support name
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IRequestConfig, IRequestOptions } from '../../../../
|
1
|
+
import { IRequestConfig, IRequestOptions } from '../../../../service';
|
2
2
|
import * as DEF from '../../../def';
|
3
3
|
/** 请求参数. */
|
4
4
|
export declare class ListQuery {
|
@@ -8,15 +8,15 @@ export declare class ListQuery {
|
|
8
8
|
codval?: string | null;
|
9
9
|
/** 模块(ProjectName). */
|
10
10
|
grpNam?: string | null;
|
11
|
-
/** id */
|
11
|
+
/** id. */
|
12
12
|
id?: string | null;
|
13
13
|
/** 长描述(LongDescription). */
|
14
14
|
lngDsc?: string | null;
|
15
15
|
/** 语言(LocaleId). */
|
16
16
|
localeId?: string | null;
|
17
|
-
/**
|
17
|
+
/** 修改用户编号. */
|
18
18
|
modUsrCod?: string | null;
|
19
|
-
/**
|
19
|
+
/** 修改日期. */
|
20
20
|
moddte?: string | null;
|
21
21
|
/** 短描述(ShortDescription). */
|
22
22
|
shortDsc?: string | null;
|
@@ -26,7 +26,7 @@ export declare class ListQuery {
|
|
26
26
|
srtseq?: number | null;
|
27
27
|
/** 系统定义. */
|
28
28
|
sysDefFlg?: number | null;
|
29
|
-
/**
|
29
|
+
/** 版本. */
|
30
30
|
version?: number | null;
|
31
31
|
/** 排序字段. */
|
32
32
|
column?: string | null;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { IRequestConfig, IRequestOptions } from '../../../../
|
1
|
+
import { IRequestConfig, IRequestOptions } from '../../../../service';
|
2
2
|
import * as DEF from '../../../def';
|
3
3
|
/** 请求参数. */
|
4
4
|
export declare class AddQuery {
|
5
5
|
}
|
6
6
|
/**
|
7
|
-
*
|
7
|
+
* 变量翻译-添加.
|
8
8
|
*
|
9
9
|
* @param config 请求配置.
|
10
10
|
* @param option 请求选项.
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import { IRequestConfig, IRequestOptions } from '../../../../
|
1
|
+
import { IRequestConfig, IRequestOptions } from '../../../../service';
|
2
2
|
import * as DEF from '../../../def';
|
3
3
|
/** 请求参数. */
|
4
4
|
export declare class QueryByIDQuery {
|
5
|
-
/** id */
|
5
|
+
/** id. */
|
6
6
|
id: string | null;
|
7
7
|
constructor(obj?: QueryByIDQuery);
|
8
8
|
}
|
9
9
|
/**
|
10
|
-
* 表格视图-通过ID
|
10
|
+
* 表格视图-通过ID查询.
|
11
11
|
*
|
12
12
|
* @param config 请求配置.
|
13
13
|
* @param option 请求选项.
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { IRequestConfig, IRequestOptions } from '../../../../
|
1
|
+
import { IRequestConfig, IRequestOptions } from '../../../../service';
|
2
2
|
import * as DEF from '../../../def';
|
3
3
|
/** 请求参数. */
|
4
4
|
export declare class QueryByIDQuery {
|
5
|
-
/** id */
|
5
|
+
/** id. */
|
6
6
|
id: string | null;
|
7
7
|
constructor(obj?: QueryByIDQuery);
|
8
8
|
}
|
@@ -1,34 +1,34 @@
|
|
1
|
-
import { IRequestConfig, IRequestOptions } from '../../../../
|
1
|
+
import { IRequestConfig, IRequestOptions } from '../../../../service';
|
2
2
|
import * as DEF from '../../../def';
|
3
3
|
/** 请求参数. */
|
4
4
|
export declare class ListVOQuery {
|
5
|
-
/**
|
5
|
+
/** 是否可用. */
|
6
6
|
activeFlg?: number | null;
|
7
|
-
/**
|
7
|
+
/** 地址编号. */
|
8
8
|
adrId?: string | null;
|
9
|
-
/**
|
9
|
+
/** 地址名. */
|
10
10
|
adrnam?: string | null;
|
11
|
-
/**
|
11
|
+
/** 公司代码. */
|
12
12
|
comCod?: string | null;
|
13
|
-
/**
|
13
|
+
/** 默认仓库. */
|
14
14
|
defWhFlg?: number | null;
|
15
15
|
/** 主键. */
|
16
16
|
id?: string | null;
|
17
|
-
/**
|
17
|
+
/** 所属地/国编号. */
|
18
18
|
orgcod?: string | null;
|
19
|
-
/**
|
19
|
+
/** 永久调整托盘. */
|
20
20
|
permAdjLod?: string | null;
|
21
|
-
/**
|
21
|
+
/** 永久调整箱. */
|
22
22
|
permAdjSub?: string | null;
|
23
|
-
/**
|
23
|
+
/** 永久创建托盘. */
|
24
24
|
permCreLod?: string | null;
|
25
|
-
/**
|
25
|
+
/** 永久创建箱. */
|
26
26
|
permCreSub?: string | null;
|
27
|
-
/**
|
27
|
+
/** 版本. */
|
28
28
|
version?: number | null;
|
29
|
-
/**
|
29
|
+
/** 仓库名称. */
|
30
30
|
whDsc?: string | null;
|
31
|
-
/**
|
31
|
+
/** 仓库编号. */
|
32
32
|
whId?: string | null;
|
33
33
|
/** 排序字段. */
|
34
34
|
column?: string | null;
|
@@ -42,7 +42,7 @@ export declare class ListVOQuery {
|
|
42
42
|
}
|
43
43
|
/**
|
44
44
|
* wh-分页列表查询VO
|
45
|
-
wh-分页列表查询VO
|
45
|
+
wh-分页列表查询VO.
|
46
46
|
*
|
47
47
|
* @param config 请求配置.
|
48
48
|
* @param option 请求选项.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IRequestConfig, IRequestOptions } from '../../../../
|
1
|
+
import { IRequestConfig, IRequestOptions } from '../../../../service';
|
2
2
|
import * as DEF from '../../../def';
|
3
3
|
/** 请求参数. */
|
4
4
|
export declare class ListQuery {
|
@@ -13,7 +13,7 @@ export declare class ListQuery {
|
|
13
13
|
constructor(obj?: ListQuery);
|
14
14
|
}
|
15
15
|
/**
|
16
|
-
*
|
16
|
+
* 工作站-分页列表查询.
|
17
17
|
*
|
18
18
|
* @param config 请求配置.
|
19
19
|
* @param option 请求选项.
|
@@ -18,7 +18,7 @@ export declare class CreateVarDdaQuery {
|
|
18
18
|
varGridMaster?: VarGridMaster | null;
|
19
19
|
/** 查询条件配置. */
|
20
20
|
varProfileConfig?: VarProfileConfig | null;
|
21
|
-
/**
|
21
|
+
/** 查询条件视图明细. */
|
22
22
|
varProfileDetails?: Array<VarProfileDetail> | null;
|
23
23
|
/** 查询条件视图. */
|
24
24
|
varProfileMaster?: VarProfileMaster | null;
|
@@ -76,15 +76,19 @@ export declare class Description {
|
|
76
76
|
codval?: string | null;
|
77
77
|
/** 模块(ProjectName). */
|
78
78
|
grpNam?: string | null;
|
79
|
-
/** id */
|
79
|
+
/** id. */
|
80
80
|
id?: string | null;
|
81
|
+
/** 插入时间. */
|
82
|
+
insDt?: string | null;
|
83
|
+
/** 插入用户Id. */
|
84
|
+
insUsrId?: string | null;
|
81
85
|
/** 长描述(LongDescription). */
|
82
86
|
lngDsc?: string | null;
|
83
87
|
/** 语言(LocaleId). */
|
84
88
|
localeId?: string | null;
|
85
|
-
/**
|
89
|
+
/** 修改用户编号. */
|
86
90
|
modUsrCod?: string | null;
|
87
|
-
/**
|
91
|
+
/** 修改日期. */
|
88
92
|
moddte?: string | null;
|
89
93
|
/** 短描述(ShortDescription). */
|
90
94
|
shortDsc?: string | null;
|
@@ -92,7 +96,7 @@ export declare class Description {
|
|
92
96
|
srtseq?: number | null;
|
93
97
|
/** 系统定义. */
|
94
98
|
sysDefFlg?: number | null;
|
95
|
-
/**
|
99
|
+
/** 版本. */
|
96
100
|
version?: number | null;
|
97
101
|
constructor(obj?: Description);
|
98
102
|
}
|
@@ -112,15 +116,15 @@ export declare class DescriptionDTO {
|
|
112
116
|
codval?: string | null;
|
113
117
|
/** 模块(ProjectName). */
|
114
118
|
grpNam?: string | null;
|
115
|
-
/** id */
|
119
|
+
/** id. */
|
116
120
|
id?: string | null;
|
117
121
|
/** 长描述(LongDescription). */
|
118
122
|
lngDsc?: string | null;
|
119
123
|
/** 语言(LocaleId). */
|
120
124
|
localeId?: string | null;
|
121
|
-
/**
|
125
|
+
/** 修改用户编号. */
|
122
126
|
modUsrCod?: string | null;
|
123
|
-
/**
|
127
|
+
/** 修改日期. */
|
124
128
|
moddte?: string | null;
|
125
129
|
/** 短描述(ShortDescription). */
|
126
130
|
shortDsc?: string | null;
|
@@ -130,7 +134,7 @@ export declare class DescriptionDTO {
|
|
130
134
|
srtseq?: number | null;
|
131
135
|
/** 系统定义. */
|
132
136
|
sysDefFlg?: number | null;
|
133
|
-
/**
|
137
|
+
/** 版本. */
|
134
138
|
version?: number | null;
|
135
139
|
constructor(obj?: DescriptionDTO);
|
136
140
|
}
|
@@ -333,7 +337,7 @@ export declare class UpdateVarGridMasterQuery {
|
|
333
337
|
grd_var_nam_dsc?: string | null;
|
334
338
|
/** 分组(GroupName). */
|
335
339
|
grp_nam?: string | null;
|
336
|
-
/**
|
340
|
+
/** 主键. */
|
337
341
|
id?: string | null;
|
338
342
|
/** 用户(UserID). */
|
339
343
|
usr_id?: string | null;
|
@@ -871,7 +875,7 @@ export declare class VarSubmitConfig {
|
|
871
875
|
max_width?: number | null;
|
872
876
|
/** 最小宽度. */
|
873
877
|
min_width?: number | null;
|
874
|
-
/**
|
878
|
+
/** 所属查询条件视图的变量名称. */
|
875
879
|
prf_var_nam?: string | null;
|
876
880
|
/** 配置属性. */
|
877
881
|
props?: string | null;
|
@@ -903,7 +907,7 @@ export declare class VarSubmitDetail {
|
|
903
907
|
key_flg?: number | null;
|
904
908
|
/** 占位提示文字(Placeholder). */
|
905
909
|
placeholder?: string | null;
|
906
|
-
/**
|
910
|
+
/** 所属查询条件视图的变量名称. */
|
907
911
|
prf_var_nam?: string | null;
|
908
912
|
/** 是否必填. */
|
909
913
|
required_flag?: number | null;
|
@@ -931,77 +935,79 @@ export declare class VarVariable {
|
|
931
935
|
var_nam?: string | null;
|
932
936
|
constructor(obj?: VarVariable);
|
933
937
|
}
|
934
|
-
/**
|
938
|
+
/** 仓库数据传输对象. */
|
935
939
|
export declare class WhDTO {
|
936
|
-
/**
|
940
|
+
/** 是否可用. */
|
937
941
|
activeFlg?: number | null;
|
938
|
-
/**
|
942
|
+
/** 地址编号. */
|
939
943
|
adrId?: string | null;
|
940
|
-
/**
|
944
|
+
/** 地址名. */
|
941
945
|
adrnam?: string | null;
|
942
|
-
/**
|
946
|
+
/** 公司代码. */
|
943
947
|
comCod?: string | null;
|
944
|
-
/**
|
948
|
+
/** 默认仓库. */
|
945
949
|
defWhFlg?: number | null;
|
946
950
|
/** 主键. */
|
947
951
|
id?: string | null;
|
948
|
-
/**
|
952
|
+
/** 所属地/国编号. */
|
949
953
|
orgcod?: string | null;
|
950
|
-
/**
|
954
|
+
/** 永久调整托盘. */
|
951
955
|
permAdjLod?: string | null;
|
952
|
-
/**
|
956
|
+
/** 永久调整箱. */
|
953
957
|
permAdjSub?: string | null;
|
954
|
-
/**
|
958
|
+
/** 永久创建托盘. */
|
955
959
|
permCreLod?: string | null;
|
956
|
-
/**
|
960
|
+
/** 永久创建箱. */
|
957
961
|
permCreSub?: string | null;
|
958
|
-
/**
|
962
|
+
/** 版本. */
|
959
963
|
version?: number | null;
|
960
|
-
/**
|
964
|
+
/** 仓库名称. */
|
961
965
|
whDsc?: string | null;
|
962
|
-
/**
|
966
|
+
/** 仓库编号. */
|
963
967
|
whId?: string | null;
|
964
968
|
constructor(obj?: WhDTO);
|
965
969
|
}
|
966
|
-
/**
|
970
|
+
/** 工作站区域数据传输对象. */
|
967
971
|
export declare class WorkstationAreaDTO {
|
968
|
-
/**
|
972
|
+
/** 主键. */
|
969
973
|
id?: string | null;
|
970
|
-
/**
|
974
|
+
/** 创建日期. */
|
971
975
|
insDt?: string | null;
|
972
|
-
/**
|
976
|
+
/** 创建用户. */
|
973
977
|
insUsrId?: string | null;
|
974
|
-
/**
|
978
|
+
/** 修改日期. */
|
975
979
|
modUsrId?: string | null;
|
976
|
-
/**
|
980
|
+
/** 修改用户. */
|
977
981
|
moddte?: string | null;
|
978
|
-
/**
|
982
|
+
/** 仓库. */
|
979
983
|
whId?: string | null;
|
980
|
-
/**
|
984
|
+
/** 工作区. */
|
981
985
|
wrkare?: string | null;
|
982
|
-
/**
|
986
|
+
/** 工作区描述. */
|
983
987
|
wrkareDsc?: string | null;
|
984
988
|
constructor(obj?: WorkstationAreaDTO);
|
985
989
|
}
|
986
|
-
/**
|
990
|
+
/** 工作站数据传输对象. */
|
987
991
|
export declare class WorkstationDTO {
|
988
|
-
/**
|
992
|
+
/** 工作站. */
|
989
993
|
devcod?: string | null;
|
990
|
-
/**
|
994
|
+
/** 工作站描述. */
|
995
|
+
devcodDsc?: string | null;
|
996
|
+
/** 主工作区. */
|
991
997
|
hmewrkare?: string | null;
|
992
|
-
/**
|
998
|
+
/** 主键. */
|
993
999
|
id?: string | null;
|
994
|
-
/**
|
1000
|
+
/** 创建日期. */
|
995
1001
|
insDt?: string | null;
|
996
|
-
/**
|
1002
|
+
/** 创建用户. */
|
997
1003
|
insUsrId?: string | null;
|
998
|
-
/**
|
1004
|
+
/** 修改日期. */
|
999
1005
|
modUsrId?: string | null;
|
1000
|
-
/**
|
1006
|
+
/** 修改用户. */
|
1001
1007
|
moddte?: string | null;
|
1002
|
-
/**
|
1008
|
+
/** 仓库. */
|
1003
1009
|
whId?: string | null;
|
1004
|
-
/**
|
1010
|
+
/** 工作站与工作区域关系. */
|
1005
1011
|
workstationAreas?: Array<WorkstationAreaDTO> | null;
|
1006
1012
|
constructor(obj?: WorkstationDTO);
|
1007
1013
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IRemoveEventListenerHandler, KG_APP, Menu } from '../../
|
1
|
+
import { IRemoveEventListenerHandler, KG_APP, Menu } from '../../const';
|
2
2
|
import { IKgAppSelectGotoAppEventListener, IKgAppSelectGotoPathEventListener, IKgAppSelectStore } from './index.store';
|
3
3
|
export declare type IUseKgAppSelect = {
|
4
4
|
/** 状态数据. */
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../
|
1
|
+
import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../const';
|
2
2
|
import './KgButton.Item.less';
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
4
4
|
kgButton: import("vue").PropType<import("../..").VarButton>;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
2
|
-
import { VarButton } from '../../
|
3
|
-
import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../
|
2
|
+
import { VarButton } from '../../api/WMS/models';
|
3
|
+
import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../const';
|
4
4
|
export declare const getProps: () => {
|
5
5
|
/** 按钮. */
|
6
6
|
kgButton: PropType<VarButton>;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { KG__VAR_BUTTON__TYPE } from '../../../
|
1
|
+
import { KG__VAR_BUTTON__TYPE } from '../../../const';
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
3
3
|
kgButton: import("vue").PropType<import("../../..").VarButton>;
|
4
|
-
kgColor: import("vue").PropType<import("../../../
|
4
|
+
kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
|
5
5
|
kgDisabled: {
|
6
6
|
type: import("vue").PropType<boolean | null | undefined>;
|
7
7
|
default: undefined;
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
18
18
|
onKgClick: import("vue").PropType<(args?: any) => Promise<boolean>>;
|
19
19
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
20
20
|
kgButton: import("vue").PropType<import("../../..").VarButton>;
|
21
|
-
kgColor: import("vue").PropType<import("../../../
|
21
|
+
kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
|
22
22
|
kgDisabled: {
|
23
23
|
type: import("vue").PropType<boolean | null | undefined>;
|
24
24
|
default: undefined;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../../
|
1
|
+
import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../../const';
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
3
3
|
kgButton: import("vue").PropType<import("../../..").VarButton>;
|
4
4
|
kgColor: import("vue").PropType<KG__VAR_BUTTON__COLOR | null>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../../
|
1
|
+
import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../../const';
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
3
3
|
kgButton: import("vue").PropType<import("../../..").VarButton>;
|
4
4
|
kgColor: import("vue").PropType<KG__VAR_BUTTON__COLOR | null>;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { KG__VAR_BUTTON__TYPE } from '../../../
|
1
|
+
import { KG__VAR_BUTTON__TYPE } from '../../../const';
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
3
3
|
kgButton: import("vue").PropType<import("../../..").VarButton>;
|
4
|
-
kgColor: import("vue").PropType<import("../../../
|
4
|
+
kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
|
5
5
|
kgDisabled: {
|
6
6
|
type: import("vue").PropType<boolean | null | undefined>;
|
7
7
|
default: undefined;
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
18
18
|
onKgClick: import("vue").PropType<(args?: any) => Promise<boolean>>;
|
19
19
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
20
20
|
kgButton: import("vue").PropType<import("../../..").VarButton>;
|
21
|
-
kgColor: import("vue").PropType<import("../../../
|
21
|
+
kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
|
22
22
|
kgDisabled: {
|
23
23
|
type: import("vue").PropType<boolean | null | undefined>;
|
24
24
|
default: undefined;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { KG__VAR_BUTTON__TYPE } from '../../../
|
1
|
+
import { KG__VAR_BUTTON__TYPE } from '../../../const';
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
3
3
|
kgButton: import("vue").PropType<import("../../..").VarButton>;
|
4
|
-
kgColor: import("vue").PropType<import("../../../
|
4
|
+
kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
|
5
5
|
kgDisabled: {
|
6
6
|
type: import("vue").PropType<boolean | null | undefined>;
|
7
7
|
default: undefined;
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
18
18
|
onKgClick: import("vue").PropType<(args?: any) => Promise<boolean>>;
|
19
19
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
20
20
|
kgButton: import("vue").PropType<import("../../..").VarButton>;
|
21
|
-
kgColor: import("vue").PropType<import("../../../
|
21
|
+
kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
|
22
22
|
kgDisabled: {
|
23
23
|
type: import("vue").PropType<boolean | null | undefined>;
|
24
24
|
default: undefined;
|