bt-core-app 2.0.273 → 2.0.275
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/bt-core-app.js +3 -10
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -5704,7 +5704,7 @@ const Jie = [
|
|
|
5704
5704
|
"use:microsoftteams",
|
|
5705
5705
|
"use:xero",
|
|
5706
5706
|
"use:myob",
|
|
5707
|
-
"use:
|
|
5707
|
+
"use:smtpserver"
|
|
5708
5708
|
];
|
|
5709
5709
|
function eoe() {
|
|
5710
5710
|
return [
|
|
@@ -45004,15 +45004,7 @@ function $U(e) {
|
|
|
45004
45004
|
}
|
|
45005
45005
|
function o() {
|
|
45006
45006
|
var p;
|
|
45007
|
-
|
|
45008
|
-
(p = Pg.value) == null || p.prompt(), cm.value = !1;
|
|
45009
|
-
else if (a()) {
|
|
45010
|
-
if (e.appleAppUrl != null) {
|
|
45011
|
-
let h = window.open(void 0, "_blank");
|
|
45012
|
-
h != null && (h.location.href = e.appleAppUrl);
|
|
45013
|
-
}
|
|
45014
|
-
DS.value = !0;
|
|
45015
|
-
}
|
|
45007
|
+
Pg.value != null ? ((p = Pg.value) == null || p.prompt(), cm.value = !1) : a() && (e.appleAppUrl != null ? window.open(e.appleAppUrl, "_blank") : DS.value = !0);
|
|
45016
45008
|
}
|
|
45017
45009
|
function s() {
|
|
45018
45010
|
return !!("standalone" in window.navigator && window.navigator.standalone) || !!window.matchMedia("(display-mode: standalone)").matches;
|
|
@@ -76795,6 +76787,7 @@ const xre = Ge({
|
|
|
76795
76787
|
}), (v, M) => (B(), le("div", null, [
|
|
76796
76788
|
_(kt)(u.value) || _(kt)(d.value) ? (B(), ue(Pa, {
|
|
76797
76789
|
key: 0,
|
|
76790
|
+
"max-height": "80vh",
|
|
76798
76791
|
"max-width": "450",
|
|
76799
76792
|
"close-on-content-click": !1,
|
|
76800
76793
|
modelValue: f.value,
|
package/package.json
CHANGED