@pronto-tools-and-more/files 3.7.0 → 3.8.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
|
|
1
|
+
globalThis.FUSE_PLATFORM ||= "ios";
|
1
2
|
(function () {
|
2
3
|
(function () {
|
3
4
|
var ut = {
|
@@ -12968,10 +12969,7 @@ this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`
|
|
12968
12969
|
locale: this.config.locale,
|
12969
12970
|
smallestScreenWidthDp: this.config.smallestScreenWidthDp,
|
12970
12971
|
deviceOs: this.config.deviceOs,
|
12971
|
-
platform:
|
12972
|
-
(n = this.config.platform) !== null && n !== void 0
|
12973
|
-
? n
|
12974
|
-
: "web",
|
12972
|
+
platform: globalThis.FUSE_PLATFORM,
|
12975
12973
|
};
|
12976
12974
|
}),
|
12977
12975
|
(q.prototype.getCatalogApiDeviceInfo = function () {
|
@@ -14147,11 +14145,7 @@ this in the docs: http://dev.apollodata.com/core/fragments.html#unique-names`
|
|
14147
14145
|
locale: this.config.locale,
|
14148
14146
|
smallestScreenWidthDp: this.config.smallestScreenWidthDp,
|
14149
14147
|
deviceOs: this.config.deviceOs,
|
14150
|
-
platform:
|
14151
|
-
P !== void 0
|
14152
|
-
? P
|
14153
|
-
: "web"
|
14154
|
-
).toUpperCase(),
|
14148
|
+
platform: globalThis.FUSE_PLATFORM,
|
14155
14149
|
};
|
14156
14150
|
}),
|
14157
14151
|
(m.prototype.getLoginState = function () {
|
@@ -19290,10 +19284,10 @@ query CatalogSearchQuery(
|
|
19290
19284
|
contentUrl: window._editorAppInfo.contentUrl,
|
19291
19285
|
bundleId: "",
|
19292
19286
|
deviceId: "editor-preview",
|
19293
|
-
deviceModel:
|
19294
|
-
deviceOs:
|
19287
|
+
deviceModel: globalThis.FUSE_PLATFORM,
|
19288
|
+
deviceOs: globalThis.FUSE_PLATFORM,
|
19295
19289
|
locale: "de_DE",
|
19296
|
-
platform:
|
19290
|
+
platform: globalThis.FUSE_PLATFORM,
|
19297
19291
|
preview: !0,
|
19298
19292
|
onGraphQLError: (ut) => console.error("gql", ut),
|
19299
19293
|
},
|