@absolutejs/absolute 0.20.0-beta.3 → 0.20.0-beta.30

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 (78) hide show
  1. package/README.md +167 -0
  2. package/dist/angular/browser.js +15 -1
  3. package/dist/angular/browser.js.map +3 -3
  4. package/dist/angular/components/core/streamingSlotRegistrar.js +1 -1
  5. package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
  6. package/dist/angular/index.js +341 -22
  7. package/dist/angular/index.js.map +8 -5
  8. package/dist/angular/server.js +341 -22
  9. package/dist/angular/server.js.map +8 -5
  10. package/dist/build.js +2058 -1105
  11. package/dist/build.js.map +17 -13
  12. package/dist/cli/index.js +4077 -1139
  13. package/dist/dev/client/cssUtils.ts +16 -2
  14. package/dist/dev/client/handlers/rebuild.ts +11 -1
  15. package/dist/dev/client/hmrClient.ts +32 -3
  16. package/dist/dev/client/hmrTiming.ts +14 -7
  17. package/dist/dev/client/syncDevtools.ts +237 -0
  18. package/dist/index.js +2483 -1367
  19. package/dist/index.js.map +27 -22
  20. package/dist/mobile/browser.js +123 -1
  21. package/dist/mobile/browser.js.map +6 -4
  22. package/dist/mobile/index.js +2663 -247
  23. package/dist/mobile/index.js.map +25 -13
  24. package/dist/mobile/remoteMacAgentEntry.js +29 -0
  25. package/dist/mobile/shellAuth.js +36 -0
  26. package/dist/mobile/shellBootstrap.js +601 -0
  27. package/dist/mobile/shellSync.js +173 -0
  28. package/dist/src/angular/pageHandler.d.ts +3 -0
  29. package/dist/src/build/pwa.d.ts +16 -0
  30. package/dist/src/cli/config/server.d.ts +1 -1
  31. package/dist/src/core/devBuild.d.ts +1 -0
  32. package/dist/src/core/pageHandlers.d.ts +11 -2
  33. package/dist/src/core/prepare.d.ts +24 -0
  34. package/dist/src/mobile/androidEmulatorController.d.ts +6 -1
  35. package/dist/src/mobile/androidTestReport.d.ts +14 -0
  36. package/dist/src/mobile/androidUpgradeConformance.d.ts +47 -0
  37. package/dist/src/mobile/androidWebView.d.ts +1 -0
  38. package/dist/src/mobile/browser.d.ts +1 -0
  39. package/dist/src/mobile/buildPipeline.d.ts +1 -0
  40. package/dist/src/mobile/capacitorBundle.d.ts +22 -1
  41. package/dist/src/mobile/client.d.ts +4 -0
  42. package/dist/src/mobile/config.d.ts +1 -0
  43. package/dist/src/mobile/devDeviceAdapter.d.ts +3 -0
  44. package/dist/src/mobile/deviceCapabilities.d.ts +46 -0
  45. package/dist/src/mobile/index.d.ts +7 -0
  46. package/dist/src/mobile/iosTestReport.d.ts +23 -0
  47. package/dist/src/mobile/nativeAuth.d.ts +17 -0
  48. package/dist/src/mobile/nativeBackgroundSync.d.ts +4 -0
  49. package/dist/src/mobile/nativeDeviceCapabilities.d.ts +6 -0
  50. package/dist/src/mobile/nativeTestReport.d.ts +85 -0
  51. package/dist/src/mobile/releaseArtifact.d.ts +2 -0
  52. package/dist/src/mobile/remoteMacAgent.d.ts +2 -0
  53. package/dist/src/mobile/remoteMacAgentEntry.d.ts +1 -0
  54. package/dist/src/mobile/remoteMacProtocol.d.ts +114 -0
  55. package/dist/src/mobile/remoteMacWire.d.ts +2 -0
  56. package/dist/src/mobile/shellAuth.d.ts +15 -0
  57. package/dist/src/mobile/shellBootstrap.d.ts +22 -1
  58. package/dist/src/mobile/shellPush.d.ts +11 -0
  59. package/dist/src/mobile/shellSync.d.ts +47 -0
  60. package/dist/src/mobile/staticDocument.d.ts +5 -0
  61. package/dist/src/mobile/syncRemediation.d.ts +10 -0
  62. package/dist/src/mobile/syncSchema.d.ts +9 -0
  63. package/dist/src/mobile/transport.d.ts +16 -1
  64. package/dist/src/plugins/imageOptimizer.d.ts +1 -1
  65. package/dist/src/svelte/pageHandler.d.ts +3 -0
  66. package/dist/src/utils/imageProcessing.d.ts +3 -0
  67. package/dist/src/utils/loadConfig.d.ts +1 -0
  68. package/dist/src/vue/pageHandler.d.ts +3 -0
  69. package/dist/svelte/index.js +312 -23
  70. package/dist/svelte/index.js.map +7 -4
  71. package/dist/svelte/server.js +307 -18
  72. package/dist/svelte/server.js.map +7 -4
  73. package/dist/types/build.d.ts +29 -0
  74. package/dist/vue/index.js +312 -23
  75. package/dist/vue/index.js.map +7 -4
  76. package/dist/vue/server.js +307 -18
  77. package/dist/vue/server.js.map +7 -4
  78. package/package.json +37 -10
