@davincihealthcare/elty-design-system-vue 1.17.0 → 1.17.2
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/ElAccordion.vue.d.ts +21 -3
- package/dist/ElClipToAnchor.vue.d.ts +1 -1
- package/dist/ElDropdown.vue.d.ts +13 -88
- package/dist/ElItem.vue.d.ts +5 -0
- 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 +6895 -6632
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +19 -19
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +2 -1
|
@@ -10,10 +10,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
10
10
|
semiboldText: string;
|
|
11
11
|
check: boolean;
|
|
12
12
|
leadingIcon: import('./ElIcon.vue').ElIconProps;
|
|
13
|
+
focused: boolean;
|
|
13
14
|
}> & Omit<{
|
|
14
15
|
readonly disabled: boolean;
|
|
15
16
|
readonly text: string;
|
|
16
17
|
readonly check: boolean;
|
|
18
|
+
readonly focused: boolean;
|
|
17
19
|
readonly avatar?: import('./types').AvatarParameters | undefined;
|
|
18
20
|
readonly semiboldText?: string | undefined;
|
|
19
21
|
readonly leadingIcon?: import('./ElIcon.vue').ElIconProps | undefined;
|
|
@@ -43,7 +45,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
43
45
|
type: import('vue').PropType<import('./ElIcon.vue').ElIconProps>;
|
|
44
46
|
default: undefined;
|
|
45
47
|
};
|
|
46
|
-
|
|
48
|
+
focused: {
|
|
49
|
+
type: import('vue').PropType<boolean>;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
}>>, "disabled" | "text" | "avatar" | "semiboldText" | "check" | "leadingIcon" | "focused">)[] | undefined;
|
|
47
53
|
}>, {
|
|
48
54
|
open: undefined;
|
|
49
55
|
items: undefined;
|
|
@@ -61,10 +67,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
61
67
|
semiboldText: string;
|
|
62
68
|
check: boolean;
|
|
63
69
|
leadingIcon: import('./ElIcon.vue').ElIconProps;
|
|
70
|
+
focused: boolean;
|
|
64
71
|
}> & Omit<{
|
|
65
72
|
readonly disabled: boolean;
|
|
66
73
|
readonly text: string;
|
|
67
74
|
readonly check: boolean;
|
|
75
|
+
readonly focused: boolean;
|
|
68
76
|
readonly avatar?: import('./types').AvatarParameters | undefined;
|
|
69
77
|
readonly semiboldText?: string | undefined;
|
|
70
78
|
readonly leadingIcon?: import('./ElIcon.vue').ElIconProps | undefined;
|
|
@@ -94,7 +102,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
94
102
|
type: import('vue').PropType<import('./ElIcon.vue').ElIconProps>;
|
|
95
103
|
default: undefined;
|
|
96
104
|
};
|
|
97
|
-
|
|
105
|
+
focused: {
|
|
106
|
+
type: import('vue').PropType<boolean>;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
}>>, "disabled" | "text" | "avatar" | "semiboldText" | "check" | "leadingIcon" | "focused">)[] | undefined;
|
|
98
110
|
}>, {
|
|
99
111
|
open: undefined;
|
|
100
112
|
items: undefined;
|
|
@@ -111,10 +123,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
111
123
|
semiboldText: string;
|
|
112
124
|
check: boolean;
|
|
113
125
|
leadingIcon: import('./ElIcon.vue').ElIconProps;
|
|
126
|
+
focused: boolean;
|
|
114
127
|
}> & Omit<{
|
|
115
128
|
readonly disabled: boolean;
|
|
116
129
|
readonly text: string;
|
|
117
130
|
readonly check: boolean;
|
|
131
|
+
readonly focused: boolean;
|
|
118
132
|
readonly avatar?: import('./types').AvatarParameters | undefined;
|
|
119
133
|
readonly semiboldText?: string | undefined;
|
|
120
134
|
readonly leadingIcon?: import('./ElIcon.vue').ElIconProps | undefined;
|
|
@@ -144,7 +158,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
144
158
|
type: import('vue').PropType<import('./ElIcon.vue').ElIconProps>;
|
|
145
159
|
default: undefined;
|
|
146
160
|
};
|
|
147
|
-
|
|
161
|
+
focused: {
|
|
162
|
+
type: import('vue').PropType<boolean>;
|
|
163
|
+
default: boolean;
|
|
164
|
+
};
|
|
165
|
+
}>>, "disabled" | "text" | "avatar" | "semiboldText" | "check" | "leadingIcon" | "focused">)[];
|
|
148
166
|
}, {}>, {
|
|
149
167
|
default?(_: {}): any;
|
|
150
168
|
}>;
|
|
@@ -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
|
@@ -1,47 +1,10 @@
|
|
|
1
|
+
import { default as ElItem } from './ElItem.vue';
|
|
2
|
+
|
|
3
|
+
type Item = {
|
|
4
|
+
onClick?: () => void;
|
|
5
|
+
} & InstanceType<typeof ElItem>['$props'];
|
|
1
6
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
items:
|
|
3
|
-
onClick?: (() => void) | undefined;
|
|
4
|
-
} & Partial<{
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
text: string;
|
|
7
|
-
avatar: import('./types').AvatarParameters;
|
|
8
|
-
semiboldText: string;
|
|
9
|
-
check: boolean;
|
|
10
|
-
leadingIcon: import('./ElIcon.vue').ElIconProps;
|
|
11
|
-
}> & Omit<{
|
|
12
|
-
readonly disabled: boolean;
|
|
13
|
-
readonly text: string;
|
|
14
|
-
readonly check: boolean;
|
|
15
|
-
readonly avatar?: import('./types').AvatarParameters | undefined;
|
|
16
|
-
readonly semiboldText?: string | undefined;
|
|
17
|
-
readonly leadingIcon?: import('./ElIcon.vue').ElIconProps | undefined;
|
|
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
|
-
};
|
|
23
|
-
text: {
|
|
24
|
-
type: import('vue').PropType<string>;
|
|
25
|
-
required: true;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
avatar: {
|
|
29
|
-
type: import('vue').PropType<import('./types').AvatarParameters>;
|
|
30
|
-
default: undefined;
|
|
31
|
-
};
|
|
32
|
-
semiboldText: {
|
|
33
|
-
type: import('vue').PropType<string>;
|
|
34
|
-
default: undefined;
|
|
35
|
-
};
|
|
36
|
-
check: {
|
|
37
|
-
type: import('vue').PropType<boolean>;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
leadingIcon: {
|
|
41
|
-
type: import('vue').PropType<import('./ElIcon.vue').ElIconProps>;
|
|
42
|
-
default: undefined;
|
|
43
|
-
};
|
|
44
|
-
}>>, "disabled" | "text" | "avatar" | "semiboldText" | "check" | "leadingIcon">)[];
|
|
7
|
+
items: Item[];
|
|
45
8
|
title?: string | undefined;
|
|
46
9
|
action?: Omit<Partial<{
|
|
47
10
|
disabled: boolean;
|
|
@@ -129,53 +92,15 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
129
92
|
isOpen: undefined;
|
|
130
93
|
minWidth: undefined;
|
|
131
94
|
maxHeight: number;
|
|
132
|
-
}>, {
|
|
95
|
+
}>, {
|
|
96
|
+
show: () => boolean;
|
|
97
|
+
hide: () => boolean;
|
|
98
|
+
toggle: () => boolean;
|
|
99
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
133
100
|
"click:action": () => void;
|
|
134
101
|
"update:is-open": (isOpen: boolean) => void;
|
|
135
102
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
136
|
-
items:
|
|
137
|
-
onClick?: (() => void) | undefined;
|
|
138
|
-
} & Partial<{
|
|
139
|
-
disabled: boolean;
|
|
140
|
-
text: string;
|
|
141
|
-
avatar: import('./types').AvatarParameters;
|
|
142
|
-
semiboldText: string;
|
|
143
|
-
check: boolean;
|
|
144
|
-
leadingIcon: import('./ElIcon.vue').ElIconProps;
|
|
145
|
-
}> & Omit<{
|
|
146
|
-
readonly disabled: boolean;
|
|
147
|
-
readonly text: string;
|
|
148
|
-
readonly check: boolean;
|
|
149
|
-
readonly avatar?: import('./types').AvatarParameters | undefined;
|
|
150
|
-
readonly semiboldText?: string | undefined;
|
|
151
|
-
readonly leadingIcon?: import('./ElIcon.vue').ElIconProps | undefined;
|
|
152
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
153
|
-
disabled: {
|
|
154
|
-
type: import('vue').PropType<boolean>;
|
|
155
|
-
default: boolean;
|
|
156
|
-
};
|
|
157
|
-
text: {
|
|
158
|
-
type: import('vue').PropType<string>;
|
|
159
|
-
required: true;
|
|
160
|
-
default: string;
|
|
161
|
-
};
|
|
162
|
-
avatar: {
|
|
163
|
-
type: import('vue').PropType<import('./types').AvatarParameters>;
|
|
164
|
-
default: undefined;
|
|
165
|
-
};
|
|
166
|
-
semiboldText: {
|
|
167
|
-
type: import('vue').PropType<string>;
|
|
168
|
-
default: undefined;
|
|
169
|
-
};
|
|
170
|
-
check: {
|
|
171
|
-
type: import('vue').PropType<boolean>;
|
|
172
|
-
default: boolean;
|
|
173
|
-
};
|
|
174
|
-
leadingIcon: {
|
|
175
|
-
type: import('vue').PropType<import('./ElIcon.vue').ElIconProps>;
|
|
176
|
-
default: undefined;
|
|
177
|
-
};
|
|
178
|
-
}>>, "disabled" | "text" | "avatar" | "semiboldText" | "check" | "leadingIcon">)[];
|
|
103
|
+
items: Item[];
|
|
179
104
|
title?: string | undefined;
|
|
180
105
|
action?: Omit<Partial<{
|
|
181
106
|
disabled: boolean;
|
|
@@ -269,6 +194,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
269
194
|
}, {
|
|
270
195
|
title: string;
|
|
271
196
|
minWidth: number;
|
|
197
|
+
maxHeight: number;
|
|
272
198
|
action: Omit<Partial<{
|
|
273
199
|
disabled: boolean;
|
|
274
200
|
type: "button" | "submit" | "reset";
|
|
@@ -345,7 +271,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
345
271
|
};
|
|
346
272
|
}>>, "disabled" | "type" | "onClick" | "label" | "icon" | "size" | "loading" | "error" | "dark" | "variant" | "loadOnClick">, "size" | "variant">;
|
|
347
273
|
isOpen: boolean;
|
|
348
|
-
maxHeight: number;
|
|
349
274
|
}, {}>, {
|
|
350
275
|
anchor?(_: {
|
|
351
276
|
isOpen: boolean;
|
package/dist/ElItem.vue.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
8
8
|
leadingIcon?: ElIconProps | undefined;
|
|
9
9
|
avatar?: AvatarParameters | undefined;
|
|
10
10
|
disabled?: boolean | undefined;
|
|
11
|
+
focused?: boolean | undefined;
|
|
11
12
|
}>, {
|
|
12
13
|
text: string;
|
|
13
14
|
semiboldText: undefined;
|
|
@@ -15,6 +16,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
15
16
|
leadingIcon: undefined;
|
|
16
17
|
avatar: undefined;
|
|
17
18
|
disabled: boolean;
|
|
19
|
+
focused: boolean;
|
|
18
20
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
19
21
|
text: string;
|
|
20
22
|
semiboldText?: string | undefined;
|
|
@@ -22,6 +24,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
22
24
|
leadingIcon?: ElIconProps | undefined;
|
|
23
25
|
avatar?: AvatarParameters | undefined;
|
|
24
26
|
disabled?: boolean | undefined;
|
|
27
|
+
focused?: boolean | undefined;
|
|
25
28
|
}>, {
|
|
26
29
|
text: string;
|
|
27
30
|
semiboldText: undefined;
|
|
@@ -29,6 +32,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
29
32
|
leadingIcon: undefined;
|
|
30
33
|
avatar: undefined;
|
|
31
34
|
disabled: boolean;
|
|
35
|
+
focused: boolean;
|
|
32
36
|
}>>>, {
|
|
33
37
|
disabled: boolean;
|
|
34
38
|
text: string;
|
|
@@ -36,6 +40,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
36
40
|
semiboldText: string;
|
|
37
41
|
check: boolean;
|
|
38
42
|
leadingIcon: ElIconProps;
|
|
43
|
+
focused: boolean;
|
|
39
44
|
}, {}>;
|
|
40
45
|
export default _default;
|
|
41
46
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
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';
|