@sfxcode/formkit-primevue 2.7.2 → 2.7.4
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/definitions/index.d.ts +1 -0
- package/dist/definitions/index.js +2 -1
- package/dist/definitions/index.mjs +1 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -3
- package/dist/index.mjs +0 -1
- package/package.json +9 -9
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.primeOutputs = exports.primeInputs = void 0;
|
|
6
|
+
exports.wrappedPrimeInputs = exports.primeOutputs = exports.primeInputs = void 0;
|
|
7
7
|
var _input = require("./input");
|
|
8
8
|
var _output = require("./output");
|
|
9
|
+
const wrappedPrimeInputs = exports.wrappedPrimeInputs = ["AutoComplete", "CascadeSelect", "Checkbox", "Chip", "ColorPicker", "DatePicker", "Editor", "InputMask", "InputNumber", "InputOtp", "InputText", "Knob", "Listbox", "MultiSelect", "Password", "RadioButton", "Rating", "Select", "SelectButton", "Slider", "Textarea", "ToggleButton", "ToggleSwitch", "TreeSelect"];
|
|
9
10
|
const primeInputs = exports.primeInputs = {
|
|
10
11
|
primeAutoComplete: _input.primeAutoCompleteDefinition,
|
|
11
12
|
primeInputText: _input.primeInputTextDefinition,
|
|
@@ -33,6 +33,7 @@ import {
|
|
|
33
33
|
primeOutputReferenceDefinition,
|
|
34
34
|
primeOutputTextDefinition
|
|
35
35
|
} from "./output.mjs";
|
|
36
|
+
export const wrappedPrimeInputs = ["AutoComplete", "CascadeSelect", "Checkbox", "Chip", "ColorPicker", "DatePicker", "Editor", "InputMask", "InputNumber", "InputOtp", "InputText", "Knob", "Listbox", "MultiSelect", "Password", "RadioButton", "Rating", "Select", "SelectButton", "Slider", "Textarea", "ToggleButton", "ToggleSwitch", "TreeSelect"];
|
|
36
37
|
export const primeInputs = {
|
|
37
38
|
primeAutoComplete: primeAutoCompleteDefinition,
|
|
38
39
|
primeInputText: primeInputTextDefinition,
|
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,6 @@ 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[];
|
|
13
12
|
declare module '@formkit/inputs' {
|
|
14
13
|
interface FormKitInputProps<Props extends FormKitInputs<Props>> {
|
|
15
14
|
primeAutoComplete: {
|
package/dist/index.js
CHANGED
|
@@ -63,8 +63,6 @@ Object.defineProperty(exports, "usePrimeInputs", {
|
|
|
63
63
|
return _composables.usePrimeInputs;
|
|
64
64
|
}
|
|
65
65
|
});
|
|
66
|
-
exports.wrappedPrimeInputs = void 0;
|
|
67
66
|
var _components = require("./components");
|
|
68
67
|
var _composables = require("./composables");
|
|
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"];
|
|
68
|
+
var _definitions = require("./definitions");
|
package/dist/index.mjs
CHANGED
|
@@ -13,4 +13,3 @@ 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,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.7.
|
|
5
|
-
"packageManager": "pnpm@9.
|
|
4
|
+
"version": "2.7.4",
|
|
5
|
+
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Tom",
|
|
8
8
|
"email": "tom@sfxcode.com"
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"@formkit/addons": "^1.6.9",
|
|
91
|
-
"@formkit/drag-and-drop": "^0.
|
|
91
|
+
"@formkit/drag-and-drop": "^0.3.1",
|
|
92
92
|
"@formkit/i18n": "^1.6.9",
|
|
93
93
|
"@formkit/inputs": "^1.6.9",
|
|
94
94
|
"@formkit/vue": "^1.6.9",
|
|
@@ -96,14 +96,14 @@
|
|
|
96
96
|
"primeicons": "^7.0.0",
|
|
97
97
|
"primevue": "^4.2.5",
|
|
98
98
|
"quill": "^2.0.3",
|
|
99
|
-
"uuid": "^11.0.
|
|
99
|
+
"uuid": "^11.0.4",
|
|
100
100
|
"vue-i18n": "^11.0.1"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@antfu/eslint-config": "^3.12.1",
|
|
104
104
|
"@formkit/core": "^1.6.9",
|
|
105
105
|
"@primevue/themes": "^4.2.5",
|
|
106
|
-
"@types/node": "^22.10.
|
|
106
|
+
"@types/node": "^22.10.5",
|
|
107
107
|
"@types/uuid": "^10.0.0",
|
|
108
108
|
"@unocss/preset-icons": "^0.65.3",
|
|
109
109
|
"@unocss/preset-uno": "^0.65.3",
|
|
@@ -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.3.0",
|
|
120
120
|
"@vueuse/head": "^2.0.0",
|
|
121
121
|
"changelogen": "^0.5.7",
|
|
122
122
|
"chart.js": "^4.4.7",
|
|
123
123
|
"consola": "^3.3.3",
|
|
124
124
|
"cookie": "^1.0.2",
|
|
125
125
|
"eslint": "^9.17.0",
|
|
126
|
-
"happy-dom": "^16.0
|
|
126
|
+
"happy-dom": "^16.3.0",
|
|
127
127
|
"json-editor-vue": "^0.17.3",
|
|
128
128
|
"mkdist": "^2.2.0",
|
|
129
129
|
"quill": "^2.0.2",
|
|
130
|
-
"sass": "^1.83.
|
|
130
|
+
"sass": "^1.83.1",
|
|
131
131
|
"tslib": "^2.8.1",
|
|
132
132
|
"typescript": "^5.7.2",
|
|
133
133
|
"unbuild": "^3.2.0",
|
|
134
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.7",
|
|
138
138
|
"vite-plugin-dts": "^4.4.0",
|
|
139
139
|
"vite-plugin-eslint": "^1.8.1",
|
|
140
140
|
"vite-plugin-pages": "^0.32.4",
|