package/package.json CHANGED
@@ -7,6 +7,14 @@
7
7
  "url": "https://github.com/absolutejs/absolutejs/issues"
8
8
  },
9
9
  "dependencies": {
10
+ "@absolutejs/auth": "0.75.0",
11
+ "@absolutejs/devices": "0.7.0",
12
+ "@absolutejs/devices-capacitor": "0.8.0",
13
+ "@absolutejs/pwa": "0.14.0",
14
+ "@capacitor/browser": "8.0.4",
15
+ "@capacitor/keyboard": "8.0.5",
16
+ "@capacitor/network": "8.0.1",
17
+ "@capacitor/preferences": "8.0.1",
10
18
  "@elysia/openapi": "2.0.0-beta.1",
11
19
  "@elysia/server-timing": "2.0.0-beta.1",
12
20
  "@elysia/static": "2.0.0-beta.2",
@@ -17,8 +25,11 @@
17
25
  },
18
26
  "description": "A fullstack meta-framework for building web applications with TypeScript",
19
27
  "devDependencies": {
28
+ "@absolutejs/dispatch": "0.9.0",
20
29
  "@absolutejs/manifest": "0.9.0",
21
- "@absolutejs/scoped-state": "0.2.0",
30
+ "@absolutejs/scoped-state": "0.2.2",
31
+ "@absolutejs/sync": "2.29.0",
32
+ "@absolutejs/sync-capacitor": "0.9.2",
22
33
  "@angular/animations": "21.2.6",
23
34
  "@angular/cdk": "21.2.6",
24
35
  "@angular/common": "21.2.6",
@@ -32,11 +43,21 @@
32
43
  "@angular/router": "21.2.6",
33
44
  "@angular/ssr": "21.2.5",
34
45
  "@babel/preset-typescript": "^7.28.5",
46
+ "@capacitor-community/sqlite": "8.1.1",
35
47
  "@capacitor/android": "8.5.0",
36
48
  "@capacitor/app": "8.1.1",
49
+ "@capacitor/camera": "8.2.3",
37
50
  "@capacitor/cli": "8.5.0",
51
+ "@capacitor/clipboard": "8.0.1",
38
52
  "@capacitor/core": "8.5.0",
53
+ "@capacitor/file-viewer": "2.0.2",
54
+ "@capacitor/filesystem": "8.1.3",
55
+ "@capacitor/geolocation": "8.2.2",
56
+ "@capacitor/haptics": "8.0.2",
39
57
  "@capacitor/ios": "8.5.0",
58
+ "@capacitor/local-notifications": "8.2.1",
59
+ "@capacitor/push-notifications": "8.1.2",
60
+ "@capacitor/share": "8.0.1",
40
61
  "@embroider/macros": "^1.20.2",
41
62
  "@eslint/js": "^10.0.1",
42
63
  "@glimmer/component": "^2.1.1",
@@ -265,12 +286,12 @@
265
286
  "main": "./dist/index.js",
266
287
  "name": "@absolutejs/absolute",
267
288
  "optionalDependencies": {
268
- "@absolutejs/native-darwin-arm64": "0.20.0-beta.3",
269
- "@absolutejs/native-darwin-x64": "0.20.0-beta.3",
270
- "@absolutejs/native-linux-arm64": "0.20.0-beta.3",
271
- "@absolutejs/native-linux-x64": "0.20.0-beta.3",
272
- "@absolutejs/native-windows-arm64": "0.20.0-beta.3",
273
- "@absolutejs/native-windows-x64": "0.20.0-beta.3"
289
+ "@absolutejs/native-darwin-arm64": "0.20.0-beta.22",
290
+ "@absolutejs/native-darwin-x64": "0.20.0-beta.22",
291
+ "@absolutejs/native-linux-arm64": "0.20.0-beta.22",
292
+ "@absolutejs/native-linux-x64": "0.20.0-beta.22",
293
+ "@absolutejs/native-windows-arm64": "0.20.0-beta.22",
294
+ "@absolutejs/native-windows-x64": "0.20.0-beta.22"
274
295
  },
275
296
  "overrides": {
276
297
  "@sinclair/typebox": "0.34.52",
@@ -280,6 +301,7 @@
280
301
  "typebox": "1.3.16"
281
302
  },
282
303
  "peerDependencies": {
304
+ "@absolutejs/sync": ">=2.29.0 <3",
283
305
  "@angular/animations": "^21.0.0",
284
306
  "@angular/common": "^21.0.0",
285
307
  "@angular/compiler": "^21.0.0",
@@ -312,6 +334,9 @@
312
334
  "vue-router": "^4.5.1"
313
335
  },
314
336
  "peerDependenciesMeta": {
337
+ "@absolutejs/sync": {
338
+ "optional": true
339
+ },
315
340
  "@angular/animations": {
316
341
  "optional": true
317
342
  },
@@ -424,11 +449,13 @@
424
449
  "test": "bun run test:unit && bun run test:integration",
425
450
  "test:hmr": "bun run scripts/shardedTests.ts tests/integration/hmr",
426
451
  "test:integration": "bun run scripts/shardedTests.ts tests/integration",
427
- "test:native:android": "bun run test:native:android:lifecycle && bun run test:native:android:hmr",
452
+ "test:native:android": "bun run test:native:android:lifecycle && bun run test:native:android:hmr && bun run test:native:android:bundle",
453
+ "test:native:android:bundle": "ABSOLUTE_TEST_NATIVE_ANDROID=1 bun test tests/native/android-embedded-bundle-conformance.test.ts",
428
454
  "test:native:android:hmr": "ABSOLUTE_TEST_NATIVE_ANDROID=1 bun test tests/native/android-hmr-conformance.test.ts",
429
455
  "test:native:android:lifecycle": "ABSOLUTE_TEST_NATIVE_ANDROID=1 bun test tests/native/android-lifecycle-conformance.test.ts",
456
+ "test:native:android:upgrade": "ABSOLUTE_TEST_NATIVE_ANDROID=1 bun test tests/native/android-embedded-bundle-conformance.test.ts -t 'installed APK upgrade'",
430
457
  "test:native:ios": "ABSOLUTE_TEST_NATIVE_IOS=1 bun test tests/native/ios-lifecycle-conformance.test.ts",
431
- "test:unit": "bun test tests/unit",
458
+ "test:unit": "bun test --max-concurrency 1 tests/unit",
432
459
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts",
433
460
  "verify:release-versions": "bun run scripts/verifyReleaseVersions.ts"
434
461
  },
@@ -476,7 +503,7 @@
476
503
  ]
477
504
  }
478
505
  },
479
- "version": "0.20.0-beta.3",
506
+ "version": "0.20.0-beta.30",
480
507
  "workspaces": [
481
508
  "tests/fixtures/*",
482
509
  "tests/fixtures/_packages/*"