dockview-vue
Advanced tools
Comparing version 1.14.2 to 1.15.0
@@ -168,2 +168,3 @@ "use strict"; | ||
disableDnd: { type: Boolean }, | ||
gap: {}, | ||
watermarkComponent: {}, | ||
@@ -170,0 +171,0 @@ defaultTabComponent: {}, |
@@ -167,2 +167,3 @@ var __defProp = Object.defineProperty; | ||
disableDnd: { type: Boolean }, | ||
gap: {}, | ||
watermarkComponent: {}, | ||
@@ -169,0 +170,0 @@ defaultTabComponent: {}, |
@@ -168,2 +168,3 @@ (function(global, factory) { | ||
disableDnd: { type: Boolean }, | ||
gap: {}, | ||
watermarkComponent: {}, | ||
@@ -170,0 +171,0 @@ defaultTabComponent: {}, |
@@ -1,14 +0,6 @@ | ||
import { type DockviewOptions, type DockviewReadyEvent } from 'dockview-core'; | ||
interface VueProps { | ||
watermarkComponent?: string; | ||
defaultTabComponent?: string; | ||
rightHeaderActionsComponent?: string; | ||
leftHeaderActionsComponent?: string; | ||
prefixHeaderActionsComponent?: string; | ||
} | ||
export type IDockviewVueProps = DockviewOptions & VueProps; | ||
import type { IDockviewVueProps } from './types'; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<IDockviewVueProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { | ||
ready: (event: DockviewReadyEvent) => void; | ||
ready: (event: import("dockview-core").DockviewReadyEvent) => void; | ||
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<IDockviewVueProps>>> & { | ||
onReady?: (event: DockviewReadyEvent) => any; | ||
onReady?: (event: import("dockview-core").DockviewReadyEvent) => any; | ||
}, {}, {}>; | ||
@@ -15,0 +7,0 @@ export default _default; |
@@ -5,1 +5,2 @@ export * from 'dockview-core'; | ||
export * from './dockview/dockview.vue'; | ||
export * from './dockview/types'; |
{ | ||
"name": "dockview-vue", | ||
"version": "1.14.2", | ||
"version": "1.15.0", | ||
"description": "Zero dependency layout manager supporting tabs, grids and splitviews", | ||
@@ -55,4 +55,4 @@ "keywords": [ | ||
"dependencies": { | ||
"dockview-core": "^1.14.2" | ||
"dockview-core": "^1.15.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
60712
1830
Updateddockview-core@^1.15.0