@point-hub/papp 0.0.109 → 0.0.111
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 +1 -1
- package/dist/components/base-button.vue.d.ts +2 -0
- package/dist/components/base-checkbox.vue.d.ts +1 -1
- package/dist/components/base-choosen.vue.d.ts +1 -1
- package/dist/components/base-datepicker.vue.d.ts +1 -1
- package/dist/components/base-file-upload.vue.d.ts +1 -1
- package/dist/components/base-input-mask.vue.d.ts +1 -1
- package/dist/components/base-input-number.vue.d.ts +1 -1
- package/dist/components/base-input.vue.d.ts +1 -1
- package/dist/components/base-radio.vue.d.ts +1 -1
- package/dist/components/base-select.vue.d.ts +1 -1
- package/dist/components/base-switch.vue.d.ts +1 -1
- package/dist/components/base-textarea.vue.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +282 -271
- package/dist/index.umd.cjs +5 -5
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@point-hub/papp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.111",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.umd.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -40,47 +40,47 @@
|
|
|
40
40
|
"@headlessui/vue": "^1.7.23",
|
|
41
41
|
"@point-hub/js-utils": "^0.0.6",
|
|
42
42
|
"@point-hub/preset-papp-icon": "^0.0.3",
|
|
43
|
-
"@vueuse/components": "^13.
|
|
44
|
-
"@vueuse/core": "^13.
|
|
43
|
+
"@vueuse/components": "^13.2.0",
|
|
44
|
+
"@vueuse/core": "^13.2.0",
|
|
45
45
|
"cleave.js": "^1.6.0",
|
|
46
46
|
"date-fns": "^4.1.0",
|
|
47
47
|
"pinia": "^3.0.2",
|
|
48
48
|
"uuid": "^11.1.0",
|
|
49
|
-
"vue": "^3.5.
|
|
49
|
+
"vue": "^3.5.14",
|
|
50
50
|
"vue-router": "4",
|
|
51
|
-
"vue-tippy": "^6.7.
|
|
51
|
+
"vue-tippy": "^6.7.1",
|
|
52
52
|
"vue3-popper": "^1.5.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@tsconfig/node20": "^20.1.5",
|
|
56
56
|
"@types/cleave.js": "^1.4.12",
|
|
57
57
|
"@types/jsdom": "^21.1.7",
|
|
58
|
-
"@types/node": "^22.15.
|
|
58
|
+
"@types/node": "^22.15.21",
|
|
59
59
|
"@types/uuid": "^10.0.0",
|
|
60
60
|
"@unocss/preset-web-fonts": "^0.60.4",
|
|
61
61
|
"@unocss/reset": "^0.60.4",
|
|
62
62
|
"@unocss/transformer-directives": "^0.60.4",
|
|
63
63
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
64
|
-
"@vitest/eslint-plugin": "^1.1
|
|
64
|
+
"@vitest/eslint-plugin": "^1.2.1",
|
|
65
65
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
66
66
|
"@vue/eslint-config-typescript": "^14.5.0",
|
|
67
67
|
"@vue/test-utils": "^2.4.6",
|
|
68
68
|
"@vue/tsconfig": "^0.7.0",
|
|
69
69
|
"ajv": "^8.17.1",
|
|
70
|
-
"eslint": "9.
|
|
70
|
+
"eslint": "9.27.0",
|
|
71
71
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
72
72
|
"eslint-plugin-vue": "^10.1.0",
|
|
73
73
|
"jsdom": "^26.1.0",
|
|
74
|
-
"npm-run-all2": "^8.0.
|
|
74
|
+
"npm-run-all2": "^8.0.4",
|
|
75
75
|
"postcss": "^8.5.3",
|
|
76
76
|
"prettier": "^3.5.3",
|
|
77
77
|
"rimraf": "^6.0.1",
|
|
78
78
|
"typescript": "5.8.3",
|
|
79
79
|
"unocss": "^0.60.4",
|
|
80
80
|
"vite": "^6.3.5",
|
|
81
|
-
"vite-plugin-dts": "4.5.
|
|
81
|
+
"vite-plugin-dts": "4.5.4",
|
|
82
82
|
"vitepress": "1.6.3",
|
|
83
|
-
"vitest": "^3.1.
|
|
83
|
+
"vitest": "^3.1.4",
|
|
84
84
|
"vue-tsc": "^2.2.10"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|