@sfxcode/formkit-primevue 3.2.4 → 3.2.6

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.
Files changed (111) hide show
  1. package/dist/components/FormKitDataEdit.vue +57 -72
  2. package/dist/components/FormKitDataView.vue +27 -35
  3. package/dist/components/FormKitDebug.vue +7 -12
  4. package/dist/components/FormKitIcon.vue +6 -13
  5. package/dist/components/FormKitPrefix.vue +3 -3
  6. package/dist/components/FormKitSuffix.vue +3 -3
  7. package/dist/components/PrimeAutoComplete.vue +47 -98
  8. package/dist/components/PrimeCascadeSelect.vue +7 -26
  9. package/dist/components/PrimeCheckbox.vue +9 -29
  10. package/dist/components/PrimeColorPicker.vue +7 -22
  11. package/dist/components/PrimeDatePicker.vue +15 -73
  12. package/dist/components/PrimeInputMask.vue +10 -29
  13. package/dist/components/PrimeInputNumber.vue +22 -56
  14. package/dist/components/PrimeInputOtp.vue +7 -24
  15. package/dist/components/PrimeInputText.vue +10 -25
  16. package/dist/components/PrimeKnob.vue +12 -37
  17. package/dist/components/PrimeListbox.vue +7 -39
  18. package/dist/components/PrimeMultiSelect.vue +7 -52
  19. package/dist/components/PrimeOutputBoolean.vue +16 -23
  20. package/dist/components/PrimeOutputDate.vue +21 -31
  21. package/dist/components/PrimeOutputDuration.vue +11 -17
  22. package/dist/components/PrimeOutputLink.vue +17 -24
  23. package/dist/components/PrimeOutputList.vue +18 -29
  24. package/dist/components/PrimeOutputNumber.vue +24 -37
  25. package/dist/components/PrimeOutputReference.vue +21 -28
  26. package/dist/components/PrimeOutputText.vue +22 -37
  27. package/dist/components/PrimePassword.vue +7 -31
  28. package/dist/components/PrimeRadioButton.vue +7 -23
  29. package/dist/components/PrimeRating.vue +7 -22
  30. package/dist/components/PrimeSelect.vue +7 -49
  31. package/dist/components/PrimeSelectButton.vue +7 -27
  32. package/dist/components/PrimeSlider.vue +10 -28
  33. package/dist/components/PrimeTextarea.vue +7 -23
  34. package/dist/components/PrimeToggleButton.vue +7 -25
  35. package/dist/components/PrimeToggleSwitch.vue +8 -23
  36. package/dist/components/PrimeTreeSelect.vue +7 -30
  37. package/dist/sass/formkit-primevue.scss +0 -5
  38. package/dist/style.css +1 -1
  39. package/package.json +11 -11
  40. package/dist/components/FormKitDataEdit.d.vue.ts +0 -180
  41. package/dist/components/FormKitDataEdit.vue.d.ts +0 -180
  42. package/dist/components/FormKitDataView.d.vue.ts +0 -73
  43. package/dist/components/FormKitDataView.vue.d.ts +0 -73
  44. package/dist/components/FormKitDebug.d.vue.ts +0 -34
  45. package/dist/components/FormKitDebug.vue.d.ts +0 -34
  46. package/dist/components/FormKitIcon.d.vue.ts +0 -39
  47. package/dist/components/FormKitIcon.vue.d.ts +0 -39
  48. package/dist/components/FormKitPrefix.d.vue.ts +0 -7
  49. package/dist/components/FormKitPrefix.vue.d.ts +0 -7
  50. package/dist/components/FormKitSuffix.d.vue.ts +0 -7
  51. package/dist/components/FormKitSuffix.vue.d.ts +0 -7
  52. package/dist/components/PrimeAutoComplete.d.vue.ts +0 -31
  53. package/dist/components/PrimeAutoComplete.vue.d.ts +0 -31
  54. package/dist/components/PrimeCascadeSelect.d.vue.ts +0 -28
  55. package/dist/components/PrimeCascadeSelect.vue.d.ts +0 -28
  56. package/dist/components/PrimeCheckbox.d.vue.ts +0 -27
  57. package/dist/components/PrimeCheckbox.vue.d.ts +0 -27
  58. package/dist/components/PrimeColorPicker.d.vue.ts +0 -24
  59. package/dist/components/PrimeColorPicker.vue.d.ts +0 -24
  60. package/dist/components/PrimeDatePicker.d.vue.ts +0 -63
  61. package/dist/components/PrimeDatePicker.vue.d.ts +0 -63
  62. package/dist/components/PrimeInputMask.d.vue.ts +0 -28
  63. package/dist/components/PrimeInputMask.vue.d.ts +0 -28
  64. package/dist/components/PrimeInputNumber.d.vue.ts +0 -36
  65. package/dist/components/PrimeInputNumber.vue.d.ts +0 -36
  66. package/dist/components/PrimeInputOtp.d.vue.ts +0 -26
  67. package/dist/components/PrimeInputOtp.vue.d.ts +0 -26
  68. package/dist/components/PrimeInputText.d.vue.ts +0 -24
  69. package/dist/components/PrimeInputText.vue.d.ts +0 -24
  70. package/dist/components/PrimeKnob.d.vue.ts +0 -31
  71. package/dist/components/PrimeKnob.vue.d.ts +0 -31
  72. package/dist/components/PrimeListbox.d.vue.ts +0 -42
  73. package/dist/components/PrimeListbox.vue.d.ts +0 -42
  74. package/dist/components/PrimeMultiSelect.d.vue.ts +0 -53
  75. package/dist/components/PrimeMultiSelect.vue.d.ts +0 -53
  76. package/dist/components/PrimeOutputBoolean.d.vue.ts +0 -16
  77. package/dist/components/PrimeOutputBoolean.vue.d.ts +0 -16
  78. package/dist/components/PrimeOutputDate.d.vue.ts +0 -16
  79. package/dist/components/PrimeOutputDate.vue.d.ts +0 -16
  80. package/dist/components/PrimeOutputDuration.d.vue.ts +0 -16
  81. package/dist/components/PrimeOutputDuration.vue.d.ts +0 -16
  82. package/dist/components/PrimeOutputLink.d.vue.ts +0 -16
  83. package/dist/components/PrimeOutputLink.vue.d.ts +0 -16
  84. package/dist/components/PrimeOutputList.d.vue.ts +0 -19
  85. package/dist/components/PrimeOutputList.vue.d.ts +0 -19
  86. package/dist/components/PrimeOutputNumber.d.vue.ts +0 -16
  87. package/dist/components/PrimeOutputNumber.vue.d.ts +0 -16
  88. package/dist/components/PrimeOutputReference.d.vue.ts +0 -16
  89. package/dist/components/PrimeOutputReference.vue.d.ts +0 -16
  90. package/dist/components/PrimeOutputText.d.vue.ts +0 -21
  91. package/dist/components/PrimeOutputText.vue.d.ts +0 -21
  92. package/dist/components/PrimePassword.d.vue.ts +0 -33
  93. package/dist/components/PrimePassword.vue.d.ts +0 -33
  94. package/dist/components/PrimeRadioButton.d.vue.ts +0 -28
  95. package/dist/components/PrimeRadioButton.vue.d.ts +0 -28
  96. package/dist/components/PrimeRating.d.vue.ts +0 -24
  97. package/dist/components/PrimeRating.vue.d.ts +0 -24
  98. package/dist/components/PrimeSelect.d.vue.ts +0 -50
  99. package/dist/components/PrimeSelect.vue.d.ts +0 -50
  100. package/dist/components/PrimeSelectButton.d.vue.ts +0 -28
  101. package/dist/components/PrimeSelectButton.vue.d.ts +0 -28
  102. package/dist/components/PrimeSlider.d.vue.ts +0 -26
  103. package/dist/components/PrimeSlider.vue.d.ts +0 -26
  104. package/dist/components/PrimeTextarea.d.vue.ts +0 -25
  105. package/dist/components/PrimeTextarea.vue.d.ts +0 -25
  106. package/dist/components/PrimeToggleButton.d.vue.ts +0 -26
  107. package/dist/components/PrimeToggleButton.vue.d.ts +0 -26
  108. package/dist/components/PrimeToggleSwitch.d.vue.ts +0 -23
  109. package/dist/components/PrimeToggleSwitch.vue.d.ts +0 -23
  110. package/dist/components/PrimeTreeSelect.d.vue.ts +0 -32
  111. package/dist/components/PrimeTreeSelect.vue.d.ts +0 -32
