@oub/fusion 0.2.149 → 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 +3524 -3434
- 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 +32 -16
- package/dist/lib/components/form/checkbox/FusionCheckboxGroup.vue.d.ts +49 -19
- package/dist/lib/components/form/input/FusionInput.vue.d.ts +9 -0
- package/dist/lib/components/form/password-input/FusionPasswordInput.vue.d.ts +41 -16
- 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/lib/components/svgs/SVGLine.vue.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|