Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dockview-vue

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockview-vue - npm Package Compare versions

Comparing version 1.14.2 to 1.15.0

dist/types/dockview/types.d.ts

1

dist/dockview-vue.cjs.js

@@ -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: {},

14

dist/types/dockview/dockview.vue.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc