@histoire/controls 1.0.0-alpha.1 → 1.0.0-alpha.2

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 (45) hide show
  1. package/dist/components/HstWrapper.vue.d.ts +4 -4
  2. package/dist/components/button/HstButton.vue.d.ts +3 -3
  3. package/dist/components/button/HstButtonGroup.vue.d.ts +3 -3
  4. package/dist/components/checkbox/HstCheckbox.vue.d.ts +3 -3
  5. package/dist/components/checkbox/HstCheckboxList.vue.d.ts +3 -3
  6. package/dist/components/checkbox/HstSimpleCheckbox.vue.d.ts +3 -1
  7. package/dist/components/colorselect/HstColorSelect.vue.d.ts +3 -3
  8. package/dist/components/design-tokens/HstColorShades.vue.d.ts +4 -4
  9. package/dist/components/design-tokens/HstTokenGrid.vue.d.ts +4 -4
  10. package/dist/components/design-tokens/HstTokenList.vue.d.ts +4 -4
  11. package/dist/components/json/HstJson.vue.d.ts +6 -4
  12. package/dist/components/number/HstNumber.vue.d.ts +6 -4
  13. package/dist/components/radio/HstRadio.vue.d.ts +3 -3
  14. package/dist/components/select/CustomSelect.vue.d.ts +4 -4
  15. package/dist/components/select/HstSelect.vue.d.ts +3 -3
  16. package/dist/components/slider/HstSlider.vue.d.ts +3 -1
  17. package/dist/components/text/HstText.vue.d.ts +6 -4
  18. package/dist/components/textarea/HstTextarea.vue.d.ts +6 -4
  19. package/dist/index.d.ts +64 -44
  20. package/dist/index.es.js +1876 -1815
  21. package/package.json +3 -3
  22. package/.histoire/dist/__sandbox.html +0 -16
  23. package/.histoire/dist/assets/BaseEmpty.d30f3079.js +0 -11
  24. package/.histoire/dist/assets/HomeView.8e044be6.js +0 -24
  25. package/.histoire/dist/assets/HstCheckbox.story.3d04d85b.js +0 -144
  26. package/.histoire/dist/assets/HstColorShades.story.68cf74d1.js +0 -532
  27. package/.histoire/dist/assets/HstCopyIcon.e40e725e.js +0 -51
  28. package/.histoire/dist/assets/HstNumber.story.1e1964ff.js +0 -160
  29. package/.histoire/dist/assets/HstSelect.story.04860383.js +0 -277
  30. package/.histoire/dist/assets/HstText.story.c915d831.js +0 -137
  31. package/.histoire/dist/assets/HstTextarea.story.802b9c26.js +0 -105
  32. package/.histoire/dist/assets/HstTokenGrid.story.025819d6.js +0 -148
  33. package/.histoire/dist/assets/HstTokenList.story.d3aa6575.js +0 -176
  34. package/.histoire/dist/assets/HstWrapper.246b6982.js +0 -56
  35. package/.histoire/dist/assets/SearchPane.daa2675c.js +0 -426
  36. package/.histoire/dist/assets/StoryView.2f64dad1.js +0 -2260
  37. package/.histoire/dist/assets/bundle-main.784e5bf7.js +0 -1156
  38. package/.histoire/dist/assets/bundle-sandbox.5e153933.js +0 -84
  39. package/.histoire/dist/assets/const.268165fd.js +0 -658
  40. package/.histoire/dist/assets/global-components.6736b2a9.js +0 -5722
  41. package/.histoire/dist/assets/search-docs-data.b9a75539.js +0 -6
  42. package/.histoire/dist/assets/style.04507241.css +0 -2504
  43. package/.histoire/dist/assets/vendor.2833ae3d.js +0 -28970
  44. package/.histoire/dist/histoire.svg +0 -51
  45. package/.histoire/dist/index.html +0 -16
package/dist/index.d.ts CHANGED
@@ -18,7 +18,7 @@ export declare const HstButton: {
18
18
  color?: "flat" | "default" | "primary";
19
19
  }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
20
20
  $slots: {
21
- default?(_: {}): any;
21
+ default?: (props: {}) => any;
22
22
  };
23
23
  });
24
24
  export declare const HstButtonGroup: {
@@ -57,7 +57,7 @@ export declare const HstButtonGroup: {
57
57
  "update:modelValue": (value: string) => any;
58
58
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
59
59
  $slots: {
60
- actions?(_: {}): any;
60
+ actions?: (props: {}) => any;
61
61
  };
62
62
  });
