@kennethmakjw/appflowy-editor-react19 0.0.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/README.md +306 -0
- package/dist/ar-SA-B3W2Oswh.cjs +8 -0
- package/dist/ar-SA-CaPcPWVS.js +8 -0
- package/dist/ca-ES-DehQhAeM.js +8 -0
- package/dist/ca-ES-WjpoQZs5.cjs +8 -0
- package/dist/ckb-KU-Cc13dwJI.cjs +8 -0
- package/dist/ckb-KU-DXz5rZMu.js +8 -0
- package/dist/components/Leaf.d.ts +3 -0
- package/dist/components/element/BulletedList.d.ts +3 -0
- package/dist/components/element/Checkbox.d.ts +3 -0
- package/dist/components/element/CodeBlock/index.d.ts +3 -0
- package/dist/components/element/CodeBlock/useDecorate.d.ts +3 -0
- package/dist/components/element/CodeBlock/utils.d.ts +2 -0
- package/dist/components/element/Divider.d.ts +3 -0
- package/dist/components/element/Element.d.ts +3 -0
- package/dist/components/element/Heading.d.ts +3 -0
- package/dist/components/element/Image.d.ts +3 -0
- package/dist/components/element/LinkPreview.d.ts +3 -0
- package/dist/components/element/NumberedList.d.ts +3 -0
- package/dist/components/element/Quote.d.ts +3 -0
- package/dist/components/element/Table.d.ts +3 -0
- package/dist/components/element/TableCell.d.ts +3 -0
- package/dist/components/element/TableRow.d.ts +3 -0
- package/dist/components/element/index.d.ts +1 -0
- package/dist/components/fixed-toolbar/Aa.d.ts +2 -0
- package/dist/components/fixed-toolbar/BIUS.d.ts +4 -0
- package/dist/components/fixed-toolbar/Color.d.ts +2 -0
- package/dist/components/fixed-toolbar/FixedToolbar.d.ts +2 -0
- package/dist/components/fixed-toolbar/List.d.ts +2 -0
- package/dist/components/fixed-toolbar/index.d.ts +1 -0
- package/dist/components/ui/alert.d.ts +8 -0
- package/dist/components/ui/button.d.ts +15 -0
- package/dist/components/ui/input.d.ts +3 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/loading-dots.d.ts +4 -0
- package/dist/components/ui/popover.d.ts +12 -0
- package/dist/components/ui/select.d.ts +13 -0
- package/dist/components/ui/separator.d.ts +4 -0
- package/dist/components/ui/switch.d.ts +4 -0
- package/dist/components/ui/tooltip.d.ts +7 -0
- package/dist/cs-CZ-B7cFODNF.js +8 -0
- package/dist/cs-CZ-BiGttx8Y.cjs +8 -0
- package/dist/de-DE-3L1r5Sau.cjs +8 -0
- package/dist/de-DE-CJLJMQlm.js +8 -0
- package/dist/dev/App.d.ts +1 -0
- package/dist/dev/MarkdownDemo.d.ts +2 -0
- package/dist/dev/i18n.d.ts +1 -0
- package/dist/dev/main.d.ts +1 -0
- package/dist/editor/Editor.d.ts +3 -0
- package/dist/editor/RichText.d.ts +12 -0
- package/dist/editor/context.d.ts +6 -0
- package/dist/editor/index.d.ts +2 -0
- package/dist/editor/useEditor.d.ts +5 -0
- package/dist/editor/useKeydown.d.ts +3 -0
- package/dist/es-VE-IXYuj5s7.js +8 -0
- package/dist/es-VE-ZvJoouw6.cjs +8 -0
- package/dist/eu-ES-BGs4iMYs.js +8 -0
- package/dist/eu-ES-DjInTP04.cjs +8 -0
- package/dist/fa-BCkDldDE.js +8 -0
- package/dist/fa-BsZBNwW8.cjs +8 -0
- package/dist/fr-CA-BlpVaep8.cjs +8 -0
- package/dist/fr-CA-v0JzOPW4.js +8 -0
- package/dist/fr-FR-CiKan-7_.cjs +8 -0
- package/dist/fr-FR-DsF3n-KY.js +8 -0
- package/dist/he-BwXJVdkh.cjs +8 -0
- package/dist/he-DtMbntw2.js +8 -0
- package/dist/hu-HU-B6cP2C9b.cjs +8 -0
- package/dist/hu-HU-BIfnlWEM.js +8 -0
- package/dist/i18n/config.d.ts +3 -0
- package/dist/i18n/index.d.ts +4 -0
- package/dist/id-ID-AOveF0gP.js +8 -0
- package/dist/id-ID-cZS98QKP.cjs +8 -0
- package/dist/index.css +1593 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +10266 -0
- package/dist/index.mjs +10250 -0
- package/dist/it-IT-DN-rTKuB.js +8 -0
- package/dist/it-IT-rGclB8nF.cjs +8 -0
- package/dist/ja-JP-BT23Z2YG.js +8 -0
- package/dist/ja-JP-DaiwUIKv.cjs +8 -0
- package/dist/ko-KR-CBlhTpPW.cjs +8 -0
- package/dist/ko-KR-DYwSdomr.js +8 -0
- package/dist/lib/color.d.ts +50 -0
- package/dist/lib/editor.d.ts +11 -0
- package/dist/lib/hotkeys.d.ts +66 -0
- package/dist/lib/list.d.ts +6 -0
- package/dist/lib/markdown.d.ts +3 -0
- package/dist/lib/mdast.d.ts +5 -0
- package/dist/lib/mdast.test.d.ts +1 -0
- package/dist/lib/transform.d.ts +7 -0
- package/dist/lib/utils.d.ts +9 -0
- package/dist/locales/ar-SA.json +17 -0
- package/dist/locales/ca-ES.json +17 -0
- package/dist/locales/ckb-KU.json +5 -0
- package/dist/locales/cs-CZ.json +17 -0
- package/dist/locales/de-DE.json +17 -0
- package/dist/locales/en.json +38 -0
- package/dist/locales/es-VE.json +17 -0
- package/dist/locales/eu-ES.json +17 -0
- package/dist/locales/fa.json +17 -0
- package/dist/locales/fr-CA.json +17 -0
- package/dist/locales/fr-FR.json +17 -0
- package/dist/locales/he.json +17 -0
- package/dist/locales/hu-HU.json +17 -0
- package/dist/locales/id-ID.json +17 -0
- package/dist/locales/it-IT.json +17 -0
- package/dist/locales/ja-JP.json +17 -0
- package/dist/locales/ko-KR.json +17 -0
- package/dist/locales/pl-PL.json +17 -0
- package/dist/locales/pt-BR.json +17 -0
- package/dist/locales/pt-PT.json +17 -0
- package/dist/locales/ru-RU.json +17 -0
- package/dist/locales/sv-SE.json +17 -0
- package/dist/locales/th-TH.json +17 -0
- package/dist/locales/tr-TR.json +17 -0
- package/dist/locales/uk-UA.json +17 -0
- package/dist/locales/vi-VN.json +17 -0
- package/dist/locales/vi.json +17 -0
- package/dist/locales/zh-CN.json +17 -0
- package/dist/locales/zh-TW.json +17 -0
- package/dist/markdown-BidIaSbx.cjs +3274 -0
- package/dist/markdown-CeG0xHLH.js +3275 -0
- package/dist/pl-PL-C_wxsekf.js +8 -0
- package/dist/pl-PL-DBrdwSfX.cjs +8 -0
- package/dist/plugins/index.d.ts +2 -0
- package/dist/plugins/withMarkdown.d.ts +2 -0
- package/dist/plugins/withPasted.d.ts +18 -0
- package/dist/pt-BR-CcIBbs5v.js +8 -0
- package/dist/pt-BR-CpCH-0Ym.cjs +8 -0
- package/dist/pt-PT-2DJTSiTI.js +8 -0
- package/dist/pt-PT-CuvXqmHX.cjs +8 -0
- package/dist/ru-RU-BcrEOraZ.cjs +8 -0
- package/dist/ru-RU-DZ-BGTMT.js +8 -0
- package/dist/sv-SE-B-1TVV6s.js +8 -0
- package/dist/sv-SE-EHxWN7g5.cjs +8 -0
- package/dist/th-TH-B2osIZz0.cjs +8 -0
- package/dist/th-TH-HhkGXVcg.js +8 -0
- package/dist/tr-TR-DKzjnjXz.js +8 -0
- package/dist/tr-TR-DPok6TDa.cjs +8 -0
- package/dist/types/element.d.ts +10 -0
- package/dist/types/index.d.ts +53 -0
- package/dist/uk-UA-CvadWbnH.cjs +8 -0
- package/dist/uk-UA-Us4Zq40s.js +8 -0
- package/dist/vi-DGchnzC4.cjs +8 -0
- package/dist/vi-DV4OvZ5s.js +8 -0
- package/dist/vi-VN-BZdQFzYv.js +8 -0
- package/dist/vi-VN-DzF53ZQz.cjs +8 -0
- package/dist/zh-CN-D7lPKvRq.js +8 -0
- package/dist/zh-CN-FWhRTZFL.cjs +8 -0
- package/dist/zh-TW-D24z6DBg.js +8 -0
- package/dist/zh-TW-DSEvmJwy.cjs +8 -0
- package/package.json +103 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Skriv något...",
|
|
4
|
+
"fontColorDefault": "Standard",
|
|
5
|
+
"fontColorRed": "Röd",
|
|
6
|
+
"fontColorGreen": "Grön",
|
|
7
|
+
"fontColorBlue": "Blå",
|
|
8
|
+
"fontColorYellow": "Gul",
|
|
9
|
+
"fontColorOrange": "Orange",
|
|
10
|
+
"fontColorPurple": "Purpur",
|
|
11
|
+
"fontColorPink": "Rosa",
|
|
12
|
+
"fontColorBrown": "Brun",
|
|
13
|
+
"fontColorGray": "Grå",
|
|
14
|
+
"backgroundColorDefault": "Standard",
|
|
15
|
+
"backgroundColorRed": "Röd"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "เขียนอะไรบางอย่าง...",
|
|
4
|
+
"fontColorDefault": "ค่าเริ่มต้น",
|
|
5
|
+
"fontColorRed": "สีแดง",
|
|
6
|
+
"fontColorGreen": "สีเขียว",
|
|
7
|
+
"fontColorBlue": "สีฟ้า",
|
|
8
|
+
"fontColorYellow": "สีเหลือง",
|
|
9
|
+
"fontColorOrange": "ส้ม",
|
|
10
|
+
"fontColorPurple": "สีม่วง",
|
|
11
|
+
"fontColorPink": "สีชมพู",
|
|
12
|
+
"fontColorBrown": "สีน้ำตาล",
|
|
13
|
+
"fontColorGray": "สีเทา",
|
|
14
|
+
"backgroundColorDefault": "ค่าเริ่มต้น",
|
|
15
|
+
"backgroundColorRed": "สีแดง"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Bir şeyler yaz...",
|
|
4
|
+
"fontColorDefault": "Varsayılan",
|
|
5
|
+
"fontColorRed": "Kırmızı",
|
|
6
|
+
"fontColorGreen": "Yeşil",
|
|
7
|
+
"fontColorBlue": "Mavi",
|
|
8
|
+
"fontColorYellow": "Sarı",
|
|
9
|
+
"fontColorOrange": "Turuncu",
|
|
10
|
+
"fontColorPurple": "Mor",
|
|
11
|
+
"fontColorPink": "Pembe",
|
|
12
|
+
"fontColorBrown": "Kahverengi",
|
|
13
|
+
"fontColorGray": "Gri",
|
|
14
|
+
"backgroundColorDefault": "Varsayılan",
|
|
15
|
+
"backgroundColorRed": "Kırmızı"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Напиши щось...",
|
|
4
|
+
"fontColorDefault": "За замовчуванням",
|
|
5
|
+
"fontColorRed": "Червоний",
|
|
6
|
+
"fontColorGreen": "Зелений",
|
|
7
|
+
"fontColorBlue": "Синій",
|
|
8
|
+
"fontColorYellow": "Жовтий",
|
|
9
|
+
"fontColorOrange": "Помаранчевий",
|
|
10
|
+
"fontColorPurple": "Фіолетовий",
|
|
11
|
+
"fontColorPink": "Рожевий",
|
|
12
|
+
"fontColorBrown": "Коричневий",
|
|
13
|
+
"fontColorGray": "Сірий",
|
|
14
|
+
"backgroundColorDefault": "За замовчуванням",
|
|
15
|
+
"backgroundColorRed": "Червоний"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Viết gì đó...",
|
|
4
|
+
"fontColorDefault": "Mặc định",
|
|
5
|
+
"fontColorRed": "Màu đỏ",
|
|
6
|
+
"fontColorGreen": "Màu xanh lá",
|
|
7
|
+
"fontColorBlue": "Màu xanh da trời",
|
|
8
|
+
"fontColorYellow": "Màu vàng",
|
|
9
|
+
"fontColorOrange": "Quả cam",
|
|
10
|
+
"fontColorPurple": "Màu tím",
|
|
11
|
+
"fontColorPink": "Hồng",
|
|
12
|
+
"fontColorBrown": "Màu nâu",
|
|
13
|
+
"fontColorGray": "Xám",
|
|
14
|
+
"backgroundColorDefault": "Mặc định",
|
|
15
|
+
"backgroundColorRed": "Màu đỏ"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "Viết gì đó...",
|
|
4
|
+
"fontColorDefault": "Mặc định",
|
|
5
|
+
"fontColorRed": "Màu đỏ",
|
|
6
|
+
"fontColorGreen": "Màu xanh lá",
|
|
7
|
+
"fontColorBlue": "Màu xanh da trời",
|
|
8
|
+
"fontColorYellow": "Màu vàng",
|
|
9
|
+
"fontColorOrange": "Quả cam",
|
|
10
|
+
"fontColorPurple": "Màu tím",
|
|
11
|
+
"fontColorPink": "Hồng",
|
|
12
|
+
"fontColorBrown": "Màu nâu",
|
|
13
|
+
"fontColorGray": "Xám",
|
|
14
|
+
"backgroundColorDefault": "Mặc định",
|
|
15
|
+
"backgroundColorRed": "Màu đỏ"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "写点东西...",
|
|
4
|
+
"fontColorDefault": "默认",
|
|
5
|
+
"fontColorRed": "红色的",
|
|
6
|
+
"fontColorGreen": "绿色的",
|
|
7
|
+
"fontColorBlue": "蓝色的",
|
|
8
|
+
"fontColorYellow": "黄色的",
|
|
9
|
+
"fontColorOrange": "橙子",
|
|
10
|
+
"fontColorPurple": "紫色的",
|
|
11
|
+
"fontColorPink": "粉色的",
|
|
12
|
+
"fontColorBrown": "棕色的",
|
|
13
|
+
"fontColorGray": "灰色的",
|
|
14
|
+
"backgroundColorDefault": "默认",
|
|
15
|
+
"backgroundColorRed": "红色的"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"editor": {
|
|
3
|
+
"placeholder": "寫點東西...",
|
|
4
|
+
"fontColorDefault": "預設",
|
|
5
|
+
"fontColorRed": "紅色的",
|
|
6
|
+
"fontColorGreen": "綠色的",
|
|
7
|
+
"fontColorBlue": "藍色的",
|
|
8
|
+
"fontColorYellow": "黃色的",
|
|
9
|
+
"fontColorOrange": "橘子",
|
|
10
|
+
"fontColorPurple": "紫色的",
|
|
11
|
+
"fontColorPink": "粉紅色的",
|
|
12
|
+
"fontColorBrown": "棕色的",
|
|
13
|
+
"fontColorGray": "灰色的",
|
|
14
|
+
"backgroundColorDefault": "預設",
|
|
15
|
+
"backgroundColorRed": "紅色的"
|
|
16
|
+
}
|
|
17
|
+
}
|