@jctrans-materials/comps-vue3 1.0.41-beta.0 → 1.0.41-beta.10
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/components/ChineseCompanySearch/ChineseCompanySearch.test.d.ts +1 -0
- package/dist/components/ChineseCompanySearch/index.d.ts +89 -0
- package/dist/components/JcCarrierSearch/AirCarrierSearch.d.ts +1 -39
- package/dist/components/JcCarrierSearch/AirLineSearch.d.ts +1 -39
- package/dist/components/JcCarrierSearch/JcCarrierSearch.test.d.ts +1 -0
- package/dist/components/JcCarrierSearch/SeaCarrierSearch.d.ts +1 -39
- package/dist/components/JcCarrierSearch/SeaLineSearch.d.ts +1 -39
- package/dist/components/JcCarrierSearch/index.d.ts +27 -6
- package/dist/components/JcImg/index.d.ts +69 -0
- package/dist/components/JcMSearch/common.d.ts +4 -14
- package/dist/components/JcSearch/common.d.ts +4 -14
- package/dist/components/JcSearch/hooks/useSearchHistory.d.ts +2 -2
- package/dist/components/JcSearch/hooks/useSearchLogic.d.ts +2 -2
- package/dist/components/JcSearch/hooks/useSelectBehavior.d.ts +1 -1
- package/dist/components/JcSearch/index.d.ts +3 -3
- package/dist/components/LineCascader/index.d.ts +1 -1
- package/dist/gio.d.ts +8 -1
- package/dist/index.cjs.js +20 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +21761 -1
- package/package.json +9 -9
- package/dist/hooks/useLang.d.ts +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jctrans-materials/comps-vue3",
|
|
3
|
-
"version": "1.0.41-beta.
|
|
3
|
+
"version": "1.0.41-beta.10",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
@@ -25,34 +25,34 @@
|
|
|
25
25
|
"license": "ISC",
|
|
26
26
|
"packageManager": "pnpm@10.12.4",
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"element-plus": "^2.10.5",
|
|
29
28
|
"vue": "^3.2.0"
|
|
30
29
|
},
|
|
31
30
|
"dependencies": {
|
|
32
31
|
"@floating-ui/dom": "^1.7.4",
|
|
32
|
+
"@tailwindcss/vite": "4.1.18",
|
|
33
33
|
"crypto-js": "^4.2.0",
|
|
34
|
+
"element-plus": "2.10.5",
|
|
34
35
|
"js-cookie": "^3.0.5",
|
|
35
36
|
"js-md5": "^0.8.3",
|
|
36
37
|
"lodash-es": "^4.17.22",
|
|
37
38
|
"nanoid": "^5.1.6",
|
|
38
39
|
"qrcode": "^1.5.4",
|
|
39
|
-
"
|
|
40
|
+
"tailwindcss": "4.1.18",
|
|
41
|
+
"@jctrans-materials/shared": "1.0.41-beta.10"
|
|
40
42
|
},
|
|
41
43
|
"devDependencies": {
|
|
42
|
-
"@tailwindcss/
|
|
43
|
-
"@tailwindcss/postcss": "^4.1.18",
|
|
44
|
+
"@tailwindcss/postcss": "4.1.18",
|
|
44
45
|
"@types/crypto-js": "^4.2.2",
|
|
45
46
|
"@types/js-cookie": "^3.0.6",
|
|
46
47
|
"@types/lodash-es": "^4.17.12",
|
|
47
48
|
"@types/qrcode": "^1.5.6",
|
|
48
49
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
49
|
-
"cssnano": "
|
|
50
|
+
"cssnano": "7.1.2",
|
|
50
51
|
"jsdom": "^24.1.3",
|
|
51
|
-
"sass": "
|
|
52
|
-
"tailwindcss": "^4.1.18",
|
|
52
|
+
"sass": "1.94.2",
|
|
53
53
|
"typescript": "^5.9.3",
|
|
54
54
|
"unplugin-element-plus": "^0.11.1",
|
|
55
|
-
"vite": "^
|
|
55
|
+
"vite": "^6.3.5",
|
|
56
56
|
"vite-plugin-dts": "^3.0.0",
|
|
57
57
|
"vitest": "^2.1.8",
|
|
58
58
|
"vue-tsc": "^3.1.5"
|
package/dist/hooks/useLang.d.ts
DELETED