@histoire/controls 0.12.4 → 0.13.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.
Files changed (26) hide show
  1. package/dist/components/HstWrapper.vue.d.ts +9 -1
  2. package/dist/components/button/HstButton.vue.d.ts +11 -4
  3. package/dist/components/button/HstButtonGroup.vue.d.ts +11 -4
  4. package/dist/components/checkbox/HstCheckbox.vue.d.ts +9 -2
  5. package/dist/components/checkbox/HstCheckboxList.vue.d.ts +9 -2
  6. package/dist/components/design-tokens/HstColorShades.vue.d.ts +11 -2
  7. package/dist/components/design-tokens/HstTokenGrid.vue.d.ts +14 -1
  8. package/dist/components/design-tokens/HstTokenList.vue.d.ts +15 -2
  9. package/dist/components/json/HstJson.vue.d.ts +9 -2
  10. package/dist/components/number/HstNumber.vue.d.ts +9 -2
  11. package/dist/components/radio/HstRadio.vue.d.ts +9 -2
  12. package/dist/components/select/CustomSelect.vue.d.ts +13 -4
  13. package/dist/components/select/HstSelect.vue.d.ts +9 -2
  14. package/dist/components/text/HstText.vue.d.ts +9 -2
  15. package/dist/components/textarea/HstTextarea.vue.d.ts +9 -2
  16. package/dist/index.d.ts +2221 -337
  17. package/dist/index.es.js +3811 -1814
  18. package/package.json +7 -7
  19. package/src/components/button/HstButtonGroup.story.vue +28 -0
  20. package/src/components/button/HstButtonGroup.vue +12 -8
  21. package/src/components/checkbox/{HstCheckbox.test.ts → HstCheckbox.spec.ts} +0 -0
  22. package/src/components/checkbox/__snapshots__/{HstCheckbox.test.ts.snap → HstCheckbox.spec.ts.snap} +0 -0
  23. package/src/components/design-tokens/HstTokenList.story.vue +1 -1
  24. package/src/components/select/CustomSelect.vue +3 -3
  25. package/src/components/select/HstSelect.story.vue +24 -0
  26. package/dist/components/checkbox/HstCheckbox.test.d.ts +0 -1
package/dist/index.d.ts CHANGED
@@ -1,27 +1,153 @@
1
- export declare const HstButton: import("@histoire/vendors/vue").DefineComponent<{
2
- color: {
3
- type: import("@histoire/vendors/vue").PropType<"default" | "flat" | "primary">;
4
- };
5
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1
+ export declare const HstButton: {
2
+ new (...args: any[]): {
3
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
6
+ color: {
7
+ type: import("@histoire/vendors/vue").PropType<"flat" | "default" | "primary">;
8
+ };
9
+ }>> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
10
+ $attrs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $refs: {
14
+ [x: string]: unknown;
15
+ };
16
+ $slots: Readonly<{
17
+ [name: string]: import("@histoire/vendors/vue").Slot;
18
+ }>;
19
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
20
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
21
+ $emit: (event: string, ...args: any[]) => void;
22
+ $el: any;
23
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
24
+ color: {
25
+ type: import("@histoire/vendors/vue").PropType<"flat" | "default" | "primary">;
26
+ };
27
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
28
+ beforeCreate?: (() => void) | (() => void)[];
29
+ created?: (() => void) | (() => void)[];
30
+ beforeMount?: (() => void) | (() => void)[];
31
+ mounted?: (() => void) | (() => void)[];
32
+ beforeUpdate?: (() => void) | (() => void)[];
33
+ updated?: (() => void) | (() => void)[];
34
+ activated?: (() => void) | (() => void)[];
35
+ deactivated?: (() => void) | (() => void)[];
36
+ beforeDestroy?: (() => void) | (() => void)[];
37
+ beforeUnmount?: (() => void) | (() => void)[];
38
+ destroyed?: (() => void) | (() => void)[];
39
+ unmounted?: (() => void) | (() => void)[];
40
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
41
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
42
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
43
+ };
44
+ $forceUpdate: () => void;
45
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
46
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
47
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
48
+ color: {
49
+ type: import("@histoire/vendors/vue").PropType<"flat" | "default" | "primary">;
50
+ };
51
+ }>> & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
52
+ __isFragment?: never;
53
+ __isTeleport?: never;
54
+ __isSuspense?: never;
55
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
6
56
  color: {
7
- type: import("@histoire/vendors/vue").PropType<"default" | "flat" | "primary">;
8
- };
9
- }>>, {}>;
10
- export declare const HstButtonGroup: import("@histoire/vendors/vue").DefineComponent<{
11
- title: {
12
- type: import("@histoire/vendors/vue").PropType<string>;
13
- };
14
- modelValue: {
15
- type: import("@histoire/vendors/vue").PropType<string>;
16
- required: true;
17
- };
18
- options: {
19
- type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
20
- required: true;
21
- };
22
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
23
- "update:modelValue": (value: string) => void;
24
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
57
+ type: import("@histoire/vendors/vue").PropType<"flat" | "default" | "primary">;
58
+ };
59
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
60
+ $slots: {
61
+ default: (_: {}) => any;
62
+ };
63
+ });
64
+ export declare const HstButtonGroup: {
65
+ new (...args: any[]): {
66
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
67
+ $data: {};
68
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
69
+ title: {
70
+ type: import("@histoire/vendors/vue").PropType<string>;
71
+ };
72
+ modelValue: {
73
+ type: import("@histoire/vendors/vue").PropType<string>;
74
+ required: true;
75
+ };
76
+ options: {
77
+ type: import("@histoire/vendors/vue").PropType<string[] | Record<string, string | number> | number[] | import("./types").HstControlOption[]>;
78
+ required: true;
79
+ };
80
+ }>> & {
81
+ "onUpdate:modelValue"?: (value: string) => any;
82
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
83
+ $attrs: {
84
+ [x: string]: unknown;
85
+ };
86
+ $refs: {
87
+ [x: string]: unknown;
88
+ };
89
+ $slots: Readonly<{
90
+ [name: string]: import("@histoire/vendors/vue").Slot;
91
+ }>;
92
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
93
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
94
+ $emit: (event: "update:modelValue", value: string) => void;
95
+ $el: any;
96
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
97
+ title: {
98
+ type: import("@histoire/vendors/vue").PropType<string>;
99
+ };
100
+ modelValue: {
101
+ type: import("@histoire/vendors/vue").PropType<string>;
102
+ required: true;
103
+ };
104
+ options: {
105
+ type: import("@histoire/vendors/vue").PropType<string[] | Record<string, string | number> | number[] | import("./types").HstControlOption[]>;
106
+ required: true;
107
+ };
108
+ }>> & {
109
+ "onUpdate:modelValue"?: (value: string) => any;
110
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
111
+ "update:modelValue": (value: string) => void;
112
+ }, string, {}, {}, string> & {
113
+ beforeCreate?: (() => void) | (() => void)[];
114
+ created?: (() => void) | (() => void)[];
115
+ beforeMount?: (() => void) | (() => void)[];
116
+ mounted?: (() => void) | (() => void)[];
117
+ beforeUpdate?: (() => void) | (() => void)[];
118
+ updated?: (() => void) | (() => void)[];
119
+ activated?: (() => void) | (() => void)[];
120
+ deactivated?: (() => void) | (() => void)[];
121
+ beforeDestroy?: (() => void) | (() => void)[];
122
+ beforeUnmount?: (() => void) | (() => void)[];
123
+ destroyed?: (() => void) | (() => void)[];
124
+ unmounted?: (() => void) | (() => void)[];
125
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
126
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
127
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
128
+ };
129
+ $forceUpdate: () => void;
130
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
131
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
132
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
133
+ title: {
134
+ type: import("@histoire/vendors/vue").PropType<string>;
135
+ };
136
+ modelValue: {
137
+ type: import("@histoire/vendors/vue").PropType<string>;
138
+ required: true;
139
+ };
140
+ options: {
141
+ type: import("@histoire/vendors/vue").PropType<string[] | Record<string, string | number> | number[] | import("./types").HstControlOption[]>;
142
+ required: true;
143
+ };
144
+ }>> & {
145
+ "onUpdate:modelValue"?: (value: string) => any;
146
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
147
+ __isFragment?: never;
148
+ __isTeleport?: never;
149
+ __isSuspense?: never;
150
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
25
151
  title: {
26
152
  type: import("@histoire/vendors/vue").PropType<string>;
27
153
  };
@@ -30,23 +156,93 @@ export declare const HstButtonGroup: import("@histoire/vendors/vue").DefineCompo
30
156
  required: true;
31
157
  };
32
158
  options: {
33
- type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
159
+ type: import("@histoire/vendors/vue").PropType<string[] | Record<string, string | number> | number[] | import("./types").HstControlOption[]>;
34
160
  required: true;
35
161
  };
36
162
  }>> & {
37
163
  "onUpdate:modelValue"?: (value: string) => any;
38
- }, {}>;
39
- export declare const HstCheckbox: import("@histoire/vendors/vue").DefineComponent<{
40
- modelValue: {
41
- type: import("@histoire/vendors/vue").PropType<boolean>;
42
- required: true;
43
- };
44
- title: {
45
- type: import("@histoire/vendors/vue").PropType<string>;
46
- };
47
164
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
48
- 'update:modelValue': (newValue: boolean) => true;
49
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
165
+ "update:modelValue": (value: string) => void;
166
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
167
+ $slots: {
168
+ actions: (_: {}) => any;
169
+ };
170
+ });
171
+ export declare const HstCheckbox: {
172
+ new (...args: any[]): {
173
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
174
+ $data: {};
175
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
176
+ modelValue: {
177
+ type: import("@histoire/vendors/vue").PropType<boolean>;
178
+ required: true;
179
+ };
180
+ title: {
181
+ type: import("@histoire/vendors/vue").PropType<string>;
182
+ };
183
+ }>> & {
184
+ "onUpdate:modelValue"?: (newValue: boolean) => any;
185
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
186
+ $attrs: {
187
+ [x: string]: unknown;
188
+ };
189
+ $refs: {
190
+ [x: string]: unknown;
191
+ };
192
+ $slots: Readonly<{
193
+ [name: string]: import("@histoire/vendors/vue").Slot;
194
+ }>;
195
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
196
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
197
+ $emit: (event: "update:modelValue", newValue: boolean) => void;
198
+ $el: any;
199
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
200
+ modelValue: {
201
+ type: import("@histoire/vendors/vue").PropType<boolean>;
202
+ required: true;
203
+ };
204
+ title: {
205
+ type: import("@histoire/vendors/vue").PropType<string>;
206
+ };
207
+ }>> & {
208
+ "onUpdate:modelValue"?: (newValue: boolean) => any;
209
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
210
+ 'update:modelValue': (newValue: boolean) => true;
211
+ }, string, {}, {}, string> & {
212
+ beforeCreate?: (() => void) | (() => void)[];
213
+ created?: (() => void) | (() => void)[];
214
+ beforeMount?: (() => void) | (() => void)[];
215
+ mounted?: (() => void) | (() => void)[];
216
+ beforeUpdate?: (() => void) | (() => void)[];
217
+ updated?: (() => void) | (() => void)[];
218
+ activated?: (() => void) | (() => void)[];
219
+ deactivated?: (() => void) | (() => void)[];
220
+ beforeDestroy?: (() => void) | (() => void)[];
221
+ beforeUnmount?: (() => void) | (() => void)[];
222
+ destroyed?: (() => void) | (() => void)[];
223
+ unmounted?: (() => void) | (() => void)[];
224
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
225
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
226
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
227
+ };
228
+ $forceUpdate: () => void;
229
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
230
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
231
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
232
+ modelValue: {
233
+ type: import("@histoire/vendors/vue").PropType<boolean>;
234
+ required: true;
235
+ };
236
+ title: {
237
+ type: import("@histoire/vendors/vue").PropType<string>;
238
+ };
239
+ }>> & {
240
+ "onUpdate:modelValue"?: (newValue: boolean) => any;
241
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
242
+ __isFragment?: never;
243
+ __isTeleport?: never;
244
+ __isSuspense?: never;
245
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
50
246
  modelValue: {
51
247
  type: import("@histoire/vendors/vue").PropType<boolean>;
52
248
  required: true;
@@ -56,22 +252,100 @@ export declare const HstCheckbox: import("@histoire/vendors/vue").DefineComponen
56
252
  };
57
253
  }>> & {
58
254
  "onUpdate:modelValue"?: (newValue: boolean) => any;
59
- }, {}>;
60
- export declare const HstCheckboxList: import("@histoire/vendors/vue").DefineComponent<{
61
- title: {
62
- type: import("@histoire/vendors/vue").PropType<string>;
63
- };
64
- modelValue: {
65
- type: import("@histoire/vendors/vue").PropType<string[]>;
66
- required: true;
67
- };
68
- options: {
69
- type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
70
- required: true;
71
- };
72
255
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
73
- "update:modelValue": (value: string[]) => void;
74
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
256
+ 'update:modelValue': (newValue: boolean) => true;
257
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
258
+ $slots: {
259
+ actions: (_: {}) => any;
260
+ };
261
+ });
262
+ export declare const HstCheckboxList: {
263
+ new (...args: any[]): {
264
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
265
+ $data: {};
266
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
267
+ title: {
268
+ type: import("@histoire/vendors/vue").PropType<string>;
269
+ };
270
+ modelValue: {
271
+ type: import("@histoire/vendors/vue").PropType<string[]>;
272
+ required: true;
273
+ };
274
+ options: {
275
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
276
+ required: true;
277
+ };
278
+ }>> & {
279
+ "onUpdate:modelValue"?: (value: string[]) => any;
280
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
281
+ $attrs: {
282
+ [x: string]: unknown;
283
+ };
284
+ $refs: {
285
+ [x: string]: unknown;
286
+ };
287
+ $slots: Readonly<{
288
+ [name: string]: import("@histoire/vendors/vue").Slot;
289
+ }>;
290
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
291
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
292
+ $emit: (event: "update:modelValue", value: string[]) => void;
293
+ $el: any;
294
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
295
+ title: {
296
+ type: import("@histoire/vendors/vue").PropType<string>;
297
+ };
298
+ modelValue: {
299
+ type: import("@histoire/vendors/vue").PropType<string[]>;
300
+ required: true;
301
+ };
302
+ options: {
303
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
304
+ required: true;
305
+ };
306
+ }>> & {
307
+ "onUpdate:modelValue"?: (value: string[]) => any;
308
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
309
+ "update:modelValue": (value: string[]) => void;
310
+ }, string, {}, {}, string> & {
311
+ beforeCreate?: (() => void) | (() => void)[];
312
+ created?: (() => void) | (() => void)[];
313
+ beforeMount?: (() => void) | (() => void)[];
314
+ mounted?: (() => void) | (() => void)[];
315
+ beforeUpdate?: (() => void) | (() => void)[];
316
+ updated?: (() => void) | (() => void)[];
317
+ activated?: (() => void) | (() => void)[];
318
+ deactivated?: (() => void) | (() => void)[];
319
+ beforeDestroy?: (() => void) | (() => void)[];
320
+ beforeUnmount?: (() => void) | (() => void)[];
321
+ destroyed?: (() => void) | (() => void)[];
322
+ unmounted?: (() => void) | (() => void)[];
323
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
324
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
325
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
326
+ };
327
+ $forceUpdate: () => void;
328
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
329
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
330
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
331
+ title: {
332
+ type: import("@histoire/vendors/vue").PropType<string>;
333
+ };
334
+ modelValue: {
335
+ type: import("@histoire/vendors/vue").PropType<string[]>;
336
+ required: true;
337
+ };
338
+ options: {
339
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
340
+ required: true;
341
+ };
342
+ }>> & {
343
+ "onUpdate:modelValue"?: (value: string[]) => any;
344
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
345
+ __isFragment?: never;
346
+ __isTeleport?: never;
347
+ __isSuspense?: never;
348
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
75
349
  title: {
76
350
  type: import("@histoire/vendors/vue").PropType<string>;
77
351
  };
@@ -85,18 +359,88 @@ export declare const HstCheckboxList: import("@histoire/vendors/vue").DefineComp
85
359
  };
