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