@sfxcode/formkit-primevue 0.5.5 → 0.7.1

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 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
+ ## Usages
6
+
7
+ A Nuxt 3 Module (PrimeVue and Formkit bundled) under [nuxt-primevue](https://github.com/sfxcode/nuxt-primevue)
8
+
9
+ [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
10
+
5
11
  ## Supported Inputs
6
12
 
7
13
  - Calendar
@@ -17,6 +23,7 @@ Helper classes for using [Formkit](https://formkit.com/) with the [PrimeVue UI F
17
23
  - Password
18
24
  - Ranking
19
25
  - Chips
26
+ - Knob
20
27
 
21
28
  ## Usage
22
29
 
@@ -34,4 +41,5 @@ import { primeInputs } from '@sfxcode/formkit-primevue'
34
41
  }))
35
42
  ```
36
43
 
44
+ ![](formkit-primevue.png)
37
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sfxcode/formkit-primevue",
3
- "version": "0.5.5",
3
+ "version": "0.7.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/sfxcode/formkit-primevue",
@@ -33,42 +33,42 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@formkit/vue": "^1.0.0-beta.9",
36
+ "@formkit/vue": "^1.0.0-beta.10",
37
37
  "primeicons": "^5.0.0",
38
- "primevue": "^3.15.0",
38
+ "primevue": "^3.16.0",
39
39
  "quill": "^1.3.7"
40
40
  },
41
41
  "devDependencies": {
42
- "@antfu/eslint-config": "^0.25.2",
43
- "@formkit/i18n": "^1.0.0-beta.9",
44
- "@types/node": "^18.0.0",
45
- "@typescript-eslint/eslint-plugin": "^5.30.1",
46
- "@typescript-eslint/parser": "^5.30.1",
47
- "@vitejs/plugin-vue": "^2.3.3",
48
- "@vue/babel-preset-app": "^5.0.6",
42
+ "@antfu/eslint-config": "^0.26.1",
43
+ "@formkit/i18n": "^1.0.0-beta.10",
44
+ "@types/node": "^18.7.5",
45
+ "@typescript-eslint/eslint-plugin": "^5.33.1",
46
+ "@typescript-eslint/parser": "^5.33.1",
47
+ "@vitejs/plugin-vue": "^3.0.3",
48
+ "@vue/babel-preset-app": "^5.0.8",
49
49
  "@vue/compiler-sfc": "^3.2.37",
50
50
  "@vue/server-renderer": "^3.2.37",
51
- "@vue/test-utils": "^2.0.0",
51
+ "@vue/test-utils": "^2.0.2",
52
52
  "@vuedx/typecheck": "~0.7.5",
53
53
  "@vuedx/typescript-plugin-vue": "~0.7.5",
54
- "@vueuse/core": "^8.7.5",
55
- "@vueuse/head": "~0.7.6",
56
- "chart.js": "^3.8.0",
54
+ "@vueuse/core": "^9.1.0",
55
+ "@vueuse/head": "~0.7.9",
56
+ "chart.js": "^3.9.1",
57
57
  "consola": "^2.15.3",
58
58
  "eslint": "latest",
59
- "sass": "^1.53.0",
59
+ "sass": "^1.54.4",
60
60
  "tslib": "^2.4.0",
61
61
  "typescript": "^4.7.4",
62
- "unplugin-auto-import": "^0.9.2",
63
- "unplugin-vue-components": "^0.21.0",
64
- "vite": "^2.9.13",
65
- "vite-plugin-dts": "^1.2.0",
66
- "vite-plugin-eslint": "^1.6.1",
62
+ "unplugin-auto-import": "^0.11.1",
63
+ "unplugin-vue-components": "^0.22.4",
64
+ "vite": "^3.0.7",
65
+ "vite-plugin-dts": "^1.4.1",
66
+ "vite-plugin-eslint": "^1.8.0",
67
67
  "vite-plugin-pages": "^0.25.0",
68
68
  "vite-ssg": "^0.20.2",
69
69
  "vue": "^3.2.37",
70
- "vue-router": "^4.0.16",
71
- "vue-tsc": "^0.38.2"
70
+ "vue-router": "^4.1.3",
71
+ "vue-tsc": "^0.40.1"
72
72
  },
73
73
  "scripts": {
74
74
  "dev": "vite",