86
360
  }>> & {
87
361
  "onUpdate:modelValue"?: (value: string[]) => any;
88
- }, {}>;
89
- export declare const HstText: import("@histoire/vendors/vue").DefineComponent<{
90
- title: {
91
- type: import("@histoire/vendors/vue").PropType<string>;
92
- };
93
- modelValue: {
94
- type: import("@histoire/vendors/vue").PropType<string>;
95
- required: true;
96
- };
97
362
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
98
- 'update:modelValue': (newValue: string) => true;
99
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
363
+ "update:modelValue": (value: string[]) => void;
364
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
365
+ $slots: {
366
+ actions: (_: {}) => any;
367
+ };
368
+ });
369
+ export declare const HstText: {
370
+ new (...args: any[]): {
371
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
372
+ $data: {};
373
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
374
+ title: {
375
+ type: import("@histoire/vendors/vue").PropType<string>;
376
+ };
377
+ modelValue: {
378
+ type: import("@histoire/vendors/vue").PropType<string>;
379
+ required: true;
380
+ };
381
+ }>> & {
382
+ "onUpdate:modelValue"?: (newValue: string) => any;
383
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
384
+ $attrs: {
385
+ [x: string]: unknown;
386
+ };
387
+ $refs: {
388
+ [x: string]: unknown;
389
+ };
390
+ $slots: Readonly<{
391
+ [name: string]: import("@histoire/vendors/vue").Slot;
392
+ }>;
393
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
394
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
395
+ $emit: (event: "update:modelValue", newValue: string) => void;
396
+ $el: any;
397
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
398
+ title: {
399
+ type: import("@histoire/vendors/vue").PropType<string>;
400
+ };
401
+ modelValue: {
402
+ type: import("@histoire/vendors/vue").PropType<string>;
403
+ required: true;
404
+ };
405
+ }>> & {
406
+ "onUpdate:modelValue"?: (newValue: string) => any;
407
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
408
+ 'update:modelValue': (newValue: string) => true;
409
+ }, string, {}, {}, string> & {
410
+ beforeCreate?: (() => void) | (() => void)[];
411
+ created?: (() => void) | (() => void)[];
412
+ beforeMount?: (() => void) | (() => void)[];
413
+ mounted?: (() => void) | (() => void)[];
414
+ beforeUpdate?: (() => void) | (() => void)[];
415
+ updated?: (() => void) | (() => void)[];
416
+ activated?: (() => void) | (() => void)[];
417
+ deactivated?: (() => void) | (() => void)[];
418
+ beforeDestroy?: (() => void) | (() => void)[];
419
+ beforeUnmount?: (() => void) | (() => void)[];
420
+ destroyed?: (() => void) | (() => void)[];
421
+ unmounted?: (() => void) | (() => void)[];
422
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
423
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
424
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
425
+ };
426
+ $forceUpdate: () => void;
427
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
428
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
429
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
430
+ title: {
431
+ type: import("@histoire/vendors/vue").PropType<string>;
432
+ };
433
+ modelValue: {
434
+ type: import("@histoire/vendors/vue").PropType<string>;
435
+ required: true;
436
+ };
437
+ }>> & {
438
+ "onUpdate:modelValue"?: (newValue: string) => any;
439
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
440
+ __isFragment?: never;
441
+ __isTeleport?: never;
442
+ __isSuspense?: never;
443
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
100
444
  title: {
101
445
  type: import("@histoire/vendors/vue").PropType<string>;
102
446
  };
@@ -106,18 +450,88 @@ export declare const HstText: import("@histoire/vendors/vue").DefineComponent<{
106
450
  };
107
451
  }>> & {
108
452
  "onUpdate:modelValue"?: (newValue: string) => any;
109
- }, {}>;
110
- export declare const HstNumber: import("@histoire/vendors/vue").DefineComponent<{
111
- title: {
112
- type: import("@histoire/vendors/vue").PropType<string>;
113
- };
114
- modelValue: {
115
- type: import("@histoire/vendors/vue").PropType<number>;
116
- required: true;
117
- };
118
453
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
119
- 'update:modelValue': (newValue: number) => true;
120
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
454
+ 'update:modelValue': (newValue: string) => true;
455
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
456
+ $slots: {
457
+ actions: (_: {}) => any;
458
+ };
459
+ });
460
+ export declare const HstNumber: {
461
+ new (...args: any[]): {
462
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
463
+ $data: {};
464
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
465
+ title: {
466
+ type: import("@histoire/vendors/vue").PropType<string>;
467
+ };
468
+ modelValue: {
469
+ type: import("@histoire/vendors/vue").PropType<number>;
470
+ required: true;
471
+ };
472
+ }>> & {
473
+ "onUpdate:modelValue"?: (newValue: number) => any;
474
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
475
+ $attrs: {
476
+ [x: string]: unknown;
477
+ };
478
+ $refs: {
479
+ [x: string]: unknown;
480
+ };
481
+ $slots: Readonly<{
482
+ [name: string]: import("@histoire/vendors/vue").Slot;
483
+ }>;
484
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
485
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
486
+ $emit: (event: "update:modelValue", newValue: number) => void;
487
+ $el: any;
488
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
489
+ title: {
490
+ type: import("@histoire/vendors/vue").PropType<string>;
491
+ };
492
+ modelValue: {
493
+ type: import("@histoire/vendors/vue").PropType<number>;
494
+ required: true;
495
+ };
496
+ }>> & {
497
+ "onUpdate:modelValue"?: (newValue: number) => any;
498
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
499
+ 'update:modelValue': (newValue: number) => true;
500
+ }, string, {}, {}, string> & {
501
+ beforeCreate?: (() => void) | (() => void)[];
502
+ created?: (() => void) | (() => void)[];
503
+ beforeMount?: (() => void) | (() => void)[];
504
+ mounted?: (() => void) | (() => void)[];
505
+ beforeUpdate?: (() => void) | (() => void)[];
506
+ updated?: (() => void) | (() => void)[];
507
+ activated?: (() => void) | (() => void)[];
508
+ deactivated?: (() => void) | (() => void)[];
509
+ beforeDestroy?: (() => void) | (() => void)[];
510
+ beforeUnmount?: (() => void) | (() => void)[];
511
+ destroyed?: (() => void) | (() => void)[];
512
+ unmounted?: (() => void) | (() => void)[];
513
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
514
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
515
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
516
+ };
517
+ $forceUpdate: () => void;
518
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
519
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
520
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
521
+ title: {
522
+ type: import("@histoire/vendors/vue").PropType<string>;
523
+ };
524
+ modelValue: {
525
+ type: import("@histoire/vendors/vue").PropType<number>;
526
+ required: true;
527
+ };
528
+ }>> & {
529
+ "onUpdate:modelValue"?: (newValue: number) => any;
530
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
531
+ __isFragment?: never;
532
+ __isTeleport?: never;
533
+ __isSuspense?: never;
534
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
121
535
  title: {
122
536
  type: import("@histoire/vendors/vue").PropType<string>;
123
537
  };
@@ -127,7 +541,13 @@ export declare const HstNumber: import("@histoire/vendors/vue").DefineComponent<
127
541
  };
