@apps-in-toss/web-framework 0.0.7 → 0.0.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.
Files changed (59) hide show
  1. package/dist/chunk-5AYTRYXW.js +27 -0
  2. package/dist/chunk-MHAJE5QI.js +34 -0
  3. package/dist/cli.cjs +4528 -543
  4. package/dist/cli.d.cts +2 -1
  5. package/dist/cli.d.ts +2 -1
  6. package/dist/cli.js +3486 -493
  7. package/dist/config/index.cjs +17 -4
  8. package/dist/config/index.d.cts +19 -3
  9. package/dist/config/index.d.ts +19 -3
  10. package/dist/config/index.js +7714 -23
  11. package/dist/lib-EUN4APCZ.js +1007 -0
  12. package/dist/lib-OD73GAMK.js +1007 -0
  13. package/package.json +14 -12
  14. package/src-web/closeView.d.ts +24 -0
  15. package/src-web/generateHapticFeedback.d.ts +52 -0
  16. package/src-web/getDeviceId.d.ts +32 -0
  17. package/src-web/getLocale.d.ts +31 -0
  18. package/src-web/getNetworkStatus.d.ts +55 -0
  19. package/src-web/getSchemeUri.d.ts +26 -0
  20. package/src-web/index.js +1 -0
  21. package/src-web/setScreenAwakeMode.d.ts +69 -0
  22. package/src-web/setSecureScreen.d.ts +34 -0
  23. package/src-web/share.d.ts +37 -0
  24. package/dist/chunk-CH3CIAIW.js +0 -7688
  25. package/dist/chunk-DI2VGQ6M.js +0 -53
  26. package/dist/chunk-HL7M3JLX.js +0 -53
  27. package/dist/chunk-I3ZDGLIW.js +0 -19
  28. package/dist/chunk-LJBVSTWE.js +0 -7687
  29. package/dist/chunk-OMIGZ2S7.js +0 -7689
  30. package/dist/chunk-TZCMTMV7.js +0 -38
  31. package/dist/cli/index.cjs +0 -644
  32. package/dist/cli/index.d.cts +0 -2
  33. package/dist/cli/index.d.ts +0 -2
  34. package/dist/cli/index.js +0 -592
  35. package/dist/closeView.d.ts +0 -1
  36. package/dist/generateHapticFeedback.d.ts +0 -1
  37. package/dist/getDeviceId.d.ts +0 -1
  38. package/dist/getLocale.d.ts +0 -1
  39. package/dist/getNetworkStatus.d.ts +0 -1
  40. package/dist/getSchemeUri.d.ts +0 -1
  41. package/dist/index.cjs +0 -18
  42. package/dist/index.d.cts +0 -2
  43. package/dist/index.js +0 -1
  44. package/dist/plugins/index.cjs +0 -7682
  45. package/dist/plugins/index.d.cts +0 -15
  46. package/dist/plugins/index.d.ts +0 -15
  47. package/dist/plugins/index.js +0 -11
  48. package/dist/setScreenAwakeMode.d.ts +0 -1
  49. package/dist/setSecureScreen.d.ts +0 -1
  50. package/dist/share.d.ts +0 -1
  51. package/react-native/.bedrock/.env.js +0 -4
  52. /package/{dist → src-web}/fetchAlbumPhotos.d.ts +0 -0
  53. /package/{dist → src-web}/fetchContacts.d.ts +0 -0
  54. /package/{dist → src-web}/getClipboardText.d.ts +0 -0
  55. /package/{dist → src-web}/getCurrentLocation.d.ts +0 -0
  56. /package/{dist → src-web}/index.d.ts +0 -0
  57. /package/{dist → src-web}/openCamera.d.ts +0 -0
  58. /package/{dist → src-web}/setClipboardText.d.ts +0 -0
  59. /package/{dist → src-web}/startUpdateLocation.d.ts +0 -0
@@ -1,15 +0,0 @@
1
- import * as _react_native_bedrock_cli from '@react-native-bedrock/cli';
2
- import { Permission } from '@apps-in-toss/framework/plugins';
3
- import { BedrockPlugin } from 'react-native-bedrock/config';
4
-
5
- interface AppsInTossWebPluginOptions {
6
- port: number;
7
- commands: {
8
- dev: string;
9
- build: string;
10
- };
11
- permissions: Permission[];
12
- }
13
- declare function appsInTossWeb(options: AppsInTossWebPluginOptions): (BedrockPlugin | (_react_native_bedrock_cli.BedrockPluginCore | Promise<_react_native_bedrock_cli.BedrockPluginCore>)[])[];
14
-
15
- export { type AppsInTossWebPluginOptions, appsInTossWeb };
@@ -1,15 +0,0 @@
1
- import * as _react_native_bedrock_cli from '@react-native-bedrock/cli';
2
- import { Permission } from '@apps-in-toss/framework/plugins';
3
- import { BedrockPlugin } from 'react-native-bedrock/config';
4
-
5
- interface AppsInTossWebPluginOptions {
6
- port: number;
7
- commands: {
8
- dev: string;
9
- build: string;
10
- };
11
- permissions: Permission[];
12
- }
13
- declare function appsInTossWeb(options: AppsInTossWebPluginOptions): (BedrockPlugin | (_react_native_bedrock_cli.BedrockPluginCore | Promise<_react_native_bedrock_cli.BedrockPluginCore>)[])[];
14
-
15
- export { type AppsInTossWebPluginOptions, appsInTossWeb };
@@ -1,11 +0,0 @@
1
- import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
- import {
3
- appsInTossWeb,
4
- init_esm_shims
5
- } from "../chunk-CH3CIAIW.js";
6
-
7
- // src/plugins/index.ts
8
- init_esm_shims();
9
- export {
10
- appsInTossWeb
11
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
package/dist/share.d.ts DELETED
@@ -1 +0,0 @@
1
- export {};
@@ -1,4 +0,0 @@
1
- global.__bedrock = global.__bedrock || {};
2
- global.__bedrock.shared = { buildNumber: "00000000" };
3
- global.__bedrock.apps = global.__bedrock.apps || {};
4
- global.__bedrock.apps["ping-pong"] = { buildNumber: "00000000" };
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes