manolis-ui 0.2.6 → 0.2.9
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/index.d.ts +4 -1
- package/dist/manolis-ui.js +280 -254
- package/dist/manolis-ui.umd.cjs +7 -7
- package/dist/style.css +41 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -82,7 +82,9 @@ declare const __VLS_component_8: DefineComponent<__VLS_Props, {}, {}, {}, {}, Co
|
|
|
82
82
|
inputRef: HTMLInputElement;
|
|
83
83
|
}, HTMLDivElement>;
|
|
84
84
|
|
|
85
|
-
declare const __VLS_component_9: DefineComponent<Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_13> & Readonly<{}>, {
|
|
85
|
+
declare const __VLS_component_9: DefineComponent<Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_13> & Readonly<{}>, {
|
|
86
|
+
collapseOnMobile: boolean;
|
|
87
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
86
88
|
|
|
87
89
|
declare type __VLS_Props = {
|
|
88
90
|
modelValue: string[];
|
|
@@ -449,6 +451,7 @@ declare interface Props_13 {
|
|
|
449
451
|
items: Array<FooterNavigation>;
|
|
450
452
|
background?: string;
|
|
451
453
|
color?: string;
|
|
454
|
+
collapseOnMobile?: boolean;
|
|
452
455
|
}
|
|
453
456
|
|
|
454
457
|
declare interface Props_14 {
|