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