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

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 (55) 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 +5 -5
  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 +5 -5
  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 +8 -6
  13. package/dist/components/radio/HstRadio.vue.d.ts +5 -5
  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 +5 -3
  17. package/dist/components/text/HstText.vue.d.ts +8 -6
  18. package/dist/components/textarea/HstTextarea.vue.d.ts +8 -6
  19. package/dist/index.d.ts +104 -84
  20. package/dist/index.es.css +1 -1
  21. package/dist/index.es.js +1895 -1840
  22. package/package.json +4 -4
  23. package/src/components/HstWrapper.vue +0 -1
  24. package/src/components/checkbox/HstCheckbox.vue +1 -1
  25. package/src/components/colorselect/HstColorSelect.vue +1 -1
  26. package/src/components/design-tokens/HstTokenGrid.vue +1 -1
  27. package/src/components/number/HstNumber.vue +1 -1
  28. package/src/components/radio/HstRadio.vue +1 -1
  29. package/src/components/slider/HstSlider.vue +1 -1
  30. package/src/components/text/HstText.vue +1 -1
  31. package/src/components/textarea/HstTextarea.vue +1 -1
  32. package/.histoire/dist/__sandbox.html +0 -16
  33. package/.histoire/dist/assets/BaseEmpty.d30f3079.js +0 -11
  34. package/.histoire/dist/assets/HomeView.8e044be6.js +0 -24
  35. package/.histoire/dist/assets/HstCheckbox.story.3d04d85b.js +0 -144
  36. package/.histoire/dist/assets/HstColorShades.story.68cf74d1.js +0 -532
  37. package/.histoire/dist/assets/HstCopyIcon.e40e725e.js +0 -51
  38. package/.histoire/dist/assets/HstNumber.story.1e1964ff.js +0 -160
  39. package/.histoire/dist/assets/HstSelect.story.04860383.js +0 -277
  40. package/.histoire/dist/assets/HstText.story.c915d831.js +0 -137
  41. package/.histoire/dist/assets/HstTextarea.story.802b9c26.js +0 -105
  42. package/.histoire/dist/assets/HstTokenGrid.story.025819d6.js +0 -148
  43. package/.histoire/dist/assets/HstTokenList.story.d3aa6575.js +0 -176
  44. package/.histoire/dist/assets/HstWrapper.246b6982.js +0 -56
  45. package/.histoire/dist/assets/SearchPane.daa2675c.js +0 -426
  46. package/.histoire/dist/assets/StoryView.2f64dad1.js +0 -2260
  47. package/.histoire/dist/assets/bundle-main.784e5bf7.js +0 -1156
  48. package/.histoire/dist/assets/bundle-sandbox.5e153933.js +0 -84
  49. package/.histoire/dist/assets/const.268165fd.js +0 -658
  50. package/.histoire/dist/assets/global-components.6736b2a9.js +0 -5722
  51. package/.histoire/dist/assets/search-docs-data.b9a75539.js +0 -6
  52. package/.histoire/dist/assets/style.04507241.css +0 -2504
  53. package/.histoire/dist/assets/vendor.2833ae3d.js +0 -28970
  54. package/.histoire/dist/histoire.svg +0 -51
  55. package/.histoire/dist/index.html +0 -16
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
2
  title?: string;
3
3
  tag?: string;
4
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
@@ -8,11 +8,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
8
8
  title: string;
9
9
  tag: string;
10
10
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
11
- default?(_: {}): any;
12
- actions?(_: {}): any;
11
+ default?: (props: {}) => any;
12
+ actions?: (props: {}) => any;
13
13
  }>;
14
14
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
15
+ type __VLS_WithSlots<T, S> = T & {
16
16
  new (): {
17
17
  $slots: S;
18
18
  };
@@ -1,12 +1,12 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
2
  color?: "flat" | "default" | "primary";
3
3
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
4
  color?: "flat" | "default" | "primary";
5
5
  }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLButtonElement>, {
6
- default?(_: {}): any;
6
+ default?: (props: {}) => any;
7
7
  }>;
8
8
  export default _default;
9
- type __VLS_WithTemplateSlots<T, S> = T & {
9
+ type __VLS_WithSlots<T, S> = T & {
10
10
  new (): {
11
11
  $slots: S;
12
12
  };
@@ -1,5 +1,5 @@
1
1
  import type { HstControlOption } from '../../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
3
3
  title?: string;
4
4
  modelValue?: string;
5
5
  options: string[] | number[] | HstControlOption[] | Record<string, string | number>;
@@ -12,10 +12,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
12
12
  }> & Readonly<{
13
13
  "onUpdate:modelValue"?: (value: string) => any;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
15
- actions?(_: {}): any;
15
+ actions?: (props: {}) => any;
16
16
  }>;
17
17
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
19
19
  new (): {
20
20
  $slots: S;
21
21
  };
@@ -1,18 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- modelValue?: boolean | "true" | "false";
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
+ modelValue?: (boolean | "true" | "false") | null;
3
3
  title?: string;
4
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:modelValue": (newValue: boolean | "true" | "false") => void;
6
6
  }, string, import("vue").PublicProps, Readonly<{
7
- modelValue?: boolean | "true" | "false";
7
+ modelValue?: (boolean | "true" | "false") | null;
8
8
  title?: string;
9
9
  }> & Readonly<{
10
10
  "onUpdate:modelValue"?: (newValue: boolean | "true" | "false") => any;
11
11
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
12
- actions?(_: {}): any;
12
+ actions?: (props: {}) => any;
13
13
  }>;
