@sfxcode/formkit-primevue 0.8.3 → 0.9.0

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/README.md CHANGED
@@ -11,7 +11,7 @@ A Nuxt 3 Module (PrimeVue and Formkit bundled) under [nuxt-primevue](https://git
11
11
  ## Supported Inputs
12
12
 
13
13
  - Calendar
14
- - CheckBox
14
+ - Checkbox
15
15
  - Dropdown
16
16
  - Editor (HTML Editor)
17
17
  - InputMask
@@ -27,6 +27,8 @@ A Nuxt 3 Module (PrimeVue and Formkit bundled) under [nuxt-primevue](https://git
27
27
  - ColorPicker
28
28
  - Listbox
29
29
  - ToggleButton
30
+ - SelectButton
31
+ - TriStateCheckbox
30
32
 
31
33
  ## Usage
32
34
 
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleInput: (e: any) => void;
7
8
  handleSelect: (e: any) => void;
8
9
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleInput: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleInput: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleChange: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleBlur: (e: any) => void;
7
8
  handleInput: (e: any) => void;
8
9
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -1,9 +1,10 @@
1
- import { EditorSelectionChangeEvent } from 'primevue/editor';
1
+ import type { EditorSelectionChangeEvent } from 'primevue/editor';
2
2
  declare const _sfc_main: import("vue").DefineComponent<{
3
3
  context: ObjectConstructor;
4
4
  }, {
5
5
  props: any;
6
6
  context: Record<string, any> | undefined;
7
+ attrs: any;
7
8
  handleInput: (e: any) => void;
8
9
  handleSelection: (e: EditorSelectionChangeEvent) => void;
9
10
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleInput: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleBlur: (e: any) => void;
7
8
  handleInput: (e: any) => void;
8
9
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleInput: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  hasLeftIcon: () => any;
7
8
  hasRightIcon: () => any;
8
9
  spanClass: () => string;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleBlur: (e: any) => void;
7
8
  handleInput: (e: any) => void;
8
9
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleInput: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleInput: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleChange: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleBlur: (e: any) => void;
7
8
  handleInput: (e: any) => void;
8
9
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleInput: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -0,0 +1,11 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ context: ObjectConstructor;
3
+ }, {
4
+ props: any;
5
+ context: Record<string, any> | undefined;
6
+ attrs: any;
7
+ handleChange: (e: any) => void;
8
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
+ context: ObjectConstructor;
10
+ }>>, {}>;
11
+ export default _sfc_main;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleInput: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -3,6 +3,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
3
3
  }, {
4
4
  props: any;
5
5
  context: Record<string, any> | undefined;
6
+ attrs: any;
6
7
  handleChange: (e: any) => void;
7
8
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
9
  context: ObjectConstructor;
@@ -0,0 +1,11 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ context: ObjectConstructor;
3
+ }, {
4
+ props: any;
5
+ context: Record<string, any> | undefined;
6
+ attrs: any;
7
+ handleChange: (e: any) => void;
8
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
+ context: ObjectConstructor;
10
+ }>>, {}>;
11
+ export default _sfc_main;
@@ -4,7 +4,7 @@ export declare const primeInputNumberDefinition: FormKitTypeDefinition;
4
4
  export declare const primeInputMaskDefinition: FormKitTypeDefinition;
5
5
  export declare const primePasswordDefinition: FormKitTypeDefinition;
6
6
  export declare const primeInputTextAreaDefinition: FormKitTypeDefinition;
7
- export declare const primeCheckBoxDefinition: FormKitTypeDefinition;
7
+ export declare const primeCheckboxDefinition: FormKitTypeDefinition;
8
8
  export declare const primeInputSwitchDefinition: FormKitTypeDefinition;
9
9
  export declare const primeEditorDefinition: FormKitTypeDefinition;
10
10
  export declare const primeDropdownDefinition: FormKitTypeDefinition;
@@ -17,12 +17,14 @@ export declare const primeChipsDefinition: FormKitTypeDefinition;
17
17
  export declare const primeKnobDefinition: FormKitTypeDefinition;
18
18
  export declare const primeColorPickerDefinition: FormKitTypeDefinition;
19
19
  export declare const primeToggleButtonDefinition: FormKitTypeDefinition;
20
+ export declare const primeSelectButtonDefinition: FormKitTypeDefinition;
21
+ export declare const primeTriStateCheckboxDefinition: FormKitTypeDefinition;
20
22
  export declare const primeInputs: {
21
23
  primeInputText: FormKitTypeDefinition;
22
24
  primeInputNumber: FormKitTypeDefinition;
23
25
  primeInputMask: FormKitTypeDefinition;
24
26
  primePassword: FormKitTypeDefinition;
25
- primeCheckBox: FormKitTypeDefinition;
27
+ primeCheckbox: FormKitTypeDefinition;
26
28
  primeInputSwitch: FormKitTypeDefinition;
27
29
  primeInputTextArea: FormKitTypeDefinition;
28
30
  primeEditor: FormKitTypeDefinition;
@@ -36,5 +38,6 @@ export declare const primeInputs: {
36
38
  primeColorPicker: FormKitTypeDefinition;
37
39
  primeToggleButton: FormKitTypeDefinition;
38
40
  primeListbox: FormKitTypeDefinition;
41
+ primeSelectButton: FormKitTypeDefinition;
42
+ primeTriStateCheckbox: FormKitTypeDefinition;
39
43
  };
40
- declare module '@sfxcode/formkit-primevue';