@destyler/composition
Advanced tools
Comparing version 0.0.1-beta.10 to 0.0.1-beta.11
@@ -254,5 +254,10 @@ import * as vue from 'vue'; | ||
}; | ||
declare function wrapArray<T>(array: T[], startIndex: number): T[]; | ||
declare function getNextMatch(values: string[], search: string, currentMatch?: string): string | undefined; | ||
export { type CloneFn, type ImageLoadingStatus, type UseClonedOptions, type UseClonedReturn, type UseTimeoutFnOptions, type UseVModelOptions, cloneFnJSON, getNextMatch, useArrowNavigation, useCloned, useCollection, useControllable, useCustomElement, useDirection, useEmitAsProps, useFocusGuards, useFormControl, useForwardProps, useForwardPropsEmits, useForwardRef, useHideOthers, useId, useImageLoadingStatus, useMounted, usePresence, usePrevious, useSingleOrMultipleValue, useSize, useStateMachine, useTimeoutFn, useTypeahead, useVModel, wrapArray }; | ||
declare function useForwardExpose(): { | ||
forwardRef: (ref: Element | ComponentPublicInstance | null) => void; | ||
currentRef: vue.Ref<Element | ComponentPublicInstance | null | undefined>; | ||
currentElement: vue.ComputedRef<HTMLElement>; | ||
}; | ||
export { type CloneFn, type ImageLoadingStatus, type UseClonedOptions, type UseClonedReturn, type UseTimeoutFnOptions, type UseVModelOptions, cloneFnJSON, getNextMatch, useArrowNavigation, useCloned, useCollection, useControllable, useCustomElement, useDirection, useEmitAsProps, useFocusGuards, useFormControl, useForwardExpose, useForwardProps, useForwardPropsEmits, useForwardRef, useHideOthers, useId, useImageLoadingStatus, useMounted, usePresence, usePrevious, useSingleOrMultipleValue, useSize, useStateMachine, useTimeoutFn, useTypeahead, useVModel }; |
{ | ||
"name": "@destyler/composition", | ||
"version": "0.0.1-beta.10", | ||
"version": "0.0.1-beta.11", | ||
"description": "", | ||
@@ -27,3 +27,3 @@ "author": "Elone Hoo <elonehoo@gmail.com>", | ||
"aria-hidden": "^1.2.3", | ||
"@destyler/shared": "0.0.1-beta.10" | ||
"@destyler/shared": "0.0.1-beta.11" | ||
}, | ||
@@ -30,0 +30,0 @@ "scripts": { |
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
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
75971
1736
+ Added@destyler/shared@0.0.1-beta.11(transitive)
- Removed@destyler/shared@0.0.1-beta.10(transitive)