@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
|
@@ -8,7 +8,7 @@ type __VLS_Slots = {} & {
|
|
|
8
8
|
} & {
|
|
9
9
|
submit?: (props: typeof __VLS_26) => any;
|
|
10
10
|
};
|
|
11
|
-
declare const
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
12
|
id: {
|
|
13
13
|
type: StringConstructor;
|
|
14
14
|
default: string;
|
|
@@ -168,7 +168,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
168
168
|
debugData: boolean;
|
|
169
169
|
debugSchema: boolean;
|
|
170
170
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
171
|
-
declare const
|
|
171
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
172
|
+
declare const _default: typeof __VLS_export;
|
|
172
173
|
export default _default;
|
|
173
174
|
type __VLS_WithSlots<T, S> = T & {
|
|
174
175
|
new (): {
|
|
@@ -8,7 +8,7 @@ type __VLS_Slots = {} & {
|
|
|
8
8
|
} & {
|
|
9
9
|
submit?: (props: typeof __VLS_26) => any;
|
|
10
10
|
};
|
|
11
|
-
declare const
|
|
11
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
12
|
id: {
|
|
13
13
|
type: StringConstructor;
|
|
14
14
|
default: string;
|
|
@@ -168,7 +168,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
168
168
|
debugData: boolean;
|
|
169
169
|
debugSchema: boolean;
|
|
170
170
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
171
|
-
declare const
|
|
171
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
172
|
+
declare const _default: typeof __VLS_export;
|
|
172
173
|
export default _default;
|
|
173
174
|
type __VLS_WithSlots<T, S> = T & {
|
|
174
175
|
new (): {
|
|
@@ -4,7 +4,7 @@ declare var __VLS_11: {};
|
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
default?: (props: typeof __VLS_11) => any;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
8
|
data: {
|
|
9
9
|
type: ObjectConstructor;
|
|
10
10
|
default: null;
|
|
@@ -63,7 +63,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
63
63
|
debugData: boolean;
|
|
64
64
|
debugSchema: boolean;
|
|
65
65
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
66
|
-
declare const
|
|
66
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
67
|
+
declare const _default: typeof __VLS_export;
|
|
67
68
|
export default _default;
|
|
68
69
|
type __VLS_WithSlots<T, S> = T & {
|
|
69
70
|
new (): {
|
|
@@ -4,7 +4,7 @@ declare var __VLS_11: {};
|
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
default?: (props: typeof __VLS_11) => any;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
8
|
data: {
|
|
9
9
|
type: ObjectConstructor;
|
|
10
10
|
default: null;
|
|
@@ -63,7 +63,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
63
63
|
debugData: boolean;
|
|
64
64
|
debugSchema: boolean;
|
|
65
65
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
66
|
-
declare const
|
|
66
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
67
|
+
declare const _default: typeof __VLS_export;
|
|
67
68
|
export default _default;
|
|
68
69
|
type __VLS_WithSlots<T, S> = T & {
|
|
69
70
|
new (): {
|
|
@@ -2,7 +2,7 @@ declare var __VLS_1: {};
|
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
3
|
default?: (props: typeof __VLS_1) => any;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
data: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
default: null;
|
|
@@ -24,7 +24,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
24
24
|
data: Record<string, any>;
|
|
25
25
|
header: string;
|
|
26
26
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
-
declare const
|
|
27
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
28
29
|
export default _default;
|
|
29
30
|
type __VLS_WithSlots<T, S> = T & {
|
|
30
31
|
new (): {
|
|
@@ -2,7 +2,7 @@ declare var __VLS_1: {};
|
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
3
|
default?: (props: typeof __VLS_1) => any;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
5
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
data: {
|
|
7
7
|
type: ObjectConstructor;
|
|
8
8
|
default: null;
|
|
@@ -24,7 +24,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
24
24
|
data: Record<string, any>;
|
|
25
25
|
header: string;
|
|
26
26
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
-
declare const
|
|
27
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
28
|
+
declare const _default: typeof __VLS_export;
|
|
28
29
|
export default _default;
|
|
29
30
|
type __VLS_WithSlots<T, S> = T & {
|
|
30
31
|
new (): {
|
|
@@ -3,7 +3,7 @@ export interface FormKitIconProps {
|
|
|
3
3
|
onIconPrefixClicked?: () => void;
|
|
4
4
|
onIconSuffixClicked?: () => void;
|
|
5
5
|
}
|
|
6
|
-
declare const
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
7
|
iconClass: {
|
|
8
8
|
type: StringConstructor;
|
|
9
9
|
default: string;
|
|
@@ -35,4 +35,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
35
35
|
onClick: () => void;
|
|
36
36
|
iconClass: string;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
|
+
declare const _default: typeof __VLS_export;
|
|
38
39
|
export default _default;
|
|
@@ -3,7 +3,7 @@ export interface FormKitIconProps {
|
|
|
3
3
|
onIconPrefixClicked?: () => void;
|
|
4
4
|
onIconSuffixClicked?: () => void;
|
|
5
5
|
}
|
|
6
|
-
declare const
|
|
6
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
7
|
iconClass: {
|
|
8
8
|
type: StringConstructor;
|
|
9
9
|
default: string;
|
|
@@ -35,4 +35,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
35
35
|
onClick: () => void;
|
|
36
36
|
iconClass: string;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
|
+
declare const _default: typeof __VLS_export;
|
|
38
39
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
prefix: StringConstructor;
|
|
3
3
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4
4
|
prefix: StringConstructor;
|
|
5
5
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
prefix: StringConstructor;
|
|
3
3
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4
4
|
prefix: StringConstructor;
|
|
5
5
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
suffix: StringConstructor;
|
|
3
3
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4
4
|
suffix: StringConstructor;
|
|
5
5
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
suffix: StringConstructor;
|
|
3
3
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4
4
|
suffix: StringConstructor;
|
|
5
5
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
6
7
|
export default _default;
|
|
@@ -16,7 +16,7 @@ export interface FormKitPrimeAutoCompleteProps {
|
|
|
16
16
|
fluid?: AutoCompleteProps['fluid'];
|
|
17
17
|
separators?: string[] | [];
|
|
18
18
|
}
|
|
19
|
-
declare const
|
|
19
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
20
|
context: {
|
|
21
21
|
type: PropType<FormKitFrameworkContext & FormKitPrimeAutoCompleteProps>;
|
|
22
22
|
required: true;
|
|
@@ -27,4 +27,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
30
31
|
export default _default;
|
|
@@ -16,7 +16,7 @@ export interface FormKitPrimeAutoCompleteProps {
|
|
|
16
16
|
fluid?: AutoCompleteProps['fluid'];
|
|
17
17
|
separators?: string[] | [];
|
|
18
18
|
}
|
|
19
|
-
declare const
|
|
19
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
20
|
context: {
|
|
21
21
|
type: PropType<FormKitFrameworkContext & FormKitPrimeAutoCompleteProps>;
|
|
22
22
|
required: true;
|
|
@@ -27,4 +27,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
30
31
|
export default _default;
|
|
@@ -13,7 +13,7 @@ export interface FormKitPrimeCascadeSelectProps {
|
|
|
13
13
|
unstyled?: CascadeSelectProps['unstyled'];
|
|
14
14
|
size?: CascadeSelectProps['size'];
|
|
15
15
|
}
|
|
16
|
-
declare const
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
17
17
|
context: {
|
|
18
18
|
type: PropType<FormKitFrameworkContext & FormKitPrimeCascadeSelectProps>;
|
|
19
19
|
required: true;
|
|
@@ -24,4 +24,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
27
28
|
export default _default;
|
|
@@ -13,7 +13,7 @@ export interface FormKitPrimeCascadeSelectProps {
|
|
|
13
13
|
unstyled?: CascadeSelectProps['unstyled'];
|
|
14
14
|
size?: CascadeSelectProps['size'];
|
|
15
15
|
}
|
|
16
|
-
declare const
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
17
17
|
context: {
|
|
18
18
|
type: PropType<FormKitFrameworkContext & FormKitPrimeCascadeSelectProps>;
|
|
19
19
|
required: true;
|
|
@@ -24,4 +24,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
27
28
|
export default _default;
|
|
@@ -12,7 +12,7 @@ export interface FormKitPrimeCheckboxProps {
|
|
|
12
12
|
variant?: CheckboxProps['variant'];
|
|
13
13
|
size?: CheckboxProps['size'];
|
|
14
14
|
}
|
|
15
|
-
declare const
|
|
15
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
16
16
|
context: {
|
|
17
17
|
type: PropType<FormKitFrameworkContext & FormKitPrimeCheckboxProps>;
|
|
18
18
|
required: true;
|
|
@@ -23,4 +23,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
23
23
|
required: true;
|
|
24
24
|
};
|
|
25
25
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
26
27
|
export default _default;
|
|
@@ -12,7 +12,7 @@ export interface FormKitPrimeCheckboxProps {
|
|
|
12
12
|
variant?: CheckboxProps['variant'];
|
|
13
13
|
size?: CheckboxProps['size'];
|
|
14
14
|
}
|
|
15
|
-
declare const
|
|
15
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
16
16
|
context: {
|
|
17
17
|
type: PropType<FormKitFrameworkContext & FormKitPrimeCheckboxProps>;
|
|
18
18
|
required: true;
|
|
@@ -23,4 +23,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
23
23
|
required: true;
|
|
24
24
|
};
|
|
25
25
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
26
27
|
export default _default;
|
|
@@ -9,7 +9,7 @@ export interface FormKitPrimeColorPickerProps {
|
|
|
9
9
|
ptOptions?: ColorPickerProps['ptOptions'];
|
|
10
10
|
unstyled?: ColorPickerProps['unstyled'];
|
|
11
11
|
}
|
|
12
|
-
declare const
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
13
|
context: {
|
|
14
14
|
type: PropType<FormKitFrameworkContext & FormKitPrimeColorPickerProps>;
|
|
15
15
|
required: true;
|
|
@@ -20,4 +20,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
required: true;
|
|
21
21
|
};
|
|
22
22
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
23
24
|
export default _default;
|
|
@@ -9,7 +9,7 @@ export interface FormKitPrimeColorPickerProps {
|
|
|
9
9
|
ptOptions?: ColorPickerProps['ptOptions'];
|
|
10
10
|
unstyled?: ColorPickerProps['unstyled'];
|
|
11
11
|
}
|
|
12
|
-
declare const
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
13
|
context: {
|
|
14
14
|
type: PropType<FormKitFrameworkContext & FormKitPrimeColorPickerProps>;
|
|
15
15
|
required: true;
|
|
@@ -20,4 +20,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
required: true;
|
|
21
21
|
};
|
|
22
22
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
23
24
|
export default _default;
|
|
@@ -46,8 +46,9 @@ export interface FormKitPrimeDatePickerProps {
|
|
|
46
46
|
ptOptions?: DatePickerProps['ptOptions'];
|
|
47
47
|
unstyled?: DatePickerProps['unstyled'];
|
|
48
48
|
size?: DatePickerProps['size'];
|
|
49
|
+
updateModelType?: DatePickerProps['updateModelType'];
|
|
49
50
|
}
|
|
50
|
-
declare const
|
|
51
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
51
52
|
context: {
|
|
52
53
|
type: PropType<FormKitFrameworkContext & FormKitPrimeDatePickerProps>;
|
|
53
54
|
required: true;
|
|
@@ -58,4 +59,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
59
|
required: true;
|
|
59
60
|
};
|
|
60
61
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
declare const _default: typeof __VLS_export;
|
|
61
63
|
export default _default;
|
|
@@ -50,6 +50,7 @@ export interface FormKitPrimeDatePickerProps {
|
|
|
50
50
|
ptOptions?: DatePickerProps['ptOptions']
|
|
51
51
|
unstyled?: DatePickerProps['unstyled']
|
|
52
52
|
size?: DatePickerProps['size']
|
|
53
|
+
updateModelType?: DatePickerProps['updateModelType']
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
const props = defineProps({
|
|
@@ -138,6 +139,7 @@ function handleSelect(e: any) {
|
|
|
138
139
|
:pt="context?.pt"
|
|
139
140
|
:pt-options="context?.ptOptions"
|
|
140
141
|
:unstyled="unstyled"
|
|
142
|
+
:update-model-type="context?.updateModelType ?? 'date'"
|
|
141
143
|
@date-select="handleSelect"
|
|
142
144
|
@blur="handleBlur"
|
|
143
145
|
@clear-click="handleClearClick"
|
|
@@ -46,8 +46,9 @@ export interface FormKitPrimeDatePickerProps {
|
|
|
46
46
|
ptOptions?: DatePickerProps['ptOptions'];
|
|
47
47
|
unstyled?: DatePickerProps['unstyled'];
|
|
48
48
|
size?: DatePickerProps['size'];
|
|
49
|
+
updateModelType?: DatePickerProps['updateModelType'];
|
|
49
50
|
}
|
|
50
|
-
declare const
|
|
51
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
51
52
|
context: {
|
|
52
53
|
type: PropType<FormKitFrameworkContext & FormKitPrimeDatePickerProps>;
|
|
53
54
|
required: true;
|
|
@@ -58,4 +59,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
59
|
required: true;
|
|
59
60
|
};
|
|
60
61
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
declare const _default: typeof __VLS_export;
|
|
61
63
|
export default _default;
|
|
@@ -13,7 +13,7 @@ export interface FormKitPrimeInputMaskProps {
|
|
|
13
13
|
variant?: InputMaskProps['variant'];
|
|
14
14
|
size?: InputMaskProps['size'];
|
|
15
15
|
}
|
|
16
|
-
declare const
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
17
17
|
context: {
|
|
18
18
|
type: PropType<FormKitFrameworkContext & FormKitPrimeInputMaskProps>;
|
|
19
19
|
required: true;
|
|
@@ -24,4 +24,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
27
28
|
export default _default;
|
|
@@ -13,7 +13,7 @@ export interface FormKitPrimeInputMaskProps {
|
|
|
13
13
|
variant?: InputMaskProps['variant'];
|
|
14
14
|
size?: InputMaskProps['size'];
|
|
15
15
|
}
|
|
16
|
-
declare const
|
|
16
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
17
17
|
context: {
|
|
18
18
|
type: PropType<FormKitFrameworkContext & FormKitPrimeInputMaskProps>;
|
|
19
19
|
required: true;
|
|
@@ -24,4 +24,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
declare const _default: typeof __VLS_export;
|
|
27
28
|
export default _default;
|
|
@@ -21,7 +21,7 @@ export interface FormKitPrimeInputNumberProps {
|
|
|
21
21
|
placeholder?: InputNumberProps['placeholder'];
|
|
22
22
|
size?: InputNumberProps['size'];
|
|
23
23
|
}
|
|
24
|
-
declare const
|
|
24
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
25
25
|
context: {
|
|
26
26
|
type: PropType<FormKitFrameworkContext & FormKitPrimeInputNumberProps>;
|
|
27
27
|
required: true;
|
|
@@ -32,4 +32,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
required: true;
|
|
33
33
|
};
|
|
34
34
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
|
+
declare const _default: typeof __VLS_export;
|
|
35
36
|
export default _default;
|
|
@@ -21,7 +21,7 @@ export interface FormKitPrimeInputNumberProps {
|
|
|
21
21
|
placeholder?: InputNumberProps['placeholder'];
|
|
22
22
|
size?: InputNumberProps['size'];
|
|
23
23
|
}
|
|
24
|
-
declare const
|
|
24
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
25
25
|
context: {
|
|
26
26
|
type: PropType<FormKitFrameworkContext & FormKitPrimeInputNumberProps>;
|
|
27
27
|
required: true;
|
|
@@ -32,4 +32,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
required: true;
|
|
33
33
|
};
|
|
34
34
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
|
+
declare const _default: typeof __VLS_export;
|
|
35
36
|
export default _default;
|
|
@@ -11,7 +11,7 @@ export interface FormKitPrimeInputOtpProps {
|
|
|
11
11
|
integerOnly?: InputOtpProps['integerOnly'];
|
|
12
12
|
size?: InputOtpProps['size'];
|
|
13
13
|
}
|
|
14
|
-
declare const
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
15
15
|
context: {
|
|
16
16
|
type: PropType<FormKitFrameworkContext & FormKitPrimeInputOtpProps>;
|
|
17
17
|
required: true;
|
|
@@ -22,4 +22,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
22
22
|
required: true;
|
|
23
23
|
};
|
|
24
24
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
declare const _default: typeof __VLS_export;
|
|
25
26
|
export default _default;
|
|
@@ -11,7 +11,7 @@ export interface FormKitPrimeInputOtpProps {
|
|
|
11
11
|
integerOnly?: InputOtpProps['integerOnly'];
|
|
12
12
|
size?: InputOtpProps['size'];
|
|
13
13
|
}
|
|
14
|
-
declare const
|
|
14
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
15
15
|
context: {
|
|
16
16
|
type: PropType<FormKitFrameworkContext & FormKitPrimeInputOtpProps>;
|
|
17
17
|
required: true;
|
|
@@ -22,4 +22,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
22
22
|
required: true;
|
|
23
23
|
};
|
|
24
24
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
declare const _default: typeof __VLS_export;
|
|
25
26
|
export default _default;
|
|
@@ -9,7 +9,7 @@ export interface FormKitPrimeInputTextProps {
|
|
|
9
9
|
inputType?: string | undefined;
|
|
10
10
|
placeholder?: string;
|
|
11
11
|
}
|
|
12
|
-
declare const
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
13
|
context: {
|
|
14
14
|
type: PropType<FormKitFrameworkContext & FormKitPrimeInputTextProps>;
|
|
15
15
|
required: true;
|
|
@@ -20,4 +20,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
required: true;
|
|
21
21
|
};
|
|
22
22
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
23
24
|
export default _default;
|
|
@@ -9,7 +9,7 @@ export interface FormKitPrimeInputTextProps {
|
|
|
9
9
|
inputType?: string | undefined;
|
|
10
10
|
placeholder?: string;
|
|
11
11
|
}
|
|
12
|
-
declare const
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
13
|
context: {
|
|
14
14
|
type: PropType<FormKitFrameworkContext & FormKitPrimeInputTextProps>;
|
|
15
15
|
required: true;
|
|
@@ -20,4 +20,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
required: true;
|
|
21
21
|
};
|
|
22
22
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
23
24
|
export default _default;
|
|
@@ -16,7 +16,7 @@ export interface FormKitPrimeKnobProps {
|
|
|
16
16
|
textColor?: KnobProps['textColor'];
|
|
17
17
|
valueTemplate?: KnobProps['valueTemplate'];
|
|
18
18
|
}
|
|
19
|
-
declare const
|
|
19
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
20
|
context: {
|
|
21
21
|
type: PropType<FormKitFrameworkContext & FormKitPrimeKnobProps>;
|
|
22
22
|
required: true;
|
|
@@ -27,4 +27,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
30
31
|
export default _default;
|
|
@@ -16,7 +16,7 @@ export interface FormKitPrimeKnobProps {
|
|
|
16
16
|
textColor?: KnobProps['textColor'];
|
|
17
17
|
valueTemplate?: KnobProps['valueTemplate'];
|
|
18
18
|
}
|
|
19
|
-
declare const
|
|
19
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
20
20
|
context: {
|
|
21
21
|
type: PropType<FormKitFrameworkContext & FormKitPrimeKnobProps>;
|
|
22
22
|
required: true;
|
|
@@ -27,4 +27,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
required: true;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
declare const _default: typeof __VLS_export;
|
|
30
31
|
export default _default;
|
|
@@ -16,8 +16,18 @@ export interface FormKitPrimeListboxProps {
|
|
|
16
16
|
filterMatchMode?: ListboxProps['filterMatchMode'];
|
|
17
17
|
autoOptionFocus?: ListboxProps['autoOptionFocus'];
|
|
18
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'];
|
|
19
29
|
}
|
|
20
|
-
declare const
|
|
30
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
31
|
context: {
|
|
22
32
|
type: PropType<FormKitFrameworkContext & FormKitPrimeListboxProps>;
|
|
23
33
|
required: true;
|
|
@@ -28,4 +38,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
28
38
|
required: true;
|
|
29
39
|
};
|
|
30
40
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
31
42
|
export default _default;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
<script setup lang=
|
|
1
|
+
<script setup lang="ts">
|
|
2
2
|
import type { FormKitFrameworkContext } from '@formkit/core'
|
|
3
3
|
import type { ListboxProps } from 'primevue/listbox'
|
|
4
|
-
|
|
5
4
|
import type { PropType } from 'vue'
|
|
6
5
|
import { useFormKitInput } from '../composables'
|
|
7
6
|
|
|
@@ -20,6 +19,16 @@ export interface FormKitPrimeListboxProps {
|
|
|
20
19
|
filterMatchMode?: ListboxProps['filterMatchMode']
|
|
21
20
|
autoOptionFocus?: ListboxProps['autoOptionFocus']
|
|
22
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']
|
|
23
32
|
}
|
|
24
33
|
|
|
25
34
|
const props = defineProps({
|
|
@@ -49,6 +58,9 @@ const { validSlotNames, unstyled, isInvalid, handleInput, handleBlur } = useForm
|
|
|
49
58
|
:options="context?.options"
|
|
50
59
|
:option-label="context.optionLabel"
|
|
51
60
|
:option-value="context.optionValue"
|
|
61
|
+
:option-disabled="context.optionDisabled"
|
|
62
|
+
:option-group-label="context.optionGroupLabel"
|
|
63
|
+
:option-group-children="context.optionGroupChildren"
|
|
52
64
|
:multiple="context.multiple ?? false"
|
|
53
65
|
:filter="context.filter ?? false"
|
|
54
66
|
:filter-icon="context.filterIcon"
|
|
@@ -57,6 +69,9 @@ const { validSlotNames, unstyled, isInvalid, handleInput, handleBlur } = useForm
|
|
|
57
69
|
:filter-match-mode="context.filterMatchMode"
|
|
58
70
|
:auto-option-focus="context.autoOptionFocus ?? true"
|
|
59
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"
|
|
60
75
|
:pt="context.pt"
|
|
61
76
|
:pt-options="context.ptOptions"
|
|
62
77
|
:unstyled="unstyled"
|
|
@@ -16,8 +16,18 @@ export interface FormKitPrimeListboxProps {
|
|
|
16
16
|
filterMatchMode?: ListboxProps['filterMatchMode'];
|
|
17
17
|
autoOptionFocus?: ListboxProps['autoOptionFocus'];
|
|
18
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'];
|
|
19
29
|
}
|
|
20
|
-
declare const
|
|
30
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
21
31
|
context: {
|
|
22
32
|
type: PropType<FormKitFrameworkContext & FormKitPrimeListboxProps>;
|
|
23
33
|
required: true;
|
|
@@ -28,4 +38,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
28
38
|
required: true;
|
|
29
39
|
};
|
|
30
40
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
declare const _default: typeof __VLS_export;
|
|
31
42
|
export default _default;
|