@tempots/beatui 0.82.0 → 0.82.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/_commonjsHelpers-DKOUU3wS.cjs +1 -0
- package/dist/_commonjsHelpers-DaMA6jEr.js +8 -0
- package/dist/auth/index.cjs.js +1 -1
- package/dist/auth/index.es.js +63 -1351
- package/dist/auth-divider-BqZPH1-z.cjs +1 -0
- package/dist/auth-divider-Wr-S16kF.js +1355 -0
- package/dist/beatui.css +1347 -0
- package/dist/beatui.tailwind.css +1347 -0
- package/dist/better-auth/index.cjs.js +1 -0
- package/dist/better-auth/index.es.js +754 -0
- package/dist/{deep-merge-CiOwVWn8.js → deep-merge-BYm0y62g.js} +34 -33
- package/dist/deep-merge-d7sf0xmN.cjs +1 -0
- package/dist/duration-input-B9UNmUCh.cjs +1 -0
- package/dist/{duration-input-B3vnnwBZ.js → duration-input-DqcJbxKD.js} +23 -22
- package/dist/editor-toolbar-group--a-xgsJw.cjs +1 -0
- package/dist/editor-toolbar-group-CVpl5mxF.js +31 -0
- package/dist/{hls.light.min-Bhrf47iR.cjs → hls.light.min-C6xKDzRR.cjs} +1 -1
- package/dist/{hls.light.min-C6VwviEa.js → hls.light.min-hEMf_E8u.js} +1 -1
- package/dist/{index-C5YCCgnn.cjs → index-05UbKOYe.cjs} +1 -1
- package/dist/{index-ChsRjiIp.cjs → index-Bt7FYl80.cjs} +19 -19
- package/dist/{index-DT6-HMMz.js → index-C2Lq1m45.js} +1432 -1462
- package/dist/{index-CiAVfKIZ.js → index-lYhXnu6I.js} +1 -1
- package/dist/index.cjs.js +4 -4
- package/dist/index.es.js +2326 -2680
- package/dist/input-container-C6qEIjcA.cjs +1 -0
- package/dist/input-container-DiCjOzR2.js +247 -0
- package/dist/json-schema/index.cjs.js +1 -1
- package/dist/json-schema/index.es.js +33 -32
- package/dist/json-schema-display/index.cjs.js +1 -1
- package/dist/json-schema-display/index.es.js +1 -1
- package/dist/json-structure/index.cjs.js +1 -1
- package/dist/json-structure/index.es.js +542 -700
- package/dist/lexical/index.cjs.js +46 -0
- package/dist/lexical/index.es.js +21370 -0
- package/dist/lexical.css +1124 -0
- package/dist/menu-CZzRsQP_.js +372 -0
- package/dist/menu-ClrU72xH.cjs +1 -0
- package/dist/modal-I5srcntN.cjs +1 -0
- package/dist/modal-v3u2Fpnd.js +488 -0
- package/dist/{notice-CZHWWwOQ.js → notice-BuZvdvZh.js} +48 -47
- package/dist/notice-CLDdy1MW.cjs +1 -0
- package/dist/{oneof-branch-detection-C8g3eWnx.cjs → oneof-branch-detection-DsM1K5xc.cjs} +1 -1
- package/dist/{oneof-branch-detection-BVNoKU9d.js → oneof-branch-detection-Dt8ss9lc.js} +1 -1
- package/dist/prosemirror/index.cjs.js +1 -1
- package/dist/prosemirror/index.es.js +1 -1
- package/dist/session-id-3KiilioY.js +8 -0
- package/dist/session-id-B5lJMzbB.cjs +1 -0
- package/dist/styles-url-B2dzXrYt.cjs +1 -0
- package/dist/styles-url-Cw_mxshe.js +4 -0
- package/dist/text-input-B3VBat1k.js +44 -0
- package/dist/text-input-Ds8e7Z1G.cjs +1 -0
- package/dist/{toolbar-DR2Zd4Oo.js → toolbar-D994_E_s.js} +4 -4
- package/dist/toolbar-x0_8lmKu.cjs +1 -0
- package/dist/types/better-auth/bridge.d.ts +2 -0
- package/dist/types/better-auth/callbacks.d.ts +6 -0
- package/dist/types/better-auth/components/authenticated.d.ts +4 -0
- package/dist/types/better-auth/components/better-auth-container.d.ts +4 -0
- package/dist/types/better-auth/components/better-auth-modal.d.ts +4 -0
- package/dist/types/better-auth/components/magic-link-form.d.ts +7 -0
- package/dist/types/better-auth/components/passkey-management.d.ts +6 -0
- package/dist/types/better-auth/components/passkey-signin.d.ts +12 -0
- package/dist/types/better-auth/components/two-factor-setup.d.ts +8 -0
- package/dist/types/better-auth/components/two-factor-verify.d.ts +10 -0
- package/dist/types/better-auth/i18n/default.d.ts +29 -0
- package/dist/types/better-auth/i18n/locales/en.d.ts +28 -0
- package/dist/types/better-auth/i18n/translations.d.ts +27 -0
- package/dist/types/better-auth/index.d.ts +22 -0
- package/dist/types/better-auth/provider.d.ts +6 -0
- package/dist/types/better-auth/session.d.ts +14 -0
- package/dist/types/better-auth/social-mapping.d.ts +2 -0
- package/dist/types/better-auth/types.d.ts +164 -0
- package/dist/types/components/auth/auth-container.d.ts +1 -1
- package/dist/types/components/auth/social-providers.d.ts +1 -1
- package/dist/types/components/auth/types.d.ts +2 -0
- package/dist/types/components/editor-toolbar/editor-toolbar-button.d.ts +16 -0
- package/dist/types/components/editor-toolbar/editor-toolbar-group.d.ts +9 -0
- package/dist/types/components/editor-toolbar/index.d.ts +2 -0
- package/dist/types/components/json-structure/controls/control-utils.d.ts +19 -0
- package/dist/types/components/json-structure/controls/index.d.ts +1 -0
- package/dist/types/components/lexical/bare-editor.d.ts +29 -0
- package/dist/types/components/lexical/code/index.d.ts +1 -0
- package/dist/types/components/lexical/code/language-selector.d.ts +13 -0
- package/dist/types/components/lexical/contextual-editor.d.ts +22 -0
- package/dist/types/components/lexical/docked-editor.d.ts +23 -0
- package/dist/types/components/lexical/floating/block-handle.d.ts +16 -0
- package/dist/types/components/lexical/floating/floating-toolbar.d.ts +12 -0
- package/dist/types/components/lexical/floating/index.d.ts +6 -0
- package/dist/types/components/lexical/floating/slash-command-palette.d.ts +20 -0
- package/dist/types/components/lexical/index.d.ts +8 -0
- package/dist/types/components/lexical/lexical-editor-input.d.ts +30 -0
- package/dist/types/components/lexical/table/index.d.ts +1 -0
- package/dist/types/components/lexical/table/table-controls.d.ts +12 -0
- package/dist/types/components/lexical/toolbar/index.d.ts +6 -0
- package/dist/types/components/lexical/toolbar/lexical-toolbar.d.ts +12 -0
- package/dist/types/components/lexical/toolbar/toolbar-button.d.ts +1 -0
- package/dist/types/components/lexical/toolbar/toolbar-group.d.ts +1 -0
- package/dist/types/components/lexical/toolbar/toolbar-helpers.d.ts +30 -0
- package/dist/types/components/prosemirror/etoolbar-button.d.ts +1 -11
- package/dist/types/components/prosemirror/etoolbar-group.d.ts +1 -4
- package/dist/types/lexical/commands/index.d.ts +17 -0
- package/dist/types/lexical/headless.d.ts +39 -0
- package/dist/types/lexical/horizontal-rule-node.d.ts +20 -0
- package/dist/types/lexical/index.d.ts +20 -0
- package/dist/types/lexical/lazy-loader.d.ts +35 -0
- package/dist/types/lexical/nodes.d.ts +29 -0
- package/dist/types/lexical/plugins/auto-link.d.ts +7 -0
- package/dist/types/lexical/plugins/clipboard.d.ts +11 -0
- package/dist/types/lexical/plugins/code-shiki.d.ts +11 -0
- package/dist/types/lexical/plugins/code.d.ts +7 -0
- package/dist/types/lexical/plugins/dragon.d.ts +6 -0
- package/dist/types/lexical/plugins/file-io.d.ts +10 -0
- package/dist/types/lexical/plugins/hashtag.d.ts +7 -0
- package/dist/types/lexical/plugins/history.d.ts +7 -0
- package/dist/types/lexical/plugins/horizontal-rule.d.ts +12 -0
- package/dist/types/lexical/plugins/html-io.d.ts +9 -0
- package/dist/types/lexical/plugins/index.d.ts +24 -0
- package/dist/types/lexical/plugins/link.d.ts +6 -0
- package/dist/types/lexical/plugins/list.d.ts +6 -0
- package/dist/types/lexical/plugins/mark.d.ts +15 -0
- package/dist/types/lexical/plugins/markdown-io.d.ts +13 -0
- package/dist/types/lexical/plugins/offset.d.ts +6 -0
- package/dist/types/lexical/plugins/overflow.d.ts +7 -0
- package/dist/types/lexical/plugins/plain-text.d.ts +6 -0
- package/dist/types/lexical/plugins/rich-text.d.ts +6 -0
- package/dist/types/lexical/plugins/selection.d.ts +6 -0
- package/dist/types/lexical/plugins/slash-commands.d.ts +26 -0
- package/dist/types/lexical/plugins/table.d.ts +11 -0
- package/dist/types/lexical/plugins/text.d.ts +13 -0
- package/dist/types/lexical/plugins/yjs.d.ts +9 -0
- package/dist/types/lexical/styles-url.d.ts +2 -0
- package/dist/types/lexical/styles.d.ts +2 -0
- package/dist/types/lexical/types.d.ts +634 -0
- package/dist/types/lexical-i18n/default.d.ts +92 -0
- package/dist/types/lexical-i18n/index.d.ts +21 -0
- package/dist/types/lexical-i18n/locales/ar.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/de.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/en.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/es.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/fa.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/fr.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/he.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/hi.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/it.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/ja.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/ko.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/nl.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/pl.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/pt.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/ru.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/tr.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/ur.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/vi.d.ts +91 -0
- package/dist/types/lexical-i18n/locales/zh.d.ts +91 -0
- package/dist/types/lexical-i18n/translations.d.ts +21 -0
- package/dist/use-animated-toggle-ChycsEoj.js +175 -0
- package/dist/use-animated-toggle-DR6CyMac.cjs +1 -0
- package/dist/{use-form-CgZyrACX.js → use-form-B56E_x5Y.js} +83 -88
- package/dist/use-form-Cnp3XQ5X.cjs +2 -0
- package/dist/widget-customization-Dk7XcVly.cjs +1 -0
- package/dist/{widget-customization-DRA7E9Zf.js → widget-customization-Ds9sicAg.js} +106 -105
- package/package.json +48 -3
- package/dist/_commonjsHelpers-C6fGbg64.js +0 -6
- package/dist/_commonjsHelpers-DwGv2jUC.cjs +0 -1
- package/dist/deep-merge-DxZqCkE5.cjs +0 -1
- package/dist/duration-input-Dg5SX3lM.cjs +0 -1
- package/dist/modal-D2xE47kr.cjs +0 -1
- package/dist/modal-hkQD1bqZ.js +0 -655
- package/dist/notice-C0SmlheE.cjs +0 -1
- package/dist/text-input-CByq5OIo.cjs +0 -1
- package/dist/text-input-CFJntP7G.js +0 -287
- package/dist/toolbar-TPWYzoiF.cjs +0 -1
- package/dist/use-form-JjeKCINk.cjs +0 -2
- package/dist/widget-customization-G-QLB1rw.cjs +0 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export * from './default';
|
|
2
|
+
export * from './translations';
|
|
3
|
+
export { default as en } from './locales/en';
|
|
4
|
+
export { default as es } from './locales/es';
|
|
5
|
+
export { default as fr } from './locales/fr';
|
|
6
|
+
export { default as de } from './locales/de';
|
|
7
|
+
export { default as ar } from './locales/ar';
|
|
8
|
+
export { default as he } from './locales/he';
|
|
9
|
+
export { default as fa } from './locales/fa';
|
|
10
|
+
export { default as ur } from './locales/ur';
|
|
11
|
+
export { default as it } from './locales/it';
|
|
12
|
+
export { default as ja } from './locales/ja';
|
|
13
|
+
export { default as ko } from './locales/ko';
|
|
14
|
+
export { default as nl } from './locales/nl';
|
|
15
|
+
export { default as pl } from './locales/pl';
|
|
16
|
+
export { default as pt } from './locales/pt';
|
|
17
|
+
export { default as ru } from './locales/ru';
|
|
18
|
+
export { default as tr } from './locales/tr';
|
|
19
|
+
export { default as vi } from './locales/vi';
|
|
20
|
+
export { default as zh } from './locales/zh';
|
|
21
|
+
export { default as hi } from './locales/hi';
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare const ar: {
|
|
2
|
+
cut: string;
|
|
3
|
+
copy: string;
|
|
4
|
+
paste: string;
|
|
5
|
+
insertTable: string;
|
|
6
|
+
indent: string;
|
|
7
|
+
outdent: string;
|
|
8
|
+
fontFamily: string;
|
|
9
|
+
fontSize: string;
|
|
10
|
+
fontColor: string;
|
|
11
|
+
highlightColor: string;
|
|
12
|
+
backgroundColor: string;
|
|
13
|
+
clearFormatting: string;
|
|
14
|
+
bold: string;
|
|
15
|
+
italic: string;
|
|
16
|
+
underline: string;
|
|
17
|
+
strikethrough: string;
|
|
18
|
+
code: string;
|
|
19
|
+
heading1: string;
|
|
20
|
+
heading2: string;
|
|
21
|
+
heading3: string;
|
|
22
|
+
heading4: string;
|
|
23
|
+
heading5: string;
|
|
24
|
+
heading6: string;
|
|
25
|
+
bulletList: string;
|
|
26
|
+
orderedList: string;
|
|
27
|
+
checkList: string;
|
|
28
|
+
quote: string;
|
|
29
|
+
codeBlock: string;
|
|
30
|
+
divider: string;
|
|
31
|
+
link: string;
|
|
32
|
+
table: string;
|
|
33
|
+
undo: string;
|
|
34
|
+
redo: string;
|
|
35
|
+
slashCommandsTitle: string;
|
|
36
|
+
slashCommandsEmpty: string;
|
|
37
|
+
slashCommandHeading1: string;
|
|
38
|
+
slashCommandHeading1Desc: string;
|
|
39
|
+
slashCommandHeading2: string;
|
|
40
|
+
slashCommandHeading2Desc: string;
|
|
41
|
+
slashCommandHeading3: string;
|
|
42
|
+
slashCommandHeading3Desc: string;
|
|
43
|
+
slashCommandBulletList: string;
|
|
44
|
+
slashCommandBulletListDesc: string;
|
|
45
|
+
slashCommandOrderedList: string;
|
|
46
|
+
slashCommandOrderedListDesc: string;
|
|
47
|
+
slashCommandQuote: string;
|
|
48
|
+
slashCommandQuoteDesc: string;
|
|
49
|
+
slashCommandCodeBlock: string;
|
|
50
|
+
slashCommandCodeBlockDesc: string;
|
|
51
|
+
slashCommandDivider: string;
|
|
52
|
+
slashCommandDividerDesc: string;
|
|
53
|
+
slashCommandTable: string;
|
|
54
|
+
slashCommandTableDesc: string;
|
|
55
|
+
insertRowAbove: string;
|
|
56
|
+
insertRowBelow: string;
|
|
57
|
+
insertColumnLeft: string;
|
|
58
|
+
insertColumnRight: string;
|
|
59
|
+
deleteRow: string;
|
|
60
|
+
deleteColumn: string;
|
|
61
|
+
deleteTable: string;
|
|
62
|
+
linkUrl: string;
|
|
63
|
+
linkUrlPlaceholder: string;
|
|
64
|
+
linkText: string;
|
|
65
|
+
linkTextPlaceholder: string;
|
|
66
|
+
linkInsert: string;
|
|
67
|
+
linkEdit: string;
|
|
68
|
+
linkRemove: string;
|
|
69
|
+
linkOpen: string;
|
|
70
|
+
codeLanguage: string;
|
|
71
|
+
codeLanguagePlaceholder: string;
|
|
72
|
+
exportMarkdown: string;
|
|
73
|
+
exportHtml: string;
|
|
74
|
+
exportJson: string;
|
|
75
|
+
importFile: string;
|
|
76
|
+
characterCount: (count: number) => string;
|
|
77
|
+
characterCountWithMax: (count: number, max: number) => string;
|
|
78
|
+
characterCountExceeded: string;
|
|
79
|
+
errorGeneric: string;
|
|
80
|
+
errorLoadFailed: string;
|
|
81
|
+
errorSaveFailed: string;
|
|
82
|
+
placeholder: string;
|
|
83
|
+
placeholderEmpty: string;
|
|
84
|
+
a11yEditor: string;
|
|
85
|
+
a11yToolbar: string;
|
|
86
|
+
a11yFloatingToolbar: string;
|
|
87
|
+
a11ySlashCommands: string;
|
|
88
|
+
a11yTableControls: string;
|
|
89
|
+
a11yCodeLanguage: string;
|
|
90
|
+
};
|
|
91
|
+
export default ar;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare const de: {
|
|
2
|
+
cut: string;
|
|
3
|
+
copy: string;
|
|
4
|
+
paste: string;
|
|
5
|
+
insertTable: string;
|
|
6
|
+
indent: string;
|
|
7
|
+
outdent: string;
|
|
8
|
+
fontFamily: string;
|
|
9
|
+
fontSize: string;
|
|
10
|
+
fontColor: string;
|
|
11
|
+
highlightColor: string;
|
|
12
|
+
backgroundColor: string;
|
|
13
|
+
clearFormatting: string;
|
|
14
|
+
bold: string;
|
|
15
|
+
italic: string;
|
|
16
|
+
underline: string;
|
|
17
|
+
strikethrough: string;
|
|
18
|
+
code: string;
|
|
19
|
+
heading1: string;
|
|
20
|
+
heading2: string;
|
|
21
|
+
heading3: string;
|
|
22
|
+
heading4: string;
|
|
23
|
+
heading5: string;
|
|
24
|
+
heading6: string;
|
|
25
|
+
bulletList: string;
|
|
26
|
+
orderedList: string;
|
|
27
|
+
checkList: string;
|
|
28
|
+
quote: string;
|
|
29
|
+
codeBlock: string;
|
|
30
|
+
divider: string;
|
|
31
|
+
link: string;
|
|
32
|
+
table: string;
|
|
33
|
+
undo: string;
|
|
34
|
+
redo: string;
|
|
35
|
+
slashCommandsTitle: string;
|
|
36
|
+
slashCommandsEmpty: string;
|
|
37
|
+
slashCommandHeading1: string;
|
|
38
|
+
slashCommandHeading1Desc: string;
|
|
39
|
+
slashCommandHeading2: string;
|
|
40
|
+
slashCommandHeading2Desc: string;
|
|
41
|
+
slashCommandHeading3: string;
|
|
42
|
+
slashCommandHeading3Desc: string;
|
|
43
|
+
slashCommandBulletList: string;
|
|
44
|
+
slashCommandBulletListDesc: string;
|
|
45
|
+
slashCommandOrderedList: string;
|
|
46
|
+
slashCommandOrderedListDesc: string;
|
|
47
|
+
slashCommandQuote: string;
|
|
48
|
+
slashCommandQuoteDesc: string;
|
|
49
|
+
slashCommandCodeBlock: string;
|
|
50
|
+
slashCommandCodeBlockDesc: string;
|
|
51
|
+
slashCommandDivider: string;
|
|
52
|
+
slashCommandDividerDesc: string;
|
|
53
|
+
slashCommandTable: string;
|
|
54
|
+
slashCommandTableDesc: string;
|
|
55
|
+
insertRowAbove: string;
|
|
56
|
+
insertRowBelow: string;
|
|
57
|
+
insertColumnLeft: string;
|
|
58
|
+
insertColumnRight: string;
|
|
59
|
+
deleteRow: string;
|
|
60
|
+
deleteColumn: string;
|
|
61
|
+
deleteTable: string;
|
|
62
|
+
linkUrl: string;
|
|
63
|
+
linkUrlPlaceholder: string;
|
|
64
|
+
linkText: string;
|
|
65
|
+
linkTextPlaceholder: string;
|
|
66
|
+
linkInsert: string;
|
|
67
|
+
linkEdit: string;
|
|
68
|
+
linkRemove: string;
|
|
69
|
+
linkOpen: string;
|
|
70
|
+
codeLanguage: string;
|
|
71
|
+
codeLanguagePlaceholder: string;
|
|
72
|
+
exportMarkdown: string;
|
|
73
|
+
exportHtml: string;
|
|
74
|
+
exportJson: string;
|
|
75
|
+
importFile: string;
|
|
76
|
+
characterCount: (count: number) => string;
|
|
77
|
+
characterCountWithMax: (count: number, max: number) => string;
|
|
78
|
+
characterCountExceeded: string;
|
|
79
|
+
errorGeneric: string;
|
|
80
|
+
errorLoadFailed: string;
|
|
81
|
+
errorSaveFailed: string;
|
|
82
|
+
placeholder: string;
|
|
83
|
+
placeholderEmpty: string;
|
|
84
|
+
a11yEditor: string;
|
|
85
|
+
a11yToolbar: string;
|
|
86
|
+
a11yFloatingToolbar: string;
|
|
87
|
+
a11ySlashCommands: string;
|
|
88
|
+
a11yTableControls: string;
|
|
89
|
+
a11yCodeLanguage: string;
|
|
90
|
+
};
|
|
91
|
+
export default de;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare const en: {
|
|
2
|
+
bold: string;
|
|
3
|
+
italic: string;
|
|
4
|
+
underline: string;
|
|
5
|
+
strikethrough: string;
|
|
6
|
+
code: string;
|
|
7
|
+
heading1: string;
|
|
8
|
+
heading2: string;
|
|
9
|
+
heading3: string;
|
|
10
|
+
heading4: string;
|
|
11
|
+
heading5: string;
|
|
12
|
+
heading6: string;
|
|
13
|
+
bulletList: string;
|
|
14
|
+
orderedList: string;
|
|
15
|
+
checkList: string;
|
|
16
|
+
quote: string;
|
|
17
|
+
codeBlock: string;
|
|
18
|
+
divider: string;
|
|
19
|
+
link: string;
|
|
20
|
+
table: string;
|
|
21
|
+
undo: string;
|
|
22
|
+
redo: string;
|
|
23
|
+
cut: string;
|
|
24
|
+
copy: string;
|
|
25
|
+
paste: string;
|
|
26
|
+
insertTable: string;
|
|
27
|
+
indent: string;
|
|
28
|
+
outdent: string;
|
|
29
|
+
fontFamily: string;
|
|
30
|
+
fontSize: string;
|
|
31
|
+
fontColor: string;
|
|
32
|
+
highlightColor: string;
|
|
33
|
+
backgroundColor: string;
|
|
34
|
+
clearFormatting: string;
|
|
35
|
+
slashCommandsTitle: string;
|
|
36
|
+
slashCommandsEmpty: string;
|
|
37
|
+
slashCommandHeading1: string;
|
|
38
|
+
slashCommandHeading1Desc: string;
|
|
39
|
+
slashCommandHeading2: string;
|
|
40
|
+
slashCommandHeading2Desc: string;
|
|
41
|
+
slashCommandHeading3: string;
|
|
42
|
+
slashCommandHeading3Desc: string;
|
|
43
|
+
slashCommandBulletList: string;
|
|
44
|
+
slashCommandBulletListDesc: string;
|
|
45
|
+
slashCommandOrderedList: string;
|
|
46
|
+
slashCommandOrderedListDesc: string;
|
|
47
|
+
slashCommandQuote: string;
|
|
48
|
+
slashCommandQuoteDesc: string;
|
|
49
|
+
slashCommandCodeBlock: string;
|
|
50
|
+
slashCommandCodeBlockDesc: string;
|
|
51
|
+
slashCommandDivider: string;
|
|
52
|
+
slashCommandDividerDesc: string;
|
|
53
|
+
slashCommandTable: string;
|
|
54
|
+
slashCommandTableDesc: string;
|
|
55
|
+
insertRowAbove: string;
|
|
56
|
+
insertRowBelow: string;
|
|
57
|
+
insertColumnLeft: string;
|
|
58
|
+
insertColumnRight: string;
|
|
59
|
+
deleteRow: string;
|
|
60
|
+
deleteColumn: string;
|
|
61
|
+
deleteTable: string;
|
|
62
|
+
linkUrl: string;
|
|
63
|
+
linkUrlPlaceholder: string;
|
|
64
|
+
linkText: string;
|
|
65
|
+
linkTextPlaceholder: string;
|
|
66
|
+
linkInsert: string;
|
|
67
|
+
linkEdit: string;
|
|
68
|
+
linkRemove: string;
|
|
69
|
+
linkOpen: string;
|
|
70
|
+
codeLanguage: string;
|
|
71
|
+
codeLanguagePlaceholder: string;
|
|
72
|
+
exportMarkdown: string;
|
|
73
|
+
exportHtml: string;
|
|
74
|
+
exportJson: string;
|
|
75
|
+
importFile: string;
|
|
76
|
+
characterCount: (count: number) => string;
|
|
77
|
+
characterCountWithMax: (count: number, max: number) => string;
|
|
78
|
+
characterCountExceeded: string;
|
|
79
|
+
errorGeneric: string;
|
|
80
|
+
errorLoadFailed: string;
|
|
81
|
+
errorSaveFailed: string;
|
|
82
|
+
placeholder: string;
|
|
83
|
+
placeholderEmpty: string;
|
|
84
|
+
a11yEditor: string;
|
|
85
|
+
a11yToolbar: string;
|
|
86
|
+
a11yFloatingToolbar: string;
|
|
87
|
+
a11ySlashCommands: string;
|
|
88
|
+
a11yTableControls: string;
|
|
89
|
+
a11yCodeLanguage: string;
|
|
90
|
+
};
|
|
91
|
+
export default en;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare const es: {
|
|
2
|
+
bold: string;
|
|
3
|
+
italic: string;
|
|
4
|
+
underline: string;
|
|
5
|
+
strikethrough: string;
|
|
6
|
+
code: string;
|
|
7
|
+
heading1: string;
|
|
8
|
+
heading2: string;
|
|
9
|
+
heading3: string;
|
|
10
|
+
heading4: string;
|
|
11
|
+
heading5: string;
|
|
12
|
+
heading6: string;
|
|
13
|
+
bulletList: string;
|
|
14
|
+
orderedList: string;
|
|
15
|
+
checkList: string;
|
|
16
|
+
quote: string;
|
|
17
|
+
codeBlock: string;
|
|
18
|
+
divider: string;
|
|
19
|
+
link: string;
|
|
20
|
+
table: string;
|
|
21
|
+
undo: string;
|
|
22
|
+
redo: string;
|
|
23
|
+
cut: string;
|
|
24
|
+
copy: string;
|
|
25
|
+
paste: string;
|
|
26
|
+
insertTable: string;
|
|
27
|
+
indent: string;
|
|
28
|
+
outdent: string;
|
|
29
|
+
fontFamily: string;
|
|
30
|
+
fontSize: string;
|
|
31
|
+
fontColor: string;
|
|
32
|
+
highlightColor: string;
|
|
33
|
+
backgroundColor: string;
|
|
34
|
+
clearFormatting: string;
|
|
35
|
+
slashCommandsTitle: string;
|
|
36
|
+
slashCommandsEmpty: string;
|
|
37
|
+
slashCommandHeading1: string;
|
|
38
|
+
slashCommandHeading1Desc: string;
|
|
39
|
+
slashCommandHeading2: string;
|
|
40
|
+
slashCommandHeading2Desc: string;
|
|
41
|
+
slashCommandHeading3: string;
|
|
42
|
+
slashCommandHeading3Desc: string;
|
|
43
|
+
slashCommandBulletList: string;
|
|
44
|
+
slashCommandBulletListDesc: string;
|
|
45
|
+
slashCommandOrderedList: string;
|
|
46
|
+
slashCommandOrderedListDesc: string;
|
|
47
|
+
slashCommandQuote: string;
|
|
48
|
+
slashCommandQuoteDesc: string;
|
|
49
|
+
slashCommandCodeBlock: string;
|
|
50
|
+
slashCommandCodeBlockDesc: string;
|
|
51
|
+
slashCommandDivider: string;
|
|
52
|
+
slashCommandDividerDesc: string;
|
|
53
|
+
slashCommandTable: string;
|
|
54
|
+
slashCommandTableDesc: string;
|
|
55
|
+
insertRowAbove: string;
|
|
56
|
+
insertRowBelow: string;
|
|
57
|
+
insertColumnLeft: string;
|
|
58
|
+
insertColumnRight: string;
|
|
59
|
+
deleteRow: string;
|
|
60
|
+
deleteColumn: string;
|
|
61
|
+
deleteTable: string;
|
|
62
|
+
linkUrl: string;
|
|
63
|
+
linkUrlPlaceholder: string;
|
|
64
|
+
linkText: string;
|
|
65
|
+
linkTextPlaceholder: string;
|
|
66
|
+
linkInsert: string;
|
|
67
|
+
linkEdit: string;
|
|
68
|
+
linkRemove: string;
|
|
69
|
+
linkOpen: string;
|
|
70
|
+
codeLanguage: string;
|
|
71
|
+
codeLanguagePlaceholder: string;
|
|
72
|
+
exportMarkdown: string;
|
|
73
|
+
exportHtml: string;
|
|
74
|
+
exportJson: string;
|
|
75
|
+
importFile: string;
|
|
76
|
+
characterCount: (count: number) => string;
|
|
77
|
+
characterCountWithMax: (count: number, max: number) => string;
|
|
78
|
+
characterCountExceeded: string;
|
|
79
|
+
errorGeneric: string;
|
|
80
|
+
errorLoadFailed: string;
|
|
81
|
+
errorSaveFailed: string;
|
|
82
|
+
placeholder: string;
|
|
83
|
+
placeholderEmpty: string;
|
|
84
|
+
a11yEditor: string;
|
|
85
|
+
a11yToolbar: string;
|
|
86
|
+
a11yFloatingToolbar: string;
|
|
87
|
+
a11ySlashCommands: string;
|
|
88
|
+
a11yTableControls: string;
|
|
89
|
+
a11yCodeLanguage: string;
|
|
90
|
+
};
|
|
91
|
+
export default es;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare const fa: {
|
|
2
|
+
cut: string;
|
|
3
|
+
copy: string;
|
|
4
|
+
paste: string;
|
|
5
|
+
insertTable: string;
|
|
6
|
+
indent: string;
|
|
7
|
+
outdent: string;
|
|
8
|
+
fontFamily: string;
|
|
9
|
+
fontSize: string;
|
|
10
|
+
fontColor: string;
|
|
11
|
+
highlightColor: string;
|
|
12
|
+
backgroundColor: string;
|
|
13
|
+
clearFormatting: string;
|
|
14
|
+
bold: string;
|
|
15
|
+
italic: string;
|
|
16
|
+
underline: string;
|
|
17
|
+
strikethrough: string;
|
|
18
|
+
code: string;
|
|
19
|
+
heading1: string;
|
|
20
|
+
heading2: string;
|
|
21
|
+
heading3: string;
|
|
22
|
+
heading4: string;
|
|
23
|
+
heading5: string;
|
|
24
|
+
heading6: string;
|
|
25
|
+
bulletList: string;
|
|
26
|
+
orderedList: string;
|
|
27
|
+
checkList: string;
|
|
28
|
+
quote: string;
|
|
29
|
+
codeBlock: string;
|
|
30
|
+
divider: string;
|
|
31
|
+
link: string;
|
|
32
|
+
table: string;
|
|
33
|
+
undo: string;
|
|
34
|
+
redo: string;
|
|
35
|
+
slashCommandsTitle: string;
|
|
36
|
+
slashCommandsEmpty: string;
|
|
37
|
+
slashCommandHeading1: string;
|
|
38
|
+
slashCommandHeading1Desc: string;
|
|
39
|
+
slashCommandHeading2: string;
|
|
40
|
+
slashCommandHeading2Desc: string;
|
|
41
|
+
slashCommandHeading3: string;
|
|
42
|
+
slashCommandHeading3Desc: string;
|
|
43
|
+
slashCommandBulletList: string;
|
|
44
|
+
slashCommandBulletListDesc: string;
|
|
45
|
+
slashCommandOrderedList: string;
|
|
46
|
+
slashCommandOrderedListDesc: string;
|
|
47
|
+
slashCommandQuote: string;
|
|
48
|
+
slashCommandQuoteDesc: string;
|
|
49
|
+
slashCommandCodeBlock: string;
|
|
50
|
+
slashCommandCodeBlockDesc: string;
|
|
51
|
+
slashCommandDivider: string;
|
|
52
|
+
slashCommandDividerDesc: string;
|
|
53
|
+
slashCommandTable: string;
|
|
54
|
+
slashCommandTableDesc: string;
|
|
55
|
+
insertRowAbove: string;
|
|
56
|
+
insertRowBelow: string;
|
|
57
|
+
insertColumnLeft: string;
|
|
58
|
+
insertColumnRight: string;
|
|
59
|
+
deleteRow: string;
|
|
60
|
+
deleteColumn: string;
|
|
61
|
+
deleteTable: string;
|
|
62
|
+
linkUrl: string;
|
|
63
|
+
linkUrlPlaceholder: string;
|
|
64
|
+
linkText: string;
|
|
65
|
+
linkTextPlaceholder: string;
|
|
66
|
+
linkInsert: string;
|
|
67
|
+
linkEdit: string;
|
|
68
|
+
linkRemove: string;
|
|
69
|
+
linkOpen: string;
|
|
70
|
+
codeLanguage: string;
|
|
71
|
+
codeLanguagePlaceholder: string;
|
|
72
|
+
exportMarkdown: string;
|
|
73
|
+
exportHtml: string;
|
|
74
|
+
exportJson: string;
|
|
75
|
+
importFile: string;
|
|
76
|
+
characterCount: (count: number) => string;
|
|
77
|
+
characterCountWithMax: (count: number, max: number) => string;
|
|
78
|
+
characterCountExceeded: string;
|
|
79
|
+
errorGeneric: string;
|
|
80
|
+
errorLoadFailed: string;
|
|
81
|
+
errorSaveFailed: string;
|
|
82
|
+
placeholder: string;
|
|
83
|
+
placeholderEmpty: string;
|
|
84
|
+
a11yEditor: string;
|
|
85
|
+
a11yToolbar: string;
|
|
86
|
+
a11yFloatingToolbar: string;
|
|
87
|
+
a11ySlashCommands: string;
|
|
88
|
+
a11yTableControls: string;
|
|
89
|
+
a11yCodeLanguage: string;
|
|
90
|
+
};
|
|
91
|
+
export default fa;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare const fr: {
|
|
2
|
+
bold: string;
|
|
3
|
+
italic: string;
|
|
4
|
+
underline: string;
|
|
5
|
+
strikethrough: string;
|
|
6
|
+
code: string;
|
|
7
|
+
heading1: string;
|
|
8
|
+
heading2: string;
|
|
9
|
+
heading3: string;
|
|
10
|
+
heading4: string;
|
|
11
|
+
heading5: string;
|
|
12
|
+
heading6: string;
|
|
13
|
+
bulletList: string;
|
|
14
|
+
orderedList: string;
|
|
15
|
+
checkList: string;
|
|
16
|
+
quote: string;
|
|
17
|
+
codeBlock: string;
|
|
18
|
+
divider: string;
|
|
19
|
+
link: string;
|
|
20
|
+
table: string;
|
|
21
|
+
undo: string;
|
|
22
|
+
redo: string;
|
|
23
|
+
cut: string;
|
|
24
|
+
copy: string;
|
|
25
|
+
paste: string;
|
|
26
|
+
insertTable: string;
|
|
27
|
+
indent: string;
|
|
28
|
+
outdent: string;
|
|
29
|
+
fontFamily: string;
|
|
30
|
+
fontSize: string;
|
|
31
|
+
fontColor: string;
|
|
32
|
+
highlightColor: string;
|
|
33
|
+
backgroundColor: string;
|
|
34
|
+
clearFormatting: string;
|
|
35
|
+
slashCommandsTitle: string;
|
|
36
|
+
slashCommandsEmpty: string;
|
|
37
|
+
slashCommandHeading1: string;
|
|
38
|
+
slashCommandHeading1Desc: string;
|
|
39
|
+
slashCommandHeading2: string;
|
|
40
|
+
slashCommandHeading2Desc: string;
|
|
41
|
+
slashCommandHeading3: string;
|
|
42
|
+
slashCommandHeading3Desc: string;
|
|
43
|
+
slashCommandBulletList: string;
|
|
44
|
+
slashCommandBulletListDesc: string;
|
|
45
|
+
slashCommandOrderedList: string;
|
|
46
|
+
slashCommandOrderedListDesc: string;
|
|
47
|
+
slashCommandQuote: string;
|
|
48
|
+
slashCommandQuoteDesc: string;
|
|
49
|
+
slashCommandCodeBlock: string;
|
|
50
|
+
slashCommandCodeBlockDesc: string;
|
|
51
|
+
slashCommandDivider: string;
|
|
52
|
+
slashCommandDividerDesc: string;
|
|
53
|
+
slashCommandTable: string;
|
|
54
|
+
slashCommandTableDesc: string;
|
|
55
|
+
insertRowAbove: string;
|
|
56
|
+
insertRowBelow: string;
|
|
57
|
+
insertColumnLeft: string;
|
|
58
|
+
insertColumnRight: string;
|
|
59
|
+
deleteRow: string;
|
|
60
|
+
deleteColumn: string;
|
|
61
|
+
deleteTable: string;
|
|
62
|
+
linkUrl: string;
|
|
63
|
+
linkUrlPlaceholder: string;
|
|
64
|
+
linkText: string;
|
|
65
|
+
linkTextPlaceholder: string;
|
|
66
|
+
linkInsert: string;
|
|
67
|
+
linkEdit: string;
|
|
68
|
+
linkRemove: string;
|
|
69
|
+
linkOpen: string;
|
|
70
|
+
codeLanguage: string;
|
|
71
|
+
codeLanguagePlaceholder: string;
|
|
72
|
+
exportMarkdown: string;
|
|
73
|
+
exportHtml: string;
|
|
74
|
+
exportJson: string;
|
|
75
|
+
importFile: string;
|
|
76
|
+
characterCount: (count: number) => string;
|
|
77
|
+
characterCountWithMax: (count: number, max: number) => string;
|
|
78
|
+
characterCountExceeded: string;
|
|
79
|
+
errorGeneric: string;
|
|
80
|
+
errorLoadFailed: string;
|
|
81
|
+
errorSaveFailed: string;
|
|
82
|
+
placeholder: string;
|
|
83
|
+
placeholderEmpty: string;
|
|
84
|
+
a11yEditor: string;
|
|
85
|
+
a11yToolbar: string;
|
|
86
|
+
a11yFloatingToolbar: string;
|
|
87
|
+
a11ySlashCommands: string;
|
|
88
|
+
a11yTableControls: string;
|
|
89
|
+
a11yCodeLanguage: string;
|
|
90
|
+
};
|
|
91
|
+
export default fr;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare const he: {
|
|
2
|
+
cut: string;
|
|
3
|
+
copy: string;
|
|
4
|
+
paste: string;
|
|
5
|
+
insertTable: string;
|
|
6
|
+
indent: string;
|
|
7
|
+
outdent: string;
|
|
8
|
+
fontFamily: string;
|
|
9
|
+
fontSize: string;
|
|
10
|
+
fontColor: string;
|
|
11
|
+
highlightColor: string;
|
|
12
|
+
backgroundColor: string;
|
|
13
|
+
clearFormatting: string;
|
|
14
|
+
bold: string;
|
|
15
|
+
italic: string;
|
|
16
|
+
underline: string;
|
|
17
|
+
strikethrough: string;
|
|
18
|
+
code: string;
|
|
19
|
+
heading1: string;
|
|
20
|
+
heading2: string;
|
|
21
|
+
heading3: string;
|
|
22
|
+
heading4: string;
|
|
23
|
+
heading5: string;
|
|
24
|
+
heading6: string;
|
|
25
|
+
bulletList: string;
|
|
26
|
+
orderedList: string;
|
|
27
|
+
checkList: string;
|
|
28
|
+
quote: string;
|
|
29
|
+
codeBlock: string;
|
|
30
|
+
divider: string;
|
|
31
|
+
link: string;
|
|
32
|
+
table: string;
|
|
33
|
+
undo: string;
|
|
34
|
+
redo: string;
|
|
35
|
+
slashCommandsTitle: string;
|
|
36
|
+
slashCommandsEmpty: string;
|
|
37
|
+
slashCommandHeading1: string;
|
|
38
|
+
slashCommandHeading1Desc: string;
|
|
39
|
+
slashCommandHeading2: string;
|
|
40
|
+
slashCommandHeading2Desc: string;
|
|
41
|
+
slashCommandHeading3: string;
|
|
42
|
+
slashCommandHeading3Desc: string;
|
|
43
|
+
slashCommandBulletList: string;
|
|
44
|
+
slashCommandBulletListDesc: string;
|
|
45
|
+
slashCommandOrderedList: string;
|
|
46
|
+
slashCommandOrderedListDesc: string;
|
|
47
|
+
slashCommandQuote: string;
|
|
48
|
+
slashCommandQuoteDesc: string;
|
|
49
|
+
slashCommandCodeBlock: string;
|
|
50
|
+
slashCommandCodeBlockDesc: string;
|
|
51
|
+
slashCommandDivider: string;
|
|
52
|
+
slashCommandDividerDesc: string;
|
|
53
|
+
slashCommandTable: string;
|
|
54
|
+
slashCommandTableDesc: string;
|
|
55
|
+
insertRowAbove: string;
|
|
56
|
+
insertRowBelow: string;
|
|
57
|
+
insertColumnLeft: string;
|
|
58
|
+
insertColumnRight: string;
|
|
59
|
+
deleteRow: string;
|
|
60
|
+
deleteColumn: string;
|
|
61
|
+
deleteTable: string;
|
|
62
|
+
linkUrl: string;
|
|
63
|
+
linkUrlPlaceholder: string;
|
|
64
|
+
linkText: string;
|
|
65
|
+
linkTextPlaceholder: string;
|
|
66
|
+
linkInsert: string;
|
|
67
|
+
linkEdit: string;
|
|
68
|
+
linkRemove: string;
|
|
69
|
+
linkOpen: string;
|
|
70
|
+
codeLanguage: string;
|
|
71
|
+
codeLanguagePlaceholder: string;
|
|
72
|
+
exportMarkdown: string;
|
|
73
|
+
exportHtml: string;
|
|
74
|
+
exportJson: string;
|
|
75
|
+
importFile: string;
|
|
76
|
+
characterCount: (count: number) => string;
|
|
77
|
+
characterCountWithMax: (count: number, max: number) => string;
|
|
78
|
+
characterCountExceeded: string;
|
|
79
|
+
errorGeneric: string;
|
|
80
|
+
errorLoadFailed: string;
|
|
81
|
+
errorSaveFailed: string;
|
|
82
|
+
placeholder: string;
|
|
83
|
+
placeholderEmpty: string;
|
|
84
|
+
a11yEditor: string;
|
|
85
|
+
a11yToolbar: string;
|
|
86
|
+
a11yFloatingToolbar: string;
|
|
87
|
+
a11ySlashCommands: string;
|
|
88
|
+
a11yTableControls: string;
|
|
89
|
+
a11yCodeLanguage: string;
|
|
90
|
+
};
|
|
91
|
+
export default he;
|