Fix small devices layout

This commit is contained in:
2024-03-17 08:04:29 +01:00
parent de1f977e17
commit 264c7b7122
147 changed files with 3 additions and 3339 deletions

View File

@@ -1,60 +0,0 @@
import type { ProgressLabelPosition, ProgressSize, ProgressVariant } from './types';
declare const _default: import("vue").DefineComponent<{
label: {
type: import("vue").PropType<string>;
default: string;
};
progress: {
type: import("vue").PropType<number>;
default: number;
};
color: {
type: import("vue").PropType<ProgressVariant>;
default: string;
};
size: {
type: import("vue").PropType<ProgressSize>;
default: string;
};
labelPosition: {
type: import("vue").PropType<ProgressLabelPosition>;
default: string;
};
labelProgress: {
type: import("vue").PropType<boolean>;
default: boolean;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
label: {
type: import("vue").PropType<string>;
default: string;
};
progress: {
type: import("vue").PropType<number>;
default: number;
};
color: {
type: import("vue").PropType<ProgressVariant>;
default: string;
};
size: {
type: import("vue").PropType<ProgressSize>;
default: string;
};
labelPosition: {
type: import("vue").PropType<ProgressLabelPosition>;
default: string;
};
labelProgress: {
type: import("vue").PropType<boolean>;
default: boolean;
};
}>>, {
label: string;
progress: number;
color: ProgressVariant;
size: ProgressSize;
labelPosition: ProgressLabelPosition;
labelProgress: boolean;
}, {}>;
export default _default;