New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vexip-ui/hooks

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vexip-ui/hooks - npm Package Compare versions

Comparing version

to
2.5.0

36

dist/index.d.ts

@@ -1,17 +0,17 @@

import { BITree } from '../../common/src/utils';
import type { ComponentPublicInstance } from 'vue';
import { BITree } from '../../common/utils/src';
import { ComponentPublicInstance } from 'vue';
import { ComputedRef } from 'vue';
import { MaybeRef } from 'vue';
import { noop } from '../../common/src/utils';
import type { OffsetOptions } from '@floating-ui/dom';
import type { Placement } from '@floating-ui/dom';
import { noop } from '../../common/utils/src';
import { OffsetOptions } from '@floating-ui/dom';
import { Placement } from '@floating-ui/dom';
import { Ref } from 'vue';
import { RendererElement } from 'vue';
import { RendererNode } from 'vue';
import type { ShiftOptions } from '@floating-ui/dom';
import type { Slots } from 'vue';
import type { VirtualElement } from '@floating-ui/dom';
import type { VNode } from 'vue';
import type { VNodeChild } from 'vue';
import type { VNodeNormalizedChildren } from 'vue';
import { ShiftOptions } from '@floating-ui/dom';
import { Slots } from 'vue';
import { VirtualElement } from '@floating-ui/dom';
import { VNode } from 'vue';
import { VNodeChild } from 'vue';
import { VNodeNormalizedChildren } from 'vue';
import { watch } from 'vue';

@@ -78,2 +78,4 @@ import { WatchStopHandle } from 'vue';

export declare function pickToRefs<T extends Record<any, any>, K extends keyof T>(reactive: T, keys: K[]): { [P in K]: Ref<T[P]>; };
export { Placement }

@@ -398,9 +400,9 @@

visibleItems: ComputedRef<T[]>;
listStyle: ComputedRef<{
readonly height: string | undefined;
readonly minHeight: string | undefined;
readonly boxSizing: "content-box";
listStyle: ComputedRef< {
readonly height: string | undefined;
readonly minHeight: string | undefined;
readonly boxSizing: "content-box";
}>;
itemsStyle: ComputedRef<{
transform: string;
itemsStyle: ComputedRef< {
transform: string;
}>;

@@ -407,0 +409,0 @@ handleScroll: () => void;

{
"name": "@vexip-ui/hooks",
"version": "2.4.1",
"version": "2.5.0",
"license": "MIT",

@@ -30,6 +30,6 @@ "author": "qmhc",

"@juggle/resize-observer": "^3.4.0",
"@vexip-ui/utils": "2.13.1"
"@vexip-ui/utils": "2.15.0"
},
"devDependencies": {
"vue": "^3.3.10"
"vue": "~3.3.13"
},

@@ -36,0 +36,0 @@ "peerDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet