@sfxcode/formkit-primevue 3.0.9 → 3.0.11
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/FormKitDataEdit.d.vue.ts +3 -2
- package/dist/components/FormKitDataEdit.vue.d.ts +3 -2
- package/dist/components/FormKitDataView.d.vue.ts +3 -2
- package/dist/components/FormKitDataView.vue.d.ts +3 -2
- package/dist/components/FormKitDebug.d.vue.ts +3 -2
- package/dist/components/FormKitDebug.vue.d.ts +3 -2
- package/dist/components/FormKitIcon.d.vue.ts +2 -1
- package/dist/components/FormKitIcon.vue.d.ts +2 -1
- package/dist/components/FormKitPrefix.d.vue.ts +2 -1
- package/dist/components/FormKitPrefix.vue.d.ts +2 -1
- package/dist/components/FormKitSuffix.d.vue.ts +2 -1
- package/dist/components/FormKitSuffix.vue.d.ts +2 -1
- package/dist/components/PrimeAutoComplete.d.vue.ts +2 -1
- package/dist/components/PrimeAutoComplete.vue.d.ts +2 -1
- package/dist/components/PrimeCascadeSelect.d.vue.ts +2 -1
- package/dist/components/PrimeCascadeSelect.vue.d.ts +2 -1
- package/dist/components/PrimeCheckbox.d.vue.ts +2 -1
- package/dist/components/PrimeCheckbox.vue.d.ts +2 -1
- package/dist/components/PrimeColorPicker.d.vue.ts +2 -1
- package/dist/components/PrimeColorPicker.vue.d.ts +2 -1
- package/dist/components/PrimeDatePicker.d.vue.ts +3 -1
- package/dist/components/PrimeDatePicker.vue +2 -0
- package/dist/components/PrimeDatePicker.vue.d.ts +3 -1
- package/dist/components/PrimeInputMask.d.vue.ts +2 -1
- package/dist/components/PrimeInputMask.vue.d.ts +2 -1
- package/dist/components/PrimeInputNumber.d.vue.ts +2 -1
- package/dist/components/PrimeInputNumber.vue.d.ts +2 -1
- package/dist/components/PrimeInputOtp.d.vue.ts +2 -1
- package/dist/components/PrimeInputOtp.vue.d.ts +2 -1
- package/dist/components/PrimeInputText.d.vue.ts +2 -1
- package/dist/components/PrimeInputText.vue.d.ts +2 -1
- package/dist/components/PrimeKnob.d.vue.ts +2 -1
- package/dist/components/PrimeKnob.vue.d.ts +2 -1
- package/dist/components/PrimeListbox.d.vue.ts +12 -1
- package/dist/components/PrimeListbox.vue +17 -2
- package/dist/components/PrimeListbox.vue.d.ts +12 -1
- package/dist/components/PrimeMultiSelect.d.vue.ts +2 -1
- package/dist/components/PrimeMultiSelect.vue.d.ts +2 -1
- package/dist/components/PrimeOutputBoolean.d.vue.ts +2 -1
- package/dist/components/PrimeOutputBoolean.vue.d.ts +2 -1
- package/dist/components/PrimeOutputDate.d.vue.ts +2 -1
- package/dist/components/PrimeOutputDate.vue.d.ts +2 -1
- package/dist/components/PrimeOutputDuration.d.vue.ts +2 -1
- package/dist/components/PrimeOutputDuration.vue.d.ts +2 -1
- package/dist/components/PrimeOutputLink.d.vue.ts +2 -1
- package/dist/components/PrimeOutputLink.vue.d.ts +2 -1
- package/dist/components/PrimeOutputList.d.vue.ts +2 -1
- package/dist/components/PrimeOutputList.vue.d.ts +2 -1
- package/dist/components/PrimeOutputNumber.d.vue.ts +2 -1
- package/dist/components/PrimeOutputNumber.vue.d.ts +2 -1
- package/dist/components/PrimeOutputReference.d.vue.ts +2 -1
- package/dist/components/PrimeOutputReference.vue.d.ts +2 -1
- package/dist/components/PrimeOutputText.d.vue.ts +9 -3
- package/dist/components/PrimeOutputText.vue +14 -3
- package/dist/components/PrimeOutputText.vue.d.ts +9 -3
- package/dist/components/PrimePassword.d.vue.ts +2 -1
- package/dist/components/PrimePassword.vue.d.ts +2 -1
- package/dist/components/PrimeRadioButton.d.vue.ts +2 -1
- package/dist/components/PrimeRadioButton.vue.d.ts +2 -1
- package/dist/components/PrimeRating.d.vue.ts +2 -1
- package/dist/components/PrimeRating.vue.d.ts +2 -1
- package/dist/components/PrimeSelect.d.vue.ts +2 -1
- package/dist/components/PrimeSelect.vue.d.ts +2 -1
- package/dist/components/PrimeSelectButton.d.vue.ts +2 -1
- package/dist/components/PrimeSelectButton.vue.d.ts +2 -1
- package/dist/components/PrimeSlider.d.vue.ts +2 -1
- package/dist/components/PrimeSlider.vue.d.ts +2 -1
- package/dist/components/PrimeTextarea.d.vue.ts +2 -1
- package/dist/components/PrimeTextarea.vue.d.ts +2 -1
- package/dist/components/PrimeToggleButton.d.vue.ts +2 -1
- package/dist/components/PrimeToggleButton.vue.d.ts +2 -1
- package/dist/components/PrimeToggleSwitch.d.vue.ts +2 -1
- package/dist/components/PrimeToggleSwitch.vue.d.ts +2 -1
- package/dist/components/PrimeTreeSelect.d.vue.ts +2 -1
- package/dist/components/PrimeTreeSelect.vue.d.ts +2 -1
- package/dist/definitions/input.js +2 -2
- package/dist/definitions/input.mjs +2 -2
- package/dist/definitions/output.js +1 -1
- package/dist/definitions/output.mjs +1 -1
- package/package.json +17 -18
|
@@ -17,7 +17,7 @@ export interface FormKitPrimeTreeSelectProps {
|
|
|
17
17
|
variant?: TreeSelectProps['variant'];
|
|
18
18
|
size?: TreeSelectProps['size'];
|
|
19
19
|
}
|
|
20
|
-
declare const
|
|
20
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
21
|
context: {
|
|
22
22
|
type: PropType<FormKitFrameworkContext & FormKitPrimeTreeSelectProps>;
|
|
23
23
|
required: true;
|
|
@@ -28,4 +28,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
28
28
|
required: true;
|
|
29
29
|
};
|
|
30
30
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
declare const _default: typeof __VLS_export;
|
|
31
32
|
export default _default;
|
|
@@ -17,7 +17,7 @@ export interface FormKitPrimeTreeSelectProps {
|
|
|
17
17
|
variant?: TreeSelectProps['variant'];
|
|
18
18
|
size?: TreeSelectProps['size'];
|
|
19
19
|
}
|
|
20
|
-
declare const
|
|
20
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
21
|
context: {
|
|
22
22
|
type: PropType<FormKitFrameworkContext & FormKitPrimeTreeSelectProps>;
|
|
23
23
|
required: true;
|
|
@@ -28,4 +28,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
28
28
|
required: true;
|
|
29
29
|
};
|
|
30
30
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
31
|
+
declare const _default: typeof __VLS_export;
|
|
31
32
|
export default _default;
|
|
@@ -73,11 +73,11 @@ const primeMultiSelectDefinition = exports.primeMultiSelectDefinition = (0, _vue
|
|
|
73
73
|
family: "PrimeInput"
|
|
74
74
|
});
|
|
75
75
|
const primeListboxDefinition = exports.primeListboxDefinition = (0, _vue.createInput)(_PrimeListbox.default, {
|
|
76
|
-
props: ["pt", "ptOptions", "unstyled", "options", "optionLabel", "optionValue", "multiple", "filter", "filterIcon", "filterPlaceholder", "filterLocale", "filterMatchMode", "autoOptionFocus", "selectOnFocus"],
|
|
76
|
+
props: ["pt", "ptOptions", "unstyled", "options", "optionLabel", "optionValue", "multiple", "filter", "filterIcon", "filterPlaceholder", "filterLocale", "filterMatchMode", "autoOptionFocus", "selectOnFocus", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "dataKey", "metaKeySelection", "virtualScrollerOptions"],
|
|
77
77
|
family: "PrimeInput"
|
|
78
78
|
});
|
|
79
79
|
const primeDatePickerDefinition = exports.primeDatePickerDefinition = (0, _vue.createInput)(_PrimeDatePicker.default, {
|
|
80
|
-
props: ["dateFormat", "placeholder", "selectionMode", "inline", "icon", "showOtherMonths", "selectOtherMonths", "showIcon", "previousIcon", "nextIcon", "incrementIcon", "decrementIcon", "numberOfMonths", "responsiveOptions", "view", "touchUI", "minDate", "maxDate", "disabledDates", "disabledDays", "maxDateCount", "showOnFocus", "autoZIndex", "baseZIndex", "showButtonBar", "showTime", "timeOnly", "shortYearCutoff", "hourFormat", "stepHour", "stepMinute", "stepSecond", "showSeconds", "hideOnDateTimeSelect", "hideOnRangeSelection", "timeSeparator", "showWeek", "manualInput", "appendTo", "panelStyle", "panelClass", "pt", "ptOptions", "unstyled", "size"],
|
|
80
|
+
props: ["dateFormat", "placeholder", "selectionMode", "inline", "icon", "showOtherMonths", "selectOtherMonths", "showIcon", "previousIcon", "nextIcon", "incrementIcon", "decrementIcon", "numberOfMonths", "responsiveOptions", "view", "touchUI", "minDate", "maxDate", "disabledDates", "disabledDays", "maxDateCount", "showOnFocus", "autoZIndex", "baseZIndex", "showButtonBar", "showTime", "timeOnly", "shortYearCutoff", "hourFormat", "stepHour", "stepMinute", "stepSecond", "showSeconds", "hideOnDateTimeSelect", "hideOnRangeSelection", "timeSeparator", "showWeek", "manualInput", "appendTo", "panelStyle", "panelClass", "pt", "ptOptions", "unstyled", "size", "updateModelType"],
|
|
81
81
|
family: "PrimeInput"
|
|
82
82
|
});
|
|
83
83
|
const primeSliderDefinition = exports.primeSliderDefinition = (0, _vue.createInput)(_PrimeSlider.default, {
|
|
@@ -66,11 +66,11 @@ export const primeMultiSelectDefinition = createInput(PrimeMultiSelect, {
|
|
|
66
66
|
family: "PrimeInput"
|
|
67
67
|
});
|
|
68
68
|
export const primeListboxDefinition = createInput(PrimeListbox, {
|
|
69
|
-
props: ["pt", "ptOptions", "unstyled", "options", "optionLabel", "optionValue", "multiple", "filter", "filterIcon", "filterPlaceholder", "filterLocale", "filterMatchMode", "autoOptionFocus", "selectOnFocus"],
|
|
69
|
+
props: ["pt", "ptOptions", "unstyled", "options", "optionLabel", "optionValue", "multiple", "filter", "filterIcon", "filterPlaceholder", "filterLocale", "filterMatchMode", "autoOptionFocus", "selectOnFocus", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "dataKey", "metaKeySelection", "virtualScrollerOptions"],
|
|
70
70
|
family: "PrimeInput"
|
|
71
71
|
});
|
|
72
72
|
export const primeDatePickerDefinition = createInput(PrimeDatePicker, {
|
|
73
|
-
props: ["dateFormat", "placeholder", "selectionMode", "inline", "icon", "showOtherMonths", "selectOtherMonths", "showIcon", "previousIcon", "nextIcon", "incrementIcon", "decrementIcon", "numberOfMonths", "responsiveOptions", "view", "touchUI", "minDate", "maxDate", "disabledDates", "disabledDays", "maxDateCount", "showOnFocus", "autoZIndex", "baseZIndex", "showButtonBar", "showTime", "timeOnly", "shortYearCutoff", "hourFormat", "stepHour", "stepMinute", "stepSecond", "showSeconds", "hideOnDateTimeSelect", "hideOnRangeSelection", "timeSeparator", "showWeek", "manualInput", "appendTo", "panelStyle", "panelClass", "pt", "ptOptions", "unstyled", "size"],
|
|
73
|
+
props: ["dateFormat", "placeholder", "selectionMode", "inline", "icon", "showOtherMonths", "selectOtherMonths", "showIcon", "previousIcon", "nextIcon", "incrementIcon", "decrementIcon", "numberOfMonths", "responsiveOptions", "view", "touchUI", "minDate", "maxDate", "disabledDates", "disabledDays", "maxDateCount", "showOnFocus", "autoZIndex", "baseZIndex", "showButtonBar", "showTime", "timeOnly", "shortYearCutoff", "hourFormat", "stepHour", "stepMinute", "stepSecond", "showSeconds", "hideOnDateTimeSelect", "hideOnRangeSelection", "timeSeparator", "showWeek", "manualInput", "appendTo", "panelStyle", "panelClass", "pt", "ptOptions", "unstyled", "size", "updateModelType"],
|
|
74
74
|
family: "PrimeInput"
|
|
75
75
|
});
|
|
76
76
|
export const primeSliderDefinition = createInput(PrimeSlider, {
|
|
@@ -15,7 +15,7 @@ var _PrimeOutputReference = _interopRequireDefault(require("../components/PrimeO
|
|
|
15
15
|
var _PrimeOutputText = _interopRequireDefault(require("../components/PrimeOutputText.vue"));
|
|
16
16
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
17
17
|
const primeOutputTextDefinition = exports.primeOutputTextDefinition = (0, _vue.createInput)(_PrimeOutputText.default, {
|
|
18
|
-
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "isTranslationKey", "html", "onIconPrefixClicked", "onIconSuffixClicked"]
|
|
18
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "isTranslationKey", "html", "onIconPrefixClicked", "onIconSuffixClicked", "convertValue"]
|
|
19
19
|
});
|
|
20
20
|
const primeOutputDateDefinition = exports.primeOutputDateDefinition = (0, _vue.createInput)(_PrimeOutputDate.default, {
|
|
21
21
|
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "onIconPrefixClicked", "onIconSuffixClicked"]
|
|
@@ -8,7 +8,7 @@ import PrimeOutputNumber from "../components/PrimeOutputNumber.vue";
|
|
|
8
8
|
import PrimeOutputReference from "../components/PrimeOutputReference.vue";
|
|
9
9
|
import PrimeOutputText from "../components/PrimeOutputText.vue";
|
|
10
10
|
export const primeOutputTextDefinition = createInput(PrimeOutputText, {
|
|
11
|
-
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "isTranslationKey", "html", "onIconPrefixClicked", "onIconSuffixClicked"]
|
|
11
|
+
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "isTranslationKey", "html", "onIconPrefixClicked", "onIconSuffixClicked", "convertValue"]
|
|
12
12
|
});
|
|
13
13
|
export const primeOutputDateDefinition = createInput(PrimeOutputDate, {
|
|
14
14
|
props: ["prefix", "suffix", "iconPrefix", "iconSuffix", "onIconPrefixClicked", "onIconSuffixClicked"]
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.
|
|
5
|
-
"packageManager": "pnpm@10.
|
|
4
|
+
"version": "3.0.11",
|
|
5
|
+
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Tom",
|
|
8
8
|
"email": "tom@sfxcode.com"
|
|
@@ -93,23 +93,22 @@
|
|
|
93
93
|
"@formkit/vue": "^1.6.9",
|
|
94
94
|
"@intlify/core": "^11.1.12",
|
|
95
95
|
"primeicons": "^7.0.0",
|
|
96
|
-
"primevue": "^4.
|
|
96
|
+
"primevue": "^4.4.1",
|
|
97
97
|
"vue-i18n": "^11.1.12"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
100
|
"@antfu/eslint-config": "^5.4.1",
|
|
101
101
|
"@formkit/core": "^1.6.9",
|
|
102
102
|
"@formkit/drag-and-drop": "^0.5.3",
|
|
103
|
-
"@primeuix/themes": "^1.2.
|
|
104
|
-
"@types/node": "^24.
|
|
105
|
-
"@
|
|
106
|
-
"@unocss/preset-
|
|
107
|
-
"@unocss/preset-uno": "66.5.1",
|
|
103
|
+
"@primeuix/themes": "^1.2.5",
|
|
104
|
+
"@types/node": "^24.7.2",
|
|
105
|
+
"@unocss/preset-icons": "66.5.3",
|
|
106
|
+
"@unocss/preset-uno": "66.5.3",
|
|
108
107
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
109
108
|
"@vitest/coverage-v8": "^3.2.4",
|
|
110
109
|
"@vitest/ui": "^3.2.4",
|
|
111
|
-
"@vue/compiler-sfc": "^3.5.
|
|
112
|
-
"@vue/server-renderer": "^3.5.
|
|
110
|
+
"@vue/compiler-sfc": "^3.5.22",
|
|
111
|
+
"@vue/server-renderer": "^3.5.22",
|
|
113
112
|
"@vue/test-utils": "^2.4.6",
|
|
114
113
|
"@vue/tsconfig": "^0.8.1",
|
|
115
114
|
"@vueuse/core": "^13.9.0",
|
|
@@ -119,27 +118,27 @@
|
|
|
119
118
|
"consola": "^3.4.2",
|
|
120
119
|
"cookie": "^1.0.2",
|
|
121
120
|
"esbuild": "^0.25.10",
|
|
122
|
-
"eslint": "^9.
|
|
123
|
-
"happy-dom": "^
|
|
121
|
+
"eslint": "^9.37.0",
|
|
122
|
+
"happy-dom": "^20.0.0",
|
|
124
123
|
"json-editor-vue": "^0.18.1",
|
|
125
124
|
"mkdist": "^2.4.1",
|
|
126
125
|
"sass": "^1.93.2",
|
|
127
126
|
"tslib": "^2.8.1",
|
|
128
|
-
"typescript": "^5.9.
|
|
127
|
+
"typescript": "^5.9.3",
|
|
129
128
|
"unbuild": "^3.6.1",
|
|
130
|
-
"unocss": "66.5.
|
|
129
|
+
"unocss": "66.5.3",
|
|
131
130
|
"unplugin-auto-import": "^20.2.0",
|
|
132
131
|
"unplugin-vue-components": "^29.1.0",
|
|
133
|
-
"vite": "^7.1.
|
|
132
|
+
"vite": "^7.1.9",
|
|
134
133
|
"vite-plugin-dts": "^4.5.4",
|
|
135
134
|
"vite-plugin-eslint": "^1.8.1",
|
|
136
135
|
"vite-plugin-pages": "^0.33.1",
|
|
137
|
-
"vite-ssg": "^28.1
|
|
136
|
+
"vite-ssg": "^28.2.1",
|
|
138
137
|
"vitepress": "^1.6.4",
|
|
139
138
|
"vitest": "^3.2.4",
|
|
140
|
-
"vue": "^3.5.
|
|
139
|
+
"vue": "^3.5.22",
|
|
141
140
|
"vue-demi": "^0.14.10",
|
|
142
141
|
"vue-router": "^4.5.1",
|
|
143
|
-
"vue-tsc": "^3.
|
|
142
|
+
"vue-tsc": "^3.1.1"
|
|
144
143
|
}
|
|
145
144
|
}
|