@apps-in-toss/web-framework 0.0.7 → 0.0.9

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 (88) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +20 -0
  3. package/bin.js +2 -1
  4. package/dist/cli/chunk-HDRFXOPA.js +63 -0
  5. package/dist/cli/chunk-RUDG2MMT.js +173587 -0
  6. package/dist/cli/index.js +96369 -521
  7. package/dist/cli/lib-NMFBQRQ2.js +1007 -0
  8. package/dist/cli/typescript-THSIDFIK.js +6 -0
  9. package/dist/config/index.d.ts +42 -46
  10. package/dist/config/index.js +4 -284
  11. package/dist/prebuilt/dev.android.js +155780 -0
  12. package/dist/prebuilt/dev.ios.js +155721 -0
  13. package/dist/prebuilt/prod.android.js +20 -0
  14. package/dist/prebuilt/prod.ios.js +20 -0
  15. package/dist/prebuilt/prod.json +14 -0
  16. package/hermesc/0_72_6/linux64-bin/hermesc +0 -0
  17. package/hermesc/0_72_6/osx-bin/hermesc +0 -0
  18. package/hermesc/0_72_6/win64-bin/hermesc.exe +0 -0
  19. package/hermesc/0_72_6/win64-bin/icudt64.dll +0 -0
  20. package/hermesc/0_72_6/win64-bin/icuin64.dll +0 -0
  21. package/hermesc/0_72_6/win64-bin/icuio64.dll +0 -0
  22. package/hermesc/0_72_6/win64-bin/icutest64.dll +0 -0
  23. package/hermesc/0_72_6/win64-bin/icutu64.dll +0 -0
  24. package/hermesc/0_72_6/win64-bin/icuuc64.dll +0 -0
  25. package/hermesc/0_72_6/win64-bin/msvcp140.dll +0 -0
  26. package/hermesc/0_72_6/win64-bin/vcruntime140.dll +0 -0
  27. package/hermesc/0_72_6/win64-bin/vcruntime140_1.dll +0 -0
  28. package/package.json +57 -32
  29. package/src-web/appLogin.d.ts +31 -0
  30. package/src-web/closeView.d.ts +24 -0
  31. package/{dist → src-web}/fetchAlbumPhotos.d.ts +1 -1
  32. package/src-web/generateHapticFeedback.d.ts +52 -0
  33. package/{dist → src-web}/getCurrentLocation.d.ts +47 -10
  34. package/src-web/getDeviceId.d.ts +32 -0
  35. package/src-web/getLocale.d.ts +31 -0
  36. package/src-web/getNetworkStatus.d.ts +55 -0
  37. package/src-web/getSchemeUri.d.ts +26 -0
  38. package/{dist → src-web}/index.d.ts +1 -0
  39. package/src-web/index.js +1 -0
  40. package/src-web/setScreenAwakeMode.d.ts +69 -0
  41. package/src-web/setSecureScreen.d.ts +34 -0
  42. package/src-web/share.d.ts +37 -0
  43. package/{dist → src-web}/startUpdateLocation.d.ts +44 -10
  44. package/dist/chunk-CH3CIAIW.js +0 -7688
  45. package/dist/chunk-DI2VGQ6M.js +0 -53
  46. package/dist/chunk-HL7M3JLX.js +0 -53
  47. package/dist/chunk-I3ZDGLIW.js +0 -19
  48. package/dist/chunk-LJBVSTWE.js +0 -7687
  49. package/dist/chunk-OMIGZ2S7.js +0 -7689
  50. package/dist/chunk-TZCMTMV7.js +0 -38
  51. package/dist/cli/index.cjs +0 -644
  52. package/dist/cli/index.d.cts +0 -2
  53. package/dist/cli/index.d.ts +0 -2
  54. package/dist/cli.cjs +0 -613
  55. package/dist/cli.d.cts +0 -2
  56. package/dist/cli.d.ts +0 -2
  57. package/dist/cli.js +0 -562
  58. package/dist/closeView.d.ts +0 -1
  59. package/dist/config/index.cjs +0 -7963
  60. package/dist/config/index.d.cts +0 -57
  61. package/dist/generateHapticFeedback.d.ts +0 -1
  62. package/dist/getDeviceId.d.ts +0 -1
  63. package/dist/getLocale.d.ts +0 -1
  64. package/dist/getNetworkStatus.d.ts +0 -1
  65. package/dist/getSchemeUri.d.ts +0 -1
  66. package/dist/index.cjs +0 -18
  67. package/dist/index.d.cts +0 -2
  68. package/dist/index.js +0 -1
  69. package/dist/plugins/index.cjs +0 -7682
  70. package/dist/plugins/index.d.cts +0 -15
  71. package/dist/plugins/index.d.ts +0 -15
  72. package/dist/plugins/index.js +0 -11
  73. package/dist/setScreenAwakeMode.d.ts +0 -1
  74. package/dist/setSecureScreen.d.ts +0 -1
  75. package/dist/share.d.ts +0 -1
  76. package/react-native/.babelrc +0 -41
  77. package/react-native/.bedrock/.env.js +0 -4
  78. package/react-native/ait.d.ts +0 -8
  79. package/react-native/context.ts +0 -10
  80. package/react-native/index.ts +0 -4
  81. package/react-native/pages/_404.tsx +0 -1
  82. package/react-native/pages/index.tsx +0 -10
  83. package/react-native/react-native.config.cjs +0 -3
  84. package/react-native/src/_app.tsx +0 -12
  85. /package/{dist → src-web}/fetchContacts.d.ts +0 -0
  86. /package/{dist → src-web}/getClipboardText.d.ts +0 -0
  87. /package/{dist → src-web}/openCamera.d.ts +0 -0
  88. /package/{dist → src-web}/setClipboardText.d.ts +0 -0
