@davincihealthcare/elty-design-system-vue 1.36.3 → 1.36.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.
@@ -138,6 +138,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
138
138
  }>> & {
139
139
  onClick?: (() => any) | undefined;
140
140
  }, "disabled" | "size" | "loading" | "error" | "tooltip" | "badge">) | undefined;
141
+ multiple?: boolean | undefined;
141
142
  }>, {
142
143
  title: undefined;
143
144
  action: undefined;
@@ -145,6 +146,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
145
146
  minWidth: undefined;
146
147
  maxHeight: number;
147
148
  iconButton: undefined;
149
+ multiple: boolean;
148
150
  }>, {
149
151
  show: () => boolean;
150
152
  hide: () => boolean;
@@ -283,6 +285,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
283
285
  }>> & {
284
286
  onClick?: (() => any) | undefined;
285
287
  }, "disabled" | "size" | "loading" | "error" | "tooltip" | "badge">) | undefined;
288
+ multiple?: boolean | undefined;
286
289
  }>, {
287
290
  title: undefined;
288
291
  action: undefined;
@@ -290,6 +293,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
290
293
  minWidth: undefined;
291
294
  maxHeight: number;
292
295
  iconButton: undefined;
296
+ multiple: boolean;
293
297
  }>>> & {
294
298
  "onClick:action"?: (() => any) | undefined;
295
299
  "onUpdate:is-open"?: ((isOpen: boolean) => any) | undefined;
@@ -300,6 +304,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
300
304
  action: Omit<InstanceType<typeof ElButton>['$props'], 'variant' | 'size'>;
301
305
  isOpen: boolean;
302
306
  iconButton: InstanceType<typeof ElIconButton>['$props'];
307
+ multiple: boolean;
303
308
  }, {}>, {
304
309
  anchor?(_: {
305
310
  isOpen: boolean;
@@ -9,6 +9,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
9
9
  avatar?: AvatarParameters | undefined;
10
10
  disabled?: boolean | undefined;
11
11
  focused?: boolean | undefined;
12
+ color?: "primary" | "secondary" | undefined;
12
13
  }>, {
13
14
  text: string;
14
15
  semiboldText: undefined;
@@ -17,6 +18,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
17
18
  avatar: undefined;
18
19
  disabled: boolean;
19
20
  focused: boolean;
21
+ color: string;
20
22
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
21
23
  text: string;
22
24
  semiboldText?: string | undefined;
@@ -25,6 +27,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
25
27
  avatar?: AvatarParameters | undefined;
26
28
  disabled?: boolean | undefined;
27
29
  focused?: boolean | undefined;
30
+ color?: "primary" | "secondary" | undefined;
28
31
  }>, {
29
32
  text: string;
30
33
  semiboldText: undefined;
@@ -33,9 +36,11 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
33
36
  avatar: undefined;
34
37
  disabled: boolean;
35
38
  focused: boolean;
39
+ color: string;
36
40
  }>>>, {
37
41
  disabled: boolean;
38
42
  text: string;
43
+ color: 'primary' | 'secondary';
39
44
  avatar: AvatarParameters;
40
45
  leadingIcon: ElIconProps;
41
46
  semiboldText: string;