@maltjoy/core-vue 4.7.0 → 4.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -74,6 +74,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
74
74
  'radio-content': () => any;
75
75
  /** When using the theme outline, use this slot to inject hidden content */
76
76
  'expandable-content': () => any;
77
+ /** Top right corner slot to display short informations */
78
+ 'radio-header-right': () => any;
77
79
  }> & {
78
80
  /** Default label of the radio */
79
81
  default(): any;
@@ -83,6 +85,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
83
85
  'radio-content': () => any;
84
86
  /** When using the theme outline, use this slot to inject hidden content */
85
87
  'expandable-content': () => any;
88
+ /** Top right corner slot to display short informations */
89
+ 'radio-header-right': () => any;
86
90
  }>;
87
91
  export default _default;
88
92
  type __VLS_WithTemplateSlots<T, S> = T & {