@sfxcode/formkit-primevue 2.9.6 → 2.9.7
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.
|
@@ -22,8 +22,8 @@ export interface FormKitPrimeSelectProps {
|
|
|
22
22
|
placeholder?: SelectProps['placeholder']
|
|
23
23
|
dataKey?: SelectProps['dataKey']
|
|
24
24
|
showClear?: SelectProps['showClear']
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
overlayStyle?: SelectProps['overlayStyle']
|
|
26
|
+
overlayClass?: SelectProps['overlayClass']
|
|
27
27
|
appendTo?: SelectProps['appendTo']
|
|
28
28
|
resetFilterOnHide?: SelectProps['resetFilterOnHide']
|
|
29
29
|
virtualScrollerOptions?: SelectProps['virtualScrollerOptions']
|
|
@@ -86,8 +86,8 @@ const { validSlotNames, unstyled, isInvalid, handleInput, handleBlur } = useForm
|
|
|
86
86
|
:placeholder="context.placeholder"
|
|
87
87
|
:data-key="context.dataKey"
|
|
88
88
|
:show-clear="context.showClear ?? false"
|
|
89
|
-
:
|
|
90
|
-
:
|
|
89
|
+
:overlay-style="context.overlayStyle"
|
|
90
|
+
:overlay-class="context.overlayClass"
|
|
91
91
|
:panel-props="context.panelProps"
|
|
92
92
|
:append-to="context.appendTo"
|
|
93
93
|
:reset-filter-on-hide="context.resetFilterOnHide"
|
|
@@ -30,7 +30,7 @@ var _PrimeToggleSwitch = _interopRequireDefault(require("../components/PrimeTogg
|
|
|
30
30
|
var _PrimeTreeSelect = _interopRequireDefault(require("../components/PrimeTreeSelect.vue"));
|
|
31
31
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
32
32
|
const primeAutoCompleteDefinition = exports.primeAutoCompleteDefinition = (0, _vue.createInput)(_PrimeAutoComplete.default, {
|
|
33
|
-
props: ["pt", "ptOptions", "unstyled", "Select", "multiple", "typeahead", "optionLabel", "options", "size"]
|
|
33
|
+
props: ["pt", "ptOptions", "unstyled", "Select", "multiple", "typeahead", "optionLabel", "options", "size", "minLength", "placeholder", "fluid"]
|
|
34
34
|
});
|
|
35
35
|
const primeInputTextDefinition = exports.primeInputTextDefinition = (0, _vue.createInput)(_PrimeInputText.default, {
|
|
36
36
|
props: ["pt", "ptOptions", "unstyled", "placeholder", "iconPrefix", "iconSuffix", "size", "inputType"]
|
|
@@ -23,7 +23,7 @@ import PrimeToggleButton from "../components/PrimeToggleButton.vue";
|
|
|
23
23
|
import PrimeToggleSwitch from "../components/PrimeToggleSwitch.vue";
|
|
24
24
|
import PrimeTreeSelect from "../components/PrimeTreeSelect.vue";
|
|
25
25
|
export const primeAutoCompleteDefinition = createInput(PrimeAutoComplete, {
|
|
26
|
-
props: ["pt", "ptOptions", "unstyled", "Select", "multiple", "typeahead", "optionLabel", "options", "size"]
|
|
26
|
+
props: ["pt", "ptOptions", "unstyled", "Select", "multiple", "typeahead", "optionLabel", "options", "size", "minLength", "placeholder", "fluid"]
|
|
27
27
|
});
|
|
28
28
|
export const primeInputTextDefinition = createInput(PrimeInputText, {
|
|
29
29
|
props: ["pt", "ptOptions", "unstyled", "placeholder", "iconPrefix", "iconSuffix", "size", "inputType"]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sfxcode/formkit-primevue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.7",
|
|
5
5
|
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Tom",
|