@burdenoff/fe-libs 2026.823.1 → 2026.825.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/chrome/index.d.ts +1 -0
- package/dist/chrome/index.d.ts.map +1 -1
- package/dist/chrome/nativeTopBarTitle.d.ts +15 -0
- package/dist/chrome/nativeTopBarTitle.d.ts.map +1 -0
- package/dist/chrome/nativeTopBarTitle.js +22 -0
- package/dist/chrome.js +2 -1
- package/dist/shared/hooks/index.d.ts +4 -0
- package/dist/shared/hooks/index.d.ts.map +1 -1
- package/dist/shared/hooks/usePushDeviceRegistration.d.ts +10 -0
- package/dist/shared/hooks/usePushDeviceRegistration.d.ts.map +1 -0
- package/dist/shared/hooks/usePushDeviceRegistration.js +54 -0
- package/dist/shared/native/push-registration.d.ts +124 -0
- package/dist/shared/native/push-registration.d.ts.map +1 -0
- package/dist/shared/native/push-registration.js +120 -0
- package/dist/shared/native/types.d.ts +11 -1
- package/dist/shared/native/types.d.ts.map +1 -1
- package/dist/shared-hooks.js +10 -8
- package/dist/shared.js +23 -21
- package/dist/shell-native/capacitor-config.d.ts.map +1 -1
- package/dist/shell-native/capacitor-config.js +0 -1
- package/dist/shell-native/index.d.ts +3 -2
- package/dist/shell-native/index.d.ts.map +1 -1
- package/dist/shell-native/push.d.ts +10 -0
- package/dist/shell-native/push.d.ts.map +1 -1
- package/dist/shell-native/push.js +27 -22
- package/dist/shell-native/service-worker.d.ts +9 -1
- package/dist/shell-native/service-worker.d.ts.map +1 -1
- package/dist/shell-native/service-worker.js +102 -1
- package/dist/shell-native/types.d.ts +21 -9
- package/dist/shell-native/types.d.ts.map +1 -1
- package/dist/shell-native/web-manifest.d.ts +21 -0
- package/dist/shell-native/web-manifest.d.ts.map +1 -1
- package/dist/shell-native/web-manifest.js +4 -1
- package/dist/shell-native/web-push.d.ts +74 -0
- package/dist/shell-native/web-push.d.ts.map +1 -0
- package/dist/shell-native/web-push.js +106 -0
- package/dist/shell-native.js +10 -9
- package/package.json +1 -1
package/dist/shell-native.js
CHANGED
|
@@ -18,12 +18,13 @@ import { populateDeviceInfo as R } from "./shell-native/device.js";
|
|
|
18
18
|
import { KEYBOARD_HEIGHT_CSS_VAR as z, KEYBOARD_OPEN_CLASS as B, configureKeyboard as V, keyboardHandlers as H } from "./shell-native/keyboard.js";
|
|
19
19
|
import { NETWORK_STATUS_EVENT as U, getLastNetworkStatus as W, installNetworkListener as G } from "./shell-native/network.js";
|
|
20
20
|
import { notifyOtaReady as K } from "./shell-native/ota.js";
|
|
21
|
-
import { PUSH_TOKEN_EVENT as q,
|
|
22
|
-
import { PWA_INSTALLED_EVENT as
|
|
23
|
-
import { APP_READY_EVENT as
|
|
24
|
-
import { DARK_FAMILY_THEMES as
|
|
25
|
-
import { bootNativeShell as
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
|
|
21
|
+
import { PUSH_TOKEN_EVENT as q, emitPushToken as J, installPushNotifications as Y, requestPushPermission as X } from "./shell-native/push.js";
|
|
22
|
+
import { PWA_INSTALLED_EVENT as Z, PWA_INSTALL_AVAILABLE_EVENT as Q, PWA_UPDATE_READY_EVENT as $, installPwa as ee, installPwaPrompt as te, isPwaEligibleHost as ne, resetPwaForTests as re } from "./shell-native/pwa.js";
|
|
23
|
+
import { APP_READY_EVENT as ie, armSplashSafetyTimer as ae, isAppReady as oe, markAppReady as se, resetAppReadyForTests as ce } from "./shell-native/splash.js";
|
|
24
|
+
import { DARK_FAMILY_THEMES as le, applyStatusBarTheme as ue, installStatusBarThemeListener as de, isDarkThemeName as fe, resolveDocumentIsDark as pe, statusBarDetailIsDark as me } from "./shell-native/system-bars.js";
|
|
25
|
+
import { bootNativeShell as he, resetNativeShellBootForTests as ge } from "./shell-native/boot.js";
|
|
26
|
+
import { SW_NOTIFICATION_CLICK_MESSAGE as _e, SW_PUSH_SUBSCRIPTION_CHANGE_MESSAGE as ve, WEB_PUSH_MANIFEST_KEY as ye, getWebPushManifestConfig as be, getWebPushSubscription as xe, installWebPushMessageBridge as Se, isWebPushSupported as Ce, requestWebPushPermission as we, resetWebPushForTests as Te, resolveVapidPublicKey as Ee, serializeWebPushSubscription as De, subscribeWebPush as Oe, unsubscribeWebPush as ke, urlBase64ToUint8Array as Ae } from "./shell-native/web-push.js";
|
|
27
|
+
import { defineCapacitorConfig as je } from "./shell-native/capacitor-config.js";
|
|
28
|
+
import { defineWebManifest as Me } from "./shell-native/web-manifest.js";
|
|
29
|
+
import { SERVICE_WORKER_TEMPLATE as Ne, renderServiceWorker as Pe } from "./shell-native/service-worker.js";
|
|
30
|
+
export { ie as APP_READY_EVENT, le as DARK_FAMILY_THEMES, _ as DEFAULT_AUTH_INTERCEPT_PREFIXES, z as KEYBOARD_HEIGHT_CSS_VAR, B as KEYBOARD_OPEN_CLASS, t as NATIVE_PREVIEW_QUERY_PARAM, n as NATIVE_PREVIEW_STORAGE_KEY, U as NETWORK_STATUS_EVENT, q as PUSH_TOKEN_EVENT, Z as PWA_INSTALLED_EVENT, Q as PWA_INSTALL_AVAILABLE_EVENT, $ as PWA_UPDATE_READY_EVENT, Ne as SERVICE_WORKER_TEMPLATE, _e as SW_NOTIFICATION_CLICK_MESSAGE, ve as SW_PUSH_SUBSCRIPTION_CHANGE_MESSAGE, ye as WEB_PUSH_MANIFEST_KEY, o as applyNativePlatformClass, r as applyNativePreview, ue as applyStatusBarTheme, ae as armSplashSafetyTimer, he as bootNativeShell, N as clearDeepLinkNavigator, p as configureElectronGlobalKey, V as configureKeyboard, b as createDefaultBackButtonHandlers, P as deepLinkUrlToPath, je as defineCapacitorConfig, Me as defineWebManifest, J as emitPushToken, i as getActiveNativePreview, e as getDesktopBridge, m as getElectronGlobalKey, W as getLastNetworkStatus, h as getLegacyElectronBridge, s as getNativePlatform, be as getWebPushManifestConfig, xe as getWebPushSubscription, D as impactFeedback, x as installBackButtonHandler, F as installDeepLinkHandler, w as installExternalUrlOpener, f as installMobileRuntimeHooks, v as installNativeAuthNavigationIntercept, M as installNativeBridge, G as installNetworkListener, Y as installPushNotifications, ee as installPwa, te as installPwaPrompt, de as installStatusBarThemeListener, Se as installWebPushMessageBridge, oe as isAppReady, fe as isDarkThemeName, g as isDesktopShell, c as isNativePlatform, l as isNativePluginAvailable, u as isNativePreview, ne as isPwaEligibleHost, d as isRealNativePlatform, Ce as isWebPushSupported, H as keyboardHandlers, se as markAppReady, I as navigateDeepLinkPath, O as notificationFeedback, K as notifyOtaReady, T as openExternalUrl, R as populateDeviceInfo, L as registerDeepLinkNavigator, Pe as renderServiceWorker, X as requestPushPermission, we as requestWebPushPermission, ce as resetAppReadyForTests, ge as resetNativeShellBootForTests, re as resetPwaForTests, Te as resetWebPushForTests, pe as resolveDocumentIsDark, a as resolveNativePreview, Ee as resolveVapidPublicKey, S as runBackButtonPrecedence, k as selectionFeedback, De as serializeWebPushSubscription, j as shareContent, C as showNativeActionSheet, y as showNativeConfirm, A as showNativeToast, me as statusBarDetailIsDark, Oe as subscribeWebPush, ke as unsubscribeWebPush, Ae as urlBase64ToUint8Array, E as writeClipboardText };
|