@davincihealthcare/elty-design-system-vue 1.36.2 → 1.36.3
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,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;
|
package/dist/index.js
CHANGED
|
@@ -22125,7 +22125,8 @@ const fG = /* @__PURE__ */ mr(Ur), VG = { class: "relative" }, vG = { class: "bo
|
|
|
22125
22125
|
"patientsImportDataFastamb",
|
|
22126
22126
|
"patientsImportDataMedico2000",
|
|
22127
22127
|
"patientsImportDataTServe",
|
|
22128
|
-
"patientsImportDataProfim"
|
|
22128
|
+
"patientsImportDataProfim",
|
|
22129
|
+
"patientsImportDataMillewinAttachments"
|
|
22129
22130
|
], $D = /* @__PURE__ */ E0({
|
|
22130
22131
|
__name: "ElInputFile",
|
|
22131
22132
|
props: {
|
|
@@ -22167,6 +22168,7 @@ const fG = /* @__PURE__ */ mr(Ur), VG = { class: "relative" }, vG = { class: "bo
|
|
|
22167
22168
|
return [".sqlite", ".sqlite3", ".db", ".db3", ".s3db", ".sl3", ".gz"];
|
|
22168
22169
|
case "patientsImportDataTServe":
|
|
22169
22170
|
case "patientsImportDataMedico2000":
|
|
22171
|
+
case "patientsImportDataMillewinAttachments":
|
|
22170
22172
|
return [".zip"];
|
|
22171
22173
|
case "image":
|
|
22172
22174
|
return ["image/jpeg", "image/png"];
|
|
@@ -22221,6 +22223,7 @@ const fG = /* @__PURE__ */ mr(Ur), VG = { class: "relative" }, vG = { class: "bo
|
|
|
22221
22223
|
break;
|
|
22222
22224
|
case "patientsImportDataTServe":
|
|
22223
22225
|
case "patientsImportDataMedico2000":
|
|
22226
|
+
case "patientsImportDataMillewinAttachments":
|
|
22224
22227
|
S.push("ext:zip");
|
|
22225
22228
|
break;
|
|
22226
22229
|
}
|