package/README.md CHANGED
@@ -1,3 +1,23 @@
1
1
  # @apps-in-toss/web
2
2
 
3
3
  Web Framework for Apps In Toss
4
+
5
+ ## License
6
+
7
+ This software is licensed under the [GPL, Version 3.0](LICENSE), quoted below.
8
+
9
+ ```
10
+ Copyright 2025 Viva Republica, Inc.
11
+
12
+ Licensed under the GPL, Version 3.0 (the "License");
13
+ you may not use this file except in compliance with the License.
14
+ You may obtain a copy of the License at:
15
+
16
+ https://www.gnu.org/licenses/gpl-3.0.html
17
+
18
+ Unless required by applicable law or agreed to in writing, software
19
+ distributed under the License is distributed on an "AS IS" BASIS,
20
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21
+ See the License for the specific language governing permissions and
22
+ limitations under the License.
23
+ ```
package/bin.js CHANGED
@@ -1,3 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import { initialize } from 'react-native-bedrock/cli';
2
+ import { initialize } from './dist/cli/index.js';
3
+
3
4
  initialize();
@@ -0,0 +1,63 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
9
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
10
+ }) : x)(function(x) {
11
+ if (typeof require !== "undefined") return require.apply(this, arguments);
12
+ throw Error('Dynamic require of "' + x + '" is not supported');
13
+ });
14
+ var __esm = (fn, res) => function __init() {
15
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
16
+ };
17
+ var __commonJS = (cb, mod) => function __require2() {
18
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
19
+ };
20
+ var __export = (target, all) => {
21
+ for (var name in all)
22
+ __defProp(target, name, { get: all[name], enumerable: true });
23
+ };
24
+ var __copyProps = (to, from, except, desc) => {
25
+ if (from && typeof from === "object" || typeof from === "function") {
26
+ for (let key of __getOwnPropNames(from))
27
+ if (!__hasOwnProp.call(to, key) && key !== except)
28
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
29
+ }
30
+ return to;
31
+ };
32
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
33
+ // If the importer is in node compatibility mode or this is not an ESM
34
+ // file that has been converted to a CommonJS file using a Babel-
35
+ // compatible transform (i.e. "__esModule" has not been set), then set
36
+ // "default" to the CommonJS "module.exports" for node compatibility.
37
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
38
+ mod
39
+ ));
40
+
41
+ // ../../.yarn/__virtual__/tsup-virtual-7254073ea3/0/cache/tsup-npm-8.3.5-ed25596739-7794953cbc.zip/node_modules/tsup/assets/esm_shims.js
42
+ import { fileURLToPath } from "url";
43
+ import path from "path";
44
+ var getFilename, getDirname, __dirname, __filename;
45
+ var init_esm_shims = __esm({
46
+ "../../.yarn/__virtual__/tsup-virtual-7254073ea3/0/cache/tsup-npm-8.3.5-ed25596739-7794953cbc.zip/node_modules/tsup/assets/esm_shims.js"() {
47
+ "use strict";
48
+ getFilename = () => fileURLToPath(import.meta.url);
49
+ getDirname = () => path.dirname(getFilename());
50
+ __dirname = /* @__PURE__ */ getDirname();
51
+ __filename = /* @__PURE__ */ getFilename();
52
+ }
53
+ });
54
+
55
+ export {
56
+ __require,
57
+ __commonJS,
58
+ __export,
59
+ __toESM,
60
+ __dirname,
61
+ __filename,
62
+ init_esm_shims
63
+ };