@histoire/controls 0.11.2 → 0.11.4

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.
@@ -2,13 +2,16 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
2
2
  title?: string;
3
3
  tag?: string;
4
4
  }>, {
5
+ title: any;
5
6
  tag: string;
6
7
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
8
  title?: string;
8
9
  tag?: string;
9
10
  }>, {
11
+ title: any;
10
12
  tag: string;
11
13
  }>>>, {
14
+ title: string;
12
15
  tag: string;
13
16
  }>;
14
17
  export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
@@ -0,0 +1,21 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ title?: string;
3
+ modelValue: unknown;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ 'update:modelValue': (newValue: unknown) => true;
6
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
+ title?: string;
8
+ modelValue: unknown;
9
+ }>>> & {
10
+ "onUpdate:modelValue"?: (newValue: unknown) => any;
11
+ }, {}>;
12
+ export default _default;
13
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
15
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
16
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
+ } : {
18
+ type: import('vue').PropType<T[K]>;
19
+ required: true;
20
+ };
21
+ };
package/dist/index.d.ts CHANGED
@@ -329,6 +329,27 @@ export declare const HstRadio: import("@histoire/vendors/vue").DefineComponent<{
329
329
  }>> & {
330
330
  "onUpdate:modelValue"?: (value: string) => any;
331
331
  }, {}>;
332
+ export declare const HstJson: import("@histoire/vendors/vue").DefineComponent<{
333
+ title: {
334
+ type: import("@histoire/vendors/vue").PropType<string>;
335
+ };
336
+ modelValue: {
337
+ type: import("@histoire/vendors/vue").PropType<unknown>;
338
+ required: true;
339
+ };
340
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
341
+ 'update:modelValue': (newValue: unknown) => true;
342
+ }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
343
+ title: {
344
+ type: import("@histoire/vendors/vue").PropType<string>;
345
+ };
346
+ modelValue: {
347
+ type: import("@histoire/vendors/vue").PropType<unknown>;
348
+ required: true;
349
+ };
350
+ }>> & {
351
+ "onUpdate:modelValue"?: (newValue: unknown) => any;
352
+ }, {}>;
332
353
  export declare const components: {
333
354
  HstButton: import("@histoire/vendors/vue").DefineComponent<{
334
355
  color: {
@@ -661,5 +682,26 @@ export declare const components: {
661
682
  }>> & {
662
683
  "onUpdate:modelValue"?: (value: string) => any;
663
684
  }, {}>;
685
+ HstJson: import("@histoire/vendors/vue").DefineComponent<{
686
+ title: {
687
+ type: import("@histoire/vendors/vue").PropType<string>;
688
+ };
689
+ modelValue: {
690
+ type: import("@histoire/vendors/vue").PropType<unknown>;
691
+ required: true;
692
+ };
693
+ }, {}, unknown, {}, {}, import("@histoire/vendors/vue").ComponentOptionsMixin, import("@histoire/vendors/vue").ComponentOptionsMixin, {
694
+ 'update:modelValue': (newValue: unknown) => true;
695
+ }, string, import("@histoire/vendors/vue").VNodeProps & import("@histoire/vendors/vue").AllowedComponentProps & import("@histoire/vendors/vue").ComponentCustomProps, Readonly<import("@histoire/vendors/vue").ExtractPropTypes<{
696
+ title: {
697
+ type: import("@histoire/vendors/vue").PropType<string>;
698
+ };
699
+ modelValue: {
700
+ type: import("@histoire/vendors/vue").PropType<unknown>;
701
+ required: true;
702
+ };
703
+ }>> & {
704
+ "onUpdate:modelValue"?: (newValue: unknown) => any;
705
+ }, {}>;
664
706
  };
665
707
  export * from './types';