@point-hub/papp 0.0.23 → 0.0.25
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/base-avatar.vue.d.ts +1 -1
- package/dist/components/base-button.vue.d.ts +3 -3
- package/dist/components/base-card.vue.d.ts +6 -0
- package/dist/components/base-link.vue.d.ts +68 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +5458 -4835
- package/dist/index.umd.cjs +9 -6
- package/dist/style.css +1 -1
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@point-hub/papp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.umd.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -37,47 +37,47 @@
|
|
|
37
37
|
"docs:preview": "vitepress preview docs"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@headlessui/vue": "^1.7.
|
|
41
|
-
"@point-hub/express-utils": "^0.
|
|
40
|
+
"@headlessui/vue": "^1.7.19",
|
|
41
|
+
"@point-hub/express-utils": "^0.2.4",
|
|
42
42
|
"@point-hub/preset-papp-icon": "^0.0.2",
|
|
43
43
|
"cleave.js": "^1.6.0",
|
|
44
44
|
"dayjs": "^1.11.10",
|
|
45
45
|
"pinia": "^2.1.7",
|
|
46
46
|
"uuid": "^9.0.1",
|
|
47
|
-
"vue": "^3.4.
|
|
47
|
+
"vue": "^3.4.21",
|
|
48
48
|
"vue-router": "4",
|
|
49
49
|
"vue-tippy": "^6.4.1",
|
|
50
50
|
"vue3-popper": "^1.5.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@rushstack/eslint-patch": "^1.
|
|
54
|
-
"@tsconfig/node18": "^18.2.
|
|
53
|
+
"@rushstack/eslint-patch": "^1.10.1",
|
|
54
|
+
"@tsconfig/node18": "^18.2.4",
|
|
55
55
|
"@types/cleave.js": "^1.4.12",
|
|
56
56
|
"@types/jsdom": "^21.1.6",
|
|
57
|
-
"@types/node": "^20.
|
|
58
|
-
"@types/uuid": "^9.0.
|
|
59
|
-
"@unocss/reset": "^0.58.
|
|
60
|
-
"@unocss/transformer-directives": "^0.58.
|
|
61
|
-
"@vitejs/plugin-vue": "^5.0.
|
|
57
|
+
"@types/node": "^20.12.2",
|
|
58
|
+
"@types/uuid": "^9.0.8",
|
|
59
|
+
"@unocss/reset": "^0.58.8",
|
|
60
|
+
"@unocss/transformer-directives": "^0.58.8",
|
|
61
|
+
"@vitejs/plugin-vue": "^5.0.4",
|
|
62
62
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
63
|
-
"@vue/eslint-config-typescript": "^
|
|
64
|
-
"@vue/test-utils": "^2.4.
|
|
63
|
+
"@vue/eslint-config-typescript": "^13.0.0",
|
|
64
|
+
"@vue/test-utils": "^2.4.5",
|
|
65
65
|
"@vue/tsconfig": "^0.5.1",
|
|
66
|
-
"eslint": "^8.
|
|
67
|
-
"eslint-plugin-simple-import-sort": "^
|
|
68
|
-
"eslint-plugin-vue": "^9.
|
|
69
|
-
"jsdom": "^
|
|
70
|
-
"npm-run-all2": "^6.1.
|
|
71
|
-
"postcss": "^8.4.
|
|
72
|
-
"prettier": "^3.
|
|
66
|
+
"eslint": "^8.57.0",
|
|
67
|
+
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
68
|
+
"eslint-plugin-vue": "^9.24.0",
|
|
69
|
+
"jsdom": "^24.0.0",
|
|
70
|
+
"npm-run-all2": "^6.1.2",
|
|
71
|
+
"postcss": "^8.4.38",
|
|
72
|
+
"prettier": "^3.2.5",
|
|
73
73
|
"rimraf": "^5.0.5",
|
|
74
|
-
"typescript": "^5.
|
|
75
|
-
"unocss": "^0.58.
|
|
76
|
-
"vite": "^5.
|
|
77
|
-
"vite-plugin-dts": "
|
|
78
|
-
"vitepress": "^1.0.
|
|
79
|
-
"vitest": "^1.
|
|
80
|
-
"vue-tsc": "^
|
|
74
|
+
"typescript": "^5.4.3",
|
|
75
|
+
"unocss": "^0.58.8",
|
|
76
|
+
"vite": "^5.2.7",
|
|
77
|
+
"vite-plugin-dts": "3.7.3",
|
|
78
|
+
"vitepress": "^1.0.1",
|
|
79
|
+
"vitest": "^1.4.0",
|
|
80
|
+
"vue-tsc": "^2.0.7"
|
|
81
81
|
},
|
|
82
82
|
"repository": {
|
|
83
83
|
"type": "git",
|