128
542
  }>> & {
129
543
  "onUpdate:modelValue"?: (newValue: number) => any;
130
- }, {}>;
544
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
545
+ 'update:modelValue': (newValue: number) => true;
546
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
547
+ $slots: {
548
+ actions: (_: {}) => any;
549
+ };
550
+ });
131
551
  export declare const HstSlider: import("@histoire/vendors/vue").DefineComponent<{
132
552
  title: {
133
553
  type: import("@histoire/vendors/vue").PropType<string>;
@@ -165,17 +585,81 @@ export declare const HstSlider: import("@histoire/vendors/vue").DefineComponent<
165
585
  }>> & {
166
586
  "onUpdate:modelValue"?: (newValue: number) => any;
167
587
  }, {}>;
168
- export declare const HstTextarea: import("@histoire/vendors/vue").DefineComponent<{
169
- title: {
170
- type: import("@histoire/vendors/vue").PropType<string>;
171
- };
172
- modelValue: {
173
- type: import("@histoire/vendors/vue").PropType<string>;
174
- required: true;
175
- };
176
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
177
- 'update:modelValue': (newValue: string) => true;
178
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
588
+ export declare const HstTextarea: {
589
+ new (...args: any[]): {
590
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
591
+ $data: {};
592
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
593
+ title: {
594
+ type: import("@histoire/vendors/vue").PropType<string>;
595
+ };
596
+ modelValue: {
597
+ type: import("@histoire/vendors/vue").PropType<string>;
598
+ required: true;
599
+ };
600
+ }>> & {
601
+ "onUpdate:modelValue"?: (newValue: string) => any;
602
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
603
+ $attrs: {
604
+ [x: string]: unknown;
605
+ };
606
+ $refs: {
607
+ [x: string]: unknown;
608
+ };
609
+ $slots: Readonly<{
610
+ [name: string]: import("@histoire/vendors/vue").Slot;
611
+ }>;
612
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
613
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
614
+ $emit: (event: "update:modelValue", newValue: string) => void;
615
+ $el: any;
616
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
617
+ title: {
618
+ type: import("@histoire/vendors/vue").PropType<string>;
619
+ };
620
+ modelValue: {
621
+ type: import("@histoire/vendors/vue").PropType<string>;
622
+ required: true;
623
+ };
624
+ }>> & {
625
+ "onUpdate:modelValue"?: (newValue: string) => any;
626
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
627
+ 'update:modelValue': (newValue: string) => true;
628
+ }, string, {}, {}, string> & {
629
+ beforeCreate?: (() => void) | (() => void)[];
630
+ created?: (() => void) | (() => void)[];
631
+ beforeMount?: (() => void) | (() => void)[];
632
+ mounted?: (() => void) | (() => void)[];
633
+ beforeUpdate?: (() => void) | (() => void)[];
634
+ updated?: (() => void) | (() => void)[];
635
+ activated?: (() => void) | (() => void)[];
636
+ deactivated?: (() => void) | (() => void)[];
637
+ beforeDestroy?: (() => void) | (() => void)[];
638
+ beforeUnmount?: (() => void) | (() => void)[];
639
+ destroyed?: (() => void) | (() => void)[];
640
+ unmounted?: (() => void) | (() => void)[];
641
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
642
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
643
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
644
+ };
645
+ $forceUpdate: () => void;
646
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
647
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
648
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
649
+ title: {
650
+ type: import("@histoire/vendors/vue").PropType<string>;
651
+ };
652
+ modelValue: {
653
+ type: import("@histoire/vendors/vue").PropType<string>;
654
+ required: true;
655
+ };
656
+ }>> & {
657
+ "onUpdate:modelValue"?: (newValue: string) => any;
658
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
659
+ __isFragment?: never;
660
+ __isTeleport?: never;
661
+ __isSuspense?: never;
662
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
179
663
  title: {
180
664
  type: import("@histoire/vendors/vue").PropType<string>;
181
665
  };
@@ -185,22 +669,100 @@ export declare const HstTextarea: import("@histoire/vendors/vue").DefineComponen
185
669
  };
186
670
  }>> & {
187
671
  "onUpdate:modelValue"?: (newValue: string) => any;
188
- }, {}>;
189
- export declare const HstSelect: import("@histoire/vendors/vue").DefineComponent<{
190
- title: {
191
- type: import("@histoire/vendors/vue").PropType<string>;
192
- };
193
- modelValue: {
194
- type: import("@histoire/vendors/vue").PropType<string>;
195
- required: true;
196
- };
197
- options: {
198
- type: import("@histoire/vendors/vue").PropType<Record<string, any> | string[] | import("./types").HstControlOption[]>;
199
- required: true;
200
- };
201
672
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
202
- "update:modelValue": (value: any) => void;
203
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
673
+ 'update:modelValue': (newValue: string) => true;
674
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
675
+ $slots: {
676
+ actions: (_: {}) => any;
677
+ };
678
+ });
679
+ export declare const HstSelect: {
680
+ new (...args: any[]): {
681
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
682
+ $data: {};
683
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
684
+ title: {
685
+ type: import("@histoire/vendors/vue").PropType<string>;
686
+ };
687
+ modelValue: {
688
+ type: import("@histoire/vendors/vue").PropType<string>;
689
+ required: true;
690
+ };
691
+ options: {
692
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[] | Record<string, any>>;
693
+ required: true;
694
+ };
695
+ }>> & {
696
+ "onUpdate:modelValue"?: (value: any) => any;
697
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
698
+ $attrs: {
699
+ [x: string]: unknown;
700
+ };
701
+ $refs: {
702
+ [x: string]: unknown;
703
+ };
704
+ $slots: Readonly<{
705
+ [name: string]: import("@histoire/vendors/vue").Slot;
706
+ }>;
707
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
708
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
709
+ $emit: (event: "update:modelValue", value: any) => void;
710
+ $el: any;
711
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
712
+ title: {
713
+ type: import("@histoire/vendors/vue").PropType<string>;
714
+ };
715
+ modelValue: {
716
+ type: import("@histoire/vendors/vue").PropType<string>;
717
+ required: true;
718
+ };
719
+ options: {
720
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[] | Record<string, any>>;
721
+ required: true;
722
+ };
723
+ }>> & {
724
+ "onUpdate:modelValue"?: (value: any) => any;
725
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
726
+ "update:modelValue": (value: any) => void;
727
+ }, string, {}, {}, string> & {
728
+ beforeCreate?: (() => void) | (() => void)[];
729
+ created?: (() => void) | (() => void)[];
730
+ beforeMount?: (() => void) | (() => void)[];
731
+ mounted?: (() => void) | (() => void)[];
732
+ beforeUpdate?: (() => void) | (() => void)[];
733
+ updated?: (() => void) | (() => void)[];
734
+ activated?: (() => void) | (() => void)[];
735
+ deactivated?: (() => void) | (() => void)[];
736
+ beforeDestroy?: (() => void) | (() => void)[];
737
+ beforeUnmount?: (() => void) | (() => void)[];
738
+ destroyed?: (() => void) | (() => void)[];
739
+ unmounted?: (() => void) | (() => void)[];
740
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
741
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
742
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
743
+ };
744
+ $forceUpdate: () => void;
745
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
746
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
747
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
748
+ title: {
749
+ type: import("@histoire/vendors/vue").PropType<string>;
750
+ };
751
+ modelValue: {
752
+ type: import("@histoire/vendors/vue").PropType<string>;
753
+ required: true;
754
+ };
755
+ options: {
756
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[] | Record<string, any>>;
757
+ required: true;
758
+ };
759
+ }>> & {
760
+ "onUpdate:modelValue"?: (value: any) => any;
761
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
762
+ __isFragment?: never;
763
+ __isTeleport?: never;
764
+ __isSuspense?: never;
765
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
204
766
  title: {
205
767
  type: import("@histoire/vendors/vue").PropType<string>;
206
768
  };
@@ -209,24 +771,94 @@ export declare const HstSelect: import("@histoire/vendors/vue").DefineComponent<
209
771
  required: true;
210
772
  };
211
773
  options: {
212
- type: import("@histoire/vendors/vue").PropType<Record<string, any> | string[] | import("./types").HstControlOption[]>;
774
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[] | Record<string, any>>;
213
775
  required: true;
214
776
  };
215
777
  }>> & {
216
778
  "onUpdate:modelValue"?: (value: any) => any;
217
- }, {}>;
218
- export declare const HstColorShades: import("@histoire/vendors/vue").DefineComponent<{
219
- shades: {
220
- type: import("@histoire/vendors/vue").PropType<Record<string, any>>;
221
- required: true;
222
- };
223
- getName: {
224
- type: import("@histoire/vendors/vue").PropType<(key: string, color: string) => string>;
225
- };
226
- search: {
227
- type: import("@histoire/vendors/vue").PropType<string>;
228
- };
229
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
779
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
780
+ "update:modelValue": (value: any) => void;
781
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
782
+ $slots: {
783
+ actions: (_: {}) => any;
784
+ };
785
+ });
786
+ export declare const HstColorShades: {
787
+ new (...args: any[]): {
788
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
789
+ $data: {};
790
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
791
+ shades: {
792
+ type: import("@histoire/vendors/vue").PropType<Record<string, any>>;
793
+ required: true;
794
+ };
795
+ getName: {
796
+ type: import("@histoire/vendors/vue").PropType<(key: string, color: string) => string>;
797
+ };
798
+ search: {
799
+ type: import("@histoire/vendors/vue").PropType<string>;
800
+ };
801
+ }>> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
802
+ $attrs: {
803
+ [x: string]: unknown;
804
+ };
805
+ $refs: {
806
+ [x: string]: unknown;
807
+ };
808
+ $slots: Readonly<{
809
+ [name: string]: import("@histoire/vendors/vue").Slot;
810
+ }>;
811
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
812
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
813
+ $emit: (event: string, ...args: any[]) => void;
814
+ $el: any;
815
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
816
+ shades: {
817
+ type: import("@histoire/vendors/vue").PropType<Record<string, any>>;
818
+ required: true;
819
+ };
820
+ getName: {
821
+ type: import("@histoire/vendors/vue").PropType<(key: string, color: string) => string>;
822
+ };
823
+ search: {
824
+ type: import("@histoire/vendors/vue").PropType<string>;
825
+ };
826
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
827
+ beforeCreate?: (() => void) | (() => void)[];
828
+ created?: (() => void) | (() => void)[];
829
+ beforeMount?: (() => void) | (() => void)[];
830
+ mounted?: (() => void) | (() => void)[];
831
+ beforeUpdate?: (() => void) | (() => void)[];
832
+ updated?: (() => void) | (() => void)[];
833
+ activated?: (() => void) | (() => void)[];
834
+ deactivated?: (() => void) | (() => void)[];
835
+ beforeDestroy?: (() => void) | (() => void)[];
836
+ beforeUnmount?: (() => void) | (() => void)[];
837
+ destroyed?: (() => void) | (() => void)[];
838
+ unmounted?: (() => void) | (() => void)[];
839
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
840
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
841
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
842
+ };
843
+ $forceUpdate: () => void;
844
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
845
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
846
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
847
+ shades: {
848
+ type: import("@histoire/vendors/vue").PropType<Record<string, any>>;
849
+ required: true;
850
+ };
851
+ getName: {
852
+ type: import("@histoire/vendors/vue").PropType<(key: string, color: string) => string>;
853
+ };
854
+ search: {
855
+ type: import("@histoire/vendors/vue").PropType<string>;
856
+ };
857
+ }>> & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
858
+ __isFragment?: never;
859
+ __isTeleport?: never;
860
+ __isSuspense?: never;
861
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
230
862
  shades: {
231
863
  type: import("@histoire/vendors/vue").PropType<Record<string, any>>;
232
864
  required: true;
@@ -237,16 +869,80 @@ export declare const HstColorShades: import("@histoire/vendors/vue").DefineCompo
237
869
  search: {
238
870
  type: import("@histoire/vendors/vue").PropType<string>;
239
871
  };
240
- }>>, {}>;
241
- export declare const HstTokenList: import("@histoire/vendors/vue").DefineComponent<{
242
- tokens: {
243
- type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
244
- required: true;
245
- };
246
- getName: {
247
- type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
248
- };
249
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
872
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
873
+ $slots: {
874
+ default: (_: {
875
+ color: string;
876
+ }) => any;
877
+ };
878
+ });
879
+ export declare const HstTokenList: {
880
+ new (...args: any[]): {
881
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
882
+ $data: {};
883
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
884
+ tokens: {
885
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
886
+ required: true;
887
+ };
888
+ getName: {
889
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
890
+ };
891
+ }>> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
892
+ $attrs: {
893
+ [x: string]: unknown;
894
+ };
895
+ $refs: {
896
+ [x: string]: unknown;
897
+ };
898
+ $slots: Readonly<{
899
+ [name: string]: import("@histoire/vendors/vue").Slot;
900
+ }>;
901
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
902
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
903
+ $emit: (event: string, ...args: any[]) => void;
904
+ $el: any;
905
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
906
+ tokens: {
907
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
908
+ required: true;
909
+ };
910
+ getName: {
911
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
912
+ };
913
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
914
+ beforeCreate?: (() => void) | (() => void)[];
915
+ created?: (() => void) | (() => void)[];
916
+ beforeMount?: (() => void) | (() => void)[];
917
+ mounted?: (() => void) | (() => void)[];
918
+ beforeUpdate?: (() => void) | (() => void)[];
919
+ updated?: (() => void) | (() => void)[];
920
+ activated?: (() => void) | (() => void)[];
921
+ deactivated?: (() => void) | (() => void)[];
922
+ beforeDestroy?: (() => void) | (() => void)[];
923
+ beforeUnmount?: (() => void) | (() => void)[];
924
+ destroyed?: (() => void) | (() => void)[];
925
+ unmounted?: (() => void) | (() => void)[];
926
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
927
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
928
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
929
+ };
930
+ $forceUpdate: () => void;
931
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
932
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
933
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
934
+ tokens: {
935
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
936
+ required: true;
937
+ };
938
+ getName: {
939
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
940
+ };
941
+ }>> & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
942
+ __isFragment?: never;
943
+ __isTeleport?: never;
944
+ __isSuspense?: never;
945
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
250
946
  tokens: {
251
947
  type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
252
948
  required: true;
@@ -254,23 +950,111 @@ export declare const HstTokenList: import("@histoire/vendors/vue").DefineCompone
254
950
  getName: {
255
951
  type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
256
952
  };
257
- }>>, {}>;
258
- export declare const HstTokenGrid: import("@histoire/vendors/vue").DefineComponent<{
259
- getName: {
260
- type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
261
- } & {
262
- default: any;
263
- };
264
- colSize: {
265
- type: import("@histoire/vendors/vue").PropType<number>;
266
- } & {
267
- default: number;
268
- };
269
- tokens: {
270
- type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
271
- required: true;
272
- };
273
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
953
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
954
+ $slots: {
955
+ default: (_: {
956
+ token: {
957
+ key: string;
958
+ name: string;
959
+ value: string | Record<string, any>;
960
+ };
961
+ }) => any;
962
+ };
963
+ });
964
+ export declare const HstTokenGrid: {
965
+ new (...args: any[]): {
966
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
967
+ $data: {};
968
+ $props: Partial<{
969
+ getName: (key: string, value: string | number | any[] | Record<string, any>) => string;
970
+ colSize: number;
971
+ }> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
972
+ getName: {
973
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
974
+ } & {
975
+ default: any;
976
+ };
977
+ colSize: {
978
+ type: import("@histoire/vendors/vue").PropType<number>;
979
+ } & {
980
+ default: number;
981
+ };
982
+ tokens: {
983
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
984
+ required: true;
985
+ };
986
+ }>> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, "getName" | "colSize">;
987
+ $attrs: {
988
+ [x: string]: unknown;
989
+ };
990
+ $refs: {
991
+ [x: string]: unknown;
992
+ };
993
+ $slots: Readonly<{
994
+ [name: string]: import("@histoire/vendors/vue").Slot;
995
+ }>;
996
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
997
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
998
+ $emit: (event: string, ...args: any[]) => void;
999
+ $el: any;
1000
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1001
+ getName: {
1002
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
1003
+ } & {
1004
+ default: any;
1005
+ };
1006
+ colSize: {
1007
+ type: import("@histoire/vendors/vue").PropType<number>;
1008
+ } & {
1009
+ default: number;
1010
+ };
1011
+ tokens: {
1012
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
1013
+ required: true;
1014
+ };
1015
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {
1016
+ getName: (key: string, value: string | number | any[] | Record<string, any>) => string;
1017
+ colSize: number;
1018
+ }, {}, string> & {
1019
+ beforeCreate?: (() => void) | (() => void)[];
1020
+ created?: (() => void) | (() => void)[];
1021
+ beforeMount?: (() => void) | (() => void)[];
1022
+ mounted?: (() => void) | (() => void)[];
1023
+ beforeUpdate?: (() => void) | (() => void)[];
1024
+ updated?: (() => void) | (() => void)[];
1025
+ activated?: (() => void) | (() => void)[];
1026
+ deactivated?: (() => void) | (() => void)[];
1027
+ beforeDestroy?: (() => void) | (() => void)[];
1028
+ beforeUnmount?: (() => void) | (() => void)[];
1029
+ destroyed?: (() => void) | (() => void)[];
1030
+ unmounted?: (() => void) | (() => void)[];
1031
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1032
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1033
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1034
+ };
1035
+ $forceUpdate: () => void;
1036
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
1037
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
1038
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1039
+ getName: {
1040
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
1041
+ } & {
1042
+ default: any;
1043
+ };
1044
+ colSize: {
1045
+ type: import("@histoire/vendors/vue").PropType<number>;
1046
+ } & {
1047
+ default: number;
1048
+ };
1049
+ tokens: {
1050
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
1051
+ required: true;
1052
+ };
1053
+ }>> & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
1054
+ __isFragment?: never;
1055
+ __isTeleport?: never;
1056
+ __isSuspense?: never;
1057
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
274
1058
  getName: {
275
1059
  type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
276
1060
  } & {
@@ -285,10 +1069,20 @@ export declare const HstTokenGrid: import("@histoire/vendors/vue").DefineCompone
285
1069
  type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
286
1070
  required: true;
287
1071
  };
