@hb-hellotech/hb-ui 2.4.2 → 2.4.3
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/dist/App.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table/src/HbListTable.d.ts.map +1 -1
- package/dist/components/business_comp/list_page_comp/hb_list_table_colums_set/src/HbTableColumnSet.d.ts.map +1 -1
- package/dist/components/func_comp/hb_func_comp_tree/src/tree.d.ts +51 -24
- package/dist/demo/Table.d.ts.map +1 -1
- package/dist/hb_component_lib.css +1 -1
- package/dist/hb_component_lib.js +1285 -1248
- package/dist/hb_component_lib.umd.cjs +2 -2
- package/package.json +97 -97
package/package.json
CHANGED
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@hb-hellotech/hb-ui",
|
|
3
|
-
"version": "2.4.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"main": "dist/hb_component_lib.umd.cjs",
|
|
6
|
-
"module": "dist/hb_component_lib.js",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"author": "hello-tech",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./dist/index.d.ts",
|
|
12
|
-
"import": "./dist/hb_component_lib.js",
|
|
13
|
-
"require": "./dist/hb_component_lib.umd.cjs"
|
|
14
|
-
},
|
|
15
|
-
"./dist/hb_component_lib.css": {
|
|
16
|
-
"import": "./dist/hb_component_lib.css",
|
|
17
|
-
"require": "./dist/hb_component_lib.css"
|
|
18
|
-
},
|
|
19
|
-
"./hooks/*": "./hooks/*"
|
|
20
|
-
},
|
|
21
|
-
"files": [
|
|
22
|
-
"package.json",
|
|
23
|
-
"README.md",
|
|
24
|
-
"LICENSE",
|
|
25
|
-
"dist",
|
|
26
|
-
"hooks",
|
|
27
|
-
"utils"
|
|
28
|
-
],
|
|
29
|
-
"scripts": {
|
|
30
|
-
"dev": "vite --port 3003",
|
|
31
|
-
"pub": "npm publish --tag latest --access public --registry=https://registry.npmjs.org",
|
|
32
|
-
"build": "vite build",
|
|
33
|
-
"lint": "eslint ./src/**/*.{ts,vue}",
|
|
34
|
-
"lint:fix": "eslint ./src/**/*.{ts,vue} --fix",
|
|
35
|
-
"docs:dev": "vitepress dev docs --port 3001",
|
|
36
|
-
"docs:build": "vitepress build docs",
|
|
37
|
-
"docs:preview": "vitepress preview docs"
|
|
38
|
-
},
|
|
39
|
-
"peerDependencies": {
|
|
40
|
-
"@ant-design/icons-vue": "^6.1.0",
|
|
41
|
-
"@vueuse/core": "^10.9.0",
|
|
42
|
-
"ant-design-vue": "^3.2.15",
|
|
43
|
-
"dayjs": "^1.11.18",
|
|
44
|
-
"lodash": "^4.17.21",
|
|
45
|
-
"vue": "^3.5.22",
|
|
46
|
-
"vue-i18n": "^9.2.2",
|
|
47
|
-
"vue-router": "^4.1.6",
|
|
48
|
-
"vuedraggable": "4.1.0"
|
|
49
|
-
},
|
|
50
|
-
"dependencies": {
|
|
51
|
-
"@hb-hellotech/hb-ui": "1.2.5-beta.5",
|
|
52
|
-
"@rollup/plugin-alias": "^4.0.2",
|
|
53
|
-
"@types/node": "^18.11.7",
|
|
54
|
-
"@types/throttle-debounce": "^5.0.0",
|
|
55
|
-
"child_process": "^1.0.2",
|
|
56
|
-
"less": "^4.1.3",
|
|
57
|
-
"lodash-es": "^4.17.23",
|
|
58
|
-
"rollup-plugin-external-globals": "^0.8.0",
|
|
59
|
-
"throttle-debounce": "^5.0.0",
|
|
60
|
-
"vite-plugin-libcss": "^1.0.5",
|
|
61
|
-
"vue-files-preview": "^1.0.43"
|
|
62
|
-
},
|
|
63
|
-
"devDependencies": {
|
|
64
|
-
"@ant-design/icons-vue": "^6.1.0",
|
|
65
|
-
"@eslint/js": "^9.15.0",
|
|
66
|
-
"@types/lodash": "^4.17.13",
|
|
67
|
-
"@types/lodash-es": "^4.17.12",
|
|
68
|
-
"@vitejs/plugin-vue": "^6.0.1",
|
|
69
|
-
"@vue/runtime-core": "^3.5.22",
|
|
70
|
-
"@vueuse/core": "^10.9.0",
|
|
71
|
-
"ant-design-vue": "^3.2.15",
|
|
72
|
-
"chalk": "^5.6.2",
|
|
73
|
-
"consola": "^3.4.2",
|
|
74
|
-
"dayjs": "^1.11.18",
|
|
75
|
-
"escape-html": "^1.0.3",
|
|
76
|
-
"eslint": "^9.15.0",
|
|
77
|
-
"eslint-plugin-vue": "^9.31.0",
|
|
78
|
-
"fs": "0.0.1-security",
|
|
79
|
-
"globals": "^15.12.0",
|
|
80
|
-
"lodash": "^4.17.21",
|
|
81
|
-
"markdown-it": "^14.1.0",
|
|
82
|
-
"markdown-it-container": "^4.0.0",
|
|
83
|
-
"path": "^0.12.7",
|
|
84
|
-
"prismjs": "^1.30.0",
|
|
85
|
-
"typescript": "^5.6.3",
|
|
86
|
-
"typescript-eslint": "^8.15.0",
|
|
87
|
-
"vite": "^7.1.12",
|
|
88
|
-
"vite-plugin-dts": "^4.5.4",
|
|
89
|
-
"vitepress": "^1.6.4",
|
|
90
|
-
"vue": "^3.5.22",
|
|
91
|
-
"vue-eslint-parser": "^9.4.3",
|
|
92
|
-
"vue-i18n": "^9.2.2",
|
|
93
|
-
"vue-router": "^4.1.6",
|
|
94
|
-
"vue-tsc": "^2.1.10",
|
|
95
|
-
"vuedraggable": "4.1.0"
|
|
96
|
-
}
|
|
97
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@hb-hellotech/hb-ui",
|
|
3
|
+
"version": "2.4.3",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "dist/hb_component_lib.umd.cjs",
|
|
6
|
+
"module": "dist/hb_component_lib.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"author": "hello-tech",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/hb_component_lib.js",
|
|
13
|
+
"require": "./dist/hb_component_lib.umd.cjs"
|
|
14
|
+
},
|
|
15
|
+
"./dist/hb_component_lib.css": {
|
|
16
|
+
"import": "./dist/hb_component_lib.css",
|
|
17
|
+
"require": "./dist/hb_component_lib.css"
|
|
18
|
+
},
|
|
19
|
+
"./hooks/*": "./hooks/*"
|
|
20
|
+
},
|
|
21
|
+
"files": [
|
|
22
|
+
"package.json",
|
|
23
|
+
"README.md",
|
|
24
|
+
"LICENSE",
|
|
25
|
+
"dist",
|
|
26
|
+
"hooks",
|
|
27
|
+
"utils"
|
|
28
|
+
],
|
|
29
|
+
"scripts": {
|
|
30
|
+
"dev": "vite --port 3003",
|
|
31
|
+
"pub": "npm publish --tag latest --access public --registry=https://registry.npmjs.org",
|
|
32
|
+
"build": "vite build",
|
|
33
|
+
"lint": "eslint ./src/**/*.{ts,vue}",
|
|
34
|
+
"lint:fix": "eslint ./src/**/*.{ts,vue} --fix",
|
|
35
|
+
"docs:dev": "vitepress dev docs --port 3001",
|
|
36
|
+
"docs:build": "vitepress build docs",
|
|
37
|
+
"docs:preview": "vitepress preview docs"
|
|
38
|
+
},
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"@ant-design/icons-vue": "^6.1.0",
|
|
41
|
+
"@vueuse/core": "^10.9.0",
|
|
42
|
+
"ant-design-vue": "^3.2.15",
|
|
43
|
+
"dayjs": "^1.11.18",
|
|
44
|
+
"lodash": "^4.17.21",
|
|
45
|
+
"vue": "^3.5.22",
|
|
46
|
+
"vue-i18n": "^9.2.2",
|
|
47
|
+
"vue-router": "^4.1.6",
|
|
48
|
+
"vuedraggable": "4.1.0"
|
|
49
|
+
},
|
|
50
|
+
"dependencies": {
|
|
51
|
+
"@hb-hellotech/hb-ui": "1.2.5-beta.5",
|
|
52
|
+
"@rollup/plugin-alias": "^4.0.2",
|
|
53
|
+
"@types/node": "^18.11.7",
|
|
54
|
+
"@types/throttle-debounce": "^5.0.0",
|
|
55
|
+
"child_process": "^1.0.2",
|
|
56
|
+
"less": "^4.1.3",
|
|
57
|
+
"lodash-es": "^4.17.23",
|
|
58
|
+
"rollup-plugin-external-globals": "^0.8.0",
|
|
59
|
+
"throttle-debounce": "^5.0.0",
|
|
60
|
+
"vite-plugin-libcss": "^1.0.5",
|
|
61
|
+
"vue-files-preview": "^1.0.43"
|
|
62
|
+
},
|
|
63
|
+
"devDependencies": {
|
|
64
|
+
"@ant-design/icons-vue": "^6.1.0",
|
|
65
|
+
"@eslint/js": "^9.15.0",
|
|
66
|
+
"@types/lodash": "^4.17.13",
|
|
67
|
+
"@types/lodash-es": "^4.17.12",
|
|
68
|
+
"@vitejs/plugin-vue": "^6.0.1",
|
|
69
|
+
"@vue/runtime-core": "^3.5.22",
|
|
70
|
+
"@vueuse/core": "^10.9.0",
|
|
71
|
+
"ant-design-vue": "^3.2.15",
|
|
72
|
+
"chalk": "^5.6.2",
|
|
73
|
+
"consola": "^3.4.2",
|
|
74
|
+
"dayjs": "^1.11.18",
|
|
75
|
+
"escape-html": "^1.0.3",
|
|
76
|
+
"eslint": "^9.15.0",
|
|
77
|
+
"eslint-plugin-vue": "^9.31.0",
|
|
78
|
+
"fs": "0.0.1-security",
|
|
79
|
+
"globals": "^15.12.0",
|
|
80
|
+
"lodash": "^4.17.21",
|
|
81
|
+
"markdown-it": "^14.1.0",
|
|
82
|
+
"markdown-it-container": "^4.0.0",
|
|
83
|
+
"path": "^0.12.7",
|
|
84
|
+
"prismjs": "^1.30.0",
|
|
85
|
+
"typescript": "^5.6.3",
|
|
86
|
+
"typescript-eslint": "^8.15.0",
|
|
87
|
+
"vite": "^7.1.12",
|
|
88
|
+
"vite-plugin-dts": "^4.5.4",
|
|
89
|
+
"vitepress": "^1.6.4",
|
|
90
|
+
"vue": "^3.5.22",
|
|
91
|
+
"vue-eslint-parser": "^9.4.3",
|
|
92
|
+
"vue-i18n": "^9.2.2",
|
|
93
|
+
"vue-router": "^4.1.6",
|
|
94
|
+
"vue-tsc": "^2.1.10",
|
|
95
|
+
"vuedraggable": "4.1.0"
|
|
96
|
+
}
|
|
97
|
+
}
|