@davincihealthcare/elty-design-system-vue 1.36.5 → 1.36.6

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,7 +5,7 @@ import { default as ElItem } from './ElItem.vue';
5
5
  export type DropdownItem = {
6
6
  onClick?: () => void;
7
7
  } & InstanceType<typeof ElItem>['$props'];
8
- export declare const elDropdownMaxHeight: readonly [0, 260];
8
+ export declare const elDropdownMaxHeight: readonly [0, 260, 1000];
9
9
  export type ElDropdownMaxHeight = (typeof elDropdownMaxHeight)[number];
10
10
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
11
11
  items: DropdownItem[];
@@ -89,7 +89,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
89
89
  right?: boolean | undefined;
90
90
  minWidth?: number | undefined;
91
91
  isOpen?: boolean | undefined;
92
- maxHeight?: 0 | 260 | undefined;
92
+ maxHeight?: 0 | 1000 | 260 | undefined;
93
93
  iconButton?: (Partial<{
94
94
  disabled: boolean;
95
95
  size: "base" | "xs" | "sm" | "xl" | "l";
@@ -236,7 +236,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
236
236
  right?: boolean | undefined;
237
237
  minWidth?: number | undefined;
238
238
  isOpen?: boolean | undefined;
239
- maxHeight?: 0 | 260 | undefined;
239
+ maxHeight?: 0 | 1000 | 260 | undefined;
240
240
  iconButton?: (Partial<{
241
241
  disabled: boolean;
242
242
  size: "base" | "xs" | "sm" | "xl" | "l";