ablok-components 0.3.25 → 0.3.26
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.
|
@@ -9,7 +9,7 @@ declare function __VLS_template(): {
|
|
|
9
9
|
}): any;
|
|
10
10
|
trigger?(_: {
|
|
11
11
|
revealNext: typeof revealNext;
|
|
12
|
-
canReveal:
|
|
12
|
+
canReveal: true;
|
|
13
13
|
revealedCount: number;
|
|
14
14
|
total: number;
|
|
15
15
|
}): any;
|
|
@@ -58,6 +58,10 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
58
58
|
type: StringConstructor;
|
|
59
59
|
default: string;
|
|
60
60
|
};
|
|
61
|
+
description: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
61
65
|
}>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
62
66
|
"update:modelValue": (value: number) => any;
|
|
63
67
|
"hint-revealed": (payload: {
|
|
@@ -105,6 +109,10 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
105
109
|
type: StringConstructor;
|
|
106
110
|
default: string;
|
|
107
111
|
};
|
|
112
|
+
description: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
108
116
|
}>> & Readonly<{
|
|
109
117
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
110
118
|
"onHint-revealed"?: ((payload: {
|
|
@@ -119,6 +127,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
119
127
|
penalty: number;
|
|
120
128
|
maxHints: number;
|
|
121
129
|
htmlContent: boolean;
|
|
130
|
+
description: string;
|
|
122
131
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
123
132
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
124
133
|
export default _default;
|