@fastkit/vue-utils
Advanced tools
Comparing version 0.6.35 to 0.6.36
@@ -102,2 +102,5 @@ 'use strict'; | ||
} | ||
function isFragment(child) { | ||
return vue.isVNode(child) && child.type === vue.Fragment; | ||
} | ||
@@ -953,2 +956,3 @@ function defineSlotsProps() { | ||
exports.getRouteQuery = getRouteQuery; | ||
exports.isFragment = isFragment; | ||
exports.isSameRoute = isSameRoute; | ||
@@ -955,0 +959,0 @@ exports.navigationableInheritProps = navigationableInheritProps; |
@@ -102,2 +102,5 @@ 'use strict'; | ||
} | ||
function isFragment(child) { | ||
return vue.isVNode(child) && child.type === vue.Fragment; | ||
} | ||
@@ -953,2 +956,3 @@ function defineSlotsProps() { | ||
exports.getRouteQuery = getRouteQuery; | ||
exports.isFragment = isFragment; | ||
exports.isSameRoute = isSameRoute; | ||
@@ -955,0 +959,0 @@ exports.navigationableInheritProps = navigationableInheritProps; |
@@ -169,2 +169,4 @@ import { AllowedComponentProps } from 'vue'; | ||
export declare function isFragment(child: VNodeChild): child is VNode; | ||
/** | ||
@@ -171,0 +173,0 @@ * @see: https://github.com/vuejs/vue-router/blob/c69ff7bd60228fb79acd764c3fdae91015a49103/src/util/route.js#L73 |
@@ -1,2 +0,2 @@ | ||
import { Comment, Text, computed, BaseTransition, h, Transition, onBeforeMount, onBeforeUnmount, reactive, defineComponent, createVNode, mergeProps, isVNode, watch, nextTick } from 'vue'; | ||
import { Comment, Text, isVNode, Fragment, computed, BaseTransition, h, Transition, onBeforeMount, onBeforeUnmount, reactive, defineComponent, createVNode, mergeProps, watch, nextTick } from 'vue'; | ||
import { RouterLink } from 'vue-router'; | ||
@@ -98,2 +98,5 @@ import { isObjectEqual, IN_WINDOW, addTransitionendEvent, pushDynamicStyle, debounce } from '@fastkit/helpers'; | ||
} | ||
function isFragment(child) { | ||
return isVNode(child) && child.type === Fragment; | ||
} | ||
@@ -927,2 +930,2 @@ function defineSlotsProps() { | ||
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, 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, 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.35", | ||
"version": "0.6.36", | ||
"description": "@fastkit/vue-utils", | ||
@@ -34,7 +34,7 @@ "buildOptions": { | ||
"dependencies": { | ||
"@fastkit/body-scroll-lock": "0.6.35", | ||
"@fastkit/visibility": "0.6.35", | ||
"@fastkit/keybord": "0.6.35", | ||
"@fastkit/helpers": "0.6.35" | ||
"@fastkit/body-scroll-lock": "0.6.36", | ||
"@fastkit/visibility": "0.6.36", | ||
"@fastkit/keybord": "0.6.36", | ||
"@fastkit/helpers": "0.6.36" | ||
} | ||
} |
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
116856
3299
+ Added@fastkit/body-scroll-lock@0.6.36(transitive)
+ Added@fastkit/helpers@0.6.36(transitive)
+ Added@fastkit/keybord@0.6.36(transitive)
+ Added@fastkit/tiny-logger@0.6.36(transitive)
+ Added@fastkit/visibility@0.6.36(transitive)
- Removed@fastkit/body-scroll-lock@0.6.35(transitive)
- Removed@fastkit/helpers@0.6.35(transitive)
- Removed@fastkit/keybord@0.6.35(transitive)
- Removed@fastkit/tiny-logger@0.6.35(transitive)
- Removed@fastkit/visibility@0.6.35(transitive)
Updated@fastkit/helpers@0.6.36
Updated@fastkit/keybord@0.6.36
Updated@fastkit/visibility@0.6.36