@sfxcode/formkit-primevue 3.2.4 → 3.2.5
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.vue +57 -72
- package/dist/components/FormKitDataView.vue +27 -35
- package/dist/components/FormKitDebug.vue +7 -12
- package/dist/components/FormKitIcon.vue +6 -13
- package/dist/components/FormKitPrefix.vue +3 -3
- package/dist/components/FormKitSuffix.vue +3 -3
- package/dist/components/PrimeAutoComplete.vue +47 -98
- package/dist/components/PrimeCascadeSelect.vue +7 -26
- package/dist/components/PrimeCheckbox.vue +9 -29
- package/dist/components/PrimeColorPicker.vue +7 -22
- package/dist/components/PrimeDatePicker.vue +15 -73
- package/dist/components/PrimeInputMask.vue +10 -29
- package/dist/components/PrimeInputNumber.vue +22 -56
- package/dist/components/PrimeInputOtp.vue +7 -24
- package/dist/components/PrimeInputText.vue +10 -25
- package/dist/components/PrimeKnob.vue +12 -37
- package/dist/components/PrimeListbox.vue +7 -39
- package/dist/components/PrimeMultiSelect.vue +7 -52
- package/dist/components/PrimeOutputBoolean.vue +16 -23
- package/dist/components/PrimeOutputDate.vue +21 -31
- package/dist/components/PrimeOutputDuration.vue +11 -17
- package/dist/components/PrimeOutputLink.vue +17 -24
- package/dist/components/PrimeOutputList.vue +18 -29
- package/dist/components/PrimeOutputNumber.vue +24 -37
- package/dist/components/PrimeOutputReference.vue +21 -28
- package/dist/components/PrimeOutputText.vue +22 -37
- package/dist/components/PrimePassword.vue +7 -31
- package/dist/components/PrimeRadioButton.vue +7 -23
- package/dist/components/PrimeRating.vue +7 -22
- package/dist/components/PrimeSelect.vue +7 -49
- package/dist/components/PrimeSelectButton.vue +7 -27
- package/dist/components/PrimeSlider.vue +10 -28
- package/dist/components/PrimeTextarea.vue +7 -23
- package/dist/components/PrimeToggleButton.vue +7 -25
- package/dist/components/PrimeToggleSwitch.vue +8 -23
- package/dist/components/PrimeTreeSelect.vue +7 -30
- package/dist/sass/formkit-primevue.scss +0 -5
- package/dist/style.css +1 -1
- package/package.json +13 -11
- package/dist/components/FormKitDataEdit.d.vue.ts +0 -180
- package/dist/components/FormKitDataEdit.vue.d.ts +0 -180
- package/dist/components/FormKitDataView.d.vue.ts +0 -73
- package/dist/components/FormKitDataView.vue.d.ts +0 -73
- package/dist/components/FormKitDebug.d.vue.ts +0 -34
- package/dist/components/FormKitDebug.vue.d.ts +0 -34
- package/dist/components/FormKitIcon.d.vue.ts +0 -39
- package/dist/components/FormKitIcon.vue.d.ts +0 -39
- package/dist/components/FormKitPrefix.d.vue.ts +0 -7
- package/dist/components/FormKitPrefix.vue.d.ts +0 -7
- package/dist/components/FormKitSuffix.d.vue.ts +0 -7
- package/dist/components/FormKitSuffix.vue.d.ts +0 -7
- package/dist/components/PrimeAutoComplete.d.vue.ts +0 -31
- package/dist/components/PrimeAutoComplete.vue.d.ts +0 -31
- package/dist/components/PrimeCascadeSelect.d.vue.ts +0 -28
- package/dist/components/PrimeCascadeSelect.vue.d.ts +0 -28
- package/dist/components/PrimeCheckbox.d.vue.ts +0 -27
- package/dist/components/PrimeCheckbox.vue.d.ts +0 -27
- package/dist/components/PrimeColorPicker.d.vue.ts +0 -24
- package/dist/components/PrimeColorPicker.vue.d.ts +0 -24
- package/dist/components/PrimeDatePicker.d.vue.ts +0 -63
- package/dist/components/PrimeDatePicker.vue.d.ts +0 -63
- package/dist/components/PrimeInputMask.d.vue.ts +0 -28
- package/dist/components/PrimeInputMask.vue.d.ts +0 -28
- package/dist/components/PrimeInputNumber.d.vue.ts +0 -36
- package/dist/components/PrimeInputNumber.vue.d.ts +0 -36
- package/dist/components/PrimeInputOtp.d.vue.ts +0 -26
- package/dist/components/PrimeInputOtp.vue.d.ts +0 -26
- package/dist/components/PrimeInputText.d.vue.ts +0 -24
- package/dist/components/PrimeInputText.vue.d.ts +0 -24
- package/dist/components/PrimeKnob.d.vue.ts +0 -31
- package/dist/components/PrimeKnob.vue.d.ts +0 -31
- package/dist/components/PrimeListbox.d.vue.ts +0 -42
- package/dist/components/PrimeListbox.vue.d.ts +0 -42
- package/dist/components/PrimeMultiSelect.d.vue.ts +0 -53
- package/dist/components/PrimeMultiSelect.vue.d.ts +0 -53
- package/dist/components/PrimeOutputBoolean.d.vue.ts +0 -16
- package/dist/components/PrimeOutputBoolean.vue.d.ts +0 -16
- package/dist/components/PrimeOutputDate.d.vue.ts +0 -16
- package/dist/components/PrimeOutputDate.vue.d.ts +0 -16
- package/dist/components/PrimeOutputDuration.d.vue.ts +0 -16
- package/dist/components/PrimeOutputDuration.vue.d.ts +0 -16
- package/dist/components/PrimeOutputLink.d.vue.ts +0 -16
- package/dist/components/PrimeOutputLink.vue.d.ts +0 -16
- package/dist/components/PrimeOutputList.d.vue.ts +0 -19
- package/dist/components/PrimeOutputList.vue.d.ts +0 -19
- package/dist/components/PrimeOutputNumber.d.vue.ts +0 -16
- package/dist/components/PrimeOutputNumber.vue.d.ts +0 -16
- package/dist/components/PrimeOutputReference.d.vue.ts +0 -16
- package/dist/components/PrimeOutputReference.vue.d.ts +0 -16
- package/dist/components/PrimeOutputText.d.vue.ts +0 -21
- package/dist/components/PrimeOutputText.vue.d.ts +0 -21
- package/dist/components/PrimePassword.d.vue.ts +0 -33
- package/dist/components/PrimePassword.vue.d.ts +0 -33
- package/dist/components/PrimeRadioButton.d.vue.ts +0 -28
- package/dist/components/PrimeRadioButton.vue.d.ts +0 -28
- package/dist/components/PrimeRating.d.vue.ts +0 -24
- package/dist/components/PrimeRating.vue.d.ts +0 -24
- package/dist/components/PrimeSelect.d.vue.ts +0 -50
- package/dist/components/PrimeSelect.vue.d.ts +0 -50
- package/dist/components/PrimeSelectButton.d.vue.ts +0 -28
- package/dist/components/PrimeSelectButton.vue.d.ts +0 -28
- package/dist/components/PrimeSlider.d.vue.ts +0 -26
- package/dist/components/PrimeSlider.vue.d.ts +0 -26
- package/dist/components/PrimeTextarea.d.vue.ts +0 -25
- package/dist/components/PrimeTextarea.vue.d.ts +0 -25
- package/dist/components/PrimeToggleButton.d.vue.ts +0 -26
- package/dist/components/PrimeToggleButton.vue.d.ts +0 -26
- package/dist/components/PrimeToggleSwitch.d.vue.ts +0 -23
- package/dist/components/PrimeToggleSwitch.vue.d.ts +0 -23
- package/dist/components/PrimeTreeSelect.d.vue.ts +0 -32
- package/dist/components/PrimeTreeSelect.vue.d.ts +0 -32
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { InputMaskProps } from 'primevue/inputmask';
|
|
3
|
-
import type { PropType } from 'vue';
|
|
4
|
-
export interface FormKitPrimeInputMaskProps {
|
|
5
|
-
mask?: InputMaskProps['mask'];
|
|
6
|
-
slotChar?: InputMaskProps['slotChar'];
|
|
7
|
-
autoClear?: InputMaskProps['autoClear'];
|
|
8
|
-
unmask?: InputMaskProps['unmask'];
|
|
9
|
-
pt?: InputMaskProps['pt'];
|
|
10
|
-
ptOptions?: InputMaskProps['ptOptions'];
|
|
11
|
-
unstyled?: InputMaskProps['unstyled'];
|
|
12
|
-
invalid?: InputMaskProps['invalid'];
|
|
13
|
-
variant?: InputMaskProps['variant'];
|
|
14
|
-
size?: InputMaskProps['size'];
|
|
15
|
-
}
|
|
16
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
17
|
-
context: {
|
|
18
|
-
type: PropType<FormKitFrameworkContext & FormKitPrimeInputMaskProps>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
context: {
|
|
23
|
-
type: PropType<FormKitFrameworkContext & FormKitPrimeInputMaskProps>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
-
declare const _default: typeof __VLS_export;
|
|
28
|
-
export default _default;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { InputNumberProps } from 'primevue/inputnumber';
|
|
3
|
-
import type { PropType } from 'vue';
|
|
4
|
-
export interface FormKitPrimeInputNumberProps {
|
|
5
|
-
useGrouping?: InputNumberProps['useGrouping'];
|
|
6
|
-
min?: InputNumberProps['min'];
|
|
7
|
-
max?: InputNumberProps['max'];
|
|
8
|
-
minFractionDigits?: InputNumberProps['minFractionDigits'];
|
|
9
|
-
maxFractionDigits?: InputNumberProps['maxFractionDigits'];
|
|
10
|
-
locale?: InputNumberProps['locale'];
|
|
11
|
-
mode?: InputNumberProps['mode'];
|
|
12
|
-
currency?: InputNumberProps['currency'];
|
|
13
|
-
prefix?: InputNumberProps['prefix'];
|
|
14
|
-
suffix?: InputNumberProps['suffix'];
|
|
15
|
-
showButtons?: InputNumberProps['showButtons'];
|
|
16
|
-
buttonLayout?: InputNumberProps['buttonLayout'];
|
|
17
|
-
step?: InputNumberProps['step'];
|
|
18
|
-
pt?: InputNumberProps['pt'];
|
|
19
|
-
ptOptions?: InputNumberProps['ptOptions'];
|
|
20
|
-
unstyled?: InputNumberProps['unstyled'];
|
|
21
|
-
placeholder?: InputNumberProps['placeholder'];
|
|
22
|
-
size?: InputNumberProps['size'];
|
|
23
|
-
}
|
|
24
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
25
|
-
context: {
|
|
26
|
-
type: PropType<FormKitFrameworkContext & FormKitPrimeInputNumberProps>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
-
context: {
|
|
31
|
-
type: PropType<FormKitFrameworkContext & FormKitPrimeInputNumberProps>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
|
-
declare const _default: typeof __VLS_export;
|
|
36
|
-
export default _default;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { InputNumberProps } from 'primevue/inputnumber';
|
|
3
|
-
import type { PropType } from 'vue';
|
|
4
|
-
export interface FormKitPrimeInputNumberProps {
|
|
5
|
-
useGrouping?: InputNumberProps['useGrouping'];
|
|
6
|
-
min?: InputNumberProps['min'];
|
|
7
|
-
max?: InputNumberProps['max'];
|
|
8
|
-
minFractionDigits?: InputNumberProps['minFractionDigits'];
|
|
9
|
-
maxFractionDigits?: InputNumberProps['maxFractionDigits'];
|
|
10
|
-
locale?: InputNumberProps['locale'];
|
|
11
|
-
mode?: InputNumberProps['mode'];
|
|
12
|
-
currency?: InputNumberProps['currency'];
|
|
13
|
-
prefix?: InputNumberProps['prefix'];
|
|
14
|
-
suffix?: InputNumberProps['suffix'];
|
|
15
|
-
showButtons?: InputNumberProps['showButtons'];
|
|
16
|
-
buttonLayout?: InputNumberProps['buttonLayout'];
|
|
17
|
-
step?: InputNumberProps['step'];
|
|
18
|
-
pt?: InputNumberProps['pt'];
|
|
19
|
-
ptOptions?: InputNumberProps['ptOptions'];
|
|
20
|
-
unstyled?: InputNumberProps['unstyled'];
|
|
21
|
-
placeholder?: InputNumberProps['placeholder'];
|
|
22
|
-
size?: InputNumberProps['size'];
|
|
23
|
-
}
|
|
24
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
25
|
-
context: {
|
|
26
|
-
type: PropType<FormKitFrameworkContext & FormKitPrimeInputNumberProps>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
-
context: {
|
|
31
|
-
type: PropType<FormKitFrameworkContext & FormKitPrimeInputNumberProps>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
|
-
declare const _default: typeof __VLS_export;
|
|
36
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { InputOtpProps } from 'primevue/inputotp';
|
|
3
|
-
import type { PropType } from 'vue';
|
|
4
|
-
export interface FormKitPrimeInputOtpProps {
|
|
5
|
-
unstyled?: InputOtpProps['unstyled'];
|
|
6
|
-
ptOptions?: InputOtpProps['ptOptions'];
|
|
7
|
-
pt?: InputOtpProps['pt'];
|
|
8
|
-
length?: InputOtpProps['length'];
|
|
9
|
-
variant?: InputOtpProps['variant'];
|
|
10
|
-
mask?: InputOtpProps['mask'];
|
|
11
|
-
integerOnly?: InputOtpProps['integerOnly'];
|
|
12
|
-
size?: InputOtpProps['size'];
|
|
13
|
-
}
|
|
14
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
15
|
-
context: {
|
|
16
|
-
type: PropType<FormKitFrameworkContext & FormKitPrimeInputOtpProps>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
context: {
|
|
21
|
-
type: PropType<FormKitFrameworkContext & FormKitPrimeInputOtpProps>;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
-
declare const _default: typeof __VLS_export;
|
|
26
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { InputOtpProps } from 'primevue/inputotp';
|
|
3
|
-
import type { PropType } from 'vue';
|
|
4
|
-
export interface FormKitPrimeInputOtpProps {
|
|
5
|
-
unstyled?: InputOtpProps['unstyled'];
|
|
6
|
-
ptOptions?: InputOtpProps['ptOptions'];
|
|
7
|
-
pt?: InputOtpProps['pt'];
|
|
8
|
-
length?: InputOtpProps['length'];
|
|
9
|
-
variant?: InputOtpProps['variant'];
|
|
10
|
-
mask?: InputOtpProps['mask'];
|
|
11
|
-
integerOnly?: InputOtpProps['integerOnly'];
|
|
12
|
-
size?: InputOtpProps['size'];
|
|
13
|
-
}
|
|
14
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
15
|
-
context: {
|
|
16
|
-
type: PropType<FormKitFrameworkContext & FormKitPrimeInputOtpProps>;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
-
context: {
|
|
21
|
-
type: PropType<FormKitFrameworkContext & FormKitPrimeInputOtpProps>;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
-
declare const _default: typeof __VLS_export;
|
|
26
|
-
export default _default;
|
|
@@ -1,24 +0,0 @@
|
|
|
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;
|
|
@@ -1,24 +0,0 @@
|
|
|
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;
|
|
@@ -1,31 +0,0 @@
|
|
|
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;
|
|
@@ -1,31 +0,0 @@
|
|
|
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;
|
|
@@ -1,42 +0,0 @@
|
|
|
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;
|
|
@@ -1,42 +0,0 @@
|
|
|
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;
|
|
@@ -1,53 +0,0 @@
|
|
|
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;
|
|
@@ -1,53 +0,0 @@
|
|
|
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;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
import type { FormKitIconProps } from './FormKitIcon.vue';
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
-
context: {
|
|
6
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
context: {
|
|
11
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
import type { FormKitIconProps } from './FormKitIcon.vue';
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
-
context: {
|
|
6
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
context: {
|
|
11
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
import type { FormKitIconProps } from './FormKitIcon.vue';
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
-
context: {
|
|
6
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
context: {
|
|
11
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
import type { FormKitIconProps } from './FormKitIcon.vue';
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
-
context: {
|
|
6
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
context: {
|
|
11
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
import type { FormKitIconProps } from './FormKitIcon.vue';
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
-
context: {
|
|
6
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
context: {
|
|
11
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
import type { FormKitIconProps } from './FormKitIcon.vue';
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
-
context: {
|
|
6
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
context: {
|
|
11
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
import type { FormKitIconProps } from './FormKitIcon.vue';
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
-
context: {
|
|
6
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
context: {
|
|
11
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
16
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
import type { FormKitIconProps } from './FormKitIcon.vue';
|
|
4
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
|
-
context: {
|
|
6
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
context: {
|
|
11
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
declare const _default: typeof __VLS_export;
|
|
16
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
-
import type { PropType } from 'vue';
|
|
3
|
-
import type { FormKitIconProps } from './FormKitIcon.vue';
|
|
4
|
-
export interface PrimeOutputListProps {
|
|
5
|
-
convertValue?: (array: []) => [];
|
|
6
|
-
}
|
|
7
|
-
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
-
context: {
|
|
9
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps & PrimeOutputListProps;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
-
context: {
|
|
14
|
-
type: PropType<FormKitFrameworkContext> & FormKitIconProps & PrimeOutputListProps;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
-
declare const _default: typeof __VLS_export;
|
|
19
|
-
export default _default;
|