@oub/fusion 0.2.144 → 0.2.145
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 +1164 -1144
- package/dist/fusion.umd.cjs +6 -6
- package/dist/lib/components/common/country/CountrySelectDropdown.vue.d.ts +10 -1
- package/dist/lib/components/common/country/CountrySelectList.vue.d.ts +9 -0
- package/dist/lib/components/form/phone/FusionPhoneInput.vue.d.ts +20 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -21,6 +21,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
+
ariaControls: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: undefined;
|
|
27
|
+
};
|
|
24
28
|
}>, {}, {}, {}, {
|
|
25
29
|
handleToggle(): void;
|
|
26
30
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "toggle:select"[], "toggle:select", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -45,6 +49,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
49
|
type: BooleanConstructor;
|
|
46
50
|
default: boolean;
|
|
47
51
|
};
|
|
52
|
+
ariaControls: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: undefined;
|
|
55
|
+
};
|
|
48
56
|
}>> & Readonly<{
|
|
49
57
|
"onToggle:select"?: ((...args: any[]) => any) | undefined;
|
|
50
58
|
}>, {
|
|
@@ -52,8 +60,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
52
60
|
disabled: boolean;
|
|
53
61
|
country: Country;
|
|
54
62
|
isOpen: boolean;
|
|
63
|
+
ariaControls: string;
|
|
55
64
|
}, {}, {
|
|
56
|
-
SVGArrowDown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
57
65
|
CountryFlag: any;
|
|
66
|
+
SVGArrowDown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
58
67
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
59
68
|
export default _default;
|
|
@@ -17,6 +17,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
type: StringConstructor;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
|
+
ariaLabel: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
20
24
|
}>, {}, {
|
|
21
25
|
countriesList: {
|
|
22
26
|
code: string;
|
|
@@ -47,12 +51,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
47
51
|
type: StringConstructor;
|
|
48
52
|
default: string;
|
|
49
53
|
};
|
|
54
|
+
ariaLabel: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
50
58
|
}>> & Readonly<{
|
|
51
59
|
"onSelect:country"?: ((...args: any[]) => any) | undefined;
|
|
52
60
|
"onSelected:country"?: ((...args: any[]) => any) | undefined;
|
|
53
61
|
}>, {
|
|
54
62
|
dataTest: string;
|
|
55
63
|
searchText: string;
|
|
64
|
+
ariaLabel: string;
|
|
56
65
|
selectedCountry: Country;
|
|
57
66
|
}, {}, {
|
|
58
67
|
CountryFlag: any;
|
|
@@ -203,6 +203,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
203
203
|
type: StringConstructor;
|
|
204
204
|
default: string;
|
|
205
205
|
};
|
|
206
|
+
ariaLabel: {
|
|
207
|
+
type: StringConstructor;
|
|
208
|
+
default: string;
|
|
209
|
+
};
|
|
206
210
|
}>, {}, {
|
|
207
211
|
countriesList: {
|
|
208
212
|
code: string;
|
|
@@ -233,12 +237,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
233
237
|
type: StringConstructor;
|
|
234
238
|
default: string;
|
|
235
239
|
};
|
|
240
|
+
ariaLabel: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
236
244
|
}>> & Readonly<{
|
|
237
245
|
"onSelect:country"?: ((...args: any[]) => any) | undefined;
|
|
238
246
|
"onSelected:country"?: ((...args: any[]) => any) | undefined;
|
|
239
247
|
}>, {
|
|
240
248
|
dataTest: string;
|
|
241
249
|
searchText: string;
|
|
250
|
+
ariaLabel: string;
|
|
242
251
|
selectedCountry: Country;
|
|
243
252
|
}, {}, {
|
|
244
253
|
CountryFlag: any;
|
|
@@ -735,6 +744,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
735
744
|
type: BooleanConstructor;
|
|
736
745
|
default: boolean;
|
|
737
746
|
};
|
|
747
|
+
ariaControls: {
|
|
748
|
+
type: StringConstructor;
|
|
749
|
+
default: undefined;
|
|
750
|
+
};
|
|
738
751
|
}>, {}, {}, {}, {
|
|
739
752
|
handleToggle(): void;
|
|
740
753
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "toggle:select"[], "toggle:select", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -759,6 +772,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
759
772
|
type: BooleanConstructor;
|
|
760
773
|
default: boolean;
|
|
761
774
|
};
|
|
775
|
+
ariaControls: {
|
|
776
|
+
type: StringConstructor;
|
|
777
|
+
default: undefined;
|
|
778
|
+
};
|
|
762
779
|
}>> & Readonly<{
|
|
763
780
|
"onToggle:select"?: ((...args: any[]) => any) | undefined;
|
|
764
781
|
}>, {
|
|
@@ -766,10 +783,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
766
783
|
disabled: boolean;
|
|
767
784
|
country: Country;
|
|
768
785
|
isOpen: boolean;
|
|
786
|
+
ariaControls: string;
|
|
769
787
|
}, {}, {
|
|
770
|
-
SVGArrowDown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
771
788
|
CountryFlag: any;
|
|
789
|
+
SVGArrowDown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
772
790
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
773
|
-
|
|
791
|
+
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
774
792
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
775
793
|
export default _default;
|