@blocklet/discuss-kit-ux 2.3.83 → 2.3.85
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/blocklets.d.ts +1 -0
- package/dist/components/auto-translate/api.d.ts +14 -0
- package/dist/components/auto-translate/auto-translate-button.d.ts +4 -0
- package/dist/components/auto-translate/editor-store-adaptor.d.ts +1 -0
- package/dist/components/auto-translate/index.d.ts +6 -0
- package/dist/components/auto-translate/languages.d.ts +13 -0
- package/dist/components/auto-translate/post-auto-translate-plugin.d.ts +13 -0
- package/dist/components/auto-translate/store.d.ts +21 -0
- package/dist/components/auto-translate/translate.d.ts +16 -0
- package/dist/components/auto-translate/utils.d.ts +9 -0
- package/dist/components/auto-translate/with-availibility-check.d.ts +2 -0
- package/dist/components/hooks/locale-context.d.ts +10 -0
- package/dist/components/hooks/session.d.ts +1 -0
- package/dist/components/posts/comment-list/context.d.ts +3 -1
- package/dist/components/posts/comment.d.ts +2 -1
- package/dist/components/posts/post.d.ts +2 -1
- package/dist/constants.d.ts +3 -0
- package/dist/{editor-gidK4SQd.mjs → editor-CdK8tIVK.mjs} +1 -1
- package/dist/{index-h097ecr7.mjs → index-CIb6-P8d.mjs} +403 -60
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +11 -1
- package/dist/index.umd.js +369 -32
- package/package.json +9 -6
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from "@blocklet/labels";
|
|
2
|
-
import { W, o, Y, A, n, af, B, G, N, L, O, ar, _, Z, a1, $, a0, a3, x, C, y, z, F, a7, a8, aj, aa, T, U, ae, D, ai, ah, K, H, J, aG, aH, b, m, ag, M, P, aC, aq, w, v, aE, aF, R, S, ab, as, aD, q, a4, a6, ak, an, am, aI, aA, at, Q, ao, aK, au, aJ, ax, ay, aL, l, az, h, p, r, k, aw, t, j, ac, aB, X, c, a2, E, a9, ad, e, u, ap, d, av, a5, al, f } from "./index-
|
|
2
|
+
import { W, o, Y, aQ, A, n, af, B, G, N, L, O, ar, _, Z, a1, $, a0, a3, x, C, y, z, F, a7, a8, aj, aa, T, U, ae, D, ai, ah, K, H, J, aG, aH, b, m, ag, M, P, aC, aq, w, aR, aS, v, aE, aF, R, S, ab, as, aD, q, aP, a4, a6, ak, an, am, aM, aI, aA, at, Q, ao, aK, au, aJ, ax, ay, aN, aL, l, az, h, p, r, k, aw, t, j, ac, aB, X, aT, c, a2, E, a9, ad, aV, e, u, ap, d, av, aU, aO, a5, al, f } from "./index-CIb6-P8d.mjs";
|
|
3
3
|
import "react/jsx-runtime";
|
|
4
4
|
import "react";
|
|
5
5
|
import "@mui/material/Box";
|
|
@@ -12,6 +12,7 @@ export {
|
|
|
12
12
|
W as AccessControl,
|
|
13
13
|
o as AuthorInfo,
|
|
14
14
|
Y as AuthzProvider,
|
|
15
|
+
aQ as AutoTranslateHeaderAddon,
|
|
15
16
|
A as Avatar,
|
|
16
17
|
n as Avatars,
|
|
17
18
|
af as Back,
|
|
@@ -55,6 +56,8 @@ export {
|
|
|
55
56
|
aC as Paywall,
|
|
56
57
|
aq as PointUpProvider,
|
|
57
58
|
w as Post,
|
|
59
|
+
aR as PostAutoTranslatePlugin,
|
|
60
|
+
aS as PostAutoTranslationContainer,
|
|
58
61
|
v as PostContent,
|
|
59
62
|
aE as ProfileCard,
|
|
60
63
|
aF as ProfileCardTooltip,
|
|
@@ -64,11 +67,13 @@ export {
|
|
|
64
67
|
as as SegmentedControl,
|
|
65
68
|
aD as SubscriptionPaywall,
|
|
66
69
|
q as SystemUser,
|
|
70
|
+
aP as Translate,
|
|
67
71
|
a4 as UnreadNotificationContext,
|
|
68
72
|
a6 as UnreadNotificationProvider,
|
|
69
73
|
ak as UploaderContext,
|
|
70
74
|
an as UploaderProvider,
|
|
71
75
|
am as UploaderTrigger,
|
|
76
|
+
aM as blockletExists,
|
|
72
77
|
aI as blockletMountPointsByDid,
|
|
73
78
|
aA as closeArcSphereDialog,
|
|
74
79
|
at as create,
|
|
@@ -79,6 +84,7 @@ export {
|
|
|
79
84
|
aJ as isBlockletApp,
|
|
80
85
|
ax as isInArcSphere,
|
|
81
86
|
ay as isInArcSphereDialog,
|
|
87
|
+
aN as isInlineTranslationAvailable,
|
|
82
88
|
aL as isValidUser,
|
|
83
89
|
l as lexicalUtils,
|
|
84
90
|
az as openArcSphereDialog,
|
|
@@ -92,16 +98,20 @@ export {
|
|
|
92
98
|
ac as useApiErrorHandler,
|
|
93
99
|
aB as useArcSphereDialog,
|
|
94
100
|
X as useAuthzContext,
|
|
101
|
+
aT as useAutoTranslateStore,
|
|
95
102
|
c as useChanged,
|
|
96
103
|
a2 as useChatContext,
|
|
97
104
|
E as useCommentsContext,
|
|
98
105
|
a9 as useConfirm,
|
|
99
106
|
ad as useDefaultApiErrorHandler,
|
|
107
|
+
aV as useEditorStoreAdapter,
|
|
100
108
|
e as useEventCallback,
|
|
101
109
|
u as useNow,
|
|
102
110
|
ap as usePointUpContext,
|
|
103
111
|
d as useSessionContext,
|
|
104
112
|
av as useSubscription,
|
|
113
|
+
aU as useTargetLanguage,
|
|
114
|
+
aO as useTranslate,
|
|
105
115
|
a5 as useUnreadNotification,
|
|
106
116
|
al as useUploader,
|
|
107
117
|
f as utils
|