@fastkit/vue-utils
Advanced tools
Comparing version 0.6.39 to 0.6.40
@@ -40,2 +40,3 @@ 'use strict'; | ||
} | ||
const htmlAttributesPropOptions = undefined; | ||
@@ -956,2 +957,3 @@ function findVNodeChild(vnode, condition) { | ||
exports.getRouteQuery = getRouteQuery; | ||
exports.htmlAttributesPropOptions = htmlAttributesPropOptions; | ||
exports.isFragment = isFragment; | ||
@@ -958,0 +960,0 @@ exports.isSameRoute = isSameRoute; |
@@ -40,2 +40,3 @@ 'use strict'; | ||
} | ||
const htmlAttributesPropOptions = undefined; | ||
@@ -956,2 +957,3 @@ function findVNodeChild(vnode, condition) { | ||
exports.getRouteQuery = getRouteQuery; | ||
exports.htmlAttributesPropOptions = htmlAttributesPropOptions; | ||
exports.isFragment = isFragment; | ||
@@ -958,0 +960,0 @@ exports.isSameRoute = isSameRoute; |
@@ -20,2 +20,3 @@ import { AllowedComponentProps } from 'vue'; | ||
import { HTMLAttributes } from '@vue/runtime-dom'; | ||
import { HTMLAttributes as HTMLAttributes_2 } from 'vue'; | ||
import { Key } from '@fastkit/keybord'; | ||
@@ -152,2 +153,8 @@ import type { LocationQuery } from 'vue-router'; | ||
export declare type HTMLAttributesPropOptions = { | ||
[K in keyof HTMLAttributes_2]-?: PropType<HTMLAttributes_2[K]>; | ||
}; | ||
export declare const htmlAttributesPropOptions: HTMLAttributesPropOptions; | ||
declare type InferPropType<T> = [T] extends [null] ? any : [T] extends [ | ||
@@ -154,0 +161,0 @@ { |
@@ -36,2 +36,3 @@ import { Comment, Text, isVNode, Fragment, computed, BaseTransition, h, Transition, onBeforeMount, onBeforeUnmount, reactive, defineComponent, createVNode, mergeProps, watch, nextTick } from 'vue'; | ||
} | ||
const htmlAttributesPropOptions = undefined; | ||
@@ -930,2 +931,2 @@ function findVNodeChild(vnode, condition) { | ||
export { BODY_SCROLL_LOCK_ATTRIBUTE, BODY_SCROLL_LOCK_SCROLLER_ATTRIBUTE, BooleanishPropOption, ClickOutsideDirectiveElementSymbol, LocationService, NumberishPropOption, VExpandTransition, VLink, bodyScrollLockDirective, bodyScrollLockDirectiveArgument, cleanupEmptyVNodeChild, clickOutsideDirective, clickOutsideDirectiveArgument, createJavaScriptTransition, createPropsOptions, defineSlotsProps, extractRouteMatchedItems, findVNodeChild, getMergedRouteQuery, getQueryMergedLocation, getRouteMatchedComponents, getRouteQuery, isFragment, isSameRoute, navigationableInheritProps, pickShallowRoute, rawNumberProp, rawNumberPropType, removeTrailingSlash, renderSlotOrEmpty, resizeDirective, resizeDirectiveArgument, resolveBooleanish, resolveNumberish, resolveVNodeChildOrSlot, resolveVNodeChildOrSlots, setDefaultRouterLink, state$1 as state, trailingSlashRE, useKeybord, useNavigationable, useVisibility, useWindow }; | ||
export { BODY_SCROLL_LOCK_ATTRIBUTE, BODY_SCROLL_LOCK_SCROLLER_ATTRIBUTE, BooleanishPropOption, ClickOutsideDirectiveElementSymbol, LocationService, NumberishPropOption, VExpandTransition, VLink, bodyScrollLockDirective, bodyScrollLockDirectiveArgument, cleanupEmptyVNodeChild, clickOutsideDirective, clickOutsideDirectiveArgument, createJavaScriptTransition, createPropsOptions, defineSlotsProps, extractRouteMatchedItems, findVNodeChild, getMergedRouteQuery, getQueryMergedLocation, getRouteMatchedComponents, getRouteQuery, htmlAttributesPropOptions, isFragment, isSameRoute, navigationableInheritProps, pickShallowRoute, rawNumberProp, rawNumberPropType, removeTrailingSlash, renderSlotOrEmpty, resizeDirective, resizeDirectiveArgument, resolveBooleanish, resolveNumberish, resolveVNodeChildOrSlot, resolveVNodeChildOrSlots, setDefaultRouterLink, state$1 as state, trailingSlashRE, useKeybord, useNavigationable, useVisibility, useWindow }; |
{ | ||
"name": "@fastkit/vue-utils", | ||
"version": "0.6.39", | ||
"version": "0.6.40", | ||
"description": "@fastkit/vue-utils", | ||
@@ -34,7 +34,7 @@ "buildOptions": { | ||
"dependencies": { | ||
"@fastkit/body-scroll-lock": "0.6.39", | ||
"@fastkit/visibility": "0.6.39", | ||
"@fastkit/keybord": "0.6.39", | ||
"@fastkit/helpers": "0.6.39" | ||
"@fastkit/body-scroll-lock": "0.6.40", | ||
"@fastkit/visibility": "0.6.40", | ||
"@fastkit/keybord": "0.6.40", | ||
"@fastkit/helpers": "0.6.40" | ||
} | ||
} |
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
117410
3309
+ Added@fastkit/body-scroll-lock@0.6.40(transitive)
+ Added@fastkit/helpers@0.6.40(transitive)
+ Added@fastkit/keybord@0.6.40(transitive)
+ Added@fastkit/tiny-logger@0.6.40(transitive)
+ Added@fastkit/visibility@0.6.40(transitive)
- Removed@fastkit/body-scroll-lock@0.6.39(transitive)
- Removed@fastkit/helpers@0.6.39(transitive)
- Removed@fastkit/keybord@0.6.39(transitive)
- Removed@fastkit/tiny-logger@0.6.39(transitive)
- Removed@fastkit/visibility@0.6.39(transitive)
Updated@fastkit/helpers@0.6.40
Updated@fastkit/keybord@0.6.40
Updated@fastkit/visibility@0.6.40