@apps-in-toss/web-framework 2.4.0 → 2.4.1
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/prebuilt/dev.android.rn84.js +90 -103
- package/dist/prebuilt/dev.ios.rn84.js +90 -103
- package/dist/prebuilt/prod.android.rn72.js +480 -116
- package/dist/prebuilt/prod.android.rn84.js +14 -20
- package/dist/prebuilt/prod.ios.rn72.js +480 -116
- package/dist/prebuilt/prod.ios.rn84.js +14 -20
- package/package.json +8 -8
|
@@ -136510,7 +136510,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
136510
136510
|
var _default = exports.default = _framework.AppsInToss.registerApp(AppContainer, {
|
|
136511
136511
|
context: _context.context
|
|
136512
136512
|
});
|
|
136513
|
-
},1273,[1274,
|
|
136513
|
+
},1273,[1274,2581,9],"src/_app.tsx");
|
|
136514
136514
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
136515
136515
|
"use strict";
|
|
136516
136516
|
|
|
@@ -140807,7 +140807,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
140807
140807
|
..._$$_REQUIRE(_dependencyMap[5], "@apps-in-toss/native-modules"),
|
|
140808
140808
|
..._$$_REQUIRE(_dependencyMap[19], "@apps-in-toss/types")
|
|
140809
140809
|
});
|
|
140810
|
-
},1274,[20,19,16,47,1275,1276,2,1463,33,6,9,2427,2508,610,2511,
|
|
140810
|
+
},1274,[20,19,16,47,1275,1276,2,1463,33,6,9,2427,2508,610,2511,2556,2564,2580,2436,1277,749],"../../../../.yarn/__virtual__/@apps-in-toss-framework-virtual-afbad361af/1/packages/apps-in-toss/framework/dist/index.cjs");
|
|
140811
140811
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
140812
140812
|
"use strict";
|
|
140813
140813
|
|
|
@@ -141517,9 +141517,9 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
141517
141517
|
var import_types = _$$_REQUIRE(_dependencyMap[10], "@apps-in-toss/types");
|
|
141518
141518
|
var import_react_native = _$$_REQUIRE(_dependencyMap[9], "@granite-js/react-native");
|
|
141519
141519
|
var import_brick_module2 = _$$_REQUIRE(_dependencyMap[8], "brick-module");
|
|
141520
|
-
var
|
|
141520
|
+
var TossCoreModule = import_brick_module2.BrickModule.get("TossCoreModule");
|
|
141521
141521
|
var import_brick_module3 = _$$_REQUIRE(_dependencyMap[8], "brick-module");
|
|
141522
|
-
var
|
|
141522
|
+
var CommonModule = import_brick_module3.BrickModule.get("CommonModule");
|
|
141523
141523
|
function openPermissionDialog(permission) {
|
|
141524
141524
|
return safePostMessage("openPermissionDialog", permission);
|
|
141525
141525
|
}
|
|
@@ -210993,7 +210993,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
210993
210993
|
}
|
|
210994
210994
|
});
|
|
210995
210995
|
});
|
|
210996
|
-
},2511,[2512,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,
|
|
210996
|
+
},2511,[2512,2520,2521,2522,2523,2524,2525,2526,2527,2528,2529,2530,2532,2533,2534,2535,2536,2537,2538,2541,2542,2543,2544,2545,2546,2548,2549,2550,2551,2552,2553,2554,2555],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/async-bridges.ts");
|
|
210997
210997
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
210998
210998
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
210999
210999
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211080,66 +211080,53 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211080
211080
|
}
|
|
211081
211081
|
});
|
|
211082
211082
|
});
|
|
211083
|
-
|
|
211084
|
-
Object.keys(_instance).forEach(function (key) {
|
|
211085
|
-
if (key === "default" || key === "__esModule") return;
|
|
211086
|
-
if (key in exports && exports[key] === _instance[key]) return;
|
|
211087
|
-
Object.defineProperty(exports, key, {
|
|
211088
|
-
enumerable: true,
|
|
211089
|
-
get: function () {
|
|
211090
|
-
return _instance[key];
|
|
211091
|
-
}
|
|
211092
|
-
});
|
|
211093
|
-
});
|
|
211094
|
-
},2514,[2515,2516,2517,2518,2519,2520],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/natives.ts");
|
|
211083
|
+
},2514,[2515,2516,2517,2518,2519],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/natives.ts");
|
|
211095
211084
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211096
211085
|
Object.defineProperty(exports, "__esModule", {
|
|
211097
211086
|
value: true
|
|
211098
211087
|
});
|
|
211099
|
-
|
|
211088
|
+
exports.MiniAppModule = void 0;
|
|
211089
|
+
var _brickModule = _$$_REQUIRE(_dependencyMap[0], "brick-module");
|
|
211090
|
+
var MiniAppModule = exports.MiniAppModule = _brickModule.BrickModule.get('MiniAppModule');
|
|
211091
|
+
},2515,[18],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/spec/MiniAppModule.brick.ts");
|
|
211100
211092
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211101
211093
|
Object.defineProperty(exports, "__esModule", {
|
|
211102
211094
|
value: true
|
|
211103
211095
|
});
|
|
211104
|
-
|
|
211096
|
+
exports.TossCoreModule = void 0;
|
|
211097
|
+
var _brickModule = _$$_REQUIRE(_dependencyMap[0], "brick-module");
|
|
211098
|
+
var TossCoreModule = exports.TossCoreModule = _brickModule.BrickModule.get('TossCoreModule');
|
|
211099
|
+
},2516,[18],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/spec/TossCoreModule.brick.ts");
|
|
211105
211100
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211106
211101
|
Object.defineProperty(exports, "__esModule", {
|
|
211107
211102
|
value: true
|
|
211108
211103
|
});
|
|
211109
|
-
|
|
211104
|
+
exports.CommonModule = void 0;
|
|
211105
|
+
var _brickModule = _$$_REQUIRE(_dependencyMap[0], "brick-module");
|
|
211106
|
+
var CommonModule = exports.CommonModule = _brickModule.BrickModule.get('CommonModule');
|
|
211107
|
+
},2517,[18],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/spec/CommonModule.brick.ts");
|
|
211110
211108
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211111
211109
|
Object.defineProperty(exports, "__esModule", {
|
|
211112
211110
|
value: true
|
|
211113
211111
|
});
|
|
211114
|
-
exports.MiniAppModule = void 0;
|
|
211115
211112
|
exports.safePostMessage = safePostMessage;
|
|
211116
211113
|
exports.safeSyncPostMessage = safeSyncPostMessage;
|
|
211117
|
-
var
|
|
211118
|
-
var MiniAppModule = exports.MiniAppModule = _brickModule.BrickModule.get('MiniAppModule');
|
|
211114
|
+
var _MiniAppModule = _$$_REQUIRE(_dependencyMap[0], "../spec/MiniAppModule.brick");
|
|
211119
211115
|
function safePostMessage(method, params) {
|
|
211120
|
-
return MiniAppModule.postMessage(method, params, {});
|
|
211116
|
+
return _MiniAppModule.MiniAppModule.postMessage(method, params, {});
|
|
211121
211117
|
}
|
|
211122
211118
|
function safeSyncPostMessage(method, params) {
|
|
211123
|
-
return MiniAppModule.postMessageSync(method, params, {});
|
|
211119
|
+
return _MiniAppModule.MiniAppModule.postMessageSync(method, params, {});
|
|
211124
211120
|
}
|
|
211125
|
-
},2518,[
|
|
211121
|
+
},2518,[2515],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/postMessage.ts");
|
|
211126
211122
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211127
211123
|
Object.defineProperty(exports, "__esModule", {
|
|
211128
211124
|
value: true
|
|
211129
211125
|
});
|
|
211130
|
-
exports.
|
|
211131
|
-
var
|
|
211132
|
-
var
|
|
211133
|
-
|
|
211134
|
-
},2519,[18],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/commonModule.ts");
|
|
211135
|
-
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211136
|
-
Object.defineProperty(exports, "__esModule", {
|
|
211137
|
-
value: true
|
|
211138
|
-
});
|
|
211139
|
-
exports.TossCoreModule = void 0;
|
|
211140
|
-
var _brickModule = _$$_REQUIRE(_dependencyMap[0], "brick-module");
|
|
211141
|
-
var TossCoreModule = exports.TossCoreModule = _brickModule.BrickModule.get('TossCoreModule');
|
|
211142
|
-
},2520,[18],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/TossCoreModule/instance.ts");
|
|
211126
|
+
exports.BedrockModule = void 0;
|
|
211127
|
+
var _CommonModule = _$$_REQUIRE(_dependencyMap[0], "../spec/CommonModule.brick");
|
|
211128
|
+
var BedrockModule = exports.BedrockModule = _CommonModule.CommonModule;
|
|
211129
|
+
},2519,[2517],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/commonModule.ts");
|
|
211143
211130
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211144
211131
|
Object.defineProperty(exports, "__esModule", {
|
|
211145
211132
|
value: true
|
|
@@ -211149,7 +211136,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211149
211136
|
function generateHapticFeedback(options) {
|
|
211150
211137
|
return _BedrockModule.CommonModule.generateHapticFeedback(options);
|
|
211151
211138
|
}
|
|
211152
|
-
},
|
|
211139
|
+
},2520,[2513],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/generateHapticFeedback/index.ts");
|
|
211153
211140
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211154
211141
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211155
211142
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211167,7 +211154,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211167
211154
|
});
|
|
211168
211155
|
return _share.apply(this, arguments);
|
|
211169
211156
|
}
|
|
211170
|
-
},
|
|
211157
|
+
},2521,[1,16,2513],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/share.ts");
|
|
211171
211158
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211172
211159
|
Object.defineProperty(exports, "__esModule", {
|
|
211173
211160
|
value: true
|
|
@@ -211177,7 +211164,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211177
211164
|
function setSecureScreen(options) {
|
|
211178
211165
|
return _BedrockModule.CommonModule.setSecureScreen(options);
|
|
211179
211166
|
}
|
|
211180
|
-
},
|
|
211167
|
+
},2522,[2513],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/setSecureScreen.ts");
|
|
211181
211168
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211182
211169
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211183
211170
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211195,7 +211182,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211195
211182
|
});
|
|
211196
211183
|
return _setScreenAwakeMode.apply(this, arguments);
|
|
211197
211184
|
}
|
|
211198
|
-
},
|
|
211185
|
+
},2523,[1,16,2513],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/setScreenAwakeMode.ts");
|
|
211199
211186
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211200
211187
|
Object.defineProperty(exports, "__esModule", {
|
|
211201
211188
|
value: true
|
|
@@ -211205,7 +211192,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211205
211192
|
function getNetworkStatus() {
|
|
211206
211193
|
return _BedrockModule.CommonModule.getNetworkStatus();
|
|
211207
211194
|
}
|
|
211208
|
-
},
|
|
211195
|
+
},2524,[2513],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/getNetworkStatus/index.ts");
|
|
211209
211196
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211210
211197
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211211
211198
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211226,7 +211213,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211226
211213
|
});
|
|
211227
211214
|
return _setIosSwipeGestureEnabled.apply(this, arguments);
|
|
211228
211215
|
}
|
|
211229
|
-
},
|
|
211216
|
+
},2525,[1,16,2513],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/setIosSwipeGestureEnabled.ts");
|
|
211230
211217
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211231
211218
|
Object.defineProperty(exports, "__esModule", {
|
|
211232
211219
|
value: true
|
|
@@ -211236,7 +211223,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211236
211223
|
function openURL(url) {
|
|
211237
211224
|
return _reactNative.Linking.openURL(url);
|
|
211238
211225
|
}
|
|
211239
|
-
},
|
|
211226
|
+
},2526,[33],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/openURL.ts");
|
|
211240
211227
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211241
211228
|
Object.defineProperty(exports, "__esModule", {
|
|
211242
211229
|
value: true
|
|
@@ -211246,7 +211233,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211246
211233
|
function openPermissionDialog(permission) {
|
|
211247
211234
|
return (0, _natives.safePostMessage)('openPermissionDialog', permission);
|
|
211248
211235
|
}
|
|
211249
|
-
},
|
|
211236
|
+
},2527,[2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/openPermissionDialog.ts");
|
|
211250
211237
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211251
211238
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211252
211239
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211272,7 +211259,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211272
211259
|
});
|
|
211273
211260
|
return _requestPermission.apply(this, arguments);
|
|
211274
211261
|
}
|
|
211275
|
-
},
|
|
211262
|
+
},2528,[1,16,2527,2529],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/requestPermission.ts");
|
|
211276
211263
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211277
211264
|
Object.defineProperty(exports, "__esModule", {
|
|
211278
211265
|
value: true
|
|
@@ -211282,7 +211269,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211282
211269
|
function getPermission(permission) {
|
|
211283
211270
|
return (0, _natives.safePostMessage)('getPermission', permission);
|
|
211284
211271
|
}
|
|
211285
|
-
},
|
|
211272
|
+
},2529,[2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getPermission.ts");
|
|
211286
211273
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211287
211274
|
Object.defineProperty(exports, "__esModule", {
|
|
211288
211275
|
value: true
|
|
@@ -211303,7 +211290,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211303
211290
|
},
|
|
211304
211291
|
error: _types.SetClipboardTextPermissionError
|
|
211305
211292
|
});
|
|
211306
|
-
},
|
|
211293
|
+
},2530,[1277,2514,2531],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/setClipboardText/setClipboardText.ts");
|
|
211307
211294
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211308
211295
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211309
211296
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211335,7 +211322,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211335
211322
|
permissionFunction.openPermissionDialog = () => (0, _openPermissionDialog.openPermissionDialog)(permission);
|
|
211336
211323
|
return permissionFunction;
|
|
211337
211324
|
}
|
|
211338
|
-
},
|
|
211325
|
+
},2531,[1,16,2527,2528,2529],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/createPermissionFunction.ts");
|
|
211339
211326
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211340
211327
|
Object.defineProperty(exports, "__esModule", {
|
|
211341
211328
|
value: true
|
|
@@ -211354,7 +211341,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211354
211341
|
},
|
|
211355
211342
|
error: _types.GetClipboardTextPermissionError
|
|
211356
211343
|
});
|
|
211357
|
-
},
|
|
211344
|
+
},2532,[1277,2514,2531],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/getClipboardText/getClipboardText.ts");
|
|
211358
211345
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211359
211346
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211360
211347
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211385,7 +211372,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211385
211372
|
},
|
|
211386
211373
|
error: _types.FetchContactsPermissionError
|
|
211387
211374
|
});
|
|
211388
|
-
},
|
|
211375
|
+
},2533,[1,16,1277,2514,2531],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/fetchContacts/fetchContacts.ts");
|
|
211389
211376
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211390
211377
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211391
211378
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211417,7 +211404,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211417
211404
|
},
|
|
211418
211405
|
error: _types.FetchAlbumPhotosPermissionError
|
|
211419
211406
|
});
|
|
211420
|
-
},
|
|
211407
|
+
},2534,[1,16,1277,2514,2531],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/fetchAlbumPhotos/fetchAlbumPhotos.ts");
|
|
211421
211408
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211422
211409
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211423
211410
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211443,7 +211430,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211443
211430
|
},
|
|
211444
211431
|
error: _types.GetCurrentLocationPermissionError
|
|
211445
211432
|
});
|
|
211446
|
-
},
|
|
211433
|
+
},2535,[1,16,1277,2514,2531],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/getCurrentLocation/getCurrentLocation.ts");
|
|
211447
211434
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211448
211435
|
Object.defineProperty(exports, "__esModule", {
|
|
211449
211436
|
value: true
|
|
@@ -211466,7 +211453,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211466
211453
|
},
|
|
211467
211454
|
error: _types.OpenCameraPermissionError
|
|
211468
211455
|
});
|
|
211469
|
-
},
|
|
211456
|
+
},2536,[1277,2514,2531],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/permissions/openCamera/openCamera.ts");
|
|
211470
211457
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211471
211458
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211472
211459
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211484,7 +211471,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211484
211471
|
});
|
|
211485
211472
|
return _appLogin.apply(this, arguments);
|
|
211486
211473
|
}
|
|
211487
|
-
},
|
|
211474
|
+
},2537,[1,16,2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/appLogin.ts");
|
|
211488
211475
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211489
211476
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211490
211477
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211525,7 +211512,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211525
211512
|
});
|
|
211526
211513
|
return _eventLog.apply(this, arguments);
|
|
211527
211514
|
}
|
|
211528
|
-
},
|
|
211515
|
+
},2538,[1,16,2539,2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/eventLog.ts");
|
|
211529
211516
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211530
211517
|
Object.defineProperty(exports, "__esModule", {
|
|
211531
211518
|
value: true
|
|
@@ -211553,7 +211540,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211553
211540
|
}
|
|
211554
211541
|
return (0, _compareVersion.compareVersions)(currentVersion, minVersion) >= 0;
|
|
211555
211542
|
}
|
|
211556
|
-
},
|
|
211543
|
+
},2539,[33,2514,2540],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/isMinVersionSupported.ts");
|
|
211557
211544
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211558
211545
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211559
211546
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211635,7 +211622,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211635
211622
|
return 0;
|
|
211636
211623
|
};
|
|
211637
211624
|
exports.compareVersions = compareVersions;
|
|
211638
|
-
},
|
|
211625
|
+
},2540,[1,47],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/utils/compareVersion.ts");
|
|
211639
211626
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211640
211627
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211641
211628
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211680,7 +211667,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211680
211667
|
});
|
|
211681
211668
|
return _getTossShareLinkV.apply(this, arguments);
|
|
211682
211669
|
}
|
|
211683
|
-
},
|
|
211670
|
+
},2541,[1,16,2539,2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getTossShareLink.ts");
|
|
211684
211671
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211685
211672
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211686
211673
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211706,7 +211693,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211706
211693
|
});
|
|
211707
211694
|
return _setDeviceOrientation.apply(this, arguments);
|
|
211708
211695
|
}
|
|
211709
|
-
},
|
|
211696
|
+
},2542,[1,16,2539,2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/setDeviceOrientation.ts");
|
|
211710
211697
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211711
211698
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211712
211699
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211724,7 +211711,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211724
211711
|
});
|
|
211725
211712
|
return _checkoutPayment.apply(this, arguments);
|
|
211726
211713
|
}
|
|
211727
|
-
},
|
|
211714
|
+
},2543,[1,16,2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/checkoutPayment.ts");
|
|
211728
211715
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211729
211716
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211730
211717
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211751,7 +211738,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211751
211738
|
});
|
|
211752
211739
|
return _saveBase64Data.apply(this, arguments);
|
|
211753
211740
|
}
|
|
211754
|
-
},
|
|
211741
|
+
},2544,[1,16,2539,2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/saveBase64Data.ts");
|
|
211755
211742
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211756
211743
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211757
211744
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211778,7 +211765,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211778
211765
|
});
|
|
211779
211766
|
return _appsInTossSignTossCert.apply(this, arguments);
|
|
211780
211767
|
}
|
|
211781
|
-
},
|
|
211768
|
+
},2545,[1,16,2539,2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/appsInTossSignTossCert.ts");
|
|
211782
211769
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211783
211770
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211784
211771
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211802,7 +211789,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211802
211789
|
});
|
|
211803
211790
|
return _getGameCenterGameProfile.apply(this, arguments);
|
|
211804
211791
|
}
|
|
211805
|
-
},
|
|
211792
|
+
},2546,[1,16,2539,2514,2547],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getGameCenterGameProfile.ts");
|
|
211806
211793
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211807
211794
|
Object.defineProperty(exports, "__esModule", {
|
|
211808
211795
|
value: true
|
|
@@ -211829,7 +211816,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211829
211816
|
android: '5.245.0',
|
|
211830
211817
|
ios: '5.245.0'
|
|
211831
211818
|
};
|
|
211832
|
-
},
|
|
211819
|
+
},2547,[],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/constants.ts");
|
|
211833
211820
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211834
211821
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211835
211822
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211859,7 +211846,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211859
211846
|
});
|
|
211860
211847
|
return _openGameCenterLeaderboard.apply(this, arguments);
|
|
211861
211848
|
}
|
|
211862
|
-
},
|
|
211849
|
+
},2548,[1,16,2,2539,2547],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/openGameCenterLeaderboard.ts");
|
|
211863
211850
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211864
211851
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211865
211852
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211883,7 +211870,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211883
211870
|
});
|
|
211884
211871
|
return _submitGameCenterLeaderBoardScore.apply(this, arguments);
|
|
211885
211872
|
}
|
|
211886
|
-
},
|
|
211873
|
+
},2549,[1,16,2539,2514,2547],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/submitGameCenterLeaderBoardScore.ts");
|
|
211887
211874
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211888
211875
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211889
211876
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211918,7 +211905,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211918
211905
|
});
|
|
211919
211906
|
return _getUserKeyForGame.apply(this, arguments);
|
|
211920
211907
|
}
|
|
211921
|
-
},
|
|
211908
|
+
},2550,[1,16,2539,2514,2547],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getUserKeyForGame.ts");
|
|
211922
211909
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211923
211910
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211924
211911
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211959,7 +211946,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211959
211946
|
});
|
|
211960
211947
|
return _grantPromotionReward.apply(this, arguments);
|
|
211961
211948
|
}
|
|
211962
|
-
},
|
|
211949
|
+
},2551,[1,16,2539,2514,2547],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/grantPromotionReward.ts");
|
|
211963
211950
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211964
211951
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211965
211952
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -211977,7 +211964,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
211977
211964
|
});
|
|
211978
211965
|
return _grantPromotionRewardForGame.apply(this, arguments);
|
|
211979
211966
|
}
|
|
211980
|
-
},
|
|
211967
|
+
},2552,[1,16,2551],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/grantPromotionRewardForGame.ts");
|
|
211981
211968
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
211982
211969
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
211983
211970
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212002,7 +211989,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212002
211989
|
});
|
|
212003
211990
|
return _getIsTossLoginIntegratedService.apply(this, arguments);
|
|
212004
211991
|
}
|
|
212005
|
-
},
|
|
211992
|
+
},2553,[1,16,2539,2514,2547],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getIsTossLoginIntegratedService.ts");
|
|
212006
211993
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212007
211994
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212008
211995
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212027,7 +212014,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212027
212014
|
return _getServerTime.apply(this, arguments);
|
|
212028
212015
|
}
|
|
212029
212016
|
getServerTime.isSupported = () => (0, _isMinVersionSupported.isMinVersionSupported)(_constants.GET_SERVER_TIME_MIN_VERSION);
|
|
212030
|
-
},
|
|
212017
|
+
},2554,[1,16,2539,2514,2547],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getServerTime.ts");
|
|
212031
212018
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212032
212019
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212033
212020
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212061,7 +212048,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212061
212048
|
return _requestReview.apply(this, arguments);
|
|
212062
212049
|
}
|
|
212063
212050
|
requestReview.isSupported = () => _natives.MiniAppModule.getConstants().operationalEnvironment === 'toss' && (0, _isMinVersionSupported.isMinVersionSupported)(MIN_VERSION);
|
|
212064
|
-
},
|
|
212051
|
+
},2555,[1,16,2539,2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/requestReview.ts");
|
|
212065
212052
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212066
212053
|
Object.defineProperty(exports, "__esModule", {
|
|
212067
212054
|
value: true
|
|
@@ -212143,7 +212130,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212143
212130
|
}
|
|
212144
212131
|
});
|
|
212145
212132
|
});
|
|
212146
|
-
},2557,
|
|
212133
|
+
},2556,[2557,2558,2559,2560,2561,2562,2563],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/constant-bridges.ts");
|
|
212147
212134
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212148
212135
|
Object.defineProperty(exports, "__esModule", {
|
|
212149
212136
|
value: true
|
|
@@ -212161,7 +212148,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212161
212148
|
function replaceUnderbarToHypen(locale) {
|
|
212162
212149
|
return locale.replace(/_/g, '-');
|
|
212163
212150
|
}
|
|
212164
|
-
},
|
|
212151
|
+
},2557,[33,2513],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/getLocale.ts");
|
|
212165
212152
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212166
212153
|
Object.defineProperty(exports, "__esModule", {
|
|
212167
212154
|
value: true
|
|
@@ -212171,7 +212158,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212171
212158
|
function getSchemeUri() {
|
|
212172
212159
|
return _BedrockModule.CommonModule.getConstants().schemeUri;
|
|
212173
212160
|
}
|
|
212174
|
-
},
|
|
212161
|
+
},2558,[2513],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/getSchemeUri.ts");
|
|
212175
212162
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212176
212163
|
Object.defineProperty(exports, "__esModule", {
|
|
212177
212164
|
value: true
|
|
@@ -212181,7 +212168,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212181
212168
|
function getPlatformOS() {
|
|
212182
212169
|
return _reactNative.Platform.OS;
|
|
212183
212170
|
}
|
|
212184
|
-
},
|
|
212171
|
+
},2559,[33],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/BedrockModule/native-modules/natives/getPlatformOS.ts");
|
|
212185
212172
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212186
212173
|
Object.defineProperty(exports, "__esModule", {
|
|
212187
212174
|
value: true
|
|
@@ -212191,7 +212178,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212191
212178
|
function getOperationalEnvironment() {
|
|
212192
212179
|
return _natives.MiniAppModule.getConstants().operationalEnvironment;
|
|
212193
212180
|
}
|
|
212194
|
-
},
|
|
212181
|
+
},2560,[2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getOperationalEnvironment.ts");
|
|
212195
212182
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212196
212183
|
Object.defineProperty(exports, "__esModule", {
|
|
212197
212184
|
value: true
|
|
@@ -212201,7 +212188,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212201
212188
|
function getTossAppVersion() {
|
|
212202
212189
|
return _natives.MiniAppModule.getConstants().tossAppVersion;
|
|
212203
212190
|
}
|
|
212204
|
-
},
|
|
212191
|
+
},2561,[2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getTossAppVersion.ts");
|
|
212205
212192
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212206
212193
|
Object.defineProperty(exports, "__esModule", {
|
|
212207
212194
|
value: true
|
|
@@ -212211,7 +212198,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212211
212198
|
function getDeviceId() {
|
|
212212
212199
|
return _natives.MiniAppModule.getConstants().deviceId;
|
|
212213
212200
|
}
|
|
212214
|
-
},
|
|
212201
|
+
},2562,[2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getDeviceId.ts");
|
|
212215
212202
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212216
212203
|
Object.defineProperty(exports, "__esModule", {
|
|
212217
212204
|
value: true
|
|
@@ -212221,7 +212208,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212221
212208
|
function getGroupId() {
|
|
212222
212209
|
return _natives.MiniAppModule.getConstants().groupId;
|
|
212223
212210
|
}
|
|
212224
|
-
},
|
|
212211
|
+
},2563,[2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/getGroupId.ts");
|
|
212225
212212
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212226
212213
|
Object.defineProperty(exports, "__esModule", {
|
|
212227
212214
|
value: true
|
|
@@ -212259,7 +212246,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212259
212246
|
}
|
|
212260
212247
|
});
|
|
212261
212248
|
});
|
|
212262
|
-
},
|
|
212249
|
+
},2564,[2565,2579,2577],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/event-bridges.ts");
|
|
212263
212250
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212264
212251
|
Object.defineProperty(exports, "__esModule", {
|
|
212265
212252
|
value: true
|
|
@@ -212272,7 +212259,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212272
212259
|
}
|
|
212273
212260
|
startUpdateLocation.openPermissionDialog = _nativeModules.getCurrentLocation.openPermissionDialog;
|
|
212274
212261
|
startUpdateLocation.getPermission = _nativeModules.getCurrentLocation.getPermission;
|
|
212275
|
-
},
|
|
212262
|
+
},2565,[2566,2572],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/startUpdateLocation.ts");
|
|
212276
212263
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212277
212264
|
Object.defineProperty(exports, "__esModule", {
|
|
212278
212265
|
value: true
|
|
@@ -212283,7 +212270,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212283
212270
|
var _AppBridgeCallbackEvent = _$$_REQUIRE(_dependencyMap[2], "./internal/AppBridgeCallbackEvent");
|
|
212284
212271
|
var _VisibilityChangedByTransparentServiceWebEvent = _$$_REQUIRE(_dependencyMap[3], "./internal/VisibilityChangedByTransparentServiceWebEvent");
|
|
212285
212272
|
var appsInTossEvent = exports.appsInTossEvent = new _reactNative.GraniteEvent([new _UpdateLocationEvent.UpdateLocationEvent(), new _AppBridgeCallbackEvent.AppBridgeCallbackEvent(), new _VisibilityChangedByTransparentServiceWebEvent.VisibilityChangedByTransparentServiceWebEvent()]);
|
|
212286
|
-
},
|
|
212273
|
+
},2566,[2,2567,2568,2571],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/appsInTossEvent.ts");
|
|
212287
212274
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212288
212275
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212289
212276
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212350,7 +212337,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212350
212337
|
}
|
|
212351
212338
|
}]);
|
|
212352
212339
|
}(_reactNative.GraniteEventDefinition);
|
|
212353
|
-
},
|
|
212340
|
+
},2567,[1,20,19,21,24,25,1277,2,2514,2528],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/event-plugins/UpdateLocationEvent.ts");
|
|
212354
212341
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212355
212342
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212356
212343
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212410,7 +212397,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212410
212397
|
}
|
|
212411
212398
|
}]);
|
|
212412
212399
|
}(_reactNative.GraniteEventDefinition);
|
|
212413
|
-
},
|
|
212400
|
+
},2568,[1,20,19,21,24,25,2,2569,2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/internal/AppBridgeCallbackEvent.ts");
|
|
212414
212401
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212415
212402
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212416
212403
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212475,7 +212462,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212475
212462
|
unregisterCallback,
|
|
212476
212463
|
getCallbackIds
|
|
212477
212464
|
};
|
|
212478
|
-
},
|
|
212465
|
+
},2569,[1,47,89,2514,2570],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/internal/appBridge.ts");
|
|
212479
212466
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212480
212467
|
Object.defineProperty(exports, "__esModule", {
|
|
212481
212468
|
value: true
|
|
@@ -212484,7 +212471,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212484
212471
|
function generateUUID(placeholder) {
|
|
212485
212472
|
return placeholder ? (placeholder ^ Math.random() * 16 >> placeholder / 4).toString(16) : (String(1e7) + 1e3 + 4e3 + 8e3 + 1e11).replace(/[018]/g, generateUUID);
|
|
212486
212473
|
}
|
|
212487
|
-
},
|
|
212474
|
+
},2570,[],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/utils/generateUUID.ts");
|
|
212488
212475
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212489
212476
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212490
212477
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -212542,7 +212529,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212542
212529
|
}
|
|
212543
212530
|
}]);
|
|
212544
212531
|
}(_reactNative.GraniteEventDefinition);
|
|
212545
|
-
},
|
|
212532
|
+
},2571,[1,20,19,21,24,25,2,2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/internal/VisibilityChangedByTransparentServiceWebEvent.ts");
|
|
212546
212533
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212547
212534
|
Object.defineProperty(exports, "__esModule", {
|
|
212548
212535
|
value: true
|
|
@@ -212933,7 +212920,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
212933
212920
|
showAppsInTossAdMob: _googleAdMobV.showAppsInTossAdMob,
|
|
212934
212921
|
isAppsInTossAdMobLoaded: _googleAdMobV.isAppsInTossAdMobLoaded
|
|
212935
212922
|
};
|
|
212936
|
-
},
|
|
212923
|
+
},2572,[2573,2543,2537,2538,2534,2533,2532,2535,2530,2536,2562,2560,2561,2541,2575,2539,2544,2542,2576,2548,2546,2549,2550,2551,2552,2553,2577,2545,2563,2578,2554,2555],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/index.ts");
|
|
212937
212924
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
212938
212925
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
212939
212926
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -213066,7 +213053,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213066
213053
|
});
|
|
213067
213054
|
}
|
|
213068
213055
|
isAppsInTossAdMobLoaded.isSupported = isAppsInTossAdMobLoadedSupported;
|
|
213069
|
-
},
|
|
213056
|
+
},2573,[1,16,1278,2574,2569,2560,2539],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/ads/googleAdMobV2.ts");
|
|
213070
213057
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213071
213058
|
Object.defineProperty(exports, "__esModule", {
|
|
213072
213059
|
value: true
|
|
@@ -213080,7 +213067,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213080
213067
|
return null;
|
|
213081
213068
|
}
|
|
213082
213069
|
}
|
|
213083
|
-
},
|
|
213070
|
+
},2574,[2],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/utils/getReferrer.ts");
|
|
213084
213071
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213085
213072
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
213086
213073
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -213331,7 +213318,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213331
213318
|
completeProductGrant,
|
|
213332
213319
|
getSubscriptionInfo
|
|
213333
213320
|
};
|
|
213334
|
-
},
|
|
213321
|
+
},2575,[1,16,1278,2539,2514,2569],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/iap.ts");
|
|
213335
213322
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213336
213323
|
Object.defineProperty(exports, "__esModule", {
|
|
213337
213324
|
value: true
|
|
@@ -213363,7 +213350,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213363
213350
|
removeItem,
|
|
213364
213351
|
clearItems
|
|
213365
213352
|
};
|
|
213366
|
-
},
|
|
213353
|
+
},2576,[2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/storage.ts");
|
|
213367
213354
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213368
213355
|
Object.defineProperty(exports, "__esModule", {
|
|
213369
213356
|
value: true
|
|
@@ -213399,7 +213386,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213399
213386
|
});
|
|
213400
213387
|
return unregisterCallbacks;
|
|
213401
213388
|
}
|
|
213402
|
-
},
|
|
213389
|
+
},2577,[2569,2539],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/contactsViral.ts");
|
|
213403
213390
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213404
213391
|
Object.defineProperty(exports, "__esModule", {
|
|
213405
213392
|
value: true
|
|
@@ -213409,7 +213396,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213409
213396
|
function shareWithScheme(params) {
|
|
213410
213397
|
return (0, _natives.safePostMessage)('shareWithScheme', params);
|
|
213411
213398
|
}
|
|
213412
|
-
},
|
|
213399
|
+
},2578,[2514],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-modules/shareWithScheme.ts");
|
|
213413
213400
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213414
213401
|
Object.defineProperty(exports, "__esModule", {
|
|
213415
213402
|
value: true
|
|
@@ -213419,7 +213406,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213419
213406
|
function onVisibilityChangedByTransparentServiceWeb(eventParams) {
|
|
213420
213407
|
return _appsInTossEvent.appsInTossEvent.addEventListener('onVisibilityChangedByTransparentServiceWeb', eventParams);
|
|
213421
213408
|
}
|
|
213422
|
-
},
|
|
213409
|
+
},2579,[2566],"../../../../.yarn/__virtual__/@apps-in-toss-native-modules-virtual-e56741e8de/1/packages/apps-in-toss/native-modules/src/MiniAppModule/native-event-emitter/internal/onVisibilityChangedByTransparentServiceWeb.ts");
|
|
213423
213410
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213424
213411
|
"use strict";
|
|
213425
213412
|
|
|
@@ -213471,7 +213458,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213471
213458
|
afterDocumentLoad,
|
|
213472
213459
|
beforeDocumentLoad
|
|
213473
213460
|
});
|
|
213474
|
-
},
|
|
213461
|
+
},2580,[],"../../user-scripts/dist/index.js");
|
|
213475
213462
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213476
213463
|
Object.defineProperty(exports, "__esModule", {
|
|
213477
213464
|
value: true
|
|
@@ -213484,7 +213471,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213484
213471
|
return files.get(id);
|
|
213485
213472
|
}
|
|
213486
213473
|
context.keys = () => Array.from(files.keys());
|
|
213487
|
-
},2582,
|
|
213474
|
+
},2581,[2582,2583],"context.ts");
|
|
213488
213475
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213489
213476
|
Object.defineProperty(exports, "__esModule", {
|
|
213490
213477
|
value: true
|
|
@@ -213517,7 +213504,7 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213517
213504
|
})
|
|
213518
213505
|
});
|
|
213519
213506
|
}
|
|
213520
|
-
},
|
|
213507
|
+
},2582,[1274,33,9],"pages/index.tsx");
|
|
213521
213508
|
__d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {
|
|
213522
213509
|
var _interopRequireDefault = _$$_REQUIRE(_dependencyMap[0], "@babel/runtime/helpers/interopRequireDefault");
|
|
213523
213510
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -213530,6 +213517,6 @@ __d(function (global, _$$_REQUIRE, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, e
|
|
|
213530
213517
|
}
|
|
213531
213518
|
});
|
|
213532
213519
|
var _index = _interopRequireDefault(_$$_REQUIRE(_dependencyMap[1], "./index"));
|
|
213533
|
-
},
|
|
213520
|
+
},2583,[1,2582],"pages/_404.tsx");
|
|
213534
213521
|
__r(187);
|
|
213535
213522
|
__r(0);
|