@halo-dev/components
Advanced tools
| declare function __VLS_template(): { | ||
| slots: { | ||
| default?(_: {}): any; | ||
| }; | ||
| refs: {}; | ||
| attrs: Partial<{}>; | ||
| }; | ||
| type __VLS_TemplateResult = ReturnType<typeof __VLS_template>; | ||
| declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; | ||
| declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; | ||
| export default _default; | ||
| type __VLS_WithTemplateSlots<T, S> = T & { | ||
| new (): { | ||
| $slots: S; | ||
| }; | ||
| }; |
@@ -20,2 +20,3 @@ import { RouteLocationRaw } from 'vue-router'; | ||
| route?: RouteLocationRaw | undefined; | ||
| ghost?: boolean; | ||
| }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { | ||
@@ -31,2 +32,3 @@ click: () => any; | ||
| route?: RouteLocationRaw | undefined; | ||
| ghost?: boolean; | ||
| }> & Readonly<{ | ||
@@ -41,3 +43,4 @@ onClick?: (() => any) | undefined; | ||
| loading: boolean; | ||
| route: RouteLocationRaw; | ||
| route: string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric; | ||
| ghost: boolean; | ||
| }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; | ||
@@ -44,0 +47,0 @@ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>; |
| export { default as VEntity } from './Entity.vue'; | ||
| export { default as VEntityContainer } from './EntityContainer.vue'; | ||
| export { default as VEntityField } from './EntityField.vue'; |
+3
-3
| { | ||
| "name": "@halo-dev/components", | ||
| "version": "2.20.21", | ||
| "version": "2.21.0", | ||
| "description": "", | ||
@@ -51,4 +51,4 @@ "files": [ | ||
| "peerDependencies": { | ||
| "vue": "^3.5.13", | ||
| "vue-router": "^4.3.2" | ||
| "vue": "^3.5.16", | ||
| "vue-router": "^4.5.1" | ||
| }, | ||
@@ -55,0 +55,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1350992
3.89%90
1.12%8624
0.52%