@oub/fusion 0.2.128 → 0.2.129
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 +353 -353
- package/dist/fusion.umd.cjs +1 -1
- package/dist/lib/components/common/panel/FusionPanel.vue.d.ts +1 -1
- package/dist/lib/components/form/input/FusionInput.vue.d.ts +1 -1
- package/dist/lib/components/form/password-input/FusionPasswordInput.vue.d.ts +1 -1
- package/dist/lib/components/form/phone/FusionPhoneInput.vue.d.ts +1 -1
- package/dist/lib/components/form/searchable-input/FusionSearchableInput.vue.d.ts +2 -2
- package/dist/lib/components/form/select/FusionSelect.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- /package/dist/lib/components/svgs/{V2/SVGDanger.vue.d.ts → SVGExclamationOctagon.vue.d.ts} +0 -0
|
@@ -302,7 +302,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
302
302
|
tabIndex: number;
|
|
303
303
|
autocomplete: string;
|
|
304
304
|
}, {}, {
|
|
305
|
-
|
|
305
|
+
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
306
306
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
307
307
|
OnClickOutside: import('vue').DefineComponent<import('@vueuse/components').OnClickOutsideProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@vueuse/components').OnClickOutsideProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
308
308
|
FusionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -161,6 +161,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
161
161
|
tabIndex: number;
|
|
162
162
|
autocomplete: string;
|
|
163
163
|
}, {}, {
|
|
164
|
-
|
|
164
|
+
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
165
165
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
166
166
|
export default _default;
|
|
@@ -295,7 +295,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
295
295
|
tabIndex: number;
|
|
296
296
|
autocomplete: string;
|
|
297
297
|
}, {}, {
|
|
298
|
-
|
|
298
|
+
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
299
299
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
300
300
|
FusionCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
301
301
|
label: {
|
|
@@ -622,7 +622,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
622
622
|
tabIndex: number;
|
|
623
623
|
autocomplete: string;
|
|
624
624
|
}, {}, {
|
|
625
|
-
|
|
625
|
+
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
626
626
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
627
627
|
OnClickOutside: import('vue').DefineComponent<import('@vueuse/components').OnClickOutsideProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@vueuse/components').OnClickOutsideProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
628
628
|
FusionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -408,7 +408,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
408
408
|
tabIndex: number;
|
|
409
409
|
autocomplete: string;
|
|
410
410
|
}, {}, {
|
|
411
|
-
|
|
411
|
+
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
412
412
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
413
413
|
FusionPanel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
414
414
|
theme: {
|
|
@@ -711,7 +711,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
711
711
|
tabIndex: number;
|
|
712
712
|
autocomplete: string;
|
|
713
713
|
}, {}, {
|
|
714
|
-
|
|
714
|
+
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
715
715
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
716
716
|
OnClickOutside: import('vue').DefineComponent<import('@vueuse/components').OnClickOutsideProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@vueuse/components').OnClickOutsideProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
717
717
|
FusionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -543,7 +543,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
543
543
|
tabIndex: number;
|
|
544
544
|
autocomplete: string;
|
|
545
545
|
}, {}, {
|
|
546
|
-
|
|
546
|
+
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
547
547
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
548
548
|
OnClickOutside: import('vue').DefineComponent<import('@vueuse/components').OnClickOutsideProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@vueuse/components').OnClickOutsideProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
549
549
|
FusionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|