@oub/fusion 0.2.21 → 0.2.22

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.
@@ -1,9 +1,4 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
- disabled: {
3
- type: BooleanConstructor;
4
- required: false;
5
- default: boolean;
6
- };
7
2
  label: {
8
3
  type: StringConstructor;
9
4
  required: false;
@@ -14,6 +9,10 @@ declare const _default: import("vue").DefineComponent<{
14
9
  required: false;
15
10
  default: string;
16
11
  };
12
+ errorLabel: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
17
16
  defaultValue: {
18
17
  type: BooleanConstructor;
19
18
  required: false;
@@ -29,20 +28,30 @@ declare const _default: import("vue").DefineComponent<{
29
28
  required: false;
30
29
  default: string;
31
30
  };
31
+ disabled: {
32
+ type: BooleanConstructor;
33
+ required: false;
34
+ default: boolean;
35
+ };
36
+ tabIndex: {
37
+ type: NumberConstructor;
38
+ default: number;
39
+ };
32
40
  dataTest: {
33
41
  type: StringConstructor;
34
42
  default: string;
35
43
  };
36
44
  }, unknown, {
37
45
  checked: boolean;
38
- }, {}, {
46
+ }, {
47
+ stateClasses(): {
48
+ disabled: boolean;
49
+ error: boolean;
50
+ "gap-xs": boolean;
51
+ };
52
+ }, {
39
53
  handleChange(e: Event): void;
40
54
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
41
- disabled: {
42
- type: BooleanConstructor;
43
- required: false;
44
- default: boolean;
45
- };
46
55
  label: {
47
56
  type: StringConstructor;
48
57
  required: false;
@@ -53,6 +62,10 @@ declare const _default: import("vue").DefineComponent<{
53
62
  required: false;
54
63
  default: string;
55
64
  };
65
+ errorLabel: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
56
69
  defaultValue: {
57
70
  type: BooleanConstructor;
58
71
  required: false;
@@ -68,6 +81,15 @@ declare const _default: import("vue").DefineComponent<{
68
81
  required: false;
69
82
  default: string;
70
83
  };
84
+ disabled: {
85
+ type: BooleanConstructor;
86
+ required: false;
87
+ default: boolean;
88
+ };
89
+ tabIndex: {
90
+ type: NumberConstructor;
91
+ default: number;
92
+ };
71
93
  dataTest: {
72
94
  type: StringConstructor;
73
95
  default: string;
@@ -80,7 +102,9 @@ declare const _default: import("vue").DefineComponent<{
80
102
  dataTest: string;
81
103
  value: string;
82
104
  disabled: boolean;
105
+ errorLabel: string;
83
106
  defaultValue: boolean;
84
107
  helperText: string;
108
+ tabIndex: number;
85
109
  }, {}>;
86
110
  export default _default;
@@ -31,6 +31,10 @@ declare const _default: import("vue").DefineComponent<{
31
31
  type: StringConstructor;
32
32
  default: string;
33
33
  };
34
+ errorLabel: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
34
38
  dataTest: {
35
39
  type: StringConstructor;
36
40
  default: string;
@@ -38,6 +42,10 @@ declare const _default: import("vue").DefineComponent<{
38
42
  }, unknown, {
39
43
  inputValue: string;
40
44
  }, {
45
+ stateClasses(): {
46
+ disabled: boolean;
47
+ error: boolean;
48
+ };
41
49
  isSelected: () => boolean;
42
50
  }, {
43
51
  handleChange: () => void;
@@ -76,6 +84,10 @@ declare const _default: import("vue").DefineComponent<{
76
84
  type: StringConstructor;
77
85
  default: string;
78
86
  };
87
+ errorLabel: {
88
+ type: StringConstructor;
89
+ default: string;
90
+ };
79
91
  dataTest: {
80
92
  type: StringConstructor;
81
93
  default: string;
@@ -90,5 +102,6 @@ declare const _default: import("vue").DefineComponent<{
90
102
  modelValue: string;
91
103
  required: boolean;
92
104
  helperLabel: string;
105
+ errorLabel: string;
93
106
  }, {}>;
94
107
  export default _default;