14
14
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
15
+ type __VLS_WithSlots<T, S> = T & {
16
16
  new (): {
17
17
  $slots: S;
18
18
  };
@@ -1,5 +1,5 @@
1
1
  import type { HstControlOption } from '../../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
3
3
  title?: string;
4
4
  modelValue: Array<string>;
5
5
  options: string[] | HstControlOption[];
@@ -12,10 +12,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
12
12
  }> & Readonly<{
13
13
  "onUpdate:modelValue"?: (value: string[]) => any;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
15
- actions?(_: {}): any;
15
+ actions?: (props: {}) => any;
16
16
  }>;
17
17
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
19
19
  new (): {
20
20
  $slots: S;
21
21
  };
@@ -8,5 +8,7 @@ declare const _default: import("vue").DefineComponent<{
8
8
  withToggle?: boolean;
9
9
  }> & Readonly<{
10
10
  "onUpdate:modelValue"?: (newValue: boolean) => any;
11
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
12
+ path: (typeof __VLS_nativeElements)["path"];
13
+ }, HTMLDivElement>;
12
14
  export default _default;
@@ -1,18 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
2
  title?: string;
3
- modelValue?: string;
3
+ modelValue?: string | null;
4
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:modelValue": (newValue: string) => void;
6
6
  }, string, import("vue").PublicProps, Readonly<{
7
7
  title?: string;
8
- modelValue?: string;
8
+ modelValue?: string | null;
9
9
  }> & Readonly<{
10
10
  "onUpdate:modelValue"?: (newValue: string) => any;
11
11
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
12
- actions?(_: {}): any;
12
+ actions?: (props: {}) => any;
13
13
  }>;
14
14
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
15
+ type __VLS_WithSlots<T, S> = T & {
16
16
  new (): {
17
17
  $slots: S;
18
18
  };
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
2
  shades: Record<string, any>;
3
3
  getName?: (key: string, color: string) => string;
4
4
  search?: string;
@@ -7,12 +7,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
7
7
  getName?: (key: string, color: string) => string;
8
8
  search?: string;
9
9
  }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
10
- default?(_: {
10
+ default?: (props: {
11
11
  color: string;
12
- }): any;
12
+ }) => any;
13
13
  }>;
14
14
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
15
+ type __VLS_WithSlots<T, S> = T & {
16
16
  new (): {
17
17
  $slots: S;
18
18
  };
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
2
  tokens: Record<string, string | number | any[] | Record<string, any>>;
3
3
  colSize?: number;
4
4
  getName?: (key: string, value: string | number | any[] | Record<string, any>) => string;
@@ -10,16 +10,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
10
10
  getName: (key: string, value: string | number | any[] | Record<string, any>) => string;
11
11
  colSize: number;
12
12
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>, {
13
- default?(_: {
13
+ default?: (props: {
14
14
  token: {
15
15
  key: string;
16
16
  name: string;
17
17
  value: string | any[] | Record<string, any>;
18
18
  };
19
- }): any;
19
+ }) => any;
20
20
  }>;
21
21
  export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
22
+ type __VLS_WithSlots<T, S> = T & {
23
23
  new (): {
24
24
  $slots: S;
25
25
  };
@@ -1,20 +1,20 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
2
  tokens: Record<string, string | number | any[] | Record<string, any>>;
3
3
  getName?: (key: string, value: string | number | any[] | Record<string, any>) => string;
4
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
5
  tokens: Record<string, string | number | any[] | Record<string, any>>;
6
6
  getName?: (key: string, value: string | number | any[] | Record<string, any>) => string;
7
7
  }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
8
- default?(_: {
8
+ default?: (props: {
9
9
  token: {
10
10
  key: string;
11
11
  name: string;
12
12
  value: string | any[] | Record<string, any>;
13
13
  };
14
- }): any;
14
+ }) => any;
15
15
  }>;
16
16
  export default _default;
17
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
18
18
  new (): {
19
19
  $slots: S;
20
20
  };
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
2
  title?: string;
3
3
  modelValue: unknown;
4
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -8,11 +8,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
8
8
  modelValue: unknown;
9
9
  }> & Readonly<{
10
10
  "onUpdate:modelValue"?: (newValue: unknown) => any;
11
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
12
- actions?(_: {}): any;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
12
+ editorElement: (typeof __VLS_nativeElements)["div"];
13
+ }, any>, {
14
+ actions?: (props: {}) => any;
13
15
  }>;
