@oub/fusion 0.2.150 → 0.2.151
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/dist/fusion.js +1883 -1843
- package/dist/fusion.umd.cjs +5 -5
- package/dist/lib/components/common/country/CountrySelectList.vue.d.ts +1 -1
- package/dist/lib/components/common/list-box/FusionListBox.vue.d.ts +18 -0
- package/dist/lib/components/form/checkbox/FusionCheckbox.vue.d.ts +10 -0
- package/dist/lib/components/form/checkbox/FusionCheckboxGroup.vue.d.ts +10 -0
- package/dist/lib/components/form/input/FusionInput.vue.d.ts +9 -0
- package/dist/lib/components/form/password-input/FusionPasswordInput.vue.d.ts +19 -0
- package/dist/lib/components/form/phone/FusionPhoneInput.vue.d.ts +20 -1
- package/dist/lib/components/form/searchable-input/FusionSearchableInput.vue.d.ts +28 -1
- package/dist/lib/components/form/select/FusionSelect.vue.d.ts +19 -1
- package/dist/lib/components/form/textarea/FusionTextarea.vue.d.ts +6 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -60,8 +60,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
60
|
"onSelected:country"?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}>, {
|
|
62
62
|
dataTest: string;
|
|
63
|
-
searchText: string;
|
|
64
63
|
ariaLabel: string;
|
|
64
|
+
searchText: string;
|
|
65
65
|
selectedCountry: Country;
|
|
66
66
|
}, {}, {
|
|
67
67
|
CountryFlag: any;
|
|
@@ -37,6 +37,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
37
37
|
type: PropType<FusionSelectOption>;
|
|
38
38
|
default: () => FusionSelectOption;
|
|
39
39
|
};
|
|
40
|
+
ariaLabel: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
40
44
|
dataTest: {
|
|
41
45
|
type: StringConstructor;
|
|
42
46
|
default: string;
|
|
@@ -85,6 +89,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
85
89
|
type: PropType<FusionSelectOption>;
|
|
86
90
|
default: () => FusionSelectOption;
|
|
87
91
|
};
|
|
92
|
+
ariaLabel: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
88
96
|
dataTest: {
|
|
89
97
|
type: StringConstructor;
|
|
90
98
|
default: string;
|
|
@@ -95,6 +103,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
103
|
"onHandle:close"?: ((...args: any[]) => any) | undefined;
|
|
96
104
|
}>, {
|
|
97
105
|
dataTest: string;
|
|
106
|
+
ariaLabel: string;
|
|
98
107
|
selected: FusionSelectOption;
|
|
99
108
|
options: FusionSelectOption[];
|
|
100
109
|
searchText: string;
|
|
@@ -186,6 +195,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
186
195
|
type: StringConstructor;
|
|
187
196
|
default: string;
|
|
188
197
|
};
|
|
198
|
+
ariaLabel: {
|
|
199
|
+
type: StringConstructor;
|
|
200
|
+
default: undefined;
|
|
201
|
+
};
|
|
189
202
|
dataTest: {
|
|
190
203
|
type: StringConstructor;
|
|
191
204
|
default: string;
|
|
@@ -268,6 +281,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
268
281
|
type: StringConstructor;
|
|
269
282
|
default: string;
|
|
270
283
|
};
|
|
284
|
+
ariaLabel: {
|
|
285
|
+
type: StringConstructor;
|
|
286
|
+
default: undefined;
|
|
287
|
+
};
|
|
271
288
|
dataTest: {
|
|
272
289
|
type: StringConstructor;
|
|
273
290
|
default: string;
|
|
@@ -291,6 +308,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
291
308
|
readonly: boolean;
|
|
292
309
|
tabIndex: number;
|
|
293
310
|
autocomplete: string;
|
|
311
|
+
ariaLabel: string;
|
|
294
312
|
}, {}, {
|
|
295
313
|
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
296
314
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -35,6 +35,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
35
35
|
type: NumberConstructor;
|
|
36
36
|
default: number;
|
|
37
37
|
};
|
|
38
|
+
ariaLabel: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: undefined;
|
|
41
|
+
};
|
|
38
42
|
dataTest: {
|
|
39
43
|
type: StringConstructor;
|
|
40
44
|
default: string;
|
|
@@ -50,6 +54,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
54
|
}>, {}, {
|
|
51
55
|
checked: boolean;
|
|
52
56
|
}, {
|
|
57
|
+
computedAriaDescribedBy: () => string | undefined;
|
|
53
58
|
stateClasses: () => {
|
|
54
59
|
disabled: boolean;
|
|
55
60
|
error: boolean;
|
|
@@ -93,6 +98,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
98
|
type: NumberConstructor;
|
|
94
99
|
default: number;
|
|
95
100
|
};
|
|
101
|
+
ariaLabel: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
default: undefined;
|
|
104
|
+
};
|
|
96
105
|
dataTest: {
|
|
97
106
|
type: StringConstructor;
|
|
98
107
|
default: string;
|
|
@@ -119,6 +128,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
128
|
helperText: string;
|
|
120
129
|
defaultValue: boolean;
|
|
121
130
|
isIndeterminate: boolean;
|
|
131
|
+
ariaLabel: string;
|
|
122
132
|
focusable: boolean;
|
|
123
133
|
}, {}, {
|
|
124
134
|
SVGLine: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -94,6 +94,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
94
94
|
type: NumberConstructor;
|
|
95
95
|
default: number;
|
|
96
96
|
};
|
|
97
|
+
ariaLabel: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
default: undefined;
|
|
100
|
+
};
|
|
97
101
|
dataTest: {
|
|
98
102
|
type: StringConstructor;
|
|
99
103
|
default: string;
|
|
@@ -109,6 +113,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
113
|
}>, {}, {
|
|
110
114
|
checked: boolean;
|
|
111
115
|
}, {
|
|
116
|
+
computedAriaDescribedBy: () => string | undefined;
|
|
112
117
|
stateClasses: () => {
|
|
113
118
|
disabled: boolean;
|
|
114
119
|
error: boolean;
|
|
@@ -152,6 +157,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
152
157
|
type: NumberConstructor;
|
|
153
158
|
default: number;
|
|
154
159
|
};
|
|
160
|
+
ariaLabel: {
|
|
161
|
+
type: StringConstructor;
|
|
162
|
+
default: undefined;
|
|
163
|
+
};
|
|
155
164
|
dataTest: {
|
|
156
165
|
type: StringConstructor;
|
|
157
166
|
default: string;
|
|
@@ -178,6 +187,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
178
187
|
helperText: string;
|
|
179
188
|
defaultValue: boolean;
|
|
180
189
|
isIndeterminate: boolean;
|
|
190
|
+
ariaLabel: string;
|
|
181
191
|
focusable: boolean;
|
|
182
192
|
}, {}, {
|
|
183
193
|
SVGLine: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -55,6 +55,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
|
+
ariaLabel: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: undefined;
|
|
61
|
+
};
|
|
58
62
|
dataTest: {
|
|
59
63
|
type: StringConstructor;
|
|
60
64
|
default: string;
|
|
@@ -137,6 +141,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
137
141
|
type: StringConstructor;
|
|
138
142
|
default: string;
|
|
139
143
|
};
|
|
144
|
+
ariaLabel: {
|
|
145
|
+
type: StringConstructor;
|
|
146
|
+
default: undefined;
|
|
147
|
+
};
|
|
140
148
|
dataTest: {
|
|
141
149
|
type: StringConstructor;
|
|
142
150
|
default: string;
|
|
@@ -160,6 +168,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
160
168
|
readonly: boolean;
|
|
161
169
|
tabIndex: number;
|
|
162
170
|
autocomplete: string;
|
|
171
|
+
ariaLabel: string;
|
|
163
172
|
}, {}, {
|
|
164
173
|
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
165
174
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -189,6 +189,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
189
|
type: StringConstructor;
|
|
190
190
|
default: string;
|
|
191
191
|
};
|
|
192
|
+
ariaLabel: {
|
|
193
|
+
type: StringConstructor;
|
|
194
|
+
default: undefined;
|
|
195
|
+
};
|
|
192
196
|
dataTest: {
|
|
193
197
|
type: StringConstructor;
|
|
194
198
|
default: string;
|
|
@@ -271,6 +275,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
271
275
|
type: StringConstructor;
|
|
272
276
|
default: string;
|
|
273
277
|
};
|
|
278
|
+
ariaLabel: {
|
|
279
|
+
type: StringConstructor;
|
|
280
|
+
default: undefined;
|
|
281
|
+
};
|
|
274
282
|
dataTest: {
|
|
275
283
|
type: StringConstructor;
|
|
276
284
|
default: string;
|
|
@@ -294,6 +302,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
302
|
readonly: boolean;
|
|
295
303
|
tabIndex: number;
|
|
296
304
|
autocomplete: string;
|
|
305
|
+
ariaLabel: string;
|
|
297
306
|
}, {}, {
|
|
298
307
|
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
299
308
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -334,6 +343,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
334
343
|
type: NumberConstructor;
|
|
335
344
|
default: number;
|
|
336
345
|
};
|
|
346
|
+
ariaLabel: {
|
|
347
|
+
type: StringConstructor;
|
|
348
|
+
default: undefined;
|
|
349
|
+
};
|
|
337
350
|
dataTest: {
|
|
338
351
|
type: StringConstructor;
|
|
339
352
|
default: string;
|
|
@@ -349,6 +362,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
349
362
|
}>, {}, {
|
|
350
363
|
checked: boolean;
|
|
351
364
|
}, {
|
|
365
|
+
computedAriaDescribedBy: () => string | undefined;
|
|
352
366
|
stateClasses: () => {
|
|
353
367
|
disabled: boolean;
|
|
354
368
|
error: boolean;
|
|
@@ -392,6 +406,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
392
406
|
type: NumberConstructor;
|
|
393
407
|
default: number;
|
|
394
408
|
};
|
|
409
|
+
ariaLabel: {
|
|
410
|
+
type: StringConstructor;
|
|
411
|
+
default: undefined;
|
|
412
|
+
};
|
|
395
413
|
dataTest: {
|
|
396
414
|
type: StringConstructor;
|
|
397
415
|
default: string;
|
|
@@ -418,6 +436,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
418
436
|
helperText: string;
|
|
419
437
|
defaultValue: boolean;
|
|
420
438
|
isIndeterminate: boolean;
|
|
439
|
+
ariaLabel: string;
|
|
421
440
|
focusable: boolean;
|
|
422
441
|
}, {}, {
|
|
423
442
|
SVGLine: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -83,6 +83,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
83
83
|
name: string;
|
|
84
84
|
flag: string;
|
|
85
85
|
} | undefined;
|
|
86
|
+
computedAriaControls: () => string | undefined;
|
|
86
87
|
}, {
|
|
87
88
|
parsePhoneInputString(value: string): string;
|
|
88
89
|
trimPhoneInput(value: string): string;
|
|
@@ -246,8 +247,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
246
247
|
"onSelected:country"?: ((...args: any[]) => any) | undefined;
|
|
247
248
|
}>, {
|
|
248
249
|
dataTest: string;
|
|
249
|
-
searchText: string;
|
|
250
250
|
ariaLabel: string;
|
|
251
|
+
searchText: string;
|
|
251
252
|
selectedCountry: Country;
|
|
252
253
|
}, {}, {
|
|
253
254
|
CountryFlag: any;
|
|
@@ -376,6 +377,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
376
377
|
type: import('vue').PropType<import('../select/FusionSelect').FusionSelectOption>;
|
|
377
378
|
default: () => import('../select/FusionSelect').FusionSelectOption;
|
|
378
379
|
};
|
|
380
|
+
ariaLabel: {
|
|
381
|
+
type: StringConstructor;
|
|
382
|
+
default: string;
|
|
383
|
+
};
|
|
379
384
|
dataTest: {
|
|
380
385
|
type: StringConstructor;
|
|
381
386
|
default: string;
|
|
@@ -424,6 +429,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
429
|
type: import('vue').PropType<import('../select/FusionSelect').FusionSelectOption>;
|
|
425
430
|
default: () => import('../select/FusionSelect').FusionSelectOption;
|
|
426
431
|
};
|
|
432
|
+
ariaLabel: {
|
|
433
|
+
type: StringConstructor;
|
|
434
|
+
default: string;
|
|
435
|
+
};
|
|
427
436
|
dataTest: {
|
|
428
437
|
type: StringConstructor;
|
|
429
438
|
default: string;
|
|
@@ -434,6 +443,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
434
443
|
"onHandle:close"?: ((...args: any[]) => any) | undefined;
|
|
435
444
|
}>, {
|
|
436
445
|
dataTest: string;
|
|
446
|
+
ariaLabel: string;
|
|
437
447
|
selected: import('../select/FusionSelect').FusionSelectOption;
|
|
438
448
|
options: import('../select/FusionSelect').FusionSelectOption[];
|
|
439
449
|
searchText: string;
|
|
@@ -525,6 +535,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
525
535
|
type: StringConstructor;
|
|
526
536
|
default: string;
|
|
527
537
|
};
|
|
538
|
+
ariaLabel: {
|
|
539
|
+
type: StringConstructor;
|
|
540
|
+
default: undefined;
|
|
541
|
+
};
|
|
528
542
|
dataTest: {
|
|
529
543
|
type: StringConstructor;
|
|
530
544
|
default: string;
|
|
@@ -607,6 +621,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
607
621
|
type: StringConstructor;
|
|
608
622
|
default: string;
|
|
609
623
|
};
|
|
624
|
+
ariaLabel: {
|
|
625
|
+
type: StringConstructor;
|
|
626
|
+
default: undefined;
|
|
627
|
+
};
|
|
610
628
|
dataTest: {
|
|
611
629
|
type: StringConstructor;
|
|
612
630
|
default: string;
|
|
@@ -630,6 +648,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
630
648
|
readonly: boolean;
|
|
631
649
|
tabIndex: number;
|
|
632
650
|
autocomplete: string;
|
|
651
|
+
ariaLabel: string;
|
|
633
652
|
}, {}, {
|
|
634
653
|
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
635
654
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -224,13 +224,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
224
224
|
readonly: boolean;
|
|
225
225
|
tabIndex: number;
|
|
226
226
|
autocomplete: string;
|
|
227
|
+
ariaLabel: string;
|
|
227
228
|
searchText: string;
|
|
228
229
|
searchPlaceholder: string;
|
|
229
230
|
searchLoading: boolean;
|
|
230
231
|
searchErrorTitle: string;
|
|
231
232
|
searchErrorDescription: string;
|
|
232
233
|
autofocus: boolean;
|
|
233
|
-
ariaLabel: string;
|
|
234
234
|
minSearchLength: number;
|
|
235
235
|
}, {}, {
|
|
236
236
|
SVGSearch: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -291,6 +291,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
291
291
|
type: StringConstructor;
|
|
292
292
|
default: string;
|
|
293
293
|
};
|
|
294
|
+
ariaLabel: {
|
|
295
|
+
type: StringConstructor;
|
|
296
|
+
default: undefined;
|
|
297
|
+
};
|
|
294
298
|
dataTest: {
|
|
295
299
|
type: StringConstructor;
|
|
296
300
|
default: string;
|
|
@@ -373,6 +377,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
373
377
|
type: StringConstructor;
|
|
374
378
|
default: string;
|
|
375
379
|
};
|
|
380
|
+
ariaLabel: {
|
|
381
|
+
type: StringConstructor;
|
|
382
|
+
default: undefined;
|
|
383
|
+
};
|
|
376
384
|
dataTest: {
|
|
377
385
|
type: StringConstructor;
|
|
378
386
|
default: string;
|
|
@@ -396,6 +404,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
396
404
|
readonly: boolean;
|
|
397
405
|
tabIndex: number;
|
|
398
406
|
autocomplete: string;
|
|
407
|
+
ariaLabel: string;
|
|
399
408
|
}, {}, {
|
|
400
409
|
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
401
410
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -436,6 +445,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
436
445
|
type: PropType<FusionSelectOption>;
|
|
437
446
|
default: () => FusionSelectOption;
|
|
438
447
|
};
|
|
448
|
+
ariaLabel: {
|
|
449
|
+
type: StringConstructor;
|
|
450
|
+
default: string;
|
|
451
|
+
};
|
|
439
452
|
dataTest: {
|
|
440
453
|
type: StringConstructor;
|
|
441
454
|
default: string;
|
|
@@ -484,6 +497,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
484
497
|
type: PropType<FusionSelectOption>;
|
|
485
498
|
default: () => FusionSelectOption;
|
|
486
499
|
};
|
|
500
|
+
ariaLabel: {
|
|
501
|
+
type: StringConstructor;
|
|
502
|
+
default: string;
|
|
503
|
+
};
|
|
487
504
|
dataTest: {
|
|
488
505
|
type: StringConstructor;
|
|
489
506
|
default: string;
|
|
@@ -494,6 +511,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
494
511
|
"onHandle:close"?: ((...args: any[]) => any) | undefined;
|
|
495
512
|
}>, {
|
|
496
513
|
dataTest: string;
|
|
514
|
+
ariaLabel: string;
|
|
497
515
|
selected: FusionSelectOption;
|
|
498
516
|
options: FusionSelectOption[];
|
|
499
517
|
searchText: string;
|
|
@@ -585,6 +603,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
585
603
|
type: StringConstructor;
|
|
586
604
|
default: string;
|
|
587
605
|
};
|
|
606
|
+
ariaLabel: {
|
|
607
|
+
type: StringConstructor;
|
|
608
|
+
default: undefined;
|
|
609
|
+
};
|
|
588
610
|
dataTest: {
|
|
589
611
|
type: StringConstructor;
|
|
590
612
|
default: string;
|
|
@@ -667,6 +689,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
667
689
|
type: StringConstructor;
|
|
668
690
|
default: string;
|
|
669
691
|
};
|
|
692
|
+
ariaLabel: {
|
|
693
|
+
type: StringConstructor;
|
|
694
|
+
default: undefined;
|
|
695
|
+
};
|
|
670
696
|
dataTest: {
|
|
671
697
|
type: StringConstructor;
|
|
672
698
|
default: string;
|
|
@@ -690,6 +716,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
690
716
|
readonly: boolean;
|
|
691
717
|
tabIndex: number;
|
|
692
718
|
autocomplete: string;
|
|
719
|
+
ariaLabel: string;
|
|
693
720
|
}, {}, {
|
|
694
721
|
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
695
722
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -232,6 +232,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
232
|
readonly: boolean;
|
|
233
233
|
tabIndex: number;
|
|
234
234
|
autocomplete: string;
|
|
235
|
+
ariaLabel: string;
|
|
235
236
|
searchText: string;
|
|
236
237
|
searchDisabled: boolean;
|
|
237
238
|
searchPlaceholder: string;
|
|
@@ -239,7 +240,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
239
240
|
searchErrorTitle: string;
|
|
240
241
|
searchErrorDescription: string;
|
|
241
242
|
autofocus: boolean;
|
|
242
|
-
ariaLabel: string;
|
|
243
243
|
}, {}, {
|
|
244
244
|
SVGArrowDown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
245
245
|
FusionListBox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -279,6 +279,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
279
279
|
type: PropType<FusionSelectOption>;
|
|
280
280
|
default: () => FusionSelectOption;
|
|
281
281
|
};
|
|
282
|
+
ariaLabel: {
|
|
283
|
+
type: StringConstructor;
|
|
284
|
+
default: string;
|
|
285
|
+
};
|
|
282
286
|
dataTest: {
|
|
283
287
|
type: StringConstructor;
|
|
284
288
|
default: string;
|
|
@@ -327,6 +331,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
327
331
|
type: PropType<FusionSelectOption>;
|
|
328
332
|
default: () => FusionSelectOption;
|
|
329
333
|
};
|
|
334
|
+
ariaLabel: {
|
|
335
|
+
type: StringConstructor;
|
|
336
|
+
default: string;
|
|
337
|
+
};
|
|
330
338
|
dataTest: {
|
|
331
339
|
type: StringConstructor;
|
|
332
340
|
default: string;
|
|
@@ -337,6 +345,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
337
345
|
"onHandle:close"?: ((...args: any[]) => any) | undefined;
|
|
338
346
|
}>, {
|
|
339
347
|
dataTest: string;
|
|
348
|
+
ariaLabel: string;
|
|
340
349
|
selected: FusionSelectOption;
|
|
341
350
|
options: FusionSelectOption[];
|
|
342
351
|
searchText: string;
|
|
@@ -428,6 +437,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
428
437
|
type: StringConstructor;
|
|
429
438
|
default: string;
|
|
430
439
|
};
|
|
440
|
+
ariaLabel: {
|
|
441
|
+
type: StringConstructor;
|
|
442
|
+
default: undefined;
|
|
443
|
+
};
|
|
431
444
|
dataTest: {
|
|
432
445
|
type: StringConstructor;
|
|
433
446
|
default: string;
|
|
@@ -510,6 +523,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
510
523
|
type: StringConstructor;
|
|
511
524
|
default: string;
|
|
512
525
|
};
|
|
526
|
+
ariaLabel: {
|
|
527
|
+
type: StringConstructor;
|
|
528
|
+
default: undefined;
|
|
529
|
+
};
|
|
513
530
|
dataTest: {
|
|
514
531
|
type: StringConstructor;
|
|
515
532
|
default: string;
|
|
@@ -533,6 +550,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
533
550
|
readonly: boolean;
|
|
534
551
|
tabIndex: number;
|
|
535
552
|
autocomplete: string;
|
|
553
|
+
ariaLabel: string;
|
|
536
554
|
}, {}, {
|
|
537
555
|
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
538
556
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
13
13
|
};
|
|
14
14
|
ariaDescribedBy: {
|
|
15
15
|
type: StringConstructor;
|
|
16
|
-
|
|
16
|
+
default: undefined;
|
|
17
17
|
};
|
|
18
18
|
rows: {
|
|
19
19
|
type: StringConstructor;
|
|
@@ -74,7 +74,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
74
74
|
}>, {}, {
|
|
75
75
|
inputValue: string;
|
|
76
76
|
}, {
|
|
77
|
-
|
|
77
|
+
computedAriaDescribedBy: () => string | undefined;
|
|
78
|
+
computedAriaInvalid: () => "true" | undefined;
|
|
79
|
+
stateClasses: () => {
|
|
78
80
|
disabled: boolean;
|
|
79
81
|
error: boolean;
|
|
80
82
|
};
|
|
@@ -98,7 +100,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
98
100
|
};
|
|
99
101
|
ariaDescribedBy: {
|
|
100
102
|
type: StringConstructor;
|
|
101
|
-
|
|
103
|
+
default: undefined;
|
|
102
104
|
};
|
|
103
105
|
rows: {
|
|
104
106
|
type: StringConstructor;
|
|
@@ -165,6 +167,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
165
167
|
dataTest: string;
|
|
166
168
|
required: boolean;
|
|
167
169
|
disabled: boolean;
|
|
170
|
+
ariaDescribedBy: string;
|
|
168
171
|
rows: string;
|
|
169
172
|
cols: string;
|
|
170
173
|
placeholder: string;
|