@davincihealthcare/elty-design-system-vue 1.54.2 → 1.54.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/forms/ElInputFile.vue.d.ts +2 -2
- package/dist/index.js +8 -2
- 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", "patientsImportDataMillewinAttachments"];
|
|
3
|
+
export declare const elInputFileTypes: readonly ["image", "document", "csv", "excel", "any", "patientsImportDataFpfV5", "patientsImportDataHippocrates", "patientsImportDataIatros", "patientsImportDataMdb2000", "patientsImportDataMillewin", "patientsImportDataPhronesis", "patientsImportDataFastamb", "patientsImportDataMedico2000", "patientsImportDataTServe", "patientsImportDataProfim", "patientsImportDataMillewinAttachments", "patientsImportDataAdvmednet"];
|
|
4
4
|
export type ElInputFileType = (typeof elInputFileTypes)[number];
|
|
5
5
|
declare const _default: import('vue').DefineComponent<{
|
|
6
6
|
modelValue: {
|
|
@@ -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" | "patientsImportDataMillewinAttachments";
|
|
125
|
+
fileType: "image" | "document" | "csv" | "excel" | "any" | "patientsImportDataFpfV5" | "patientsImportDataHippocrates" | "patientsImportDataIatros" | "patientsImportDataMdb2000" | "patientsImportDataMillewin" | "patientsImportDataPhronesis" | "patientsImportDataFastamb" | "patientsImportDataMedico2000" | "patientsImportDataTServe" | "patientsImportDataProfim" | "patientsImportDataMillewinAttachments" | "patientsImportDataAdvmednet";
|
|
126
126
|
}, {}>;
|
|
127
127
|
export default _default;
|
package/dist/index.js
CHANGED
|
@@ -22244,7 +22244,8 @@ const zp = /* @__PURE__ */ Ba(Va), jp = { class: "relative" }, Wp = { class: "bo
|
|
|
22244
22244
|
"patientsImportDataMedico2000",
|
|
22245
22245
|
"patientsImportDataTServe",
|
|
22246
22246
|
"patientsImportDataProfim",
|
|
22247
|
-
"patientsImportDataMillewinAttachments"
|
|
22247
|
+
"patientsImportDataMillewinAttachments",
|
|
22248
|
+
"patientsImportDataAdvmednet"
|
|
22248
22249
|
], Wg = /* @__PURE__ */ Le({
|
|
22249
22250
|
__name: "ElInputFile",
|
|
22250
22251
|
props: {
|
|
@@ -22284,6 +22285,8 @@ const zp = /* @__PURE__ */ Ba(Va), jp = { class: "relative" }, Wp = { class: "bo
|
|
|
22284
22285
|
return [".sql", ".backup", ".db3", ".zip"];
|
|
22285
22286
|
case "patientsImportDataPhronesis":
|
|
22286
22287
|
return [".sqlite", ".sqlite3", ".db", ".db3", ".s3db", ".sl3", ".gz"];
|
|
22288
|
+
case "patientsImportDataAdvmednet":
|
|
22289
|
+
return [".rar"];
|
|
22287
22290
|
case "patientsImportDataTServe":
|
|
22288
22291
|
case "patientsImportDataMedico2000":
|
|
22289
22292
|
case "patientsImportDataMillewinAttachments":
|
|
@@ -22339,6 +22342,9 @@ const zp = /* @__PURE__ */ Ba(Va), jp = { class: "relative" }, Wp = { class: "bo
|
|
|
22339
22342
|
case "patientsImportDataPhronesis":
|
|
22340
22343
|
M.push("ext:sqlite,sqlite3,db,db3,s3db,sl3,gz");
|
|
22341
22344
|
break;
|
|
22345
|
+
case "patientsImportDataAdvmednet":
|
|
22346
|
+
M.push("ext:rar");
|
|
22347
|
+
break;
|
|
22342
22348
|
case "patientsImportDataTServe":
|
|
22343
22349
|
case "patientsImportDataMedico2000":
|
|
22344
22350
|
case "patientsImportDataMillewinAttachments":
|
|
@@ -22992,7 +22998,7 @@ const zp = /* @__PURE__ */ Ba(Va), jp = { class: "relative" }, Wp = { class: "bo
|
|
|
22992
22998
|
type: "button",
|
|
22993
22999
|
name: r.name,
|
|
22994
23000
|
disabled: h.disabled,
|
|
22995
|
-
class: K(["el-input !pr-8", { error: w, empty: f.value, "focus:ring-1": !w }]),
|
|
23001
|
+
class: K(["el-input !pr-8 px-3", { error: w, empty: f.value, "focus:ring-1": !w }]),
|
|
22996
23002
|
"aria-haspopup": "listbox",
|
|
22997
23003
|
"aria-expanded": "true",
|
|
22998
23004
|
"aria-labelledby": "listbox-label",
|