@davincihealthcare/elty-design-system-vue 1.61.2 → 1.61.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/index.js +2 -5
- 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
package/dist/index.js
CHANGED
|
@@ -22481,11 +22481,10 @@ const eB = () => {
|
|
|
22481
22481
|
return [".sql", ".backup", ".db3", ".zip"];
|
|
22482
22482
|
case "patientsImportDataPhronesis":
|
|
22483
22483
|
return [".sqlite", ".sqlite3", ".db", ".db3", ".s3db", ".sl3", ".gz"];
|
|
22484
|
-
case "patientsImportDataAdvmednet":
|
|
22485
|
-
return [".rar"];
|
|
22486
22484
|
case "patientsImportDataTServe":
|
|
22487
22485
|
case "patientsImportDataMedico2000":
|
|
22488
22486
|
case "patientsImportDataMillewinAttachments":
|
|
22487
|
+
case "patientsImportDataAdvmednet":
|
|
22489
22488
|
return [".zip"];
|
|
22490
22489
|
case "image":
|
|
22491
22490
|
return ["image/jpeg", "image/png"];
|
|
@@ -22538,12 +22537,10 @@ const eB = () => {
|
|
|
22538
22537
|
case "patientsImportDataPhronesis":
|
|
22539
22538
|
p.push("ext:sqlite,sqlite3,db,db3,s3db,sl3,gz");
|
|
22540
22539
|
break;
|
|
22541
|
-
case "patientsImportDataAdvmednet":
|
|
22542
|
-
p.push("ext:rar");
|
|
22543
|
-
break;
|
|
22544
22540
|
case "patientsImportDataTServe":
|
|
22545
22541
|
case "patientsImportDataMedico2000":
|
|
22546
22542
|
case "patientsImportDataMillewinAttachments":
|
|
22543
|
+
case "patientsImportDataAdvmednet":
|
|
22547
22544
|
p.push("ext:zip");
|
|
22548
22545
|
break;
|
|
22549
22546
|
}
|