@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
package/package.json
CHANGED
@@ -1,31 +1,30 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.26.6-beta.
|
3
|
+
"version": "0.26.6-beta.100",
|
4
4
|
"scripts": {
|
5
|
-
"build": "npm run
|
6
|
-
"build:dev": "npm run
|
5
|
+
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
6
|
+
"build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
7
7
|
"--------------------------------------------------": "",
|
8
|
-
"
|
9
|
-
"publish:all:minor": "npm run bump-version:minor && npm run publish:all",
|
10
|
-
"publish:all:patch": "npm run bump-version:patch && npm run publish:all",
|
11
|
-
"publish:all:beta": "npm run bump-version:beta && npm run publish:all",
|
12
|
-
"----- --------------------------------------------": "",
|
13
|
-
"gen:apis:WMS": "npm run switch-node-version && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
8
|
+
"gen:apis:WMS": "npm run use-node && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
14
9
|
"- ------------------------------------------------": "",
|
15
|
-
"
|
16
|
-
"
|
10
|
+
"use-node": "nvm use 18.20.4 && corepack enable && corepack use pnpm@7.30.5",
|
11
|
+
"cnpm:sync": "npm run use-node && npx cnpm --yes sync @kengic/vue",
|
17
12
|
"-- -----------------------------------------------": "",
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"
|
21
|
-
"
|
13
|
+
"publish:major": "npm run bump:major && tsx script/publish.ts",
|
14
|
+
"publish:minor": "npm run bump:minor && tsx script/publish.ts",
|
15
|
+
"publish:patch": "npm run bump:patch && tsx script/publish.ts",
|
16
|
+
"publish:beta": "npm run bump:beta && tsx script/publish.ts",
|
17
|
+
"----- --------------------------------------------": "",
|
18
|
+
"bump:major": "npm run use-node && tsx script/bump.ts major",
|
19
|
+
"bump:minor": "npm run use-node && tsx script/bump.ts minor",
|
20
|
+
"bump:patch": "npm run use-node && tsx script/bump.ts patch",
|
21
|
+
"bump:beta": "npm run use-node && tsx script/bump.ts beta",
|
22
22
|
"---- ---------------------------------------------": "",
|
23
|
-
"publish:
|
24
|
-
"publish:npm": "npm run switch-node-version && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public",
|
23
|
+
"publish:npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public",
|
25
24
|
"------- ------------------------------------------": "",
|
26
|
-
"copy-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run build:dev && tsx
|
25
|
+
"copy-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
27
26
|
"--- ----------------------------------------------": "",
|
28
|
-
"bump-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run
|
27
|
+
"bump-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run use-node && tsx script/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts"
|
29
28
|
},
|
30
29
|
"peerDependencies": {
|
31
30
|
"vue": "3.2.43"
|
@@ -39,8 +38,9 @@
|
|
39
38
|
"@iconify-icons/material-symbols": "1.2.58",
|
40
39
|
"@iconify-icons/mdi": "1.2.48",
|
41
40
|
"@iconify-icons/ph": "1.2.5",
|
42
|
-
"@iconify/vue": "4.1.
|
43
|
-
"@kengic/
|
41
|
+
"@iconify/vue": "4.1.2",
|
42
|
+
"@kengic/core": "6.0.1-beta.112",
|
43
|
+
"@kengic/pont": "1.2.17-beta.1",
|
44
44
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
45
45
|
"@thymine/xunee": "0.4.9-beta.8",
|
46
46
|
"@types/crypto-js": "4.1.1",
|
@@ -74,6 +74,7 @@
|
|
74
74
|
"rimraf": "3.0.2",
|
75
75
|
"rollup": "2.79.1",
|
76
76
|
"rollup-plugin-visualizer": "5.8.3",
|
77
|
+
"screenfull": "6.0.2",
|
77
78
|
"semver": "7.5.4",
|
78
79
|
"store": "2.0.12",
|
79
80
|
"tsx": "3.12.3",
|
@@ -109,6 +110,17 @@
|
|
109
110
|
},
|
110
111
|
"prettier": {
|
111
112
|
"endOfLine": "auto",
|
113
|
+
"overrides": [
|
114
|
+
{
|
115
|
+
"files": [
|
116
|
+
"*.less",
|
117
|
+
"*.css"
|
118
|
+
],
|
119
|
+
"options": {
|
120
|
+
"printWidth": 320
|
121
|
+
}
|
122
|
+
}
|
123
|
+
],
|
112
124
|
"printWidth": 160,
|
113
125
|
"semi": true,
|
114
126
|
"singleAttributePerLine": true,
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import fs from 'fs';
|
2
|
+
import chalk from 'chalk';
|
3
|
+
|
4
|
+
/**
|
5
|
+
* 更新前端项目中包的版本号.
|
6
|
+
* 当我们升级了这些包的版本后, 可以使用该方法快速将新的版本号同步到前端项目中去.
|
7
|
+
*
|
8
|
+
* @param projectPath 前端项目目录.
|
9
|
+
* @param excludes 要排除的包.
|
10
|
+
*/
|
11
|
+
function bumpVersionToProjects(projectPath: string, excludes: Array<string> = []) {
|
12
|
+
// file:///D:/foo/...
|
13
|
+
const pkgPath = `${projectPath}/package.json`;
|
14
|
+
// D:/foo/...
|
15
|
+
const absolutePkgPath = pkgPath.replace('file:///', '');
|
16
|
+
|
17
|
+
import(pkgPath)
|
18
|
+
.then(({ default: json }) => {
|
19
|
+
Promise.all([import('../package.json')])
|
20
|
+
.then(([{ version, name, dependencies, devDependencies }]) => {
|
21
|
+
if (json.dependencies[name]) {
|
22
|
+
json.dependencies[name] = version;
|
23
|
+
}
|
24
|
+
|
25
|
+
fs.writeFileSync(absolutePkgPath, `${JSON.stringify(json, null, 2)}\n`, {});
|
26
|
+
console.log();
|
27
|
+
console.log(chalk.green(`版本更新成功`) + ' | ' + chalk.blueBright(version) + ' | ' + absolutePkgPath);
|
28
|
+
})
|
29
|
+
.catch((e) => {
|
30
|
+
console.log(e);
|
31
|
+
});
|
32
|
+
})
|
33
|
+
.catch((e) => {
|
34
|
+
console.error(e);
|
35
|
+
});
|
36
|
+
}
|
37
|
+
|
38
|
+
export { bumpVersionToProjects };
|
package/script/bump.ts
ADDED
@@ -0,0 +1,35 @@
|
|
1
|
+
import fs from 'fs';
|
2
|
+
import semver from 'semver';
|
3
|
+
|
4
|
+
//____________________________________________________________________________________________________
|
5
|
+
// 自动更新所有包的版本号
|
6
|
+
//____________________________________________________________________________________________________
|
7
|
+
|
8
|
+
import('../package.json').then(({ default: json }) => {
|
9
|
+
const type = process.argv[2];
|
10
|
+
let version = json.version;
|
11
|
+
|
12
|
+
switch (type) {
|
13
|
+
case 'major':
|
14
|
+
version = semver.inc(version, 'major');
|
15
|
+
break;
|
16
|
+
case 'minor':
|
17
|
+
version = semver.inc(version, 'minor');
|
18
|
+
break;
|
19
|
+
case 'patch':
|
20
|
+
version = semver.inc(version, 'patch');
|
21
|
+
break;
|
22
|
+
case 'beta':
|
23
|
+
version = semver.inc(version, 'prerelease', 'beta');
|
24
|
+
break;
|
25
|
+
default:
|
26
|
+
throw new Error('INVALID SEMVER TYPE');
|
27
|
+
}
|
28
|
+
|
29
|
+
import('../package.json').then(({ default: json }) => {
|
30
|
+
json.version = version;
|
31
|
+
fs.writeFileSync('./package.json', `${JSON.stringify(json, null, 4)}\n`, {});
|
32
|
+
});
|
33
|
+
});
|
34
|
+
|
35
|
+
export {};
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import fs from 'fs';
|
2
|
+
import path from 'path';
|
3
|
+
|
4
|
+
/**
|
5
|
+
* 开发时, 需要将打包后的文件复制到项目的 node_modules 目录下进行测试.
|
6
|
+
*
|
7
|
+
* @param projectPath 前端项目目录.
|
8
|
+
*/
|
9
|
+
function copyToProject(projectPath: string) {
|
10
|
+
const cacheDir = path.join(projectPath, '/node_modules/.vite/');
|
11
|
+
if (fs.existsSync(cacheDir)) {
|
12
|
+
fs.rmSync(cacheDir, { recursive: true, force: true });
|
13
|
+
}
|
14
|
+
|
15
|
+
const dir = path.join(projectPath, '/node_modules/@kengic/vue/dist/');
|
16
|
+
if (fs.existsSync(dir)) {
|
17
|
+
fs.rmSync(dir, { recursive: true, force: true });
|
18
|
+
}
|
19
|
+
|
20
|
+
fs.cpSync('./dist/', dir, { recursive: true });
|
21
|
+
}
|
22
|
+
|
23
|
+
export { copyToProject };
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import chalk from 'chalk';
|
2
|
+
import { execSync } from 'node:child_process';
|
3
|
+
import { name, version } from '../package.json';
|
4
|
+
|
5
|
+
/*
|
6
|
+
* 使用下面的脚本来简化打包发布流程.
|
7
|
+
*/
|
8
|
+
|
9
|
+
const PKGNAME = `${name}@${version}`;
|
10
|
+
|
11
|
+
//region 安装依赖
|
12
|
+
//____________________________________________________________________________________________________
|
13
|
+
console.log('');
|
14
|
+
execSync('npm cache clean -f', { cwd: './', stdio: 'ignore' });
|
15
|
+
execSync('pnpm install', { cwd: './', stdio: 'ignore' });
|
16
|
+
console.log(`${chalk.blueBright('INSTALL ')}| ${PKGNAME}`);
|
17
|
+
//endregion
|
18
|
+
|
19
|
+
//region 打包
|
20
|
+
//____________________________________________________________________________________________________
|
21
|
+
execSync('npm run build', { cwd: './', stdio: 'ignore' });
|
22
|
+
console.log(`${chalk.blueBright(' BUILD ')}| ${PKGNAME}`);
|
23
|
+
//endregion
|
24
|
+
|
25
|
+
//region 发布
|
26
|
+
//____________________________________________________________________________________________________
|
27
|
+
execSync('npm run publish:npm', { cwd: './', stdio: 'ignore' });
|
28
|
+
console.log(`${chalk.blueBright('PUBLISH ')}| ${PKGNAME}`);
|
29
|
+
console.log('');
|
30
|
+
//endregion
|
@@ -1 +0,0 @@
|
|
1
|
-
export { KgVarFactory, DEFAULT as KgVar2 } from './KgVarFactory';
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import type { RouteMeta } from 'vue-router';
|
2
|
-
export interface RouteItem {
|
3
|
-
path: string;
|
4
|
-
component: any;
|
5
|
-
meta: RouteMeta;
|
6
|
-
name?: string;
|
7
|
-
alias?: string | string[];
|
8
|
-
redirect?: string;
|
9
|
-
caseSensitive?: boolean;
|
10
|
-
children?: RouteItem[];
|
11
|
-
}
|
12
|
-
/**
|
13
|
-
* @description: Get menu return value
|
14
|
-
*/
|
15
|
-
export declare type getMenuListResultModel = RouteItem[];
|
@@ -1,46 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @description: Login interface parameters
|
3
|
-
*/
|
4
|
-
export interface LoginParams {
|
5
|
-
username: string;
|
6
|
-
password: string;
|
7
|
-
}
|
8
|
-
export interface ThirdLoginParams {
|
9
|
-
token: string;
|
10
|
-
thirdType: string;
|
11
|
-
}
|
12
|
-
export interface RoleInfo {
|
13
|
-
roleName: string;
|
14
|
-
value: string;
|
15
|
-
}
|
16
|
-
/**
|
17
|
-
* @description: Login interface return value
|
18
|
-
*/
|
19
|
-
export interface LoginResultModel {
|
20
|
-
userId: string | number;
|
21
|
-
token: string;
|
22
|
-
role: RoleInfo;
|
23
|
-
}
|
24
|
-
/**
|
25
|
-
* @description: Get user information return value
|
26
|
-
*/
|
27
|
-
export interface GetUserInfoModel {
|
28
|
-
roles: RoleInfo[];
|
29
|
-
userId: string | number;
|
30
|
-
username: string;
|
31
|
-
realname: string;
|
32
|
-
avatar: string;
|
33
|
-
desc?: string;
|
34
|
-
userInfo?: any;
|
35
|
-
sysAllDictItems?: any;
|
36
|
-
userWarehouses?: any;
|
37
|
-
}
|
38
|
-
/**
|
39
|
-
* @description: Get user information return value
|
40
|
-
*/
|
41
|
-
export interface GetResultModel {
|
42
|
-
code: number;
|
43
|
-
message: string;
|
44
|
-
result: object;
|
45
|
-
success: Boolean;
|
46
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './src/typing';
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './Dropdown';
|
@@ -1,19 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* 组件类型
|
3
|
-
*/
|
4
|
-
export declare enum CompTypeEnum {
|
5
|
-
Radio = "radio",
|
6
|
-
RadioButton = "radioButton",
|
7
|
-
Select = "select",
|
8
|
-
List = "list",
|
9
|
-
Switch = "switch",
|
10
|
-
SelTree = "sel_tree",
|
11
|
-
CatTree = "cat_tree",
|
12
|
-
SelSearch = "search",
|
13
|
-
SelUser = "sel_user",
|
14
|
-
Checkbox = "checkbox",
|
15
|
-
ListMulti = "list_multi",
|
16
|
-
Pca = "pca",
|
17
|
-
Popup = "popup",
|
18
|
-
SelDepart = "sel_depart"
|
19
|
-
}
|
@@ -1,40 +0,0 @@
|
|
1
|
-
export declare const SIDE_BAR_MINI_WIDTH = 48;
|
2
|
-
export declare const SIDE_BAR_SHOW_TIT_MINI_WIDTH = 80;
|
3
|
-
export declare enum TabsThemeEnum {
|
4
|
-
SMOOTH = "smooth",
|
5
|
-
CARD = "card",
|
6
|
-
SIMPLE = "simple"
|
7
|
-
}
|
8
|
-
export declare enum ContentEnum {
|
9
|
-
FULL = "full",
|
10
|
-
FIXED = "fixed"
|
11
|
-
}
|
12
|
-
export declare enum ThemeEnum {
|
13
|
-
DARK = "dark",
|
14
|
-
LIGHT = "light"
|
15
|
-
}
|
16
|
-
export declare enum SettingButtonPositionEnum {
|
17
|
-
AUTO = "auto",
|
18
|
-
HEADER = "header",
|
19
|
-
FIXED = "fixed"
|
20
|
-
}
|
21
|
-
export declare enum SessionTimeoutProcessingEnum {
|
22
|
-
ROUTE_JUMP = 0,
|
23
|
-
PAGE_COVERAGE = 1
|
24
|
-
}
|
25
|
-
/**
|
26
|
-
* 权限模式
|
27
|
-
*/
|
28
|
-
export declare enum PermissionModeEnum {
|
29
|
-
ROLE = "ROLE",
|
30
|
-
BACK = "BACK",
|
31
|
-
ROUTE_MAPPING = "ROUTE_MAPPING"
|
32
|
-
}
|
33
|
-
export declare enum RouterTransitionEnum {
|
34
|
-
ZOOM_FADE = "zoom-fade",
|
35
|
-
ZOOM_OUT = "zoom-out",
|
36
|
-
FADE_SIDE = "fade-slide",
|
37
|
-
FADE = "fade",
|
38
|
-
FADE_BOTTOM = "fade-bottom",
|
39
|
-
FADE_SCALE = "fade-scale"
|
40
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export declare enum sizeEnum {
|
2
|
-
XS = "XS",
|
3
|
-
SM = "SM",
|
4
|
-
MD = "MD",
|
5
|
-
LG = "LG",
|
6
|
-
XL = "XL",
|
7
|
-
XXL = "XXL"
|
8
|
-
}
|
9
|
-
export declare enum screenEnum {
|
10
|
-
XS = 480,
|
11
|
-
SM = 576,
|
12
|
-
MD = 768,
|
13
|
-
LG = 992,
|
14
|
-
XL = 1200,
|
15
|
-
XXL = 1600
|
16
|
-
}
|
17
|
-
declare const screenMap: Map<sizeEnum, number>;
|
18
|
-
export { screenMap };
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export declare const TOKEN_KEY = "TOKEN__";
|
2
|
-
export declare const USER_INFO_KEY = "USER__INFO__";
|
3
|
-
export declare const LOCALE_KEY = "LOCALE__";
|
4
|
-
export declare const ROLES_KEY = "ROLES__KEY__";
|
5
|
-
export declare const USER_WAREHOUSE_KEY = "USER_WAREHOUSE__KEY__";
|
6
|
-
export declare const DB_DICT_DATA_KEY = "UI_CACHE_DB_DICT_DATA";
|
7
|
-
export declare const PROJ_CFG_KEY = "PROJ__CFG__KEY__";
|
8
|
-
export declare const LOCK_INFO_KEY = "LOCK__INFO__KEY__";
|
9
|
-
export declare const MULTIPLE_TABS_KEY = "MULTIPLE_TABS__KEY__";
|
10
|
-
export declare const APP_DARK_MODE_KEY_ = "__APP__DARK__MODE__";
|
11
|
-
export declare const APP_LOCAL_CACHE_KEY = "COMMON__LOCAL__KEY__";
|
12
|
-
export declare const APP_SESSION_CACHE_KEY = "COMMON__SESSION__KEY__";
|
13
|
-
export declare const TENANT_ID = "TENANT_ID";
|
14
|
-
export declare const LOGIN_INFO_KEY = "LOGIN__INFO__";
|
15
|
-
export declare enum CacheTypeEnum {
|
16
|
-
SESSION = 0,
|
17
|
-
LOCAL = 1
|
18
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @description: Exception related enumeration
|
3
|
-
*/
|
4
|
-
export declare enum ExceptionEnum {
|
5
|
-
PAGE_NOT_ACCESS = 403,
|
6
|
-
PAGE_NOT_FOUND = 404,
|
7
|
-
ERROR = 500,
|
8
|
-
NET_WORK_ERROR = 10000,
|
9
|
-
PAGE_NOT_DATA = 10100
|
10
|
-
}
|
11
|
-
export declare enum ErrorTypeEnum {
|
12
|
-
VUE = "vue",
|
13
|
-
SCRIPT = "script",
|
14
|
-
RESOURCE = "resource",
|
15
|
-
AJAX = "ajax",
|
16
|
-
PROMISE = "promise"
|
17
|
-
}
|
@@ -1,38 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @description: Request result set
|
3
|
-
*/
|
4
|
-
export declare enum ResultEnum {
|
5
|
-
SUCCESS = 0,
|
6
|
-
ERROR = 1,
|
7
|
-
TIMEOUT = 401,
|
8
|
-
TYPE = "success"
|
9
|
-
}
|
10
|
-
/**
|
11
|
-
* @description: request method
|
12
|
-
*/
|
13
|
-
export declare enum RequestEnum {
|
14
|
-
GET = "GET",
|
15
|
-
POST = "POST",
|
16
|
-
PUT = "PUT",
|
17
|
-
DELETE = "DELETE"
|
18
|
-
}
|
19
|
-
/**
|
20
|
-
* @description: contentTyp
|
21
|
-
*/
|
22
|
-
export declare enum ContentTypeEnum {
|
23
|
-
JSON = "application/json;charset=UTF-8",
|
24
|
-
FORM_URLENCODED = "application/x-www-form-urlencoded;charset=UTF-8",
|
25
|
-
FORM_DATA = "multipart/form-data;charset=UTF-8"
|
26
|
-
}
|
27
|
-
/**
|
28
|
-
* 请求header
|
29
|
-
* @description: contentTyp
|
30
|
-
*/
|
31
|
-
export declare enum ConfigEnum {
|
32
|
-
TOKEN = "X-Access-Token",
|
33
|
-
TIMESTAMP = "X-TIMESTAMP",
|
34
|
-
Sign = "X-Sign",
|
35
|
-
TENANT_ID = "tenant-id",
|
36
|
-
VERSION = "X-Version",
|
37
|
-
X_LOW_APP_ID = "X-Low-App-ID"
|
38
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
export * from './appEnum';
|
2
|
-
export * from './breakpointEnum';
|
3
|
-
export * from './cacheEnum';
|
4
|
-
export * from './CompTypeEnum';
|
5
|
-
export * from './DateTypeEnum';
|
6
|
-
export * from './exceptionEnum';
|
7
|
-
export * from './httpEnum';
|
8
|
-
export * from './index';
|
9
|
-
export * from './jeecgEnum';
|
10
|
-
export * from './menuEnum';
|
11
|
-
export * from './pageEnum';
|
12
|
-
export * from './roleEnum';
|
13
|
-
export * from './sizeEnum';
|
@@ -1,16 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* JInput组件类型
|
3
|
-
*/
|
4
|
-
export declare enum JInputTypeEnum {
|
5
|
-
JINPUT_QUERY_LIKE = "like",
|
6
|
-
JINPUT_QUERY_NE = "ne",
|
7
|
-
JINPUT_QUERY_GE = "ge",
|
8
|
-
JINPUT_QUERY_LE = "le"
|
9
|
-
}
|
10
|
-
/**
|
11
|
-
* 面板设计器需要的常量定义
|
12
|
-
*/
|
13
|
-
export declare enum JDragConfigEnum {
|
14
|
-
DRAG_BASE_URL = "drag-base-url",
|
15
|
-
DRAG_CACHE_PREFIX = "drag-cache:"
|
16
|
-
}
|
@@ -1,35 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* @description: menu type
|
3
|
-
*/
|
4
|
-
export declare enum MenuTypeEnum {
|
5
|
-
SIDEBAR = "sidebar",
|
6
|
-
MIX_SIDEBAR = "mix-sidebar",
|
7
|
-
MIX = "mix",
|
8
|
-
TOP_MENU = "top-menu"
|
9
|
-
}
|
10
|
-
export declare enum TriggerEnum {
|
11
|
-
NONE = "NONE",
|
12
|
-
FOOTER = "FOOTER",
|
13
|
-
HEADER = "HEADER"
|
14
|
-
}
|
15
|
-
export declare type Mode = 'vertical' | 'vertical-right' | 'horizontal' | 'inline';
|
16
|
-
export declare enum MenuModeEnum {
|
17
|
-
VERTICAL = "vertical",
|
18
|
-
HORIZONTAL = "horizontal",
|
19
|
-
VERTICAL_RIGHT = "vertical-right",
|
20
|
-
INLINE = "inline"
|
21
|
-
}
|
22
|
-
export declare enum MenuSplitTyeEnum {
|
23
|
-
NONE = 0,
|
24
|
-
TOP = 1,
|
25
|
-
LEFT = 2
|
26
|
-
}
|
27
|
-
export declare enum TopMenuAlignEnum {
|
28
|
-
CENTER = "center",
|
29
|
-
START = "start",
|
30
|
-
END = "end"
|
31
|
-
}
|
32
|
-
export declare enum MixSidebarTriggerEnum {
|
33
|
-
HOVER = "hover",
|
34
|
-
CLICK = "click"
|
35
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
export declare enum PageEnum {
|
2
|
-
BASE_LOGIN = "/login",
|
3
|
-
BASE_HOME = "/home",
|
4
|
-
ERROR_PAGE = "/exception",
|
5
|
-
ERROR_LOG_PAGE = "/error-log/list",
|
6
|
-
OAUTH2_LOGIN_PAGE_PATH = "/oauth2-app/login",
|
7
|
-
LABEL = "/wms/business-manager/print-manager/label",
|
8
|
-
/** 打印模板:物料标签. */
|
9
|
-
PRINT_TEMPLATE_ITEM = "/wms/print-template/item",
|
10
|
-
/** 打印模板:备料标签. */
|
11
|
-
PRINT_TEMPLATE_SPARE = "/wms/print-template/spare",
|
12
|
-
/** 打印模板:出库订单. */
|
13
|
-
PRINT_TEMPLATE_ORDER = "/wms/print-template/order"
|
14
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
export declare enum SizeEnum {
|
2
|
-
DEFAULT = "default",
|
3
|
-
SMALL = "small",
|
4
|
-
LARGE = "large"
|
5
|
-
}
|
6
|
-
export declare enum SizeNumberEnum {
|
7
|
-
DEFAULT = 48,
|
8
|
-
SMALL = 16,
|
9
|
-
LARGE = 64
|
10
|
-
}
|
11
|
-
export declare enum ScreenSizeEnum {
|
12
|
-
XS = 480,
|
13
|
-
SM = 576,
|
14
|
-
MD = 768,
|
15
|
-
LG = 992,
|
16
|
-
XL = 1200
|
17
|
-
}
|
18
|
-
export declare const sizeMap: Map<SizeEnum, SizeNumberEnum>;
|
@@ -1 +0,0 @@
|
|
1
|
-
export * from './web/useI18n';
|
@@ -1,13 +0,0 @@
|
|
1
|
-
declare type I18nGlobalTranslation = {
|
2
|
-
(key: string): string;
|
3
|
-
(key: string, locale: string): string;
|
4
|
-
(key: string, locale: string, list: unknown[]): string;
|
5
|
-
(key: string, locale: string, named: Record<string, unknown>): string;
|
6
|
-
(key: string, list: unknown[]): string;
|
7
|
-
(key: string, named: Record<string, unknown>): string;
|
8
|
-
};
|
9
|
-
export declare function useI18n(namespace?: string): {
|
10
|
-
t: I18nGlobalTranslation;
|
11
|
-
};
|
12
|
-
export declare const t: (key: string) => string;
|
13
|
-
export {};
|
@@ -1,13 +0,0 @@
|
|
1
|
-
export * from './api';
|
2
|
-
export * from './components';
|
3
|
-
export * from './enums';
|
4
|
-
export * from './hooks';
|
5
|
-
export * from './locales';
|
6
|
-
export * from './settings';
|
7
|
-
export * from './store';
|
8
|
-
export * from './utils/cache/index';
|
9
|
-
export * from './utils/cache/memory';
|
10
|
-
export * from './utils/cache/persistent';
|
11
|
-
export * from './utils/cache/storageCache';
|
12
|
-
export * from './utils/cipher';
|
13
|
-
export * from './utils/env';
|