@bisom/web_plugin 1.1.7 → 1.1.8
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/bisom-lib.js +13 -14
- package/dist/bisom-lib.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/bisom-lib.js
CHANGED
|
@@ -72,43 +72,43 @@ function Le(e, t) {
|
|
|
72
72
|
Æ: "Ae",
|
|
73
73
|
Œ: "Oe"
|
|
74
74
|
}).join("")}`;
|
|
75
|
-
/*
|
|
75
|
+
/* #__NO_SIDE_EFFECTS__ */
|
|
76
76
|
function Re(e) {
|
|
77
77
|
return typeof e == "function";
|
|
78
78
|
}
|
|
79
|
-
/*
|
|
79
|
+
/* #__NO_SIDE_EFFECTS__ */
|
|
80
80
|
function W(e) {
|
|
81
81
|
return typeof e == "string";
|
|
82
82
|
}
|
|
83
|
-
/*
|
|
83
|
+
/* #__NO_SIDE_EFFECTS__ */
|
|
84
84
|
function ze(e) {
|
|
85
85
|
return typeof e == "number";
|
|
86
86
|
}
|
|
87
|
-
/*
|
|
87
|
+
/* #__NO_SIDE_EFFECTS__ */
|
|
88
88
|
function Be(e) {
|
|
89
89
|
return typeof e == "boolean";
|
|
90
90
|
}
|
|
91
|
-
/*
|
|
91
|
+
/* #__NO_SIDE_EFFECTS__ */
|
|
92
92
|
function Ve(e) {
|
|
93
93
|
return typeof e == "object" && !!e && !Array.isArray(e);
|
|
94
94
|
}
|
|
95
|
-
/*
|
|
95
|
+
/* #__NO_SIDE_EFFECTS__ */
|
|
96
96
|
function He(e) {
|
|
97
97
|
return typeof Element < "u" && e instanceof Element;
|
|
98
98
|
}
|
|
99
|
-
/*
|
|
99
|
+
/* #__NO_SIDE_EFFECTS__ */
|
|
100
100
|
function Ue(e) {
|
|
101
101
|
return e === null;
|
|
102
102
|
}
|
|
103
|
-
/*
|
|
103
|
+
/* #__NO_SIDE_EFFECTS__ */
|
|
104
104
|
function We(e) {
|
|
105
105
|
return e == null;
|
|
106
106
|
}
|
|
107
|
-
/*
|
|
107
|
+
/* #__NO_SIDE_EFFECTS__ */
|
|
108
108
|
function Ge(e) {
|
|
109
109
|
return e === void 0;
|
|
110
110
|
}
|
|
111
|
-
/*
|
|
111
|
+
/* #__NO_SIDE_EFFECTS__ */
|
|
112
112
|
function Ke(e) {
|
|
113
113
|
return typeof e == "symbol";
|
|
114
114
|
}
|
|
@@ -1903,7 +1903,7 @@ var di = Oe, fi = () => `${Me().api_url}/api/v1/users`, pi = () => `${fi()}/info
|
|
|
1903
1903
|
userDivisions: [],
|
|
1904
1904
|
showNewsBadge: !1,
|
|
1905
1905
|
isAuth: !1,
|
|
1906
|
-
versionApp: { VUE_APP_VERSION: "lrm-web1.1.
|
|
1906
|
+
versionApp: { VUE_APP_VERSION: "lrm-web1.1.8" }.VUE_APP_VERSION ?? ""
|
|
1907
1907
|
}),
|
|
1908
1908
|
getters: {
|
|
1909
1909
|
userId(e) {
|
|
@@ -12244,14 +12244,12 @@ var Cp = /*#__PURE__*/ Pe(bp, [["render", Sp]]), wp = "drm_medical_reports", Tp
|
|
|
12244
12244
|
"selected-emergency": a.value,
|
|
12245
12245
|
"patient-infos": p.value,
|
|
12246
12246
|
"caller-infos": s.value,
|
|
12247
|
-
hasAuthMedicalReport: S.value,
|
|
12248
12247
|
onGetEmergencies: N,
|
|
12249
12248
|
onResetMissionFocus: j
|
|
12250
12249
|
}, null, 8, [
|
|
12251
12250
|
"selected-emergency",
|
|
12252
12251
|
"patient-infos",
|
|
12253
|
-
"caller-infos"
|
|
12254
|
-
"hasAuthMedicalReport"
|
|
12252
|
+
"caller-infos"
|
|
12255
12253
|
])]),
|
|
12256
12254
|
_: 1
|
|
12257
12255
|
})]),
|
|
@@ -12273,6 +12271,7 @@ var Cp = /*#__PURE__*/ Pe(bp, [["render", Sp]]), wp = "drm_medical_reports", Tp
|
|
|
12273
12271
|
"selected-emergency": a.value,
|
|
12274
12272
|
"patient-infos": p.value,
|
|
12275
12273
|
"caller-infos": s.value,
|
|
12274
|
+
hasAuthMedicalReport: "",
|
|
12276
12275
|
onGetEmergencies: N,
|
|
12277
12276
|
onResetMissionFocus: j
|
|
12278
12277
|
}, null, 8, [
|