@sfxcode/formkit-primevue 2.7.1 → 2.7.2
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/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/index.mjs +1 -0
- package/package.json +14 -14
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import { FormKitDataDebug, FormKitDataEdit, FormKitDataView } from './components
|
|
|
9
9
|
import { useFormKitRepeater, useFormKitSchema, useInputEditor, useInputEditorSchema, usePrimeInputs } from './composables';
|
|
10
10
|
import { primeInputs, primeOutputs } from './definitions';
|
|
11
11
|
export { FormKitDataDebug, FormKitDataEdit, FormKitDataView, primeInputs, primeOutputs, useFormKitRepeater, useFormKitSchema, useInputEditor, useInputEditorSchema, usePrimeInputs, };
|
|
12
|
+
export declare const wrappedPrimeInputs: string[];
|
|
12
13
|
declare module '@formkit/inputs' {
|
|
13
14
|
interface FormKitInputProps<Props extends FormKitInputs<Props>> {
|
|
14
15
|
primeAutoComplete: {
|
package/dist/index.js
CHANGED
|
@@ -63,6 +63,8 @@ Object.defineProperty(exports, "usePrimeInputs", {
|
|
|
63
63
|
return _composables.usePrimeInputs;
|
|
64
64
|
}
|
|
65
65
|
});
|
|
66
|
+
exports.wrappedPrimeInputs = void 0;
|
|
66
67
|
var _components = require("./components");
|
|
67
68
|
var _composables = require("./composables");
|
|
68
|
-
var _definitions = require("./definitions");
|
|
69
|
+
var _definitions = require("./definitions");
|
|
70
|
+
const wrappedPrimeInputs = exports.wrappedPrimeInputs = ["AutoComplete", "Button", "CascadeSelect", "Checkbox", "Chip", "ColorPicker", "DatePicker", "Editor", "InputMask", "InputNumber", "InputOtp", "InputText", "Knob", "Listbox", "MultiSelect", "Password", "RadioButton", "Rating", "Select", "SelectButton", "Slider", "Textarea", "ToggleButton", "ToggleSwitch", "TreeSelect"];
|
package/dist/index.mjs
CHANGED
|
@@ -13,3 +13,4 @@ export {
|
|
|
13
13
|
useInputEditorSchema,
|
|
14
14
|
usePrimeInputs
|
|
15
15
|
};
|
|
16
|
+
export const wrappedPrimeInputs = ["AutoComplete", "Button", "CascadeSelect", "Checkbox", "Chip", "ColorPicker", "DatePicker", "Editor", "InputMask", "InputNumber", "InputOtp", "InputText", "Knob", "Listbox", "MultiSelect", "Password", "RadioButton", "Rating", "Select", "SelectButton", "Slider", "Textarea", "ToggleButton", "ToggleSwitch", "TreeSelect"];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.2",
|
|
5
5
|
"packageManager": "pnpm@9.14.2",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Tom",
|
|
@@ -92,21 +92,21 @@
|
|
|
92
92
|
"@formkit/i18n": "^1.6.9",
|
|
93
93
|
"@formkit/inputs": "^1.6.9",
|
|
94
94
|
"@formkit/vue": "^1.6.9",
|
|
95
|
-
"@intlify/core": "^
|
|
95
|
+
"@intlify/core": "^11.0.1",
|
|
96
96
|
"primeicons": "^7.0.0",
|
|
97
97
|
"primevue": "^4.2.5",
|
|
98
98
|
"quill": "^2.0.3",
|
|
99
99
|
"uuid": "^11.0.3",
|
|
100
|
-
"vue-i18n": "^
|
|
100
|
+
"vue-i18n": "^11.0.1"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
|
-
"@antfu/eslint-config": "^3.12.
|
|
103
|
+
"@antfu/eslint-config": "^3.12.1",
|
|
104
104
|
"@formkit/core": "^1.6.9",
|
|
105
105
|
"@primevue/themes": "^4.2.5",
|
|
106
106
|
"@types/node": "^22.10.2",
|
|
107
107
|
"@types/uuid": "^10.0.0",
|
|
108
|
-
"@unocss/preset-icons": "^0.65.
|
|
109
|
-
"@unocss/preset-uno": "^0.65.
|
|
108
|
+
"@unocss/preset-icons": "^0.65.3",
|
|
109
|
+
"@unocss/preset-uno": "^0.65.3",
|
|
110
110
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
111
111
|
"@vitest/coverage-v8": "^2.1.8",
|
|
112
112
|
"@vitest/ui": "^2.1.8",
|
|
@@ -116,25 +116,25 @@
|
|
|
116
116
|
"@vue/tsconfig": "^0.7.0",
|
|
117
117
|
"@vuedx/typecheck": "~0.7.6",
|
|
118
118
|
"@vuedx/typescript-plugin-vue": "~0.7.6",
|
|
119
|
-
"@vueuse/core": "^12.
|
|
119
|
+
"@vueuse/core": "^12.2.0",
|
|
120
120
|
"@vueuse/head": "^2.0.0",
|
|
121
121
|
"changelogen": "^0.5.7",
|
|
122
122
|
"chart.js": "^4.4.7",
|
|
123
|
-
"consola": "^3.3.
|
|
123
|
+
"consola": "^3.3.3",
|
|
124
124
|
"cookie": "^1.0.2",
|
|
125
125
|
"eslint": "^9.17.0",
|
|
126
|
-
"happy-dom": "^
|
|
126
|
+
"happy-dom": "^16.0.1",
|
|
127
127
|
"json-editor-vue": "^0.17.3",
|
|
128
|
-
"mkdist": "^2.
|
|
128
|
+
"mkdist": "^2.2.0",
|
|
129
129
|
"quill": "^2.0.2",
|
|
130
130
|
"sass": "^1.83.0",
|
|
131
131
|
"tslib": "^2.8.1",
|
|
132
132
|
"typescript": "^5.7.2",
|
|
133
|
-
"unbuild": "3.0
|
|
134
|
-
"unocss": "^0.65.
|
|
133
|
+
"unbuild": "^3.2.0",
|
|
134
|
+
"unocss": "^0.65.3",
|
|
135
135
|
"unplugin-auto-import": "^0.19.0",
|
|
136
136
|
"unplugin-vue-components": "^0.28.0",
|
|
137
|
-
"vite": "^6.0.
|
|
137
|
+
"vite": "^6.0.6",
|
|
138
138
|
"vite-plugin-dts": "^4.4.0",
|
|
139
139
|
"vite-plugin-eslint": "^1.8.1",
|
|
140
140
|
"vite-plugin-pages": "^0.32.4",
|
|
@@ -144,6 +144,6 @@
|
|
|
144
144
|
"vue": "^3.5.13",
|
|
145
145
|
"vue-demi": "^0.14.10",
|
|
146
146
|
"vue-router": "^4.5.0",
|
|
147
|
-
"vue-tsc": "^2.
|
|
147
|
+
"vue-tsc": "^2.2.0"
|
|
148
148
|
}
|
|
149
149
|
}
|