@romainbx/wpic-components 0.0.14 → 0.0.15

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.
@@ -5,12 +5,14 @@ declare const _default: import("vue").DefineComponent<{}, {
5
5
  week: boolean;
6
6
  modelValue?: unknown;
7
7
  maxDate?: unknown;
8
+ initDates?: unknown;
8
9
  $props: {
9
10
  readonly range?: boolean | undefined;
10
11
  readonly doubleMonths?: boolean | undefined;
11
12
  readonly week?: boolean | undefined;
12
13
  readonly modelValue?: unknown;
13
14
  readonly maxDate?: unknown;
15
+ readonly initDates?: unknown;
14
16
  };
15
17
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
16
18
  export default _default;
@@ -10,6 +10,7 @@ declare const _default: import("vue").DefineComponent<{}, {
10
10
  label?: string | undefined;
11
11
  modelValue?: unknown;
12
12
  maxDate?: unknown;
13
+ initDates?: unknown;
13
14
  info?: string | undefined;
14
15
  $props: {
15
16
  readonly placeholder?: string | undefined;
@@ -22,6 +23,7 @@ declare const _default: import("vue").DefineComponent<{}, {
22
23
  readonly label?: string | undefined;
23
24
  readonly modelValue?: unknown;
24
25
  readonly maxDate?: unknown;
26
+ readonly initDates?: unknown;
25
27
  readonly info?: string | undefined;
26
28
  };
27
29
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
@@ -1,4 +1,5 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {
2
+ isAllSelected: import("vue").ComputedRef<boolean>;
2
3
  $emit: (event: "input" | "update:modelValue" | "blur" | "change", ...args: any[]) => void;
3
4
  small: boolean;
4
5
  disabled: boolean;
@@ -14,6 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
14
15
  modelValue?: unknown;
15
16
  placeholder?: string | undefined;
16
17
  maxDisplay?: number | undefined;
18
+ allSelectedText?: string | undefined;
17
19
  $props: {
18
20
  readonly small?: boolean | undefined;
19
21
  readonly disabled?: boolean | undefined;
@@ -29,6 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
29
31
  readonly modelValue?: unknown;
30
32
  readonly placeholder?: string | undefined;
31
33
  readonly maxDisplay?: number | undefined;
34
+ readonly allSelectedText?: string | undefined;
32
35
  };
33
36
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
34
37
  default?(_: {}): any;
@@ -44,6 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
44
44
  modelValue?: unknown;
45
45
  placeholder?: string | undefined;
46
46
  info?: string | undefined;
47
+ maxDisplay?: number | undefined;
47
48
  rules?: unknown;
48
49
  checkboxValue?: unknown;
49
50
  uncheckedValue?: unknown;
@@ -92,6 +93,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}
92
93
  readonly modelValue?: unknown;
93
94
  readonly placeholder?: string | undefined;
94
95
  readonly info?: string | undefined;
96
+ readonly maxDisplay?: number | undefined;
95
97
  readonly rules?: unknown;
96
98
  readonly checkboxValue?: unknown;
97
99
  readonly uncheckedValue?: unknown;