@maltjoy/core-vue
Advanced tools
Comparing version 1.0.0-beta.6 to 1.0.0-beta.7
@@ -5,2 +5,9 @@ import { PropType } from 'vue'; | ||
/** | ||
* Display the colored bulletpoint on the left | ||
*/ | ||
bulletpoint: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
/** | ||
* Use label or slot in order to inject the text. | ||
@@ -21,2 +28,9 @@ */ | ||
/** | ||
* Display the colored bulletpoint on the left | ||
*/ | ||
bulletpoint: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
/** | ||
* Use label or slot in order to inject the text. | ||
@@ -37,2 +51,3 @@ */ | ||
label: string; | ||
bulletpoint: boolean; | ||
}>, { | ||
@@ -39,0 +54,0 @@ default: (_: {}) => any; |
@@ -180,3 +180,6 @@ import { PropType } from 'vue'; | ||
'dropdown-button': (_: {}) => any; | ||
'dropdown-header': (_: {}) => any; | ||
'dropdown-items': (_: {}) => any; | ||
'dropdown-item': (_: import("../JoyDropdownList/VJoyDropdownList.vue").Option) => any; | ||
'dropdown-footer': (_: {}) => any; | ||
}>; | ||
@@ -183,0 +186,0 @@ export default _default; |
@@ -83,4 +83,6 @@ import { PropType } from 'vue'; | ||
}>, { | ||
'dropdown-list-header': (_: {}) => any; | ||
'dropdown-list-items': (_: {}) => any; | ||
label: (_: Option) => any; | ||
footer: (_: {}) => any; | ||
'dropdown-list-footer': (_: {}) => any; | ||
}>; | ||
@@ -87,0 +89,0 @@ export default _default; |
{ | ||
"name": "@maltjoy/core-vue", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0-beta.7", | ||
"type": "module", | ||
@@ -46,14 +46,14 @@ "files": [ | ||
"@rushstack/eslint-patch": "^1.2.0", | ||
"@storybook/addon-docs": "7.0.0-beta.64", | ||
"@storybook/addon-essentials": "7.0.0-beta.64", | ||
"@storybook/addon-interactions": "7.0.0-beta.64", | ||
"@storybook/addon-links": "7.0.0-beta.64", | ||
"@storybook/addons": "7.0.0-beta.64", | ||
"@storybook/channel-postmessage": "7.0.0-beta.64", | ||
"@storybook/channel-websocket": "7.0.0-beta.64", | ||
"@storybook/client-api": "7.0.0-beta.64", | ||
"@storybook/preview-web": "7.0.0-beta.64", | ||
"@storybook/addon-docs": "7.0.0-rc.8", | ||
"@storybook/addon-essentials": "7.0.0-rc.8", | ||
"@storybook/addon-interactions": "7.0.0-rc.8", | ||
"@storybook/addon-links": "7.0.0-rc.8", | ||
"@storybook/addons": "7.0.0-rc.8", | ||
"@storybook/channel-postmessage": "7.0.0-rc.8", | ||
"@storybook/channel-websocket": "7.0.0-rc.8", | ||
"@storybook/client-api": "7.0.0-rc.8", | ||
"@storybook/preview-web": "7.0.0-rc.8", | ||
"@storybook/testing-library": "0.0.14-next.1", | ||
"@storybook/vue3": "7.0.0-beta.64", | ||
"@storybook/vue3-vite": "7.0.0-beta.64", | ||
"@storybook/vue3": "7.0.0-rc.8", | ||
"@storybook/vue3-vite": "7.0.0-rc.8", | ||
"@typescript-eslint/parser": "5.51.0", | ||
@@ -74,3 +74,3 @@ "@vitejs/plugin-vue": "^4.0.0", | ||
"react-dom": "17.0.2", | ||
"storybook": "7.0.0-beta.64", | ||
"storybook": "7.0.0-rc.8", | ||
"typescript": "^4.9.3", | ||
@@ -77,0 +77,0 @@ "vite": "^4.0.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
280719
5517