@@ -12,7 +12,7 @@ declare const _default: <Row extends BaseRow>(__VLS_props: NonNullable<Awaited<t
1212 expose (exposed : import (" vue" ).ShallowUnwrapRef < {}> ): void ;
1313 attrs : any ;
1414 slots : {
15- default?: (props : {
15+ readonly default?: (props : {
1616 row: Row ;
1717 }) => any;
1818 };
@@ -594,7 +594,8 @@ export {};
594594`;
595595
596596exports[`vue-tsc-dts > Input: template-slots/component.vue, Output: template-slots/component.vue.d.ts 1`] = `
597- "declare var __VLS_0: { } ;
597+ "declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => { } >>;
598+ declare var __VLS_0: { } ;
598599declare var __VLS_1: {
599600 num : number ;
600601} ;
@@ -605,16 +606,17 @@ declare var __VLS_3: {
605606 num : number ;
606607 str : string ;
607608} ;
608- declare var __VLS_slots: __VLS_PrettifyGlobal<{ } & {
609+ declare var __VLS_slots: __VLS_PrettifyGlobal<__VLS_OmitStringIndex< typeof __VLS_ctx.$slots> & Readonly< {
609610 ' no-bind' ?: (props: typeof __VLS_0) => any;
610611} & {
611612 default ?: (props : typeof __VLS_1 ) => any ;
612613} & {
613614 ' named-slot' ?: (props : typeof __VLS_2 ) => any ;
614615} & {
615616 vbind ?: (props : typeof __VLS_3 ) => any ;
616- } >;
617+ } >> ;
617618type __VLS_TemplateSlots = typeof __VLS_slots;
619+ declare const __VLS_self: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<{ } > & Readonly<{ } >, { } , { } , { } , { } , string, import("vue").ComponentProvideOptions, true, { } , any>;
618620declare const __VLS_component: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<{ } > & Readonly<{ } >, { } , { } , { } , { } , string, import("vue").ComponentProvideOptions, true, { } , any>;
619621declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateSlots >;
620622export default _default;
@@ -688,7 +690,8 @@ type __VLS_WithTemplateSlots<T, S> = T & {
688690`;
689691
690692exports[`vue-tsc-dts > Input: template-slots/component-no-script.vue, Output: template-slots/component-no-script.vue.d.ts 1`] = `
691- "declare var __VLS_0: { } ;
693+ "declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => { } >>;
694+ declare var __VLS_0: { } ;
692695declare var __VLS_1: {
693696 num : number ;
694697} ;
@@ -699,16 +702,17 @@ declare var __VLS_3: {
699702 num : number ;
700703 str : string ;
701704} ;
702- declare var __VLS_slots: __VLS_PrettifyGlobal<{ } & {
705+ declare var __VLS_slots: __VLS_PrettifyGlobal<__VLS_OmitStringIndex< typeof __VLS_ctx.$slots> & Readonly< {
703706 ' no-bind' ?: (props: typeof __VLS_0) => any;
704707} & {
705708 default ?: (props : typeof __VLS_1 ) => any ;
706709} & {
707710 ' named-slot' ?: (props : typeof __VLS_2 ) => any ;
708711} & {
709712 vbind ?: (props : typeof __VLS_3 ) => any ;
710- } >;
713+ } >> ;
711714type __VLS_TemplateSlots = typeof __VLS_slots;
715+ declare const __VLS_self: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<{ } > & Readonly<{ } >, { } , { } , { } , { } , string, import("vue").ComponentProvideOptions, true, { } , any>;
712716declare const __VLS_component: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<{ } > & Readonly<{ } >, { } , { } , { } , { } , string, import("vue").ComponentProvideOptions, true, { } , any>;
713717declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateSlots >;
714718export default _default;
0 commit comments