@point-hub/papp 0.0.93 → 0.0.94
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/app-header.vue.d.ts +114 -1
- package/dist/components/app-preloader.vue.d.ts +3 -1
- package/dist/components/base-accordion-item.vue.d.ts +3 -1
- package/dist/components/base-autocomplete.vue.d.ts +130 -1
- package/dist/components/base-checkbox.vue.d.ts +3 -1
- package/dist/components/base-choosen.vue.d.ts +4 -1
- package/dist/components/base-datepicker.vue.d.ts +4 -1
- package/dist/components/base-file-upload.vue.d.ts +4 -1
- package/dist/components/base-input-mask.vue.d.ts +3 -1
- package/dist/components/base-input-number.vue.d.ts +5 -1
- package/dist/components/base-input.vue.d.ts +5 -1
- package/dist/components/base-popover.vue.d.ts +3 -1
- package/dist/components/base-textarea.vue.d.ts +3 -1
- package/dist/components/base-treeview.vue.d.ts +3 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1414 -1411
- package/dist/index.umd.cjs +6 -6
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@point-hub/papp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.94",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.umd.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -40,12 +40,12 @@
|
|
|
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": "^12.
|
|
44
|
-
"@vueuse/core": "^12.
|
|
43
|
+
"@vueuse/components": "^12.4.0",
|
|
44
|
+
"@vueuse/core": "^12.4.0",
|
|
45
45
|
"cleave.js": "^1.6.0",
|
|
46
46
|
"date-fns": "^4.1.0",
|
|
47
47
|
"pinia": "^2.3.0",
|
|
48
|
-
"uuid": "^11.0.
|
|
48
|
+
"uuid": "^11.0.5",
|
|
49
49
|
"vue": "^3.5.13",
|
|
50
50
|
"vue-router": "4",
|
|
51
51
|
"vue-tippy": "^6.6.0",
|
|
@@ -55,30 +55,30 @@
|
|
|
55
55
|
"@tsconfig/node20": "^20.1.4",
|
|
56
56
|
"@types/cleave.js": "^1.4.12",
|
|
57
57
|
"@types/jsdom": "^21.1.7",
|
|
58
|
-
"@types/node": "^22.10.
|
|
58
|
+
"@types/node": "^22.10.6",
|
|
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.1",
|
|
64
|
-
"@vitest/eslint-plugin": "^1.1.
|
|
64
|
+
"@vitest/eslint-plugin": "^1.1.25",
|
|
65
65
|
"@vue/eslint-config-prettier": "^10.1.0",
|
|
66
66
|
"@vue/eslint-config-typescript": "^14.2.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.18.0",
|
|
71
71
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
72
72
|
"eslint-plugin-vue": "^9.32.0",
|
|
73
|
-
"jsdom": "^
|
|
73
|
+
"jsdom": "^26.0.0",
|
|
74
74
|
"npm-run-all2": "^7.0.2",
|
|
75
|
-
"postcss": "^8.
|
|
75
|
+
"postcss": "^8.5.0",
|
|
76
76
|
"prettier": "^3.4.2",
|
|
77
77
|
"rimraf": "^6.0.1",
|
|
78
|
-
"typescript": "5.7.
|
|
78
|
+
"typescript": "5.7.3",
|
|
79
79
|
"unocss": "^0.60.4",
|
|
80
|
-
"vite": "^6.0.
|
|
81
|
-
"vite-plugin-dts": "4.
|
|
80
|
+
"vite": "^6.0.7",
|
|
81
|
+
"vite-plugin-dts": "4.5.0",
|
|
82
82
|
"vitepress": "1.5.0",
|
|
83
83
|
"vitest": "^2.1.8",
|
|
84
84
|
"vue-tsc": "^2.2.0"
|