@kengic/vue 0.26.6-beta.9 → 0.26.6-beta.90
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.317be875.mjs +8 -0
- package/dist/fullscreen-exit-outlined-X1iYkFc4.496078ea.mjs +8 -0
- package/dist/fullscreen-exit-outlined.a75b82c2.mjs +8 -0
- package/dist/fullscreen-outlined-DDBrsRcy.2af7c83e.mjs +8 -0
- package/dist/fullscreen-outlined.c9ba7960.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +57373 -40189
- package/dist/pause-outlined.a5f6ccbd.mjs +8 -0
- package/dist/project/build/vite/plugin/index.ts +14 -1
- package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +51 -0
- package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/DescriptionController/index.d.ts +2 -0
- package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +73 -0
- package/dist/src/api/WMS/Controllers/SysPermissionController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +18 -0
- package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/index.d.ts +9 -0
- package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +19 -0
- package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarGridMasterController/index.d.ts +2 -0
- package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +19 -0
- package/dist/src/api/WMS/Controllers/VarProfileMasterController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarVariableController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +54 -0
- package/dist/src/api/WMS/Controllers/WhController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +25 -0
- package/dist/src/api/WMS/Controllers/WorkstationController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/index.d.ts +11 -0
- package/dist/src/api/WMS/index.d.ts +2 -0
- package/dist/src/api/WMS/models.d.ts +1018 -0
- package/dist/src/api/api.d.ts +1 -0
- package/dist/src/api/def.d.ts +1 -0
- package/dist/src/api/index.d.ts +2 -0
- package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +47 -0
- package/dist/src/component/KgAppSelect/index.d.ts +3 -0
- package/dist/src/component/KgAppSelect/index.hooks.d.ts +41 -0
- package/dist/src/component/KgAppSelect/index.store.d.ts +74 -0
- package/dist/src/component/KgButton/KgButton.Item.d.ts +41 -0
- package/dist/src/component/KgButton/KgButton.Item.data.d.ts +31 -0
- package/dist/src/component/KgButton/KgButton.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Copy.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Create.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Delete.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Export.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Import.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.ImportTemplate.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Other.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Search.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Update.d.ts +40 -0
- package/dist/src/component/KgButton/index.d.ts +62 -0
- package/dist/src/component/KgButton/index.hooks.d.ts +183 -0
- package/dist/src/component/KgButton/index.store.d.ts +116 -0
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +104 -0
- 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/component/KgCanvas/KgCanvas.d.ts +155 -0
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +43 -0
- package/dist/src/component/KgCanvas/index.d.ts +4 -0
- package/dist/src/component/KgCanvas/index.hooks.d.ts +67 -0
- package/dist/src/component/KgCanvas/index.store.d.ts +239 -0
- package/dist/src/component/KgCanvas/index.vm.d.ts +29 -0
- package/dist/src/component/KgForm/KgForm.d.ts +414 -0
- package/dist/src/component/KgForm/index.d.ts +604 -0
- package/dist/src/component/KgForm/index.hooks.d.ts +73 -0
- package/dist/src/component/KgForm/index.store.d.ts +221 -0
- package/dist/src/component/KgForm/index.vm.d.ts +9 -0
- package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +97 -0
- package/dist/src/component/KgForm.Item/KgForm.Item.service.d.ts +17 -0
- package/dist/src/component/KgForm.Item/addon/KgForm.Item.Addon.DynamicQueryOperator.d.ts +49 -0
- package/dist/src/component/KgForm.Item/addon/KgForm.Item.Addon.Lookup.Modal.d.ts +16 -0
- package/dist/src/component/KgForm.Item/addon/KgForm.Item.Addon.Lookup.d.ts +31 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +100 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +99 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Date.d.ts +97 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.DateRange.d.ts +97 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +92 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Input.d.ts +96 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +96 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +96 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +98 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +98 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.service.d.ts +29 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Switch.d.ts +96 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.TextArea.d.ts +96 -0
- package/dist/src/component/KgForm.Item/index.d.ts +2 -0
- package/dist/src/component/KgForm.Item/index.vm.d.ts +124 -0
- package/dist/src/component/KgImage/KgImage.d.ts +100 -0
- package/dist/src/component/KgImage/index.d.ts +1 -0
- package/dist/src/component/KgLayoutHeader/components/KgLayoutHeaderLocale.d.ts +38 -0
- package/dist/src/component/KgLayoutHeader/index.d.ts +2 -0
- package/dist/src/component/KgLayoutHeader/index.hooks.d.ts +4 -0
- package/dist/src/component/KgModal/KgModal.d.ts +823 -0
- package/dist/src/component/KgModal/KgModalHeaderButtons.d.ts +92 -0
- package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +12 -0
- package/dist/src/component/KgModal/hooks/useDragToResize.d.ts +29 -0
- package/dist/src/component/KgModal/index.d.ts +1 -0
- package/dist/src/component/KgModal/index.vm.d.ts +8 -0
- package/dist/src/component/KgProgressA/KgProgressA.d.ts +85 -0
- package/dist/src/component/KgProgressA/index.d.ts +1 -0
- package/dist/src/component/KgResizable/KgResizable.d.ts +91 -0
- package/dist/src/component/KgResizable/KgResizable.service.d.ts +12 -0
- package/dist/src/component/KgResizable/index.d.ts +1 -0
- package/dist/src/component/KgSearch/KgSearch.d.ts +26 -0
- package/dist/src/component/KgSearch/KgSearch.service.d.ts +32 -0
- package/dist/src/component/KgSearch/components/KgSearch.ConfigModal.d.ts +16 -0
- package/dist/src/component/KgSearch/index.d.ts +3 -0
- package/dist/src/component/KgSearch/index.hooks.d.ts +67 -0
- package/dist/src/component/KgSearch/index.store.d.ts +147 -0
- package/dist/src/component/KgSearch/index.vm.d.ts +1 -0
- package/dist/src/component/KgStation/KgStation.d.ts +47 -0
- package/dist/src/component/KgStation/index.d.ts +3 -0
- package/dist/src/component/KgStation/index.hooks.d.ts +29 -0
- package/dist/src/component/KgStation/index.store.d.ts +45 -0
- package/dist/src/component/KgSubmit/KgSubmit.d.ts +21 -0
- package/dist/src/component/KgSubmit/KgSubmit.service.d.ts +29 -0
- package/dist/src/component/KgSubmit/index.d.ts +4 -0
- package/dist/src/component/KgSubmit/index.hooks.d.ts +295 -0
- package/dist/src/component/KgSubmit/index.store.d.ts +194 -0
- package/dist/src/component/KgSubmit/index.vm.d.ts +57 -0
- package/dist/src/component/KgTable/KgTable.d.ts +39 -0
- package/dist/src/component/KgTable/KgTable.service.d.ts +34 -0
- package/dist/src/component/KgTable/components/KgTable.BodyCell.d.ts +60 -0
- package/dist/src/component/KgTable/components/KgTable.HeaderCell.d.ts +52 -0
- package/dist/src/component/KgTable/components/KgTable.Info.d.ts +57 -0
- package/dist/src/component/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts +5 -0
- package/dist/src/component/KgTable/components/setting/KgTable.Setting.d.ts +21 -0
- package/dist/src/component/KgTable/components/setting/KgTable.Setting.service.d.ts +22 -0
- package/dist/src/component/KgTable/components/setting/config/KgTable.Setting.ConfigModal.d.ts +16 -0
- package/dist/src/component/KgTable/index.d.ts +4 -0
- package/dist/src/component/KgTable/index.hooks.d.ts +148 -0
- package/dist/src/component/KgTable/index.store.d.ts +241 -0
- package/dist/src/component/KgTable/index.vm.d.ts +67 -0
- package/dist/src/component/KgVar/KgVar.d.ts +114 -0
- package/dist/src/component/KgVar/KgVarFactory.d.ts +61 -0
- package/dist/src/component/KgVar/index.d.ts +5 -0
- package/dist/src/component/KgVar/index.hooks.d.ts +189 -0
- package/dist/src/component/KgVar/index.store.d.ts +266 -0
- package/dist/src/component/KgVar/index.store.service.d.ts +30 -0
- package/dist/src/component/KgVar/index.vm.d.ts +57 -0
- package/dist/src/component/KgVarConfig/KgVarConfig.d.ts +3 -0
- package/dist/src/component/KgVarConfig/components/KgVarConfig.SelectFormIdModal.d.ts +27 -0
- package/dist/src/component/KgVarConfig/components/KgVarConfigModal.d.ts +15 -0
- package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButton.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButtonConfig.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.d.ts +5 -0
- package/dist/src/component/KgVarConfig/components/child/KgVarConfig.Modal.Child.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.d.ts +5 -0
- package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.d.ts +5 -0
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts +23 -0
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.d.ts +5 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigControl.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigDescription.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigInput.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigLookup.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigPossibility.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigTip.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarVariable.d.ts +2 -0
- package/dist/src/component/KgVarConfig/index.d.ts +3 -0
- package/dist/src/component/KgVarConfig/index.hooks.d.ts +17 -0
- package/dist/src/component/KgVarConfig/index.store.d.ts +16 -0
- package/dist/src/component/KgVarConfig/index.vm.d.ts +50 -0
- package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +47 -0
- package/dist/src/component/KgWarehouse/index.d.ts +4 -0
- package/dist/src/component/KgWarehouse/index.guard.d.ts +8 -0
- package/dist/src/component/KgWarehouse/index.hooks.d.ts +27 -0
- package/dist/src/component/KgWarehouse/index.store.d.ts +63 -0
- package/dist/src/component/KgYesOrNo/KgYesOrNo.d.ts +60 -0
- package/dist/src/component/KgYesOrNo/index.d.ts +1 -0
- package/dist/src/component/index.d.ts +21 -0
- package/dist/src/component/util.d.ts +14 -0
- package/dist/src/config/index.d.ts +3 -0
- package/dist/src/config/index.hooks.d.ts +36 -0
- package/dist/src/config/index.store.d.ts +315 -0
- package/dist/src/config/setup/index.d.ts +3 -0
- package/dist/src/config/setup/setup.d.ts +28 -0
- package/dist/src/config/setup/setupKgLocale.d.ts +29 -0
- package/dist/src/config/setup/setupKgStore.d.ts +18 -0
- package/dist/src/const/i18n/en.d.ts +281 -0
- package/dist/src/const/i18n/es_ES.d.ts +281 -0
- package/dist/src/const/i18n/fr_FR.d.ts +281 -0
- package/dist/src/const/i18n/index.d.ts +2 -0
- package/dist/src/const/i18n/km_KH.d.ts +281 -0
- package/dist/src/const/i18n/ko_KR.d.ts +281 -0
- package/dist/src/const/i18n/vi_VN.d.ts +281 -0
- package/dist/src/const/i18n/zh_CN.d.ts +282 -0
- package/dist/src/const/index.d.ts +3 -0
- package/dist/src/const/index.vm.d.ts +733 -0
- package/dist/src/const/injection-keys.const.d.ts +9 -0
- package/dist/src/helper/ant-design-vue.d.ts +347 -0
- package/dist/src/helper/tsx.helper.d.ts +23 -0
- package/dist/src/index.d.ts +11 -0
- package/dist/src/page/KgPageDda/KgPageDda.d.ts +8 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Basic.SqlModal.d.ts +32 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Basic.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Button.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Menu.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Search.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Submit.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Table.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.d.ts +33 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +1322 -0
- package/dist/src/page/KgPageDda/index.d.ts +5 -0
- package/dist/src/page/KgPageDda/index.vm.d.ts +12 -0
- package/dist/src/page/index.d.ts +8 -0
- package/dist/src/project/build/getConfigFileName.d.ts +5 -0
- package/dist/src/project/build/index.d.ts +1 -0
- package/dist/src/project/index.d.ts +3 -0
- package/dist/src/project/types/axios.d.ts +35 -0
- package/dist/src/project/types/config.d.ts +121 -0
- package/dist/src/project/types/index.d.ts +4 -0
- package/dist/src/project/types/store.d.ts +42 -0
- package/dist/src/project/types/utils.d.ts +4 -0
- package/dist/src/service/http-client.d.ts +93 -0
- package/dist/src/service/index.d.ts +1 -0
- package/dist/src/util/index.d.ts +4 -0
- package/dist/src/util/kg-auth.util.d.ts +26 -0
- package/dist/src/util/kg-route.util.d.ts +57 -0
- package/dist/src/util/kg-var.util.d.ts +76 -0
- package/dist/src/util/kg.util.d.ts +150 -0
- package/package.json +32 -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/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.90",
|
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
|
-
"cnpm:sync": "npx cnpm --yes sync @kengic/vue",
|
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,8 @@
|
|
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/core": "6.0.1-beta.
|
41
|
+
"@iconify/vue": "4.1.2",
|
42
|
+
"@kengic/core": "6.0.1-beta.100",
|
44
43
|
"@kengic/pont": "1.2.17-beta.1",
|
45
44
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
46
45
|
"@thymine/xunee": "0.4.9-beta.8",
|
@@ -75,6 +74,7 @@
|
|
75
74
|
"rimraf": "3.0.2",
|
76
75
|
"rollup": "2.79.1",
|
77
76
|
"rollup-plugin-visualizer": "5.8.3",
|
77
|
+
"screenfull": "6.0.2",
|
78
78
|
"semver": "7.5.4",
|
79
79
|
"store": "2.0.12",
|
80
80
|
"tsx": "3.12.3",
|
@@ -110,6 +110,17 @@
|
|
110
110
|
},
|
111
111
|
"prettier": {
|
112
112
|
"endOfLine": "auto",
|
113
|
+
"overrides": [
|
114
|
+
{
|
115
|
+
"files": [
|
116
|
+
"*.less",
|
117
|
+
"*.css"
|
118
|
+
],
|
119
|
+
"options": {
|
120
|
+
"printWidth": 320
|
121
|
+
}
|
122
|
+
}
|
123
|
+
],
|
113
124
|
"printWidth": 160,
|
114
125
|
"semi": true,
|
115
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
|