@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.
- package/dist/ElClipToAnchor.vue.d.ts +1 -1
- package/dist/ElDropdown.vue.d.ts +1 -1
- package/dist/ElToast.vue.d.ts +1 -1
- package/dist/ElTooltip.vue.d.ts +3 -3
- package/dist/forms/ElInputFile.vue.d.ts +1 -1
- package/dist/forms/ElInputSelect.vue.d.ts +3 -3
- package/dist/index.d.ts +2 -0
- package/dist/index.js +6264 -6087
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +11 -11
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +2 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const elClipToAnchorPositions: readonly ["bottom-left", "bottom", "bottom-right", "top-left", "top", "top-right", "left", "left
|
|
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;
|
package/dist/ElDropdown.vue.d.ts
CHANGED
|
@@ -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;
|
package/dist/ElToast.vue.d.ts
CHANGED
package/dist/ElTooltip.vue.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export declare const elTooltipPositions: readonly ["bottom-left", "bottom", "bottom-right", "top-left", "top", "top-right", "left", "left
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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';
|