@davincihealthcare/elty-design-system-vue 1.16.3 → 1.17.1

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.
@@ -1,4 +1,4 @@
1
- export declare const elClipToAnchorPositions: readonly ["bottom-left", "bottom", "bottom-right", "top-left", "top", "top-right", "left", "left-start", "left-end", "right", "right-start", "right-end"];
1
+ export declare const elClipToAnchorPositions: readonly ["bottom-left", "bottom", "bottom-right", "top-left", "top", "top-right", "left-start", "left", "left-end", "right-start", "right", "right-end"];
2
2
  export type ElClipToAnchorPosition = (typeof elClipToAnchorPositions)[number];
3
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
4
  anchor: HTMLElement;
@@ -269,6 +269,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
269
269
  }, {
270
270
  title: string;
271
271
  minWidth: number;
272
+ maxHeight: number;
272
273
  action: Omit<Partial<{
273
274
  disabled: boolean;
274
275
  type: "button" | "submit" | "reset";
@@ -345,7 +346,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
345
346
  };
346
347
  }>>, "disabled" | "type" | "onClick" | "label" | "icon" | "size" | "loading" | "error" | "dark" | "variant" | "loadOnClick">, "size" | "variant">;
347
348
  isOpen: boolean;
348
- maxHeight: number;
349
349
  }, {}>, {
350
350
  anchor?(_: {
351
351
  isOpen: boolean;
@@ -1,4 +1,4 @@
1
- export declare const elToastStates: readonly ["error", "danger", "success"];
1
+ export declare const elToastStates: readonly ["error", "warning", "success"];
2
2
  export type ElToastStates = (typeof elToastStates)[number];
3
3
  export interface ToastOptions {
4
4
  title: string;
@@ -1,11 +1,11 @@
1
- export declare const elTooltipPositions: readonly ["bottom-left", "bottom", "bottom-right", "top-left", "top", "top-right", "left", "left-start", "left-end", "right", "right-start", "right-end"];
1
+ export declare const elTooltipPositions: readonly ["bottom-left", "bottom", "bottom-right", "top-left", "top", "top-right", "left-start", "left", "left-end", "right-start", "right", "right-end"];
2
2
  export type ElTooltipPosition = (typeof elTooltipPositions)[number];
3
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
4
  text: string;
5
- position?: "bottom-left" | "bottom" | "bottom-right" | "top-left" | "top" | "top-right" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end" | undefined;
5
+ position?: "bottom-left" | "bottom" | "bottom-right" | "top-left" | "top" | "top-right" | "left-start" | "left" | "left-end" | "right-start" | "right" | "right-end" | undefined;
6
6
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
7
  text: string;
8
- position?: "bottom-left" | "bottom" | "bottom-right" | "top-left" | "top" | "top-right" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end" | undefined;
8
+ position?: "bottom-left" | "bottom" | "bottom-right" | "top-left" | "top" | "top-right" | "left-start" | "left" | "left-end" | "right-start" | "right" | "right-end" | undefined;
9
9
  }>>>, {}, {}>, {
10
10
  default?(_: {}): any;
11
11
  }>;
@@ -95,10 +95,10 @@ declare const _default: import('vue').DefineComponent<{
95
95
  }, {
96
96
  disabled: boolean;
97
97
  label: string;
98
+ content: string;
98
99
  errorMessage: string | boolean;
99
100
  hiddenErrorMessage: boolean;
100
101
  validation: string;
101
- content: string;
102
102
  multiple: boolean;
103
103
  fileType: "image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim";
104
104
  }, {}>;
@@ -27,7 +27,7 @@ declare const _default: import('vue').DefineComponent<{
27
27
  default: boolean;
28
28
  };
29
29
  positionToAnchor: {
30
- type: PropType<"bottom-left" | "bottom" | "bottom-right" | "top-left" | "top" | "top-right" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
30
+ type: PropType<"bottom-left" | "bottom" | "bottom-right" | "top-left" | "top" | "top-right" | "left-start" | "left" | "left-end" | "right-start" | "right" | "right-end">;
31
31
  required: false;
32
32
  default: string;
33
33
  };
@@ -83,7 +83,7 @@ declare const _default: import('vue').DefineComponent<{
83
83
  default: boolean;
84
84
  };
85
85
  positionToAnchor: {
86
- type: PropType<"bottom-left" | "bottom" | "bottom-right" | "top-left" | "top" | "top-right" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end">;
86
+ type: PropType<"bottom-left" | "bottom" | "bottom-right" | "top-left" | "top" | "top-right" | "left-start" | "left" | "left-end" | "right-start" | "right" | "right-end">;
87
87
  required: false;
88
88
  default: string;
89
89
  };
@@ -125,6 +125,6 @@ declare const _default: import('vue').DefineComponent<{
125
125
  validation: string;
126
126
  multiple: boolean;
127
127
  noRemoveValue: boolean;
128
- positionToAnchor: "bottom-left" | "bottom" | "bottom-right" | "top-left" | "top" | "top-right" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
128
+ positionToAnchor: "bottom-left" | "bottom" | "bottom-right" | "top-left" | "top" | "top-right" | "left-start" | "left" | "left-end" | "right-start" | "right" | "right-end";
129
129
  }, {}>;
130
130
  export default _default;
package/dist/index.d.ts CHANGED
@@ -68,3 +68,5 @@ export * from './ElToast.vue';
68
68
  export { default as ElToast } from './ElToast.vue';
69
69
  export * from './ElInlineBanner.vue';
70
70
  export { default as ElInlineBanner } from './ElInlineBanner.vue';
71
+ export * from './ElClipToAnchor.vue';
72
+ export { default as ElClipToAnchor } from './ElClipToAnchor.vue';