@sfxcode/formkit-primevue 3.2.6 → 3.2.8
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 +184 -0
- package/dist/components/FormKitDataEdit.vue +52 -33
- package/dist/components/FormKitDataEdit.vue.d.ts +184 -0
- package/dist/components/FormKitDataView.d.vue.ts +77 -0
- package/dist/components/FormKitDataView.vue +34 -17
- package/dist/components/FormKitDataView.vue.d.ts +77 -0
- package/dist/components/FormKitIcon.d.vue.ts +39 -0
- package/dist/components/FormKitIcon.vue +13 -6
- package/dist/components/FormKitIcon.vue.d.ts +39 -0
- package/dist/components/FormKitPrefix.d.vue.ts +7 -0
- package/dist/components/FormKitPrefix.vue +3 -3
- package/dist/components/FormKitPrefix.vue.d.ts +7 -0
- package/dist/components/FormKitSuffix.d.vue.ts +7 -0
- package/dist/components/FormKitSuffix.vue +3 -3
- package/dist/components/FormKitSuffix.vue.d.ts +7 -0
- package/dist/components/PrimeAutoComplete.d.vue.ts +31 -0
- package/dist/components/PrimeAutoComplete.vue +98 -47
- package/dist/components/PrimeAutoComplete.vue.d.ts +31 -0
- package/dist/components/PrimeCascadeSelect.d.vue.ts +28 -0
- package/dist/components/PrimeCascadeSelect.vue +26 -7
- package/dist/components/PrimeCascadeSelect.vue.d.ts +28 -0
- package/dist/components/PrimeCheckbox.d.vue.ts +27 -0
- package/dist/components/PrimeCheckbox.vue +29 -9
- package/dist/components/PrimeCheckbox.vue.d.ts +27 -0
- package/dist/components/PrimeColorPicker.d.vue.ts +24 -0
- package/dist/components/PrimeColorPicker.vue +22 -7
- package/dist/components/PrimeColorPicker.vue.d.ts +24 -0
- package/dist/components/PrimeDatePicker.d.vue.ts +63 -0
- package/dist/components/PrimeDatePicker.vue +73 -15
- package/dist/components/PrimeDatePicker.vue.d.ts +63 -0
- package/dist/components/PrimeInputMask.d.vue.ts +28 -0
- package/dist/components/PrimeInputMask.vue +29 -10
- package/dist/components/PrimeInputMask.vue.d.ts +28 -0
- package/dist/components/PrimeInputNumber.d.vue.ts +36 -0
- package/dist/components/PrimeInputNumber.vue +56 -22
- package/dist/components/PrimeInputNumber.vue.d.ts +36 -0
- package/dist/components/PrimeInputOtp.d.vue.ts +26 -0
- package/dist/components/PrimeInputOtp.vue +24 -7
- package/dist/components/PrimeInputOtp.vue.d.ts +26 -0
- package/dist/components/PrimeInputText.d.vue.ts +24 -0
- package/dist/components/PrimeInputText.vue +25 -10
- package/dist/components/PrimeInputText.vue.d.ts +24 -0
- package/dist/components/PrimeKnob.d.vue.ts +31 -0
- package/dist/components/PrimeKnob.vue +37 -12
- package/dist/components/PrimeKnob.vue.d.ts +31 -0
- package/dist/components/PrimeListbox.d.vue.ts +42 -0
- package/dist/components/PrimeListbox.vue +39 -7
- package/dist/components/PrimeListbox.vue.d.ts +42 -0
- package/dist/components/PrimeMultiSelect.d.vue.ts +53 -0
- package/dist/components/PrimeMultiSelect.vue +52 -7
- package/dist/components/PrimeMultiSelect.vue.d.ts +53 -0
- package/dist/components/PrimeOutputBoolean.d.vue.ts +16 -0
- package/dist/components/PrimeOutputBoolean.vue +23 -16
- package/dist/components/PrimeOutputBoolean.vue.d.ts +16 -0
- package/dist/components/PrimeOutputDate.d.vue.ts +16 -0
- package/dist/components/PrimeOutputDate.vue +31 -21
- package/dist/components/PrimeOutputDate.vue.d.ts +16 -0
- package/dist/components/PrimeOutputDuration.d.vue.ts +16 -0
- package/dist/components/PrimeOutputDuration.vue +17 -11
- package/dist/components/PrimeOutputDuration.vue.d.ts +16 -0
- package/dist/components/PrimeOutputLink.d.vue.ts +16 -0
- package/dist/components/PrimeOutputLink.vue +24 -17
- package/dist/components/PrimeOutputLink.vue.d.ts +16 -0
- package/dist/components/PrimeOutputList.d.vue.ts +19 -0
- package/dist/components/PrimeOutputList.vue +29 -18
- package/dist/components/PrimeOutputList.vue.d.ts +19 -0
- package/dist/components/PrimeOutputNumber.d.vue.ts +16 -0
- package/dist/components/PrimeOutputNumber.vue +37 -24
- package/dist/components/PrimeOutputNumber.vue.d.ts +16 -0
- package/dist/components/PrimeOutputReference.d.vue.ts +16 -0
- package/dist/components/PrimeOutputReference.vue +28 -21
- package/dist/components/PrimeOutputReference.vue.d.ts +16 -0
- package/dist/components/PrimeOutputText.d.vue.ts +21 -0
- package/dist/components/PrimeOutputText.vue +37 -22
- package/dist/components/PrimeOutputText.vue.d.ts +21 -0
- package/dist/components/PrimePassword.d.vue.ts +33 -0
- package/dist/components/PrimePassword.vue +31 -7
- package/dist/components/PrimePassword.vue.d.ts +33 -0
- package/dist/components/PrimeRadioButton.d.vue.ts +28 -0
- package/dist/components/PrimeRadioButton.vue +23 -7
- package/dist/components/PrimeRadioButton.vue.d.ts +28 -0
- package/dist/components/PrimeRating.d.vue.ts +24 -0
- package/dist/components/PrimeRating.vue +22 -7
- package/dist/components/PrimeRating.vue.d.ts +24 -0
- package/dist/components/PrimeSelect.d.vue.ts +50 -0
- package/dist/components/PrimeSelect.vue +49 -7
- package/dist/components/PrimeSelect.vue.d.ts +50 -0
- package/dist/components/PrimeSelectButton.d.vue.ts +28 -0
- package/dist/components/PrimeSelectButton.vue +27 -7
- package/dist/components/PrimeSelectButton.vue.d.ts +28 -0
- package/dist/components/PrimeSlider.d.vue.ts +26 -0
- package/dist/components/PrimeSlider.vue +28 -10
- package/dist/components/PrimeSlider.vue.d.ts +26 -0
- package/dist/components/PrimeTextarea.d.vue.ts +25 -0
- package/dist/components/PrimeTextarea.vue +23 -7
- package/dist/components/PrimeTextarea.vue.d.ts +25 -0
- package/dist/components/PrimeToggleButton.d.vue.ts +26 -0
- package/dist/components/PrimeToggleButton.vue +25 -7
- package/dist/components/PrimeToggleButton.vue.d.ts +26 -0
- package/dist/components/PrimeToggleSwitch.d.vue.ts +23 -0
- package/dist/components/PrimeToggleSwitch.vue +23 -8
- package/dist/components/PrimeToggleSwitch.vue.d.ts +23 -0
- package/dist/components/PrimeTreeSelect.d.vue.ts +32 -0
- package/dist/components/PrimeTreeSelect.vue +30 -7
- package/dist/components/PrimeTreeSelect.vue.d.ts +32 -0
- package/dist/components/index.d.ts +1 -2
- package/dist/components/index.js +0 -7
- package/dist/components/index.mjs +0 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +0 -6
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
- package/dist/components/FormKitDebug.vue +0 -20
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { CheckboxProps } from 'primevue/checkbox';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeCheckboxProps {
|
|
5
|
+
binary?: CheckboxProps['binary'];
|
|
6
|
+
trueValue?: CheckboxProps['trueValue'];
|
|
7
|
+
falseValue?: CheckboxProps['falseValue'];
|
|
8
|
+
pt?: CheckboxProps['pt'];
|
|
9
|
+
ptOptions?: CheckboxProps['ptOptions'];
|
|
10
|
+
unstyled?: CheckboxProps['unstyled'];
|
|
11
|
+
indeterminate?: CheckboxProps['indeterminate'];
|
|
12
|
+
variant?: CheckboxProps['variant'];
|
|
13
|
+
size?: CheckboxProps['size'];
|
|
14
|
+
}
|
|
15
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
16
|
+
context: {
|
|
17
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeCheckboxProps>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
context: {
|
|
22
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeCheckboxProps>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
+
declare const _default: typeof __VLS_export;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { ColorPickerProps } from 'primevue/colorpicker';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeColorPickerProps {
|
|
5
|
+
defaultColor?: ColorPickerProps['defaultColor'];
|
|
6
|
+
inline?: ColorPickerProps['inline'];
|
|
7
|
+
format?: ColorPickerProps['format'];
|
|
8
|
+
pt?: ColorPickerProps['pt'];
|
|
9
|
+
ptOptions?: ColorPickerProps['ptOptions'];
|
|
10
|
+
unstyled?: ColorPickerProps['unstyled'];
|
|
11
|
+
}
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
|
+
context: {
|
|
14
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeColorPickerProps>;
|
|
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 & FormKitPrimeColorPickerProps>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const _default: typeof __VLS_export;
|
|
24
|
+
export default _default;
|
|
@@ -1,12 +1,27 @@
|
|
|
1
|
-
<script setup>
|
|
2
|
-
import {
|
|
1
|
+
<script setup lang='ts'>
|
|
2
|
+
import type { FormKitFrameworkContext } from '@formkit/core'
|
|
3
|
+
import type { ColorPickerProps } from 'primevue/colorpicker'
|
|
4
|
+
|
|
5
|
+
import type { PropType } from 'vue'
|
|
6
|
+
import { useFormKitInput } from '../composables'
|
|
7
|
+
|
|
8
|
+
export interface FormKitPrimeColorPickerProps {
|
|
9
|
+
defaultColor?: ColorPickerProps['defaultColor']
|
|
10
|
+
inline?: ColorPickerProps['inline']
|
|
11
|
+
format?: ColorPickerProps['format']
|
|
12
|
+
pt?: ColorPickerProps['pt']
|
|
13
|
+
ptOptions?: ColorPickerProps['ptOptions']
|
|
14
|
+
unstyled?: ColorPickerProps['unstyled']
|
|
15
|
+
}
|
|
16
|
+
|
|
3
17
|
const props = defineProps({
|
|
4
18
|
context: {
|
|
5
|
-
type: Object
|
|
6
|
-
required: true
|
|
7
|
-
}
|
|
8
|
-
})
|
|
9
|
-
|
|
19
|
+
type: Object as PropType<FormKitFrameworkContext & FormKitPrimeColorPickerProps>,
|
|
20
|
+
required: true,
|
|
21
|
+
},
|
|
22
|
+
})
|
|
23
|
+
|
|
24
|
+
const { unstyled, handleChange } = useFormKitInput(props.context)
|
|
10
25
|
</script>
|
|
11
26
|
|
|
12
27
|
<template>
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { ColorPickerProps } from 'primevue/colorpicker';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeColorPickerProps {
|
|
5
|
+
defaultColor?: ColorPickerProps['defaultColor'];
|
|
6
|
+
inline?: ColorPickerProps['inline'];
|
|
7
|
+
format?: ColorPickerProps['format'];
|
|
8
|
+
pt?: ColorPickerProps['pt'];
|
|
9
|
+
ptOptions?: ColorPickerProps['ptOptions'];
|
|
10
|
+
unstyled?: ColorPickerProps['unstyled'];
|
|
11
|
+
}
|
|
12
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
13
|
+
context: {
|
|
14
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeColorPickerProps>;
|
|
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 & FormKitPrimeColorPickerProps>;
|
|
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,63 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { DatePickerProps } from 'primevue/datepicker';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeDatePickerProps {
|
|
5
|
+
dateFormat?: DatePickerProps['dateFormat'];
|
|
6
|
+
placeholder?: DatePickerProps['placeholder'];
|
|
7
|
+
selectionMode?: DatePickerProps['selectionMode'];
|
|
8
|
+
inline?: DatePickerProps['inline'];
|
|
9
|
+
icon?: DatePickerProps['icon'];
|
|
10
|
+
showOtherMonths?: DatePickerProps['showOtherMonths'];
|
|
11
|
+
selectOtherMonths?: DatePickerProps['selectOtherMonths'];
|
|
12
|
+
showIcon?: DatePickerProps['showIcon'];
|
|
13
|
+
prevIcon?: DatePickerProps['prevIcon'];
|
|
14
|
+
nextIcon?: DatePickerProps['nextIcon'];
|
|
15
|
+
incrementIcon?: DatePickerProps['incrementIcon'];
|
|
16
|
+
decrementIcon?: DatePickerProps['decrementIcon'];
|
|
17
|
+
numberOfMonths?: DatePickerProps['numberOfMonths'];
|
|
18
|
+
responsiveOptions?: DatePickerProps['responsiveOptions'];
|
|
19
|
+
view?: DatePickerProps['view'];
|
|
20
|
+
minDate?: DatePickerProps['minDate'];
|
|
21
|
+
maxDate?: DatePickerProps['maxDate'];
|
|
22
|
+
disabledDates?: DatePickerProps['disabledDates'];
|
|
23
|
+
disabledDays?: DatePickerProps['disabledDays'];
|
|
24
|
+
maxDateCount?: DatePickerProps['maxDateCount'];
|
|
25
|
+
showOnFocus?: DatePickerProps['showOnFocus'];
|
|
26
|
+
autoZIndex?: DatePickerProps['autoZIndex'];
|
|
27
|
+
baseZIndex?: DatePickerProps['baseZIndex'];
|
|
28
|
+
showButtonBar?: DatePickerProps['showButtonBar'];
|
|
29
|
+
showTime?: DatePickerProps['showTime'];
|
|
30
|
+
timeOnly?: DatePickerProps['timeOnly'];
|
|
31
|
+
shortYearCutoff?: DatePickerProps['shortYearCutoff'];
|
|
32
|
+
hourFormat?: DatePickerProps['hourFormat'];
|
|
33
|
+
stepHour?: DatePickerProps['stepHour'];
|
|
34
|
+
stepMinute?: DatePickerProps['stepMinute'];
|
|
35
|
+
stepSecond?: DatePickerProps['stepSecond'];
|
|
36
|
+
showSeconds?: DatePickerProps['showSeconds'];
|
|
37
|
+
hideOnDateTimeSelect?: DatePickerProps['hideOnDateTimeSelect'];
|
|
38
|
+
hideOnRangeSelection?: DatePickerProps['hideOnRangeSelection'];
|
|
39
|
+
timeSeparator?: DatePickerProps['timeSeparator'];
|
|
40
|
+
showWeek?: DatePickerProps['showWeek'];
|
|
41
|
+
manualInput?: DatePickerProps['manualInput'];
|
|
42
|
+
appendTo?: DatePickerProps['appendTo'];
|
|
43
|
+
panelStyle?: DatePickerProps['panelStyle'];
|
|
44
|
+
panelClass?: DatePickerProps['panelClass'];
|
|
45
|
+
pt?: DatePickerProps['pt'];
|
|
46
|
+
ptOptions?: DatePickerProps['ptOptions'];
|
|
47
|
+
unstyled?: DatePickerProps['unstyled'];
|
|
48
|
+
size?: DatePickerProps['size'];
|
|
49
|
+
updateModelType?: DatePickerProps['updateModelType'];
|
|
50
|
+
}
|
|
51
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
52
|
+
context: {
|
|
53
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeDatePickerProps>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
|
+
context: {
|
|
58
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeDatePickerProps>;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
declare const _default: typeof __VLS_export;
|
|
63
|
+
export default _default;
|
|
@@ -1,23 +1,81 @@
|
|
|
1
|
-
<script setup>
|
|
2
|
-
import {
|
|
1
|
+
<script setup lang='ts'>
|
|
2
|
+
import type { FormKitFrameworkContext } from '@formkit/core'
|
|
3
|
+
import type { DatePickerBlurEvent, DatePickerProps } from 'primevue/datepicker'
|
|
4
|
+
|
|
5
|
+
import type { PropType } from 'vue'
|
|
6
|
+
import { useFormKitInput } from '../composables'
|
|
7
|
+
|
|
8
|
+
export interface FormKitPrimeDatePickerProps {
|
|
9
|
+
dateFormat?: DatePickerProps['dateFormat']
|
|
10
|
+
placeholder?: DatePickerProps['placeholder']
|
|
11
|
+
selectionMode?: DatePickerProps['selectionMode']
|
|
12
|
+
inline?: DatePickerProps['inline']
|
|
13
|
+
icon?: DatePickerProps['icon']
|
|
14
|
+
showOtherMonths?: DatePickerProps['showOtherMonths']
|
|
15
|
+
selectOtherMonths?: DatePickerProps['selectOtherMonths']
|
|
16
|
+
showIcon?: DatePickerProps['showIcon']
|
|
17
|
+
prevIcon?: DatePickerProps['prevIcon']
|
|
18
|
+
nextIcon?: DatePickerProps['nextIcon']
|
|
19
|
+
incrementIcon?: DatePickerProps['incrementIcon']
|
|
20
|
+
decrementIcon?: DatePickerProps['decrementIcon']
|
|
21
|
+
numberOfMonths?: DatePickerProps['numberOfMonths']
|
|
22
|
+
responsiveOptions?: DatePickerProps['responsiveOptions']
|
|
23
|
+
view?: DatePickerProps['view']
|
|
24
|
+
minDate?: DatePickerProps['minDate']
|
|
25
|
+
maxDate?: DatePickerProps['maxDate']
|
|
26
|
+
disabledDates?: DatePickerProps['disabledDates']
|
|
27
|
+
disabledDays?: DatePickerProps['disabledDays']
|
|
28
|
+
maxDateCount?: DatePickerProps['maxDateCount']
|
|
29
|
+
showOnFocus?: DatePickerProps['showOnFocus']
|
|
30
|
+
autoZIndex?: DatePickerProps['autoZIndex']
|
|
31
|
+
baseZIndex?: DatePickerProps['baseZIndex']
|
|
32
|
+
showButtonBar?: DatePickerProps['showButtonBar']
|
|
33
|
+
showTime?: DatePickerProps['showTime']
|
|
34
|
+
timeOnly?: DatePickerProps['timeOnly']
|
|
35
|
+
shortYearCutoff?: DatePickerProps['shortYearCutoff']
|
|
36
|
+
hourFormat?: DatePickerProps['hourFormat']
|
|
37
|
+
stepHour?: DatePickerProps['stepHour']
|
|
38
|
+
stepMinute?: DatePickerProps['stepMinute']
|
|
39
|
+
stepSecond?: DatePickerProps['stepSecond']
|
|
40
|
+
showSeconds?: DatePickerProps['showSeconds']
|
|
41
|
+
hideOnDateTimeSelect?: DatePickerProps['hideOnDateTimeSelect']
|
|
42
|
+
hideOnRangeSelection?: DatePickerProps['hideOnRangeSelection']
|
|
43
|
+
timeSeparator?: DatePickerProps['timeSeparator']
|
|
44
|
+
showWeek?: DatePickerProps['showWeek']
|
|
45
|
+
manualInput?: DatePickerProps['manualInput']
|
|
46
|
+
appendTo?: DatePickerProps['appendTo']
|
|
47
|
+
panelStyle?: DatePickerProps['panelStyle']
|
|
48
|
+
panelClass?: DatePickerProps['panelClass']
|
|
49
|
+
pt?: DatePickerProps['pt']
|
|
50
|
+
ptOptions?: DatePickerProps['ptOptions']
|
|
51
|
+
unstyled?: DatePickerProps['unstyled']
|
|
52
|
+
size?: DatePickerProps['size']
|
|
53
|
+
updateModelType?: DatePickerProps['updateModelType']
|
|
54
|
+
}
|
|
55
|
+
|
|
3
56
|
const props = defineProps({
|
|
4
57
|
context: {
|
|
5
|
-
type: Object
|
|
6
|
-
required: true
|
|
7
|
-
}
|
|
8
|
-
})
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
58
|
+
type: Object as PropType<FormKitFrameworkContext & FormKitPrimeDatePickerProps>,
|
|
59
|
+
required: true,
|
|
60
|
+
},
|
|
61
|
+
})
|
|
62
|
+
|
|
63
|
+
const { validSlotNames, unstyled, isInvalid, handleInput } = useFormKitInput(props.context)
|
|
64
|
+
|
|
65
|
+
function handleBlur(e: DatePickerBlurEvent) {
|
|
66
|
+
props.context?.handlers.blur(e.originalEvent as FocusEvent)
|
|
12
67
|
}
|
|
68
|
+
|
|
13
69
|
function handleClearClick() {
|
|
14
|
-
props.context?.node.input(null)
|
|
70
|
+
props.context?.node.input(null)
|
|
15
71
|
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
72
|
+
|
|
73
|
+
function handleSelect(e: any) {
|
|
74
|
+
if (props.context?.selectionMode === 'range' || props.context?.selectionMode === 'multiple') {
|
|
75
|
+
props.context?.node.input(props.context._value)
|
|
76
|
+
}
|
|
77
|
+
else {
|
|
78
|
+
props.context?.node.input(e)
|
|
21
79
|
}
|
|
22
80
|
}
|
|
23
81
|
</script>
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import type { FormKitFrameworkContext } from '@formkit/core';
|
|
2
|
+
import type { DatePickerProps } from 'primevue/datepicker';
|
|
3
|
+
import type { PropType } from 'vue';
|
|
4
|
+
export interface FormKitPrimeDatePickerProps {
|
|
5
|
+
dateFormat?: DatePickerProps['dateFormat'];
|
|
6
|
+
placeholder?: DatePickerProps['placeholder'];
|
|
7
|
+
selectionMode?: DatePickerProps['selectionMode'];
|
|
8
|
+
inline?: DatePickerProps['inline'];
|
|
9
|
+
icon?: DatePickerProps['icon'];
|
|
10
|
+
showOtherMonths?: DatePickerProps['showOtherMonths'];
|
|
11
|
+
selectOtherMonths?: DatePickerProps['selectOtherMonths'];
|
|
12
|
+
showIcon?: DatePickerProps['showIcon'];
|
|
13
|
+
prevIcon?: DatePickerProps['prevIcon'];
|
|
14
|
+
nextIcon?: DatePickerProps['nextIcon'];
|
|
15
|
+
incrementIcon?: DatePickerProps['incrementIcon'];
|
|
16
|
+
decrementIcon?: DatePickerProps['decrementIcon'];
|
|
17
|
+
numberOfMonths?: DatePickerProps['numberOfMonths'];
|
|
18
|
+
responsiveOptions?: DatePickerProps['responsiveOptions'];
|
|
19
|
+
view?: DatePickerProps['view'];
|
|
20
|
+
minDate?: DatePickerProps['minDate'];
|
|
21
|
+
maxDate?: DatePickerProps['maxDate'];
|
|
22
|
+
disabledDates?: DatePickerProps['disabledDates'];
|
|
23
|
+
disabledDays?: DatePickerProps['disabledDays'];
|
|
24
|
+
maxDateCount?: DatePickerProps['maxDateCount'];
|
|
25
|
+
showOnFocus?: DatePickerProps['showOnFocus'];
|
|
26
|
+
autoZIndex?: DatePickerProps['autoZIndex'];
|
|
27
|
+
baseZIndex?: DatePickerProps['baseZIndex'];
|
|
28
|
+
showButtonBar?: DatePickerProps['showButtonBar'];
|
|
29
|
+
showTime?: DatePickerProps['showTime'];
|
|
30
|
+
timeOnly?: DatePickerProps['timeOnly'];
|
|
31
|
+
shortYearCutoff?: DatePickerProps['shortYearCutoff'];
|
|
32
|
+
hourFormat?: DatePickerProps['hourFormat'];
|
|
33
|
+
stepHour?: DatePickerProps['stepHour'];
|
|
34
|
+
stepMinute?: DatePickerProps['stepMinute'];
|
|
35
|
+
stepSecond?: DatePickerProps['stepSecond'];
|
|
36
|
+
showSeconds?: DatePickerProps['showSeconds'];
|
|
37
|
+
hideOnDateTimeSelect?: DatePickerProps['hideOnDateTimeSelect'];
|
|
38
|
+
hideOnRangeSelection?: DatePickerProps['hideOnRangeSelection'];
|
|
39
|
+
timeSeparator?: DatePickerProps['timeSeparator'];
|
|
40
|
+
showWeek?: DatePickerProps['showWeek'];
|
|
41
|
+
manualInput?: DatePickerProps['manualInput'];
|
|
42
|
+
appendTo?: DatePickerProps['appendTo'];
|
|
43
|
+
panelStyle?: DatePickerProps['panelStyle'];
|
|
44
|
+
panelClass?: DatePickerProps['panelClass'];
|
|
45
|
+
pt?: DatePickerProps['pt'];
|
|
46
|
+
ptOptions?: DatePickerProps['ptOptions'];
|
|
47
|
+
unstyled?: DatePickerProps['unstyled'];
|
|
48
|
+
size?: DatePickerProps['size'];
|
|
49
|
+
updateModelType?: DatePickerProps['updateModelType'];
|
|
50
|
+
}
|
|
51
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
52
|
+
context: {
|
|
53
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeDatePickerProps>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
|
+
context: {
|
|
58
|
+
type: PropType<FormKitFrameworkContext & FormKitPrimeDatePickerProps>;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
|
+
declare const _default: typeof __VLS_export;
|
|
63
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
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,15 +1,34 @@
|
|
|
1
|
-
<script setup>
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
1
|
+
<script setup lang='ts'>
|
|
2
|
+
import type { FormKitFrameworkContext } from '@formkit/core'
|
|
3
|
+
import type { InputMaskProps } from 'primevue/inputmask'
|
|
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 FormKitPrimeInputMaskProps {
|
|
11
|
+
mask?: InputMaskProps['mask']
|
|
12
|
+
slotChar?: InputMaskProps['slotChar']
|
|
13
|
+
autoClear?: InputMaskProps['autoClear']
|
|
14
|
+
unmask?: InputMaskProps['unmask']
|
|
15
|
+
pt?: InputMaskProps['pt']
|
|
16
|
+
ptOptions?: InputMaskProps['ptOptions']
|
|
17
|
+
unstyled?: InputMaskProps['unstyled']
|
|
18
|
+
invalid?: InputMaskProps['invalid']
|
|
19
|
+
variant?: InputMaskProps['variant']
|
|
20
|
+
size?: InputMaskProps['size']
|
|
21
|
+
}
|
|
22
|
+
|
|
5
23
|
const props = defineProps({
|
|
6
24
|
context: {
|
|
7
|
-
type: Object
|
|
8
|
-
required: true
|
|
9
|
-
}
|
|
10
|
-
})
|
|
11
|
-
|
|
12
|
-
const {
|
|
25
|
+
type: Object as PropType<FormKitFrameworkContext & FormKitPrimeInputMaskProps>,
|
|
26
|
+
required: true,
|
|
27
|
+
},
|
|
28
|
+
})
|
|
29
|
+
|
|
30
|
+
const { unstyled, isInvalid, handleInput, handleBlur } = useFormKitInput(props.context)
|
|
31
|
+
const { hasPrefixIcon, hasSuffixIcon } = useFormKitSection(props.context)
|
|
13
32
|
</script>
|
|
14
33
|
|
|
15
34
|
<template>
|
|
@@ -0,0 +1,28 @@
|
|
|
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;
|
|
@@ -0,0 +1,36 @@
|
|
|
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 +1,70 @@
|
|
|
1
|
-
<script setup>
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
<script setup lang='ts'>
|
|
2
|
+
import type { FormKitFrameworkContext } from '@formkit/core'
|
|
3
|
+
import type { InputNumberBlurEvent, InputNumberProps } from 'primevue/inputnumber'
|
|
4
|
+
|
|
5
|
+
import type { PropType } from 'vue'
|
|
6
|
+
import { watch } from 'vue'
|
|
7
|
+
import { useFormKitInput } from '../composables'
|
|
8
|
+
|
|
9
|
+
export interface FormKitPrimeInputNumberProps {
|
|
10
|
+
useGrouping?: InputNumberProps['useGrouping']
|
|
11
|
+
min?: InputNumberProps['min']
|
|
12
|
+
max?: InputNumberProps['max']
|
|
13
|
+
minFractionDigits?: InputNumberProps['minFractionDigits']
|
|
14
|
+
maxFractionDigits?: InputNumberProps['maxFractionDigits']
|
|
15
|
+
locale?: InputNumberProps['locale']
|
|
16
|
+
mode?: InputNumberProps['mode']
|
|
17
|
+
currency?: InputNumberProps['currency']
|
|
18
|
+
prefix?: InputNumberProps['prefix']
|
|
19
|
+
suffix?: InputNumberProps['suffix']
|
|
20
|
+
showButtons?: InputNumberProps['showButtons']
|
|
21
|
+
buttonLayout?: InputNumberProps['buttonLayout']
|
|
22
|
+
step?: InputNumberProps['step']
|
|
23
|
+
pt?: InputNumberProps['pt']
|
|
24
|
+
ptOptions?: InputNumberProps['ptOptions']
|
|
25
|
+
unstyled?: InputNumberProps['unstyled']
|
|
26
|
+
placeholder?: InputNumberProps['placeholder']
|
|
27
|
+
size?: InputNumberProps['size']
|
|
28
|
+
}
|
|
29
|
+
|
|
4
30
|
const props = defineProps({
|
|
5
31
|
context: {
|
|
6
|
-
type: Object
|
|
7
|
-
required: true
|
|
8
|
-
}
|
|
9
|
-
})
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
32
|
+
type: Object as PropType<FormKitFrameworkContext & FormKitPrimeInputNumberProps>,
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
})
|
|
36
|
+
|
|
37
|
+
const { validSlotNames, unstyled, isInvalid } = useFormKitInput(props.context)
|
|
38
|
+
|
|
39
|
+
function handleBlur(e: InputNumberBlurEvent) {
|
|
40
|
+
props.context?.handlers.blur(e.originalEvent as FocusEvent)
|
|
13
41
|
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
42
|
+
|
|
43
|
+
function handleInput(_: any) {
|
|
44
|
+
if (typeof _.value === 'number' || _.value === null)
|
|
45
|
+
props.context?.node.input(_.value)
|
|
17
46
|
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
47
|
+
|
|
48
|
+
function roundToDecimals(value: any, decimals: number) {
|
|
49
|
+
const factor = 10 ** decimals
|
|
50
|
+
return Math.round(value * factor) / factor
|
|
21
51
|
}
|
|
52
|
+
|
|
22
53
|
watch(
|
|
23
54
|
() => props.context._value,
|
|
24
55
|
(newValue) => {
|
|
25
|
-
|
|
56
|
+
// Only update if the value is different
|
|
57
|
+
if (newValue !== props.context.node.value && typeof newValue === 'number') {
|
|
26
58
|
if (props.context.maxFractionDigits && props.context.maxFractionDigits > 0) {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
59
|
+
// fix floating-point precision issues
|
|
60
|
+
props.context?.node.input(roundToDecimals(newValue, props.context.maxFractionDigits))
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
props.context?.node.input(newValue)
|
|
30
64
|
}
|
|
31
65
|
}
|
|
32
|
-
}
|
|
33
|
-
)
|
|
66
|
+
},
|
|
67
|
+
)
|
|
34
68
|
</script>
|
|
35
69
|
|
|
36
70
|
<template>
|
|
@@ -0,0 +1,36 @@
|
|
|
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;
|
|
@@ -0,0 +1,26 @@
|
|
|
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;
|