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

@destyler/shared

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@destyler/shared - npm Package Compare versions

Comparing version 0.0.1-beta.10 to 0.0.1-beta.11

5

dist/index.d.ts

@@ -19,2 +19,3 @@ import { ExtractPropTypes, Ref, ComponentPublicInstance, VNode, WatchOptionsBase, ComputedRef, WritableComputedRef, WatchSource, ComputedGetter, WritableComputedOptions, ToRef } from 'vue';

type ArrowKeyOptions = 'horizontal' | 'vertical' | 'both';
type Orientation = 'horizontal' | 'vertical';
interface Measurable {

@@ -69,2 +70,4 @@ getBoundingClientRect(): DOMRect;

declare function wrapArray<T>(array: T[], startIndex: number): T[];
/**

@@ -188,2 +191,2 @@ * There are situations where context can come from multiple components. In such cases, you might need to give an array of component names to provide your context, instead of just a single string.

export { type AnyFn, type ArrowKeyOptions, type CheckedState, type ComputedRefWithControl, type ComputedWithControlRefExtra, type DataOrientation, type Direction, type ExtractInternalPropTypes, type ExtractPublicPropTypes, FIRST_KEYS, FIRST_LAST_KEYS, type Fn, type GraceIntent, ITEM_NAME, ITEM_SELECT, LAST_KEYS, type MaybeComputedElementRef, type MaybeElement, type MaybeElementRef, type MaybeRef, type MaybeRefOrGetter, type Measurable, type Point, type Polygon, SELECTION_KEYS, SUB_CLOSE_KEYS, SUB_OPEN_KEYS, type Side, type Stoppable, type Type, type UnRefElementReturn, type VueInstance, type WritableComputedRefWithControl, clamp, computedEager, computedWithControl, computedWithControl as controlledComputed, createContext, createGlobalState, computedEager as eagerComputed, focusFirst, getCheckedState, getOpenState, getScrollParent, handleAndDispatchCustomEvent, isClient, isDef, isDocument, isIndeterminate, isMouseEvent, isNumber, isPointInPolygon, isPointerInGraceArea, isValidVNodeElement, noop, refAutoReset, renderSlotFragments, resolveRef, resolveUnref, toRef, toValue, tryOnScopeDispose, unrefElement, unwrapElement };
export { type AnyFn, type ArrowKeyOptions, type CheckedState, type ComputedRefWithControl, type ComputedWithControlRefExtra, type DataOrientation, type Direction, type ExtractInternalPropTypes, type ExtractPublicPropTypes, FIRST_KEYS, FIRST_LAST_KEYS, type Fn, type GraceIntent, ITEM_NAME, ITEM_SELECT, LAST_KEYS, type MaybeComputedElementRef, type MaybeElement, type MaybeElementRef, type MaybeRef, type MaybeRefOrGetter, type Measurable, type Orientation, type Point, type Polygon, SELECTION_KEYS, SUB_CLOSE_KEYS, SUB_OPEN_KEYS, type Side, type Stoppable, type Type, type UnRefElementReturn, type VueInstance, type WritableComputedRefWithControl, clamp, computedEager, computedWithControl, computedWithControl as controlledComputed, createContext, createGlobalState, computedEager as eagerComputed, focusFirst, getCheckedState, getOpenState, getScrollParent, handleAndDispatchCustomEvent, isClient, isDef, isDocument, isIndeterminate, isMouseEvent, isNumber, isPointInPolygon, isPointerInGraceArea, isValidVNodeElement, noop, refAutoReset, renderSlotFragments, resolveRef, resolveUnref, toRef, toValue, tryOnScopeDispose, unrefElement, unwrapElement, wrapArray };

2

package.json
{
"name": "@destyler/shared",
"version": "0.0.1-beta.10",
"version": "0.0.1-beta.11",
"description": "",

@@ -5,0 +5,0 @@ "author": "Elone Hoo <elonehoo@gmail.com>",

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

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