@sfxcode/formkit-primevue 3.3.1 → 3.3.3
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/LICENSE +21 -0
- package/README.md +138 -13
- package/components.d.ts +1 -0
- package/dist/components/FormKitDataDebug.d.vue.ts +24 -0
- package/dist/components/FormKitDataDebug.vue +23 -0
- package/dist/components/FormKitDataDebug.vue.d.ts +24 -0
- package/dist/components/FormKitDataEdit.d.vue.ts +180 -0
- package/dist/components/FormKitDataEdit.vue +126 -0
- package/dist/components/FormKitDataEdit.vue.d.ts +180 -0
- package/dist/components/FormKitDataView.d.vue.ts +73 -0
- package/dist/components/FormKitDataView.vue +58 -0
- package/dist/components/FormKitDataView.vue.d.ts +73 -0
- package/dist/components/FormKitIcon.d.vue.ts +39 -0
- package/dist/components/FormKitIcon.vue +25 -0
- package/dist/components/FormKitIcon.vue.d.ts +39 -0
- package/dist/components/FormKitPrefix.d.vue.ts +7 -0
- package/dist/components/FormKitPrefix.vue +11 -0
- package/dist/components/FormKitPrefix.vue.d.ts +7 -0
- package/dist/components/FormKitSuffix.d.vue.ts +7 -0
- package/dist/components/FormKitSuffix.vue +11 -0
- package/dist/components/FormKitSuffix.vue.d.ts +7 -0
- package/dist/components/PrimeAutoComplete.d.vue.ts +31 -0
- package/dist/components/PrimeAutoComplete.vue +140 -0
- package/dist/components/PrimeAutoComplete.vue.d.ts +31 -0
- package/dist/components/PrimeCascadeSelect.d.vue.ts +28 -0
- package/dist/components/PrimeCascadeSelect.vue +62 -0
- package/dist/components/PrimeCascadeSelect.vue.d.ts +28 -0
- package/dist/components/PrimeCheckbox.d.vue.ts +27 -0
- package/dist/components/PrimeCheckbox.vue +71 -0
- package/dist/components/PrimeCheckbox.vue.d.ts +27 -0
- package/dist/components/PrimeColorPicker.d.vue.ts +24 -0
- package/dist/components/PrimeColorPicker.vue +48 -0
- package/dist/components/PrimeColorPicker.vue.d.ts +24 -0
- package/dist/components/PrimeDatePicker.d.vue.ts +63 -0
- package/dist/components/PrimeDatePicker.vue +153 -0
- package/dist/components/PrimeDatePicker.vue.d.ts +63 -0
- package/dist/components/PrimeInputMask.d.vue.ts +28 -0
- package/dist/components/PrimeInputMask.vue +88 -0
- package/dist/components/PrimeInputMask.vue.d.ts +28 -0
- package/dist/components/PrimeInputNumber.d.vue.ts +36 -0
- package/dist/components/PrimeInputNumber.vue +110 -0
- package/dist/components/PrimeInputNumber.vue.d.ts +36 -0
- package/dist/components/PrimeInputOtp.d.vue.ts +26 -0
- package/dist/components/PrimeInputOtp.vue +59 -0
- package/dist/components/PrimeInputOtp.vue.d.ts +26 -0
- package/dist/components/PrimeInputText.d.vue.ts +24 -0
- package/dist/components/PrimeInputText.vue +80 -0
- package/dist/components/PrimeInputText.vue.d.ts +24 -0
- package/dist/components/PrimeKnob.d.vue.ts +31 -0
- package/dist/components/PrimeKnob.vue +75 -0
- package/dist/components/PrimeKnob.vue.d.ts +31 -0
- package/dist/components/PrimeListbox.d.vue.ts +42 -0
- package/dist/components/PrimeListbox.vue +86 -0
- package/dist/components/PrimeListbox.vue.d.ts +42 -0
- package/dist/components/PrimeMultiSelect.d.vue.ts +53 -0
- package/dist/components/PrimeMultiSelect.vue +115 -0
- package/dist/components/PrimeMultiSelect.vue.d.ts +53 -0
- package/dist/components/PrimeOutputBoolean.d.vue.ts +16 -0
- package/dist/components/PrimeOutputBoolean.vue +41 -0
- package/dist/components/PrimeOutputBoolean.vue.d.ts +16 -0
- package/dist/components/PrimeOutputDate.d.vue.ts +16 -0
- package/dist/components/PrimeOutputDate.vue +51 -0
- package/dist/components/PrimeOutputDate.vue.d.ts +16 -0
- package/dist/components/PrimeOutputDuration.d.vue.ts +16 -0
- package/dist/components/PrimeOutputDuration.vue +32 -0
- package/dist/components/PrimeOutputDuration.vue.d.ts +16 -0
- package/dist/components/PrimeOutputLink.d.vue.ts +16 -0
- package/dist/components/PrimeOutputLink.vue +50 -0
- package/dist/components/PrimeOutputLink.vue.d.ts +16 -0
- package/dist/components/PrimeOutputList.d.vue.ts +19 -0
- package/dist/components/PrimeOutputList.vue +75 -0
- package/dist/components/PrimeOutputList.vue.d.ts +19 -0
- package/dist/components/PrimeOutputNumber.d.vue.ts +16 -0
- package/dist/components/PrimeOutputNumber.vue +59 -0
- package/dist/components/PrimeOutputNumber.vue.d.ts +16 -0
- package/dist/components/PrimeOutputReference.d.vue.ts +16 -0
- package/dist/components/PrimeOutputReference.vue +62 -0
- package/dist/components/PrimeOutputReference.vue.d.ts +16 -0
- package/dist/components/PrimeOutputText.d.vue.ts +22 -0
- package/dist/components/PrimeOutputText.vue +72 -0
- package/dist/components/PrimeOutputText.vue.d.ts +22 -0
- package/dist/components/PrimePassword.d.vue.ts +33 -0
- package/dist/components/PrimePassword.vue +73 -0
- package/dist/components/PrimePassword.vue.d.ts +33 -0
- package/dist/components/PrimeRadioButton.d.vue.ts +28 -0
- package/dist/components/PrimeRadioButton.vue +58 -0
- package/dist/components/PrimeRadioButton.vue.d.ts +28 -0
- package/dist/components/PrimeRating.d.vue.ts +24 -0
- package/dist/components/PrimeRating.vue +55 -0
- package/dist/components/PrimeRating.vue.d.ts +24 -0
- package/dist/components/PrimeSelect.d.vue.ts +50 -0
- package/dist/components/PrimeSelect.vue +113 -0
- package/dist/components/PrimeSelect.vue.d.ts +50 -0
- package/dist/components/PrimeSelectButton.d.vue.ts +28 -0
- package/dist/components/PrimeSelectButton.vue +64 -0
- package/dist/components/PrimeSelectButton.vue.d.ts +28 -0
- package/dist/components/PrimeSlider.d.vue.ts +26 -0
- package/dist/components/PrimeSlider.vue +60 -0
- package/dist/components/PrimeSlider.vue.d.ts +26 -0
- package/dist/components/PrimeTextarea.d.vue.ts +25 -0
- package/dist/components/PrimeTextarea.vue +53 -0
- package/dist/components/PrimeTextarea.vue.d.ts +25 -0
- package/dist/components/PrimeToggleButton.d.vue.ts +26 -0
- package/dist/components/PrimeToggleButton.vue +60 -0
- package/dist/components/PrimeToggleButton.vue.d.ts +26 -0
- package/dist/components/PrimeToggleSwitch.d.vue.ts +23 -0
- package/dist/components/PrimeToggleSwitch.vue +57 -0
- package/dist/components/PrimeToggleSwitch.vue.d.ts +23 -0
- package/dist/components/PrimeTreeSelect.d.vue.ts +32 -0
- package/dist/components/PrimeTreeSelect.vue +71 -0
- package/dist/components/PrimeTreeSelect.vue.d.ts +32 -0
- package/dist/components/index.d.ts +24 -2
- package/dist/components/index.js +167 -4
- package/dist/components/index.mjs +48 -0
- package/dist/composables/index.d.ts +9 -2
- package/dist/composables/index.js +61 -2
- package/dist/composables/index.mjs +18 -0
- package/dist/composables/useFormKitInput.d.ts +11 -0
- package/dist/composables/useFormKitInput.js +58 -0
- package/dist/composables/useFormKitInput.mjs +45 -0
- package/dist/composables/useFormKitRepeater.d.ts +15 -0
- package/dist/composables/useFormKitRepeater.js +74 -0
- package/dist/composables/useFormKitRepeater.mjs +54 -0
- package/dist/composables/useFormKitSchema.d.ts +36 -0
- package/dist/composables/useFormKitSchema.js +83 -0
- package/dist/composables/useFormKitSchema.mjs +58 -0
- package/dist/composables/useFormKitSection.d.ts +7 -0
- package/dist/composables/useFormKitSection.js +31 -0
- package/dist/composables/useFormKitSection.mjs +19 -0
- package/dist/composables/useInputEditor.d.ts +8 -0
- package/dist/composables/useInputEditor.js +148 -0
- package/dist/composables/useInputEditor.mjs +143 -0
- package/dist/composables/useInputEditorSchema.d.ts +163 -0
- package/dist/composables/useInputEditorSchema.js +313 -0
- package/dist/composables/useInputEditorSchema.mjs +315 -0
- package/dist/composables/useOutputDuration.d.ts +4 -0
- package/dist/composables/useOutputDuration.js +40 -0
- package/dist/composables/useOutputDuration.mjs +35 -0
- package/dist/composables/usePrimeInputs.d.ts +3 -0
- package/dist/composables/usePrimeInputs.js +62 -0
- package/dist/composables/usePrimeInputs.mjs +53 -0
- package/dist/definitions/index.d.ts +32 -37
- package/dist/definitions/index.js +42 -4
- package/dist/definitions/index.mjs +68 -0
- package/dist/definitions/input.d.ts +47 -0
- package/dist/definitions/input.js +142 -0
- package/dist/definitions/input.mjs +135 -0
- package/dist/definitions/output.d.ts +9 -0
- package/dist/definitions/output.js +46 -0
- package/dist/definitions/output.mjs +39 -0
- package/dist/index.d.ts +143 -146
- package/dist/index.js +62 -5
- package/dist/index.mjs +14 -0
- package/dist/plugins/index.d.ts +3 -7
- package/dist/plugins/index.js +57 -45
- package/dist/plugins/index.mjs +55 -0
- package/dist/sass/formkit-primevue.scss +101 -99
- package/package.json +115 -30
- package/dist/PrimeTreeSelect-Dksx7tL-.js +0 -1881
- package/dist/components-HJnJ39cU.js +0 -255
- package/dist/composables-CZ6f1QYe.js +0 -820
- package/dist/definitions-BHwWaom7.js +0 -1196
- package/dist/index-Ch3MtT1C.d.ts +0 -266
- package/dist/index-EJ8M51RO.d.ts +0 -917
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { InputTextProps } from 'primevue/inputtext';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeInputTextProps {
|
|
5
|
+
pt?: InputTextProps['pt'];
|
|
6
|
+
ptOptions?: InputTextProps['ptOptions'];
|
|
7
|
+
unstyled?: InputTextProps['unstyled'];
|
|
8
|
+
size?: InputTextProps['size'];
|
|
9
|
+
inputType?: string | undefined;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
|
+
context: {
|
|
14
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeInputTextProps>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
context: {
|
|
19
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeInputTextProps>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
<script setup lang='ts'>
|
|
2
|
+
import type { FormKitFrameworkContext } from '@formkit/core'
|
|
3
|
+
import type { InputTextProps } from 'primevue/inputtext'
|
|
4
|
+
|
|
5
|
+
import type { PropType } from 'vue'
|
|
6
|
+
import IconField from 'primevue/iconfield'
|
|
7
|
+
import InputIcon from 'primevue/inputicon'
|
|
8
|
+
import { useFormKitInput, useFormKitSection } from '../composables'
|
|
9
|
+
|
|
10
|
+
export interface FormKitPrimeInputTextProps {
|
|
11
|
+
pt?: InputTextProps['pt']
|
|
12
|
+
ptOptions?: InputTextProps['ptOptions']
|
|
13
|
+
unstyled?: InputTextProps['unstyled']
|
|
14
|
+
size?: InputTextProps['size']
|
|
15
|
+
inputType?: string | undefined
|
|
16
|
+
placeholder?: string
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const props = defineProps({
|
|
20
|
+
context: {
|
|
21
|
+
type: Object as PropType<FormKitFrameworkContext & FormKitPrimeInputTextProps>,
|
|
22
|
+
required: true,
|
|
23
|
+
},
|
|
24
|
+
})
|
|
25
|
+
|
|
26
|
+
const { unstyled, isInvalid, handleInput, handleBlur, modelValue } = useFormKitInput(props.context)
|
|
27
|
+
const { hasPrefixIcon, hasSuffixIcon } = useFormKitSection(props.context)
|
|
28
|
+
</script>
|
|
29
|
+
|
|
30
|
+
<template>
|
|
31
|
+
<div class="p-formkit">
|
|
32
|
+
<IconField v-if="hasPrefixIcon || hasSuffixIcon">
|
|
33
|
+
<InputIcon v-if="hasPrefixIcon" :class="context?.iconPrefix" />
|
|
34
|
+
<InputText
|
|
35
|
+
:id="context.id"
|
|
36
|
+
v-model="modelValue"
|
|
37
|
+
v-bind="context?.attrs"
|
|
38
|
+
:type="context?.attrs?.inputType ?? 'text'"
|
|
39
|
+
:disabled="!!context?.disabled"
|
|
40
|
+
:readonly="context?.attrs.readonly ?? false"
|
|
41
|
+
:style="context?.attrs?.style"
|
|
42
|
+
:class="context?.attrs?.class"
|
|
43
|
+
:invalid="isInvalid"
|
|
44
|
+
:tabindex="context?.attrs.tabindex"
|
|
45
|
+
:aria-label="context?.attrs.ariaLabel"
|
|
46
|
+
:aria-labelledby="context?.attrs.ariaLabelledby"
|
|
47
|
+
:size="context?.size ?? undefined"
|
|
48
|
+
:placeholder="context.placeholder"
|
|
49
|
+
:pt="context.pt"
|
|
50
|
+
:pt-options="context.ptOptions"
|
|
51
|
+
:unstyled="unstyled"
|
|
52
|
+
@input="handleInput"
|
|
53
|
+
@blur="handleBlur"
|
|
54
|
+
/>
|
|
55
|
+
<InputIcon v-if="hasSuffixIcon" :class="context?.iconSuffix" />
|
|
56
|
+
</IconField>
|
|
57
|
+
<InputText
|
|
58
|
+
v-if="!hasPrefixIcon && !hasSuffixIcon"
|
|
59
|
+
:id="context.id"
|
|
60
|
+
v-model="modelValue"
|
|
61
|
+
v-bind="context?.attrs"
|
|
62
|
+
:type="context?.inputType ?? 'text'"
|
|
63
|
+
:disabled="!!context?.disabled"
|
|
64
|
+
:readonly="context?.attrs.readonly ?? false"
|
|
65
|
+
:style="context?.attrs.style"
|
|
66
|
+
:class="context?.attrs?.class"
|
|
67
|
+
:invalid="isInvalid"
|
|
68
|
+
:tabindex="context?.attrs.tabindex"
|
|
69
|
+
:aria-label="context?.attrs.ariaLabel"
|
|
70
|
+
:aria-labelledby="context?.attrs.ariaLabelledby"
|
|
71
|
+
:size="context?.size ?? undefined"
|
|
72
|
+
:placeholder="context.placeholder"
|
|
73
|
+
:pt="context.pt"
|
|
74
|
+
:pt-options="context.ptOptions"
|
|
75
|
+
:unstyled="unstyled"
|
|
76
|
+
@input="handleInput"
|
|
77
|
+
@blur="handleBlur"
|
|
78
|
+
/>
|
|
79
|
+
</div>
|
|
80
|
+
</template>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { InputTextProps } from 'primevue/inputtext';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeInputTextProps {
|
|
5
|
+
pt?: InputTextProps['pt'];
|
|
6
|
+
ptOptions?: InputTextProps['ptOptions'];
|
|
7
|
+
unstyled?: InputTextProps['unstyled'];
|
|
8
|
+
size?: InputTextProps['size'];
|
|
9
|
+
inputType?: string | undefined;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
|
+
context: {
|
|
14
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeInputTextProps>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
context: {
|
|
19
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeInputTextProps>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { KnobProps } from 'primevue/knob';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeKnobProps {
|
|
5
|
+
pt?: KnobProps['pt'];
|
|
6
|
+
ptOptions?: KnobProps['ptOptions'];
|
|
7
|
+
unstyled?: KnobProps['unstyled'];
|
|
8
|
+
min?: KnobProps['min'];
|
|
9
|
+
max?: KnobProps['max'];
|
|
10
|
+
step?: KnobProps['step'];
|
|
11
|
+
size?: KnobProps['size'];
|
|
12
|
+
strokeWidth?: KnobProps['strokeWidth'];
|
|
13
|
+
showValue?: KnobProps['showValue'];
|
|
14
|
+
valueColor?: KnobProps['valueColor'];
|
|
15
|
+
rangeColor?: KnobProps['rangeColor'];
|
|
16
|
+
textColor?: KnobProps['textColor'];
|
|
17
|
+
valueTemplate?: KnobProps['valueTemplate'];
|
|
18
|
+
}
|
|
19
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
|
+
context: {
|
|
21
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeKnobProps>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
context: {
|
|
26
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeKnobProps>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
31
|
+
export default _default;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
<script setup lang='ts'>
|
|
2
|
+
import type { FormKitFrameworkContext } from '@formkit/core'
|
|
3
|
+
import type { KnobProps } from 'primevue/knob'
|
|
4
|
+
|
|
5
|
+
import type { PropType } from 'vue'
|
|
6
|
+
import { useFormKitInput } from '../composables'
|
|
7
|
+
|
|
8
|
+
export interface FormKitPrimeKnobProps {
|
|
9
|
+
pt?: KnobProps['pt']
|
|
10
|
+
ptOptions?: KnobProps['ptOptions']
|
|
11
|
+
unstyled?: KnobProps['unstyled']
|
|
12
|
+
min?: KnobProps['min']
|
|
13
|
+
max?: KnobProps['max']
|
|
14
|
+
step?: KnobProps['step']
|
|
15
|
+
size?: KnobProps['size']
|
|
16
|
+
strokeWidth?: KnobProps['strokeWidth']
|
|
17
|
+
showValue?: KnobProps['showValue']
|
|
18
|
+
valueColor?: KnobProps['valueColor']
|
|
19
|
+
rangeColor?: KnobProps['rangeColor']
|
|
20
|
+
textColor?: KnobProps['textColor']
|
|
21
|
+
valueTemplate?: KnobProps['valueTemplate']
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const props = defineProps({
|
|
26
|
+
context: {
|
|
27
|
+
type: Object as PropType<FormKitFrameworkContext & FormKitPrimeKnobProps>,
|
|
28
|
+
required: true,
|
|
29
|
+
},
|
|
30
|
+
})
|
|
31
|
+
|
|
32
|
+
const { unstyled, isInvalid, modelValue } = useFormKitInput(props.context)
|
|
33
|
+
|
|
34
|
+
function handleInput(e: any) {
|
|
35
|
+
props.context?.node.input(e)
|
|
36
|
+
props.context?.handlers.blur(e)
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
function updateValue(n: number) {
|
|
40
|
+
props.context?.node.input(n)
|
|
41
|
+
}
|
|
42
|
+
</script>
|
|
43
|
+
|
|
44
|
+
<template>
|
|
45
|
+
<div class="p-formkit">
|
|
46
|
+
<Knob
|
|
47
|
+
:id="context.id"
|
|
48
|
+
v-model="modelValue"
|
|
49
|
+
v-bind="context?.attrs"
|
|
50
|
+
:disabled="!!context?.disabled"
|
|
51
|
+
:readonly="context?.attrs.readonly ?? false"
|
|
52
|
+
:style="context?.attrs.style"
|
|
53
|
+
:class="context?.attrs?.class"
|
|
54
|
+
:invalid="isInvalid"
|
|
55
|
+
:tabindex="context?.attrs.tabindex"
|
|
56
|
+
:aria-label="context?.attrs.ariaLabel"
|
|
57
|
+
:aria-labelledby="context?.attrs.ariaLabelledby"
|
|
58
|
+
:min="context.min ?? 0"
|
|
59
|
+
:max="context.max ?? 100"
|
|
60
|
+
:step="context.step ?? undefined"
|
|
61
|
+
:size="context.size ?? 100"
|
|
62
|
+
:stroke-width="context.strokeWidth ?? 14"
|
|
63
|
+
:show-value="context.showValue ?? true"
|
|
64
|
+
:value-color="context.valueColor ?? undefined"
|
|
65
|
+
:range-color="context.rangeColor ?? undefined"
|
|
66
|
+
:text-color="context.textColor ?? undefined"
|
|
67
|
+
:value-template="context.valueTemplate ?? undefined"
|
|
68
|
+
:pt="context.pt"
|
|
69
|
+
:pt-options="context.ptOptions"
|
|
70
|
+
:unstyled="unstyled"
|
|
71
|
+
@change="handleInput"
|
|
72
|
+
@update:model-value="updateValue"
|
|
73
|
+
/>
|
|
74
|
+
</div>
|
|
75
|
+
</template>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { KnobProps } from 'primevue/knob';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeKnobProps {
|
|
5
|
+
pt?: KnobProps['pt'];
|
|
6
|
+
ptOptions?: KnobProps['ptOptions'];
|
|
7
|
+
unstyled?: KnobProps['unstyled'];
|
|
8
|
+
min?: KnobProps['min'];
|
|
9
|
+
max?: KnobProps['max'];
|
|
10
|
+
step?: KnobProps['step'];
|
|
11
|
+
size?: KnobProps['size'];
|
|
12
|
+
strokeWidth?: KnobProps['strokeWidth'];
|
|
13
|
+
showValue?: KnobProps['showValue'];
|
|
14
|
+
valueColor?: KnobProps['valueColor'];
|
|
15
|
+
rangeColor?: KnobProps['rangeColor'];
|
|
16
|
+
textColor?: KnobProps['textColor'];
|
|
17
|
+
valueTemplate?: KnobProps['valueTemplate'];
|
|
18
|
+
}
|
|
19
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
|
+
context: {
|
|
21
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeKnobProps>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
context: {
|
|
26
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeKnobProps>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
31
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { ListboxProps } from 'primevue/listbox';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeListboxProps {
|
|
5
|
+
pt?: ListboxProps['pt'];
|
|
6
|
+
ptOptions?: ListboxProps['ptOptions'];
|
|
7
|
+
unstyled?: ListboxProps['unstyled'];
|
|
8
|
+
options?: ListboxProps['options'];
|
|
9
|
+
optionLabel?: ListboxProps['optionLabel'];
|
|
10
|
+
optionValue?: ListboxProps['optionValue'];
|
|
11
|
+
multiple?: ListboxProps['multiple'];
|
|
12
|
+
filter?: ListboxProps['filter'];
|
|
13
|
+
filterIcon?: ListboxProps['filterIcon'];
|
|
14
|
+
filterPlaceholder?: ListboxProps['filterPlaceholder'];
|
|
15
|
+
filterLocale?: ListboxProps['filterLocale'];
|
|
16
|
+
filterMatchMode?: ListboxProps['filterMatchMode'];
|
|
17
|
+
autoOptionFocus?: ListboxProps['autoOptionFocus'];
|
|
18
|
+
selectOnFocus?: ListboxProps['selectOnFocus'];
|
|
19
|
+
optionDisabled?: ListboxProps['optionDisabled'];
|
|
20
|
+
optionGroupLabel?: ListboxProps['optionGroupLabel'];
|
|
21
|
+
optionGroupChildren?: ListboxProps['optionGroupChildren'];
|
|
22
|
+
listStyle?: ListboxProps['listStyle'];
|
|
23
|
+
dataKey?: ListboxProps['dataKey'];
|
|
24
|
+
metaKeySelection?: ListboxProps['metaKeySelection'];
|
|
25
|
+
virtualScrollerOptions?: ListboxProps['virtualScrollerOptions'];
|
|
26
|
+
tabindex?: ListboxProps['tabindex'];
|
|
27
|
+
ariaLabel?: ListboxProps['ariaLabel'];
|
|
28
|
+
ariaLabelledby?: ListboxProps['ariaLabelledby'];
|
|
29
|
+
}
|
|
30
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
31
|
+
context: {
|
|
32
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeListboxProps>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
context: {
|
|
37
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeListboxProps>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import type { FormKitFrameworkContext } from '@formkit/core'
|
|
3
|
+
import type { ListboxProps } from 'primevue/listbox'
|
|
4
|
+
import type { PropType } from 'vue'
|
|
5
|
+
import { useFormKitInput } from '../composables'
|
|
6
|
+
|
|
7
|
+
export interface FormKitPrimeListboxProps {
|
|
8
|
+
pt?: ListboxProps['pt']
|
|
9
|
+
ptOptions?: ListboxProps['ptOptions']
|
|
10
|
+
unstyled?: ListboxProps['unstyled']
|
|
11
|
+
options?: ListboxProps['options']
|
|
12
|
+
optionLabel?: ListboxProps['optionLabel']
|
|
13
|
+
optionValue?: ListboxProps['optionValue']
|
|
14
|
+
multiple?: ListboxProps['multiple']
|
|
15
|
+
filter?: ListboxProps['filter']
|
|
16
|
+
filterIcon?: ListboxProps['filterIcon']
|
|
17
|
+
filterPlaceholder?: ListboxProps['filterPlaceholder']
|
|
18
|
+
filterLocale?: ListboxProps['filterLocale']
|
|
19
|
+
filterMatchMode?: ListboxProps['filterMatchMode']
|
|
20
|
+
autoOptionFocus?: ListboxProps['autoOptionFocus']
|
|
21
|
+
selectOnFocus?: ListboxProps['selectOnFocus']
|
|
22
|
+
optionDisabled?: ListboxProps['optionDisabled']
|
|
23
|
+
optionGroupLabel?: ListboxProps['optionGroupLabel']
|
|
24
|
+
optionGroupChildren?: ListboxProps['optionGroupChildren']
|
|
25
|
+
listStyle?: ListboxProps['listStyle']
|
|
26
|
+
dataKey?: ListboxProps['dataKey']
|
|
27
|
+
metaKeySelection?: ListboxProps['metaKeySelection']
|
|
28
|
+
virtualScrollerOptions?: ListboxProps['virtualScrollerOptions']
|
|
29
|
+
tabindex?: ListboxProps['tabindex']
|
|
30
|
+
ariaLabel?: ListboxProps['ariaLabel']
|
|
31
|
+
ariaLabelledby?: ListboxProps['ariaLabelledby']
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
const props = defineProps({
|
|
35
|
+
context: {
|
|
36
|
+
type: Object as PropType<FormKitFrameworkContext & FormKitPrimeListboxProps>,
|
|
37
|
+
required: true,
|
|
38
|
+
},
|
|
39
|
+
})
|
|
40
|
+
|
|
41
|
+
const { validSlotNames, unstyled, isInvalid, handleInput, handleBlur, modelValue } = useFormKitInput(props.context)
|
|
42
|
+
</script>
|
|
43
|
+
|
|
44
|
+
<template>
|
|
45
|
+
<div class="p-formkit">
|
|
46
|
+
<Listbox
|
|
47
|
+
:id="context.id"
|
|
48
|
+
v-model="modelValue"
|
|
49
|
+
v-bind="context?.attrs"
|
|
50
|
+
:disabled="!!context?.disabled"
|
|
51
|
+
:readonly="context?.attrs.readonly ?? false"
|
|
52
|
+
:list-style="context?.attrs.style"
|
|
53
|
+
:class="context?.attrs?.class"
|
|
54
|
+
:invalid="isInvalid"
|
|
55
|
+
:tabindex="context?.attrs.tabindex"
|
|
56
|
+
:aria-label="context?.attrs.ariaLabel"
|
|
57
|
+
:aria-labelledby="context?.attrs.ariaLabelledby"
|
|
58
|
+
:options="context?.options"
|
|
59
|
+
:option-label="context.optionLabel"
|
|
60
|
+
:option-value="context.optionValue"
|
|
61
|
+
:option-disabled="context.optionDisabled"
|
|
62
|
+
:option-group-label="context.optionGroupLabel"
|
|
63
|
+
:option-group-children="context.optionGroupChildren"
|
|
64
|
+
:multiple="context.multiple ?? false"
|
|
65
|
+
:filter="context.filter ?? false"
|
|
66
|
+
:filter-icon="context.filterIcon"
|
|
67
|
+
:filter-placeholder="context.filterPlaceholder"
|
|
68
|
+
:filter-locale="context.filterLocale"
|
|
69
|
+
:filter-match-mode="context.filterMatchMode"
|
|
70
|
+
:auto-option-focus="context.autoOptionFocus ?? true"
|
|
71
|
+
:select-on-focus="context.selectOnFocus ?? false"
|
|
72
|
+
:data-key="context.dataKey"
|
|
73
|
+
:meta-key-selection="context.metaKeySelection ?? false"
|
|
74
|
+
:virtual-scroller-options="context.virtualScrollerOptions"
|
|
75
|
+
:pt="context.pt"
|
|
76
|
+
:pt-options="context.ptOptions"
|
|
77
|
+
:unstyled="unstyled"
|
|
78
|
+
@change="handleInput"
|
|
79
|
+
@blur="handleBlur"
|
|
80
|
+
>
|
|
81
|
+
<template v-for="slotName in validSlotNames" :key="slotName" #[slotName]="slotProps">
|
|
82
|
+
<component :is="context?.slots[slotName]" v-bind="{ ...context, ...slotProps }" />
|
|
83
|
+
</template>
|
|
84
|
+
</Listbox>
|
|
85
|
+
</div>
|
|
86
|
+
</template>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { ListboxProps } from 'primevue/listbox';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeListboxProps {
|
|
5
|
+
pt?: ListboxProps['pt'];
|
|
6
|
+
ptOptions?: ListboxProps['ptOptions'];
|
|
7
|
+
unstyled?: ListboxProps['unstyled'];
|
|
8
|
+
options?: ListboxProps['options'];
|
|
9
|
+
optionLabel?: ListboxProps['optionLabel'];
|
|
10
|
+
optionValue?: ListboxProps['optionValue'];
|
|
11
|
+
multiple?: ListboxProps['multiple'];
|
|
12
|
+
filter?: ListboxProps['filter'];
|
|
13
|
+
filterIcon?: ListboxProps['filterIcon'];
|
|
14
|
+
filterPlaceholder?: ListboxProps['filterPlaceholder'];
|
|
15
|
+
filterLocale?: ListboxProps['filterLocale'];
|
|
16
|
+
filterMatchMode?: ListboxProps['filterMatchMode'];
|
|
17
|
+
autoOptionFocus?: ListboxProps['autoOptionFocus'];
|
|
18
|
+
selectOnFocus?: ListboxProps['selectOnFocus'];
|
|
19
|
+
optionDisabled?: ListboxProps['optionDisabled'];
|
|
20
|
+
optionGroupLabel?: ListboxProps['optionGroupLabel'];
|
|
21
|
+
optionGroupChildren?: ListboxProps['optionGroupChildren'];
|
|
22
|
+
listStyle?: ListboxProps['listStyle'];
|
|
23
|
+
dataKey?: ListboxProps['dataKey'];
|
|
24
|
+
metaKeySelection?: ListboxProps['metaKeySelection'];
|
|
25
|
+
virtualScrollerOptions?: ListboxProps['virtualScrollerOptions'];
|
|
26
|
+
tabindex?: ListboxProps['tabindex'];
|
|
27
|
+
ariaLabel?: ListboxProps['ariaLabel'];
|
|
28
|
+
ariaLabelledby?: ListboxProps['ariaLabelledby'];
|
|
29
|
+
}
|
|
30
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
31
|
+
context: {
|
|
32
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeListboxProps>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
context: {
|
|
37
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeListboxProps>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
42
|
+
export default _default;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { MultiSelectProps } from 'primevue/multiselect';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeMultiSelectProps {
|
|
5
|
+
options?: MultiSelectProps['options'];
|
|
6
|
+
optionLabel?: MultiSelectProps['optionLabel'];
|
|
7
|
+
optionValue?: MultiSelectProps['optionValue'];
|
|
8
|
+
optionDisabled?: MultiSelectProps['optionDisabled'];
|
|
9
|
+
optionGroupLabel?: MultiSelectProps['optionGroupLabel'];
|
|
10
|
+
optionGroupChildren?: MultiSelectProps['optionGroupChildren'];
|
|
11
|
+
scrollHeight?: MultiSelectProps['scrollHeight'];
|
|
12
|
+
dataKey?: MultiSelectProps['dataKey'];
|
|
13
|
+
filter?: MultiSelectProps['filter'];
|
|
14
|
+
filterPlaceholder?: MultiSelectProps['filterPlaceholder'];
|
|
15
|
+
filterLocale?: MultiSelectProps['filterLocale'];
|
|
16
|
+
filterMatchMode?: MultiSelectProps['filterMatchMode'];
|
|
17
|
+
filterFields?: MultiSelectProps['filterFields'];
|
|
18
|
+
appendTo?: MultiSelectProps['appendTo'];
|
|
19
|
+
display?: MultiSelectProps['display'];
|
|
20
|
+
maxSelectedLabels?: MultiSelectProps['maxSelectedLabels'];
|
|
21
|
+
selectedItemsLabel?: MultiSelectProps['selectedItemsLabel'];
|
|
22
|
+
selectionLimit?: MultiSelectProps['selectionLimit'];
|
|
23
|
+
showToggleAll?: MultiSelectProps['showToggleAll'];
|
|
24
|
+
loading?: MultiSelectProps['loading'];
|
|
25
|
+
selectAll?: MultiSelectProps['selectAll'];
|
|
26
|
+
resetFilterOnHide?: MultiSelectProps['resetFilterOnHide'];
|
|
27
|
+
virtualScrollerOptions?: MultiSelectProps['virtualScrollerOptions'];
|
|
28
|
+
autoOptionFocus?: MultiSelectProps['autoOptionFocus'];
|
|
29
|
+
autoFilterFocus?: MultiSelectProps['autoFilterFocus'];
|
|
30
|
+
filterMessage?: MultiSelectProps['filterMessage'];
|
|
31
|
+
selectionMessage?: MultiSelectProps['selectionMessage'];
|
|
32
|
+
emptySelectionMessage?: MultiSelectProps['emptySelectionMessage'];
|
|
33
|
+
emptyFilterMessage?: MultiSelectProps['emptyFilterMessage'];
|
|
34
|
+
emptyMessage?: MultiSelectProps['emptyMessage'];
|
|
35
|
+
pt?: MultiSelectProps['pt'];
|
|
36
|
+
placeholder?: MultiSelectProps['placeholder'];
|
|
37
|
+
ptOptions?: MultiSelectProps['ptOptions'];
|
|
38
|
+
unstyled?: MultiSelectProps['unstyled'];
|
|
39
|
+
size?: MultiSelectProps['size'];
|
|
40
|
+
}
|
|
41
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
42
|
+
context: {
|
|
43
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeMultiSelectProps>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
|
+
context: {
|
|
48
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeMultiSelectProps>;
|
|
49
|
+
required: true;
|
|
50
|
+
};
|
|
51
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
declare const _default: typeof __VLS_export;
|
|
53
|
+
export default _default;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
<script setup lang='ts'>
|
|
2
|
+
import type { FormKitFrameworkContext } from '@formkit/core'
|
|
3
|
+
import type { MultiSelectProps } from 'primevue/multiselect'
|
|
4
|
+
|
|
5
|
+
import type { PropType } from 'vue'
|
|
6
|
+
import { useFormKitInput } from '../composables'
|
|
7
|
+
|
|
8
|
+
export interface FormKitPrimeMultiSelectProps {
|
|
9
|
+
options?: MultiSelectProps['options']
|
|
10
|
+
optionLabel?: MultiSelectProps['optionLabel']
|
|
11
|
+
optionValue?: MultiSelectProps['optionValue']
|
|
12
|
+
optionDisabled?: MultiSelectProps['optionDisabled']
|
|
13
|
+
optionGroupLabel?: MultiSelectProps['optionGroupLabel']
|
|
14
|
+
optionGroupChildren?: MultiSelectProps['optionGroupChildren']
|
|
15
|
+
scrollHeight?: MultiSelectProps['scrollHeight']
|
|
16
|
+
dataKey?: MultiSelectProps['dataKey']
|
|
17
|
+
filter?: MultiSelectProps['filter']
|
|
18
|
+
filterPlaceholder?: MultiSelectProps['filterPlaceholder']
|
|
19
|
+
filterLocale?: MultiSelectProps['filterLocale']
|
|
20
|
+
filterMatchMode?: MultiSelectProps['filterMatchMode']
|
|
21
|
+
filterFields?: MultiSelectProps['filterFields']
|
|
22
|
+
appendTo?: MultiSelectProps['appendTo']
|
|
23
|
+
display?: MultiSelectProps['display']
|
|
24
|
+
maxSelectedLabels?: MultiSelectProps['maxSelectedLabels']
|
|
25
|
+
selectedItemsLabel?: MultiSelectProps['selectedItemsLabel']
|
|
26
|
+
selectionLimit?: MultiSelectProps['selectionLimit']
|
|
27
|
+
showToggleAll?: MultiSelectProps['showToggleAll']
|
|
28
|
+
loading?: MultiSelectProps['loading']
|
|
29
|
+
selectAll?: MultiSelectProps['selectAll']
|
|
30
|
+
resetFilterOnHide?: MultiSelectProps['resetFilterOnHide']
|
|
31
|
+
virtualScrollerOptions?: MultiSelectProps['virtualScrollerOptions']
|
|
32
|
+
autoOptionFocus?: MultiSelectProps['autoOptionFocus']
|
|
33
|
+
autoFilterFocus?: MultiSelectProps['autoFilterFocus']
|
|
34
|
+
filterMessage?: MultiSelectProps['filterMessage']
|
|
35
|
+
selectionMessage?: MultiSelectProps['selectionMessage']
|
|
36
|
+
emptySelectionMessage?: MultiSelectProps['emptySelectionMessage']
|
|
37
|
+
emptyFilterMessage?: MultiSelectProps['emptyFilterMessage']
|
|
38
|
+
emptyMessage?: MultiSelectProps['emptyMessage']
|
|
39
|
+
pt?: MultiSelectProps['pt']
|
|
40
|
+
placeholder?: MultiSelectProps['placeholder']
|
|
41
|
+
ptOptions?: MultiSelectProps['ptOptions']
|
|
42
|
+
unstyled?: MultiSelectProps['unstyled']
|
|
43
|
+
size?: MultiSelectProps['size']
|
|
44
|
+
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
const props = defineProps({
|
|
48
|
+
context: {
|
|
49
|
+
type: Object as PropType<FormKitFrameworkContext & FormKitPrimeMultiSelectProps>,
|
|
50
|
+
required: true,
|
|
51
|
+
},
|
|
52
|
+
})
|
|
53
|
+
|
|
54
|
+
const { validSlotNames, unstyled, isInvalid, handleBlur, handleChange, modelValue } = useFormKitInput(props.context)
|
|
55
|
+
</script>
|
|
56
|
+
|
|
57
|
+
<template>
|
|
58
|
+
<div class="p-formkit">
|
|
59
|
+
<MultiSelect
|
|
60
|
+
v-model="modelValue"
|
|
61
|
+
v-bind="context?.attrs"
|
|
62
|
+
:input-id="context.id"
|
|
63
|
+
:disabled="!!context?.disabled"
|
|
64
|
+
:readonly="context?.attrs.readonly ?? false"
|
|
65
|
+
:list-style="context?.attrs.style"
|
|
66
|
+
:class="context?.attrs?.class"
|
|
67
|
+
:invalid="isInvalid"
|
|
68
|
+
:tabindex="context?.attrs.tabindex"
|
|
69
|
+
:aria-label="context?.attrs.ariaLabel"
|
|
70
|
+
:aria-labelledby="context?.attrs.ariaLabelledby"
|
|
71
|
+
:size="context?.size ?? undefined"
|
|
72
|
+
:placeholder="context.placeholder"
|
|
73
|
+
:options="context.options"
|
|
74
|
+
:option-label="context.optionLabel"
|
|
75
|
+
:option-value="context.optionValue"
|
|
76
|
+
:option-disabled="context.optionDisabled"
|
|
77
|
+
:option-group-label="context.optionGroupLabel"
|
|
78
|
+
:option-group-children="context.optionGroupChildren"
|
|
79
|
+
:scroll-height="context.scrollHeight"
|
|
80
|
+
:data-key="context.dataKey"
|
|
81
|
+
:filter="context.filter ?? false"
|
|
82
|
+
:filter-placeholder="context.filterPlaceholder"
|
|
83
|
+
:filter-locale="context.filterLocale"
|
|
84
|
+
:filter-match-mode="context.filterMatchMode"
|
|
85
|
+
:fitler-fields="context.filterFields"
|
|
86
|
+
:append-to="context.appendTo"
|
|
87
|
+
:close-icon="context.closeIcon"
|
|
88
|
+
:display="context.display"
|
|
89
|
+
:max-selected-labels="context.maxSelectedLabels"
|
|
90
|
+
:selected-items-label="context.selectedItemsLabel"
|
|
91
|
+
:selection-limit="context.selectionLimit"
|
|
92
|
+
:show-toggle-all="context.showToggleAll"
|
|
93
|
+
:loading="context.loading"
|
|
94
|
+
:select-all="context.selectAll"
|
|
95
|
+
:reset-filter-on-hide="context.resetFilterOnHide"
|
|
96
|
+
:virtual-scroller-options="context.virtualScrollerOptions"
|
|
97
|
+
:auto-option-focus="context.autoOptionFocus"
|
|
98
|
+
:auto-filter-focus="context.autoFilterFocus"
|
|
99
|
+
:filter-message="context.filterMessage"
|
|
100
|
+
:selection-message="context.selectionMessage"
|
|
101
|
+
:empty-selection-message="context.emptySelectionMessage"
|
|
102
|
+
:empty-filter-message="context.emptyFilterMessage"
|
|
103
|
+
:empty-message="context.emptyMessage"
|
|
104
|
+
:pt="context.pt"
|
|
105
|
+
:pt-options="context.ptOptions"
|
|
106
|
+
:unstyled="unstyled"
|
|
107
|
+
@change="handleChange"
|
|
108
|
+
@blur="handleBlur"
|
|
109
|
+
>
|
|
110
|
+
<template v-for="slotName in validSlotNames" :key="slotName" #[slotName]="slotProps">
|
|
111
|
+
<component :is="context?.slots[slotName]" v-bind="{ ...context, ...slotProps }" />
|
|
112
|
+
</template>
|
|
113
|
+
</MultiSelect>
|
|
114
|
+
</div>
|
|
115
|
+
</template>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { MultiSelectProps } from 'primevue/multiselect';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeMultiSelectProps {
|
|
5
|
+
options?: MultiSelectProps['options'];
|
|
6
|
+
optionLabel?: MultiSelectProps['optionLabel'];
|
|
7
|
+
optionValue?: MultiSelectProps['optionValue'];
|
|
8
|
+
optionDisabled?: MultiSelectProps['optionDisabled'];
|
|
9
|
+
optionGroupLabel?: MultiSelectProps['optionGroupLabel'];
|
|
10
|
+
optionGroupChildren?: MultiSelectProps['optionGroupChildren'];
|
|
11
|
+
scrollHeight?: MultiSelectProps['scrollHeight'];
|
|
12
|
+
dataKey?: MultiSelectProps['dataKey'];
|
|
13
|
+
filter?: MultiSelectProps['filter'];
|
|
14
|
+
filterPlaceholder?: MultiSelectProps['filterPlaceholder'];
|
|
15
|
+
filterLocale?: MultiSelectProps['filterLocale'];
|
|
16
|
+
filterMatchMode?: MultiSelectProps['filterMatchMode'];
|
|
17
|
+
filterFields?: MultiSelectProps['filterFields'];
|
|
18
|
+
appendTo?: MultiSelectProps['appendTo'];
|
|
19
|
+
display?: MultiSelectProps['display'];
|
|
20
|
+
maxSelectedLabels?: MultiSelectProps['maxSelectedLabels'];
|
|
21
|
+
selectedItemsLabel?: MultiSelectProps['selectedItemsLabel'];
|
|
22
|
+
selectionLimit?: MultiSelectProps['selectionLimit'];
|
|
23
|
+
showToggleAll?: MultiSelectProps['showToggleAll'];
|
|
24
|
+
loading?: MultiSelectProps['loading'];
|
|
25
|
+
selectAll?: MultiSelectProps['selectAll'];
|
|
26
|
+
resetFilterOnHide?: MultiSelectProps['resetFilterOnHide'];
|
|
27
|
+
virtualScrollerOptions?: MultiSelectProps['virtualScrollerOptions'];
|
|
28
|
+
autoOptionFocus?: MultiSelectProps['autoOptionFocus'];
|
|
29
|
+
autoFilterFocus?: MultiSelectProps['autoFilterFocus'];
|
|
30
|
+
filterMessage?: MultiSelectProps['filterMessage'];
|
|
31
|
+
selectionMessage?: MultiSelectProps['selectionMessage'];
|
|
32
|
+
emptySelectionMessage?: MultiSelectProps['emptySelectionMessage'];
|
|
33
|
+
emptyFilterMessage?: MultiSelectProps['emptyFilterMessage'];
|
|
34
|
+
emptyMessage?: MultiSelectProps['emptyMessage'];
|
|
35
|
+
pt?: MultiSelectProps['pt'];
|
|
36
|
+
placeholder?: MultiSelectProps['placeholder'];
|
|
37
|
+
ptOptions?: MultiSelectProps['ptOptions'];
|
|
38
|
+
unstyled?: MultiSelectProps['unstyled'];
|
|
39
|
+
size?: MultiSelectProps['size'];
|
|
40
|
+
}
|
|
41
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
42
|
+
context: {
|
|
43
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeMultiSelectProps>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
|
+
context: {
|
|
48
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeMultiSelectProps>;
|
|
49
|
+
required: true;
|
|
50
|
+
};
|
|
51
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
declare const _default: typeof __VLS_export;
|
|
53
|
+
export default _default;
|