@maltjoy/core-vue
Advanced tools
Comparing version 1.0.0-beta.9 to 1.0.0-beta.10
@@ -19,2 +19,8 @@ import { ButtonSizes, ButtonVariants } from './JoyButton.types'; | ||
}; | ||
/** | ||
* Use default slot or label property. | ||
*/ | ||
label: { | ||
type: StringConstructor; | ||
}; | ||
/** Change the component's state and display a JoySpinner. */ | ||
@@ -53,2 +59,8 @@ loading: { | ||
}; | ||
/** | ||
* Use default slot or label property. | ||
*/ | ||
label: { | ||
type: StringConstructor; | ||
}; | ||
/** Change the component's state and display a JoySpinner. */ | ||
@@ -55,0 +67,0 @@ loading: { |
@@ -20,2 +20,3 @@ import { PropType } from 'vue'; | ||
}; | ||
text: StringConstructor; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
@@ -38,2 +39,3 @@ size: { | ||
}; | ||
text: StringConstructor; | ||
}>>, { | ||
@@ -40,0 +42,0 @@ size: "small" | "medium" | "large"; |
@@ -14,2 +14,3 @@ import { PropType } from 'vue'; | ||
icon: StringConstructor; | ||
text: StringConstructor; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ | ||
@@ -26,2 +27,3 @@ href: { | ||
icon: StringConstructor; | ||
text: StringConstructor; | ||
}>>, { | ||
@@ -28,0 +30,0 @@ color: "teal" | "white"; |
@@ -28,6 +28,2 @@ import { PropType } from 'vue'; | ||
}; | ||
fullWidth: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
required: { | ||
@@ -60,6 +56,2 @@ type: BooleanConstructor; | ||
}; | ||
fullWidth: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
required: { | ||
@@ -86,3 +78,2 @@ type: BooleanConstructor; | ||
requiredMark: boolean; | ||
fullWidth: boolean; | ||
}>, { | ||
@@ -89,0 +80,0 @@ checkbox: (_: Option) => any; |
@@ -80,3 +80,3 @@ import { PropType } from 'vue'; | ||
}>, { | ||
label: (_: {}) => any; | ||
'select-label': (_: {}) => any; | ||
default: (_: {}) => any; | ||
@@ -83,0 +83,0 @@ }>; |
@@ -27,2 +27,3 @@ import { PropType } from 'vue'; | ||
'template-subtitle': (_: {}) => any; | ||
'template-actions': (_: {}) => any; | ||
'template-main': (_: {}) => any; | ||
@@ -29,0 +30,0 @@ 'template-sidebar': (_: {}) => any; |
{ | ||
"name": "@maltjoy/core-vue", | ||
"version": "1.0.0-beta.9", | ||
"version": "1.0.0-beta.10", | ||
"type": "module", | ||
@@ -38,3 +38,3 @@ "files": [ | ||
"dependencies": { | ||
"@maltjoy/themes": "3.1.5", | ||
"@maltjoy/themes": "3.2.0", | ||
"@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
282537
59
5547
+ Added@maltjoy/themes@3.2.0(transitive)
- Removed@maltjoy/themes@3.1.5(transitive)
Updated@maltjoy/themes@3.2.0