@davincihealthcare/elty-design-system-vue 1.13.3 → 1.13.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.
@@ -4,16 +4,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
4
4
  items?: ({
5
5
  onClick?: (() => void) | undefined;
6
6
  } & Partial<{
7
+ disabled: boolean;
7
8
  text: string;
8
9
  avatar: import("./types").AvatarParameters;
9
10
  check: boolean;
10
11
  leadingIcon: import("./ElIcon.vue").ElIconProps;
11
12
  }> & Omit<{
13
+ readonly disabled: boolean;
12
14
  readonly text: string;
13
15
  readonly check: boolean;
14
16
  readonly avatar?: import("./types").AvatarParameters | undefined;
15
17
  readonly leadingIcon?: import("./ElIcon.vue").ElIconProps | undefined;
16
18
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
19
+ disabled: {
20
+ type: import("vue").PropType<boolean>;
21
+ default: boolean;
22
+ };
17
23
  text: {
18
24
  type: import("vue").PropType<string>;
19
25
  required: true;
@@ -25,14 +31,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
25
31
  };
26
32
  check: {
27
33
  type: import("vue").PropType<boolean>;
28
- required: true;
29
34
  default: boolean;
30
35
  };
31
36
  leadingIcon: {
32
37
  type: import("vue").PropType<import("./ElIcon.vue").ElIconProps>;
33
38
  default: undefined;
34
39
  };
35
- }>>, "text" | "avatar" | "check" | "leadingIcon">)[] | undefined;
40
+ }>>, "disabled" | "text" | "avatar" | "check" | "leadingIcon">)[] | undefined;
36
41
  }>, {
37
42
  open: undefined;
38
43
  items: undefined;
@@ -44,16 +49,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
44
49
  items?: ({
45
50
  onClick?: (() => void) | undefined;
46
51
  } & Partial<{
52
+ disabled: boolean;
47
53
  text: string;
48
54
  avatar: import("./types").AvatarParameters;
49
55
  check: boolean;
50
56
  leadingIcon: import("./ElIcon.vue").ElIconProps;
51
57
  }> & Omit<{
58
+ readonly disabled: boolean;
52
59
  readonly text: string;
53
60
  readonly check: boolean;
54
61
  readonly avatar?: import("./types").AvatarParameters | undefined;
55
62
  readonly leadingIcon?: import("./ElIcon.vue").ElIconProps | undefined;
56
63
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
64
+ disabled: {
65
+ type: import("vue").PropType<boolean>;
66
+ default: boolean;
67
+ };
57
68
  text: {
58
69
  type: import("vue").PropType<string>;
59
70
  required: true;
@@ -65,14 +76,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
65
76
  };
66
77
  check: {
67
78
  type: import("vue").PropType<boolean>;
68
- required: true;
69
79
  default: boolean;
70
80
  };
71
81
  leadingIcon: {
72
82
  type: import("vue").PropType<import("./ElIcon.vue").ElIconProps>;
73
83
  default: undefined;
74
84
  };
75
- }>>, "text" | "avatar" | "check" | "leadingIcon">)[] | undefined;
85
+ }>>, "disabled" | "text" | "avatar" | "check" | "leadingIcon">)[] | undefined;
76
86
  }>, {
77
87
  open: undefined;
78
88
  items: undefined;
@@ -83,16 +93,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
83
93
  items: ({
84
94
  onClick?: (() => void) | undefined;
85
95
  } & Partial<{
96
+ disabled: boolean;
86
97
  text: string;
87
98
  avatar: import("./types").AvatarParameters;
88
99
  check: boolean;
89
100
  leadingIcon: import("./ElIcon.vue").ElIconProps;
90
101
  }> & Omit<{
102
+ readonly disabled: boolean;
91
103
  readonly text: string;
92
104
  readonly check: boolean;
93
105
  readonly avatar?: import("./types").AvatarParameters | undefined;
94
106
  readonly leadingIcon?: import("./ElIcon.vue").ElIconProps | undefined;
95
107
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
108
+ disabled: {
109
+ type: import("vue").PropType<boolean>;
110
+ default: boolean;
111
+ };
96
112
  text: {
97
113
  type: import("vue").PropType<string>;
98
114
  required: true;
@@ -104,14 +120,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
104
120
  };
105
121
  check: {
106
122
  type: import("vue").PropType<boolean>;
107
- required: true;
108
123
  default: boolean;
109
124
  };
110
125
  leadingIcon: {
111
126
  type: import("vue").PropType<import("./ElIcon.vue").ElIconProps>;
112
127
  default: undefined;
113
128
  };
114
- }>>, "text" | "avatar" | "check" | "leadingIcon">)[];
129
+ }>>, "disabled" | "text" | "avatar" | "check" | "leadingIcon">)[];
115
130
  }, {}>, {
116
131
  default?(_: {}): any;
117
132
  }>;
