@sfxcode/formkit-primevue 1.5.2 → 1.5.6
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/README.md +9 -3
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Helper classes for using [Formkit](https://formkit.com/) with the [PrimeVue UI Framework](https://www.primefaces.org/primevue/#/)
|
|
4
4
|
|
|
5
|
+
## Docs
|
|
6
|
+
|
|
7
|
+
[Docs](https://sfxcode.github.io/formkit-primevue/)
|
|
8
|
+
|
|
9
|
+
[Demo/Playground](https://formkit-primevue.netlify.app/)
|
|
10
|
+
|
|
5
11
|
## Usage
|
|
6
12
|
|
|
7
13
|
```typescript
|
|
@@ -25,7 +31,7 @@ Basic styling is provided with the **formkit-primevue.scss** file.
|
|
|
25
31
|
Features:
|
|
26
32
|
|
|
27
33
|
- Width of all text and dropdown elements is set to 100%
|
|
28
|
-
- Error Color by
|
|
34
|
+
- Error Color by variable (--formkit-error-color)
|
|
29
35
|
- Some margins, font sizes ...
|
|
30
36
|
|
|
31
37
|
You can use it or take it as base for your own styling.
|
|
@@ -39,9 +45,9 @@ You can use it or take it as base for your own styling.
|
|
|
39
45
|
|
|
40
46
|
## Showcases
|
|
41
47
|
|
|
42
|
-
|
|
48
|
+
[Demo Application](https://formkit-primevue.netlify.app/)
|
|
43
49
|
|
|
44
|
-
[Nuxt 3 PrimeVue Starter](https://github.com/sfxcode/nuxt3-primevue-starter) and [Vite PrimeVue Starter](https://github.com/sfxcode/vite-primevue-starter) with Formkit support available
|
|
50
|
+
[Nuxt 3 PrimeVue Starter](https://github.com/sfxcode/nuxt3-primevue-starter) and [Vite PrimeVue Starter](https://github.com/sfxcode/vite-primevue-starter) with Formkit support available.
|
|
45
51
|
|
|
46
52
|
## Supported Inputs
|
|
47
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "https://github.com/sfxcode/formkit-primevue",
|
|
@@ -31,28 +31,28 @@
|
|
|
31
31
|
},
|
|
32
32
|
"types": "./dist/index.d.ts",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@formkit/i18n": "^1.3.
|
|
35
|
-
"@formkit/vue": "^1.3.
|
|
34
|
+
"@formkit/i18n": "^1.3.2",
|
|
35
|
+
"@formkit/vue": "^1.3.2",
|
|
36
36
|
"primeicons": "^6.0.1",
|
|
37
|
-
"primevue": "^3.
|
|
37
|
+
"primevue": "^3.42.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@antfu/eslint-config": "2.1
|
|
41
|
-
"@types/node": "^20.10.
|
|
40
|
+
"@antfu/eslint-config": "2.2.1",
|
|
41
|
+
"@types/node": "^20.10.2",
|
|
42
42
|
"@unocss/preset-icons": "^0.57.7",
|
|
43
43
|
"@unocss/preset-uno": "0.57.7",
|
|
44
|
-
"@vitejs/plugin-vue": "^4.5.
|
|
44
|
+
"@vitejs/plugin-vue": "^4.5.1",
|
|
45
45
|
"@vue/babel-preset-app": "^5.0.8",
|
|
46
46
|
"@vue/compiler-sfc": "^3.3.9",
|
|
47
47
|
"@vue/server-renderer": "^3.3.9",
|
|
48
|
-
"@vue/test-utils": "^2.4.
|
|
48
|
+
"@vue/test-utils": "^2.4.3",
|
|
49
49
|
"@vuedx/typecheck": "~0.7.6",
|
|
50
50
|
"@vuedx/typescript-plugin-vue": "~0.7.6",
|
|
51
51
|
"@vueuse/core": "^10.6.1",
|
|
52
52
|
"@vueuse/head": "^2.0.0",
|
|
53
53
|
"chart.js": "^4.4.0",
|
|
54
54
|
"consola": "^3.2.3",
|
|
55
|
-
"eslint": "^8.
|
|
55
|
+
"eslint": "^8.55.0",
|
|
56
56
|
"json-editor-vue": "^0.11.1",
|
|
57
57
|
"quill": "^1.3.7",
|
|
58
58
|
"sass": "^1.69.5",
|
|
@@ -62,16 +62,16 @@
|
|
|
62
62
|
"unplugin-auto-import": "^0.17.1",
|
|
63
63
|
"unplugin-vue-components": "^0.25.2",
|
|
64
64
|
"vanilla-jsoneditor": "^0.19.0",
|
|
65
|
-
"vite": "^5.0.
|
|
66
|
-
"vite-plugin-dts": "^3.6.
|
|
65
|
+
"vite": "^5.0.4",
|
|
66
|
+
"vite-plugin-dts": "^3.6.4",
|
|
67
67
|
"vite-plugin-eslint": "^1.8.1",
|
|
68
|
-
"vite-plugin-pages": "^0.
|
|
68
|
+
"vite-plugin-pages": "^0.32.0",
|
|
69
69
|
"vite-ssg": "^0.23.5",
|
|
70
70
|
"vitepress": "1.0.0-rc.31",
|
|
71
71
|
"vue": "^3.3.9",
|
|
72
72
|
"vue-demi": "^0.14.6",
|
|
73
73
|
"vue-router": "^4.2.5",
|
|
74
|
-
"vue-tsc": "^1.8.
|
|
74
|
+
"vue-tsc": "^1.8.24"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"dev": "vite",
|