@davincihealthcare/elty-design-system-vue 1.12.3 → 1.13.0
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/forms/ElInputFile.vue.d.ts +4 -4
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
export declare const elInputFileTypes: readonly ["image", "document", "csv", "excel", "any", "patientsImportDataFpfV5", "patientsImportDataHippocrates", "patientsImportDataIatros", "patientsImportDataMdb2000", "patientsImportDataMillewin", "patientsImportDataPhronesis", "patientsImportDataFastamb", "patientsImportDataMedico2000", "patientsImportDataTServe"];
|
|
2
|
+
export declare const elInputFileTypes: readonly ["image", "document", "csv", "excel", "any", "patientsImportDataFpfV5", "patientsImportDataHippocrates", "patientsImportDataIatros", "patientsImportDataMdb2000", "patientsImportDataMillewin", "patientsImportDataPhronesis", "patientsImportDataFastamb", "patientsImportDataMedico2000", "patientsImportDataTServe", "patientsImportDataProfim"];
|
|
3
3
|
export type ElInputFileType = (typeof elInputFileTypes)[number];
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
modelValue: {
|
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
default: boolean;
|
|
16
16
|
};
|
|
17
17
|
fileType: {
|
|
18
|
-
type: PropType<"image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe">;
|
|
18
|
+
type: PropType<"image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim">;
|
|
19
19
|
default: string;
|
|
20
20
|
required: false;
|
|
21
21
|
};
|
|
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
60
|
default: boolean;
|
|
61
61
|
};
|
|
62
62
|
fileType: {
|
|
63
|
-
type: PropType<"image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe">;
|
|
63
|
+
type: PropType<"image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim">;
|
|
64
64
|
default: string;
|
|
65
65
|
required: false;
|
|
66
66
|
};
|
|
@@ -99,6 +99,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
99
|
validation: string;
|
|
100
100
|
content: string;
|
|
101
101
|
multiple: boolean;
|
|
102
|
-
fileType: "image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe";
|
|
102
|
+
fileType: "image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim";
|
|
103
103
|
}, {}>;
|
|
104
104
|
export default _default;
|
package/dist/index.js
CHANGED
|
@@ -21317,7 +21317,8 @@ const fG = { class: "pointer-events-none fixed inset-0 z-50 flex items-end px-4
|
|
|
21317
21317
|
"patientsImportDataPhronesis",
|
|
21318
21318
|
"patientsImportDataFastamb",
|
|
21319
21319
|
"patientsImportDataMedico2000",
|
|
21320
|
-
"patientsImportDataTServe"
|
|
21320
|
+
"patientsImportDataTServe",
|
|
21321
|
+
"patientsImportDataProfim"
|
|
21321
21322
|
], $B = /* @__PURE__ */ a0({
|
|
21322
21323
|
__name: "ElInputFile",
|
|
21323
21324
|
props: {
|
|
@@ -21347,6 +21348,7 @@ const fG = { class: "pointer-events-none fixed inset-0 z-50 flex items-end px-4
|
|
|
21347
21348
|
case "patientsImportDataFpfV5":
|
|
21348
21349
|
case "patientsImportDataMdb2000":
|
|
21349
21350
|
case "patientsImportDataFastamb":
|
|
21351
|
+
case "patientsImportDataProfim":
|
|
21350
21352
|
return [".mdb", ".zip"];
|
|
21351
21353
|
case "patientsImportDataHippocrates":
|
|
21352
21354
|
return [".xml", ".zip"];
|
|
@@ -21395,6 +21397,7 @@ const fG = { class: "pointer-events-none fixed inset-0 z-50 flex items-end px-4
|
|
|
21395
21397
|
case "patientsImportDataFpfV5":
|
|
21396
21398
|
case "patientsImportDataMdb2000":
|
|
21397
21399
|
case "patientsImportDataFastamb":
|
|
21400
|
+
case "patientsImportDataProfim":
|
|
21398
21401
|
v.push("ext:mdb,zip");
|
|
21399
21402
|
break;
|
|
21400
21403
|
case "patientsImportDataHippocrates":
|