@oub/fusion 0.2.151 → 0.2.153
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 +1240 -1218
- package/dist/fusion.umd.cjs +6 -6
- package/dist/lib/components/common/country/CountrySelectList.vue.d.ts +2 -2
- package/dist/lib/components/common/key-value-pair/FusionKeyValuePair.vue.d.ts +10 -19
- package/dist/lib/components/{link/text → common/link}/FusionTextLink.vue.d.ts +4 -13
- package/dist/lib/components/common/list/FusionListItem.vue.d.ts +2 -2
- package/dist/lib/components/common/list-box/FusionListBox.vue.d.ts +2 -2
- package/dist/lib/components/common/menu/menu-item/FusionMenuItem.vue.d.ts +2 -2
- package/dist/lib/components/form/phone/FusionPhoneInput.vue.d.ts +4 -4
- package/dist/lib/components/form/radio/FusionRadio.vue.d.ts +1 -0
- package/dist/lib/components/form/radio/FusionRadioGroup.vue.d.ts +17 -2
- package/dist/lib/components/form/searchable-input/FusionSearchableInput.vue.d.ts +2 -2
- package/dist/lib/components/form/select/FusionSelect.vue.d.ts +2 -2
- package/dist/lib/main.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- /package/dist/lib/components/{link/text → common/link}/FusionTextLink.d.ts +0 -0
|
@@ -145,10 +145,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
145
145
|
}>, {
|
|
146
146
|
variantType: keyof import('../../../../types/Global').VariantTypes;
|
|
147
147
|
disabled: boolean;
|
|
148
|
-
href: string;
|
|
149
|
-
target: string;
|
|
150
148
|
selectable: boolean;
|
|
151
149
|
selected: boolean;
|
|
150
|
+
href: string;
|
|
151
|
+
target: string;
|
|
152
152
|
}, {}, {
|
|
153
153
|
SVGCheck: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
154
154
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -218,7 +218,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
218
218
|
FusionTextLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
219
219
|
id: {
|
|
220
220
|
type: StringConstructor;
|
|
221
|
-
required: false;
|
|
222
221
|
default: string;
|
|
223
222
|
};
|
|
224
223
|
label: {
|
|
@@ -235,12 +234,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
235
234
|
};
|
|
236
235
|
variantType: {
|
|
237
236
|
type: PropType<keyof VariantTypes>;
|
|
238
|
-
required: false;
|
|
239
237
|
default: string;
|
|
240
238
|
};
|
|
241
239
|
size: {
|
|
242
240
|
type: PropType<keyof Sizes>;
|
|
243
|
-
required: false;
|
|
244
241
|
default: string;
|
|
245
242
|
};
|
|
246
243
|
tabIndex: {
|
|
@@ -252,8 +249,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
252
249
|
default: boolean;
|
|
253
250
|
};
|
|
254
251
|
iconPlacement: {
|
|
255
|
-
type: PropType<keyof import('
|
|
256
|
-
required: false;
|
|
252
|
+
type: PropType<keyof import('../link/FusionTextLink').FusionTextLinkIconPlacement>;
|
|
257
253
|
default: string;
|
|
258
254
|
};
|
|
259
255
|
dataTest: {
|
|
@@ -261,19 +257,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
261
257
|
default: string;
|
|
262
258
|
};
|
|
263
259
|
elementType: {
|
|
264
|
-
type: PropType<import('
|
|
260
|
+
type: PropType<import('../link/FusionTextLink').FusionTextLinkElement>;
|
|
265
261
|
default: string;
|
|
266
262
|
};
|
|
267
263
|
}>, {}, {}, {
|
|
268
|
-
sizeClasses()
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
isButton(): boolean;
|
|
264
|
+
sizeClasses: () => "fusion-link-small" | "fusion-link-regular";
|
|
265
|
+
iconClasses: () => "fusion-link-icon-left" | "fusion-link-icon-right";
|
|
266
|
+
buttonClasses: () => "" | "fusion-link-button";
|
|
267
|
+
isButton: () => boolean;
|
|
273
268
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input:focus" | "input:blur")[], "input:focus" | "input:blur", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
274
269
|
id: {
|
|
275
270
|
type: StringConstructor;
|
|
276
|
-
required: false;
|
|
277
271
|
default: string;
|
|
278
272
|
};
|
|
279
273
|
label: {
|
|
@@ -290,12 +284,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
290
284
|
};
|
|
291
285
|
variantType: {
|
|
292
286
|
type: PropType<keyof VariantTypes>;
|
|
293
|
-
required: false;
|
|
294
287
|
default: string;
|
|
295
288
|
};
|
|
296
289
|
size: {
|
|
297
290
|
type: PropType<keyof Sizes>;
|
|
298
|
-
required: false;
|
|
299
291
|
default: string;
|
|
300
292
|
};
|
|
301
293
|
tabIndex: {
|
|
@@ -307,8 +299,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
307
299
|
default: boolean;
|
|
308
300
|
};
|
|
309
301
|
iconPlacement: {
|
|
310
|
-
type: PropType<keyof import('
|
|
311
|
-
required: false;
|
|
302
|
+
type: PropType<keyof import('../link/FusionTextLink').FusionTextLinkIconPlacement>;
|
|
312
303
|
default: string;
|
|
313
304
|
};
|
|
314
305
|
dataTest: {
|
|
@@ -316,7 +307,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
316
307
|
default: string;
|
|
317
308
|
};
|
|
318
309
|
elementType: {
|
|
319
|
-
type: PropType<import('
|
|
310
|
+
type: PropType<import('../link/FusionTextLink').FusionTextLinkElement>;
|
|
320
311
|
default: string;
|
|
321
312
|
};
|
|
322
313
|
}>> & Readonly<{
|
|
@@ -331,8 +322,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
331
322
|
tabIndex: string;
|
|
332
323
|
href: string;
|
|
333
324
|
target: string;
|
|
334
|
-
iconPlacement: keyof import('
|
|
335
|
-
elementType: import('
|
|
325
|
+
iconPlacement: keyof import('../link/FusionTextLink').FusionTextLinkIconPlacement;
|
|
326
|
+
elementType: import('../link/FusionTextLink').FusionTextLinkElement;
|
|
336
327
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
337
328
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
338
329
|
export default _default;
|
|
@@ -4,7 +4,6 @@ import { FusionTextLinkIconPlacement, FusionTextLinkElement } from './FusionText
|
|
|
4
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
5
|
id: {
|
|
6
6
|
type: StringConstructor;
|
|
7
|
-
required: false;
|
|
8
7
|
default: string;
|
|
9
8
|
};
|
|
10
9
|
label: {
|
|
@@ -21,12 +20,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
20
|
};
|
|
22
21
|
variantType: {
|
|
23
22
|
type: PropType<keyof VariantTypes>;
|
|
24
|
-
required: false;
|
|
25
23
|
default: string;
|
|
26
24
|
};
|
|
27
25
|
size: {
|
|
28
26
|
type: PropType<keyof Sizes>;
|
|
29
|
-
required: false;
|
|
30
27
|
default: string;
|
|
31
28
|
};
|
|
32
29
|
tabIndex: {
|
|
@@ -39,7 +36,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
39
36
|
};
|
|
40
37
|
iconPlacement: {
|
|
41
38
|
type: PropType<keyof FusionTextLinkIconPlacement>;
|
|
42
|
-
required: false;
|
|
43
39
|
default: string;
|
|
44
40
|
};
|
|
45
41
|
dataTest: {
|
|
@@ -51,15 +47,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
47
|
default: string;
|
|
52
48
|
};
|
|
53
49
|
}>, {}, {}, {
|
|
54
|
-
sizeClasses()
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
isButton(): boolean;
|
|
50
|
+
sizeClasses: () => "fusion-link-small" | "fusion-link-regular";
|
|
51
|
+
iconClasses: () => "fusion-link-icon-left" | "fusion-link-icon-right";
|
|
52
|
+
buttonClasses: () => "" | "fusion-link-button";
|
|
53
|
+
isButton: () => boolean;
|
|
59
54
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input:focus" | "input:blur")[], "input:focus" | "input:blur", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
60
55
|
id: {
|
|
61
56
|
type: StringConstructor;
|
|
62
|
-
required: false;
|
|
63
57
|
default: string;
|
|
64
58
|
};
|
|
65
59
|
label: {
|
|
@@ -76,12 +70,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
70
|
};
|
|
77
71
|
variantType: {
|
|
78
72
|
type: PropType<keyof VariantTypes>;
|
|
79
|
-
required: false;
|
|
80
73
|
default: string;
|
|
81
74
|
};
|
|
82
75
|
size: {
|
|
83
76
|
type: PropType<keyof Sizes>;
|
|
84
|
-
required: false;
|
|
85
77
|
default: string;
|
|
86
78
|
};
|
|
87
79
|
tabIndex: {
|
|
@@ -94,7 +86,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
94
86
|
};
|
|
95
87
|
iconPlacement: {
|
|
96
88
|
type: PropType<keyof FusionTextLinkIconPlacement>;
|
|
97
|
-
required: false;
|
|
98
89
|
default: string;
|
|
99
90
|
};
|
|
100
91
|
dataTest: {
|
|
@@ -77,10 +77,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
79
|
disabled: boolean;
|
|
80
|
-
href: string;
|
|
81
|
-
target: string;
|
|
82
80
|
selectable: boolean;
|
|
83
81
|
selected: boolean;
|
|
82
|
+
href: string;
|
|
83
|
+
target: string;
|
|
84
84
|
hasBorderBottom: boolean;
|
|
85
85
|
}, {}, {
|
|
86
86
|
SVGTick: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -393,10 +393,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
393
393
|
}>, {
|
|
394
394
|
variantType: keyof import('../../../../types/Global').VariantTypes;
|
|
395
395
|
disabled: boolean;
|
|
396
|
-
href: string;
|
|
397
|
-
target: string;
|
|
398
396
|
selectable: boolean;
|
|
399
397
|
selected: boolean;
|
|
398
|
+
href: string;
|
|
399
|
+
target: string;
|
|
400
400
|
}, {}, {
|
|
401
401
|
SVGCheck: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
402
402
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -80,10 +80,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
80
80
|
}>, {
|
|
81
81
|
variantType: keyof VariantTypes;
|
|
82
82
|
disabled: boolean;
|
|
83
|
-
href: string;
|
|
84
|
-
target: string;
|
|
85
83
|
selectable: boolean;
|
|
86
84
|
selected: boolean;
|
|
85
|
+
href: string;
|
|
86
|
+
target: string;
|
|
87
87
|
}, {}, {
|
|
88
88
|
SVGCheck: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
89
89
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -332,10 +332,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
332
332
|
}>, {
|
|
333
333
|
variantType: keyof import('../../../../types/Global').VariantTypes;
|
|
334
334
|
disabled: boolean;
|
|
335
|
-
href: string;
|
|
336
|
-
target: string;
|
|
337
335
|
selectable: boolean;
|
|
338
336
|
selected: boolean;
|
|
337
|
+
href: string;
|
|
338
|
+
target: string;
|
|
339
339
|
}, {}, {
|
|
340
340
|
SVGCheck: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
341
341
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -733,10 +733,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
733
733
|
}>, {
|
|
734
734
|
variantType: keyof import('../../../../types/Global').VariantTypes;
|
|
735
735
|
disabled: boolean;
|
|
736
|
-
href: string;
|
|
737
|
-
target: string;
|
|
738
736
|
selectable: boolean;
|
|
739
737
|
selected: boolean;
|
|
738
|
+
href: string;
|
|
739
|
+
target: string;
|
|
740
740
|
}, {}, {
|
|
741
741
|
SVGCheck: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
742
742
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -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
|
-
|
|
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;
|
|
@@ -801,10 +801,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
801
801
|
}>, {
|
|
802
802
|
variantType: keyof import('../../../../types/Global').VariantTypes;
|
|
803
803
|
disabled: boolean;
|
|
804
|
-
href: string;
|
|
805
|
-
target: string;
|
|
806
804
|
selectable: boolean;
|
|
807
805
|
selected: boolean;
|
|
806
|
+
href: string;
|
|
807
|
+
target: string;
|
|
808
808
|
}, {}, {
|
|
809
809
|
SVGCheck: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
810
810
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -635,10 +635,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
635
635
|
}>, {
|
|
636
636
|
variantType: keyof import('../../../../types/Global').VariantTypes;
|
|
637
637
|
disabled: boolean;
|
|
638
|
-
href: string;
|
|
639
|
-
target: string;
|
|
640
638
|
selectable: boolean;
|
|
641
639
|
selected: boolean;
|
|
640
|
+
href: string;
|
|
641
|
+
target: string;
|
|
642
642
|
}, {}, {
|
|
643
643
|
SVGCheck: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
644
644
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/dist/lib/main.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { default as FusionButton } from './components/form/button/FusionButton.v
|
|
|
2
2
|
import { default as FusionTextarea } from './components/form/textarea/FusionTextarea.vue';
|
|
3
3
|
import { default as FusionCheckbox } from './components/form/checkbox/FusionCheckbox.vue';
|
|
4
4
|
import { default as FusionRadio } from './components/form/radio/FusionRadio.vue';
|
|
5
|
-
import { default as FusionTextLink } from './components/link/text/FusionTextLink.vue';
|
|
6
5
|
import { default as FusionSelect } from './components/form/select/FusionSelect.vue';
|
|
7
6
|
import { default as FusionPasswordInput } from './components/form/password-input/FusionPasswordInput.vue';
|
|
8
7
|
import { default as FusionInput } from './components/form/input/FusionInput.vue';
|
|
@@ -10,6 +9,7 @@ import { default as FusionPhoneInput } from './components/form/phone/FusionPhone
|
|
|
10
9
|
import { default as FusionRadioGroup } from './components/form/radio/FusionRadioGroup.vue';
|
|
11
10
|
import { default as FusionCheckboxGroup } from './components/form/checkbox/FusionCheckboxGroup.vue';
|
|
12
11
|
import { default as FusionBanner } from './components/common/banner/FusionBanner.vue';
|
|
12
|
+
import { default as FusionTextLink } from './components/common/link/FusionTextLink.vue';
|
|
13
13
|
import { default as FusionLoadingSpinner } from './components/common/loading-spinner/FusionLoadingSpinner.vue';
|
|
14
14
|
import { default as FusionDatePicker } from './components/common/date-picker/FusionDatePicker.vue';
|
|
15
15
|
import { default as FusionSearchableInput } from './components/form/searchable-input/FusionSearchableInput.vue';
|