@oub/fusion 0.2.151 → 0.2.152

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.
@@ -42,6 +42,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
42
42
  }>, {}, {
43
43
  inputValue: string;
44
44
  }, {
45
+ computedAriaDescribedBy: () => string | undefined;
45
46
  stateClasses: () => {
46
47
  disabled: boolean;
47
48
  error: boolean;
@@ -1,5 +1,9 @@
1
1
  import { Radio } from '../../../../types/components/FusionRadio';
2
2
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ id: {
4
+ type: StringConstructor;
5
+ default: () => string;
6
+ };
3
7
  label: {
4
8
  type: StringConstructor;
5
9
  default: string;
@@ -16,9 +20,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
16
20
  type: () => Radio[];
17
21
  required: true;
18
22
  };
19
- }>, {}, {}, {}, {
23
+ }>, {}, {}, {
24
+ groupLabelId: () => string;
25
+ groupHelperId: () => string;
26
+ groupErrorId: () => string;
27
+ groupDescriptionIds: () => string | undefined;
28
+ }, {
20
29
  updateValue(index: number, value: string): void;
21
30
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:radios"[], "update:radios", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
31
+ id: {
32
+ type: StringConstructor;
33
+ default: () => string;
34
+ };
22
35
  label: {
23
36
  type: StringConstructor;
24
37
  default: string;
@@ -39,10 +52,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
39
52
  "onUpdate:radios"?: ((...args: any[]) => any) | undefined;
40
53
  }>, {
41
54
  label: string;
55
+ id: string;
42
56
  helperText: string;
43
57
  errorText: string;
44
58
  }, {}, {
45
- SVGExclamationTriangle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
59
+ SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
46
60
  FusionRadio: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
47
61
  id: {
48
62
  type: StringConstructor;
@@ -87,6 +101,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
87
101
  }>, {}, {
88
102
  inputValue: string;
89
103
  }, {
104
+ computedAriaDescribedBy: () => string | undefined;
90
105
  stateClasses: () => {
91
106
  disabled: boolean;
92
107
  error: boolean;