@kengic/vue 0.31.16-beta.0 → 0.31.17-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/bin/postinstall.mjs +42 -13
- package/bin/preinstall.mjs +23 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +141853 -209127
- package/dist/kg.config.d.ts +3 -0
- package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +0 -13
- package/dist/src/component/KgButton/KgButton.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Fullscreen.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.OverviewScale.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts +2 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +0 -9
- package/dist/src/component/KgForm/KgForm.d.ts +41 -40
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.DynamicQueryOperator.d.ts +1 -1
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.Lookup.Modal.d.ts +1 -1
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.Lookup.d.ts +1 -1
- package/dist/src/component/KgImage/KgImage.d.ts +7 -7
- package/dist/src/component/KgLayoutHeader/KgLayoutHeader.Locale.d.ts +1 -1
- package/dist/src/component/KgModal/KgModal.d.ts +10 -22
- package/dist/src/component/KgModal/KgModal.service.d.ts +4 -3
- package/dist/src/component/KgModal/KgModalHeaderButtons.d.ts +0 -29
- package/dist/src/component/KgModal02/KgModal02.d.ts +106 -21
- package/dist/src/component/KgModal02/index.d.ts +1 -1
- package/dist/src/component/KgProgressA/KgProgressA.d.ts +1 -1
- package/dist/src/component/KgResizable/KgResizable.d.ts +5 -5
- package/dist/src/component/KgSearch/KgSearch.d.ts +1 -1
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +2 -1
- package/dist/src/component/KgSubmit/KgSubmit.d.ts +1 -1
- package/dist/src/component/KgTable/KgTable.BodyCell.d.ts +0 -18
- package/dist/src/component/KgTable/KgTable.HeadCell.d.ts +0 -16
- package/dist/src/component/KgTable/KgTable.Info.d.ts +0 -18
- package/dist/src/component/KgTable/KgTable.Setting.d.ts +0 -6
- package/dist/src/component/KgTable/KgTable.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +0 -22
- package/dist/src/component/KgTable02/KgTable02.d.ts +2 -1
- package/dist/src/component/KgVar/KgVar.event.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.store.d.ts +15 -12
- package/dist/src/component/KgVarConfig/KgVarConfig$Modal.d.ts +2 -1
- package/dist/src/component/KgVarConfig/KgVarConfig$SelectFormIdModal.d.ts +2 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +1 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.d.ts +14 -13
- package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +10 -10
- package/dist/src/component/KgYesOrNo/KgYesOrNo.d.ts +1 -1
- package/dist/src/config/config.event.d.ts +51 -0
- package/dist/src/config/config.hooks.d.ts +9 -1
- package/dist/src/config/config.model.d.ts +11 -0
- package/dist/src/config/config.store.d.ts +1 -1
- package/dist/src/config/index.d.ts +0 -1
- package/dist/src/i18n/i18n.setup.d.ts +6 -4
- package/dist/src/index.d.ts +0 -1
- package/dist/src/model/index.d.ts +127 -60
- package/dist/src/page/KgPageDda/KgPageDda.Create.Basic.SqlModal.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Basic.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Button.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Menu.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Search.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Submit.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Table.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.d.ts +2 -1
- package/dist/src/page/KgPageSqlClient/components/KgSqlClient.ResultTab.d.ts +2 -1
- package/dist/src/project/src/utils/common/compUtils.d.ts +2 -2
- package/dist/src/service/http-client.d.ts +1 -1
- package/dist/src/util/ant-design-vue.d.ts +16 -16
- package/dist/src/util/index.d.ts +29 -3
- package/dist/src/util/kg.util.d.ts +39 -2
- package/package.json +33 -16
- package/dist/caret-right-outlined-Btgsw6a_.1cf00b77.mjs +0 -8
- package/dist/close-outlined-DMcSQWxQ.f7304023.mjs +0 -8
- package/dist/exclamation-circle-outlined-DZrXCnvM.0844874c.mjs +0 -8
- package/dist/fullscreen-exit-outlined-X1iYkFc4.378f8508.mjs +0 -8
- package/dist/fullscreen-outlined-DDBrsRcy.dcf0d8c8.mjs +0 -8
- package/dist/search-outlined-Od1M_oxf.a1041ffc.mjs +0 -8
- package/dist/src/util/event.util.d.ts +0 -15
- package/dist/src/util/kg-auth.util.d.ts +0 -12
- package/dist/src/util/kg-route.util.d.ts +0 -18
- package/dist/src/util/tsx.helper.d.ts +0 -23
- package/dist/three-dots-loading-bIlrTJYR.77291e2a.mjs +0 -8
package/package.json
CHANGED
|
@@ -1,38 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.17-beta.1",
|
|
4
4
|
"scripts": {
|
|
5
|
-
"build": "
|
|
5
|
+
"build---rimraf-dist": "rimraf dist",
|
|
6
|
+
"build---vue-tsc": "vue-tsc",
|
|
7
|
+
"build---vite-build": "vite build",
|
|
8
|
+
"build": "npm-run-all -s use-node build---rimraf-dist build---vue-tsc build---vite-build",
|
|
9
|
+
"build--lite": "npm-run-all -s build---rimraf-dist build---vue-tsc build---vite-build",
|
|
6
10
|
"build--development": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
|
7
11
|
"--------------------------------------------------": "",
|
|
8
12
|
"gen-apis--WMS": "npm run use-node && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
|
9
13
|
"- ------------------------------------------------": "",
|
|
10
|
-
"use-node": "npm cache clean -f
|
|
11
|
-
"
|
|
14
|
+
"use-node---clean-cache": "npm cache clean -f",
|
|
15
|
+
"use-node---use-node": "nvm use 24.14.1",
|
|
16
|
+
"use-node---corepack-enable": "corepack enable",
|
|
17
|
+
"use-node---use-pnpm": "corepack use pnpm@10.33.0",
|
|
18
|
+
"use-node": "npm-run-all -s use-node---clean-cache use-node---use-node use-node---corepack-enable use-node---use-pnpm",
|
|
19
|
+
"cnpm--sync---execute": "npx cnpm --yes sync @kengic/vue",
|
|
20
|
+
"cnpm--sync": "npm-run-all -s use-node cnpm--sync---execute",
|
|
12
21
|
"------ -------------------------------------------": "",
|
|
22
|
+
"preinstall": "node bin/preinstall.mjs",
|
|
13
23
|
"postinstall": "node bin/postinstall.mjs",
|
|
14
24
|
"-- -----------------------------------------------": "",
|
|
15
25
|
"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",
|
|
16
26
|
"bump-to--luotao--smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && tsx script/bump-to--luotao--smartfactory.product.wms.wms--project-kengic-factory.ts",
|
|
17
27
|
"copy-to--luotao--smartfactory.product.wms.wms--dev-3.2": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--dev-3.2.ts",
|
|
28
|
+
"copy-to--luotao--smartfactory.product.wms.wms--hiway---execute": "tsx script/copy-to--luotao--smartfactory.product.wms.wms--hiway.ts",
|
|
29
|
+
"copy-to--luotao--smartfactory.product.wms.wms--hiway": "npm-run-all -s build copy-to--luotao--smartfactory.product.wms.wms--hiway---execute",
|
|
30
|
+
"copy-to--luotao--smartfactory.product.wms.wms--hiway--lite": "npm-run-all -s build--lite copy-to--luotao--smartfactory.product.wms.wms--hiway---execute",
|
|
31
|
+
"copy-to--luotao--smartfactory.product.wms.wms--project-zonsen-ducar": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-zonsen-ducar.ts",
|
|
18
32
|
"copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory.ts",
|
|
19
33
|
"copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-test": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-test.ts",
|
|
20
34
|
"copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-integration": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--project-kengic-factory-integration.ts",
|
|
21
35
|
"copy-to--luotao--smartfactory.product.simulator--main": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.simulator--main.ts",
|
|
22
36
|
"copy-to--luotao--smartfactory.tyre.haohua.basic.was-java--PcrTireWeb": "npm run build--development && tsx script/copy-to--luotao--smartfactory.tyre.haohua.basic.was-java--PcrTireWeb.ts",
|
|
23
|
-
"copy-to--luotao--smartfactory.product.wms.wms--hiway": "npm run build--development && tsx script/copy-to--luotao--smartfactory.product.wms.wms--hiway.ts",
|
|
24
37
|
"copy-to--luotao--smartfactory.tyre.product-cp.view--FMS3.2": "npm run build--development && tsx script/copy-to--luotao--smartfactory.tyre.product-cp.view--FMS3.2.ts",
|
|
38
|
+
"copy-to--luotao--smartfactory.tyre.product-bbj.view--sailun-djk-pg-dev": "npm run build--development && tsx script/copy-to--luotao--smartfactory.tyre.product-bbj.view--sailun-djk-pg-dev.ts",
|
|
25
39
|
"----- --------------------------------------------": "",
|
|
26
|
-
"bump--major": "
|
|
27
|
-
"bump--minor": "
|
|
28
|
-
"bump--patch": "
|
|
29
|
-
"bump--beta": "
|
|
40
|
+
"bump--major": "tsx script/bump.ts major",
|
|
41
|
+
"bump--minor": "tsx script/bump.ts minor",
|
|
42
|
+
"bump--patch": "tsx script/bump.ts patch",
|
|
43
|
+
"bump--beta": "tsx script/bump.ts beta",
|
|
30
44
|
"---- ---------------------------------------------": "",
|
|
31
|
-
"publish--npm": "
|
|
32
|
-
"publish--
|
|
33
|
-
"publish--
|
|
34
|
-
"publish
|
|
35
|
-
"publish--
|
|
45
|
+
"publish--npm---npmrc-kengic": "npmrc kengic",
|
|
46
|
+
"publish--npm---execute": "npm publish ./ --registry https://registry.npmjs.org/ --access public --tag latest",
|
|
47
|
+
"publish--npm": "npm-run-all -s publish--npm---npmrc-kengic publish--npm---execute",
|
|
48
|
+
"publish---execute": "tsx script/publish.ts",
|
|
49
|
+
"publish--major": "npm-run-all -s bump--major publish---execute",
|
|
50
|
+
"publish--minor": "npm-run-all -s bump--minor publish---execute",
|
|
51
|
+
"publish--patch": "npm-run-all -s bump--patch publish---execute",
|
|
52
|
+
"publish--beta": "npm-run-all -s bump--beta publish---execute"
|
|
36
53
|
},
|
|
37
54
|
"bin": {
|
|
38
55
|
"kg-vue": "bin/bin.mjs"
|
|
@@ -50,8 +67,7 @@
|
|
|
50
67
|
"@iconify-icons/mdi": "1.2.48",
|
|
51
68
|
"@iconify-icons/ph": "1.2.5",
|
|
52
69
|
"@iconify/vue": "4.1.2",
|
|
53
|
-
"@kengic/core.core": "0.0.
|
|
54
|
-
"@kengic/core.react": "0.0.6",
|
|
70
|
+
"@kengic/core.core": "0.0.7",
|
|
55
71
|
"@kengic/pont": "2.1.2",
|
|
56
72
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
57
73
|
"@thymine/xunee": "0.4.9-beta.47",
|
|
@@ -84,6 +100,7 @@
|
|
|
84
100
|
"less": "4.1.3",
|
|
85
101
|
"lodash-es": "4.17.21",
|
|
86
102
|
"md5": "2.3.0",
|
|
103
|
+
"npm-run-all": "4.1.5",
|
|
87
104
|
"picocolors": "1.0.0",
|
|
88
105
|
"pinia": "2.0.12",
|
|
89
106
|
"prettier": "3.3.3",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const c = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M799.855 166.312c.023.007.043.018.084.059l57.69 57.69c.041.041.052.06.059.084a.118.118 0 0 1 0 .069c-.007.023-.018.042-.059.083L569.926 512l287.703 287.703c.041.04.052.06.059.083a.118.118 0 0 1 0 .07c-.007.022-.018.042-.059.083l-57.69 57.69c-.041.041-.06.052-.084.059a.118.118 0 0 1-.069 0c-.023-.007-.042-.018-.083-.059L512 569.926L224.297 857.629c-.04.041-.06.052-.083.059a.118.118 0 0 1-.07 0c-.022-.007-.042-.018-.083-.059l-57.69-57.69c-.041-.041-.052-.06-.059-.084a.118.118 0 0 1 0-.069c.007-.023.018-.042.059-.083L454.073 512L166.371 224.297c-.041-.04-.052-.06-.059-.083a.118.118 0 0 1 0-.07c.007-.022.018-.042.059-.083l57.69-57.69c.041-.041.06-.052.084-.059a.118.118 0 0 1 .069 0c.023.007.042.018.083.059L512 454.073l287.703-287.702c.04-.041.06-.052.083-.059a.118.118 0 0 1 .07 0Z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
c as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const t = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372z"/><path fill="currentColor" d="M464 688a48 48 0 1 0 96 0a48 48 0 1 0-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
t as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const l = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 0 0 0 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 0 0 391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6L877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 0 0-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
l as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const l = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="m290 236.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6l43.7 43.7a8.01 8.01 0 0 0 13.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 0 0 0 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 0 0-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6L423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
l as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const t = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1c-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
t as default
|
|
8
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IKgEventListener, IKgRemoveEventListener } from '@kengic/core.core';
|
|
2
|
-
/**
|
|
3
|
-
* <p>构造事件监听.</p>
|
|
4
|
-
* <p>在 {@link onEventFactory} 的基础上, 支持在组件卸载时自动取消监听.</p>
|
|
5
|
-
*
|
|
6
|
-
* @param param.event 事件名称.
|
|
7
|
-
* @param param.id 唯一标识.
|
|
8
|
-
* @param param.addEventListener 添加事件监听.
|
|
9
|
-
* @param param.removeEventListener 移除事件监听.
|
|
10
|
-
*/
|
|
11
|
-
export declare function kgOnEventFactory<E extends string, L extends IKgEventListener = any>(param: {
|
|
12
|
-
event: E;
|
|
13
|
-
eventListeners: Record<string, Record<E, Array<L>>> | any;
|
|
14
|
-
id?: string | undefined;
|
|
15
|
-
}): (listener: L, isOnce?: boolean) => IKgRemoveEventListener;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { KgUtil } from './kg.util';
|
|
2
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
3
|
-
export declare class KgAuthUtil {
|
|
4
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
5
|
-
static isAdminUser: typeof KgUtil.isAdminUser;
|
|
6
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
7
|
-
static isAppAuthenticated: typeof KgUtil.isAppAuthenticated;
|
|
8
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
9
|
-
static isPathAuthenticated: typeof KgUtil.isPathAuthenticated;
|
|
10
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
11
|
-
static getPermissionType: typeof KgUtil.getPermissionType;
|
|
12
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { KgUtil } from './kg.util';
|
|
2
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
3
|
-
export declare class KgRouteUtil {
|
|
4
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
5
|
-
static translateMenus: typeof KgUtil.translateMenus;
|
|
6
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
7
|
-
static transformMenus: typeof KgUtil.transformMenus;
|
|
8
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
9
|
-
static isPathInApp: typeof KgUtil.isPathInApp;
|
|
10
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
11
|
-
static getAppByPath: typeof KgUtil.getAppByPath;
|
|
12
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
13
|
-
static getAppIndexPath: typeof KgUtil.getAppIndexPath;
|
|
14
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
15
|
-
static getFirstLeafMenu: typeof KgUtil.getFirstLeafMenu;
|
|
16
|
-
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
17
|
-
static getMenuByPath: typeof KgUtil.getMenuByPath;
|
|
18
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Slots } from 'vue';
|
|
2
|
-
/**
|
|
3
|
-
* 根据名称渲染单个插槽.
|
|
4
|
-
*
|
|
5
|
-
* @param param.slotRecord 插槽对象.
|
|
6
|
-
* @param param.name 插槽名称.
|
|
7
|
-
*/
|
|
8
|
-
export declare function renderSlot(param: {
|
|
9
|
-
name: string;
|
|
10
|
-
slotRecord: Slots;
|
|
11
|
-
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
}>[] | null;
|
|
14
|
-
/**
|
|
15
|
-
* 渲染插槽.
|
|
16
|
-
*
|
|
17
|
-
* @param param.slotRecord 插槽对象.
|
|
18
|
-
* @param param.excludeSlotList 要排除的插槽名称列表.
|
|
19
|
-
*/
|
|
20
|
-
export declare function renderSlotList(param: {
|
|
21
|
-
excludeSlotList?: string[];
|
|
22
|
-
slotRecord: Slots;
|
|
23
|
-
}): any;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const e = {
|
|
2
|
-
width: 24,
|
|
3
|
-
height: 24,
|
|
4
|
-
body: '<circle cx="18" cy="12" r="0" fill="currentColor"><animate attributeName="r" begin=".67" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"/></circle><circle cx="12" cy="12" r="0" fill="currentColor"><animate attributeName="r" begin=".33" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"/></circle><circle cx="6" cy="12" r="0" fill="currentColor"><animate attributeName="r" begin="0" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"/></circle>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
e as default
|
|
8
|
-
};
|