63
63
  export declare const HstCheckbox: {
@@ -93,7 +93,7 @@ export declare const HstCheckbox: {
93
93
  "update:modelValue": (newValue: boolean | "true" | "false") => void;
94
94
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
95
95
  $slots: {
96
- actions?(_: {}): any;
96
+ actions?: (props: {}) => any;
97
97
  };
98
98
  });
99
99
  export declare const HstCheckboxList: {
@@ -132,7 +132,7 @@ export declare const HstCheckboxList: {
132
132
  "update:modelValue": (value: string[]) => any;
133
133
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
134
134
  $slots: {
135
- actions?(_: {}): any;
135
+ actions?: (props: {}) => any;
136
136
  };
137
137
  });
138
138
  export declare const HstText: {
@@ -143,7 +143,9 @@ export declare const HstText: {
143
143
  "onUpdate:modelValue"?: (newValue: string) => any;
144
144
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
145
145
  "update:modelValue": (newValue: string) => void;
146
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
146
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
147
+ input: (typeof __VLS_nativeElements)["input"];
148
+ }, any, import("vue").ComponentProvideOptions, {
147
149
  P: {};
148
150
  B: {};
149
151
  D: {};
@@ -168,7 +170,7 @@ export declare const HstText: {
168
170
  "update:modelValue": (newValue: string) => void;
169
171
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
170
172
  $slots: {
171
- actions?(_: {}): any;
173
+ actions?: (props: {}) => any;
172
174
  };
173
175
  });
174
176
  export declare const HstNumber: {
@@ -179,7 +181,9 @@ export declare const HstNumber: {
179
181
  "onUpdate:modelValue"?: (newValue: number) => any;
180
182
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
181
183
  "update:modelValue": (newValue: number) => void;
182
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
184
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
185
+ input: (typeof __VLS_nativeElements)["input"];
186
+ }, any, import("vue").ComponentProvideOptions, {
183
187
  P: {};
184
188
  B: {};
185
189
  D: {};
@@ -204,7 +208,7 @@ export declare const HstNumber: {
204
208
  "update:modelValue": (newValue: number) => void;
205
209
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
206
210
  $slots: {
207
- actions?(_: {}): any;
211
+ actions?: (props: {}) => any;
208
212
  };
209
213
  });
210
214
  export declare const HstSlider: import("vue").DefineComponent<{
@@ -221,7 +225,9 @@ export declare const HstSlider: import("vue").DefineComponent<{
221
225
  max: number;
222
226
  }> & Readonly<{
223
227
  "onUpdate:modelValue"?: (newValue: number) => any;
224
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
228
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
229
+ input: (typeof __VLS_nativeElements)["input"];
230
+ }, any>;
225
231
  export declare const HstTextarea: {
226
232
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
227
233
  title?: string;
@@ -230,7 +236,9 @@ export declare const HstTextarea: {
230
236
  "onUpdate:modelValue"?: (newValue: string) => any;
231
237
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
232
238
  "update:modelValue": (newValue: string) => void;
233
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
239
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
240
+ input: (typeof __VLS_nativeElements)["textarea"];
241
+ }, any, import("vue").ComponentProvideOptions, {
234
242
  P: {};
235
243
  B: {};
236
244
  D: {};
@@ -255,7 +263,7 @@ export declare const HstTextarea: {
255
263
  "update:modelValue": (newValue: string) => void;
256
264
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
257
265
  $slots: {
258
- actions?(_: {}): any;
266
+ actions?: (props: {}) => any;
259
267
  };
260
268
  });
261
269
  export declare const HstSelect: {
@@ -294,7 +302,7 @@ export declare const HstSelect: {
294
302
  "update:modelValue": (value: any) => any;
295
303
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
296
304
  $slots: {
297
- actions?(_: {}): any;
305
+ actions?: (props: {}) => any;
298
306
  };
299
307
  });
300
308
  export declare const HstColorShades: {
@@ -323,9 +331,9 @@ export declare const HstColorShades: {
323
331
  search?: string;
324
332
  }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
325
333
  $slots: {
326
- default?(_: {
334
+ default?: (props: {
327
335
  color: string;
328
- }): any;
336
+ }) => any;
329
337
  };
330
338
  });
331
339
  export declare const HstTokenList: {
@@ -351,13 +359,13 @@ export declare const HstTokenList: {
351
359
  getName?: (key: string, value: string | number | any[] | Record<string, any>) => string;
352
360
  }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
353
361
  $slots: {
354
- default?(_: {
362
+ default?: (props: {
355
363
  token: {
356
364
  key: string;
357
365
  name: string;
358
366
  value: string | any[] | Record<string, any>;
359
367
  };
360
- }): any;
368
+ }) => any;
361
369
  };
362
370
  });
363
371
  export declare const HstTokenGrid: {
@@ -395,13 +403,13 @@ export declare const HstTokenGrid: {
395
403
  colSize: number;
396
404
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
397
405
  $slots: {
398
- default?(_: {
406
+ default?: (props: {
399
407
  token: {
400
408
  key: string;
401
409
  name: string;
402
410
  value: string | any[] | Record<string, any>;
403
411
  };
404
- }): any;
412
+ }) => any;
405
413
  };
406
414
  });
407
415
  export declare const HstCopyIcon: import("vue").DefineComponent<{
@@ -445,7 +453,7 @@ export declare const HstRadio: {
445
453
  "update:modelValue": (value: string) => any;
446
454
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
447
455
  $slots: {
448
- actions?(_: {}): any;
456
+ actions?: (props: {}) => any;
449
457
  };
450
458
  });
451
459
  export declare const HstJson: {
@@ -456,7 +464,9 @@ export declare const HstJson: {
456
464
  "onUpdate:modelValue"?: (newValue: unknown) => any;
457
465
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
458
466
  "update:modelValue": (newValue: unknown) => void;
459
- }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
467
+ }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
468
+ editorElement: (typeof __VLS_nativeElements)["div"];
469
+ }, any, import("vue").ComponentProvideOptions, {
460
470
  P: {};
461
471
  B: {};
462
472
  D: {};
@@ -481,7 +491,7 @@ export declare const HstJson: {
481
491
  "update:modelValue": (newValue: unknown) => void;
482
492
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
483
493
  $slots: {
484
- actions?(_: {}): any;
494
+ actions?: (props: {}) => any;
485
495
  };
486
496
  });
487
497
  export declare const HstColorSelect: {
@@ -517,7 +527,7 @@ export declare const HstColorSelect: {
517
527
  "update:modelValue": (newValue: string) => void;
518
528
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
519
529
  $slots: {
520
- actions?(_: {}): any;
530
+ actions?: (props: {}) => any;
521
531
  };
522
532
  });
523
533
  export declare const components: {
@@ -541,7 +551,7 @@ export declare const components: {
541
551
  color?: "flat" | "default" | "primary";
542
552
  }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
543
553
  $slots: {
544
- default?(_: {}): any;
554
+ default?: (props: {}) => any;
545
555
  };
546
556
  });
