@tma.js/sdk 1.4.0 → 1.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/dts/index.d.ts +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.iife.js.map +1 -1
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +12 -0
package/dist/index.mjs
CHANGED
|
@@ -2749,6 +2749,8 @@ export {
|
|
|
2749
2749
|
Le as MiniApp,
|
|
2750
2750
|
Ye as Navigator,
|
|
2751
2751
|
et as ParameterUnsupportedError,
|
|
2752
|
+
F as ParseError,
|
|
2753
|
+
G as ParseSchemaFieldError,
|
|
2752
2754
|
Je as Popup,
|
|
2753
2755
|
Qe as QRScanner,
|
|
2754
2756
|
Be as SettingsButton,
|
|
@@ -2756,10 +2758,13 @@ export {
|
|
|
2756
2758
|
J as TimeoutError,
|
|
2757
2759
|
Ze as Utils,
|
|
2758
2760
|
Ne as Viewport,
|
|
2761
|
+
Bt as array,
|
|
2762
|
+
k as boolean,
|
|
2759
2763
|
Wt as chatParser,
|
|
2760
2764
|
Ce as classNames,
|
|
2761
2765
|
_e as compareVersions,
|
|
2762
2766
|
be as createPostEvent,
|
|
2767
|
+
pt as date,
|
|
2763
2768
|
hr as getHash,
|
|
2764
2769
|
ur as init,
|
|
2765
2770
|
wt as initDataParser,
|
|
@@ -2772,8 +2777,10 @@ export {
|
|
|
2772
2777
|
Oe as isStableViewportPlatform,
|
|
2773
2778
|
rr as isTMA,
|
|
2774
2779
|
ar as isTimeoutError,
|
|
2780
|
+
f as json,
|
|
2775
2781
|
mt as launchParamsParser,
|
|
2776
2782
|
cr as mergeClassNames,
|
|
2783
|
+
q as number,
|
|
2777
2784
|
$ as off,
|
|
2778
2785
|
y as on,
|
|
2779
2786
|
ir as once,
|
|
@@ -2785,10 +2792,13 @@ export {
|
|
|
2785
2792
|
er as requestThemeParams,
|
|
2786
2793
|
At as requestViewport,
|
|
2787
2794
|
Ct as retrieveLaunchData,
|
|
2795
|
+
gt as rgb,
|
|
2796
|
+
X as searchParams,
|
|
2788
2797
|
Jt as serializeLaunchParams,
|
|
2789
2798
|
Ut as serializeThemeParams,
|
|
2790
2799
|
sr as setDebug,
|
|
2791
2800
|
nr as setTargetOrigin,
|
|
2801
|
+
u as string,
|
|
2792
2802
|
or as subscribe,
|
|
2793
2803
|
R as supports,
|
|
2794
2804
|
_t as themeParamsParser,
|