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