@davincihealthcare/elty-design-system-vue 1.22.0 → 1.23.0

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.
@@ -10,6 +10,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
10
10
  secondaryRow?: string | undefined;
11
11
  tertiaryRow?: string | undefined;
12
12
  horizontalPaddingLeft?: boolean | undefined;
13
+ cursor?: "default" | "pointer" | undefined;
13
14
  }>, {
14
15
  height: number;
15
16
  color: string;
@@ -19,6 +20,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
19
20
  secondaryRow: undefined;
20
21
  tertiaryRow: undefined;
21
22
  horizontalPaddingLeft: boolean;
23
+ cursor: string;
22
24
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
23
25
  height?: number | undefined;
24
26
  color: ElCalendarCardColor;
@@ -27,6 +29,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
27
29
  secondaryRow?: string | undefined;
28
30
  tertiaryRow?: string | undefined;
29
31
  horizontalPaddingLeft?: boolean | undefined;
32
+ cursor?: "default" | "pointer" | undefined;
30
33
  }>, {
31
34
  height: number;
32
35
  color: string;
@@ -36,6 +39,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
36
39
  secondaryRow: undefined;
37
40
  tertiaryRow: undefined;
38
41
  horizontalPaddingLeft: boolean;
42
+ cursor: string;
39
43
  }>>>, {
40
44
  color: ElCalendarCardColor;
41
45
  height: number;
@@ -44,6 +48,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
44
48
  secondaryRow: string;
45
49
  tertiaryRow: string;
46
50
  horizontalPaddingLeft: boolean;
51
+ cursor: 'default' | 'pointer';
47
52
  }, {}>;
48
53
  export default _default;
49
54
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -5,6 +5,10 @@ declare const _default: import('vue').DefineComponent<{
5
5
  type: BooleanConstructor;
6
6
  default: boolean;
7
7
  };
8
+ defaultNullValueToZeroOnBlur: {
9
+ type: BooleanConstructor;
10
+ default: boolean;
11
+ };
8
12
  modelValue: {
9
13
  type: import('vue').PropType<NumberValueType>;
10
14
  };
@@ -52,6 +56,10 @@ declare const _default: import('vue').DefineComponent<{
52
56
  type: BooleanConstructor;
53
57
  default: boolean;
54
58
  };
59
+ defaultNullValueToZeroOnBlur: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
55
63
  modelValue: {
56
64
  type: import('vue').PropType<NumberValueType>;
57
65
  };
@@ -103,5 +111,6 @@ declare const _default: import('vue').DefineComponent<{
103
111
  hiddenErrorMessage: boolean;
104
112
  validation: string;
105
113
  isTwoDecimals: boolean;
114
+ defaultNullValueToZeroOnBlur: boolean;
106
115
  }, {}>;
107
116
  export default _default;