@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
@@ -1,5 +0,0 @@
|
|
1
|
-
import { LocaleType } from '../../types';
|
2
|
-
export declare const loadLocalePool: LocaleType[];
|
3
|
-
export declare function setHtmlPageLang(locale: LocaleType): void;
|
4
|
-
export declare function setLoadLocalePool(cb: (loadLocalePool: LocaleType[]) => void): void;
|
5
|
-
export declare function genMessage(langs: Record<string, Record<string, any>>, prefix?: string): Recordable<any>;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Multi-language related operations
|
3
|
-
*/
|
4
|
-
import { LocaleType } from '../../types';
|
5
|
-
export declare function useLocale(): {
|
6
|
-
getLocale: import("vue").ComputedRef<LocaleType>;
|
7
|
-
getShowLocalePicker: import("vue").ComputedRef<boolean>;
|
8
|
-
changeLocale: (locale: LocaleType) => Promise<LocaleType | undefined>;
|
9
|
-
getAntdLocale: import("vue").ComputedRef<any>;
|
10
|
-
};
|
@@ -1,44 +0,0 @@
|
|
1
|
-
export declare const componentSetting: {
|
2
|
-
table: {
|
3
|
-
fetchSetting: {
|
4
|
-
pageField: string;
|
5
|
-
sizeField: string;
|
6
|
-
listField: string;
|
7
|
-
totalField: string;
|
8
|
-
};
|
9
|
-
pageSizeOptions: string[];
|
10
|
-
defaultSize: string;
|
11
|
-
defaultPageSize: number;
|
12
|
-
defaultSortFn: (sortInfo: any) => string | {
|
13
|
-
column: any;
|
14
|
-
order: string;
|
15
|
-
} | {
|
16
|
-
sortInfoString: string;
|
17
|
-
} | {
|
18
|
-
sortInfoString?: undefined;
|
19
|
-
};
|
20
|
-
defaultFilterFn: (data: Partial<Recordable<string[]>>) => Partial<Recordable<string[]>>;
|
21
|
-
};
|
22
|
-
scrollbar: {
|
23
|
-
native: boolean;
|
24
|
-
};
|
25
|
-
form: {
|
26
|
-
labelCol: {
|
27
|
-
xs: {
|
28
|
-
span: number;
|
29
|
-
};
|
30
|
-
sm: {
|
31
|
-
span: number;
|
32
|
-
};
|
33
|
-
};
|
34
|
-
wrapperCol: {
|
35
|
-
xs: {
|
36
|
-
span: number;
|
37
|
-
};
|
38
|
-
sm: {
|
39
|
-
span: number;
|
40
|
-
};
|
41
|
-
};
|
42
|
-
colon: boolean;
|
43
|
-
};
|
44
|
-
};
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { ThemeEnum } from '../enums';
|
2
|
-
export declare const prefixCls = "jeecg";
|
3
|
-
export declare const darkMode = ThemeEnum.LIGHT;
|
4
|
-
export declare const APP_PRESET_COLOR_LIST: string[];
|
5
|
-
export declare const HEADER_PRESET_BG_COLOR_LIST: string[];
|
6
|
-
export declare const SIDE_BAR_BG_COLOR_LIST: string[];
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './modules';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './locale';
|
@@ -1,38 +0,0 @@
|
|
1
|
-
import { LocaleSetting, LocaleType } from '../../../types';
|
2
|
-
interface LocaleState {
|
3
|
-
localInfo: LocaleSetting;
|
4
|
-
pathTitleMap: Record<string, string>;
|
5
|
-
}
|
6
|
-
export declare const _useLocaleStore: import("pinia").StoreDefinition<"app-locale", LocaleState, {
|
7
|
-
getShowPicker(): boolean;
|
8
|
-
getLocale(): LocaleType;
|
9
|
-
getPathTitle: (state: {
|
10
|
-
localInfo: {
|
11
|
-
showPicker: boolean;
|
12
|
-
locale: LocaleType;
|
13
|
-
fallback: LocaleType;
|
14
|
-
availableLocales: LocaleType[];
|
15
|
-
};
|
16
|
-
pathTitleMap: Record<string, string>;
|
17
|
-
} & import("pinia").PiniaCustomStateProperties<LocaleState>) => (path: string) => string;
|
18
|
-
}, {
|
19
|
-
setLocaleInfo(info: Partial<LocaleSetting>): void;
|
20
|
-
setPathTitle(path: string, title: string): void;
|
21
|
-
}>;
|
22
|
-
export declare function useLocaleStore(): import("pinia").Store<"app-locale", LocaleState, {
|
23
|
-
getShowPicker(): boolean;
|
24
|
-
getLocale(): LocaleType;
|
25
|
-
getPathTitle: (state: {
|
26
|
-
localInfo: {
|
27
|
-
showPicker: boolean;
|
28
|
-
locale: LocaleType;
|
29
|
-
fallback: LocaleType;
|
30
|
-
availableLocales: LocaleType[];
|
31
|
-
};
|
32
|
-
pathTitleMap: Record<string, string>;
|
33
|
-
} & import("pinia").PiniaCustomStateProperties<LocaleState>) => (path: string) => string;
|
34
|
-
}, {
|
35
|
-
setLocaleInfo(info: Partial<LocaleSetting>): void;
|
36
|
-
setPathTitle(path: string, title: string): void;
|
37
|
-
}>;
|
38
|
-
export {};
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { CreateStorageParams } from './storageCache';
|
2
|
-
export declare type Options = Partial<CreateStorageParams>;
|
3
|
-
export declare const WebStorage: any;
|
4
|
-
export declare const createStorage: (storage?: Storage, options?: Options) => any;
|
5
|
-
export declare const createSessionStorage: (options?: Options) => any;
|
6
|
-
export declare const createLocalStorage: (options?: Options) => any;
|
7
|
-
export default WebStorage;
|
@@ -1,22 +0,0 @@
|
|
1
|
-
export interface Cache<V = any> {
|
2
|
-
value?: V;
|
3
|
-
timeoutId?: ReturnType<typeof setTimeout>;
|
4
|
-
time?: number;
|
5
|
-
alive?: number;
|
6
|
-
}
|
7
|
-
export declare class Memory<T = any, V = any> {
|
8
|
-
private cache;
|
9
|
-
private alive;
|
10
|
-
constructor(alive?: number);
|
11
|
-
get getCache(): { [key in keyof T]?: Cache<V> | undefined; };
|
12
|
-
setCache(cache: {
|
13
|
-
[key in keyof T]?: Cache<V>;
|
14
|
-
}): void;
|
15
|
-
get<K extends keyof T>(key: K): { [key in keyof T]?: Cache<V> | undefined; }[K];
|
16
|
-
set<K extends keyof T>(key: K, value: V, expires?: number): V;
|
17
|
-
remove<K extends keyof T>(key: K): V | undefined;
|
18
|
-
resetCache(cache: {
|
19
|
-
[K in keyof T]: Cache;
|
20
|
-
}): void;
|
21
|
-
clear(): void;
|
22
|
-
}
|
@@ -1,33 +0,0 @@
|
|
1
|
-
import type { RouteLocationNormalized } from 'vue-router';
|
2
|
-
import { SysUserWarehouseDTO } from '../../../../apis/WMS/models';
|
3
|
-
import { LoginInfo, ProjectConfig, UserInfo } from '../../../types';
|
4
|
-
import { DB_DICT_DATA_KEY, LOCK_INFO_KEY, LOGIN_INFO_KEY, MULTIPLE_TABS_KEY, PROJ_CFG_KEY, ROLES_KEY, TENANT_ID, TOKEN_KEY, USER_INFO_KEY, USER_WAREHOUSE_KEY } from '../../enums';
|
5
|
-
interface BasicStore {
|
6
|
-
[TOKEN_KEY]: string | number | null | undefined;
|
7
|
-
[USER_INFO_KEY]: UserInfo;
|
8
|
-
[ROLES_KEY]: string[];
|
9
|
-
[USER_WAREHOUSE_KEY]: SysUserWarehouseDTO[];
|
10
|
-
[LOCK_INFO_KEY]: LockInfo;
|
11
|
-
[PROJ_CFG_KEY]: ProjectConfig;
|
12
|
-
[MULTIPLE_TABS_KEY]: RouteLocationNormalized[];
|
13
|
-
[DB_DICT_DATA_KEY]: string;
|
14
|
-
[TENANT_ID]: string;
|
15
|
-
[LOGIN_INFO_KEY]: LoginInfo;
|
16
|
-
}
|
17
|
-
declare type LocalStore = BasicStore;
|
18
|
-
declare type SessionStore = BasicStore;
|
19
|
-
export declare type BasicKeys = keyof BasicStore;
|
20
|
-
declare type LocalKeys = keyof LocalStore;
|
21
|
-
declare type SessionKeys = keyof SessionStore;
|
22
|
-
export declare class Persistent {
|
23
|
-
static getLocal<T>(key: LocalKeys): Nullable<T>;
|
24
|
-
static setLocal(key: LocalKeys, value: LocalStore[LocalKeys], immediate?: boolean): void;
|
25
|
-
static removeLocal(key: LocalKeys, immediate?: boolean): void;
|
26
|
-
static clearLocal(immediate?: boolean): void;
|
27
|
-
static getSession<T>(key: SessionKeys): Nullable<T>;
|
28
|
-
static setSession(key: SessionKeys, value: SessionStore[SessionKeys], immediate?: boolean): void;
|
29
|
-
static removeSession(key: SessionKeys, immediate?: boolean): void;
|
30
|
-
static clearSession(immediate?: boolean): void;
|
31
|
-
static clearAll(immediate?: boolean): void;
|
32
|
-
}
|
33
|
-
export {};
|
@@ -1,19 +0,0 @@
|
|
1
|
-
export interface EncryptionParams {
|
2
|
-
key: string;
|
3
|
-
iv: string;
|
4
|
-
}
|
5
|
-
export declare class AesEncryption {
|
6
|
-
private key;
|
7
|
-
private iv;
|
8
|
-
constructor(opt?: Partial<EncryptionParams>);
|
9
|
-
get getOptions(): {
|
10
|
-
mode: any;
|
11
|
-
padding: any;
|
12
|
-
iv: any;
|
13
|
-
};
|
14
|
-
encryptByAES(cipherText: string): string;
|
15
|
-
decryptByAES(cipherText: string): string;
|
16
|
-
}
|
17
|
-
export declare function encryptByBase64(cipherText: string): string;
|
18
|
-
export declare function decodeByBase64(cipherText: string): string;
|
19
|
-
export declare function encryptByMd5(password: string): string;
|
@@ -1,34 +0,0 @@
|
|
1
|
-
export declare function getCommonStoragePrefix(): string;
|
2
|
-
export declare function getStorageShortName(): string;
|
3
|
-
export declare function getAppEnvConfig(): {
|
4
|
-
VITE_GLOB_APP_TITLE: string;
|
5
|
-
VITE_GLOB_API_URL: string;
|
6
|
-
VITE_USE_MOCK: string;
|
7
|
-
VITE_GLOB_APP_SHORT_NAME: string;
|
8
|
-
VITE_GLOB_API_URL_PREFIX: string | undefined;
|
9
|
-
VITE_GLOB_APP_OPEN_SSO: string;
|
10
|
-
VITE_GLOB_APP_OPEN_QIANKUN: string;
|
11
|
-
VITE_GLOB_APP_CAS_BASE_URL: string;
|
12
|
-
VITE_GLOB_DOMAIN_URL: string;
|
13
|
-
VITE_GLOB_ONLINE_VIEW_URL: string | undefined;
|
14
|
-
};
|
15
|
-
/**
|
16
|
-
* @description: Development mode
|
17
|
-
*/
|
18
|
-
export declare const devMode = "development";
|
19
|
-
/**
|
20
|
-
* @description: Production mode
|
21
|
-
*/
|
22
|
-
export declare const prodMode = "production";
|
23
|
-
/**
|
24
|
-
* @description: Is it a development mode
|
25
|
-
* @returns:
|
26
|
-
* @example:
|
27
|
-
*/
|
28
|
-
export declare function isDevMode(): boolean;
|
29
|
-
/**
|
30
|
-
* @description: Is it a production mode
|
31
|
-
* @returns:
|
32
|
-
* @example:
|
33
|
-
*/
|
34
|
-
export declare function isProdMode(): boolean;
|
@@ -1,12 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* DOM 工具.
|
3
|
-
*/
|
4
|
-
export declare class KgDomUtil {
|
5
|
-
/**
|
6
|
-
* 判断元素是否不能响应点击事件.
|
7
|
-
* 如果不想让某个元素响应点击事件, 则可以给它的父元素加上 kg-not-clickable 样式类.
|
8
|
-
* @param el 元素.
|
9
|
-
* @param classes 除了 kg-not-clickable 之外额外需要判断的样式类.
|
10
|
-
*/
|
11
|
-
static isNotClickable(el?: Element | null, classes?: Array<string>): boolean;
|
12
|
-
}
|
@@ -1,69 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* 日志服务.
|
3
|
-
*/
|
4
|
-
declare class KgLogger {
|
5
|
-
/**
|
6
|
-
* 打印弃用日志.
|
7
|
-
*
|
8
|
-
* @param message 提示消息.
|
9
|
-
* @param args 数据对象.
|
10
|
-
* @param collapsed 是否折叠.
|
11
|
-
*/
|
12
|
-
static deprecated(message: string, args?: Record<string, any>, collapsed?: boolean): void;
|
13
|
-
/**
|
14
|
-
* 打印错误日志.
|
15
|
-
*
|
16
|
-
* @param message 提示消息.
|
17
|
-
* @param args 数据对象.
|
18
|
-
* @param collapsed 是否折叠.
|
19
|
-
*/
|
20
|
-
static error(message: string, args?: Record<string, any>, collapsed?: boolean): void;
|
21
|
-
/**
|
22
|
-
* 打印普通日志.
|
23
|
-
*
|
24
|
-
* @param message 提示消息.
|
25
|
-
* @param args 数据对象.
|
26
|
-
* @param collapsed 是否折叠.
|
27
|
-
*/
|
28
|
-
static info(message: string, args?: Record<string, any>, collapsed?: boolean): void;
|
29
|
-
/**
|
30
|
-
* 打印日志.
|
31
|
-
*
|
32
|
-
* @param level 日志等级.
|
33
|
-
* @param message 提示消息.
|
34
|
-
* @param args 数据对象.
|
35
|
-
* @param collapsed 是否折叠.
|
36
|
-
* @param style 样式.
|
37
|
-
*/
|
38
|
-
static log(level: "debug" | "info" | "warn" | "error" | "deprecated" | undefined, message: string, args?: Record<string, any>, collapsed?: boolean, style?: string | null): void;
|
39
|
-
/**
|
40
|
-
* 打印警告日志.
|
41
|
-
*
|
42
|
-
* @param message 提示消息.
|
43
|
-
* @param args 数据对象.
|
44
|
-
* @param collapsed 是否折叠.
|
45
|
-
*/
|
46
|
-
static warn(message: string, args?: Record<string, any>, collapsed?: boolean): void;
|
47
|
-
/**
|
48
|
-
* 打印调试日志.
|
49
|
-
* @param message 提示消息.
|
50
|
-
* @param args 数据对象.
|
51
|
-
* @param collapsed 是否折叠.
|
52
|
-
*/
|
53
|
-
static debug(message: string, args?: Record<string, any>, collapsed?: boolean): void;
|
54
|
-
/**
|
55
|
-
* 打印调试日志: DDA.
|
56
|
-
* @param formID 界面标识.
|
57
|
-
* @param component 组件.
|
58
|
-
* @param method 方法.
|
59
|
-
* @param message 提示消息.
|
60
|
-
* @param args 数据对象.
|
61
|
-
* @param collapsed 是否折叠.
|
62
|
-
*/
|
63
|
-
static debugDDA(formID: string | null | undefined, component: string | null | undefined, method: string | null | undefined, message: string | null | undefined, args?: Record<string, any>, collapsed?: boolean): void;
|
64
|
-
}
|
65
|
-
declare const ____DEBUG____: typeof KgLogger.debug;
|
66
|
-
declare const ____INFO_____: typeof KgLogger.info;
|
67
|
-
declare const ____WARN_____: typeof KgLogger.warn;
|
68
|
-
declare const ____ERROR____: typeof KgLogger.error;
|
69
|
-
export { KgLogger, ____DEBUG____, ____INFO_____, ____WARN_____, ____ERROR____ };
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/src/{components → component}/KgForm.Item/addon/KgForm.Item.Addon.Lookup.Modal.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/src/{components → component}/KgLayoutHeader/components/KgLayoutHeaderLocale.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/src/{components → component}/KgVarConfig/components/KgVarConfig.SelectFormIdModal.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/src/{components → component}/KgVarConfig/components/child/KgVarConfig.Modal.Child.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/src/{components → component}/KgVarConfig/components/table/KgVarConfig.Modal.Table.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|