inital commit

This commit is contained in:
2026-01-01 15:25:19 +05:30
commit f0ae49465a
36361 changed files with 4894111 additions and 0 deletions

1
node_modules/jodit/esm/plugins/symbols/langs/ar.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/ar.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'رمز'
};

View File

@@ -0,0 +1 @@
export let symbols: string;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'symbol'
};

1
node_modules/jodit/esm/plugins/symbols/langs/de.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/de.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'Symbol'
};

1
node_modules/jodit/esm/plugins/symbols/langs/es.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/es.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'Símbolo'
};

1
node_modules/jodit/esm/plugins/symbols/langs/fa.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/fa.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'سمبل'
};

1
node_modules/jodit/esm/plugins/symbols/langs/fi.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/fi.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'Symbolit'
};

1
node_modules/jodit/esm/plugins/symbols/langs/fr.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/fr.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'caractère'
};

1
node_modules/jodit/esm/plugins/symbols/langs/he.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/he.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'תו מיוחד'
};

1
node_modules/jodit/esm/plugins/symbols/langs/hu.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/hu.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'Szimbólum'
};

1
node_modules/jodit/esm/plugins/symbols/langs/id.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/id.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'simbol'
};

View File

@@ -0,0 +1,28 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
import * as ar from "./ar";
import * as cs_cz from "./cs_cz";
import * as de from "./de";
import * as es from "./es";
import * as fa from "./fa";
import * as fi from "./fi";
import * as fr from "./fr";
import * as he from "./he";
import * as hu from "./hu";
import * as id from "./id";
import * as it from "./it";
import * as ja from "./ja";
import * as ko from "./ko";
import * as mn from "./mn";
import * as nl from "./nl";
import * as pl from "./pl";
import * as pt_br from "./pt_br";
import * as ru from "./ru";
import * as tr from "./tr";
import * as ua from "./ua";
import * as zh_cn from "./zh_cn";
import * as zh_tw from "./zh_tw";
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };

28
node_modules/jodit/esm/plugins/symbols/langs/index.js generated vendored Normal file
View File

@@ -0,0 +1,28 @@
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
import * as ar from "./ar.js";
import * as cs_cz from "./cs_cz.js";
import * as de from "./de.js";
import * as es from "./es.js";
import * as fa from "./fa.js";
import * as fi from "./fi.js";
import * as fr from "./fr.js";
import * as he from "./he.js";
import * as hu from "./hu.js";
import * as id from "./id.js";
import * as it from "./it.js";
import * as ja from "./ja.js";
import * as ko from "./ko.js";
import * as mn from "./mn.js";
import * as nl from "./nl.js";
import * as pl from "./pl.js";
import * as pt_br from "./pt_br.js";
import * as ru from "./ru.js";
import * as tr from "./tr.js";
import * as ua from "./ua.js";
import * as zh_cn from "./zh_cn.js";
import * as zh_tw from "./zh_tw.js";
export { ar, cs_cz, de, es, fa, fi, fr, he, hu, id, it, ja, ko, mn, nl, pl, pt_br, ru, tr, ua, zh_cn, zh_tw };

1
node_modules/jodit/esm/plugins/symbols/langs/it.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/it.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'Simbolo'
};

1
node_modules/jodit/esm/plugins/symbols/langs/ja.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/ja.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'symbol'
};

1
node_modules/jodit/esm/plugins/symbols/langs/ko.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/ko.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: '기호'
};

1
node_modules/jodit/esm/plugins/symbols/langs/mn.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/mn.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'тэмдэгт'
};

1
node_modules/jodit/esm/plugins/symbols/langs/nl.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/nl.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'symbool'
};

1
node_modules/jodit/esm/plugins/symbols/langs/pl.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/pl.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'symbol'
};

View File

@@ -0,0 +1 @@
export let symbols: string;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'Símbolo'
};

1
node_modules/jodit/esm/plugins/symbols/langs/ru.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/ru.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'символ'
};

1
node_modules/jodit/esm/plugins/symbols/langs/tr.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/tr.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'Sembol'
};

1
node_modules/jodit/esm/plugins/symbols/langs/ua.d.ts generated vendored Normal file
View File

@@ -0,0 +1 @@
export let symbols: string;

9
node_modules/jodit/esm/plugins/symbols/langs/ua.js generated vendored Normal file
View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: 'символ'
};

View File

@@ -0,0 +1 @@
export let symbols: string;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: '符号'
};

View File

@@ -0,0 +1 @@
export let symbols: string;

View File

@@ -0,0 +1,9 @@
"use strict";
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
export default {
symbols: '符號'
};