@fastkit/vue-utils
Advanced tools
Comparing version 0.6.18 to 0.6.19
@@ -96,3 +96,3 @@ 'use strict'; | ||
} | ||
function renderSlotOrEmpty(slots, name, prop) { | ||
function renderSlotOrEmpty(slots, name = 'default', prop) { | ||
const slot = slots[name]; | ||
@@ -99,0 +99,0 @@ if (!slot) |
@@ -96,3 +96,3 @@ 'use strict'; | ||
} | ||
function renderSlotOrEmpty(slots, name, prop) { | ||
function renderSlotOrEmpty(slots, name = 'default', prop) { | ||
const slot = slots[name]; | ||
@@ -99,0 +99,0 @@ if (!slot) |
@@ -254,3 +254,3 @@ import { BaseTransitionProps } from 'vue'; | ||
[key: string]: TypedSlot; | ||
}, name: string, prop?: { | ||
}, name?: string, prop?: { | ||
[key: string]: unknown; | ||
@@ -257,0 +257,0 @@ }): VNodeArrayChildren | undefined; |
@@ -92,3 +92,3 @@ import { Comment, Text, computed, BaseTransition, h, Transition, onBeforeMount, onBeforeUnmount, reactive } from 'vue'; | ||
} | ||
function renderSlotOrEmpty(slots, name, prop) { | ||
function renderSlotOrEmpty(slots, name = 'default', prop) { | ||
const slot = slots[name]; | ||
@@ -95,0 +95,0 @@ if (!slot) |
{ | ||
"name": "@fastkit/vue-utils", | ||
"version": "0.6.18", | ||
"version": "0.6.19", | ||
"description": "@fastkit/vue-utils", | ||
@@ -34,7 +34,7 @@ "buildOptions": { | ||
"dependencies": { | ||
"@fastkit/body-scroll-lock": "0.6.18", | ||
"@fastkit/visibility": "0.6.18", | ||
"@fastkit/keybord": "0.6.18", | ||
"@fastkit/helpers": "0.6.18" | ||
"@fastkit/body-scroll-lock": "0.6.19", | ||
"@fastkit/visibility": "0.6.19", | ||
"@fastkit/keybord": "0.6.19", | ||
"@fastkit/helpers": "0.6.19" | ||
} | ||
} |
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
78944
+ Added@fastkit/body-scroll-lock@0.6.19(transitive)
+ Added@fastkit/helpers@0.6.19(transitive)
+ Added@fastkit/keybord@0.6.19(transitive)
+ Added@fastkit/tiny-logger@0.6.19(transitive)
+ Added@fastkit/visibility@0.6.19(transitive)
- Removed@fastkit/body-scroll-lock@0.6.18(transitive)
- Removed@fastkit/helpers@0.6.18(transitive)
- Removed@fastkit/keybord@0.6.18(transitive)
- Removed@fastkit/tiny-logger@0.6.18(transitive)
- Removed@fastkit/visibility@0.6.18(transitive)
Updated@fastkit/helpers@0.6.19
Updated@fastkit/keybord@0.6.19
Updated@fastkit/visibility@0.6.19