@@ -2,16 +2,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
2
2
  items: ({
3
3
  onClick?: (() => void) | undefined;
4
4
  } & Partial<{
5
+ disabled: boolean;
5
6
  text: string;
6
7
  avatar: import("./types").AvatarParameters;
7
8
  check: boolean;
8
9
  leadingIcon: import("./ElIcon.vue").ElIconProps;
9
10
  }> & Omit<{
11
+ readonly disabled: boolean;
10
12
  readonly text: string;
11
13
  readonly check: boolean;
12
14
  readonly avatar?: import("./types").AvatarParameters | undefined;
13
15
  readonly leadingIcon?: import("./ElIcon.vue").ElIconProps | undefined;
14
16
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
17
+ disabled: {
18
+ type: import("vue").PropType<boolean>;
19
+ default: boolean;
20
+ };
15
21
  text: {
16
22
  type: import("vue").PropType<string>;
17
23
  required: true;
@@ -23,14 +29,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
23
29
  };
24
30
  check: {
25
31
  type: import("vue").PropType<boolean>;
26
- required: true;
27
32
  default: boolean;
28
33
  };
29
34
  leadingIcon: {
30
35
  type: import("vue").PropType<import("./ElIcon.vue").ElIconProps>;
31
36
  default: undefined;
32
37
  };
33
- }>>, "text" | "avatar" | "check" | "leadingIcon">)[];
38
+ }>>, "disabled" | "text" | "avatar" | "check" | "leadingIcon">)[];
34
39
  title?: string | undefined;
35
40
  action?: Omit<Partial<{
36
41
  disabled: boolean;
@@ -97,11 +102,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
97
102
  }>>, "disabled" | "type" | "label" | "icon" | "size" | "loading" | "error" | "dark" | "variant">, "size" | "variant"> | undefined;
98
103
  left?: boolean | undefined;
99
104
  right?: boolean | undefined;
105
+ minWidth?: number | undefined;
100
106
  isOpen?: boolean | undefined;
101
107
  }>, {
102
108
  title: undefined;
103
109
  action: undefined;
104
110
  isOpen: undefined;
111
+ minWidth: undefined;
105
112
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
106
113
  "click:action": () => void;
107
114
  "update:is-open": (isOpen: boolean) => void;
@@ -109,16 +116,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
109
116
  items: ({
110
117
  onClick?: (() => void) | undefined;
111
118
  } & Partial<{
119
+ disabled: boolean;
112
120
  text: string;
113
121
  avatar: import("./types").AvatarParameters;
114
122
  check: boolean;
115
123
  leadingIcon: import("./ElIcon.vue").ElIconProps;
116
124
  }> & Omit<{
125
+ readonly disabled: boolean;
117
126
  readonly text: string;
118
127
  readonly check: boolean;
119
128
  readonly avatar?: import("./types").AvatarParameters | undefined;
120
129
  readonly leadingIcon?: import("./ElIcon.vue").ElIconProps | undefined;
121
130
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
131
+ disabled: {
132
+ type: import("vue").PropType<boolean>;
133
+ default: boolean;
134
+ };
122
135
  text: {
123
136
  type: import("vue").PropType<string>;
124
137
  required: true;
@@ -130,14 +143,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
130
143
  };
131
144
  check: {
132
145
  type: import("vue").PropType<boolean>;
133
- required: true;
134
146
  default: boolean;
135
147
  };
136
148
  leadingIcon: {
137
149
  type: import("vue").PropType<import("./ElIcon.vue").ElIconProps>;
138
150
  default: undefined;
139
151
  };
140
- }>>, "text" | "avatar" | "check" | "leadingIcon">)[];
152
+ }>>, "disabled" | "text" | "avatar" | "check" | "leadingIcon">)[];
141
153
  title?: string | undefined;
142
154
  action?: Omit<Partial<{
143
155
  disabled: boolean;
@@ -204,16 +216,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
204
216
  }>>, "disabled" | "type" | "label" | "icon" | "size" | "loading" | "error" | "dark" | "variant">, "size" | "variant"> | undefined;
205
217
  left?: boolean | undefined;
206
218
  right?: boolean | undefined;
219
+ minWidth?: number | undefined;
207
220
  isOpen?: boolean | undefined;
208
221
  }>, {
209
222
  title: undefined;
210
223
  action: undefined;
211
224
  isOpen: undefined;
225
+ minWidth: undefined;
212
226
  }>>> & {
213
227
  "onClick:action"?: (() => any) | undefined;
214
228
  "onUpdate:is-open"?: ((isOpen: boolean) => any) | undefined;
215
229
  }, {
216
230
  title: string;
231
+ minWidth: number;
217
232
  action: Omit<Partial<{
218
233
  disabled: boolean;
219
234
  type: "button" | "submit" | "reset";
@@ -2,25 +2,30 @@ import { ElIconProps } from './ElIcon.vue';
2
2
  import { AvatarParameters } from './types';
3
3
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
4
  text: string;
5
- check: boolean;
5
+ check?: boolean | undefined;
6
6
  leadingIcon?: ElIconProps | undefined;
7
7
  avatar?: AvatarParameters | undefined;
8
+ disabled?: boolean | undefined;
8
9
  }>, {
9
10
  text: string;
10
11
  check: boolean;
11
12
  leadingIcon: undefined;
12
13
  avatar: undefined;
14
+ disabled: boolean;
13
15
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
14
16
  text: string;
15
- check: boolean;
17
+ check?: boolean | undefined;
16
18
  leadingIcon?: ElIconProps | undefined;
17
19
  avatar?: AvatarParameters | undefined;
20
+ disabled?: boolean | undefined;
18
21
  }>, {
19
22
  text: string;
20
23
  check: boolean;
21
24
  leadingIcon: undefined;
22
25
  avatar: undefined;
26
+ disabled: boolean;
23
27
  }>>>, {
28
+ disabled: boolean;
24
29
  text: string;
25
30
  avatar: AvatarParameters;
26
31
  check: boolean;