@romainbx/wpic-components 0.0.10 → 0.0.11

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.
@@ -6,6 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
6
6
  multiple: boolean;
7
7
  required: boolean;
8
8
  isInvalid: boolean;
9
+ batchSelect: boolean;
9
10
  label?: string | undefined;
10
11
  name?: string | undefined;
11
12
  value?: unknown;
@@ -20,6 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
20
21
  readonly multiple?: boolean | undefined;
21
22
  readonly required?: boolean | undefined;
22
23
  readonly isInvalid?: boolean | undefined;
24
+ readonly batchSelect?: boolean | undefined;
23
25
  readonly label?: string | undefined;
24
26
  readonly name?: string | undefined;
25
27
  readonly value?: unknown;
@@ -3,6 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
3
3
  isValid: () => any;
4
4
  $emit: (event: "onChange" | "update:modelValue" | "onClear", ...args: any[]) => void;
5
5
  select: boolean;
6
+ small: boolean;
6
7
  textarea: boolean;
7
8
  name: string;
8
9
  error: boolean;
@@ -50,6 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
50
51
  help?: string | undefined;
51
52
  $props: {
52
53
  readonly select?: boolean | undefined;
54
+ readonly small?: boolean | undefined;
53
55
  readonly textarea?: boolean | undefined;
54
56
  readonly name?: string | undefined;
55
57
  readonly error?: boolean | undefined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;