547
557
  HstButtonGroup: {
@@ -580,7 +590,7 @@ export declare const components: {
580
590
  "update:modelValue": (value: string) => any;
581
591
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
582
592
  $slots: {
583
- actions?(_: {}): any;
593
+ actions?: (props: {}) => any;
584
594
  };
585
595
  });
586
596
  HstCheckbox: {
@@ -616,7 +626,7 @@ export declare const components: {
616
626
  "update:modelValue": (newValue: boolean | "true" | "false") => void;
617
627
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
618
628
  $slots: {
619
- actions?(_: {}): any;
629
+ actions?: (props: {}) => any;
620
630
  };
621
631
  });
622
632
  HstCheckboxList: {
@@ -655,7 +665,7 @@ export declare const components: {
655
665
  "update:modelValue": (value: string[]) => any;
656
666
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
657
667
  $slots: {
658
- actions?(_: {}): any;
668
+ actions?: (props: {}) => any;
659
669
  };
660
670
  });
661
671
  HstText: {
@@ -666,7 +676,9 @@ export declare const components: {
666
676
  "onUpdate:modelValue"?: (newValue: string) => any;
667
677
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
668
678
  "update:modelValue": (newValue: string) => void;
669
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
679
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
680
+ input: (typeof __VLS_nativeElements)["input"];
681
+ }, any, import("vue").ComponentProvideOptions, {
670
682
  P: {};
671
683
  B: {};
672
684
  D: {};
@@ -691,7 +703,7 @@ export declare const components: {
691
703
  "update:modelValue": (newValue: string) => void;
692
704
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
693
705
  $slots: {
694
- actions?(_: {}): any;
706
+ actions?: (props: {}) => any;
695
707
  };
696
708
  });
697
709
  HstNumber: {
@@ -702,7 +714,9 @@ export declare const components: {
702
714
  "onUpdate:modelValue"?: (newValue: number) => any;
703
715
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
704
716
  "update:modelValue": (newValue: number) => void;
705
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
717
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
718
+ input: (typeof __VLS_nativeElements)["input"];
719
+ }, any, import("vue").ComponentProvideOptions, {
706
720
  P: {};
707
721
  B: {};
708
722
  D: {};
@@ -727,7 +741,7 @@ export declare const components: {
727
741
  "update:modelValue": (newValue: number) => void;
728
742
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
729
743
  $slots: {
730
- actions?(_: {}): any;
744
+ actions?: (props: {}) => any;
731
745
  };
732
746
  });
733
747
  HstSlider: import("vue").DefineComponent<{
@@ -744,7 +758,9 @@ export declare const components: {
744
758
  max: number;
745
759
  }> & Readonly<{
746
760
  "onUpdate:modelValue"?: (newValue: number) => any;
747
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
761
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
762
+ input: (typeof __VLS_nativeElements)["input"];
763
+ }, any>;
748
764
  HstTextarea: {
749
765
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
750
766
  title?: string;
@@ -753,7 +769,9 @@ export declare const components: {
753
769
  "onUpdate:modelValue"?: (newValue: string) => any;
754
770
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
755
771
  "update:modelValue": (newValue: string) => void;
756
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
772
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
773
+ input: (typeof __VLS_nativeElements)["textarea"];
774
+ }, any, import("vue").ComponentProvideOptions, {
757
775
  P: {};
758
776
  B: {};
759
777
  D: {};
@@ -778,7 +796,7 @@ export declare const components: {
778
796
  "update:modelValue": (newValue: string) => void;
779
797
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
780
798
  $slots: {
781
- actions?(_: {}): any;
799
+ actions?: (props: {}) => any;
782
800
  };
783
801
  });
784
802
  HstSelect: {
@@ -817,7 +835,7 @@ export declare const components: {
817
835
  "update:modelValue": (value: any) => any;
818
836
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
819
837
  $slots: {
820
- actions?(_: {}): any;
838
+ actions?: (props: {}) => any;
821
839
  };
822
840
  });
823
841
  HstRadio: {
@@ -856,7 +874,7 @@ export declare const components: {
856
874
  "update:modelValue": (value: string) => any;
857
875
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
858
876
  $slots: {
859
- actions?(_: {}): any;
877
+ actions?: (props: {}) => any;
860
878
  };
861
879
  });
862
880
  HstJson: {
@@ -867,7 +885,9 @@ export declare const components: {
867
885
  "onUpdate:modelValue"?: (newValue: unknown) => any;
868
886
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
869
887
  "update:modelValue": (newValue: unknown) => void;
870
- }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
888
+ }, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
889
+ editorElement: (typeof __VLS_nativeElements)["div"];
890
+ }, any, import("vue").ComponentProvideOptions, {
871
891
  P: {};
872
892
  B: {};
873
893
  D: {};
@@ -892,7 +912,7 @@ export declare const components: {
892
912
  "update:modelValue": (newValue: unknown) => void;
893
913
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
894
914
  $slots: {
895
- actions?(_: {}): any;
915
+ actions?: (props: {}) => any;
896
916
  };
897
917
  });
898
918
  HstColorShades: {
@@ -921,9 +941,9 @@ export declare const components: {
921
941
  search?: string;
922
942
  }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
923
943
  $slots: {
924
- default?(_: {
944
+ default?: (props: {
925
945
  color: string;
926
- }): any;
946
+ }) => any;
927
947
  };
928
948
  });
929
949
  HstTokenList: {
@@ -949,13 +969,13 @@ export declare const components: {
949
969
  getName?: (key: string, value: string | number | any[] | Record<string, any>) => string;
950
970
  }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
951
971
  $slots: {
952
- default?(_: {
972
+ default?: (props: {
953
973
  token: {
954
974
  key: string;
955
975
  name: string;
956
976
  value: string | any[] | Record<string, any>;
957
977
  };
958
- }): any;
978
+ }) => any;
959
979
  };
960
980
  });
961
981
  HstTokenGrid: {
@@ -993,13 +1013,13 @@ export declare const components: {
993
1013
  colSize: number;
994
1014
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
995
1015
  $slots: {
996
- default?(_: {
1016
+ default?: (props: {
997
1017
  token: {
998
1018
  key: string;
999
1019
  name: string;
1000
1020
  value: string | any[] | Record<string, any>;
1001
1021
  };
1002
- }): any;
1022
+ }) => any;
1003
1023
  };
1004
1024
  });
1005
1025
  HstCopyIcon: import("vue").DefineComponent<{
@@ -1040,7 +1060,7 @@ export declare const components: {
1040
1060
  "update:modelValue": (newValue: string) => void;
1041
1061
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1042
1062
  $slots: {
1043
- actions?(_: {}): any;
1063
+ actions?: (props: {}) => any;
1044
1064
  };
1045
1065
  });
1046
1066
  };