@maltjoy/core-vue 4.6.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.
|
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
24
|
/**
|
|
25
|
-
* Invalid state of the component
|
|
25
|
+
* DEPRECATED Invalid state of the component
|
|
26
26
|
*/
|
|
27
27
|
invalid: {
|
|
28
28
|
type: BooleanConstructor;
|
|
@@ -78,7 +78,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
78
78
|
default: boolean;
|
|
79
79
|
};
|
|
80
80
|
/**
|
|
81
|
-
* Invalid state of the component
|
|
81
|
+
* DEPRECATED Invalid state of the component
|
|
82
82
|
*/
|
|
83
83
|
invalid: {
|
|
84
84
|
type: BooleanConstructor;
|
|
@@ -68,17 +68,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
68
68
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
69
69
|
/** Default label of the radio */
|
|
70
70
|
default(): any;
|
|
71
|
-
/** Sub
|
|
71
|
+
/** Sub label, pre-styled. */
|
|
72
|
+
'radio-sublabel': () => any;
|
|
73
|
+
/** Radio content, styled like the expandable-content but always visible. */
|
|
72
74
|
'radio-content': () => any;
|
|
73
75
|
/** When using the theme outline, use this slot to inject hidden content */
|
|
74
76
|
'expandable-content': () => any;
|
|
77
|
+
/** Top right corner slot to display short informations */
|
|
78
|
+
'radio-header-right': () => any;
|
|
75
79
|
}> & {
|
|
76
80
|
/** Default label of the radio */
|
|
77
81
|
default(): any;
|
|
78
|
-
/** Sub
|
|
82
|
+
/** Sub label, pre-styled. */
|
|
83
|
+
'radio-sublabel': () => any;
|
|
84
|
+
/** Radio content, styled like the expandable-content but always visible. */
|
|
79
85
|
'radio-content': () => any;
|
|
80
86
|
/** When using the theme outline, use this slot to inject hidden content */
|
|
81
87
|
'expandable-content': () => any;
|
|
88
|
+
/** Top right corner slot to display short informations */
|
|
89
|
+
'radio-header-right': () => any;
|
|
82
90
|
}>;
|
|
83
91
|
export default _default;
|
|
84
92
|
type __VLS_WithTemplateSlots<T, S> = T & {
|