@davincihealthcare/elty-design-system-vue 1.36.2 → 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.
- package/dist/ElDropdown.vue.d.ts +5 -0
- package/dist/ElItem.vue.d.ts +5 -0
- package/dist/forms/ElInputFile.vue.d.ts +4 -4
- package/dist/index.js +4568 -4570
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +18 -18
- package/dist/index.umd.cjs.map +1 -1
- package/dist/polyfills.d.ts +1 -0
- package/package.json +1 -1
package/dist/ElDropdown.vue.d.ts
CHANGED
|
@@ -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;
|
package/dist/ElItem.vue.d.ts
CHANGED
|
@@ -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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
|
|
3
|
-
export declare const elInputFileTypes: readonly ["image", "document", "csv", "excel", "any", "patientsImportDataFpfV5", "patientsImportDataHippocrates", "patientsImportDataIatros", "patientsImportDataMdb2000", "patientsImportDataMillewin", "patientsImportDataPhronesis", "patientsImportDataFastamb", "patientsImportDataMedico2000", "patientsImportDataTServe", "patientsImportDataProfim"];
|
|
3
|
+
export declare const elInputFileTypes: readonly ["image", "document", "csv", "excel", "any", "patientsImportDataFpfV5", "patientsImportDataHippocrates", "patientsImportDataIatros", "patientsImportDataMdb2000", "patientsImportDataMillewin", "patientsImportDataPhronesis", "patientsImportDataFastamb", "patientsImportDataMedico2000", "patientsImportDataTServe", "patientsImportDataProfim", "patientsImportDataMillewinAttachments"];
|
|
4
4
|
export type ElInputFileType = (typeof elInputFileTypes)[number];
|
|
5
5
|
declare const _default: import('vue').DefineComponent<{
|
|
6
6
|
modelValue: {
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
18
|
fileType: {
|
|
19
|
-
type: PropType<"image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim">;
|
|
19
|
+
type: PropType<"image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim" | "patientsImportDataMillewinAttachments">;
|
|
20
20
|
default: string;
|
|
21
21
|
required: false;
|
|
22
22
|
};
|
|
@@ -71,7 +71,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
71
71
|
default: boolean;
|
|
72
72
|
};
|
|
73
73
|
fileType: {
|
|
74
|
-
type: PropType<"image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim">;
|
|
74
|
+
type: PropType<"image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim" | "patientsImportDataMillewinAttachments">;
|
|
75
75
|
default: string;
|
|
76
76
|
required: false;
|
|
77
77
|
};
|
|
@@ -122,6 +122,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
122
122
|
hiddenErrorMessage: boolean;
|
|
123
123
|
validation: string;
|
|
124
124
|
multiple: boolean;
|
|
125
|
-
fileType: "image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim";
|
|
125
|
+
fileType: "image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim" | "patientsImportDataMillewinAttachments";
|
|
126
126
|
}, {}>;
|
|
127
127
|
export default _default;
|