@maltjoy/core-vue
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
import { SIZES } from '@/types'; | ||
export type PanelSizes = Extract<(typeof SIZES)[number], 'small' | 'medium' | 'large'>; | ||
export declare const PANEL_SIZES: PanelSizes[]; | ||
export type PanelTitleSizes = Extract<(typeof SIZES)[number], 'small' | 'large'>; | ||
export declare const PANEL_TITLE_SIZES: PanelTitleSizes[]; |
import { PropType } from 'vue'; | ||
import { PanelSizes } from './JoyPanel.types'; | ||
import { PanelSizes, PanelTitleSizes } from './JoyPanel.types'; | ||
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ | ||
@@ -16,2 +16,7 @@ flex: { | ||
}; | ||
titleSize: { | ||
type: PropType<PanelTitleSizes>; | ||
default: string; | ||
validator(size: PanelTitleSizes): boolean; | ||
}; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
@@ -30,5 +35,11 @@ flex: { | ||
}; | ||
titleSize: { | ||
type: PropType<PanelTitleSizes>; | ||
default: string; | ||
validator(size: PanelTitleSizes): boolean; | ||
}; | ||
}>>, { | ||
noMargin: boolean; | ||
padding: PanelSizes; | ||
titleSize: PanelTitleSizes; | ||
}>, { | ||
@@ -35,0 +46,0 @@ 'panel-title': (_: {}) => any; |
import { PropType } from 'vue'; | ||
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ | ||
/** Horizontal spread. Refers to CSS flex justify-content. */ | ||
justify: { | ||
@@ -7,2 +8,3 @@ type: PropType<"flex-end" | "center" | "space-between" | "flex-start">; | ||
}; | ||
/** Vertical spread. Refers to CSS flex align-items. */ | ||
align: { | ||
@@ -12,2 +14,3 @@ type: PropType<"flex-end" | "stretch" | "center" | "flex-start">; | ||
}; | ||
/** Vertical flex, or horizontal. Refers to CSS flex-direction */ | ||
direction: { | ||
@@ -17,2 +20,3 @@ type: PropType<"column" | "row">; | ||
}; | ||
/** Automatically sets new line if there are not enough horizontal space. Refers to CSS flex-wrap */ | ||
wrap: { | ||
@@ -27,2 +31,3 @@ type: PropType<"nowrap" | "wrap">; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
/** Horizontal spread. Refers to CSS flex justify-content. */ | ||
justify: { | ||
@@ -32,2 +37,3 @@ type: PropType<"flex-end" | "center" | "space-between" | "flex-start">; | ||
}; | ||
/** Vertical spread. Refers to CSS flex align-items. */ | ||
align: { | ||
@@ -37,2 +43,3 @@ type: PropType<"flex-end" | "stretch" | "center" | "flex-start">; | ||
}; | ||
/** Vertical flex, or horizontal. Refers to CSS flex-direction */ | ||
direction: { | ||
@@ -42,2 +49,3 @@ type: PropType<"column" | "row">; | ||
}; | ||
/** Automatically sets new line if there are not enough horizontal space. Refers to CSS flex-wrap */ | ||
wrap: { | ||
@@ -44,0 +52,0 @@ type: PropType<"nowrap" | "wrap">; |
{ | ||
"name": "@maltjoy/core-vue", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "files": [ | ||
"dependencies": { | ||
"@maltjoy/themes": "3.2.0", | ||
"@maltjoy/themes": "3.2.1", | ||
"@vueuse/components": "^9.13.0", | ||
@@ -41,0 +41,0 @@ "@vueuse/core": "^9.13.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
284988
5588
+ Added@maltjoy/themes@3.2.1(transitive)
- Removed@maltjoy/themes@3.2.0(transitive)
Updated@maltjoy/themes@3.2.1