@@ -1,73 +0,0 @@
1
- import type { FormKitSchemaDefinition } from '@formkit/core';
2
- import type { PropType } from 'vue';
3
- declare var __VLS_12: {};
4
- type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_12) => any;
6
- };
7
- declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
- data: {
9
- type: ObjectConstructor;
10
- default: null;
11
- };
12
- schema: {
13
- type: PropType<FormKitSchemaDefinition>;
14
- default: null;
15
- };
16
- formClass: {
17
- type: StringConstructor;
18
- default: string;
19
- };
20
- debugData: {
21
- type: BooleanConstructor;
22
- default: boolean;
23
- };
24
- debugSchema: {
25
- type: BooleanConstructor;
26
- default: boolean;
27
- };
28
- modelValue: {
29
- type: PropType<any>;
30
- };
31
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
- "update:modelValue": (value: any) => any;
33
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
34
- data: {
35
- type: ObjectConstructor;
36
- default: null;
37
- };
38
- schema: {
39
- type: PropType<FormKitSchemaDefinition>;
40
- default: null;
41
- };
42
- formClass: {
43
- type: StringConstructor;
44
- default: string;
45
- };
46
- debugData: {
47
- type: BooleanConstructor;
48
- default: boolean;
49
- };
50
- debugSchema: {
51
- type: BooleanConstructor;
52
- default: boolean;
53
- };
54
- modelValue: {
55
- type: PropType<any>;
56
- };
57
- }>> & Readonly<{
58
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
59
- }>, {
60
- data: Record<string, any>;
61
- schema: FormKitSchemaDefinition;
62
- formClass: string;
63
- debugData: boolean;
64
- debugSchema: boolean;
65
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
66
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
67
- declare const _default: typeof __VLS_export;
68
- export default _default;
69
- type __VLS_WithSlots<T, S> = T & {
70
- new (): {
71
- $slots: S;
72
- };
73
- };
@@ -1,34 +0,0 @@
1
- declare var __VLS_1: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_1) => any;
4
- };
5
- declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
- data: {
7
- type: ObjectConstructor;
8
- default: null;
9
- };
10
- header: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
- data: {
16
- type: ObjectConstructor;
17
- default: null;
18
- };
19
- header: {
20
- type: StringConstructor;
21
- default: string;
22
- };
23
- }>> & Readonly<{}>, {
24
- data: Record<string, any>;
25
- header: string;
26
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
- declare const _default: typeof __VLS_export;
29
- export default _default;
30
- type __VLS_WithSlots<T, S> = T & {
31
- new (): {
32
- $slots: S;
33
- };
34
- };
@@ -1,34 +0,0 @@
1
- declare var __VLS_1: {};
2
- type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_1) => any;
4
- };
5
- declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
- data: {
7
- type: ObjectConstructor;
8
- default: null;
9
- };
10
- header: {
11
- type: StringConstructor;
12
- default: string;
13
- };
14
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
- data: {
16
- type: ObjectConstructor;
17
- default: null;
18
- };
19
- header: {
20
- type: StringConstructor;
21
- default: string;
22
- };
23
- }>> & Readonly<{}>, {
24
- data: Record<string, any>;
25
- header: string;
26
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
- declare const _default: typeof __VLS_export;
29
- export default _default;
30
- type __VLS_WithSlots<T, S> = T & {
31
- new (): {
32
- $slots: S;
33
- };
34
- };
@@ -1,39 +0,0 @@
1
- import type { PropType } from 'vue';
2
- export interface FormKitIconProps {
3
- onIconPrefixClicked?: () => void;
4
- onIconSuffixClicked?: () => void;
5
- }
6
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
- iconClass: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- onClick: {
12
- type: PropType<() => void>;
13
- default: undefined;
14
- };
15
- position: {
16
- type: StringConstructor;
17
- required: true;
18
- validator: (val: string) => boolean;
19
- };
20
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
- iconClass: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
- onClick: {
26
- type: PropType<() => void>;
27
- default: undefined;
28
- };
29
- position: {
30
- type: StringConstructor;
31
- required: true;
32
- validator: (val: string) => boolean;
33
- };
34
- }>> & Readonly<{}>, {
35
- onClick: () => void;
36
- iconClass: string;
37
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
- declare const _default: typeof __VLS_export;
39
- export default _default;
@@ -1,39 +0,0 @@
1
- import type { PropType } from 'vue';
2
- export interface FormKitIconProps {
3
- onIconPrefixClicked?: () => void;
4
- onIconSuffixClicked?: () => void;
5
- }
6
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
- iconClass: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- onClick: {
12
- type: PropType<() => void>;
13
- default: undefined;
14
- };
15
- position: {
16
- type: StringConstructor;
17
- required: true;
18
- validator: (val: string) => boolean;
19
- };
20
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
- iconClass: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
- onClick: {
26
- type: PropType<() => void>;
27
- default: undefined;
28
- };
29
- position: {
30
- type: StringConstructor;
31
- required: true;
32
- validator: (val: string) => boolean;
33
- };
34
- }>> & Readonly<{}>, {
35
- onClick: () => void;
36
- iconClass: string;
37
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
- declare const _default: typeof __VLS_export;
39
- export default _default;
@@ -1,7 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- prefix: StringConstructor;
3
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4
- prefix: StringConstructor;
5
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: typeof __VLS_export;
7
- export default _default;
@@ -1,7 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- prefix: StringConstructor;
3
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4
- prefix: StringConstructor;
5
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: typeof __VLS_export;
7
- export default _default;
@@ -1,7 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- suffix: StringConstructor;
3
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4
- suffix: StringConstructor;
5
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: typeof __VLS_export;
7
- export default _default;
@@ -1,7 +0,0 @@
1
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- suffix: StringConstructor;
3
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4
- suffix: StringConstructor;
5
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: typeof __VLS_export;
7
- export default _default;
@@ -1,31 +0,0 @@
1
- import type { FormKitFrameworkContext } from '@formkit/core';
2
- import type { AutoCompleteProps } from 'primevue/autocomplete';
3
- import type { PropType } from 'vue';
4
- export interface FormKitPrimeAutoCompleteProps {
5
- pt?: AutoCompleteProps['pt'];
6
- ptOptions?: AutoCompleteProps['ptOptions'];
7
- unstyled?: AutoCompleteProps['unstyled'];
8
- dropdown?: AutoCompleteProps['dropdown'];
9
- multiple?: AutoCompleteProps['multiple'];
10
- typeahead?: AutoCompleteProps['typeahead'];
11
- optionLabel?: AutoCompleteProps['optionLabel'];
12
- options?: any[] | undefined;
13
- size?: AutoCompleteProps['size'];
14
- minLength?: AutoCompleteProps['minLength'];
15
- placeholder?: AutoCompleteProps['placeholder'];
16
- fluid?: AutoCompleteProps['fluid'];
17
- separators?: string[] | [];
18
- }
19
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
20
- context: {
21
- type: PropType<FormKitFrameworkContext & FormKitPrimeAutoCompleteProps>;
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 & FormKitPrimeAutoCompleteProps>;
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 { AutoCompleteProps } from 'primevue/autocomplete';
3
- import type { PropType } from 'vue';
4
- export interface FormKitPrimeAutoCompleteProps {
5
- pt?: AutoCompleteProps['pt'];
6
- ptOptions?: AutoCompleteProps['ptOptions'];
7
- unstyled?: AutoCompleteProps['unstyled'];
8
- dropdown?: AutoCompleteProps['dropdown'];
9
- multiple?: AutoCompleteProps['multiple'];
10
- typeahead?: AutoCompleteProps['typeahead'];
11
- optionLabel?: AutoCompleteProps['optionLabel'];
12
- options?: any[] | undefined;
13
- size?: AutoCompleteProps['size'];
14
- minLength?: AutoCompleteProps['minLength'];
15
- placeholder?: AutoCompleteProps['placeholder'];
16
- fluid?: AutoCompleteProps['fluid'];
17
- separators?: string[] | [];
18
- }
19
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
20
- context: {
21
- type: PropType<FormKitFrameworkContext & FormKitPrimeAutoCompleteProps>;
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 & FormKitPrimeAutoCompleteProps>;
27
- required: true;
28
- };
29
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
- declare const _default: typeof __VLS_export;
31
- export default _default;
@@ -1,28 +0,0 @@
1
- import type { FormKitFrameworkContext } from '@formkit/core';
2
- import type { CascadeSelectProps } from 'primevue/cascadeselect';
3
- import type { PropType } from 'vue';
4
- export interface FormKitPrimeCascadeSelectProps {
5
- options?: CascadeSelectProps['options'];
6
- optionLabel?: CascadeSelectProps['optionLabel'];
7
- optionValue?: CascadeSelectProps['optionValue'];
8
- optionGroupLabel?: CascadeSelectProps['optionGroupLabel'];
9
- optionGroupChildren?: CascadeSelectProps['optionGroupChildren'];
10
- placeholder?: CascadeSelectProps['placeholder'];
11
- pt?: CascadeSelectProps['pt'];
12
- ptOptions?: CascadeSelectProps['ptOptions'];
13
- unstyled?: CascadeSelectProps['unstyled'];
14
- size?: CascadeSelectProps['size'];
15
- }
16
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
17
- context: {
18
- type: PropType<FormKitFrameworkContext & FormKitPrimeCascadeSelectProps>;
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 & FormKitPrimeCascadeSelectProps>;
24
- required: true;
25
- };
26
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- declare const _default: typeof __VLS_export;
28
- export default _default;
@@ -1,28 +0,0 @@
1
- import type { FormKitFrameworkContext } from '@formkit/core';
2
- import type { CascadeSelectProps } from 'primevue/cascadeselect';
3
- import type { PropType } from 'vue';
4
- export interface FormKitPrimeCascadeSelectProps {
5
- options?: CascadeSelectProps['options'];
6
- optionLabel?: CascadeSelectProps['optionLabel'];
7
- optionValue?: CascadeSelectProps['optionValue'];
8
- optionGroupLabel?: CascadeSelectProps['optionGroupLabel'];
9
- optionGroupChildren?: CascadeSelectProps['optionGroupChildren'];
10
- placeholder?: CascadeSelectProps['placeholder'];
11
- pt?: CascadeSelectProps['pt'];
12
- ptOptions?: CascadeSelectProps['ptOptions'];
13
- unstyled?: CascadeSelectProps['unstyled'];
14
- size?: CascadeSelectProps['size'];
15
- }
16
- declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
17
- context: {
18
- type: PropType<FormKitFrameworkContext & FormKitPrimeCascadeSelectProps>;
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 & FormKitPrimeCascadeSelectProps>;
24
- required: true;
25
- };
26
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- declare const _default: typeof __VLS_export;
28
- export default _default;
@@ -1,27 +0,0 @@
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;
@@ -1,27 +0,0 @@
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;
@@ -1,24 +0,0 @@
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,24 +0,0 @@
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,63 +0,0 @@
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,63 +0,0 @@
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,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;