288
- }>>, {
1072
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {
289
1073
  getName: (key: string, value: string | number | any[] | Record<string, any>) => string;
290
1074
  colSize: number;
291
- }>;
1075
+ }, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
1076
+ $slots: {
1077
+ default: (_: {
1078
+ token: {
1079
+ key: string;
1080
+ name: string;
1081
+ value: string | Record<string, any>;
1082
+ };
1083
+ }) => any;
1084
+ };
1085
+ });
292
1086
  export declare const HstCopyIcon: import("@histoire/vendors/vue").DefineComponent<{
293
1087
  content: {
294
1088
  type: import("@histoire/vendors/vue").PropType<string>;
@@ -300,21 +1094,93 @@ export declare const HstCopyIcon: import("@histoire/vendors/vue").DefineComponen
300
1094
  required: true;
301
1095
  };
302
1096
  }>>, {}>;
303
- export declare const HstRadio: import("@histoire/vendors/vue").DefineComponent<{
304
- title: {
305
- type: import("@histoire/vendors/vue").PropType<string>;
306
- };
307
- modelValue: {
308
- type: import("@histoire/vendors/vue").PropType<string>;
309
- required: true;
310
- };
311
- options: {
312
- type: import("@histoire/vendors/vue").PropType<import("./types").HstControlOption[]>;
313
- required: true;
314
- };
315
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
316
- "update:modelValue": (value: string) => void;
317
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1097
+ export declare const HstRadio: {
1098
+ new (...args: any[]): {
1099
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
1100
+ $data: {};
1101
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1102
+ title: {
1103
+ type: import("@histoire/vendors/vue").PropType<string>;
1104
+ };
1105
+ modelValue: {
1106
+ type: import("@histoire/vendors/vue").PropType<string>;
1107
+ required: true;
1108
+ };
1109
+ options: {
1110
+ type: import("@histoire/vendors/vue").PropType<import("./types").HstControlOption[]>;
1111
+ required: true;
1112
+ };
1113
+ }>> & {
1114
+ "onUpdate:modelValue"?: (value: string) => any;
1115
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
1116
+ $attrs: {
1117
+ [x: string]: unknown;
1118
+ };
1119
+ $refs: {
1120
+ [x: string]: unknown;
1121
+ };
1122
+ $slots: Readonly<{
1123
+ [name: string]: import("@histoire/vendors/vue").Slot;
1124
+ }>;
1125
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1126
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1127
+ $emit: (event: "update:modelValue", value: string) => void;
1128
+ $el: any;
1129
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1130
+ title: {
1131
+ type: import("@histoire/vendors/vue").PropType<string>;
1132
+ };
1133
+ modelValue: {
1134
+ type: import("@histoire/vendors/vue").PropType<string>;
1135
+ required: true;
1136
+ };
1137
+ options: {
1138
+ type: import("@histoire/vendors/vue").PropType<import("./types").HstControlOption[]>;
1139
+ required: true;
1140
+ };
1141
+ }>> & {
1142
+ "onUpdate:modelValue"?: (value: string) => any;
1143
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
1144
+ "update:modelValue": (value: string) => void;
1145
+ }, string, {}, {}, string> & {
1146
+ beforeCreate?: (() => void) | (() => void)[];
1147
+ created?: (() => void) | (() => void)[];
1148
+ beforeMount?: (() => void) | (() => void)[];
1149
+ mounted?: (() => void) | (() => void)[];
1150
+ beforeUpdate?: (() => void) | (() => void)[];
1151
+ updated?: (() => void) | (() => void)[];
1152
+ activated?: (() => void) | (() => void)[];
1153
+ deactivated?: (() => void) | (() => void)[];
1154
+ beforeDestroy?: (() => void) | (() => void)[];
1155
+ beforeUnmount?: (() => void) | (() => void)[];
1156
+ destroyed?: (() => void) | (() => void)[];
1157
+ unmounted?: (() => void) | (() => void)[];
1158
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1159
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1160
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1161
+ };
1162
+ $forceUpdate: () => void;
1163
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
1164
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
1165
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1166
+ title: {
1167
+ type: import("@histoire/vendors/vue").PropType<string>;
1168
+ };
1169
+ modelValue: {
1170
+ type: import("@histoire/vendors/vue").PropType<string>;
1171
+ required: true;
1172
+ };
1173
+ options: {
1174
+ type: import("@histoire/vendors/vue").PropType<import("./types").HstControlOption[]>;
1175
+ required: true;
1176
+ };
1177
+ }>> & {
1178
+ "onUpdate:modelValue"?: (value: string) => any;
1179
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
1180
+ __isFragment?: never;
1181
+ __isTeleport?: never;
1182
+ __isSuspense?: never;
1183
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
318
1184
  title: {
319
1185
  type: import("@histoire/vendors/vue").PropType<string>;
320
1186
  };
@@ -328,18 +1194,88 @@ export declare const HstRadio: import("@histoire/vendors/vue").DefineComponent<{
328
1194
  };
329
1195
  }>> & {
330
1196
  "onUpdate:modelValue"?: (value: string) => any;
331
- }, {}>;
332
- export declare const HstJson: import("@histoire/vendors/vue").DefineComponent<{
333
- title: {
334
- type: import("@histoire/vendors/vue").PropType<string>;
335
- };
336
- modelValue: {
337
- type: import("@histoire/vendors/vue").PropType<unknown>;
338
- required: true;
339
- };
340
1197
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
341
- 'update:modelValue': (newValue: unknown) => true;
342
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1198
+ "update:modelValue": (value: string) => void;
1199
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
1200
+ $slots: {
1201
+ actions: (_: {}) => any;
1202
+ };
1203
+ });
1204
+ export declare const HstJson: {
1205
+ new (...args: any[]): {
1206
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
1207
+ $data: {};
1208
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1209
+ title: {
1210
+ type: import("@histoire/vendors/vue").PropType<string>;
1211
+ };
1212
+ modelValue: {
1213
+ type: import("@histoire/vendors/vue").PropType<unknown>;
1214
+ required: true;
1215
+ };
1216
+ }>> & {
1217
+ "onUpdate:modelValue"?: (newValue: unknown) => any;
1218
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
1219
+ $attrs: {
1220
+ [x: string]: unknown;
1221
+ };
1222
+ $refs: {
1223
+ [x: string]: unknown;
1224
+ };
1225
+ $slots: Readonly<{
1226
+ [name: string]: import("@histoire/vendors/vue").Slot;
1227
+ }>;
1228
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1229
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1230
+ $emit: (event: "update:modelValue", newValue: unknown) => void;
1231
+ $el: any;
1232
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1233
+ title: {
1234
+ type: import("@histoire/vendors/vue").PropType<string>;
1235
+ };
1236
+ modelValue: {
1237
+ type: import("@histoire/vendors/vue").PropType<unknown>;
1238
+ required: true;
1239
+ };
1240
+ }>> & {
1241
+ "onUpdate:modelValue"?: (newValue: unknown) => any;
1242
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
1243
+ 'update:modelValue': (newValue: unknown) => true;
1244
+ }, string, {}, {}, string> & {
1245
+ beforeCreate?: (() => void) | (() => void)[];
1246
+ created?: (() => void) | (() => void)[];
1247
+ beforeMount?: (() => void) | (() => void)[];
1248
+ mounted?: (() => void) | (() => void)[];
1249
+ beforeUpdate?: (() => void) | (() => void)[];
1250
+ updated?: (() => void) | (() => void)[];
1251
+ activated?: (() => void) | (() => void)[];
1252
+ deactivated?: (() => void) | (() => void)[];
1253
+ beforeDestroy?: (() => void) | (() => void)[];
1254
+ beforeUnmount?: (() => void) | (() => void)[];
1255
+ destroyed?: (() => void) | (() => void)[];
1256
+ unmounted?: (() => void) | (() => void)[];
1257
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1258
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1259
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1260
+ };
1261
+ $forceUpdate: () => void;
1262
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
1263
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
1264
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1265
+ title: {
1266
+ type: import("@histoire/vendors/vue").PropType<string>;
1267
+ };
1268
+ modelValue: {
1269
+ type: import("@histoire/vendors/vue").PropType<unknown>;
1270
+ required: true;
1271
+ };
1272
+ }>> & {
1273
+ "onUpdate:modelValue"?: (newValue: unknown) => any;
1274
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
1275
+ __isFragment?: never;
1276
+ __isTeleport?: never;
1277
+ __isSuspense?: never;
1278
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
343
1279
  title: {
344
1280
  type: import("@histoire/vendors/vue").PropType<string>;
345
1281
  };
@@ -349,32 +1285,164 @@ export declare const HstJson: import("@histoire/vendors/vue").DefineComponent<{
349
1285
  };
350
1286
  }>> & {
351
1287
  "onUpdate:modelValue"?: (newValue: unknown) => any;
352
- }, {}>;
1288
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
1289
+ 'update:modelValue': (newValue: unknown) => true;
1290
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
1291
+ $slots: {
1292
+ actions: (_: {}) => any;
1293
+ };
1294
+ });
353
1295
  export declare const components: {
354
- HstButton: import("@histoire/vendors/vue").DefineComponent<{
355
- color: {
356
- type: import("@histoire/vendors/vue").PropType<"default" | "flat" | "primary">;
357
- };
358
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1296
+ HstButton: {
1297
+ new (...args: any[]): {
1298
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
1299
+ $data: {};
1300
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1301
+ color: {
1302
+ type: import("@histoire/vendors/vue").PropType<"flat" | "default" | "primary">;
1303
+ };
1304
+ }>> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
1305
+ $attrs: {
1306
+ [x: string]: unknown;
1307
+ };
1308
+ $refs: {
1309
+ [x: string]: unknown;
1310
+ };
1311
+ $slots: Readonly<{
1312
+ [name: string]: import("@histoire/vendors/vue").Slot;
1313
+ }>;
1314
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1315
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1316
+ $emit: (event: string, ...args: any[]) => void;
1317
+ $el: any;
1318
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1319
+ color: {
1320
+ type: import("@histoire/vendors/vue").PropType<"flat" | "default" | "primary">;
1321
+ };
1322
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
1323
+ beforeCreate?: (() => void) | (() => void)[];
1324
+ created?: (() => void) | (() => void)[];
1325
+ beforeMount?: (() => void) | (() => void)[];
1326
+ mounted?: (() => void) | (() => void)[];
1327
+ beforeUpdate?: (() => void) | (() => void)[];
1328
+ updated?: (() => void) | (() => void)[];
1329
+ activated?: (() => void) | (() => void)[];
1330
+ deactivated?: (() => void) | (() => void)[];
1331
+ beforeDestroy?: (() => void) | (() => void)[];
1332
+ beforeUnmount?: (() => void) | (() => void)[];
1333
+ destroyed?: (() => void) | (() => void)[];
1334
+ unmounted?: (() => void) | (() => void)[];
1335
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1336
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1337
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1338
+ };
1339
+ $forceUpdate: () => void;
1340
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
1341
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
1342
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1343
+ color: {
1344
+ type: import("@histoire/vendors/vue").PropType<"flat" | "default" | "primary">;
1345
+ };
1346
+ }>> & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
1347
+ __isFragment?: never;
1348
+ __isTeleport?: never;
1349
+ __isSuspense?: never;
1350
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
359
1351
  color: {
360
- type: import("@histoire/vendors/vue").PropType<"default" | "flat" | "primary">;
361
- };
362
- }>>, {}>;
363
- HstButtonGroup: import("@histoire/vendors/vue").DefineComponent<{
364
- title: {
365
- type: import("@histoire/vendors/vue").PropType<string>;
366
- };
367
- modelValue: {
368
- type: import("@histoire/vendors/vue").PropType<string>;
369
- required: true;
370
- };
371
- options: {
372
- type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
373
- required: true;
374
- };
375
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
376
- "update:modelValue": (value: string) => void;
377
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1352
+ type: import("@histoire/vendors/vue").PropType<"flat" | "default" | "primary">;
1353
+ };
1354
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
1355
+ $slots: {
1356
+ default: (_: {}) => any;
1357
+ };
1358
+ });
1359
+ HstButtonGroup: {
1360
+ new (...args: any[]): {
1361
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
1362
+ $data: {};
1363
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1364
+ title: {
1365
+ type: import("@histoire/vendors/vue").PropType<string>;
1366
+ };
1367
+ modelValue: {
1368
+ type: import("@histoire/vendors/vue").PropType<string>;
1369
+ required: true;
1370
+ };
1371
+ options: {
1372
+ type: import("@histoire/vendors/vue").PropType<string[] | Record<string, string | number> | number[] | import("./types").HstControlOption[]>;
1373
+ required: true;
1374
+ };
1375
+ }>> & {
1376
+ "onUpdate:modelValue"?: (value: string) => any;
1377
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
1378
+ $attrs: {
1379
+ [x: string]: unknown;
1380
+ };
1381
+ $refs: {
1382
+ [x: string]: unknown;
1383
+ };
1384
+ $slots: Readonly<{
1385
+ [name: string]: import("@histoire/vendors/vue").Slot;
1386
+ }>;
1387
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1388
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1389
+ $emit: (event: "update:modelValue", value: string) => void;
1390
+ $el: any;
1391
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1392
+ title: {
1393
+ type: import("@histoire/vendors/vue").PropType<string>;
1394
+ };
1395
+ modelValue: {
1396
+ type: import("@histoire/vendors/vue").PropType<string>;
1397
+ required: true;
1398
+ };
1399
+ options: {
1400
+ type: import("@histoire/vendors/vue").PropType<string[] | Record<string, string | number> | number[] | import("./types").HstControlOption[]>;
1401
+ required: true;
1402
+ };
1403
+ }>> & {
1404
+ "onUpdate:modelValue"?: (value: string) => any;
1405
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
1406
+ "update:modelValue": (value: string) => void;
1407
+ }, string, {}, {}, string> & {
1408
+ beforeCreate?: (() => void) | (() => void)[];
1409
+ created?: (() => void) | (() => void)[];
1410
+ beforeMount?: (() => void) | (() => void)[];
1411
+ mounted?: (() => void) | (() => void)[];
1412
+ beforeUpdate?: (() => void) | (() => void)[];
1413
+ updated?: (() => void) | (() => void)[];
1414
+ activated?: (() => void) | (() => void)[];
1415
+ deactivated?: (() => void) | (() => void)[];
1416
+ beforeDestroy?: (() => void) | (() => void)[];
1417
+ beforeUnmount?: (() => void) | (() => void)[];
1418
+ destroyed?: (() => void) | (() => void)[];
1419
+ unmounted?: (() => void) | (() => void)[];
1420
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1421
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1422
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1423
+ };
1424
+ $forceUpdate: () => void;
1425
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
1426
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
1427
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1428
+ title: {
1429
+ type: import("@histoire/vendors/vue").PropType<string>;
1430
+ };
1431
+ modelValue: {
1432
+ type: import("@histoire/vendors/vue").PropType<string>;
1433
+ required: true;
1434
+ };
1435
+ options: {
1436
+ type: import("@histoire/vendors/vue").PropType<string[] | Record<string, string | number> | number[] | import("./types").HstControlOption[]>;
1437
+ required: true;
1438
+ };
1439
+ }>> & {
1440
+ "onUpdate:modelValue"?: (value: string) => any;
1441
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
1442
+ __isFragment?: never;
1443
+ __isTeleport?: never;
1444
+ __isSuspense?: never;
1445
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
378
1446
  title: {
379
1447
  type: import("@histoire/vendors/vue").PropType<string>;
380
1448
  };
@@ -383,23 +1451,93 @@ export declare const components: {
383
1451
  required: true;
384
1452
  };
385
1453
  options: {
386
- type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
1454
+ type: import("@histoire/vendors/vue").PropType<string[] | Record<string, string | number> | number[] | import("./types").HstControlOption[]>;
387
1455
  required: true;
388
1456
  };
389
1457
  }>> & {
390
1458
  "onUpdate:modelValue"?: (value: string) => any;
391
- }, {}>;
392
- HstCheckbox: import("@histoire/vendors/vue").DefineComponent<{
393
- modelValue: {
394
- type: import("@histoire/vendors/vue").PropType<boolean>;
395
- required: true;
396
- };
397
- title: {
398
- type: import("@histoire/vendors/vue").PropType<string>;
399
- };
400
1459
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
401
- 'update:modelValue': (newValue: boolean) => true;
402
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1460
+ "update:modelValue": (value: string) => void;
1461
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
1462
+ $slots: {
1463
+ actions: (_: {}) => any;
1464
+ };
1465
+ });
1466
+ HstCheckbox: {
1467
+ new (...args: any[]): {
1468
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
1469
+ $data: {};
1470
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1471
+ modelValue: {
1472
+ type: import("@histoire/vendors/vue").PropType<boolean>;
1473
+ required: true;
1474
+ };
1475
+ title: {
1476
+ type: import("@histoire/vendors/vue").PropType<string>;
1477
+ };
1478
+ }>> & {
1479
+ "onUpdate:modelValue"?: (newValue: boolean) => any;
1480
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
1481
+ $attrs: {
1482
+ [x: string]: unknown;
1483
+ };
1484
+ $refs: {
1485
+ [x: string]: unknown;
1486
+ };
1487
+ $slots: Readonly<{
1488
+ [name: string]: import("@histoire/vendors/vue").Slot;
1489
+ }>;
1490
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1491
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1492
+ $emit: (event: "update:modelValue", newValue: boolean) => void;
1493
+ $el: any;
1494
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1495
+ modelValue: {
1496
+ type: import("@histoire/vendors/vue").PropType<boolean>;
1497
+ required: true;
1498
+ };
1499
+ title: {
1500
+ type: import("@histoire/vendors/vue").PropType<string>;
1501
+ };
1502
+ }>> & {
1503
+ "onUpdate:modelValue"?: (newValue: boolean) => any;
1504
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
1505
+ 'update:modelValue': (newValue: boolean) => true;
1506
+ }, string, {}, {}, string> & {
1507
+ beforeCreate?: (() => void) | (() => void)[];
1508
+ created?: (() => void) | (() => void)[];
1509
+ beforeMount?: (() => void) | (() => void)[];
1510
+ mounted?: (() => void) | (() => void)[];
1511
+ beforeUpdate?: (() => void) | (() => void)[];
1512
+ updated?: (() => void) | (() => void)[];
1513
+ activated?: (() => void) | (() => void)[];
1514
+ deactivated?: (() => void) | (() => void)[];
1515
+ beforeDestroy?: (() => void) | (() => void)[];
1516
+ beforeUnmount?: (() => void) | (() => void)[];
1517
+ destroyed?: (() => void) | (() => void)[];
1518
+ unmounted?: (() => void) | (() => void)[];
1519
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1520
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1521
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1522
+ };
1523
+ $forceUpdate: () => void;
1524
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
1525
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
1526
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1527
+ modelValue: {
1528
+ type: import("@histoire/vendors/vue").PropType<boolean>;
1529
+ required: true;
1530
+ };
1531
+ title: {
1532
+ type: import("@histoire/vendors/vue").PropType<string>;
1533
+ };
1534
+ }>> & {
1535
+ "onUpdate:modelValue"?: (newValue: boolean) => any;
1536
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
1537
+ __isFragment?: never;
1538
+ __isTeleport?: never;
1539
+ __isSuspense?: never;
1540
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
403
1541
  modelValue: {
404
1542
  type: import("@histoire/vendors/vue").PropType<boolean>;
405
1543
  required: true;
@@ -409,22 +1547,100 @@ export declare const components: {
409
1547
  };
410
1548
  }>> & {
411
1549
  "onUpdate:modelValue"?: (newValue: boolean) => any;
412
- }, {}>;
413
- HstCheckboxList: import("@histoire/vendors/vue").DefineComponent<{
414
- title: {
415
- type: import("@histoire/vendors/vue").PropType<string>;
416
- };
417
- modelValue: {
418
- type: import("@histoire/vendors/vue").PropType<string[]>;
419
- required: true;
420
- };
421
- options: {
422
- type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
423
- required: true;
424
- };
425
1550
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
426
- "update:modelValue": (value: string[]) => void;
427
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1551
+ 'update:modelValue': (newValue: boolean) => true;
1552
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
1553
+ $slots: {
1554
+ actions: (_: {}) => any;
1555
+ };
1556
+ });
1557
+ HstCheckboxList: {
1558
+ new (...args: any[]): {
1559
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
1560
+ $data: {};
1561
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1562
+ title: {
1563
+ type: import("@histoire/vendors/vue").PropType<string>;
1564
+ };
1565
+ modelValue: {
1566
+ type: import("@histoire/vendors/vue").PropType<string[]>;
1567
+ required: true;
1568
+ };
1569
+ options: {
1570
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
1571
+ required: true;
1572
+ };
1573
+ }>> & {
1574
+ "onUpdate:modelValue"?: (value: string[]) => any;
1575
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
1576
+ $attrs: {
1577
+ [x: string]: unknown;
1578
+ };
1579
+ $refs: {
1580
+ [x: string]: unknown;
1581
+ };
1582
+ $slots: Readonly<{
1583
+ [name: string]: import("@histoire/vendors/vue").Slot;
1584
+ }>;
1585
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1586
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1587
+ $emit: (event: "update:modelValue", value: string[]) => void;
1588
+ $el: any;
1589
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1590
+ title: {
1591
+ type: import("@histoire/vendors/vue").PropType<string>;
1592
+ };
1593
+ modelValue: {
1594
+ type: import("@histoire/vendors/vue").PropType<string[]>;
1595
+ required: true;
1596
+ };
1597
+ options: {
1598
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
1599
+ required: true;
1600
+ };
1601
+ }>> & {
1602
+ "onUpdate:modelValue"?: (value: string[]) => any;
1603
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
1604
+ "update:modelValue": (value: string[]) => void;
1605
+ }, string, {}, {}, string> & {
1606
+ beforeCreate?: (() => void) | (() => void)[];
1607
+ created?: (() => void) | (() => void)[];
1608
+ beforeMount?: (() => void) | (() => void)[];
1609
+ mounted?: (() => void) | (() => void)[];
1610
+ beforeUpdate?: (() => void) | (() => void)[];
1611
+ updated?: (() => void) | (() => void)[];
1612
+ activated?: (() => void) | (() => void)[];
1613
+ deactivated?: (() => void) | (() => void)[];
1614
+ beforeDestroy?: (() => void) | (() => void)[];
1615
+ beforeUnmount?: (() => void) | (() => void)[];
1616
+ destroyed?: (() => void) | (() => void)[];
1617
+ unmounted?: (() => void) | (() => void)[];
1618
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1619
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1620
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1621
+ };
1622
+ $forceUpdate: () => void;
1623
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
1624
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
1625
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1626
+ title: {
1627
+ type: import("@histoire/vendors/vue").PropType<string>;
1628
+ };
1629
+ modelValue: {
1630
+ type: import("@histoire/vendors/vue").PropType<string[]>;
1631
+ required: true;
1632
+ };
1633
+ options: {
1634
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[]>;
1635
+ required: true;
1636
+ };
1637
+ }>> & {
1638
+ "onUpdate:modelValue"?: (value: string[]) => any;
1639
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
1640
+ __isFragment?: never;
1641
+ __isTeleport?: never;
1642
+ __isSuspense?: never;
1643
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
428
1644
  title: {
429
1645
  type: import("@histoire/vendors/vue").PropType<string>;
430
1646
  };
@@ -438,18 +1654,88 @@ export declare const components: {
438
1654
  };
439
1655
  }>> & {
440
1656
  "onUpdate:modelValue"?: (value: string[]) => any;
441
- }, {}>;
442
- HstText: import("@histoire/vendors/vue").DefineComponent<{
443
- title: {
444
- type: import("@histoire/vendors/vue").PropType<string>;
445
- };
446
- modelValue: {
447
- type: import("@histoire/vendors/vue").PropType<string>;
448
- required: true;
449
- };
450
1657
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
451
- 'update:modelValue': (newValue: string) => true;
452
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1658
+ "update:modelValue": (value: string[]) => void;
1659
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
1660
+ $slots: {
1661
+ actions: (_: {}) => any;
1662
+ };
1663
+ });
1664
+ HstText: {
1665
+ new (...args: any[]): {
1666
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
1667
+ $data: {};
1668
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1669
+ title: {
1670
+ type: import("@histoire/vendors/vue").PropType<string>;
1671
+ };
1672
+ modelValue: {
1673
+ type: import("@histoire/vendors/vue").PropType<string>;
1674
+ required: true;
1675
+ };
1676
+ }>> & {
1677
+ "onUpdate:modelValue"?: (newValue: string) => any;
1678
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
1679
+ $attrs: {
1680
+ [x: string]: unknown;
1681
+ };
1682
+ $refs: {
1683
+ [x: string]: unknown;
1684
+ };
1685
+ $slots: Readonly<{
1686
+ [name: string]: import("@histoire/vendors/vue").Slot;
1687
+ }>;
1688
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1689
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1690
+ $emit: (event: "update:modelValue", newValue: string) => void;
1691
+ $el: any;
1692
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1693
+ title: {
1694
+ type: import("@histoire/vendors/vue").PropType<string>;
1695
+ };
1696
+ modelValue: {
1697
+ type: import("@histoire/vendors/vue").PropType<string>;
1698
+ required: true;
1699
+ };
1700
+ }>> & {
1701
+ "onUpdate:modelValue"?: (newValue: string) => any;
1702
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
1703
+ 'update:modelValue': (newValue: string) => true;
1704
+ }, string, {}, {}, string> & {
1705
+ beforeCreate?: (() => void) | (() => void)[];
1706
+ created?: (() => void) | (() => void)[];
1707
+ beforeMount?: (() => void) | (() => void)[];
1708
+ mounted?: (() => void) | (() => void)[];
1709
+ beforeUpdate?: (() => void) | (() => void)[];
1710
+ updated?: (() => void) | (() => void)[];
1711
+ activated?: (() => void) | (() => void)[];
1712
+ deactivated?: (() => void) | (() => void)[];
1713
+ beforeDestroy?: (() => void) | (() => void)[];
1714
+ beforeUnmount?: (() => void) | (() => void)[];
1715
+ destroyed?: (() => void) | (() => void)[];
1716
+ unmounted?: (() => void) | (() => void)[];
1717
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1718
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1719
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1720
+ };
1721
+ $forceUpdate: () => void;
1722
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
1723
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
1724
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1725
+ title: {
1726
+ type: import("@histoire/vendors/vue").PropType<string>;
1727
+ };
1728
+ modelValue: {
1729
+ type: import("@histoire/vendors/vue").PropType<string>;
1730
+ required: true;
1731
+ };
1732
+ }>> & {
1733
+ "onUpdate:modelValue"?: (newValue: string) => any;
1734
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
1735
+ __isFragment?: never;
1736
+ __isTeleport?: never;
1737
+ __isSuspense?: never;
1738
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
453
1739
  title: {
454
1740
  type: import("@histoire/vendors/vue").PropType<string>;
455
1741
  };
@@ -459,18 +1745,88 @@ export declare const components: {
459
1745
  };
460
1746
  }>> & {
461
1747
  "onUpdate:modelValue"?: (newValue: string) => any;
462
- }, {}>;
463
- HstNumber: import("@histoire/vendors/vue").DefineComponent<{
464
- title: {
465
- type: import("@histoire/vendors/vue").PropType<string>;
466
- };
467
- modelValue: {
468
- type: import("@histoire/vendors/vue").PropType<number>;
469
- required: true;
470
- };
471
1748
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
472
- 'update:modelValue': (newValue: number) => true;
473
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1749
+ 'update:modelValue': (newValue: string) => true;
1750
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
1751
+ $slots: {
1752
+ actions: (_: {}) => any;
1753
+ };
1754
+ });
1755
+ HstNumber: {
1756
+ new (...args: any[]): {
1757
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
1758
+ $data: {};
1759
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1760
+ title: {
1761
+ type: import("@histoire/vendors/vue").PropType<string>;
1762
+ };
1763
+ modelValue: {
1764
+ type: import("@histoire/vendors/vue").PropType<number>;
1765
+ required: true;
1766
+ };
1767
+ }>> & {
1768
+ "onUpdate:modelValue"?: (newValue: number) => any;
1769
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
1770
+ $attrs: {
1771
+ [x: string]: unknown;
1772
+ };
1773
+ $refs: {
1774
+ [x: string]: unknown;
1775
+ };
1776
+ $slots: Readonly<{
1777
+ [name: string]: import("@histoire/vendors/vue").Slot;
1778
+ }>;
1779
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1780
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1781
+ $emit: (event: "update:modelValue", newValue: number) => void;
1782
+ $el: any;
1783
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1784
+ title: {
1785
+ type: import("@histoire/vendors/vue").PropType<string>;
1786
+ };
1787
+ modelValue: {
1788
+ type: import("@histoire/vendors/vue").PropType<number>;
1789
+ required: true;
1790
+ };
1791
+ }>> & {
1792
+ "onUpdate:modelValue"?: (newValue: number) => any;
1793
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
1794
+ 'update:modelValue': (newValue: number) => true;
1795
+ }, string, {}, {}, string> & {
1796
+ beforeCreate?: (() => void) | (() => void)[];
1797
+ created?: (() => void) | (() => void)[];
1798
+ beforeMount?: (() => void) | (() => void)[];
1799
+ mounted?: (() => void) | (() => void)[];
1800
+ beforeUpdate?: (() => void) | (() => void)[];
1801
+ updated?: (() => void) | (() => void)[];
1802
+ activated?: (() => void) | (() => void)[];
1803
+ deactivated?: (() => void) | (() => void)[];
1804
+ beforeDestroy?: (() => void) | (() => void)[];
1805
+ beforeUnmount?: (() => void) | (() => void)[];
1806
+ destroyed?: (() => void) | (() => void)[];
1807
+ unmounted?: (() => void) | (() => void)[];
1808
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1809
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1810
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1811
+ };
1812
+ $forceUpdate: () => void;
1813
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
1814
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
1815
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1816
+ title: {
1817
+ type: import("@histoire/vendors/vue").PropType<string>;
1818
+ };
1819
+ modelValue: {
1820
+ type: import("@histoire/vendors/vue").PropType<number>;
1821
+ required: true;
1822
+ };
1823
+ }>> & {
1824
+ "onUpdate:modelValue"?: (newValue: number) => any;
1825
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
1826
+ __isFragment?: never;
1827
+ __isTeleport?: never;
1828
+ __isSuspense?: never;
1829
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
474
1830
  title: {
475
1831
  type: import("@histoire/vendors/vue").PropType<string>;
476
1832
  };
@@ -480,7 +1836,13 @@ export declare const components: {
480
1836
  };
481
1837
  }>> & {
482
1838
  "onUpdate:modelValue"?: (newValue: number) => any;
483
- }, {}>;
1839
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
1840
+ 'update:modelValue': (newValue: number) => true;
1841
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
1842
+ $slots: {
1843
+ actions: (_: {}) => any;
1844
+ };
1845
+ });
484
1846
  HstSlider: import("@histoire/vendors/vue").DefineComponent<{
485
1847
  title: {
486
1848
  type: import("@histoire/vendors/vue").PropType<string>;
@@ -518,17 +1880,81 @@ export declare const components: {
518
1880
  }>> & {
519
1881
  "onUpdate:modelValue"?: (newValue: number) => any;
520
1882
  }, {}>;
521
- HstTextarea: import("@histoire/vendors/vue").DefineComponent<{
522
- title: {
523
- type: import("@histoire/vendors/vue").PropType<string>;
524
- };
525
- modelValue: {
526
- type: import("@histoire/vendors/vue").PropType<string>;
527
- required: true;
528
- };
529
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
530
- 'update:modelValue': (newValue: string) => true;
531
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1883
+ HstTextarea: {
1884
+ new (...args: any[]): {
1885
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
1886
+ $data: {};
1887
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1888
+ title: {
1889
+ type: import("@histoire/vendors/vue").PropType<string>;
1890
+ };
1891
+ modelValue: {
1892
+ type: import("@histoire/vendors/vue").PropType<string>;
1893
+ required: true;
1894
+ };
1895
+ }>> & {
1896
+ "onUpdate:modelValue"?: (newValue: string) => any;
1897
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
1898
+ $attrs: {
1899
+ [x: string]: unknown;
1900
+ };
1901
+ $refs: {
1902
+ [x: string]: unknown;
1903
+ };
1904
+ $slots: Readonly<{
1905
+ [name: string]: import("@histoire/vendors/vue").Slot;
1906
+ }>;
1907
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1908
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1909
+ $emit: (event: "update:modelValue", newValue: string) => void;
1910
+ $el: any;
1911
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1912
+ title: {
1913
+ type: import("@histoire/vendors/vue").PropType<string>;
1914
+ };
1915
+ modelValue: {
1916
+ type: import("@histoire/vendors/vue").PropType<string>;
1917
+ required: true;
1918
+ };
1919
+ }>> & {
1920
+ "onUpdate:modelValue"?: (newValue: string) => any;
1921
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
1922
+ 'update:modelValue': (newValue: string) => true;
1923
+ }, string, {}, {}, string> & {
1924
+ beforeCreate?: (() => void) | (() => void)[];
1925
+ created?: (() => void) | (() => void)[];
1926
+ beforeMount?: (() => void) | (() => void)[];
1927
+ mounted?: (() => void) | (() => void)[];
1928
+ beforeUpdate?: (() => void) | (() => void)[];
1929
+ updated?: (() => void) | (() => void)[];
1930
+ activated?: (() => void) | (() => void)[];
1931
+ deactivated?: (() => void) | (() => void)[];
1932
+ beforeDestroy?: (() => void) | (() => void)[];
1933
+ beforeUnmount?: (() => void) | (() => void)[];
1934
+ destroyed?: (() => void) | (() => void)[];
1935
+ unmounted?: (() => void) | (() => void)[];
1936
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1937
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
1938
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1939
+ };
1940
+ $forceUpdate: () => void;
1941
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
1942
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
1943
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1944
+ title: {
1945
+ type: import("@histoire/vendors/vue").PropType<string>;
1946
+ };
1947
+ modelValue: {
1948
+ type: import("@histoire/vendors/vue").PropType<string>;
1949
+ required: true;
1950
+ };
1951
+ }>> & {
1952
+ "onUpdate:modelValue"?: (newValue: string) => any;
1953
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
1954
+ __isFragment?: never;
1955
+ __isTeleport?: never;
1956
+ __isSuspense?: never;
1957
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
532
1958
  title: {
533
1959
  type: import("@histoire/vendors/vue").PropType<string>;
534
1960
  };
@@ -538,22 +1964,100 @@ export declare const components: {
538
1964
  };
539
1965
  }>> & {
540
1966
  "onUpdate:modelValue"?: (newValue: string) => any;
541
- }, {}>;
542
- HstSelect: import("@histoire/vendors/vue").DefineComponent<{
543
- title: {
544
- type: import("@histoire/vendors/vue").PropType<string>;
545
- };
546
- modelValue: {
547
- type: import("@histoire/vendors/vue").PropType<string>;
548
- required: true;
549
- };
550
- options: {
551
- type: import("@histoire/vendors/vue").PropType<Record<string, any> | string[] | import("./types").HstControlOption[]>;
552
- required: true;
553
- };
554
1967
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
555
- "update:modelValue": (value: any) => void;
556
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1968
+ 'update:modelValue': (newValue: string) => true;
1969
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
1970
+ $slots: {
1971
+ actions: (_: {}) => any;
1972
+ };
1973
+ });
1974
+ HstSelect: {
1975
+ new (...args: any[]): {
1976
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
1977
+ $data: {};
1978
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
1979
+ title: {
1980
+ type: import("@histoire/vendors/vue").PropType<string>;
1981
+ };
1982
+ modelValue: {
1983
+ type: import("@histoire/vendors/vue").PropType<string>;
1984
+ required: true;
1985
+ };
1986
+ options: {
1987
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[] | Record<string, any>>;
1988
+ required: true;
1989
+ };
1990
+ }>> & {
1991
+ "onUpdate:modelValue"?: (value: any) => any;
1992
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
1993
+ $attrs: {
1994
+ [x: string]: unknown;
1995
+ };
1996
+ $refs: {
1997
+ [x: string]: unknown;
1998
+ };
1999
+ $slots: Readonly<{
2000
+ [name: string]: import("@histoire/vendors/vue").Slot;
2001
+ }>;
2002
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2003
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2004
+ $emit: (event: "update:modelValue", value: any) => void;
2005
+ $el: any;
2006
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2007
+ title: {
2008
+ type: import("@histoire/vendors/vue").PropType<string>;
2009
+ };
2010
+ modelValue: {
2011
+ type: import("@histoire/vendors/vue").PropType<string>;
2012
+ required: true;
2013
+ };
2014
+ options: {
2015
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[] | Record<string, any>>;
2016
+ required: true;
2017
+ };
2018
+ }>> & {
2019
+ "onUpdate:modelValue"?: (value: any) => any;
2020
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
2021
+ "update:modelValue": (value: any) => void;
2022
+ }, string, {}, {}, string> & {
2023
+ beforeCreate?: (() => void) | (() => void)[];
2024
+ created?: (() => void) | (() => void)[];
2025
+ beforeMount?: (() => void) | (() => void)[];
2026
+ mounted?: (() => void) | (() => void)[];
2027
+ beforeUpdate?: (() => void) | (() => void)[];
2028
+ updated?: (() => void) | (() => void)[];
2029
+ activated?: (() => void) | (() => void)[];
2030
+ deactivated?: (() => void) | (() => void)[];
2031
+ beforeDestroy?: (() => void) | (() => void)[];
2032
+ beforeUnmount?: (() => void) | (() => void)[];
2033
+ destroyed?: (() => void) | (() => void)[];
2034
+ unmounted?: (() => void) | (() => void)[];
2035
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2036
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2037
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
2038
+ };
2039
+ $forceUpdate: () => void;
2040
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
2041
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
2042
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2043
+ title: {
2044
+ type: import("@histoire/vendors/vue").PropType<string>;
2045
+ };
2046
+ modelValue: {
2047
+ type: import("@histoire/vendors/vue").PropType<string>;
2048
+ required: true;
2049
+ };
2050
+ options: {
2051
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[] | Record<string, any>>;
2052
+ required: true;
2053
+ };
2054
+ }>> & {
2055
+ "onUpdate:modelValue"?: (value: any) => any;
2056
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
2057
+ __isFragment?: never;
2058
+ __isTeleport?: never;
2059
+ __isSuspense?: never;
2060
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
557
2061
  title: {
558
2062
  type: import("@histoire/vendors/vue").PropType<string>;
559
2063
  };
@@ -562,27 +2066,105 @@ export declare const components: {
562
2066
  required: true;
563
2067
  };
564
2068
  options: {
565
- type: import("@histoire/vendors/vue").PropType<Record<string, any> | string[] | import("./types").HstControlOption[]>;
2069
+ type: import("@histoire/vendors/vue").PropType<string[] | import("./types").HstControlOption[] | Record<string, any>>;
566
2070
  required: true;
567
2071
  };
568
2072
  }>> & {
569
2073
  "onUpdate:modelValue"?: (value: any) => any;
570
- }, {}>;
571
- HstRadio: import("@histoire/vendors/vue").DefineComponent<{
572
- title: {
573
- type: import("@histoire/vendors/vue").PropType<string>;
574
- };
575
- modelValue: {
576
- type: import("@histoire/vendors/vue").PropType<string>;
577
- required: true;
578
- };
579
- options: {
580
- type: import("@histoire/vendors/vue").PropType<import("./types").HstControlOption[]>;
581
- required: true;
582
- };
583
2074
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
584
- "update:modelValue": (value: string) => void;
585
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2075
+ "update:modelValue": (value: any) => void;
2076
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
2077
+ $slots: {
2078
+ actions: (_: {}) => any;
2079
+ };
2080
+ });
2081
+ HstRadio: {
2082
+ new (...args: any[]): {
2083
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
2084
+ $data: {};
2085
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2086
+ title: {
2087
+ type: import("@histoire/vendors/vue").PropType<string>;
2088
+ };
2089
+ modelValue: {
2090
+ type: import("@histoire/vendors/vue").PropType<string>;
2091
+ required: true;
2092
+ };
2093
+ options: {
2094
+ type: import("@histoire/vendors/vue").PropType<import("./types").HstControlOption[]>;
2095
+ required: true;
2096
+ };
2097
+ }>> & {
2098
+ "onUpdate:modelValue"?: (value: string) => any;
2099
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
2100
+ $attrs: {
2101
+ [x: string]: unknown;
2102
+ };
2103
+ $refs: {
2104
+ [x: string]: unknown;
2105
+ };
2106
+ $slots: Readonly<{
2107
+ [name: string]: import("@histoire/vendors/vue").Slot;
2108
+ }>;
2109
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2110
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2111
+ $emit: (event: "update:modelValue", value: string) => void;
2112
+ $el: any;
2113
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2114
+ title: {
2115
+ type: import("@histoire/vendors/vue").PropType<string>;
2116
+ };
2117
+ modelValue: {
2118
+ type: import("@histoire/vendors/vue").PropType<string>;
2119
+ required: true;
2120
+ };
2121
+ options: {
2122
+ type: import("@histoire/vendors/vue").PropType<import("./types").HstControlOption[]>;
2123
+ required: true;
2124
+ };
2125
+ }>> & {
2126
+ "onUpdate:modelValue"?: (value: string) => any;
2127
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
2128
+ "update:modelValue": (value: string) => void;
2129
+ }, string, {}, {}, string> & {
2130
+ beforeCreate?: (() => void) | (() => void)[];
2131
+ created?: (() => void) | (() => void)[];
2132
+ beforeMount?: (() => void) | (() => void)[];
2133
+ mounted?: (() => void) | (() => void)[];
2134
+ beforeUpdate?: (() => void) | (() => void)[];
2135
+ updated?: (() => void) | (() => void)[];
2136
+ activated?: (() => void) | (() => void)[];
2137
+ deactivated?: (() => void) | (() => void)[];
2138
+ beforeDestroy?: (() => void) | (() => void)[];
2139
+ beforeUnmount?: (() => void) | (() => void)[];
2140
+ destroyed?: (() => void) | (() => void)[];
2141
+ unmounted?: (() => void) | (() => void)[];
2142
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2143
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2144
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
2145
+ };
2146
+ $forceUpdate: () => void;
2147
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
2148
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
2149
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2150
+ title: {
2151
+ type: import("@histoire/vendors/vue").PropType<string>;
2152
+ };
2153
+ modelValue: {
2154
+ type: import("@histoire/vendors/vue").PropType<string>;
2155
+ required: true;
2156
+ };
2157
+ options: {
2158
+ type: import("@histoire/vendors/vue").PropType<import("./types").HstControlOption[]>;
2159
+ required: true;
2160
+ };
2161
+ }>> & {
2162
+ "onUpdate:modelValue"?: (value: string) => any;
2163
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
2164
+ __isFragment?: never;
2165
+ __isTeleport?: never;
2166
+ __isSuspense?: never;
2167
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
586
2168
  title: {
587
2169
  type: import("@histoire/vendors/vue").PropType<string>;
588
2170
  };
@@ -596,18 +2178,88 @@ export declare const components: {
596
2178
  };
597
2179
  }>> & {
598
2180
  "onUpdate:modelValue"?: (value: string) => any;
599
- }, {}>;
600
- HstJson: import("@histoire/vendors/vue").DefineComponent<{
601
- title: {
602
- type: import("@histoire/vendors/vue").PropType<string>;
603
- };
604
- modelValue: {
605
- type: import("@histoire/vendors/vue").PropType<unknown>;
606
- required: true;
607
- };
608
2181
  }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
609
- 'update:modelValue': (newValue: unknown) => true;
610
- }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2182
+ "update:modelValue": (value: string) => void;
2183
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
2184
+ $slots: {
2185
+ actions: (_: {}) => any;
2186
+ };
2187
+ });
2188
+ HstJson: {
2189
+ new (...args: any[]): {
2190
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
2191
+ $data: {};
2192
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2193
+ title: {
2194
+ type: import("@histoire/vendors/vue").PropType<string>;
2195
+ };
2196
+ modelValue: {
2197
+ type: import("@histoire/vendors/vue").PropType<unknown>;
2198
+ required: true;
2199
+ };
2200
+ }>> & {
2201
+ "onUpdate:modelValue"?: (newValue: unknown) => any;
2202
+ } & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
2203
+ $attrs: {
2204
+ [x: string]: unknown;
2205
+ };
2206
+ $refs: {
2207
+ [x: string]: unknown;
2208
+ };
2209
+ $slots: Readonly<{
2210
+ [name: string]: import("@histoire/vendors/vue").Slot;
2211
+ }>;
2212
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2213
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2214
+ $emit: (event: "update:modelValue", newValue: unknown) => void;
2215
+ $el: any;
2216
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2217
+ title: {
2218
+ type: import("@histoire/vendors/vue").PropType<string>;
2219
+ };
2220
+ modelValue: {
2221
+ type: import("@histoire/vendors/vue").PropType<unknown>;
2222
+ required: true;
2223
+ };
2224
+ }>> & {
2225
+ "onUpdate:modelValue"?: (newValue: unknown) => any;
2226
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
2227
+ 'update:modelValue': (newValue: unknown) => true;
2228
+ }, string, {}, {}, string> & {
2229
+ beforeCreate?: (() => void) | (() => void)[];
2230
+ created?: (() => void) | (() => void)[];
2231
+ beforeMount?: (() => void) | (() => void)[];
2232
+ mounted?: (() => void) | (() => void)[];
2233
+ beforeUpdate?: (() => void) | (() => void)[];
2234
+ updated?: (() => void) | (() => void)[];
2235
+ activated?: (() => void) | (() => void)[];
2236
+ deactivated?: (() => void) | (() => void)[];
2237
+ beforeDestroy?: (() => void) | (() => void)[];
2238
+ beforeUnmount?: (() => void) | (() => void)[];
2239
+ destroyed?: (() => void) | (() => void)[];
2240
+ unmounted?: (() => void) | (() => void)[];
2241
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2242
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2243
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
2244
+ };
2245
+ $forceUpdate: () => void;
2246
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
2247
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
2248
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2249
+ title: {
2250
+ type: import("@histoire/vendors/vue").PropType<string>;
2251
+ };
2252
+ modelValue: {
2253
+ type: import("@histoire/vendors/vue").PropType<unknown>;
2254
+ required: true;
2255
+ };
2256
+ }>> & {
2257
+ "onUpdate:modelValue"?: (newValue: unknown) => any;
2258
+ } & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
2259
+ __isFragment?: never;
2260
+ __isTeleport?: never;
2261
+ __isSuspense?: never;
2262
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
611
2263
  title: {
612
2264
  type: import("@histoire/vendors/vue").PropType<string>;
613
2265
  };
