@oub/fusion 0.2.104 → 0.2.106

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.
@@ -66,6 +66,7 @@ declare const _default: import("vue").DefineComponent<{
66
66
  disabled: boolean;
67
67
  };
68
68
  acceptedFileTypes(): string;
69
+ uppyClient(): Uppy<import("@uppy/core").Meta, Record<string, never>>;
69
70
  }, {
70
71
  initUppy(): void;
71
72
  openFileDialog(): void;
@@ -34,6 +34,11 @@ declare const _default: import("vue").DefineComponent<{
34
34
  type: StringConstructor;
35
35
  default: string;
36
36
  };
37
+ ariaLabel: {
38
+ type: StringConstructor;
39
+ required: false;
40
+ default: undefined;
41
+ };
37
42
  }, unknown, {
38
43
  focus: boolean;
39
44
  hover: boolean;
@@ -81,6 +86,11 @@ declare const _default: import("vue").DefineComponent<{
81
86
  type: StringConstructor;
82
87
  default: string;
83
88
  };
89
+ ariaLabel: {
90
+ type: StringConstructor;
91
+ required: false;
92
+ default: undefined;
93
+ };
84
94
  }>> & {
85
95
  onClick?: ((...args: any[]) => any) | undefined;
86
96
  }, {
@@ -91,5 +101,6 @@ declare const _default: import("vue").DefineComponent<{
91
101
  size: keyof FusionButtonSize;
92
102
  loading: boolean;
93
103
  disabled: boolean;
104
+ ariaLabel: string;
94
105
  }, {}>;
95
106
  export default _default;
@@ -227,6 +227,7 @@ declare const _default: import("vue").DefineComponent<{
227
227
  title: string;
228
228
  dataTest: string;
229
229
  disabled: boolean;
230
+ ariaLabel: string;
230
231
  required: boolean;
231
232
  searchText: string;
232
233
  modelValue: FusionSelectOption;
@@ -242,6 +243,5 @@ declare const _default: import("vue").DefineComponent<{
242
243
  searchErrorDescription: string;
243
244
  minSearchLength: number;
244
245
  autofocus: boolean;
245
- ariaLabel: string;
246
246
  }, {}>;
247
247
  export default _default;
@@ -224,6 +224,7 @@ declare const _default: import("vue").DefineComponent<{
224
224
  title: string;
225
225
  dataTest: string;
226
226
  disabled: boolean;
227
+ ariaLabel: string;
227
228
  required: boolean;
228
229
  searchText: string;
229
230
  modelValue: FusionSelectOption;
@@ -239,6 +240,5 @@ declare const _default: import("vue").DefineComponent<{
239
240
  searchErrorTitle: string;
240
241
  searchErrorDescription: string;
241
242
  autofocus: boolean;
242
- ariaLabel: string;
243
243
  }, {}>;
244
244
  export default _default;