14
16
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
16
18
  new (): {
17
19
  $slots: S;
18
20
  };
@@ -1,18 +1,20 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
2
  title?: string;
3
- modelValue?: number;
3
+ modelValue?: number | null;
4
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:modelValue": (newValue: number) => void;
6
6
  }, string, import("vue").PublicProps, Readonly<{
7
7
  title?: string;
8
- modelValue?: number;
8
+ modelValue?: number | null;
9
9
  }> & Readonly<{
10
10
  "onUpdate:modelValue"?: (newValue: number) => any;
11
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
12
- actions?(_: {}): any;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
12
+ input: (typeof __VLS_nativeElements)["input"];
13
+ }, any>, {
14
+ actions?: (props: {}) => any;
13
15
  }>;
14
16
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
16
18
  new (): {
17
19
  $slots: S;
18
20
  };
@@ -1,21 +1,21 @@
1
1
  import type { HstControlOption } from '../../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
3
3
  title?: string;
4
- modelValue?: string;
4
+ modelValue?: string | null;
5
5
  options: HstControlOption[];
6
6
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
7
  "update:modelValue": (value: string) => any;
8
8
  }, string, import("vue").PublicProps, Readonly<{
9
9
  title?: string;
10
- modelValue?: string;
10
+ modelValue?: string | null;
11
11
  options: HstControlOption[];
12
12
  }> & Readonly<{
13
13
  "onUpdate:modelValue"?: (value: string) => any;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
15
- actions?(_: {}): any;
15
+ actions?: (props: {}) => any;
16
16
  }>;
17
17
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
19
19
  new (): {
20
20
  $slots: S;
21
21
  };
@@ -1,5 +1,5 @@
1
1
  import type { HstControlOption } from '../../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
3
3
  modelValue: string;
4
4
  options: Record<string, any> | string[] | number[] | HstControlOption[];
5
5
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
@@ -10,12 +10,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
10
10
  }> & Readonly<{
11
11
  "onUpdate:modelValue"?: (value: string) => any;
12
12
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
13
- default?(_: {
13
+ default?: (props: {
14
14
  label: string;
15
- }): any;
15
+ }) => any;
16
16
  }>;
17
17
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
19
19
  new (): {
20
20
  $slots: S;
21
21
  };
@@ -1,5 +1,5 @@
1
1
  import type { HstControlOption } from '../../types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
3
3
  title?: string;
4
4
  modelValue?: any;
5
5
  options: Record<string, any> | string[] | HstControlOption[];
@@ -12,10 +12,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
12
12
  }> & Readonly<{
13
13
  "onUpdate:modelValue"?: (value: any) => any;
14
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
15
- actions?(_: {}): any;
15
+ actions?: (props: {}) => any;
16
16
  }>;
17
17
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
19
19
  new (): {
20
20
  $slots: S;
21
21
  };
@@ -1,16 +1,18 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  title?: string;
3
- modelValue?: number;
3
+ modelValue?: number | null;
4
4
  min: number;
5
5
  max: number;
6
6
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  "update:modelValue": (newValue: number) => void;
8
8
  }, string, import("vue").PublicProps, Readonly<{
9
9
  title?: string;
10
- modelValue?: number;
10
+ modelValue?: number | null;
11
11
  min: number;
12
12
  max: number;
13
13
  }> & Readonly<{
14
14
  "onUpdate:modelValue"?: (newValue: number) => any;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
16
+ input: (typeof __VLS_nativeElements)["input"];
17
+ }, any>;
16
18
  export default _default;
@@ -1,18 +1,20 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
2
  title?: string;
3
- modelValue?: string;
3
+ modelValue?: string | null;
4
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:modelValue": (newValue: string) => void;
6
6
  }, string, import("vue").PublicProps, Readonly<{
7
7
  title?: string;
8
- modelValue?: string;
8
+ modelValue?: string | null;
9
9
  }> & Readonly<{
10
10
  "onUpdate:modelValue"?: (newValue: string) => any;
11
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
12
- actions?(_: {}): any;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
12
+ input: (typeof __VLS_nativeElements)["input"];
13
+ }, any>, {
14
+ actions?: (props: {}) => any;
13
15
  }>;
14
16
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
16
18
  new (): {
17
19
  $slots: S;
18
20
  };
@@ -1,18 +1,20 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
1
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
2
2
  title?: string;
3
- modelValue?: string;
3
+ modelValue?: string | null;
4
4
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:modelValue": (newValue: string) => void;
6
6
  }, string, import("vue").PublicProps, Readonly<{
7
7
  title?: string;
8
- modelValue?: string;
8
+ modelValue?: string | null;
9
9
  }> & Readonly<{
10
10
  "onUpdate:modelValue"?: (newValue: string) => any;
11
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
12
- actions?(_: {}): any;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
12
+ input: (typeof __VLS_nativeElements)["textarea"];
13
+ }, any>, {
14
+ actions?: (props: {}) => any;
13
15
  }>;
14
16
  export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
16
18
  new (): {
17
19
  $slots: S;
18
20
  };