@@ -617,19 +2269,89 @@ export declare const components: {
617
2269
  };
618
2270
  }>> & {
619
2271
  "onUpdate:modelValue"?: (newValue: unknown) => any;
620
- }, {}>;
621
- HstColorShades: import("@histoire/vendors/vue").DefineComponent<{
622
- shades: {
623
- type: import("@histoire/vendors/vue").PropType<Record<string, any>>;
624
- required: true;
625
- };
626
- getName: {
627
- type: import("@histoire/vendors/vue").PropType<(key: string, color: string) => string>;
628
- };
629
- search: {
630
- type: import("@histoire/vendors/vue").PropType<string>;
631
- };
632
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2272
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
2273
+ 'update:modelValue': (newValue: unknown) => true;
2274
+ }, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
2275
+ $slots: {
2276
+ actions: (_: {}) => any;
2277
+ };
2278
+ });
2279
+ HstColorShades: {
2280
+ new (...args: any[]): {
2281
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
2282
+ $data: {};
2283
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2284
+ shades: {
2285
+ type: import("@histoire/vendors/vue").PropType<Record<string, any>>;
2286
+ required: true;
2287
+ };
2288
+ getName: {
2289
+ type: import("@histoire/vendors/vue").PropType<(key: string, color: string) => string>;
2290
+ };
2291
+ search: {
2292
+ type: import("@histoire/vendors/vue").PropType<string>;
2293
+ };
2294
+ }>> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
2295
+ $attrs: {
2296
+ [x: string]: unknown;
2297
+ };
2298
+ $refs: {
2299
+ [x: string]: unknown;
2300
+ };
2301
+ $slots: Readonly<{
2302
+ [name: string]: import("@histoire/vendors/vue").Slot;
2303
+ }>;
2304
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2305
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2306
+ $emit: (event: string, ...args: any[]) => void;
2307
+ $el: any;
2308
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2309
+ shades: {
2310
+ type: import("@histoire/vendors/vue").PropType<Record<string, any>>;
2311
+ required: true;
2312
+ };
2313
+ getName: {
2314
+ type: import("@histoire/vendors/vue").PropType<(key: string, color: string) => string>;
2315
+ };
2316
+ search: {
2317
+ type: import("@histoire/vendors/vue").PropType<string>;
2318
+ };
2319
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
2320
+ beforeCreate?: (() => void) | (() => void)[];
2321
+ created?: (() => void) | (() => void)[];
2322
+ beforeMount?: (() => void) | (() => void)[];
2323
+ mounted?: (() => void) | (() => void)[];
2324
+ beforeUpdate?: (() => void) | (() => void)[];
2325
+ updated?: (() => void) | (() => void)[];
2326
+ activated?: (() => void) | (() => void)[];
2327
+ deactivated?: (() => void) | (() => void)[];
2328
+ beforeDestroy?: (() => void) | (() => void)[];
2329
+ beforeUnmount?: (() => void) | (() => void)[];
2330
+ destroyed?: (() => void) | (() => void)[];
2331
+ unmounted?: (() => void) | (() => void)[];
2332
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2333
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2334
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
2335
+ };
2336
+ $forceUpdate: () => void;
2337
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
2338
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
2339
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2340
+ shades: {
2341
+ type: import("@histoire/vendors/vue").PropType<Record<string, any>>;
2342
+ required: true;
2343
+ };
2344
+ getName: {
2345
+ type: import("@histoire/vendors/vue").PropType<(key: string, color: string) => string>;
2346
+ };
2347
+ search: {
2348
+ type: import("@histoire/vendors/vue").PropType<string>;
2349
+ };
2350
+ }>> & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
2351
+ __isFragment?: never;
2352
+ __isTeleport?: never;
2353
+ __isSuspense?: never;
2354
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
633
2355
  shades: {
634
2356
  type: import("@histoire/vendors/vue").PropType<Record<string, any>>;
635
2357
  required: true;
@@ -640,16 +2362,80 @@ export declare const components: {
640
2362
  search: {
641
2363
  type: import("@histoire/vendors/vue").PropType<string>;
642
2364
  };
643
- }>>, {}>;
644
- HstTokenList: import("@histoire/vendors/vue").DefineComponent<{
645
- tokens: {
646
- type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
647
- required: true;
648
- };
649
- getName: {
650
- type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
651
- };
652
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2365
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
2366
+ $slots: {
2367
+ default: (_: {
2368
+ color: string;
2369
+ }) => any;
2370
+ };
2371
+ });
2372
+ HstTokenList: {
2373
+ new (...args: any[]): {
2374
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
2375
+ $data: {};
2376
+ $props: Partial<{}> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2377
+ tokens: {
2378
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
2379
+ required: true;
2380
+ };
2381
+ getName: {
2382
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
2383
+ };
2384
+ }>> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, never>;
2385
+ $attrs: {
2386
+ [x: string]: unknown;
2387
+ };
2388
+ $refs: {
2389
+ [x: string]: unknown;
2390
+ };
2391
+ $slots: Readonly<{
2392
+ [name: string]: import("@histoire/vendors/vue").Slot;
2393
+ }>;
2394
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2395
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2396
+ $emit: (event: string, ...args: any[]) => void;
2397
+ $el: any;
2398
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2399
+ tokens: {
2400
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
2401
+ required: true;
2402
+ };
2403
+ getName: {
2404
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
2405
+ };
2406
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
2407
+ beforeCreate?: (() => void) | (() => void)[];
2408
+ created?: (() => void) | (() => void)[];
2409
+ beforeMount?: (() => void) | (() => void)[];
2410
+ mounted?: (() => void) | (() => void)[];
2411
+ beforeUpdate?: (() => void) | (() => void)[];
2412
+ updated?: (() => void) | (() => void)[];
2413
+ activated?: (() => void) | (() => void)[];
2414
+ deactivated?: (() => void) | (() => void)[];
2415
+ beforeDestroy?: (() => void) | (() => void)[];
2416
+ beforeUnmount?: (() => void) | (() => void)[];
2417
+ destroyed?: (() => void) | (() => void)[];
2418
+ unmounted?: (() => void) | (() => void)[];
2419
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2420
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2421
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
2422
+ };
2423
+ $forceUpdate: () => void;
2424
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
2425
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
2426
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2427
+ tokens: {
2428
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
2429
+ required: true;
2430
+ };
2431
+ getName: {
2432
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
2433
+ };
2434
+ }>> & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
2435
+ __isFragment?: never;
2436
+ __isTeleport?: never;
2437
+ __isSuspense?: never;
2438
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
653
2439
  tokens: {
654
2440
  type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
655
2441
  required: true;
@@ -657,23 +2443,111 @@ export declare const components: {
657
2443
  getName: {
658
2444
  type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
659
2445
  };
660
- }>>, {}>;
661
- HstTokenGrid: import("@histoire/vendors/vue").DefineComponent<{
662
- getName: {
663
- type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
664
- } & {
665
- default: any;
666
- };
667
- colSize: {
668
- type: import("@histoire/vendors/vue").PropType<number>;
669
- } & {
670
- default: number;
671
- };
672
- tokens: {
673
- type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
674
- required: true;
675
- };
676
- }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2446
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
2447
+ $slots: {
2448
+ default: (_: {
2449
+ token: {
2450
+ key: string;
2451
+ name: string;
2452
+ value: string | Record<string, any>;
2453
+ };
2454
+ }) => any;
2455
+ };
2456
+ });
2457
+ HstTokenGrid: {
2458
+ new (...args: any[]): {
2459
+ $: import("@histoire/vendors/vue").ComponentInternalInstance;
2460
+ $data: {};
2461
+ $props: Partial<{
2462
+ getName: (key: string, value: string | number | any[] | Record<string, any>) => string;
2463
+ colSize: number;
2464
+ }> & Omit<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2465
+ getName: {
2466
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
2467
+ } & {
2468
+ default: any;
2469
+ };
2470
+ colSize: {
2471
+ type: import("@histoire/vendors/vue").PropType<number>;
2472
+ } & {
2473
+ default: number;
2474
+ };
2475
+ tokens: {
2476
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
2477
+ required: true;
2478
+ };
2479
+ }>> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, "getName" | "colSize">;
2480
+ $attrs: {
2481
+ [x: string]: unknown;
2482
+ };
2483
+ $refs: {
2484
+ [x: string]: unknown;
2485
+ };
2486
+ $slots: Readonly<{
2487
+ [name: string]: import("@histoire/vendors/vue").Slot;
2488
+ }>;
2489
+ $root: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2490
+ $parent: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2491
+ $emit: (event: string, ...args: any[]) => void;
2492
+ $el: any;
2493
+ $options: import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2494
+ getName: {
2495
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
2496
+ } & {
2497
+ default: any;
2498
+ };
2499
+ colSize: {
2500
+ type: import("@histoire/vendors/vue").PropType<number>;
2501
+ } & {
2502
+ default: number;
2503
+ };
2504
+ tokens: {
2505
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
2506
+ required: true;
2507
+ };
2508
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {
2509
+ getName: (key: string, value: string | number | any[] | Record<string, any>) => string;
2510
+ colSize: number;
2511
+ }, {}, string> & {
2512
+ beforeCreate?: (() => void) | (() => void)[];
2513
+ created?: (() => void) | (() => void)[];
2514
+ beforeMount?: (() => void) | (() => void)[];
2515
+ mounted?: (() => void) | (() => void)[];
2516
+ beforeUpdate?: (() => void) | (() => void)[];
2517
+ updated?: (() => void) | (() => void)[];
2518
+ activated?: (() => void) | (() => void)[];
2519
+ deactivated?: (() => void) | (() => void)[];
2520
+ beforeDestroy?: (() => void) | (() => void)[];
2521
+ beforeUnmount?: (() => void) | (() => void)[];
2522
+ destroyed?: (() => void) | (() => void)[];
2523
+ unmounted?: (() => void) | (() => void)[];
2524
+ renderTracked?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2525
+ renderTriggered?: ((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[];
2526
+ errorCaptured?: ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("@histoire/vendors/vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@histoire/vendors/vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
2527
+ };
2528
+ $forceUpdate: () => void;
2529
+ $nextTick: typeof import("@histoire/vendors/vue").nextTick;
2530
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("@histoire/vendors/vue").WatchOptions<boolean>): import("@histoire/vendors/vue").WatchStopHandle;
2531
+ } & Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
2532
+ getName: {
2533
+ type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
2534
+ } & {
2535
+ default: any;
2536
+ };
2537
+ colSize: {
2538
+ type: import("@histoire/vendors/vue").PropType<number>;
2539
+ } & {
2540
+ default: number;
2541
+ };
2542
+ tokens: {
2543
+ type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
2544
+ required: true;
2545
+ };
2546
+ }>> & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@histoire/vendors/vue").ComponentCustomProperties & {};
2547
+ __isFragment?: never;
2548
+ __isTeleport?: never;
2549
+ __isSuspense?: never;
2550
+ } & import("@histoire/vendors/vue").ComponentOptionsBase<Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
677
2551
  getName: {
678
2552
  type: import("@histoire/vendors/vue").PropType<(key: string, value: string | number | any[] | Record<string, any>) => string>;
679
2553
  } & {
@@ -688,10 +2562,20 @@ export declare const components: {
688
2562
  type: import("@histoire/vendors/vue").PropType<Record<string, string | number | any[] | Record<string, any>>>;
689
2563
  required: true;
690
2564
  };
691
- }>>, {
2565
+ }>>, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {}, string, {
692
2566
  getName: (key: string, value: string | number | any[] | Record<string, any>) => string;
693
2567
  colSize: number;
694
- }>;
2568
+ }, {}, string> & import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps & (new () => {
2569
+ $slots: {
2570
+ default: (_: {
2571
+ token: {
2572
+ key: string;
2573
+ name: string;
2574
+ value: string | Record<string, any>;
2575
+ };
2576
+ }) => any;
2577
+ };
2578
+ });
695
2579
  HstCopyIcon: import("@histoire/vendors/vue").DefineComponent<{
696
2580
  content: {
697
2581
  type: import("@histoire/vendors/vue").PropType<string>;