@point-hub/papp 0.0.118 → 0.0.120
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-autocomplete.vue.d.ts +7 -0
- package/dist/components/base-choosen.vue.d.ts +7 -0
- package/dist/index.css +1 -1
- package/dist/index.js +3122 -3159
- package/dist/index.umd.cjs +6 -6
- package/package.json +22 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@point-hub/papp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.120",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.umd.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -42,11 +42,12 @@
|
|
|
42
42
|
"@headlessui/vue": "^1.7.23",
|
|
43
43
|
"@point-hub/js-utils": "^0.0.6",
|
|
44
44
|
"@point-hub/preset-papp-icon": "^0.0.3",
|
|
45
|
-
"@
|
|
46
|
-
"@vueuse/
|
|
45
|
+
"@unocss/vite": "^66.3.2",
|
|
46
|
+
"@vueuse/components": "^13.4.0",
|
|
47
|
+
"@vueuse/core": "^13.4.0",
|
|
47
48
|
"cleave.js": "^1.6.0",
|
|
48
49
|
"date-fns": "^4.1.0",
|
|
49
|
-
"pinia": "^3.0.
|
|
50
|
+
"pinia": "^3.0.3",
|
|
50
51
|
"uuid": "^11.1.0",
|
|
51
52
|
"vue-router": "4",
|
|
52
53
|
"vue-tippy": "^6.7.1",
|
|
@@ -56,40 +57,40 @@
|
|
|
56
57
|
"vue": "^3.5.14"
|
|
57
58
|
},
|
|
58
59
|
"devDependencies": {
|
|
59
|
-
"@badeball/cypress-cucumber-preprocessor": "^22.0
|
|
60
|
+
"@badeball/cypress-cucumber-preprocessor": "^22.2.0",
|
|
60
61
|
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.5",
|
|
61
|
-
"@tsconfig/node20": "^20.1.
|
|
62
|
+
"@tsconfig/node20": "^20.1.6",
|
|
62
63
|
"@types/cleave.js": "^1.4.12",
|
|
63
64
|
"@types/jsdom": "^21.1.7",
|
|
64
|
-
"@types/node": "^
|
|
65
|
+
"@types/node": "^24.0.7",
|
|
65
66
|
"@types/uuid": "^10.0.0",
|
|
66
|
-
"@unocss/preset-web-fonts": "^
|
|
67
|
-
"@unocss/reset": "^
|
|
68
|
-
"@unocss/transformer-directives": "^
|
|
69
|
-
"@vitejs/plugin-vue": "^
|
|
70
|
-
"@vitest/eslint-plugin": "^1.
|
|
67
|
+
"@unocss/preset-web-fonts": "^66.3.2",
|
|
68
|
+
"@unocss/reset": "^66.3.2",
|
|
69
|
+
"@unocss/transformer-directives": "^66.3.2",
|
|
70
|
+
"@vitejs/plugin-vue": "^6.0.0",
|
|
71
|
+
"@vitest/eslint-plugin": "^1.3.3",
|
|
71
72
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
72
|
-
"@vue/eslint-config-typescript": "^14.5.
|
|
73
|
+
"@vue/eslint-config-typescript": "^14.5.1",
|
|
73
74
|
"@vue/test-utils": "^2.4.6",
|
|
74
75
|
"@vue/tsconfig": "^0.7.0",
|
|
75
76
|
"ajv": "^8.17.1",
|
|
76
77
|
"cypress-file-upload": "^5.0.8",
|
|
77
|
-
"eslint": "9.
|
|
78
|
+
"eslint": "9.30.0",
|
|
78
79
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
79
|
-
"eslint-plugin-vue": "^10.
|
|
80
|
+
"eslint-plugin-vue": "^10.2.0",
|
|
80
81
|
"jsdom": "^26.1.0",
|
|
81
82
|
"npm-run-all2": "^8.0.4",
|
|
82
|
-
"postcss": "^8.5.
|
|
83
|
-
"prettier": "^3.
|
|
83
|
+
"postcss": "^8.5.6",
|
|
84
|
+
"prettier": "^3.6.2",
|
|
84
85
|
"rimraf": "^6.0.1",
|
|
85
86
|
"start-server-and-test": "^2.0.12",
|
|
86
87
|
"typescript": "5.8.3",
|
|
87
|
-
"unocss": "^
|
|
88
|
-
"vite": "^
|
|
88
|
+
"unocss": "^66.3.2",
|
|
89
|
+
"vite": "^7.0.0",
|
|
89
90
|
"vite-plugin-dts": "4.5.4",
|
|
90
91
|
"vitepress": "1.6.3",
|
|
91
|
-
"vitest": "^3.
|
|
92
|
-
"vue": "^3.5.
|
|
92
|
+
"vitest": "^3.2.4",
|
|
93
|
+
"vue": "^3.5.17",
|
|
93
94
|
"vue-tsc": "^2.2.10"
|
|
94
95
|
},
|
|
95
96
|
"repository": {
|