tetrons 2.3.98 → 2.3.100
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/app/HomeClient.d.ts +1 -0
- package/dist/app/layout.d.ts +7 -0
- package/dist/app/page.d.ts +1 -0
- package/dist/app/view/page.d.ts +1 -0
- package/dist/chunk-EO6RXFIC.mjs +79 -0
- package/dist/components/Editor/AIModal.d.ts +8 -0
- package/dist/components/Editor/Editor.d.ts +3 -0
- package/dist/components/Editor/LinkPreviewPopup.d.ts +14 -0
- package/dist/components/Editor/TetronsEditor.d.ts +8 -0
- package/dist/components/Editor/config/versionConfig.d.ts +3 -0
- package/dist/components/Editor/toolbar/BasicToolbar.d.ts +12 -0
- package/dist/components/Editor/toolbar/CodeEditor.d.ts +13 -0
- package/dist/components/Editor/toolbar/Converter.d.ts +3 -0
- package/dist/components/Editor/toolbar/FaqSection.d.ts +2 -0
- package/dist/components/Editor/toolbar/FindReplaceModal.d.ts +9 -0
- package/dist/components/Editor/toolbar/HelpModal.d.ts +8 -0
- package/dist/components/Editor/toolbar/ImageToTextModal.d.ts +7 -0
- package/dist/components/Editor/toolbar/MathEquation.d.ts +10 -0
- package/dist/components/Editor/toolbar/SecondRow.d.ts +18 -0
- package/dist/components/Editor/toolbar/ShareEmailModal.d.ts +5 -0
- package/dist/components/Editor/toolbar/ShareLinkModal.d.ts +7 -0
- package/dist/components/Editor/toolbar/Tabs.d.ts +6 -0
- package/dist/components/Editor/toolbar/ThirdRow.d.ts +9 -0
- package/dist/components/Editor/toolbar/TopMenu.d.ts +24 -0
- package/dist/components/Editor/toolbar/Translator.d.ts +3 -0
- package/dist/components/Editor/toolbar/UserGuideSection.d.ts +2 -0
- package/dist/components/Editor/toolbar/VersionDiffModal.d.ts +6 -0
- package/dist/components/Editor/toolbar/VersionHistoryModal.d.ts +12 -0
- package/dist/components/Editor/toolbar/VersionInfoSection.d.ts +2 -0
- package/dist/components/Editor/toolbar/VersionRollbackModal.d.ts +6 -0
- package/dist/components/Editor/toolbar/VirtualKeyboard.d.ts +11 -0
- package/dist/components/Editor/toolbar/VoiceModal.d.ts +7 -0
- package/dist/components/Editor/toolbar/extensions/Audio.d.ts +2 -0
- package/dist/components/Editor/toolbar/extensions/BetterListItem.d.ts +1 -0
- package/dist/components/Editor/toolbar/extensions/Comment.d.ts +17 -0
- package/dist/components/Editor/toolbar/extensions/Embed.d.ts +7 -0
- package/dist/components/Editor/toolbar/extensions/FontFamily.d.ts +10 -0
- package/dist/components/Editor/toolbar/extensions/FontSize.d.ts +10 -0
- package/dist/components/Editor/toolbar/extensions/FontStyleCommands.d.ts +2 -0
- package/dist/components/Editor/toolbar/extensions/LineHeightExtension.d.ts +2 -0
- package/dist/components/Editor/toolbar/extensions/MathBlock.d.ts +12 -0
- package/dist/components/Editor/toolbar/extensions/MathBlockView.d.ts +3 -0
- package/dist/components/Editor/toolbar/extensions/MathNode.d.ts +10 -0
- package/dist/components/Editor/toolbar/extensions/ResizableEmbed.d.ts +9 -0
- package/dist/components/Editor/toolbar/extensions/ResizableImage.d.ts +2 -0
- package/dist/components/Editor/toolbar/extensions/ResizableVideo.d.ts +2 -0
- package/dist/components/Editor/toolbar/extensions/WordCount.d.ts +2 -0
- package/dist/components/Editor/toolbar/groups/AlignGroup.d.ts +8 -0
- package/dist/components/Editor/toolbar/groups/ClipboardGroup.d.ts +8 -0
- package/dist/components/Editor/toolbar/groups/ColorGroup.d.ts +8 -0
- package/dist/components/Editor/toolbar/groups/FileGroup.d.ts +12 -0
- package/dist/components/Editor/toolbar/groups/InsertGroup.d.ts +6 -0
- package/dist/components/Editor/toolbar/groups/ListGroup.d.ts +8 -0
- package/dist/components/Editor/toolbar/groups/PlatinumGroup.d.ts +19 -0
- package/dist/components/Editor/toolbar/groups/PreviewModal.d.ts +8 -0
- package/dist/components/Editor/toolbar/groups/TextFormattingGroup.d.ts +8 -0
- package/dist/components/Editor/toolbar/groups/UtilityGroup.d.ts +10 -0
- package/dist/components/Editor/toolbar/useFileActions.d.ts +6 -0
- package/dist/components/Editor/toolbar/useUtilityActions.d.ts +8 -0
- package/dist/components/Editor/types/TetronsEditorProps.d.ts +100 -0
- package/dist/components/Editor/types/ValidationResponse.d.ts +10 -0
- package/dist/components/ui/Button.d.ts +12 -0
- package/dist/components/ui/ConfirmModal.d.ts +10 -0
- package/dist/components/ui/Dropdown.d.ts +14 -0
- package/dist/index.css +4888 -0
- package/dist/index.d.ts +6 -16
- package/dist/index.mjs +14802 -14936
- package/dist/lib/indianKeyboardLayouts.d.ts +1 -0
- package/dist/lib/languages.d.ts +1 -0
- package/dist/server/dictionary.d.ts +1 -0
- package/dist/tiptap/extensions/SpellCheck.d.ts +2 -0
- package/dist/types/VersionEntry.d.ts +6 -0
- package/dist/typescript-A2I22B6E.mjs +210768 -0
- package/package.json +88 -109
- package/dist/app/api/ai-action/route.cjs +0 -61
- package/dist/app/api/ai-action/route.d.mts +0 -9
- package/dist/app/api/ai-action/route.d.ts +0 -9
- package/dist/app/api/ai-action/route.mjs +0 -36
- package/dist/app/api/execute/route.cjs +0 -55
- package/dist/app/api/execute/route.d.mts +0 -8
- package/dist/app/api/execute/route.d.ts +0 -8
- package/dist/app/api/execute/route.mjs +0 -30
- package/dist/app/api/export/route.cjs +0 -33
- package/dist/app/api/export/route.d.mts +0 -3
- package/dist/app/api/export/route.d.ts +0 -3
- package/dist/app/api/export/route.mjs +0 -8
- package/dist/app/api/register/route.cjs +0 -120
- package/dist/app/api/register/route.d.mts +0 -10
- package/dist/app/api/register/route.d.ts +0 -10
- package/dist/app/api/register/route.mjs +0 -85
- package/dist/app/api/save/route.cjs +0 -53
- package/dist/app/api/save/route.d.mts +0 -9
- package/dist/app/api/save/route.d.ts +0 -9
- package/dist/app/api/save/route.mjs +0 -18
- package/dist/app/api/transcribe/route.cjs +0 -72
- package/dist/app/api/transcribe/route.d.mts +0 -10
- package/dist/app/api/transcribe/route.d.ts +0 -10
- package/dist/app/api/transcribe/route.mjs +0 -46
- package/dist/app/api/validate/route.cjs +0 -143
- package/dist/app/api/validate/route.d.mts +0 -13
- package/dist/app/api/validate/route.d.ts +0 -13
- package/dist/app/api/validate/route.mjs +0 -107
- package/dist/components/UI/Dropdown.tsx +0 -0
- package/dist/components/tetrons/EditorContent.tsx +0 -272
- package/dist/components/tetrons/ResizableImageComponent.tsx +0 -112
- package/dist/components/tetrons/ResizableVideoComponent.tsx +0 -56
- package/dist/dictionaries/index.aff +0 -205
- package/dist/dictionaries/index.dic +0 -49569
- package/dist/index.cjs +0 -17652
- package/dist/index.d.mts +0 -16
- package/dist/styles/tetrons.css +0 -981
- package/public/dictionaries/index.aff +0 -205
- package/public/dictionaries/index.dic +0 -49569
- /package/dist/components/{UI/Button.tsx → Editor/config/featureConfig.d.ts} +0 -0
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
SET UTF-8
|
|
2
|
-
TRY esianrtolcdugmphbyfvkwzESIANRTOLCDUGMPHBYFVKWZ'
|
|
3
|
-
ICONV 1
|
|
4
|
-
ICONV ’ '
|
|
5
|
-
NOSUGGEST !
|
|
6
|
-
|
|
7
|
-
# ordinal numbers
|
|
8
|
-
COMPOUNDMIN 1
|
|
9
|
-
# only in compounds: 1th, 2th, 3th
|
|
10
|
-
ONLYINCOMPOUND c
|
|
11
|
-
# compound rules:
|
|
12
|
-
# 1. [0-9]*1[0-9]th (10th, 11th, 12th, 56714th, etc.)
|
|
13
|
-
# 2. [0-9]*[02-9](1st|2nd|3rd|[4-9]th) (21st, 22nd, 123rd, 1234th, etc.)
|
|
14
|
-
COMPOUNDRULE 2
|
|
15
|
-
COMPOUNDRULE n*1t
|
|
16
|
-
COMPOUNDRULE n*mp
|
|
17
|
-
WORDCHARS 0123456789
|
|
18
|
-
|
|
19
|
-
PFX A Y 1
|
|
20
|
-
PFX A 0 re .
|
|
21
|
-
|
|
22
|
-
PFX I Y 1
|
|
23
|
-
PFX I 0 in .
|
|
24
|
-
|
|
25
|
-
PFX U Y 1
|
|
26
|
-
PFX U 0 un .
|
|
27
|
-
|
|
28
|
-
PFX C Y 1
|
|
29
|
-
PFX C 0 de .
|
|
30
|
-
|
|
31
|
-
PFX E Y 1
|
|
32
|
-
PFX E 0 dis .
|
|
33
|
-
|
|
34
|
-
PFX F Y 1
|
|
35
|
-
PFX F 0 con .
|
|
36
|
-
|
|
37
|
-
PFX K Y 1
|
|
38
|
-
PFX K 0 pro .
|
|
39
|
-
|
|
40
|
-
SFX V N 2
|
|
41
|
-
SFX V e ive e
|
|
42
|
-
SFX V 0 ive [^e]
|
|
43
|
-
|
|
44
|
-
SFX N Y 3
|
|
45
|
-
SFX N e ion e
|
|
46
|
-
SFX N y ication y
|
|
47
|
-
SFX N 0 en [^ey]
|
|
48
|
-
|
|
49
|
-
SFX X Y 3
|
|
50
|
-
SFX X e ions e
|
|
51
|
-
SFX X y ications y
|
|
52
|
-
SFX X 0 ens [^ey]
|
|
53
|
-
|
|
54
|
-
SFX H N 2
|
|
55
|
-
SFX H y ieth y
|
|
56
|
-
SFX H 0 th [^y]
|
|
57
|
-
|
|
58
|
-
SFX Y Y 1
|
|
59
|
-
SFX Y 0 ly .
|
|
60
|
-
|
|
61
|
-
SFX G Y 2
|
|
62
|
-
SFX G e ing e
|
|
63
|
-
SFX G 0 ing [^e]
|
|
64
|
-
|
|
65
|
-
SFX J Y 2
|
|
66
|
-
SFX J e ings e
|
|
67
|
-
SFX J 0 ings [^e]
|
|
68
|
-
|
|
69
|
-
SFX D Y 4
|
|
70
|
-
SFX D 0 d e
|
|
71
|
-
SFX D y ied [^aeiou]y
|
|
72
|
-
SFX D 0 ed [^ey]
|
|
73
|
-
SFX D 0 ed [aeiou]y
|
|
74
|
-
|
|
75
|
-
SFX T N 4
|
|
76
|
-
SFX T 0 st e
|
|
77
|
-
SFX T y iest [^aeiou]y
|
|
78
|
-
SFX T 0 est [aeiou]y
|
|
79
|
-
SFX T 0 est [^ey]
|
|
80
|
-
|
|
81
|
-
SFX R Y 4
|
|
82
|
-
SFX R 0 r e
|
|
83
|
-
SFX R y ier [^aeiou]y
|
|
84
|
-
SFX R 0 er [aeiou]y
|
|
85
|
-
SFX R 0 er [^ey]
|
|
86
|
-
|
|
87
|
-
SFX Z Y 4
|
|
88
|
-
SFX Z 0 rs e
|
|
89
|
-
SFX Z y iers [^aeiou]y
|
|
90
|
-
SFX Z 0 ers [aeiou]y
|
|
91
|
-
SFX Z 0 ers [^ey]
|
|
92
|
-
|
|
93
|
-
SFX S Y 4
|
|
94
|
-
SFX S y ies [^aeiou]y
|
|
95
|
-
SFX S 0 s [aeiou]y
|
|
96
|
-
SFX S 0 es [sxzh]
|
|
97
|
-
SFX S 0 s [^sxzhy]
|
|
98
|
-
|
|
99
|
-
SFX P Y 3
|
|
100
|
-
SFX P y iness [^aeiou]y
|
|
101
|
-
SFX P 0 ness [aeiou]y
|
|
102
|
-
SFX P 0 ness [^y]
|
|
103
|
-
|
|
104
|
-
SFX M Y 1
|
|
105
|
-
SFX M 0 's .
|
|
106
|
-
|
|
107
|
-
SFX B Y 3
|
|
108
|
-
SFX B 0 able [^aeiou]
|
|
109
|
-
SFX B 0 able ee
|
|
110
|
-
SFX B e able [^aeiou]e
|
|
111
|
-
|
|
112
|
-
SFX L Y 1
|
|
113
|
-
SFX L 0 ment .
|
|
114
|
-
|
|
115
|
-
REP 90
|
|
116
|
-
REP a ei
|
|
117
|
-
REP ei a
|
|
118
|
-
REP a ey
|
|
119
|
-
REP ey a
|
|
120
|
-
REP ai ie
|
|
121
|
-
REP ie ai
|
|
122
|
-
REP alot a_lot
|
|
123
|
-
REP are air
|
|
124
|
-
REP are ear
|
|
125
|
-
REP are eir
|
|
126
|
-
REP air are
|
|
127
|
-
REP air ere
|
|
128
|
-
REP ere air
|
|
129
|
-
REP ere ear
|
|
130
|
-
REP ere eir
|
|
131
|
-
REP ear are
|
|
132
|
-
REP ear air
|
|
133
|
-
REP ear ere
|
|
134
|
-
REP eir are
|
|
135
|
-
REP eir ere
|
|
136
|
-
REP ch te
|
|
137
|
-
REP te ch
|
|
138
|
-
REP ch ti
|
|
139
|
-
REP ti ch
|
|
140
|
-
REP ch tu
|
|
141
|
-
REP tu ch
|
|
142
|
-
REP ch s
|
|
143
|
-
REP s ch
|
|
144
|
-
REP ch k
|
|
145
|
-
REP k ch
|
|
146
|
-
REP f ph
|
|
147
|
-
REP ph f
|
|
148
|
-
REP gh f
|
|
149
|
-
REP f gh
|
|
150
|
-
REP i igh
|
|
151
|
-
REP igh i
|
|
152
|
-
REP i uy
|
|
153
|
-
REP uy i
|
|
154
|
-
REP i ee
|
|
155
|
-
REP ee i
|
|
156
|
-
REP j di
|
|
157
|
-
REP di j
|
|
158
|
-
REP j gg
|
|
159
|
-
REP gg j
|
|
160
|
-
REP j ge
|
|
161
|
-
REP ge j
|
|
162
|
-
REP s ti
|
|
163
|
-
REP ti s
|
|
164
|
-
REP s ci
|
|
165
|
-
REP ci s
|
|
166
|
-
REP k cc
|
|
167
|
-
REP cc k
|
|
168
|
-
REP k qu
|
|
169
|
-
REP qu k
|
|
170
|
-
REP kw qu
|
|
171
|
-
REP o eau
|
|
172
|
-
REP eau o
|
|
173
|
-
REP o ew
|
|
174
|
-
REP ew o
|
|
175
|
-
REP oo ew
|
|
176
|
-
REP ew oo
|
|
177
|
-
REP ew ui
|
|
178
|
-
REP ui ew
|
|
179
|
-
REP oo ui
|
|
180
|
-
REP ui oo
|
|
181
|
-
REP ew u
|
|
182
|
-
REP u ew
|
|
183
|
-
REP oo u
|
|
184
|
-
REP u oo
|
|
185
|
-
REP u oe
|
|
186
|
-
REP oe u
|
|
187
|
-
REP u ieu
|
|
188
|
-
REP ieu u
|
|
189
|
-
REP ue ew
|
|
190
|
-
REP ew ue
|
|
191
|
-
REP uff ough
|
|
192
|
-
REP oo ieu
|
|
193
|
-
REP ieu oo
|
|
194
|
-
REP ier ear
|
|
195
|
-
REP ear ier
|
|
196
|
-
REP ear air
|
|
197
|
-
REP air ear
|
|
198
|
-
REP w qu
|
|
199
|
-
REP qu w
|
|
200
|
-
REP z ss
|
|
201
|
-
REP ss z
|
|
202
|
-
REP shun tion
|
|
203
|
-
REP shun sion
|
|
204
|
-
REP shun cion
|
|
205
|
-
REP size cise
|