Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@halo-dev/components

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@halo-dev/components - npm Package Compare versions

Comparing version
2.20.21
to
2.21.0
+16
dist/components/entity/EntityContainer.vue.d.ts
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;
};
};
+4
-1

@@ -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"]>;

+1
-0
export { default as VEntity } from './Entity.vue';
export { default as VEntityContainer } from './EntityContainer.vue';
export { default as VEntityField } from './EntityField.vue';
{
"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